/*css*/
html, body {height:100%;}

body{
	background: #fff;
	font:13px/22px Arial, Helvetica, sans-serif;
	color:#000000;
	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}

.PostContent{
	background:url(images/backgroundPostContent.png) repeat;
	padding:10px;	
}

.PostContent .blankPage{
	padding:10px;
}

/*Imeges*/
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	max-width:100%;
}

.frame{} /* img border, paddings, shadows */

.img_fleft{
	float:left;
	margin-right:20px;
}

.img_right{
	float:right;
	margin-left:20px;
}

/*Links*/
a{
	color:#f00;
	text-decoration:none;
}
	a:hover{
		text-decoration:underline;
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}


/*Titles*/
h2{
	color:#333f00;
	font:bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h3{
	color:#f00;
	font:bold 26px/30px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h4{
	color:#3a3a3a;
	font:bold 36px/24px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
.second_h4{
	font-size: 24px;
	line-height: 24px;
	color: #3a3a3a;
	margin-bottom: 10px;
}
h4.lh{
	line-height: 27px;
}

h5{
	font:bold 18px/22px Arial, Helvetica, sans-serif;
	color:#ff0000;
	margin-bottom:20px;
}

h5.second_h5{
	line-height: 28px;
	color: #3e3e3e;
	margin-bottom: 18px;
}

h6{
	color:#3a3a3a;
	font: 13px/22px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	}
	h6.italic{
		font-style: italic;
		}
h2 a, h3 a, h4 a, h5 a, h6 a{
	color:inherit;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color:#ff5902;
	text-decoration:none;
}

/* Indents */
p{
	margin-bottom:18px; /*as line-height in body*/
}


.f_right{
	float: right;
	}

.m_0{margin-bottom:0px !important;}
.m_05{margin-bottom:5px;}
.m_08{margin-bottom:8px;}
.m_10{margin-bottom:10px !important;}
.m_13{margin-bottom:13px !important;}
.m_12{margin-bottom:12px !important;}
.m_15{margin-bottom:15px;}
.m_16{margin-bottom:16px !important;}
.m_17{margin-bottom:17px !important;}
.m_20{margin-bottom:20px !important;}
.m_21{margin-bottom:21px !important;}
.m_22{margin-bottom:22px !important;}
.m_23{margin-bottom:23px !important;}
.m_24{margin-bottom:24px !important;}
.m_25{margin-bottom:25px !important;}
.m_26{margin-bottom:26px !important;}
.m_27{margin-bottom:27px !important;}
.m_29{margin-bottom:29px !important;}
.m_30{margin-bottom:30px !important;}
.m_31{margin-bottom:31px !important;}
.m_35{margin-bottom:35px;}
.m_39{margin-bottom:39px !important;}
.m_40{margin-bottom:40px;}
.m_41{margin-bottom:41px;}
.m_45{margin-bottom:45px;}
.m_47{margin-bottom:47px !important;}
.m_49{margin-bottom:49px !important;}
.m_50{margin-bottom:50px;}
.m_55{margin-bottom:55px;}
.m_58{margin-bottom:58px !important;}
.m_60{margin-bottom:60px;}
.m_62{margin-bottom:62px !important;}
.m_65{margin-bottom:65px;}
.m_66{margin-bottom:66px !important;}
.m_68{margin-bottom:68px !important;}
.m_69{margin-bottom:69px !important;}
.m_70{margin-bottom:70px;}
.m_71{margin-bottom:71px !important;}
.m_72{margin-bottom:72px !important;}
.m_75{margin-bottom:75px;}
.m_80{margin-bottom:80px;}
.m_85{margin-bottom:85px;}
.m_90{margin-bottom:90px;}

/* Lists */
.list li{
	margin-top: 10px;
	padding-left: 41px;
	border-top: 1px solid #d9dada;
	font: 14px/14px Arial, Helvetica, sans-serif;
	padding-top: 11px;
	}
	
	.list li:first-child{
		margin-top:0;
		border-top: none;
	}
	.list li a{
		position: relative;
		display: inline-block;
		color:#3a3a3a;
		text-decoration:none;
		transition: 0.15s;
		-webkit-transition: 0.15s;
		-moz-transition: 0.15s;
	}
	.list li a:before{
			position: absolute;
			width: 13px;
			height: 13px;
			content: '';
			top: 1px;
			left: -23px;
			background: url(images/list_marker.png) 0px 0px no-repeat;
			transition: 0.7s;
			-webkit-transition: 0.7s;
			-moz-transition: 0.7s;
			}
			.list li a:hover:before{
				-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				transform: rotate(360deg);
				}

		.list li a:hover{
			color:#d44900;
			text-decoration:none;
			padding-left: 4px;
		}


.wrap{
	padding-top: 12px;
}


.img1{
	float: left;
	margin-right: 13px;
}
p.italic{
	font:italic 13px/21px Arial, Helvetica, sans-serif;
	color: #949393;
	margin-top: 35px;
	margin-bottom: 7px;
}
	
p.italic.top{
	margin-top: 0px;
	margin-bottom: 17px;
}

.mail_link{
	color: #d44900;
}





/**/
blockquote{width:100%;}
cite{text-align:right;}

/************Header************/
#header{
	width:100%;
	height:35px;
	position: absolute;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 100;
}

#index2 #content{
	background: url(images/content_bg.jpg) no-repeat center bottom #f0f2f1;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	min-height:100%;
	height:auto;
}
		
.second_box{
	background: url(images/content_bg.jpg) repeat;
	padding-top: 84px;
	padding-bottom: 28px;
}

#index2 .second_box{
	padding-top: 0px;
	padding-bottom: 18px;
}

