@charset "utf-8";

body {
	/*font-family: "Arial Narrow";*/
	font-family: Arial;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
}

.text_small {
	font-size: 0.75em;
}

.header { 
	width: 1000px;
	height: 600px;
	top: 0px; bottom: 0px; left:0px; right:0px;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
}

.header_admin {
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #D4D4D4;
}

.footer_wrap {
	position: absolute;
	display: inline-table;
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: #3B3B3B;
	margin-top: 30px;
	line-height: 100px;
	color: #E7E7E7;
}

.footer {
	width: 1000px;
	height: 100px;
	top: 0px; bottom: 0px; left:0px; right:0px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0px 20px 0px 20px;
}

.footer_left {
	width: 40%;
	text-align: left;
	float: left;
	font-size: 0.8em;
	color: #E7E7E7;
}

.footer_right {
	width :60%;
	text-align: right;
	float: right;
	font-size: 0.8em;
	color: #E7E7E7;
}

.logo_wraper {
	position: absolute;
	width: 30%; 
	float: left;
}

.logo {
	position: absolute;
	width: 200px;
	height: auto;
	top: 14px;
	left: 20px;
	z-index: 3;
}

.menu {
	position: relative;
	top: 25px;
	float: right;
	width: 70%;
	height: auto;
	z-index: 3;
}

.menu_mobile {
	display: none;
}

.menu_mobile_box {
	font-family: "Arial Narrow";
	font-size: 1.10em;
	width: 50%;
	padding: 7px 15px 7px 15px;
	border-style: none;
	background-color: rgba(255,255,255,0.80);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:	 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow:	0px 3px 7px 0px rgba(0, 0, 0, 0.2);
	
}

