@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@media (max-width: 767px) {
	body { padding:0; }
}

h1, h2, h3 { font-family: 'Montserrat', sans-serif !important; }

.main-holder { overflow:hidden; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder input[type="tel"], .main-holder textarea {
	background:#f5f5f5;
	min-height:30px;
	margin:0;
	padding:4px 17px 5px 17px !important;
	border:none !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:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#7a7a7a !important;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:none;
	height:39px;
	margin:0 15px 0 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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:1.5px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	text-shadow:none;
	color:#de696b;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#de696b;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#444;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:150px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:95px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:140px; }
}
.main-holder .search-form input[type="submit"] {
	margin:0 0 0 10px;
	text-transform:capitalize;
}
h1 {
	position:relative;
	padding:0 0 24px 0;
	letter-spacing:3px;
	text-align:center;
	text-transform:uppercase;
}
h1:before {
	background:#444;
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:44px;
	height:3px;
	overflow:hidden;
	margin:0 0 0 -22px;
	content:'';
}
h1 a {
	text-decoration:none;
	color:#444;
}
h1 a:focus {
	text-decoration:none;
	color:#444;
}
h1 a:hover {
	text-decoration:none;
	color:#de696b;
}
h2 {
	position:relative;
	margin-bottom:48px;
	padding:0 0 24px 0;
	letter-spacing:3px;
	text-align:center;
	text-transform:uppercase;
}
h2:before {
	background:#444;
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:44px;
	height:3px;
	overflow:hidden;
	margin:0 0 0 -22px;
	content:'';
}
h2 a {
	text-decoration:none;
	color:#444;
}
h2 a:focus {
	text-decoration:none;
	color:#444;
}
h2 a:hover {
	text-decoration:none;
	color:#de696b;
}
h3 {
	position:relative;
	margin-bottom:29px;
	padding:0 0 24px 0;
	letter-spacing:3px;
	text-align:center;
	text-transform:uppercase;
}
h3:before {
	background:#444;
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:44px;
	height:3px;
	overflow:hidden;
	margin:0 0 0 -22px;
	content:'';
}
h3 a {
	text-decoration:none;
	color:#444;
}
h3 a:focus {
	text-decoration:none;
	color:#444;
}
h3 a:hover {
	text-decoration:none;
	color:#de696b;
}
h4 {
	position:relative;
	margin-bottom:83px;
	padding:0 0 24px 0;
	letter-spacing:3px;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	h4 { margin-bottom:41px; }
}
h4:before {
	background:#444;
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:44px;
	height:3px;
	overflow:hidden;
	margin:0 0 0 -22px;
	content:'';
}
h4 a {
	text-decoration:none;
	color:#444;
}
h4 a:focus {
	text-decoration:none;
	color:#444;
}
h4 a:hover {
	text-decoration:none;
	color:#de696b;
}
h5 { letter-spacing:1.5px; }
h5 a {
	text-decoration:none;
	color:#444;
}
h5 a:focus {
	text-decoration:none;
	color:#444;
}
h5 a:hover {
	text-decoration:none;
	color:#de696b;
}
h6 {
	margin:0 0 15px 0;
	letter-spacing:1.5px;
}
@media (max-width: 767px) {
	h6 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
	}
}
h6 a {
	text-decoration:none;
	color:#444444;
}
h6 a:focus {
	text-decoration:none;
	color:#444444;
}
h6 a:hover {
	text-decoration:none;
	color:#de696b;
}
p { margin:0 0 15px 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:7px 30px 7px 0; }
@media (max-width: 767px) {
	img.alignleft {
		max-width:50%;
		margin:5px 20px 5px 0;
	}
}
.header {
	background:url(images/header.jpg) no-repeat 50% 0%;
	background-size:cover;
	margin:0;
	padding:20px 0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:20px;
		text-align:center;
	}
}
body.home .header {
	background:none;
	position:absolute;
	top:0;
	right:0;
	left:0;
}
.header .block { position:relative; }
.header .block.isStuck { z-index:999; }
.header .block.isStuck:before {
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
.header .block:before {
	background:#fff;
	display:block;
	position:absolute;
	top:0;
	right:auto;
	bottom:0;
	left:50%;
	width:20000px;
	margin:0 0 0 -10000px;
	z-index:-1;
	content:'';
}
.header .logo {
	background:#000;
	position:relative;
	min-height:27px;
	padding:37px 17px 37px 0;
	line-height:18px;
	font-family: 'Montserrat', sans-serif;
}

.logo.pull-left .logo_h {

	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%
}

@media (min-width: 1200px) {
	.header .logo { padding-left:2px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:auto; }
}
@media (max-width: 767px) {
	.header .logo {
		float:none;
		padding:37px 0 37px 0;
	}
}
.header .logo:before {
	background:#000;
	display:block;
	position:absolute;
	top:0;
	right:auto;
	bottom:0;
	left:-10000px;
	width:10000px;
	z-index:-1;
	content:'';
}
@media (max-width: 767px) {
	.header .logo:before { left:-5000px; }
}
.header .logo .logo_h__txt {
	margin:0;
	padding:1px 0 0 0;
	letter-spacing:5.3px;
	text-transform:lowercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt {
		letter-spacing:1px;
		font-size:20px;
	}
}
.header .logo .logo_h__txt:before { display:none; }
.header .logo .logo_h__txt a { text-decoration:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt a {
		letter-spacing:1px;
		font-size:20px;
	}
}
.header .logo .logo_h__txt a:focus { color:#fff; }
.header .logo .logo_h__txt a:hover { color:#fff; }
.header .logo img { width:100%; }
@media (max-width: 767px) {
	.header .logo img { width:auto; }
}
.header .logo .logo_tagline { display:none; }
.header .nav__primary {
	margin:0;
	padding:40px 0 0 0;
}
@media (min-width: 1200px) {
	.header .nav__primary { margin-right:-3px; }
}
@media (max-width: 767px) {
	.header .nav__primary { padding:20px 0 20px 0; }
}
.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:280px;
	padding:19px 0;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
.header .nav__primary .sf-menu > li {
	background:none;
	margin:0 0 0 25px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 15px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 20px; }
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li > a {
	padding:0;
	border:none;
	letter-spacing:1.4px;
}
.header .nav__primary .sf-menu > li > a:before {
	background:url(/images/anchor-heart-icon.png) no-repeat 0% 0%;
	display:block;
	position:absolute;
	top:-28px;
	left:49%;
        left: calc( 50% - 6px );
	width:22px;
	height:26px;
	overflow:hidden;
	margin:0 0 0 -6px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	content:'';
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:16px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:0 10px;
	border:none;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	color:#444;
	text-align: left
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator {
	top:50%;
	right:3px;
	margin:-5px 0 0 0;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 0px;
	top:66px;
	left:0%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:-19px;
	left:130px;
	margin:0;
}
.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;
	color:#333;
}
.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 {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.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:none;
	color:#de696b;
}
.header .nav__primary .sf-sub-indicator {
	background-image:url(images/arrows-ffffff.png);
	top:21px;
	right:50%;
	margin:0 -5px 0 0;
}
.header .search-form {
	padding:20px 0 0 0;
	text-align:center;
}
.header .search-form form { float:none; }
#slider-wrapper .container {
	position:relative;
	left:50%;
	width:1880px;
	margin:0 0 0 -940px;
}
@media (min-width: 1881px) {
	#slider-wrapper .container {
		left:auto;
		width:100%;
		margin:0;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .container {
		width:1600px;
		margin:0 0 0 -800px;
	}
}
@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_thumbs {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont { background:none; }
#slider-wrapper .camera_pag {
	position:absolute;
	right:0;
	bottom:27px;
	left:0;
	line-height:13px;
}
#slider-wrapper .camera_pag ul { line-height:13px; }
#slider-wrapper .camera_pag ul li {
	background:none;
	display:inline-block;
	width:7px;
	height:7px;
	margin:0 4px 0 5px;
	vertical-align:top;
	border:3px solid #fff;
	-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;
}
#slider-wrapper .camera_pag ul li:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_pag ul li:hover, #slider-wrapper .camera_pag ul li.cameracurrent {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_pag ul li span { display:none; }
.content-holder {
	margin:0;
	padding:61px 0 61px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:61px 20px 61px 20px; }
}
body.home .content-holder { padding:52px 0 0 0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:52px 20px 0 20px; }
}
#sidebar h3 { margin-bottom:26px; }
#sidebar .widget { margin:76px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#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:10px 0 0 0;
	padding:0 0 0 26px;
	list-style:none;
	line-height:30px;
	font-size:16px;
	color:#7a7a7a;
}
#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:8px;
	left:0;
	line-height:16px;
	font-family:FontAwesome;
	font-size:16px;
	color:#de696b;
	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:#7a7a7a;
}
#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:#7a7a7a;
}
#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:#de696b;
}
#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 { padding:10px 0 0 0; }
#sidebar #wp-calendar caption { color:#de696b; }
#sidebar #wp-calendar thead tr th { color:#de696b; }
#sidebar ul.post-list { padding:2px 0 3px 0; }
#sidebar ul.post-list li {
	margin:27px 0 0 0;
	padding:0;
}
#sidebar ul.post-list li:first-child { margin:0; }
#sidebar ul.post-list li .thumbnail {
	float:left;
	margin:8px 30px 5px 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#sidebar ul.post-list li .thumbnail { margin-right:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail {
		max-width:45%;
		margin-right:20px;
	}
}
@media (max-width: 480px) {
	#sidebar ul.post-list li .thumbnail {
		max-width:45%;
		margin-right:20px;
	}
}
#sidebar ul.post-list li time, .post_wrapper article time  {
	display:block;
	letter-spacing:1.5px;
	line-height:26px;
	font-size:16px;
	font-weight:700;
	color:#d3d3d3;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li time { letter-spacing:1px; }
}
#sidebar ul.post-list li h4 {
	margin:0 0 16px 0;
	padding:0;
	line-height:24px;
	font-size:20px;
	text-transform:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li h4 {
		line-height:20px;
		font-size:16px;
	}
}
#sidebar ul.post-list li h4:before { display:none; }
#sidebar ul.post-list li .excerpt { margin:0 0 15px 0; }
#sidebar .comments-custom { padding:10px 0 0 0; }
#sidebar .comments-custom li {
	margin:32px 0 0 0;
	padding:0;
}
#sidebar .comments-custom li:first-child { margin:0; }
#sidebar .comments-custom li .thumbnail { margin:0 29px 5px 0; }
#sidebar .comments-custom li time {
	display:block;
	padding:6px 0 0 0;
	letter-spacing:1.5px;
	line-height:26px;
	font-size:16px;
	font-weight:700;
	color:#d3d3d3;
}
#sidebar .comments-custom li h4 {
	margin:0 0 16px 0;
	padding:0;
	letter-spacing:1.5px;
	line-height:22px;
	font-size:16px;
	text-transform:none;
	color:#de696b;
}
#sidebar .comments-custom li h4:before { display:none; }
#sidebar .comments-custom li .comments-custom_txt {
	margin:23px 0 0 0;
	padding:0;
	border:none;
}
#sidebar .comments-custom li .comments-custom_txt a {
	text-decoration:none;
	color:#7a7a7a;
}
#sidebar .comments-custom li .comments-custom_txt a:focus {
	text-decoration:none;
	color:#7a7a7a;
}
#sidebar .comments-custom li .comments-custom_txt a:hover {
	text-decoration:none;
	color:#de696b;
}
.hero-unit {
	background:none;
	margin:0 0 63px 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;
	text-align:center;
}
.hero-unit h1 {
	margin-bottom:26px;
	letter-spacing:1px;
	line-height:30px;
	font-size:30px;
	font-weight:700;
	color:#444;
}
.hero-unit p {
	line-height:30px;
	font-size:16px;
}
@media (min-width: 1200px) {
	.hero-unit p { padding:0 160px; }
}
.service-box.extra {
	background:none;
	margin:0 0 49px 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;
	text-align:center;
}
.service-box.extra .icon {
	float:none;
	margin:0 0 23px 0;
}
.service-box.extra .icon a {
	display:inline-block;
	position:relative;
	padding:3px;
	vertical-align:top;
	border:3px solid #de696b;
	-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;
}
.service-box.extra .icon a:hover {
	border-color:#444;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box.extra .icon a:hover:before {
	background:#444;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box.extra .icon a:hover img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box.extra .icon a:before {
	background:#de696b;
	display:block;
	position:absolute;
	top:3px;
	right:3px;
	bottom:3px;
	left:3px;
	-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;
	z-index:-1;
	content:'';
}
.service-box.extra .icon a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.service-box.extra h2 {
	margin:0 0 23px 0;
	padding:0;
	letter-spacing:1.5px;
	line-height:26px;
	font-size:20px;
	font-weight:700;
	text-transform:none;
}
.service-box.extra h2:before { display:none; }
.service-box.style_1 {
	background:none;
	width:100%;
	overflow:hidden;
	margin:0 0 72px 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;
}
.service-box.style_1 h2 {
	background:url(images/post_icon.png) no-repeat 0% 0%;
	float:left;
	width:104px;
	height:90px;
	overflow:hidden;
	margin:7px 20px 5px 0;
	padding:0;
	letter-spacing:2px;
	line-height:80px;
	font-family:'Open Sans', sans-serif;
	font-size:30px;
	font-weight:700;
	text-align:center;
	color:#fff;
}
.service-box.style_1 h2:before { display:none; }
.service-box.style_1 h5 {
	margin:0 0 15px 0;
	padding:0;
	line-height:26px;
	font-size:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.style_1 h5 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:0.5px;
		line-height:22px;
		font-size:16px;
	}
}
.service-box.style_1 .service-box_txt {
	margin:0 0 15px 0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (min-width: 1200px) {
	.service-box.style_1 .service-box_txt { overflow:hidden; }
}
.service-box.style_1 .btn-align { text-align:left; }
@media (min-width: 1200px) {
	.service-box.style_1 .btn-align { padding-left:124px; }
}
.spacer { height:49px; }
.content_box {
	background:#f5f5f5;
	margin:0 0 55px 0;
	padding:47px 0 47px 0;
}
.content_box:before, .content_box:after { background:#f5f5f5; }
.content_box.extra { margin:0; }
.content_box.box {
	margin:0 0 -61px 0;
	padding:47px 0 61px 0;
}
.content_box.box h3 { margin-bottom:26px; }
.tabs-wrapper { margin:0; }
.tabs-wrapper .nav-tabs {
	margin:0 0 66px 0;
	border:none;
	text-align:center;
}
.tabs-wrapper .nav-tabs li {
	display:inline-block;
	float:none;
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:top;
}
.tabs-wrapper .nav-tabs li.active a {
	background:none;
	border:none;
	border-bottom:3px solid #de696b;
	color:#de696b;
}
.tabs-wrapper .nav-tabs li.active a:focus {
	background:none;
	border:none;
	border-bottom:3px solid #de696b;
	color:#de696b;
}
.tabs-wrapper .nav-tabs li.active a:hover {
	background:none;
	border:none;
	border-bottom:3px solid #de696b;
	color:#de696b;
}
.tabs-wrapper .nav-tabs li a {
	background:none;
	margin:0;
	padding:0 39px 15px 39px;
	border:none;
	-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;
	border-bottom:3px solid #d3d3d3;
	letter-spacing:1.6px;
	line-height:26px;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	color:#d3d3d3;
}
@media (max-width: 767px) {
	.tabs-wrapper .nav-tabs li a { padding:0 17px 15px 17px; }
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li a {
		padding:0 7px 15px 7px;
		letter-spacing:normal;
		font-size:15px;
	}
}
.tabs-wrapper .nav-tabs li a:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	border-color:#d3d3d3;
	color:#d3d3d3;
}
.tabs-wrapper .nav-tabs li a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	border-color:#de696b;
	color:#de696b;
}
.tabs-wrapper .tab-content .tab-pane {
	display:block;
	width:100%;
	position:absolute;
	visibility:hidden;
}
.tabs-wrapper .tab-content .tab-pane.active {
	position:static;
	visibility:visible;
}
.carousel-wrap.extra { padding:0 0 1px 0; }
.carousel-wrap.extra .owl-carousel { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer { margin:0 0 58px 0; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item { margin:0 12.5px; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item:hover figure a img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item:hover .desc {
	border-bottom:3px solid #dd696a;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure {
	background:#de696b;
	margin:0 0 4px 0;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure 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;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc {
	background:#fff;
	padding:14px 10px 16px 10px;
	border-bottom:3px solid #f5f5f5;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:24px;
	text-align:center;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc h5 {
	margin:0 0 1px 0;
	letter-spacing:0.5px;
}
.carousel-wrap.extra .owl-carousel .owl-controls { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev {
	background:none;
	margin:0 15px;
	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;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:0;
	font-size:0;
	color:#444;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#444;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#de696b;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev:before {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:26px;
	font-family:FontAwesome;
	font-size:46px;
	color:#444;
	content:'\f104';
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next {
	background:none;
	margin:0 15px;
	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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	opacity:1;
	filter:alpha(opacity=100);
	line-height:0;
	font-size:0;
	color:#444;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#444;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#de696b;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next:before {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:26px;
	font-family:FontAwesome;
	font-size:46px;
	color:#444;
	content:'\f105';
}
.carousel-wrap.news { margin:0 0 98px 0; }
.carousel-wrap.news h2 { margin-bottom:68px; }
.carousel-wrap.news .es-carousel ul li { color:#7a7a7a; }
.carousel-wrap.news .es-carousel ul li:hover .featured-thumbnail a img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.news .es-carousel ul li:hover .desc {
	border-color:#dd696a;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.news .es-carousel ul li .featured-thumbnail {
	background:#dd696a;
	margin:0 0 4px 0;
}
@media (max-width: 480px) {
	.carousel-wrap.news .es-carousel ul li .featured-thumbnail { margin:0 -10px; }
}
.carousel-wrap.news .es-carousel ul li .featured-thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.carousel-wrap.news .es-carousel ul li .desc {
	background:#fff;
	padding:13px 12px 13px 12px;
	border-bottom:3px solid #f5f5f5;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news .es-carousel ul li .desc { text-align:center; }
}
@media (max-width: 767px) {
	.carousel-wrap.news .es-carousel ul li .desc {
		padding:11px 8px 11px 8px;
		text-align:center;
	}
}
@media (max-width: 480px) {
	.carousel-wrap.news .es-carousel ul li .desc { display:none; }
}
.carousel-wrap.news .es-carousel ul li .desc time {
	float:left;
	width:60px;
	margin:0 28px 0 0;
	letter-spacing:1.5px;
	line-height:26px;
	font-size:16px;
	font-weight:700;
	text-align:center;
	color:#d3d3d3;
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news .es-carousel ul li .desc time {
		display:block;
		float:none;
		width:100%;
		margin:0 0 15px 0;
	}
}
@media (max-width: 767px) {
	.carousel-wrap.news .es-carousel ul li .desc time {
		display:block;
		float:none;
		width:100%;
		margin:0 0 15px 0;
	}
}
.carousel-wrap.news .es-carousel ul li .desc time i {
	background:url(images/post_icon_1.png) no-repeat 0% 0%;
	display:block;
	width:60px;
	height:53px;
	overflow:hidden;
	margin:0 auto 6px;
	line-height:53px;
	font-size:16px;
	font-weight:700;
	font-style:normal;
	text-align:center;
	color:#fff;
}
.carousel-wrap.news .es-carousel ul li .desc h5 {
	margin:0 0 11px 0;
	padding:5px 0 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news .es-carousel ul li .desc h5 {
		letter-spacing:1px;
		line-height:20px;
		font-size:14px;
	}
}
@media (max-width: 767px) {
	.carousel-wrap.news .es-carousel ul li .desc h5 {
		letter-spacing:1px;
		line-height:20px;
		font-size:13px;
	}
}
.carousel-wrap.news .es-carousel ul li .desc h5 a { text-decoration:none; }
.carousel-wrap.news .es-carousel ul li .desc .excerpt { margin:0 0 11px 0; }
@media (min-width: 1200px) {
	.carousel-wrap.news .es-carousel ul li .desc .excerpt { overflow:hidden; }
}
@media (max-width: 767px) {
	.carousel-wrap.news .es-carousel ul li .desc .excerpt {
		line-height:18px;
		font-size:12px;
	}
}
.carousel-wrap.news .es-nav-next {
	background:none;
	position:absolute;
	top:auto;
	right:50%;
	bottom:-85px;
	left:auto;
	margin:0 -29px 0 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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	opacity:1;
	filter:alpha(opacity=100);
	line-height:0;
	font-size:0;
	text-indent:0;
	color:#444;
}
.carousel-wrap.news .es-nav-next:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.news .es-nav-next:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#444;
}
.carousel-wrap.news .es-nav-next:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.news .es-nav-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#de696b;
}
.carousel-wrap.news .es-nav-next:before {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:26px;
	font-family:FontAwesome;
	font-size:46px;
	color:#444;
	content:'\f105';
}
.carousel-wrap.news .es-nav-prev {
	background:none;
	position:absolute;
	top:auto;
	right:auto;
	bottom:-85px;
	left:50%;
	margin:0 0 0 -29px;
	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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	opacity:1;
	filter:alpha(opacity=100);
	line-height:0;
	font-size:0;
	text-indent:0;
	color:#444;
}
.carousel-wrap.news .es-nav-prev:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.news .es-nav-prev:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#444;
}
.carousel-wrap.news .es-nav-prev:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.news .es-nav-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#de696b;
}
.carousel-wrap.news .es-nav-prev:before {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:26px;
	font-family:FontAwesome;
	font-size:46px;
	color:#444;
	content:'\f104';
}
.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:before {
	background:url(images/magnify.png) no-repeat 0% 0%;
	width:125px;
	height:125px;
	margin:-62.5px 0 0 -62.5px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.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: 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;
	}
}
.list_1 { padding:34px 0 61px 0; }
@media (max-width: 767px) {
	.list_1 li { margin-bottom:30px; }
}
.list_1 li:nth-child(1) .thumbnail a:before { content:'01'; }
.list_1 li:nth-child(2) .thumbnail a:before { content:'02'; }
.list_1 li:nth-child(3) .thumbnail a:before { content:'03'; }
.list_1 li:nth-child(4) .thumbnail a:before { content:'04'; }
.list_1 li:nth-child(5) .thumbnail a:before { content:'05'; }
.list_1 li:nth-child(6) .thumbnail a:before { content:'06'; }
.list_1 li:nth-child(7) .thumbnail a:before { content:'07'; }
.list_1 li:nth-child(8) .thumbnail a:before { content:'08'; }
.list_1 li:nth-child(9) .thumbnail a:before { content:'09'; }
.list_1 li .thumbnail { margin:0 0 30px 0; }
@media (max-width: 767px) {
	.list_1 li .thumbnail { float:none; }
}
.list_1 li .thumbnail a {
	display:block;
	position:relative;
}
.list_1 li .thumbnail a:before {
	background:url(images/post_icon.png) no-repeat 0% 0%;
	display:block;
	position:absolute;
	right:8px;
	bottom:9px;
	width:104px;
	height:90px;
	overflow:hidden;
	letter-spacing:2px;
	line-height:80px;
	font-family:'Open Sans', sans-serif;
	font-size:30px;
	font-weight:700;
	text-align:center;
	color:#fff;
	content:'';
}
.list_1 li h5 {
	margin:0 0 16px 0;
	padding:0;
	line-height:26px;
	font-size:20px;
}
.list_1 li .excerpt { margin:0 0 14px 0; }
a.btn-primary {
	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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:1.5px;
	line-height:26px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	text-shadow:none;
	text-decoration:none;
	color:#de696b;
}
a.btn-primary:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#de696b;
}
a.btn-primary:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#444;
}
a.btn-primary.extra {
	display:inline-block;
	margin-top:-11px;
	vertical-align:top;
}
.banner-wrap.extra {
	background:#fff;
	margin:0 0 30px 0;
	padding:20px;
	text-align:center;
}
.banner-wrap.extra .featured-thumbnail {
	background:#de696b;
	float:none;
	margin:-20px -20px 14px -20px;
	border-bottom:4px solid #f5f5f5;
}
.banner-wrap.extra .featured-thumbnail a {
	float:none;
	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.5;
	filter:alpha(opacity=50);
	-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 h5 {
	margin:0 0 -2px 0;
	padding:0;
	text-transform:none;
}
.banner-wrap.extra p { margin:0 0 12px 0; }
@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:10px 0 0 0;
	padding:0 0 0 26px;
	list-style:none;
	line-height:30px;
	font-size:16px;
	color:#7a7a7a;
}
.list.ok-sign-list ul li:first-child { margin:0; }
.list.ok-sign-list ul li:before {
	position:absolute;
	top:8px;
	left:0;
	line-height:16px;
	font-family:FontAwesome;
	font-size:16px;
	color:#de696b;
	content:'\f00c';
}
.list.ok-sign-list ul li a {
	text-decoration:none;
	color:#7a7a7a;
}
.list.ok-sign-list ul li a:focus {
	text-decoration:none;
	color:#7a7a7a;
}
.list.ok-sign-list ul li a:hover {
	text-decoration:none;
	color:#de696b;
}
.list.ok-sign-list ul li ul { padding:10px 0 0 0; }
div.testimonials .testi-item {
	position:relative;
	overflow:visible;
	margin:0;
	padding:58px 0 71px 0;
}
div.testimonials .testi-item:nth-child(2n) { background:#f5f5f5; }
div.testimonials .testi-item:nth-child(2n):before {
	background:#f5f5f5;
	display:block;
	width:10000px;
	position:absolute;
	top:0;
	right:auto;
	bottom:0;
	left:-10000px;
	z-index:-1;
	content:'';
}
div.testimonials .testi-item:nth-child(2n):after {
	background:#f5f5f5;
	display:block;
	width:10000px;
	position:absolute;
	top:0;
	right:-10000px;
	bottom:0;
	left:auto;
	z-index:-1;
	content:'';
}
div.testimonials .testi-item blockquote {
	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;
}
div.testimonials .testi-item blockquote:hover .featured-thumbnail a img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote .featured-thumbnail {
	float:left;
	width:auto;
	height:auto;
	margin:10px 30px 5px 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
@media (max-width: 480px) {
	div.testimonials .testi-item blockquote .featured-thumbnail {
		width:80px;
		margin:5px 20px 5px 0;
	}
}
div.testimonials .testi-item blockquote .featured-thumbnail a {
	background:#de696b;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
div.testimonials .testi-item blockquote .featured-thumbnail a:before, div.testimonials .testi-item blockquote .featured-thumbnail a:after { display:none; }
div.testimonials .testi-item blockquote .featured-thumbnail img {
	-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;
}
div.testimonials .testi-item blockquote a {
	text-decoration:none;
	color:#7a7a7a;
}
div.testimonials .testi-item blockquote a:focus {
	text-decoration:none;
	color:#7a7a7a;
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#de696b;
}
div.testimonials .testi-item blockquote a:before { content:'" '; }
div.testimonials .testi-item blockquote a:after { content:' "'; }
div.testimonials .testi-item blockquote .testi-meta {
	padding:14px 0 0 0;
	letter-spacing:1.5px;
	line-height:26px;
	font-size:16px;
	font-weight:700;
	color:#444;
}
div.testimonials .testi-item blockquote .testi-meta:before, div.testimonials .testi-item blockquote .testi-meta:after { display:none; }
div.testimonials .testi-item blockquote .testi-meta .user:before, div.testimonials .testi-item blockquote .testi-meta .user:after { display:none; }
.footer {
	background:#000;
	margin:0;
	padding:0;
	border-top:8px solid #f5f5f5;
}
@media (max-width: 767px) {
	.footer {
		padding:0 20px;
		text-align:center;
	}
}
body.home .footer { border:none; }
.footer .footer-widgets {
	background:#fff;
	position:relative;
	padding: /*69px 0 88px*/ 0px;
	text-align:center;
}
.footer .footer-widgets:before {
	background:#fff;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:-10000px;
	width:10000px;
	z-index:-1;
	content:'';
}
.footer .footer-widgets:after {
	background:#fff;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:-10000px;
	width:10000px;
	z-index:-1;
	content:'';
}
.footer ul.social {
	margin:0;
	padding:0;
}
.footer ul.social li {
	display:inline-block;
	float:none;
	margin:0 34px;
	padding:0;
	list-style:none;
	vertical-align:top;
}
@media (max-width: 767px) {
	.footer ul.social li { margin:0 17px; }
}
@media (max-width: 480px) {
	.footer ul.social li { margin:0 5px; }
}
.footer ul.social li a {
	display:inline-block;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	vertical-align:top;
	text-decoration:none;
}
.footer ul.social li a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.footer ul.social li a:hover:before {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	color:#de696b;
}
.footer ul.social li a.social_link__twitter:before { content:'\f099'; }
.footer ul.social li a.social_link__facebook:before { content:'\f09a'; }
.footer ul.social li a.social_link__google:before { content:'\f0d5'; }
.footer ul.social li a.social_link__instagram:before { content:'\f16d'; }
.footer ul.social li a.social_link__pinterest:before { content:'\f0d3'; }
.footer ul.social li a:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:44px;
	font-family:FontAwesome;
	font-size:44px;
	color:#444;
}
.footer ul.social li a img { display:none; }
.footer .copyright {
	padding:85px 0 85px 0;
	letter-spacing:1.7px;
	line-height:19px;
	font-size:16px;
	font-weight:700;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright {
		letter-spacing:1px;
		line-height:20px;
		font-size:13px;
	}
}
@media (max-width: 480px) {
	.footer .copyright {
		letter-spacing:1px;
		line-height:20px;
		font-size:13px;
	}
}
.footer .copyright a {
	text-decoration:none;
	color:#fff;
}
.footer .copyright a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .copyright a:hover {
	text-decoration:none;
	color:#444;
}
.footer .copyright .footer-text {
	letter-spacing:1.7px;
	line-height:24px;
	font-size:16px;
	font-weight:700;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.footer .copyright .footer-text { letter-spacing:1px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright .footer-text {
		letter-spacing:normal;
		line-height:20px;
		font-size:13px;
	}
}
@media (max-width: 480px) {
	.footer .copyright .footer-text {
		letter-spacing:1px;
		line-height:20px;
		font-size:13px;
	}
}
.footer .copyright .footer-text strong {
	display:block;
	margin:0 0 15px 0;
}
.footer .copyright .footer-text a {
	text-decoration:none;
	color:#fff;
}

.footer-text a.logo_h, .footer .copyright .footer-text a.logo_h:hover { color: #FFF; text-transform: uppercase }

.footer .copyright .footer-text a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .copyright .footer-text a:hover {
	text-decoration:none;
	color:#444;
}
@media (max-width: 767px) {
	.footer .copyright .textwidget {
		display:inline-block;
		padding:10px 0;
		vertical-align:top;
	}
}
.footer .copyright .textwidget i {
	display:block;
	position:relative;
	padding:10px 0 0 99px;
	font-style:normal;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.footer .copyright .textwidget i { padding:10px 0 0 80px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright .textwidget i { padding:10px 0 0 60px; }
}
.footer .copyright .textwidget i:before {
	background:url(images/icon_1.png) no-repeat 0% 0%;
	display:block;
	width:48px;
	height:60px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.footer .copyright .textwidget b {
	display:block;
	position:relative;
	padding:20px 0 0 99px;
	font-weight:700;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright .textwidget b { padding:20px 0 0 75px; }
}
.footer .copyright .textwidget b:before {
	background:url(images/icon_2.png) no-repeat 0% 0%;
	display:block;
	width:61px;
	height:46px;
	overflow:hidden;
	position:absolute;
	top:8px;
	left:0;
	content:'';
}
.footer .copyright .textwidget span { display:block; }
.footer .footer-nav {
	float:none;
	margin:20px 0 0 0;
	text-align:center;
}
@media (max-width: 767px) {
	.footer .footer-nav { margin:40px 0 0 0; }
}
.footer .footer-nav ul {
	float:none;
	margin:0;
	padding:0;
}
.footer .footer-nav ul li {
	display:inline-block;
	float:none;
	vertical-align:top;
	margin:0 9px;
	padding:0;
	list-style:none;
}
@media (max-width: 480px) {
	.footer .footer-nav ul li {
		letter-spacing:normal;
		margin:0 4px;
	}
}
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#444;
}
.footer .footer-nav ul li.current-menu-item a:focus {
	text-decoration:none;
	color:#444;
}
.footer .footer-nav ul li.current-menu-item a:hover {
	text-decoration:none;
	color:#444;
}
.footer .footer-nav ul li a { text-decoration:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul li a {
		letter-spacing:1px;
		line-height:20px;
		font-size:13px;
	}
}
@media (max-width: 480px) {
	.footer .footer-nav ul li a {
		line-height:20px;
		font-size:13px;
	}
}
.footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#444;
}
#back-top-wrapper {
	right:15px;
	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:#444;
}
#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:#d3d3d3;
}
#back-top-wrapper p#back-top a:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:38px;
	font-family:FontAwesome;
	font-size:38px;
	color:#444;
	content:'\f106';
}
#back-top-wrapper p#back-top a span { display:none; }
.title-section {
	margin:0 0 -1px 0;
	padding:0;
}
.title-section h1 { margin:0 0 14px 0; }
.title-section ul {
	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;
	text-align:center;
}
.title-section ul li {
	line-height:24px;
	font-size:16px;
	color:#7a7a7a;
}
.title-section ul li.divider { margin:0 8px; }
.title-section ul li.divider:after {
	line-height:24px;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#7a7a7a;
	content:'/';
}
.title-section ul li.active { color:#de696b; }
.title-section ul li a {
	text-decoration:none;
	color:#7a7a7a;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#7a7a7a;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#de696b;
}
.pagination ul li a, .pagination ul li span {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#de696b; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h1, .error404-holder h2 {
	margin:0;
	padding:0;
	text-align:left;
}
@media (max-width: 767px) {
	.error404-holder h1, .error404-holder h2 { text-align:center; }
}
.error404-holder h1:before, .error404-holder h2:before { display:none; }
.error404-holder h4 {
	margin:0 0 30px 0;
	padding:0;
	letter-spacing:normal;
	line-height:26px;
	font-size:16px;
	text-align:left;
	text-transform:none;
	color:#d3d3d3;
}
@media (max-width: 767px) {
	.error404-holder h4 { text-align:center; }
}
.error404-holder h4:before { display:none; }
article.post h3 {
	padding:0;
	letter-spacing:1.5px;
	line-height:26px;
	font-size:20px;
	text-align:left;
	text-transform:none;
	color:#444;
}
article.post h3:before { display:none; }
.post_meta {
	background:#f5f5f5;
	padding:11.5px 15px 9.5px 15px;
	border:none;
	line-height:26px;
	font-size:16px;
	font-weight:700;
	color:#444;
}
.post_meta i { color:#de696b; }
.post_meta time { color:#d3d3d3; }
.post_meta a {
	text-decoration:none;
	color:#444;
}
.post_meta a:focus {
	text-decoration:none;
	color:#444;
}
.post_meta a:hover {
	text-decoration:none;
	color:#de696b;
}
.share-buttons li img { vertical-align:top; }
.post-author {
	background:#f5f5f5;
	padding:20px;
	border:none;
}
.post-author h3 {
	margin:0 0 20px 0;
	padding:0;
	line-height:26px;
	font-size:16px;
	text-align:left;
	text-transform:none;
	color:#d3d3d3;
}
.post-author h3:before { display:none; }
.post-author h3 a {
	text-decoration:none;
	color:#de696b;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#de696b;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#444;
}
.post-author .post-author_gravatar { margin:5px 30px 5px 0; }
@media (max-width: 480px) {
	.post-author .post-author_gravatar { margin-right:20px; }
}
.post-author .post-author_gravatar img {
	background:none;
	padding:0;
	border:none;
}
@media (max-width: 480px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_link { margin:15px 0 0 0; }
.post-author .post-author_link p {
	margin:0;
	letter-spacing:1.5px;
	line-height:26px;
	font-size:16px;
	font-weight:700;
	color:#d3d3d3;
}
.related-posts ul li {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	letter-spacing:1px;
	line-height:26px;
	font-size:20px;
	font-weight:700;
	color:#444;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.related-posts ul li {
		letter-spacing:0.5px;
		line-height:22px;
		font-size:16px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts ul li {
		letter-spacing:0.5px;
		line-height:22px;
		font-size:16px;
	}
}
@media (max-width: 767px) {
	.related-posts ul li {
		letter-spacing:0.5px;
		line-height:22px;
		font-size:16px;
	}
}
.related-posts ul li a {
	text-decoration:none;
	color:#444;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#444;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#de696b;
}
#comments h3 { padding:0 0 24px 0; }
.comment-list li .comment-body {
	background:#f5f5f5 !important;
	border:none;
}
.comment-list li .comment-body .author {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	line-height:24px;
	font-size:16px;
	color:#de696b;
}
.comment-list li .comment-body .extra-wrap { padding:0 0 12px 0; }
@media (max-width: 480px) {
	.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
.comment-list li .comment-body .comment-meta {
	margin:0;
	padding:1px 0 0 0;
	letter-spacing:1.5px;
	line-height:24px;
	font-size:16px;
	font-weight:700;
	color:#d3d3d3;
}
.comment-list li .comment-body .reply { margin:0 0 0 19px; }
.comment-list li .comment-body .reply a {
	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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:1.5px;
	line-height:26px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	text-shadow:none;
	text-decoration:none;
	color:#de696b;
}
.comment-list li .comment-body .reply a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#de696b;
}
.comment-list li .comment-body .reply a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#444;
}
#commentform p {
	width:100%;
	overflow:hidden;
}
@media (max-width: 767px) {
	#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="tel"], #commentform textarea { min-height:39px; }
}
#commentform input[type="submit"] { margin:0; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea { padding:4px 8px !important; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:20px;
	font-size:12px;
	text-align:center;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:11px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:1px 3px !important;
		line-height:14px !important;
	}
}
.wpcf7-form .ajax-loader { margin:11px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
article.testimonial small { line-height:18px; }
.filter-wrapper {
	padding:14px 0 41px 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:0;
	vertical-align:top;
	letter-spacing:1.5px;
	line-height:26px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#444;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		letter-spacing:0.5px;
		line-height:20px;
		font-size:14px;
	}
}
.filter-wrapper ul {
	display:inline-block;
	float:none;
	margin:0;
	padding:0;
	vertical-align:top;
}
@media (max-width: 480px) {
	.filter-wrapper ul {
		padding:0 0 0 5px;
		text-align:left;
	}
}
.filter-wrapper ul li {
	display:inline-block;
	float:none;
	margin:0 0 0 82px;
	padding:0;
	list-style:none;
	vertical-align:top;
}
@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 20px; }
}
@media (max-width: 767px) {
	.filter-wrapper ul li { margin:0 0 0 9px; }
}
@media (max-width: 480px) {
	.filter-wrapper ul li {
		display:block;
		margin:0 0 3px 0;
	}
}
.filter-wrapper ul li.active a {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#de696b;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#de696b;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#de696b;
}
.filter-wrapper ul li a {
	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;
	letter-spacing:1.5px;
	line-height:26px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	text-decoration:none;
	color:#d3d3d3;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		letter-spacing:0.5px;
		line-height:20px;
		font-size:14px;
	}
}
.filter-wrapper ul li a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#d3d3d3;
}
.filter-wrapper ul li a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#de696b;
}
#portfolio-grid li .thumbnail { margin:0 0 4px 0; }
#portfolio-grid li .caption {
	background:#f5f5f5;
	padding:27px 20px 35px 20px;
}
#portfolio-grid li .caption h3 {
	margin:0 0 15px 0;
	padding:0;
	letter-spacing:1px;
	line-height:26px;
	font-size:20px;
	text-align:left;
	text-transform:none;
}
#portfolio-grid li .caption h3:before { display:none; }
#portfolio-grid li .caption p { margin:0; }
#portfolio-grid li .caption p.excerpt { margin:0 0 14px 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;
}
.grid_gallery .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) {
	.grid_gallery .thumbnail a .zoom-icon:before {
		background:url(images/magnify_small.png) no-repeat 0% 0%;
		width:30px;
		height:30px;
		margin:-15px 0 0 -15px;
	}
}
.archive_lists h3 {
	padding:0;
	letter-spacing:1px;
	line-height:26px;
	font-size:20px;
	text-align:left;
	text-transform:none;
}
.archive_lists h3:before { display:none; }
.faq-list h4 {
	margin:0;
	padding:0;
	letter-spacing:1px;
	line-height:22px;
	font-size:16px;
	text-align:left;
	text-transform:none;
}
.faq-list h4:before { display:none; }
@media (max-width: 767px) {
	.google-map-custom-class { height:300px; }
}
.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:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.parallax-slider { height:807px; }
.parallax-slider #mainCaptionHolder .container { top:30%; }
.parallax-slider #mainCaptionHolder .slider_caption {
	text-align:center;
	font-size:80px;
	line-height:80px;
	font-weight:300;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.25);
}
.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
	font-size:130px;
	line-height:120px;
	font-weight:500;
	color:#fff;
}
.parallax-slider .controlBtn {
	width:55px;
	height:55px;
	margin-top:-28px;
}
.parallax-slider .controlBtn .innerBtn {
	font-size:31px;
	line-height:55px;
	color:#a9a9a9;
	background:#fff;
}
.parallax-slider .controlBtn .slidesCounter {
	font-size:16px;
	line-height:55px;
	color:#fff;
	background:#444444;
}
.parallax-slider .controlBtn:hover .innerBtn {
	color:#fff;
	background:#444444;
}
.parallax-slider .parallaxPrevBtn, .parallax-slider .parallaxNextBtn {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.parallax-slider .parallaxPrevBtn { left:-55px; }
.parallax-slider .parallaxNextBtn { right:-55px; }
.parallax-slider:hover .parallaxPrevBtn { left:0; }
.parallax-slider:hover .parallaxNextBtn { right:0; }
.parallax-slider #paralaxSliderPagination {
	padding:10px 0;
	bottom:17px;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul { line-height:13px; }
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
	background:none;
	display:inline-block;
	width:7px;
	height:7px;
	margin:0 4px 0 5px;
	vertical-align:top;
	border:3px solid #fff;
	-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;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.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:#de696b; }
.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 .container { position:relative; }
.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
	position:absolute;
	width:100%;
	top: 0px;
	left:0px;
        color: #fff
}
.parallax-slider .controlBtn {
	position:absolute;
	cursor:pointer;
	display:block;
	top:50%;
	z-index:2;
}
.parallax-slider .controlBtn .innerBtn {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1;
}
.parallax-slider .controlBtn .slidesCounter {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:absolute;
	top:0;
	width:60%;
	height:100%;
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
	left:0%;
	text-align:left;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
	right:0%;
	text-align:right;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.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);
}
