/*css*/
@import "grid.css";
@import "font-awesome.css";

html, body {height:100%;}

body{
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;

	color: #6f7174;
	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}

/*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;
}
.btn_span{
	display: inline-block;
	border-left: 1px solid #e6e7e5;
	border-right: 1px solid #e6e7e5;
	padding: 0px 0px 23px 0px;
	}
	.btn{
		display: inline-block;
		background:#34352e;
		color:#fff;
		display:inline-block;
		font-family: 'Ubuntu', sans-serif;
		font-size: 17px;
		line-height: 24px;
		font-weight: 500;
		padding: 14px 24px;
		text-decoration:none;
		position: relative;
		margin-left: -1px;
		margin-right: -1px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
		.btn:hover{
			background-color:#d5dd72;
			text-decoration:none;
		}


/*Titles*/
h2{
	color:#FF0000;
	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:#f00;
	font:bold 20px/24px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h5{
	color:#f00;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

	h5.central{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 28px;
		font-weight: 500;
		color: #4d5029;
		text-align: center;
		}
		h5.central a{
			color: inherit;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			}
			h5.central a:hover{
				color: #1e1e1c;
				}
	h5.second{
		font-family: 'Ubuntu', sans-serif;
		font-size: 17px;
		line-height: 22px;
		font-weight: 500;
		color: #34352e;
		text-align: center;
		margin-bottom: 7px;
		}


h6{
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
	}

	h6.central{
		font-family: 'Ubuntu', sans-serif;
		font-size: 26px;
		line-height: 26px;
		font-weight: 300;
		color: #fff;
		text-align: center;
		}


h2 a, h3 a, h4 a, h5 a, h6 a{
	color:inherit;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
		color:#d5dd72;
		text-decoration:none;
	}

/* Indents */
p{
	margin-bottom:18px; /*as line-height in body*/
}
.m_05{margin-bottom:5px;}
.m_10{margin-bottom:10px;}
.m_15{margin-bottom:15px;}
.m_20{margin-bottom:20px;}
.m_18{margin-bottom:18px;}
.m_19{margin-bottom:19px;}
.m_21{margin-bottom:21px;}
.m_25{margin-bottom:25px;}
.m_26{margin-bottom:26px !important;}
.m_27{margin-bottom:27px !important;}
.m_29{margin-bottom:29px !important;}
.m_30{margin-bottom:30px;}
.m_31{margin-bottom:31px !important;}
.m_32{margin-bottom:32px !important;}
.m_35{margin-bottom:35px;}
.m_37{margin-bottom:37px;}
.m_40{margin-bottom:40px;}
.m_45{margin-bottom:45px;}
.m_50{margin-bottom:50px;}
.m_53{margin-bottom:53px !important;}
.m_55{margin-bottom:55px;}
.m_60{margin-bottom:60px !important;}
.m_62{margin-bottom:62px;}
.m_65{margin-bottom:65px;}
.m_67{margin-bottom:67px !important;}
.m_70{margin-bottom:70px;}
.m_73{margin-bottom:73px !important;}
.m_74{margin-bottom:74px !important;}
.m_75{margin-bottom:75px !important;}
.m_77{margin-bottom:77px;}
.m_79{margin-bottom:79px !important;}
.m_80{margin-bottom:80px;}
.m_85{margin-bottom:85px !important;}
.m_90{margin-bottom:90px;}
.m_100{margin-bottom:100px !important;}
.m_106{margin-bottom:106px;}
.m_126{margin-bottom:126px;}
.m_128{margin-bottom:128px;}


.m_box{
	overflow: hidden;
	}
/* Lists */
.list li{
	padding-left: 20px;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	color: #6f7174;
	margin-top: 10px;
	}
	.list li:before{
		position: absolute;
		content: "\f054";
		font-family: FontAwesome;
		font-size: 13px;
		line-height: 13px;
		color: #b9bcc1;
		left: 0px;
		top: 6px;
		}
	
	.list li:first-child{
		margin-top:0;
	}
	.list li a{
		color: inherit;
		text-decoration:none;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
		.list li a:hover{
			color:#d5dd72;
			text-decoration:none;
		}

/**/
blockquote{width:100%;}
	cite{text-align:right;}
time{}

/************Header************/
header{width:100%;}


.boxed{
	position: relative;
	padding-top: 51px;
	padding-bottom: 2px;
	z-index: 20;
	}
	.boxed:before{
		content: '';
		display: block;
		position:absolute;
		background: url(../images/header_top.png) repeat-x 0 0;
		width: 100%;
		height: 16px;
		top: 0px;
		left: 0px;
		right:0;
		z-index: 20;
		}
	.boxed span.border{
		display: block;
		position: absolute;
		background: url(../images/header_bottom.png) repeat-x 0 0;
		width: 100%;
		height: 33px;
		bottom: -16px;
		left: 0px;
		right:0;
		z-index: 20;
		}




h1{
	text-align: center;
	margin-bottom: 35px;
	}
	h1 a{}
		h1 a:hover{
			text-decoration:none;
		}
	h1 .slogan{
		display:block;
	}

/* Menu */
nav{
	text-align: center;
	}
	.sf-menu {
		list-style:none;
		display: block;
		text-align: center;
		display: inline-block;
		margin-left: 22px;
	}
		.sf-menu > li {
			float:left;
			font-family: 'Ubuntu', sans-serif;
			font-size: 19px;
			line-height: 23px;
			font-weight: 500;
			position:relative;
			z-index: 5;
			padding-right: 23px;
			padding-left: 26px;
			border-left: 1px solid #FF0000;
			padding-bottom: 14px;
		}
		.sf-menu > li:first-child{
			margin-left:0;
			border-left: none;
		}
			.sf-menu > li > a {
				color:#34352e;
				text-decoration:none;
				position: relative;
				}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color:#FF0000;
					text-decoration:none; 
					}
					.sf-menu > li > span, 
					.sf-menu > li.current > span{
						display: block;
						position: absolute;
						width: 100%;
						background: #fff;
						height: 0px;
						left: 0px;
						right: 0px;
						bottom: -10px;
						z-index: 1!important;
						-webkit-transition: 0.3s;
						-moz-transition: 0.3s;
						-ms-transition: 0.3s;
						-o-transition: 0.3s;
						transition: 0.3s;
						}
					.sf-menu > li:hover > span,
					.sf-menu > li.current > span{
						position: absolute;
						content: '';
						background: #fff;
						height: 30px;
						bottom: -28px;
						left: 0px;
						right: 0px;
						z-index: 1 !important;
						}

				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display:none;}

		/* submenu */
		.sf-menu ul {
			background:#fff;
			display:none;
			left:0;
			padding: 23px 13px 22px;
			position:absolute;
			top:73px;
			width: 80px; 
			z-index:99;
		}
			.sf-menu ul li{
				margin-top: 7px;
				padding-top: 4px;
				position: relative;
				font-family: 'Ubuntu', sans-serif;
				font-size: 12px;
				line-height: 14px;
				font-weight: 300;
				text-align: center;
				border-top: 1px solid #f2f2f2;
				}

				.sf-menu ul li:first-child{
					margin-top:0;
					border-top: none;
				}
				.sf-menu ul li a{
					display: block;
					padding: 7px 0px 7px 0px;
					color:#34352e;
					text-decoration:none;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
				}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a{
					color: #34352e;
					background: #d5dd72;
					text-decoration:none;
				}
		/* subsubmenu */
		.sf-menu ul ul {
			background: #fff;
			left: 95px;
			top: 2px;
			padding-top: 10px;
			padding-bottom: 10px;
			}
			.sf-menu ul ul li a{
				
				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 #1e1e1c;
		padding: 3px;
		width: 100%;
	}


/************Content***********/
#index1 #content{
	padding-top: 82px;
	padding-bottom: 0px;
	}