.page {
	width: 1000px;
	top: 0px; bottom: 0px; left:0px; right:0px;
	margin: 0 auto;
	padding: 20px;
	margin-top: 5px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text_box {
	float: none;
	width: 100%;
	text-align: justify;
	line-height: 1.6em;
}

.image_box_wraper {
	width: 290px;
	height: 190px;
	float: right;
	margin-top: 8px;
	margin-left: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: right;
	border: thin solid #3B3B3B;
}

.image_box_wraper_left {
	width: 290px;
	height: auto;
	max-height: 180px;
	float: left;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: right;
	border: thin solid #3B3B3B;
}

.image_box2 {
	width: 100%;
	height: auto;
	min-height: 180px
}

.image_box {
	width: 100%;
	height: auto;
	min-height: 150px
}

.image_box_wraper_row3 {
	width: 100%;
	height: 150px;
	/*max-height: 150px;*/
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
	overflow: hidden;
	border: thin solid #3B3B3B;
}

.widgets_wraper {
	width: 220px;
	height: 100%;
	float: right;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: thin solid #B5B5B5;
}

h1 { font-family: "Arial Narrow"; font-size: 1.7em; font-weight: 300; }
h2 { font-family: "Arial Narrow"; font-size: 1.5em; font-weight: 300; }
h3 { font-family: "Arial Narrow"; font-size: 1.3em; font-weight: 300; }
h4 { font-family: "Arial Narrow"; font-size: 1.1em; font-weight: 300; }

a:link {
	color: #e59f08;	
}

a:visited {
	color: #e59f08;	
}

a:hover {
	color: #e59f08;
	text-decoration: none;
}

.row {
	float: left;
	width: 36%;
	height: 410px;
	text-align: left;
	line-height: 1.3em;
	background-color: #FFFFFF;
	margin: 10px 10px 30px 10px;
	padding: 10px 20px 20px 20px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border: thin solid #E1E0E0;
}

.row_small { width: 25%; }
.row_medium { width: 32%; }
.row_3 { width: 31%; height: 380px;}
.row_sort { width: 31%; height: 280px; text-align: center;}
.row_long {
	width: 100%;
	height: auto;
	margin: 10px 0px 30px 0px;
}

.map:hover {
	position: absolute;
	width: 1000px;
	float: left;
}

.form {
	width: 95%;
	font-size: 0.95em;
	color: #5c5c5c;
	background-color: #FFFFFF;
	font-family: Arial;
	border: thin solid #E1E0E0;
	padding: 6px;
	margin-bottom: 10px;
	resize: none;
}

.form:focus {
	outline:none;
    border-color: #FFAE00;
}

.button {
	background-color: #3B3B3B;
	color:#FFFFFF;
	font-family: "Arial Narrow";
	font-size: 1.0em;
	height:30px;
	line-height:28px;
	padding: 0px 15px 0px 15px;
	cursor: pointer;
	border: none;
}

.button:hover {
	background-color: #FFAE00;
}

.button_text:link {
	font-family: "Arial Narrow";
	background-color: #3B3B3B;
	color:#FFFFFF;
	font-size: 1.0em;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.button_text:visited {
	color:#FFFFFF;
}

.button_text:hover {
	background-color: #FFAE00;
}

.button_text2:link {
	background-color: #FED418;
	color:#000000;
	font-size: 0.8em;
	padding: 5px 6px 4px 6px;
	text-decoration: none;
	border-bottom: thin solid #FED418;
}

.button_text2:visited {
	color:#000000;
	border-bottom: thin solid #FED418;
}

.button_text2:hover {
	border-bottom: thin solid #000000;
}

.textarea {
	width: 613px;
}

/* Pagination */
.pagination {
	font-family: "Arial Narrow";
	padding: 3px;
	margin: 3px;
}

.pagination a {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid #FFAE00;
	text-decoration: none; /* no underline */
	color: #000000;
	background-color: #FFFFFF;
}

.pagination a:hover, div.pagination a:active {
	border: 1px solid #FFAE00;
	color: #FFFFFF;
	background-color: #FFAE00;
}

.pagination span.current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid #FFAE00;
	font-weight: bold;
	background-color: #FFAE00;
	color: #FFF;
	}

	.pagination span.disabled {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid  #CDCDCD;
	color: #CDCDCD;
	font-size: 15px;
	}
/* Pagination end */

@media screen and (max-width: 1680px) {
	
.header {
	width: 1000px;
	height: 400px;
}

}

@media screen and (max-width: 1050px) {

.header {
	width: 100%;
	height: 400px;
}
	
.page {
	width: 100%;
}

.footer {
	width: 100%;
	
}

.map:hover {
	width: 890px;
}

@media screen and (max-width: 960px) {
	
.header {
	height: 300px;
}

.menu_mobile {
	position: relative;
	top: 80px;
	float: none;
	width: 100%;
	display:block;
	z-index: 3;
}

.logo_wraper {
	width: 100%; 
	float: none;
}

.logo {
	left: 50%;
	margin-left: -100px;
}

.menu { display: none; }

.row {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 30px 0px;
}

.map:hover {
	float: none;
	position: inherit;
	width: 100%;
}

.image_box_wraper_row3 {
	width: 100%;
	height: auto;
	max-height: 280px;
}

}

@media screen and (max-width: 680px) {
	
.text_box {
	float: none;
	width: 100%;
}

.image_box_wraper {
	width: 100%;
	height: auto;
	max-height: 280px;
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
}

.image_box_wraper_left {
	width: 100%;
	height: auto;
	max-height: 280px;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
}

.image_box {
	width: 100%;
	height: auto;
	float: left;
}

.widgets_wraper {
	display: none;
}
	
}

@media screen and (max-width: 400px) {

.menu_mobile_box {
	width: 100%;
}

.footer_wrap {
	height: auto;
	line-height: 50px;
}

.footer {
	height: auto;
}

.footer_left {
	width: 100%;
	text-align: center;
	float: none;
}

.footer_right {
	width: 100%;
	text-align: center;
	float: none;
	margin-bottom: 10px;
}

}