@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,900);
body {
	background:url(images/body.jpg) no-repeat 50% 50%;
	background-attachment:fixed;
	background-size:cover;
}
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:none;
	min-height:24px;
	margin:0;
	padding:6px 15px 7px 15px !important;
	border:1px solid #fff !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:400;
	color:#fff !important;
}
.main-holder input[type="text"]::-moz-placeholder, .main-holder input[type="email"]::-moz-placeholder, .main-holder textarea::-moz-placeholder { color:#fff; }
.main-holder input[type="text"]::-ms-input-placeholder, .main-holder input[type="email"]::-ms-input-placeholder, .main-holder textarea::-ms-input-placeholder { color:#fff; }
.main-holder input[type="text"]::-webkit-input-placeholder, .main-holder input[type="email"]::-webkit-input-placeholder, .main-holder textarea::-webkit-input-placeholder { color:#fff; }
.main-holder input[type="text"]:-moz-placeholder, .main-holder input[type="email"]:-moz-placeholder, .main-holder textarea:-moz-placeholder { color:#fff; }
.main-holder input[type="text"]:-ms-input-placeholder, .main-holder input[type="email"]:-ms-input-placeholder, .main-holder textarea:-ms-input-placeholder { color:#fff; }
.main-holder input[type="text"]::-webkit-input-placeholder, .main-holder input[type="email"]::-webkit-input-placeholder, .main-holder textarea::-webkit-input-placeholder { color:#fff; }
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:none;
	height:57px;
	margin:0 15px 0 0;
	padding:0 15px 0 15px;
	border:2px solid #fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:900;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#dd362c;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:140px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:80px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:130px; }
}
.main-holder .search-form input[type="submit"] {
	height:39px;
	margin:0 0 0 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"] {
		margin:0 0 0 10px;
		padding:0 10px 0 10px;
	}
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="submit"] {
		margin:0 0 0 10px;
		padding:0 10px 0 10px;
	}
}
h1 { text-transform:uppercase; }
h1 a {
	text-decoration:none;
	color:#dd362c;
}
h1 a:focus {
	text-decoration:none;
	color:#dd362c;
}
h1 a:hover {
	text-decoration:none;
	color:#fff;
}
h2 {
	margin-bottom:58px;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#dd362c;
}
h2 a:focus {
	text-decoration:none;
	color:#dd362c;
}
h2 a:hover {
	text-decoration:none;
	color:#fff;
}
h3 {
	margin-bottom:64px;
	letter-spacing:-1.5px;
	text-transform:uppercase;
	text-align:center;
}
@media (max-width: 480px) {
	h3 {
		margin-bottom:34px;
		letter-spacing:normal;
		line-height:30px !important;
		font-size:30px !important;
	}
}
h3 a {
	text-decoration:none;
	color:#dd362c;
}
h3 a:focus {
	text-decoration:none;
	color:#dd362c;
}
h3 a:hover {
	text-decoration:none;
	color:#fff;
}
h4 {
	margin:0 0 10px 0;
	letter-spacing:-1px;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	h4 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
h4 a {
	text-decoration:none;
	color:#fff;
}
h4 a:focus {
	text-decoration:none;
	color:#fff;
}
h4 a:hover {
	text-decoration:none;
	color:#dd362c;
}
h4 strong {
	display:block;
	padding:0 0 4px 0;
	font-weight:900;
}
h5 { margin:0 0 24px 0; }
h6 { margin:0 0 66px 0; }
p { margin:0 0 24px 0; }
a {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
}
img.alignleft { margin:5px 28px 5px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	img.alignleft {
		max-width:50%;
		margin-right:20px;
	}
}
@media (max-width: 767px) {
	img.alignleft {
		max-width:40%;
		margin-right:20px;
	}
}
.header {
	background:url(images/header.jpg) no-repeat 50% 50%;
	background-size:cover;
	margin:0;
	padding:0;
	border:none;
}
@media (max-width: 767px) {
	.header { text-align:center; }
}
body.home .header {
	background:none;
	position:absolute;
	top:0;
	right:0;
	left:0;
}
.header .container, .header .row, .header .span12 {
	width:100%;
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.header .container { padding:15px 20px 15px 20px; }
@media (min-width: 1600px) {
	.header .container { padding:15px 28px 15px 66px; }
}
.header .container.isStuck { background:#334755; }
.header .container.isStuck .logo { margin-top:2px; }
.header .container.isStuck .nav__primary .sf-menu > li > a {
	padding-top:20px;
	padding-bottom:20px;
}
.header .container.isStuck .nav__primary .sf-menu li:hover ul, .header .container.isStuck .nav__primary .sf-menu li.sfHover ul { top:71px; }
.header .container.isStuck .nav__primary ul.sf-menu li li:hover ul, .header .container.isStuck .nav__primary ul.sf-menu li li.sfHover ul { top:-21px; }
.header .container.isStuck .top_search { margin-top:15px; }
.header .logo {
	background:#dd362c;
	float:left;
	margin:24px 20px 0 0;
	padding:16px 28px 18px 26px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:auto; }
}
@media (max-width: 767px) {
	.header .logo {
		display:inline-block;
		float:none;
		margin:0 0 20px 0;
		vertical-align:top;
	}
}
.header .logo img { width:100%; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo img { max-width:140px; }
}
.header .logo .logo_h__txt {
	margin:0;
	padding:0 0 2px 0;
	font-weight:400 !important;
	text-transform:uppercase;
}
.header .logo .logo_h__txt a { text-decoration:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt a { font-size:23px; }
}
@media (max-width: 480px) {
	.header .logo .logo_h__txt a { font-size:23px; }
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_tagline { display:none; }
.header .nav__primary {
	float:right;
	margin:0;
}
@media (max-width: 767px) {
	.header .nav__primary { float:none; }
}
.header .nav__primary .select-menu {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:12px;
}
.header .nav__primary .sf-menu ul {
	background:#fff;
	width:220px;
}
.header .nav__primary .sf-menu > li {
	background:none;
	margin:0 0 0 1px;
}
.header .nav__primary .sf-menu > li > a {
	position:relative;
	padding:43px 20px 43px 20px;
	border:none;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1300px) {
	.header .nav__primary .sf-menu > li > a {
		padding-right:13px;
		padding-left:13px;
		font-size:14px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a {
		padding-right:11px;
		padding-left:11px;
		font-size:12px;
	}
}
.header .nav__primary .sf-menu > li > a:before {
	background:#fff;
	display:block;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	z-index:-1;
	content:'';
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:1px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:9px 18px 10px 18px;
	border:none;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	text-align:left;
	text-decoration:none;
	color:#18222b;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator {
	margin:-5px 0 0 0;
	top:50%;
	right:3px;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	padding:21px 0 21px 0;
	top:96px;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:-21px;
	left:221px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
		left:auto;
		right:221px;
	}
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#8e9da8;
}
.header .nav__primary .sf-menu > li > a:hover:before, .header .nav__primary .sf-menu > li.sfHover> a:before, .header .nav__primary .sf-menu > li.current-menu-item > a:before, .header .nav__primary .sf-menu > li.current_page_item > a:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:#dd362c;
	color:#fff;
}
.header .nav__primary .sf-sub-indicator {
	background-image:url(images/arrows-ffffff.png);
	margin:0 -5px 0 0;
	top:75px;
	right:50%;
}
#slider-wrapper .container {
	position:relative;
	width:1920px;
	margin:0 0 0 -960px;
	left:50%;
}
@media (min-width: 1921px) {
	#slider-wrapper .container {
		width:100%;
		margin:0;
		left:auto;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .container {
		width:1400px;
		margin:0 0 0 -700px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container {
		width:1400px;
		margin:0 0 0 -700px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .container {
		width:1200px;
		margin:0 0 0 -600px;
	}
}
#slider-wrapper .container .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_caption {
	position:absolute;
	width:900px;
	margin:0 0 0 -450px;
	bottom:266px;
	left:50%;
}
@media (min-width: 1800px) {
	#slider-wrapper .camera_caption {
		width:1170px;
		margin:0 0 0 -585px;
		bottom:216px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption {
		width:700px;
		margin:0 0 0 -350px;
		bottom:116px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption {
		width:500px;
		margin:0 0 0 -250px;
		bottom:116px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		width:440px;
		margin:0 0 0 -220px;
		bottom:70px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption {
		width:280px;
		margin:0 0 0 -140px;
		bottom:70px;
		text-align:center;
	}
}
#slider-wrapper .camera_caption div {
	background:none;
	padding:0;
}
#slider-wrapper .camera_caption strong {
	display:block;
	margin:0 0 63px 0;
	line-height:70px;
	font-family:'Roboto', sans-serif;
	font-size:53px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 1800px) {
	#slider-wrapper .camera_caption strong {
		line-height:100px;
		font-size:83px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption strong {
		margin:0 0 33px 0;
		line-height:60px;
		font-size:43px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption strong {
		margin:0 0 33px 0;
		line-height:50px;
		font-size:33px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption strong {
		margin:0 0 23px 0;
		line-height:40px;
		font-size:33px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption strong {
		margin:0 0 15px 0;
		line-height:30px;
		font-size:23px;
	}
}
#slider-wrapper .camera_caption strong span { color:#dd362c; }
#slider-wrapper .camera_caption a {
	display:inline-block;
	margin:0;
	padding:22px 69px 25px 69px;
	border:2px solid #fff;
	vertical-align:top;
	letter-spacing:2.4px;
	line-height:24px;
	font-family:'Roboto', sans-serif;
	font-size:24px;
	font-weight:900;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption a {
		padding:22px 49px 25px 49px;
		line-height:20px;
		font-size:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption a {
		padding:22px 49px 25px 49px;
		line-height:20px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption a {
		padding:22px 29px 22px 29px;
		line-height:20px;
		font-size:20px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption a {
		padding:12px 19px 12px 19px;
		line-height:20px;
		font-size:14px;
	}
}
#slider-wrapper .camera_caption a:focus {
	background:none;
	color:#fff;
}
#slider-wrapper .camera_caption a:hover {
	background:#fff;
	color:#dd362c;
}
#slider-wrapper .camera_prev {
	background:none;
	position:absolute;
	top:50%;
	left:50%;
	width:auto;
	height:auto;
	margin:-29px 0 0 -585px;
	padding:0;
}
@media (min-width: 1800px) {
	#slider-wrapper .camera_prev { margin-left:-892px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_prev {
		margin-top:0;
		margin-left:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_prev {
		top:60%;
		margin-top:0;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_prev {
		top:190px;
		margin-top:0;
		margin-left:-220px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_prev { margin-left:-140px; }
}
#slider-wrapper .camera_prev:focus:before {
	opacity:0.1;
	filter:alpha(opacity=10);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_prev:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_prev:before {
	display:inline-block;
	height:90px;
	overflow:hidden;
	opacity:0.1;
	filter:alpha(opacity=10);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:90px;
	font-family:FontAwesome;
	font-size:142px;
	content:'\f104';
}
#slider-wrapper .camera_prev span { display:none; }
#slider-wrapper .camera_commands {
	top:auto;
	right:50%;
	bottom:66px;
	margin:0 -20px 0 0;
}
#slider-wrapper .camera_next {
	background:none;
	position:absolute;
	top:50%;
	right:50%;
	width:auto;
	height:auto;
	margin:-29px -585px 0 0;
	padding:0;
}
@media (min-width: 1800px) {
	#slider-wrapper .camera_next { margin-right:-892px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_next {
		margin-top:0;
		margin-right:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_next {
		top:60%;
		margin-top:0;
		margin-right:-362px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_next {
		top:190px;
		margin-top:0;
		margin-right:-220px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_next { margin-right:-140px; }
}
#slider-wrapper .camera_next:focus:before {
	opacity:0.1;
	filter:alpha(opacity=10);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_next:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_next:before {
	display:inline-block;
	height:90px;
	overflow:hidden;
	opacity:0.1;
	filter:alpha(opacity=10);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:90px;
	font-family:FontAwesome;
	font-size:142px;
	content:'\f105';
}
#slider-wrapper .camera_next span { display:none; }
#slider-wrapper .camera_pag {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	text-align:center;
}
#slider-wrapper .camera_thumbs {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	text-align:center;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont { background:none; }
.content-holder {
	margin:0;
	padding:76px 0 76px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:76px 20px 76px 20px; }
}
body.home .content-holder { padding:0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:0 20px; }
}
#sidebar .widget { margin:67px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar h3 {
	margin-bottom:58px;
	text-align:center;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#sidebar h3 {
		line-height:50px;
		font-size:50px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar h3 {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 767px) {
	#sidebar h3 {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 480px) {
	#sidebar h3 {
		line-height:30px;
		font-size:30px;
	}
}
#sidebar .widget_categories ul, #sidebar .widget_archive ul, #sidebar .widget_nav_menu ul, #sidebar .widget_meta ul, #sidebar .widget_meta ul, #sidebar .widget_pages ul, #sidebar .widget_recent_comments ul, #sidebar .widget_recent_entries ul {
	margin:0;
	padding:0;
}
#sidebar .widget_categories ul li, #sidebar .widget_archive ul li, #sidebar .widget_nav_menu ul li, #sidebar .widget_meta ul li, #sidebar .widget_meta ul li, #sidebar .widget_pages ul li, #sidebar .widget_recent_comments ul li, #sidebar .widget_recent_entries ul li {
	position:relative;
	margin:11px 0 0 0;
	padding:0 0 0 27px;
	list-style:none;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
#sidebar .widget_categories ul li:first-child, #sidebar .widget_archive ul li:first-child, #sidebar .widget_nav_menu ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_pages ul li:first-child, #sidebar .widget_recent_comments ul li:first-child, #sidebar .widget_recent_entries ul li:first-child { margin:0; }
#sidebar .widget_categories ul li:before, #sidebar .widget_archive ul li:before, #sidebar .widget_nav_menu ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_pages ul li:before, #sidebar .widget_recent_comments ul li:before, #sidebar .widget_recent_entries ul li:before {
	position:absolute;
	top:0;
	left:0;
	line-height:22px;
	font-family:FontAwesome;
	font-size:16px;
	color:#dd362c;
	content:'\f00c';
}
#sidebar .widget_categories ul li a, #sidebar .widget_archive ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_pages ul li a, #sidebar .widget_recent_comments ul li a, #sidebar .widget_recent_entries ul li a {
	text-decoration:none;
	color:#fff;
}
#sidebar .widget_categories ul li a:focus, #sidebar .widget_archive ul li a:focus, #sidebar .widget_nav_menu ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_pages ul li a:focus, #sidebar .widget_recent_comments ul li a:focus, #sidebar .widget_recent_entries ul li a:focus {
	text-decoration:none;
	color:#fff;
}
#sidebar .widget_categories ul li a:hover, #sidebar .widget_archive ul li a:hover, #sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_pages ul li a:hover, #sidebar .widget_recent_comments ul li a:hover, #sidebar .widget_recent_entries ul li a:hover {
	text-decoration:none;
	color:#dd362c;
}
#sidebar .widget_categories ul li ul, #sidebar .widget_archive ul li ul, #sidebar .widget_nav_menu ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_pages ul li ul, #sidebar .widget_recent_comments ul li ul, #sidebar .widget_recent_entries ul li ul { margin:11px 0 0 0; }
#sidebar #wp-calendar caption { color:#fff; }
#sidebar #wp-calendar thead tr th { color:#fff; }
#sidebar ul.post-list {
	margin:0;
	padding:0;
}
#sidebar ul.post-list li {
	margin:28px 0 0 0;
	padding:0;
	list-style:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