#index2 #content{
	padding-top: 97px;
	padding-bottom: 70px;
	}
#content{
	position: relative;
	padding-top: 138px;
	}
	#content:before{
		content: '';
		position: absolute;
		top: -17px;
		left: 0px;
		width: 100%;
		background: url(../images/content_border.png) repeat-x 0 0;
		height: 42px;
		}

.border_box{
	border-top: 22px solid #d5dd72;
	padding-top: 10px;
	text-align: center;
	}


	.border_box h4{
		font-family: 'Ubuntu', sans-serif;
		font-size: 42px;
		line-height: 50px;
		font-weight: 500;
		color: #34352e;
		margin-bottom: 28px;
		}
	.full_img{
		width: 100%;
		}


.box1{
	background: #000000;
	padding-bottom: 102px;
	padding-top: 92px;
	}

	h4.courusel_title{
		font-family: 'Ubuntu', sans-serif;
		font-size: 42px;
		line-height: 50px;
		font-weight: 500;
		color: #34352e;
		margin-bottom: 83px;
		text-align: center;
		}

#owl-demo .courusel_img{
	width: 100%;
	}



.owl-buttons{
	overflow: hidden;
	display: inline-block;
	width: 70px;
	background: url( ../images/carousel_nav_bg.jpg) no-repeat 34px 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 30px;
	}