.third_box{
	padding-top: 23px;
	background: url(images/box2.jpg) repeat;
}

#index2 .third_box{
	margin-bottom: 0;
	padding-top: 76px;
}
		
h1{
	position: relative;
	z-index: 9;
	float: right;
	left:-25px;
}
h1 a{}
h1 a:hover{
	text-decoration:none;
}
h1 .slogan{
	display:block;
}

/* Menu */
nav{
	float: left;
	position: relative;
	z-index: 9;
	padding-top: 0px;
	padding-right: 3px;
	left:25px;
}
.sf-menu {
	list-style:none;
}
.sf-menu > li {
	float:left;
	font: 14px/17px 'Trebuchet MS', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-left:11px;
	position:relative;
}
.sf-menu > li:first-child{
	margin-left:0;
}
.sf-menu > li > a {
	cursor:default;
	display: block;
	color:#000;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
	border-radius: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.current > a {
	text-decoration:none; 
	background: #4EA59B;
}
.sf-menu > li > a.sf-with-ul:after{
	/*menu arrow*/
}
.sf-menu .menu-arrow{display:none;}

/* submenu */
.sf-menu ul {
	background: #0d0f0b;
	display: none;
	left: 0;
	padding: 5px;
	position: absolute;
	min-width: 105px;
	z-index: 99;
	border-radius: 3px;
	}
	.sf-menu ul li{
		margin-top:17px;
		position:relative;
		font: 12px/15px Arial, Helvetica, sans-serif;
		cursor:pointer;
		padding: 5px;
		color:#FFFFFF;
	}
	.sf-menu ul li:hover{
		background-color: #3e3e3e;
		border: 1px solid #FFFFFF;
		border-radius: 4px;
	}
		.sf-menu ul li:first-child{
			margin-top:0;
		}
		.sf-menu ul li a{
			color:#fff;
			text-decoration:none;
		}
		.sf-menu ul li > a:hover,
		.sf-menu ul li.sfHover > a,
		.sf-menu ul li.active > a{
			text-decoration:none;
			font-weight: bold;
		}
/* subsubmenu */
.sf-menu ul ul {
	background: #d44900;
	left: 120px;
	top: -2px;
	padding-top: 7px;
	padding-left: 8px;
	width: 85px;
	padding-bottom: 10px;
	}

	.sf-menu ul ul li{
		margin-top: 15px;
		}
	

	.sf-menu ul ul li a{
		color:#fff;
		text-decoration:none;
	}
	.sf-menu ul ul li > a:hover,
	.sf-menu ul ul li.sfHover > a,
	.sf-menu ul ul li.active > a{
		text-decoration:none;
	}
#mm0{
	display:none;
	border: 1px solid #ff781d;
	padding: 3px;
	width: 100%;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1200px) {
	.sf-menu > li > a {
		/*padding: 18px 15px 16px 15px;*/
	}
	h4{
		line-height: 36px;
	}

}



@media only screen and (max-width: 995px) {
	.img_fleft,
	.img_right{
		max-width:45%;
	}

	.camera_caption{
		display: none !important;
	}
	nav {
		padding-top: 0px;
		padding-right: 0px;
	}
	.sf-menu ul {
		top: 45px;
	}
		.sf-menu > li{
			margin-left:15px;
			}
			.sf-menu > li > a {
				padding: 10px 5px 10px 5px;
				}

}
@media only screen and (max-width: 767px) {
	
	header {
		padding-top: 20px;
	}
	nav{
		float: none;
		margin-bottom: 12px;
	}

	nav {
		float: none;
		margin-bottom: 35px;
	}
}
@media only screen and (max-width: 479px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float:none;
		max-width:inherit;
		margin:0 0 20px;
	}
	h1 {
		padding-top: 0px;
	}
	nav {
		margin-bottom: 46px;
	}

	.stat_btn{
		margin-left: 5px;
		margin-top: 10px;
		}


	footer{
		padding-bottom: 50px;
	}

}