#sidebar ul.post-list li:first-child { margin:0; }
#sidebar ul.post-list li .thumbnail { margin:6px 20px 6px 0; }
@media (min-width: 1200px) {
	#sidebar ul.post-list li .thumbnail { margin-right:29px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	#sidebar ul.post-list li .thumbnail { max-width:50%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail { max-width:40%; }
}
@media (max-width: 767px) {
	#sidebar ul.post-list li .thumbnail { max-width:50%; }
}
@media (max-width: 480px) {
	#sidebar ul.post-list li .thumbnail { max-width:40%; }
}
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 6px 0;
	line-height:18px;
	font-size:18px;
	color:#dd362c;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li time {
		line-height:16px;
		font-size:16px;
	}
}
#sidebar ul.post-list li h4 {
	margin:0 0 10px 0;
	padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li h4 {
		line-height:20px;
		font-size:20px;
	}
}
@media (max-width: 480px) {
	#sidebar ul.post-list li h4 {
		line-height:20px;
		font-size:20px;
	}
}
#sidebar ul.post-list li .excerpt { margin:0 0 35px 0; }
@media (min-width: 980px) and (max-width: 1200px) {
	#sidebar ul.post-list li a.btn-primary {
		padding:18px 11px 19px 11px;
		font-size:16px;
	}
}
@media (max-width: 480px) {
	#sidebar ul.post-list li a.btn-primary {
		padding:18px 11px 19px 11px;
		font-size:16px;
	}
}
#sidebar ul.comments-custom {
	margin:0;
	padding:6px 0 0 0;
}
#sidebar ul.comments-custom li {
	margin:35px 0 0 0;
	padding:0;
	list-style:none;
}
#sidebar ul.comments-custom li:first-child { margin:0; }
#sidebar ul.comments-custom li .meta_format { margin:0; }
#sidebar ul.comments-custom li .thumbnail { margin:0 29px 5px 0; }
#sidebar ul.comments-custom li time {
	display:block;
	margin:0 0 6px 0;
	padding:11px 0 0 0;
	line-height:18px;
	font-size:18px;
	color:#dd362c;
}
#sidebar ul.comments-custom li h4 {
	margin:0;
	padding:0;
	letter-spacing:normal;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:400;
	text-transform:none;
	color:#dd362c;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:24px 0 0 0;
	padding:0;
	border:none;
	color:#fff;
}
#sidebar ul.comments-custom li .comments-custom_txt a {
	text-decoration:none;
	color:#fff;
}
#sidebar ul.comments-custom li .comments-custom_txt a:focus {
	text-decoration:none;
	color:#fff;
}
#sidebar ul.comments-custom li .comments-custom_txt a:hover {
	text-decoration:none;
	color:#dd362c;
}
.parallax-box .parallax-content { padding:202px 0 210px 0; }
@media (max-width: 767px) {
	.parallax-box .parallax-content { padding:100px 0 100px 0; }
}
.parallax-box.style_1 .parallax-content { padding:114px 0 133px 0; }
.parallax-box.style_2 .parallax-content { padding:202px 0 147px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box.style_2 .parallax-content { padding:150px 0 100px 0; }
}
@media (max-width: 767px) {
	.parallax-box.style_2 .parallax-content { padding:150px 0 100px 0; }
}
.parallax-box.style_3 .parallax-content { padding:104px 0 227px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box.style_3 .parallax-content { padding:100px 0 150px 0; }
}
@media (max-width: 767px) {
	.parallax-box.style_3 .parallax-content { padding:100px 0 120px 0; }
}
.parallax-box.style_3 h2 {
	margin-bottom:56px;
	letter-spacing:-1px;
	text-align:center;
	color:#dd362c;
}
.parallax-box.style_3 h4 { font-weight:900; }
@media (min-width: 1200px) {
	.parallax-box.style_3 h4 { padding-left:15px; }
}
@media (min-width: 1200px) {
	.parallax-box.style_3 p { padding-left:17px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box.style_3 p {
		line-height:22px;
		font-size:16px;
	}
}
.parallax-box.style_3 p strong {
	display:block;
	padding:0 0 32px 0;
	font-weight:400;
}
.parallax-box.style_3 p a {
	text-decoration:none;
	color:#fff;
}
.parallax-box.style_3 p a:focus {
	text-decoration:none;
	color:#fff;
}
.parallax-box.style_3 p a:hover {
	text-decoration:none;
	color:#dd362c;
}
.parallax-box.style_4 .parallax-content { padding:99px 0 100px 0; }
.parallax-box.style_5 .parallax-content { padding:105px 0 144px 0; }
.parallax-box.style_5 .parallax-content h3 { margin-bottom:56px; }
.parallax-box.style_6 { margin:0 0 -76px 0; }
.parallax-box.style_6 .parallax-content { padding:105px 0 214px 0; }
.parallax-box.style_6 .parallax-content h3 { margin-bottom:56px; }
.parallax-box.style_7 { margin:125px 0 106px 0; }
.parallax-box.style_7 .parallax-content { padding:105px 0 138px 0; }
.parallax-box.style_7 .parallax-content h3 { margin-bottom:60px; }
.parallax-box.style_7 .parallax-content p { margin:0 0 29px 0; }
.hero-unit.extra {
	background:none;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.hero-unit.extra h1 {
	float:left;
	width:505px;
	margin:0 50px 0 0;
	padding:5px 0 0 0;
	line-height:55px;
	font-weight:900;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.hero-unit.extra h1 {
		width:400px;
		line-height:45px;
		font-size:45px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra h1 {
		width:300px;
		line-height:35px;
		font-size:35px;
	}
}
@media (max-width: 767px) {
	.hero-unit.extra h1 {
		float:none;
		width:auto;
		margin:0 0 20px 0;
		line-height:45px;
		font-size:45px;
	}
}
@media (max-width: 480px) {
	.hero-unit.extra h1 {
		line-height:31px;
		font-size:31px;
	}
}
.hero-unit.extra h1 strong {
	font-weight:900;
	color:#dd362c;
}
.hero-unit.extra p {
	overflow:hidden;
	margin:0;
	line-height:29px;
	font-size:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra p {
		line-height:25px;
		font-size:16px;
	}
}
.hero-unit.style_1 {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.hero-unit.style_1 { margin:0 0 40px 0; }
}
.hero-unit.style_1 h1 {
	margin:0 0 7px 0;
	padding:0;
	line-height:35px;
	font-size:30px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.style_1 h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
.hero-unit.style_1 p {
	margin:0 0 35px 0;
	line-height:24px;
}
.content_box { padding:75px 0 73px 0; }
.content_box.full_width {
	background:none;
	margin:0;
	padding:0;
}
.content_box.center {
	background:none;
	margin:0 0 144px 0;
	padding:0;
	text-align:center;
}
.content_box.center:before, .content_box.center:after { display:none; }
.banner-wrap.icons {
	float:left;
	width:16.66%;
	position:relative;
	margin:0;
	padding:0;
	vertical-align:top;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.icons { width:33.33%; }
}
@media (max-width: 767px) {
	.banner-wrap.icons { width:33.33%; }
}
@media (max-width: 480px) {
	.banner-wrap.icons { width:50%; }
}
.banner-wrap.icons:hover .featured-thumbnail a img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.6;
	filter:alpha(opacity=60);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.icons .featured-thumbnail {
	background:#dd362c;
	float:none;
	margin:0;
}
.banner-wrap.icons .featured-thumbnail a {
	float:none;
	border:none;
}
.banner-wrap.icons .featured-thumbnail a img {
	width:100%;
	height:auto;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.banner-wrap.icons .caption {
	display:table-cell;
	width:100%;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 20px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:middle;
	text-align:center;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.icons .caption { padding:0 10px; }
}
.banner-wrap.icons .caption .inner {
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.banner-wrap.icons .caption .auxiliary {
	display:inline-block;
	vertical-align:middle;
	width:0px;
	height:100%;
}
.banner-wrap.icons .caption h5 {
	margin:0 0 13px 0;
	line-height:76px;
	font-family:'Roboto', sans-serif;
	font-size:76px;
	font-weight:900 !important;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 1201px) and (max-width: 1600px) {
	.banner-wrap.icons .caption h5 {
		line-height:56px;
		font-size:56px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.icons .caption h5 {
		margin:0 0 8px 0;
		line-height:36px;
		font-size:36px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.icons .caption h5 {
		line-height:56px;
		font-size:56px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.icons .caption h5 {
		margin:0 0 8px 0;
		line-height:36px;
		font-size:36px;
	}
}
.banner-wrap.icons .caption h5 a {
	text-decoration:none;
	color:#fff;
}
.banner-wrap.icons .caption h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.banner-wrap.icons .caption h5 a:hover {
	text-decoration:none;
	color:#18222b;
}
.banner-wrap.icons .caption p {
	margin:0;
	letter-spacing:-0.4px;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
.banner-wrap.icons.icon_1 h5:before {
	background:url(images/icon_1.png) no-repeat 50% 50%;
	display:block;
	height:110px;
	margin:0 0 5px 0;
	content:'';
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.banner-wrap.icons.icon_1 h5:before {
		background-size:contain;
		height:55px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.icons.icon_1 h5:before {
		background-size:contain;
		height:45px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.icons.icon_1 h5:before {
		background-size:contain;
		height:45px;
	}
}
.banner-wrap.icons.icon_2 h5:before {
	background:url(images/icon_2.png) no-repeat 50% 50%;
	display:block;
	height:110px;
	margin:0 0 5px 0;
	content:'';
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.banner-wrap.icons.icon_2 h5:before {
		background-size:contain;
		height:55px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.icons.icon_2 h5:before {
		background-size:contain;
		height:45px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.icons.icon_2 h5:before {
		background-size:contain;
		height:45px;
	}
}
.banner-wrap.icons.icon_3 h5:before {
	background:url(images/icon_3.png) no-repeat 50% 50%;
	display:block;
	height:110px;
	margin:0 0 5px 0;
	content:'';
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.banner-wrap.icons.icon_3 h5:before {
		background-size:contain;
		height:55px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.icons.icon_3 h5:before {
		background-size:contain;
		height:45px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.icons.icon_3 h5:before {
		background-size:contain;
		height:45px;
	}
}
.banner-wrap.icons.icon_4 h5:before {
	background:url(images/icon_4.png) no-repeat 50% 50%;
	display:block;
	height:110px;
	margin:0 0 5px 0;
	content:'';
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.banner-wrap.icons.icon_4 h5:before {
		background-size:contain;
		height:55px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.icons.icon_4 h5:before {
		background-size:contain;
		height:45px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.icons.icon_4 h5:before {
		background-size:contain;
		height:45px;
	}
}
.banner-wrap.icons.icon_5 h5:before {
	background:url(images/icon_5.png) no-repeat 50% 50%;
	display:block;
	height:110px;
	margin:0 0 5px 0;
	content:'';
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.banner-wrap.icons.icon_5 h5:before {
		background-size:contain;
		height:55px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.icons.icon_5 h5:before {
		background-size:contain;
		height:45px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.icons.icon_5 h5:before {
		background-size:contain;
		height:45px;
	}
}
.banner-wrap.icons.icon_6 h5:before {
	background:url(images/icon_6.png) no-repeat 50% 50%;
	display:block;
	height:110px;
	margin:0 0 5px 0;
	content:'';
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.banner-wrap.icons.icon_6 h5:before {
		background-size:contain;
		height:55px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.icons.icon_6 h5:before {
		background-size:contain;
		height:45px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.icons.icon_6 h5:before {
		background-size:contain;
		height:45px;
	}
}
.banner-wrap.extra {
	width:100%;
	overflow:hidden;
	margin:0;
}
.banner-wrap.extra .featured-thumbnail {
	background:#dd362c;
	float:right;
	margin:3px 0 10px 90px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.extra .featured-thumbnail { max-width:50%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.extra .featured-thumbnail {
		max-width:50%;
		margin-left:30px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.extra .featured-thumbnail {
		display:inline-block;
		float:none;
		margin:0 0 30px 0;
		vertical-align:top;
	}
}
.banner-wrap.extra .featured-thumbnail a { border:none; }
.banner-wrap.extra .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.6;
	filter:alpha(opacity=60);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra .featured-thumbnail a img {
	width:100%;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.banner-wrap.extra p {
	margin:0 0 42px 0;
	padding:23px 0 0 0;
	line-height:48px;
	font-family:'Roboto', sans-serif;
	font-size:30px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.extra p {
		line-height:30px;
		font-size:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.extra p {
		padding:0;
		line-height:30px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.extra p {
		padding:0;
		line-height:30px;
		font-size:20px;
	}
}
.banner-wrap.extra .banner-btn a {
	display:inline-block;
	margin:0;
	padding:22px 69px 25px 69px;
	border:2px solid #fff;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	letter-spacing:2.4px;
	line-height:24px;
	font-family:'Roboto', sans-serif;
	font-size:24px;
	font-weight:900;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.extra .banner-btn a { padding:22px 39px 25px 39px; }
}
@media (max-width: 767px) {
	.banner-wrap.extra .banner-btn a { padding:22px 39px 25px 39px; }
}
@media (max-width: 480px) {
	.banner-wrap.extra .banner-btn a {
		padding:15px 29px 15px 29px;
		font-size:18px;
	}
}
.banner-wrap.extra .banner-btn a:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.banner-wrap.extra .banner-btn a:hover {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#dd362c;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail a .zoom-icon { background:url(images/thumbnail_bg.png) repeat 0% 0%; }
.thumbnail a .zoom-icon:before {
	background:url(images/magnify.png) no-repeat 0% 0%;
	width:126px;
	height:126px;
	margin:-63px 0 0 -63px;
}
@media (max-width: 767px) {
	.thumbnail a .zoom-icon:before {
		background:url(images/magnify_alt.png) no-repeat 0% 0%;
		width:60px;
		height:60px;
		margin:-30px 0 0 -30px;
	}
}
@media (max-width: 480px) {
	.thumbnail a .zoom-icon:before {
		background:url(images/magnify_alt_1.png) no-repeat 0% 0%;
		width:30px;
		height:30px;
		margin:-15px 0 0 -15px;
	}
}
.list_1 {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	text-align:center;
}
.list_1 li {
	display:inline-block;
	margin:0 41px;
	padding:0;
	list-style:none;
	vertical-align:top;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_1 li { margin:0 18px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li { margin:13px 23px; }
}
@media (max-width: 767px) {
	.list_1 li { margin:13px 23px; }
}
.list_1 li .thumbnail {
	background:none;
	float:none;
	margin:0;
}
.list_1 li .thumbnail a {
	display:inline-block;
	vertical-align:top;
}
.list_1 li .thumbnail a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list_1 li .thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.list_1 li h5 { display:none; }
.list_2 {
	margin:0 0 0 -30px !important;
	padding:0 0 10px 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_2 { text-align:center; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_2 { text-align:center; }
}
@media (max-width: 767px) {
	.list_2 {
		margin:0 0 30px 0 !important;
		text-align:center;
	}
}
.list_2 li {
	display:inline-block;
	width:170px;
	margin:0 0 30px 30px;
	vertical-align:top;
}
@media (max-width: 767px) {
	.list_2 li { margin:10px; }
}
@media (max-width: 480px) {
	.list_2 li { width:120px; }
}
.list_2 li .thumbnail {
	background:#dd362c;
	float:none;
	margin:0;
}
.list_2 li .thumbnail a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list_2 li .thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.list_2 li h5 { display:none; }
.list_3 { padding:0; }
@media (min-width: 1200px) {
	.list_3 { padding:0 0 126px 0; }
}
@media (max-width: 767px) {
	.list_3 li {
		width:100%;
		overflow:hidden;
		margin:30px 0 0 0;
	}
}
@media (max-width: 767px) {
	.list_3 li:first-child { padding:0; }
}
.list_3 li .thumbnail { margin:0 0 23px 0; }
@media (max-width: 767px) {
	.list_3 li .thumbnail {
		float:left;
		max-width:50%;
		margin:0 20px 5px 0;
	}
}
@media (max-width: 480px) {
	.list_3 li .thumbnail { max-width:40%; }
}
@media (max-width: 767px) {
	.list_3 li .clear { display:none; }
}
.list_3 li h5 {
	margin:0 0 7px 0;
	line-height:35px;
	font-family:'Roboto', sans-serif;
	font-size:30px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 480px) {
	.list_3 li h5 {
		line-height:25px;
		font-size:25px;
	}
}
.list_3 li h5 a {
	text-decoration:none;
	color:#fff;
}
.list_3 li h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.list_3 li h5 a:hover {
	text-decoration:none;
	color:#dd362c;
}
.list_3 li .excerpt { margin:0 0 35px 0; }
.flexslider.extra {
	position:relative;
	overflow:visible !important;
	margin:0;
	padding:10px 100px 0 100px;
}
@media (min-width: 1800px) {
	.flexslider.extra { padding:10px 0 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.extra { padding:10px 0 0 0; }
}
@media (max-width: 767px) {
	.flexslider.extra { padding:10px 0 0 0; }
}
.flexslider.extra ul {
	margin:0;
	padding:0;
}
.flexslider.extra ul li { text-align:center; }
.flexslider.extra ul li h5, .flexslider.extra ul li a.btn { display:none; }
.flexslider.extra ul li p {
	position:relative;
	padding:0 150px;
	line-height:33px;
	font-size:22px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.extra ul li p {
		line-height:25px;
		font-size:14px;
	}
}
@media (max-width: 767px) {
	.flexslider.extra ul li p {
		padding:0 115px;
		line-height:20px;
		font-size:14px;
	}
}
@media (max-width: 480px) {
	.flexslider.extra ul li p { padding:0; }
}
.flexslider.extra ul li p:before {
	background:url(images/quotes_start.png) no-repeat 0% 0%;
	display:block;
	width:88px;
	height:63px;
	overflow:hidden;
	position:absolute;
	top:24px;
	left:7px;
	content:'';
}
@media (max-width: 480px) {
	.flexslider.extra ul li p:before { display:none; }
}
.flexslider.extra ul li p:after {
	background:url(images/quotes_end.png) no-repeat 0% 0%;
	display:block;
	width:88px;
	height:63px;
	overflow:hidden;
	position:absolute;
	top:24px;
	right:7px;
	content:'';
}
@media (max-width: 480px) {
	.flexslider.extra ul li p:after { display:none; }
}
.flexslider.extra ul li p a {
	text-decoration:none;
	color:#fff;
}
.flexslider.extra ul li p a:focus {
	text-decoration:none;
	color:#fff;
}
.flexslider.extra ul li p a:hover {
	text-decoration:none;
	color:#8e9da8;
}
.flexslider.extra ul li .post_options {
	padding:47px 0 0 0;
	line-height:24px;
	font-size:18px;
	font-style:italic;
}
@media (max-width: 480px) {
	.flexslider.extra ul li .post_options { padding:15px 0 0 0; }
}
.flexslider.extra .flex-direction-nav .flex-prev {
	background:none;
	position:absolute;
	top:90px;
	left:0;
	width:auto;
	height:auto;
	opacity:1;
	filter:alpha(opacity=100);
	line-height:0;
	font-size:0;
	text-indent:none;
}
@media (min-width: 1800px) {
	.flexslider.extra .flex-direction-nav .flex-prev { left:-307px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.extra .flex-direction-nav .flex-prev { top:-90px; }
}
@media (max-width: 767px) {
	.flexslider.extra .flex-direction-nav .flex-prev { top:-90px; }
}
.flexslider.extra .flex-direction-nav .flex-prev:focus:before {
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.flexslider.extra .flex-direction-nav .flex-prev:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.flexslider.extra .flex-direction-nav .flex-prev:before {
	display:inline-block;
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:90px;
	font-family:FontAwesome;
	font-size:142px;
	text-shadow:none;
	color:#fff;
	content:'\f104';
}
.flexslider.extra .flex-direction-nav .flex-next {
	background:none;
	position:absolute;
	top:90px;
	right:0;
	width:auto;
	height:auto;
	opacity:1;
	filter:alpha(opacity=100);
	line-height:0;
	font-size:0;
	text-indent:none;
}
@media (min-width: 1800px) {
	.flexslider.extra .flex-direction-nav .flex-next { right:-307px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.extra .flex-direction-nav .flex-next { top:-90px; }
}
@media (max-width: 767px) {
	.flexslider.extra .flex-direction-nav .flex-next { top:-90px; }
}
.flexslider.extra .flex-direction-nav .flex-next:focus:before {
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.flexslider.extra .flex-direction-nav .flex-next:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.flexslider.extra .flex-direction-nav .flex-next:before {
	display:inline-block;
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:90px;
	font-family:FontAwesome;
	font-size:142px;
	text-shadow:none;
	color:#fff;
	content:'\f105';
}
.google-map-home {
	height:371px;
	margin:4px 0 0 0;
}
@media (max-width: 767px) {
	.google-map-home { margin:0 0 40px 0; }
}
a.btn-primary {
	background:none;
	margin:0;
	padding:18px 15px 19px 15px;
	border:2px solid #fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:1.7px;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:900;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
a.btn-primary:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#fff;
}
a.btn-primary:hover {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#dd362c;
}
@media (max-width: 767px) {
	.list.ok-sign-list { padding:0 0 30px 0; }
}
.list.ok-sign-list ul {
	margin:0;
	padding:0;
}
.list.ok-sign-list ul li {
	position:relative;
	margin:11px 0 0 0;
	padding:0 0 0 26px;
	list-style:none;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.list.ok-sign-list ul li:first-child { margin:0; }
.list.ok-sign-list ul li:before {
	position:absolute;
	top:1px;
	left:0;
	line-height:20px;
	font-family:FontAwesome;
	font-size:16px;
	color:#dd362c;
	content:'\f00c';
}
.list.ok-sign-list ul li a {
	text-decoration:none;
	color:#fff;
}
.list.ok-sign-list ul li a:focus {
	text-decoration:none;
	color:#fff;
}
.list.ok-sign-list ul li a:hover {
	text-decoration:none;
	color:#dd362c;
}
.dropcap {
	background:#fff;
	position:relative;
	float:left;
	width:70px;
	height:70px;
	overflow:visible;
	margin:0 28px 0 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:70px;
	font-family:'Roboto', sans-serif;
	font-weight:900;
	text-align:center;
	color:#8e9da8;
}
@media (min-width: 768px) and (max-width: 979px) {
	.dropcap { margin-right:20px; }
}
.dropcap:before {
	background:url(images/corner.png) no-repeat 0% 0%;
	display:block;
	width:13px;
	height:25px;
	overflow:hidden;
	position:absolute;
	top:9px;
	right:-13px;
	content:'';
}
@media (min-width: 768px) and (max-width: 979px) {
	.extra-wrap h4 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:20px;
		font-size:18px;
	}
}
@media (max-width: 480px) {
	.extra-wrap h4 {
		line-height:25px;
		font-size:25px;
	}
}
@media (max-width: 480px) {
	.extra-wrap h4 br { display:none; }
}
.footer {
	background:#334755;
	margin:0;
	padding:141px 0 89px 0;
	border:none;
	text-align:center;
}
@media (max-width: 767px) {
	.footer { padding:50px 20px 50px 20px; }
}
.footer .social-nets-wrapper {
	margin:0 0 89px 0;
	padding:0 0 84px 0;
	border-bottom:1px solid #fff;
}
@media (max-width: 767px) {
	.footer .social-nets-wrapper {
		margin:0 0 50px 0;
		padding:0 0 50px 0;
	}
}
.footer .social-nets-wrapper ul {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
.footer .social-nets-wrapper ul li {
	display:inline-block;
	margin:0 37px 0 38px;
	padding:0;
	list-style:none;
	vertical-align:top;
}
@media (max-width: 767px) {
	.footer .social-nets-wrapper ul li { margin:0 27px 0 27px; }
}
@media (max-width: 480px) {
	.footer .social-nets-wrapper ul li { margin:0 13px 0 13px; }
}
.footer .social-nets-wrapper ul li a {
	background:#fff;
	display:inline-block;
	width:87px;
	height:87px;
	overflow:hidden;
	vertical-align:top;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:87px;
	font-size:47px;
	text-align:center;
	color:#334755;
}
@media (max-width: 480px) {
	.footer .social-nets-wrapper ul li a {
		width:44px;
		height:44px;
		line-height:44px;
		font-size:23px;
	}
}
.footer .social-nets-wrapper ul li a:hover {
	background:#dd362c;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.footer .social-nets-wrapper ul li a:hover:before {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.footer .social-nets-wrapper ul li a[title="twitter"]:before { content:'\f099'; }
.footer .social-nets-wrapper ul li a[title="facebook"]:before { content:'\f09a'; }
.footer .social-nets-wrapper ul li a[title="google"]:before { content:'\f0d5'; }
.footer .social-nets-wrapper ul li a:before {
	display:block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:87px;
	font-family:FontAwesome;
	font-size:47px;
	text-align:center;
	color:#334755;
}
@media (max-width: 480px) {
	.footer .social-nets-wrapper ul li a:before {
		line-height:44px;
		font-size:23px;
	}
}
.footer .social-nets-wrapper ul li a img { display:none; }
.footer .footer-text {
	float:none;
	margin:0;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.footer .footer-text strong {
	font-weight:400;
	text-transform:uppercase;
}
.footer .footer-text a {
	text-decoration:none;
	color:#fff;
}
.footer .footer-text a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#dd362c;
}
.footer .footer-nav {
	float:none;
	margin:13px 0 0 0;
}
.footer .footer-nav ul {
	float:none;
	margin:0;
	padding:0;
}
.footer .footer-nav ul li {
	display:inline-block;
	float:none;
	margin:0 7px;
	padding:0;
	vertical-align:top;
	list-style:none;
}
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#dd362c;
}
.footer .footer-nav ul li a { text-decoration:none; }
.footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#dd362c;
}
.top_search {
	position:relative;
	float:right;
	margin:36px 0 0 20px;
}
@media (min-width: 1600px) {
	.top_search { margin-left:209px; }
}
@media (max-width: 767px) {
	.top_search { display:none; }
}
.top_search #search-header {
	display:none;
	position:absolute;
	width:268px;
	height:48px;
	top:86px;
	right:0;
}
.top_search #search-header input[type="text"] {
	float:left;
	width:187px;
}
.top_search #search-header button {
	background:#dd362c;
	float:right;
	width:39px;
	height:39px;
	margin:0;
	border:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	color:#fff;
}
.top_search #search-header button:focus {
	background:#dd362c;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.top_search #search-header button:hover {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#dd362c;
}
.top_search .btn-search {
	background:rgba(255,255,255,0.4);
	width:43px;
	height:43px;
	border:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:43px;
	font-size:20px;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
.top_search .btn-search:focus {
	background:rgba(255,255,255,0.4);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.top_search .btn-search:hover {
	background:#dd362c;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#back-top-wrapper { z-index:999; }
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a {
	background:none;
	width:auto;
}
#back-top-wrapper p#back-top a:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#5e7484;
}
#back-top-wrapper p#back-top a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#de3f18;
}
#back-top-wrapper p#back-top a:before {
	display:inline-block;
	vertical-align:top;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:54px;
	font-family:FontAwesome;
	font-size:54px;
	color:#5e7484;
	content:'\f0aa';
}
#back-top-wrapper p#back-top a span { display:none; }
article.type-clients .thumbnail {
	background:none;
	float:left;
	margin:5px 20px 5px 0 !important;
}
article.type-partners .thumbnail {
	background:none;
	float:left;
	margin:5px 20px 5px 0 !important;
}
.title-section {
	margin:0 0 24px 0;
	padding:0;
	text-align:center;
}
.title-section h1 { margin:0 0 16px 0; }
@media (max-width: 767px) {
	.title-section h1 {
		line-height:30px;
		font-size:30px;
	}
}
.title-section ul {
	background:none;
	margin:0;
	padding:5px 0 6px 0;
	border:none;
	border-top:1px solid #5b6064;
	border-bottom:1px solid #5b6064;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.title-section ul li {
	line-height:29px;
	font-size:20px;
	text-shadow:none;
	color:#fff;
}
.title-section ul li.active { color:#dd362c; }
.title-section ul li.divider { margin:0 10px; }
.title-section ul li.divider:after {
	line-height:29px;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	content:'/';
}
.title-section ul li a {
	text-decoration:none;
	color:#fff;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#fff;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#dd362c;
}
.pagination ul li.active { color:#000; }
.pagination ul li a, .pagination ul li span {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.pagination ul li a:focus { color:#dd362c; }
.pagination ul li a:hover { color:#000; }
article.post h3 {
	letter-spacing:normal;
	line-height:35px;
	font-size:30px;
	text-align:left;
	color:#fff;
}
.post_meta {
	line-height:24px;
	font-size:18px;
	color:#dd362c;
}
.post_meta i { color:#fff; }
.post_meta a {
	text-decoration:none;
	color:#dd362c;
}
.post_meta a:focus {
	text-decoration:none;
	color:#dd362c;
}
.post_meta a:hover {
	text-decoration:none;
	color:#fff;
}
.post-author {
	background:none;
	padding:15px 20px 20px 20px;
	border:2px solid #fff;
}
.post-author h3 {
	margin:0 0 15px 0;
	padding:0;
	letter-spacing:normal;
	line-height:24px !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px !important;
	font-weight:400;
	text-align:left;
	text-transform:none;
	color:#dd362c;
}
.post-author .post-author_gravatar { margin:5px 30px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
@media (max-width: 480px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_link p {
	margin:0;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:400;
	color:#dd362c;
}
.related-posts h3 {
	margin-bottom:58px;
	text-align:center;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.related-posts h3 {
		line-height:50px;
		font-size:50px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts h3 {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 767px) {
	.related-posts h3 {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 480px) {
	.related-posts h3 {
		line-height:30px;
		font-size:30px;
	}
}
.related-posts ul li {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	line-height:25px;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 1200px) {
	.related-posts ul li {
		line-height:35px;
		font-size:30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts ul li {
		line-height:20px;
		font-size:16px;
	}
}
@media (max-width: 767px) {
	.related-posts ul li {
		line-height:20px;
		font-size:16px;
	}
}
.related-posts ul li a {
	text-decoration:none;
	color:#fff;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#fff;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#dd362c;
}
#comments h3 {
	margin-bottom:58px;
	text-align:center;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#comments h3 {
		line-height:50px;
		font-size:50px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#comments h3 {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 767px) {
	#comments h3 {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 480px) {
	#comments h3 {
		line-height:30px;
		font-size:30px;
	}
}
ol.comment-list li .comment-body {
	background:none !important;
	padding:20px;
	border:2px solid #fff;
}
ol.comment-list li .comment-body .author {
	padding:12px 0 0 0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	line-height:24px;
	font-size:18px;
	font-weight:400;
	color:#dd362c;
}
ol.comment-list li .comment-body .extra-wrap { padding:0 0 12px 0; }
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .comment-meta {
	margin:0;
	padding:18px 0 19px 0;
	line-height:24px;
	font-size:18px;
	color:#dd362c;
}
ol.comment-list li .comment-body .reply { margin:0 0 0 30px; }
ol.comment-list li .comment-body .reply a {
	background:none;
	margin:0;
	padding:18px 15px 19px 15px;
	border:2px solid #fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:900;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#dd362c;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#respond h3 {
		line-height:50px;
		font-size:50px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#respond h3 {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 767px) {
	#respond h3 {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 480px) {
	#respond h3 {
		line-height:30px;
		font-size:30px;
	}
}
#commentform p {
	width:100%;
	overflow:hidden;
}
@media (max-width: 767px) {
	#commentform input[type="text"], #commentform input[type="email"], #commentform textarea { min-height:37px; }
}
#commentform input[type="submit"] { margin:0; }
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#dd362c; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h2 {
	line-height:31px;
	font-size:24px;
	text-transform:none;
	color:#fff;
}
.error404-holder h4 {
	letter-spacing:normal;
	line-height:24px;
	font-size:18px;
	font-weight:400;
	text-transform:none;
	color:#8e9da8;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	min-height:39px;
	padding:5px 9px !important;
}
.wpcf7-form input[type="text"]::-moz-placeholder, .wpcf7-form input[type="email"]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder { color:#fff; }
.wpcf7-form input[type="text"]::-ms-input-placeholder, .wpcf7-form input[type="email"]::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder { color:#fff; }
.wpcf7-form input[type="text"]::-webkit-input-placeholder, .wpcf7-form input[type="email"]::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder { color:#fff; }
.wpcf7-form input[type="text"]:-moz-placeholder, .wpcf7-form input[type="email"]:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder { color:#fff; }
.wpcf7-form input[type="text"]:-ms-input-placeholder, .wpcf7-form input[type="email"]:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder { color:#fff; }
.wpcf7-form input[type="text"]::-webkit-input-placeholder, .wpcf7-form input[type="email"]::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder { color:#fff; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:28px;
	font-size:14px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding-right:2px !important;
		padding-left:3px !important;
		font-size:10px !important;
	}
}
.wpcf7-form .ajax-loader { margin:17px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.filter-wrapper {
	padding:20px 0 16px 0;
	text-align:center;
}
.filter-wrapper .pull-right { float:none; }
@media (max-width: 480px) {
	.filter-wrapper .pull-right { float:right; }
}
.filter-wrapper strong {
	display:inline-block;
	float:none;
	margin:0;
	padding:20px 0 21px 0;
	vertical-align:top;
	letter-spacing:1px;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		display:block;
		padding:13px 0 10px 0;
		font-size:14px;
	}
}
@media (max-width: 480px) {
	.filter-wrapper strong { display:inline-block; }
}
.filter-wrapper ul {
	display:inline-block;
	float:none;
	vertical-align:top;
}
@media (max-width: 480px) {
	.filter-wrapper ul { text-align:left; }
}
.filter-wrapper ul li { margin:0 0 0 80px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.filter-wrapper ul li { margin:0 0 0 40px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper ul li { margin:0 0 0 3px; }
}
@media (max-width: 767px) {
	.filter-wrapper ul li { margin:0 0 0 1px; }
}
@media (max-width: 480px) {
	.filter-wrapper ul li { margin:1px 0 0 0; }
}
.filter-wrapper ul li.active a { border:2px solid #ffffff; }
.filter-wrapper ul li a {
	background:none !important;
	margin:0;
	padding:18px 15px 19px 15px;
	border:2px solid rgba(255,255,255,0);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:1px;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:900;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff !important;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		padding:10px 7px 10px 7px;
		font-size:14px;
	}
}
.filter-wrapper ul li a:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#fff;
}
.filter-wrapper ul li a:hover {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	border:2px solid #ffffff;
	text-decoration:none;
	color:#dd362c;
}
#portfolio-grid li .caption {
	padding:23px 18px 28px 18px;
	border:2px solid #fff;
	border-top:none;
}
#portfolio-grid li .caption h3 {
	margin:0 0 7px 0;
	line-height:35px !important;
	font-size:30px !important;
	text-align:left;
	color:#fff;
}
@media (max-width: 480px) {
	#portfolio-grid li .caption h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:30px !important;
		font-size:25px !important;
	}
}
#portfolio-grid li .caption h3 a {
	text-decoration:none;
	color:#fff;
}
#portfolio-grid li .caption h3 a:focus {
	text-decoration:none;
	color:#fff;
}
#portfolio-grid li .caption h3 a:hover {
	text-decoration:none;
	color:#dd362c;
}
#portfolio-grid li .caption p { margin:0; }
#portfolio-grid li .caption p.excerpt { margin:0 0 35px 0; }
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
ul.pager li a:focus { color:#dd362c; }
ul.pager li a:hover { color:#18222b; }
article.testimonial { color:#8e9da8; }
article.testimonial p {
	line-height:24px;
	font-size:18px;
}
article.testimonial a:focus { color:#dd362c; }
article.testimonial a:hover { color:#8e9da8; }
.archive_lists h3 {
	line-height:35px;
	font-size:30px;
	text-align:left;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.archive_lists h3 {
		line-height:30px;
		font-size:25px;
	}
}
.faq-list h4 {
	margin:0;
	letter-spacing:normal;
	line-height:20px;
	font-size:20px;
	color:#8e9da8;
}
@media (max-width: 767px) {
	.google-map-custom-class { height:300px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.post-header h2.post-title {
		line-height:50px;
		font-size:50px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-header h2.post-title {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 767px) {
	.post-header h2.post-title {
		line-height:40px;
		font-size:40px;
	}
}
@media (max-width: 480px) {
	.post-header h2.post-title {
		line-height:30px;
		font-size:30px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.grid_gallery .thumbnail .zoom-icon:before {
		background:url(images/magnify_alt.png) no-repeat 0% 0%;
		width:60px;
		height:60px;
		margin:-30px 0 0 -30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.grid_gallery .thumbnail .zoom-icon:before {
		background:url(images/magnify_alt.png) no-repeat 0% 0%;
		width:60px;
		height:60px;
		margin:-30px 0 0 -30px;
	}
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.parallax-slider { height:900px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-slider { height:600px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider { height:600px; }
}
@media (max-width: 767px) {
	.parallax-slider { height:570px; }
}
.parallax-slider #mainCaptionHolder .container {
	position:absolute;
	width:900px;
	margin:0 0 0 -450px;
	bottom:266px;
	left:50%;
}
@media (min-width: 1800px) {
	.parallax-slider #mainCaptionHolder .container {
		width:1170px;
		margin:0 0 0 -585px;
		bottom:216px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-slider #mainCaptionHolder .container {
		width:700px;
		margin:0 0 0 -350px;
		bottom:116px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .container {
		width:500px;
		margin:0 0 0 -250px;
		bottom:116px;
	}
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container {
		width:440px;
		margin:0 0 0 -220px;
		bottom:70px;
	}
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .container {
		width:280px;
		margin:0 0 0 -140px;
		bottom:70px;
		text-align:center;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption strong {
	display:block;
	margin:0 0 63px 0;
	line-height:70px;
	font-family:'Roboto', sans-serif;
	font-size:53px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 1800px) {
	.parallax-slider #mainCaptionHolder .slider_caption strong {
		line-height:100px;
		font-size:83px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-slider #mainCaptionHolder .slider_caption strong {
		margin:0 0 33px 0;
		line-height:60px;
		font-size:43px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .slider_caption strong {
		margin:0 0 33px 0;
		line-height:50px;
		font-size:33px;
	}
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption strong {
		margin:0 0 23px 0;
		line-height:40px;
		font-size:33px;
	}
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption strong {
		margin:0 0 15px 0;
		line-height:30px;
		font-size:23px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption strong span { color:#dd362c; }
.parallax-slider #mainCaptionHolder .slider_caption a {
	display:inline-block;
	margin:0;
	padding:22px 69px 25px 69px;
	border:2px solid #fff;
	vertical-align:top;
	letter-spacing:2.4px;
	line-height:24px;
	font-family:'Roboto', sans-serif;
	font-size:24px;
	font-weight:900;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-slider #mainCaptionHolder .slider_caption a {
		padding:22px 49px 25px 49px;
		line-height:20px;
		font-size:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .slider_caption a {
		padding:22px 49px 25px 49px;
		line-height:20px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption a {
		padding:22px 29px 22px 29px;
		line-height:20px;
		font-size:20px;
	}
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption a {
		padding:12px 19px 12px 19px;
		line-height:20px;
		font-size:14px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption a:focus {
	background:none;
	color:#fff;
}
.parallax-slider #mainCaptionHolder .slider_caption a:hover {
	background:#fff;
	color:#dd362c;
}
.parallax-slider .controlBtn .slidesCounter { display:none; }
.parallax-slider .parallaxPrevBtn {
	background:none;
	position:absolute;
	top:50%;
	left:50%;
	width:auto;
	height:auto;
	margin:-29px 0 0 -585px;
	padding:0;
	line-height:0;
	font-size:0;
	cursor:pointer;
	z-index:2;
}
@media (min-width: 1800px) {
	.parallax-slider .parallaxPrevBtn { margin-left:-892px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-slider .parallaxPrevBtn {
		margin-top:0;
		margin-left:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider .parallaxPrevBtn {
		top:60%;
		margin-top:0;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	.parallax-slider .parallaxPrevBtn {
		top:190px;
		margin-top:0;
		margin-left:-220px;
	}
}
@media (max-width: 480px) {
	.parallax-slider .parallaxPrevBtn { margin-left:-140px; }
}
.parallax-slider .parallaxPrevBtn:focus:before {
	opacity:0.1;
	filter:alpha(opacity=10);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.parallax-slider .parallaxPrevBtn:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.parallax-slider .parallaxPrevBtn:before {
	display:inline-block;
	height:90px;
	overflow:hidden;
	opacity:0.1;
	filter:alpha(opacity=10);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:90px;
	font-family:FontAwesome;
	font-size:142px;
	content:'\f104';
}
.parallax-slider .parallaxNextBtn {
	background:none;
	position:absolute;
	top:50%;
	right:50%;
	width:auto;
	height:auto;
	margin:-29px -585px 0 0;
	padding:0;
	line-height:0;
	font-size:0;
	cursor:pointer;
	z-index:2;
}
@media (min-width: 1800px) {
	.parallax-slider .parallaxNextBtn { margin-right:-892px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-slider .parallaxNextBtn {
		margin-top:0;
		margin-right:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider .parallaxNextBtn {
		top:60%;
		margin-top:0;
		margin-right:-362px;
	}
}
@media (max-width: 767px) {
	.parallax-slider .parallaxNextBtn {
		top:190px;
		margin-top:0;
		margin-right:-220px;
	}
}
@media (max-width: 480px) {
	.parallax-slider .parallaxNextBtn { margin-right:-140px; }
}
.parallax-slider .parallaxNextBtn:focus:before {
	opacity:0.1;
	filter:alpha(opacity=10);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.parallax-slider .parallaxNextBtn:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.parallax-slider .parallaxNextBtn:before {
	display:inline-block;
	height:90px;
	overflow:hidden;
	opacity:0.1;
	filter:alpha(opacity=10);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:90px;
	font-family:FontAwesome;
	font-size:142px;
	content:'\f105';
}
.parallax-slider #paralaxSliderPagination {
	padding:10px 0;
	bottom:0px;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
	border-radius:50%;
	margin:3px;
	width:15px;
	height:15px;
	border:2px solid #fff;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active { background:#ffffff; }
.parallax-slider #paralaxSliderPagination.images_pagination ul li {
	margin:3px;
	opacity:.5;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active { opacity:1; }
.parallax-slider .parallax-slider-video-progress { background:#d9323b; }
.parallax-slider #previewSpinner {
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	border-radius:25px;
	background:url(parallax-slider/img/spinner.GIF) 50% 50% #fff no-repeat;
}
.parallax-slider {
	overflow:hidden;
	position:relative;
	-ms-transform:translateZ(0);
	transform:translateZ(0);
}
.parallax-slider .baseList { display:none; }
.parallax-slider .parallax-slider-video-progress-bar {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:8px;
	background:url(parallax-slider/img/loader.gif) 0 0 repeat-x;
	z-index:5;
}
.parallax-slider .parallax-slider-video-progress {
	width:0;
	height:100%;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.parallax-slider .parallax-slider-vimeo-video { overflow:hidden; }
.parallax-slider .parallax-slider-vimeo-video .parallax-slider-vimeo-iframe {
	margin-top:-100px;
	max-width:none;
}
.parallax-slider #mainImageHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder, .parallax-slider #mainImageHolder .secondaryHolder {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.parallax-slider #mainImageHolder .primaryHolder .obj-inner, .parallax-slider #mainImageHolder .secondaryHolder .obj-inner {
	max-width:inherit;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.parallax-slider #mainCaptionHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.parallax-slider #mainCaptionHolder >a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
	position:absolute;
	width:100%;
	top:auto;
	bottom:0;
	left:0;
}
.parallax-slider #paralaxSliderPagination {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:2;
}
.parallax-slider #paralaxSliderPagination ul {
	list-style:none;
	margin:0;
}
.parallax-slider #paralaxSliderPagination ul li {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	cursor:pointer;
	display:inline-block;
}
.parallax-slider #previewSpinner {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	z-index:99;
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	-ms-transform:scale(3);
	-o-transform:scale(3);
	transform:scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