.owl-theme .owl-controls{
	margin-top: 80px;
	text-align: center;
	}
.owl-prev{
	float: left;
	margin-right: 21px;
	font-size: 0 !important;
	line-height: 0 !important;
	position: relative;
	width: 13px !important;
	height: 23px !important;
	background: none !important;
	padding: 0 !important;
	opacity: 100;
	}
	.owl-prev:after{
		position: absolute;

		font-family: FontAwesome;
		content: "\f0d9";
		font-size: 40px;
		line-height: 24px;
		color: #34352e;
		top: 0px;
		left: 0px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
.owl-next{
	float: left;
	margin-left: 22px;
	font-size: 0 !important;
	line-height: 0 !important;
	position: relative;
	width: 13px !important;
	height: 23px !important;
	background: none !important;
	padding: 0 !important;
	opacity: 100;
	}
	.owl-next:hover:after, .owl-prev:hover:after{
		color: #fff;
		}
	.owl-next:after{
		position: absolute;
		font-family: FontAwesome;
		content: "\f0da";
		font-size: 40px;
		line-height: 24px;
		color: #34352e;
		top: 0px;
		left: 0px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}

.box2{
	background: #1e1e1c;
	padding-top: 136px;
	padding-bottom: 115px;
	}

	.box2 h4.central{
		font-family: 'Ubuntu', sans-serif;
		font-size: 42px;
		line-height: 50px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 95px;
		text-align: center;
		}
	.box2 h6.central{
		font-family: 'Ubuntu', sans-serif;
		font-size: 16px;
		line-height: 26px;
		font-weight: 300;
		color: #fff;
		margin-bottom: 30px;
		text-align: center;
		}
	.box2 p.central{
		text-align: center;
		}
.caption_btn{
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
	position: relative;
	text-transform: uppercase;
	padding-right: 24px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	.caption_btn:hover {
		color: #d5dd72;
		text-decoration: none;
		}

	.caption_btn:after {
		position: absolute;
		content: "\f0da";
		font-family: FontAwesome;
		font-size: 20px;
		line-height: 20px;
		right: 5px;
		top: 2px;
		text-decoration: none;
		}

.central{
	text-align: center;
	}


.slide_box{
	height: 202px;
	background: url(../images/slide_box.jpg) no-repeat center 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	}
	
	

#filters{
	overflow: hidden;
	text-align: center;
	margin-bottom: 67px;
	}
	#filters li{
		display:inline-block;
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		line-height: 29px;
		font-weight: 400;
		margin-left: 30px;
		}
		#filters li:first-child{
			margin-left: 0;
			}
		#filters li a{
			color: #34352e;	
			}
			#filters li a:hover, #filters li a.selected{
				text-decoration: none;
				color: #c6cd6a;
				}
		
		.element img{
			width: 100%;
			}
			.element .touch_img{
				margin-bottom: 19px;
				}

	h4.element_title{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 50px;
		font-weight: 500;
		color: #34352e;
		margin-bottom: 9px;
		text-align: center;
		}
	.element_p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		color: #6f7174;
		margin-bottom: 0px;
		text-align: center;
		}

	#container .indents{
		padding-left: 30px;
		margin-bottom: 55px;
		}
	.content_social{
		overflow: hidden;
		text-align: center;
		}
		.content_social li{
			display: inline-block;
			margin-left: 12px;
			font-size: 17px;
			line-height: 17px;
			}
			.content_social li:first-child{
				margin-left: 0px;
				}
			.content_social li a{
				color: #1e1e1c;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.content_social li a:hover{
					text-decoration: none;
					color: #d5dd72;
					}

	.quote_icon{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 140px;
		line-height: 140px;
		display: block;
		text-align: center;
		}

	p.qoute_italic{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		color: #6f7174;
		font-style: italic;
		margin-top: -48px;
		text-align: center;
		}

.quote_box{
	overflow: hidden;
	}
	.qoute{
		float: left;
		border-radius: 49%;
		text-align: center;
		font-family: 'Ubuntu', sans-serif;
		font-size: 44px;
		line-height: 44px;
		font-weight: 300;
		color: #6f7174;
		background: #1e1e1c;
		margin-left: 30px;
		margin-right: 40px;
		width: 88px;
		padding-top: 21px;
		padding-bottom: 23px;
		margin-top: 13px;
		color: #fff;
		}
	.qoute_cont{
		overflow: hidden;
		}
		.qoute_cont h5{
			font-family: 'Ubuntu', sans-serif;
			font-size: 30px;
			line-height: 50px;
			font-weight: 500;
			color: #34352e;
			margin-bottom: 8px;
			}
		.qoute_cont p{
			font-family: 'Ubuntu', sans-serif;
			font-size: 13px;
			line-height: 20px;
			font-weight: 300;
			color: #6f7174;
			margin-bottom: 0px;
			}

.blog_item{
	overflow: hidden;
	margin-bottom: 52px;
	}
	.blog_item a{
		color: inherit;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.blog_item a:hover{
			color: #d5dd72;
			}

	.post_top{
		overflow: hidden;
		margin-bottom: 13px;
		margin-top: 13px;
		}
		.post_date{
			float: left;
			width: 55px;
			background: #d5dd72;
			margin-right: 25px;
			font-family: 'Ubuntu', sans-serif;
			font-size: 20px;
			line-height: 16px;
			font-weight: 500;
			padding-top: 11px;
			padding-bottom: 12px;
			text-align: center;
			color: #fff;
			margin-top: 8px;
			}
		.post_title{
			font-family: 'Ubuntu', sans-serif;
			font-size: 22px;
			line-height: 36px;
			font-weight: 500;
			color: #34352e;
			margin-bottom: 2px;
			}
		.autor{
			float: left;
			font-family: 'Ubuntu', sans-serif;
			font-size: 13px;
			line-height: 16px;
			font-weight: 300;
			color: #3e4145;
			text-transform: uppercase;

			}
			.autor a{
				display: inline-block;
				font-family: 'Ubuntu', sans-serif;
				font-size: 13px;
				line-height: 16px;
				font-weight: 300;
				color: inherit;
				text-transform: uppercase;
				vertical-align: top;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.autor a:hover{
					text-decoration: none;
					color: #d5dd72;
					}
		.comments{
			float: right;
			font-family: 'Ubuntu', sans-serif;
			font-size: 13px;
			line-height: 16px;
			font-weight: 300;
			color: #3e4145;
			color: inherit;
			text-transform: uppercase;
			}
	.post_img{
		float: left;
		margin-top: 6px;
		margin-right: 29px;
		}
	.post{
		overflow: hidden;
		}
		.post .btn{
			color: #fff;
			}
			.post .btn:hover{	
				color: #fff;
				}

	.mail_link{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		color: #34352e;
		text-decoration: underline;
		}
		.mail_link:hover{
			color: #d5dd72;
			}







		




/*----------- Map ------------*/
.map {
	margin-bottom: 10px;
	}
.map iframe{
	width:100%;
	height: 364px;
}
address dl{
	width:100%;
	overflow:hidden;
	position:relative;
}
address dt{
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #34352e;
	margin-bottom: 18px;
	}
address dd{
	overflow:hidden;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #6f7174;
}
	address dd a{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		color: #6f7174;
		vertical-align: top;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		address dd a:hover{
			color: #d5dd72;
			text-decoration: none;
			}
address dl span {
	float:left;
	width:69px;
}

/************Footer************/

footer{
	width:100%;
	background: #1e1e1c;
	border-top: 1px solid #494d52;
	padding-top: 60px;
	}

	.bottom_footer{
		background: #61625b;
		padding: 9px 0px 9px;
		margin-top: 71px;
		}
	.copyright{
		font-family: 'Ubuntu', sans-serif;
		font-size: 19px;
		line-height: 20px;
		font-weight: 500;
		color: #fff;
		}
		.copyright a{
			color:inherit;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.copyright a:hover{
				text-decoration: none;
				color: #d5dd72;
				}
	.footer-link{display:block;}

	h4.footer_title{
		font-family: 'Ubuntu', sans-serif;
		font-size: 32px;
		line-height: 30px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 32px;
		}

	.footer_contact{
		margin-bottom: 16px;
		}
		.footer_contact li{
			font-family: 'Ubuntu', sans-serif;
			font-size: 11px;
			line-height: 16px;
			font-weight: 400;
			color: #9a9a95;
			text-transform: uppercase;
			}

	.footer_list{
		margin-bottom: 30px;
		}
		.footer_list li{
			font-family: 'Ubuntu', sans-serif;
			font-size: 11px;
			line-height: 18px;
			font-weight: 400;
			color: #9a9a95;
			text-transform: uppercase;
			}
			.footer_list li a{
				color: #9a9a95;
				text-decoration: none;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.footer_list li a:hover{
					text-decoration: none;
					color: #d5dd72;
					}
	.footer_soc{
		overflow: hidden;
		}
		.footer_soc li{
			float: left;
			margin-left: 3px;
			}
			.footer_soc li:first-child{
				margin-left: 0;
				}
			.footer_soc li a{
				display: block;
				background: #262623;
				width: 47px;
				text-align: center;
				padding-top: 14px;
				padding-bottom: 14px;
				border-radius: 49%;
				color: #fff;
				font-size: 17px;
				line-height: 17px;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.footer_soc li a:hover{
					text-decoration: none;
					background: #d5dd72;
					}

#stuck_container {
		background: #000000;
	}

#toTop {
	background:url(../images/to_top.png) center top no-repeat;
	border:none;
	bottom: 230px;
	color:transparent;
	display:none;
	font-size:0;
	height:47px;
	line-height:0;
	overflow:hidden;
	position:fixed;
	right:50% !important;
	margin-right: -800px !important;
	text-decoration:none;
	width:47px;
	z-index:20;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#toTop:hover{
	background-position:center -50px;
}

#toTop:active, #toTop:focus {
	outline:none;
}

.clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1500px) {
	.camera_caption > div h2 {
			font-size: 140px !important;
			line-height: 168px !important;
			margin-bottom: 20px;
			}
	.camera_caption {
		margin-top: -200px;
		}
}
@media only screen and (max-width: 1620px) {
	.camera_caption > div h4{
		margin-bottom: 20px !important;
		}
	.camera_wrap .camera_pag {
		bottom: 30px;
		}

}


@media only screen and (max-width: 1200px) {
	.element_cont{
		min-height: 179px;
		}
	#form label{
		width: 100%;
		}
	#success-message{
		width: 100%;
		}
	.camera_caption {
		margin-top: -124px;
		}
	.camera_caption > div h2 {
		font-size: 75px !important;
		line-height: 90px !important;
		letter-spacing: 0px;
		margin-bottom: 0px;
		}
	.camera_caption > div h3 {
		font-size: 42px !important;
		line-height: 60px !important;
		margin-bottom: 0px;
		}
	.camera_caption > div h4 {
		font-size: 16px !important;
		line-height: 26px !important;
		margin-bottom: 10px !important;
		}
	#form .success-message{
		width: 100%;
		}
}


@media only screen and (max-width: 1024px) {

	.camera_caption > div h2 {
		font-size: 80px !important;
		line-height: 80px !important;
		margin-bottom: 0px;
		}
	.camera_caption > div h3 {
		font-size: 30px !important;
		line-height: 50px !important;
		margin-bottom: 0;
		}

}


@media only screen and (max-width: 995px) {
	.img_fleft,
	.img_right{
		max-width:45%;
	}
	
	.sf-menu > li{
		margin-left:15px;
	}
	.element_cont{
		min-height: 249px;
		}

	.footer_soc li a {
		width: 32px;
		padding-top: 6px;
		padding-bottom: 7px;
		}

	.camera_caption > div h2 {
		display: none !important;
		}
	.camera_caption > div h3 {
		display: none !important;
		}
	.camera_caption > div h4{
		display: none !important;
		}
	.camera_caption > div .caption_btn{
		display: none !important;
		}

}
@media only screen and (max-width: 767px) {
	.sf-menu{
		display:none;
	}
	h1 { margin-bottom: 20px;}
	nav {
		margin-bottom: 20px;
		}
	#mm0{
		display:block;
		position: relative;
		z-index:  10;
	}

	#filters {
		overflow: hidden;
		text-align: center;
		margin-bottom: 30px;
		text-align: center;
		}
		#filters li {
			display: block;
			text-align: center;
			font-size: 20px;
			margin-left: 0px;
			}
	ul.list{
		margin-bottom: 30px;
		}
	.qoute {
		float: none;
		margin: 0px auto 20px;
		}
		.qoute_cont h5 {
			font-size: 24px;
			}
	.element_cont{
		min-height: 160px;
		}

	.post_img{
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
		}
	.post_title {
		font-size: 16px;
		line-height: 20px;
		}

	#container .indents {
		 padding-left: 0px !important;
		}


}
@media only screen and (max-width: 480px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float:none;
		max-width:inherit;
		margin:0 0 20px;
	}
}
