@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Alfa+Slab+One|Sanchez:400,400italic);
@media only screen and (min-width: 1354px) {
	.cherry-fixed-layout .main-holder {
		width:1354px;
		max-width:1354px;
	}
}
.main-holder { overflow:hidden; }
@media (max-width: 992px) {
	body { padding-top:0 !important; }
}
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:20px 20px 0 20px; }
	body .footer {
		padding:20px 20px 40px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 30px 20px !important; }
	body.home .content-holder { padding:0 !important; }
	body.home .content-holder >.container { padding:0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	border:11px solid #f2f2f2;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 767px) {
	.featured-thumbnail, .thumbnail, figure.frame { border:none; }
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	display:inline-block;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 767px) {
	.featured-thumbnail img, .thumbnail img, figure.frame img { border:11px solid #f2f2f2; }
}
figure.frame {
	margin-left:0;
	text-align:left;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
	figure.frame { text-align:center; }
}
figure.frame.alignnone { margin:0 0 20px; }
@media (max-width: 767px) {
	figure.frame.alignnone { margin:20px 0; }
}
figure.frame.alignleft { margin:5px 30px 15px 0; }
@media (max-width: 550px) {
	figure.frame.alignleft {
		margin:0 0 20px 0;
		float:none;
	}
}
figure.frame.alignright { margin:0 0 10px 30px; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.frame.alignright {
		float:none;
		margin:0 0 20px 0;
	}
}
@media (max-width: 550px) {
	figure.frame.alignright {
		float:none;
		margin:20px 0 20px 0;
	}
}
.btn, .reply a {
	position:relative;
	display:inline-block;
	border-radius:0;
	border:none;
	text-shadow:none;
	color:#fff;
	font:14px/1.2em 'Sanchez', serif;
	text-transform:none;
	padding:11px 15px;
	letter-spacing:0;
	height:auto;
	box-shadow:none;
	text-decoration:none;
	background:#ef5150;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:hover, .btn:active, .reply a:hover, .reply a:active {
	background:#000;
	text-decoration:none;
	color:#fff;
	box-shadow:none;
}
.btn:focus, .reply a:focus {
	color:#fff;
	background:#ef5150;
}
.btn.btn-info, .reply a.btn-info {
	background:none;
	padding:0;
	color:#ef5150;
}
.btn.btn-info:hover, .btn.btn-info:active, .reply a.btn-info:hover, .reply a.btn-info:active { color:#383838; }
.btn.btn-info:focus, .reply a.btn-info:focus { color:#ef5150; }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:7px 10px;
	margin:0 0 10px 0;
	font-size:13px;
	line-height:1.3em;
	text-transform:none;
	color:#5e5e5e;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#ffffff;
	box-shadow:none;
	border:1px solid #d2d2d2 !important;
	transition:all 0.3s ease 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background:#f3f3f3;
	box-shadow:none;
	border-color:#45343d !important;
}
.wpcf7 .wpcf7-form p { margin-bottom:10px; }
.wpcf7 .wpcf7-form p input[type="text"], .wpcf7 .wpcf7-form p input[type="email"] {
	margin:0;
	height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7 .wpcf7-form p input[type="text"]:focus, .wpcf7 .wpcf7-form p input[type="email"]:focus { border-color:#45343d !important; }
.wpcf7 .wpcf7-form textarea {
	padding:10px 5px;
	margin-bottom:10px;
}
.wpcf7 .wpcf7-form textarea:focus { border-color:#45343d !important; }
.wpcf7 .wpcf7-form .btn-align { text-align:right; }
.wpcf7 .wpcf7-form .btn-align input[type="submit"], .wpcf7 .wpcf7-form .btn-align input[type="reset"] {
	height:auto;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .btn-align div.ajax-loader {
	float:left;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { padding:5px 10px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:9px !important; }
}
.wpcf7 .wpcf7-form .submit-wrap .btn { height:auto; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { outline:none; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#5e5e5e; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#5e5e5e; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#5e5e5e; }
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#5e5e5e;
	opacity:1;
}
.header {
	padding:14px 0 0;
	border:none;
}
.nav__primary {
	position:relative;
	float:none;
	padding:0 0 0 2px;
	margin:0;
	z-index:100;
	background:none;
}
@media (max-width: 767px) {
	.nav__primary { padding:20px 0; }
}
.nav__primary .select-menu { height:35px; }
.nav__primary .sf-menu {
	float:none;
	right:0;
	position:relative;
	text-align:left;
	padding:0;
	margin:0;
	z-index:1;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	left:0;
	display:block;
	text-align:center;
	position:relative;
	padding:0;
	margin:0 0 0 51px;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	width:auto;
	z-index:10;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li { margin:0 0 0 30px; }
}
.nav__primary .sf-menu >li:after {
	content:'';
	width:1px;
	height:17px;
	position:absolute;
	background:#000;
	top:2px;
	left:-27px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li:after { left:-15px; }
}
.nav__primary .sf-menu >li:first-child { margin:0; }
.nav__primary .sf-menu >li:first-child:after { display:none; }
.nav__primary .sf-menu >li:hover { background:none; }
.nav__primary .sf-menu >li:hover ul { top:100%; }
.nav__primary .sf-menu >li:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	display:block;
	text-transform:none;
	border-radius:0;
	position:relative;
	letter-spacing:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#ef5150;
	background:none;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:14px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item { background:none; }
.nav__primary .sf-menu >li.current-menu-item >a {
	text-decoration:none;
	color:#ef5150;
	background:none;
}
.nav__primary .sf-menu >li.current-menu-item >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover { background:none; }
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#ef5150;
	background:none;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover ul { top:100%; }
.nav__primary .sf-menu >li.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu {
	background:#ef5150;
	top:-999em;
	left:50%;
	width:180px;
	padding:20px;
	margin:9px 0 0 -90px;
	border:none;
	border-radius:0;
	z-index:10000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:2px 0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin:0;
	padding:0;
	background:none;
	border:none;
	color:#fff;
	text-transform:none;
	display:inline-block;
	letter-spacing:0;
	border-radius:0;
	letter-spacing:0;
	font:14px/1.2em 'Sanchez', serif;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#3c3c3c;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:3px;
	left:auto;
	right:-20px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#3c3c3c;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#3c3c3c;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#ef5150;
	padding:20px;
	margin:-20px 0 0 20px;
	top:0;
	left:100%;
	right:auto;
	border:none;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:2px 0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:hover ul {
	top:0;
	left:10em;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	margin:0;
	padding:0;
	color:#fff;
	display:inline-block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#3c3c3c;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#3c3c3c;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.sfHover ul {
	top:0;
	left:10em;
}
#search-header {
	position:relative;
	z-index:10;
	width:100%;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#search-header select, #search-header textarea, #search-header input[type="text"], #search-header input[type="password"], #search-header input[type="datetime"], #search-header input[type="datetime-local"], #search-header input[type="date"], #search-header input[type="month"], #search-header input[type="time"], #search-header input[type="week"], #search-header input[type="number"], #search-header input[type="email"], #search-header input[type="url"], #search-header input[type="search"], #search-header input[type="tel"], #search-header input[type="color"], #search-header .uneditable-input { outline:none; }
#search-header select:-moz-placeholder, #search-header textarea:-moz-placeholder, #search-header input[type="text"]:-moz-placeholder, #search-header input[type="password"]:-moz-placeholder, #search-header input[type="datetime"]:-moz-placeholder, #search-header input[type="datetime-local"]:-moz-placeholder, #search-header input[type="date"]:-moz-placeholder, #search-header input[type="month"]:-moz-placeholder, #search-header input[type="time"]:-moz-placeholder, #search-header input[type="week"]:-moz-placeholder, #search-header input[type="number"]:-moz-placeholder, #search-header input[type="email"]:-moz-placeholder, #search-header input[type="url"]:-moz-placeholder, #search-header input[type="search"]:-moz-placeholder, #search-header input[type="tel"]:-moz-placeholder, #search-header input[type="color"]:-moz-placeholder, #search-header .uneditable-input:-moz-placeholder {
	color:#222;
	font-style:italic;
}
#search-header select:-ms-input-placeholder, #search-header textarea:-ms-input-placeholder, #search-header input[type="text"]:-ms-input-placeholder, #search-header input[type="password"]:-ms-input-placeholder, #search-header input[type="datetime"]:-ms-input-placeholder, #search-header input[type="datetime-local"]:-ms-input-placeholder, #search-header input[type="date"]:-ms-input-placeholder, #search-header input[type="month"]:-ms-input-placeholder, #search-header input[type="time"]:-ms-input-placeholder, #search-header input[type="week"]:-ms-input-placeholder, #search-header input[type="number"]:-ms-input-placeholder, #search-header input[type="email"]:-ms-input-placeholder, #search-header input[type="url"]:-ms-input-placeholder, #search-header input[type="search"]:-ms-input-placeholder, #search-header input[type="tel"]:-ms-input-placeholder, #search-header input[type="color"]:-ms-input-placeholder, #search-header .uneditable-input:-ms-input-placeholder {
	color:#222;
	font-style:italic;
}
#search-header select::-webkit-input-placeholder, #search-header textarea::-webkit-input-placeholder, #search-header input[type="text"]::-webkit-input-placeholder, #search-header input[type="password"]::-webkit-input-placeholder, #search-header input[type="datetime"]::-webkit-input-placeholder, #search-header input[type="datetime-local"]::-webkit-input-placeholder, #search-header input[type="date"]::-webkit-input-placeholder, #search-header input[type="month"]::-webkit-input-placeholder, #search-header input[type="time"]::-webkit-input-placeholder, #search-header input[type="week"]::-webkit-input-placeholder, #search-header input[type="number"]::-webkit-input-placeholder, #search-header input[type="email"]::-webkit-input-placeholder, #search-header input[type="url"]::-webkit-input-placeholder, #search-header input[type="search"]::-webkit-input-placeholder, #search-header input[type="tel"]::-webkit-input-placeholder, #search-header input[type="color"]::-webkit-input-placeholder, #search-header .uneditable-input::-webkit-input-placeholder {
	color:#222;
	font-style:italic;
}
#search-header select::-moz-placeholder, #search-header textarea::-moz-placeholder, #search-header input[type="text"]::-moz-placeholder, #search-header input[type="password"]::-moz-placeholder, #search-header input[type="datetime"]::-moz-placeholder, #search-header input[type="datetime-local"]::-moz-placeholder, #search-header input[type="date"]::-moz-placeholder, #search-header input[type="month"]::-moz-placeholder, #search-header input[type="time"]::-moz-placeholder, #search-header input[type="week"]::-moz-placeholder, #search-header input[type="number"]::-moz-placeholder, #search-header input[type="email"]::-moz-placeholder, #search-header input[type="url"]::-moz-placeholder, #search-header input[type="search"]::-moz-placeholder, #search-header input[type="tel"]::-moz-placeholder, #search-header input[type="color"]::-moz-placeholder, #search-header .uneditable-input::-moz-placeholder {
	color:#222;
	font-style:italic;
	opacity:1;
}
#search-header .search-form_it {
	margin:0;
	padding:2px 13px;
	width:240px;
	height:22px;
	color:#222;
	border-radius:0;
	background:none;
	box-shadow:none;
	border:none !important;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#search-header .search-form_it { width:85%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#search-header .search-form_it { width:80%; }
}
#search-header .search-form_it:hover { background:#f2f2f2; }
#search-header .search-form_it:focus { background:#dcdcdc; }
#search-header .search-form_is {
	margin:0;
	width:19px;
	height:19px;
	padding:0;
	color:#fff;
	text-indent:-9999px;
	float:right;
	display:inline-block;
	position:relative;
	box-shadow:none;
	background:url(images/search.png) no-repeat 1px 3px;
	border:none;
	border-radius:0;
	display:inline-block;
	transition:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#search-header .search-form_is:active, #search-header .search-form_is:hover { background:url(images/search.png) no-repeat 1px -47px; }
@media only screen and (min-width: 992px) {
	.nav-container.fixed {
		width:100%;
		z-index:100;
		position:fixed;
		top:0;
		padding:3px 0 0;
	}
	.nav-container.fixed:before {
		content:'';
		background-color:#fff;
		width:999em;
		height:100%;
		position:absolute;
		top:0;
		left:-50%;
		display:block !important;
		border-bottom:4px solid #000;
		-webkit-box-shadow:0 0 8px rgba(0,0,0,0.2);
		-moz-box-shadow:0 0 8px rgba(0,0,0,0.2);
		box-shadow:0 0 8px rgba(0,0,0,0.2);
		-webkit-transition:0.3s;
		-moz-transition:0.3s;
		-o-transition:0.3s;
		transition:0.3s;
	}
}
.ie8 .nav-container.fixed {
	width:100%;
	position:fixed;
	top:0;
	padding:9px 0 0;
	z-index:1000;
}
.ie8 .nav-container.fixed:before {
	content:'';
	background:#fff;
	width:999em;
	height:100%;
	position:absolute;
	top:0;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	left:-50%;
	display:block !important;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.2);
	box-shadow:0 0 8px rgba(0,0,0,0.2);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.top-widget .span12 >div {
	background:#ef5150;
	margin:6px 0 18px;
	padding:11px 20px;
	color:#fff;
	text-transform:uppercase;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.top-widget .span12 >div a {
	color:#fff;
	text-transform:none;
}
@media (max-width: 767px) {
	.top-widget .span12 >div a { display:inline-block; }
}
.top-widget .span12 >div a:hover, .top-widget .span12 >div a:active { text-decoration:underline; }
.top-widget .span12 >div .textwidget a { margin:0 0 0 28px; }
@media (max-width: 767px) {
	.top-widget .span12 >div .textwidget a { margin:0 20px 0 0; }
}
@media (max-width: 767px) {
	.top-widget .span12 >div .textwidget span { display:block; }
}
.logo {
	text-align:center;
	padding-bottom:12px;
	margin:0 0 6px;
	border-bottom:4px solid #000000;
}
.logo.pull-left { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#000000;
	text-decoration:none;
}
.slider { margin-bottom:35px; }
@media (max-width: 767px) {
	.slider { margin-bottom:0; }
}
.slider >.container { width:100%; }
.slider .widget-box >div >h4 {
	margin:0 0 15px;
	font:22px/1.2em 'Alfa Slab One', cursive;
	color:#363636;
}
.slider .widget-box >div .social { margin:0 0 45px 0; }
.slider .widget-box >div .social.social__row li {
	border-left:1px solid #cccccc;
	margin:0 0 0 19px;
	padding:0 0 0 19px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .widget-box >div .social.social__row li {
		margin:0 0 0 10px;
		padding:0 0 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .widget-box >div .social.social__row li {
		margin:0 0 0 5px;
		padding:0 0 0 5px;
	}
}
.slider .widget-box >div .social.social__row li:first-child {
	border:none;
	margin:0;
	padding:0;
}
.slider .widget-box >div .social.social__row li a i { font-size:24px; }
.slider .widget-box >div.adv-widget h4 { font:14px/1.2em 'Sanchez', serif; }
.camera {
	width:870px;
	float:left;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera { width:700px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera { width:538px; }
}
@media (max-width: 767px) {
	.camera { width:100%; }
}
.camera .camera_pag {
	position:relative;
	padding:0;
	width:870px;
	text-align:center;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera .camera_pag { width:700px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera .camera_pag { width:538px; }
}
@media (max-width: 767px) {
	.camera .camera_pag { width:100%; }
}
.camera .camera_pag .camera_pag_ul {
	text-align:center;
	display:inline-block;
}
@media (max-width: 767px) {
	.camera .camera_pag .camera_pag_ul { text-align:center; }
}
.camera .camera_pag .camera_pag_ul li {
	background:none;
	width:11px;
	height:11px;
	border-radius:50%;
	margin-left:11px;
	margin-right:0;
}
.camera .camera_pag .camera_pag_ul li:first-child { margin-left:0; }
.camera .camera_pag .camera_pag_ul li span {
	width:11px;
	height:11px;
	border-radius:50%;
	left:0;
	top:0;
	background:#000000;
	transition:all 0.3s ease 0s;
}
.camera .camera_pag .camera_pag_ul li.cameracurrent, .camera .camera_pag .camera_pag_ul li:hover { background:none; }
.camera .camera_pag .camera_pag_ul li.cameracurrent span, .camera .camera_pag .camera_pag_ul li:hover span { background:#ef5150; }
.widget-box {
	width:270px;
	float:left;
	margin-left:30px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.widget-box {
		width:220px;
		margin-left:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.widget-box {
		width:166px;
		margin-left:20px;
	}
}
@media (max-width: 767px) {
	.widget-box {
		width:100%;
		margin-left:0;
	}
}
.content-holder { padding-top:6px; }
.home .content-holder { padding-bottom:20px; }
.title-section {
	margin:0;
	padding:14px 20px 11px;
	position:relative;
	background:#ef5150;
}
.title-section .title-header {
	text-align:left;
	letter-spacing:0;
	padding:0 0 3px;
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font:12px/1.2em 'Sanchez', serif;
	position:relative;
}
.title-section .title-header small { font-size:10px; }
.title-section .breadcrumb {
	position:relative;
	text-align:left;
	background:none;
	padding:0;
	margin:0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	box-shadow:none;
	border-radius:0;
	font:13px/1.2em 'Sanchez', serif;
}
.title-section .breadcrumb >li {
	text-shadow:none;
	display:inline-block;
}
@media (max-width: 480px) {
	.title-section .breadcrumb >li { display:block; }
}
.title-section .breadcrumb >li.active { color:#fff; }
.title-section .breadcrumb a {
	color:#fff;
	text-shadow:none;
}
.title-section .breadcrumb .divider { padding:0 17px; }
.title-section .breadcrumb .divider:after {
	color:#fff;
	content:"|";
	font:13px/1.2em 'Sanchez', serif;
}
@media (max-width: 480px) {
	.title-section .breadcrumb .divider:after { display:none; }
}
article {
	background:none;
	border:none;
	border-radius:0;
	padding:17px 0 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.post__holder {
	margin-bottom:50px;
	overflow:visible;
}
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 320px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.large {
	margin:0 0 30px 0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header {
	margin:0;
	padding:0 0 25px;
}
article .post-header .post-title {
	text-align:left;
	font:22px/1.2em 'Alfa Slab One', cursive;
	margin:0;
	letter-spacing:0;
	text-transform:none;
	color:#363636;
}
article .post-header .post-title a { color:#363636; }
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:8px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:none;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:13px/1.2em 'Sanchez', serif;
	border-color:#d2d2d2;
}
article .post_meta .post_meta_unite:first-child { border:none; }
article .post_meta i {
	margin-right:0;
	color:#ef5150;
	font-size:13px;
}
article .post_meta .post_date { color:#5e5e5e; }
article .post_meta .post_author a { color:#5e5e5e; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#5e5e5e; }
article .post_meta .post_comment a { color:#5e5e5e; }
article .post_meta .user_like, article .post_meta .post_views { color:#5e5e5e; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#5e5e5e; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:40px; }
article.testimonial {
	background:none;
	border-color:#d2d2d2;
}
article.testimonial .user, article.testimonial .info { color:#222; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin:15px 0 20px;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	margin:30px 0;
	padding:20px;
	border:1px solid #d2d2d2;
	background:none;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:13px/1.2em 'Sanchez', serif;
	margin:0 0 10px 0;
	letter-spacing:0;
	text-transform:none;
	color:#5e5e5e;
}
.single #content .post-author .post-author_h a {
	color:#5e5e5e;
	text-transform:none;
	font:13px/1.2em 'Sanchez', serif;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:4px 20px 10px 0;
}
.single #content .post-author .post-author_gravatar img {
	width:80px;
	height:80px;
	border-radius:0;
	padding:0;
	border:1px solid #d2d2d2;
	background:none;
}
.single #content .post-author .post-author_desc {
	padding-left:100px;
	text-transform:none;
	color:#5e5e5e;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:15px;
	text-transform:none;
	color:#5e5e5e;
	font:13px/1.2em 'Sanchez', serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#5e5e5e;
	text-transform:none;
	font:13px/1.2em 'Sanchez', serif;
}
.filter-wrapper {
	margin:0 0 20px;
	position:relative;
	text-align:left;
}
@media (max-width: 767px) {
	.filter-wrapper {
		margin:20px 0;
		text-align:left;
	}
}
.filter-wrapper strong {
	color:#222222;
	padding:0;
	font:14px/1.2em 'Sanchez', serif;
	margin-right:23px;
	margin-top:1px;
	text-transform:none;
	letter-spacing:0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
.filter-wrapper .filter {
	margin:0;
	display:inline-block;
	float:none;
	position:relative;
	top:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li {
	margin:0 0 0 25px;
	float:left;
	display:block;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		float:none;
		margin:0 !important;
	}
}
.filter-wrapper .filter li:first-child { margin:0; }
.filter-wrapper .filter li a {
	color:#222222;
	font:14px/1.2em 'Sanchez', serif;
	padding:0;
	margin:0;
	display:inline-block;
	background:none;
	border-radius:0;
	text-transform:none;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#ef5150;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#ef5150;
	background:none;
}
.filter-wrapper .pull-right { float:none; }
.filterable-portfolio li.portfolio_item { overflow:visible; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder { overflow:visible; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .thumbnail {
	margin:0 0 15px;
	border-radius:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption {
	padding:0;
	position:relative;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 {
	text-shadow:none;
	margin:0 0 5px;
	font:14px/1.2em 'Alfa Slab One', cursive;
	letter-spacing:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a {
	color:#363636;
	text-transform:none;
	text-decoration:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:hover, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:active {
	text-decoration:none;
	color:#ef5150;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .excerpt {
	font:14px/24px 'Sanchez', serif;
	color:#5e5e5e;
	text-transform:none;
	margin:0 0 15px;
}
.portfolio-meta, .portfolio-meta-list, .pager { border-color:#d2d2d2; }
.related-posts, .comment-holder, #respond {
	margin-top:30px;
	border-top:1px solid #d2d2d2;
	padding-top:4px;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font:22px/1.2em 'Alfa Slab One', cursive;
	margin:0 0 20px;
	text-align:left;
	letter-spacing:0;
	text-transform:none;
	color:#363636;
	border-top:1px solid #d2d2d2;
	padding-top:30px;
}
.related-posts .related-posts_item { overflow:visible; }
.related-posts a {
	font:14px/1em 'Alfa Slab One', cursive;
	color:#363636;
	display:inline;
	letter-spacing:0;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.related-posts .thumbnail {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:20px;
	margin:30px 0 0;
	background:none;
	border-radius:0;
	border:1px solid #d2d2d2;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:5px 20px 10px 0;
	text-align:left;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
	border-radius:0;
	padding:0;
	border:1px solid #d2d2d2;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:13px/1.2em 'Sanchez', serif;
	color:#5e5e5e;
	padding-top:15px;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	background:none;
	color:#5e5e5e;
	text-transform:none;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:2px 0 0 0;
	font:13px/1.2em 'Sanchez', serif;
	color:#5e5e5e;
	text-transform:none;
}
.comment-holder .reply a {
	padding:0;
	color:#5e5e5e;
	background:none;
}
.comment-holder .reply a:hover, .comment-holder .reply a:active { color:#ef5150; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin:20px 0 0 0;
	width:auto;
	padding:11px 15px;
	height:44px;
}
#respond #commentform p.right-align {
	text-align:right;
	margin:0;
}
#sidebar.sidebar .widget {
	margin:40px 0 0 0;
	border-top:1px solid #d2d2d2;
	padding-top:4px;
}
#sidebar.sidebar .widget:first-child {
	margin:16px 0 0 0;
	padding-top:0;
	border:none;
}
#sidebar.sidebar .widget:first-child >h3 {
	padding-top:0;
	border:none;
}
#sidebar.sidebar .widget >h3 {
	margin:0 0 20px 0;
	font:22px/1.2em 'Alfa Slab One', cursive;
	letter-spacing:0;
	display:block;
	color:#363636;
	text-align:left;
	text-transform:none;
	border-top:1px solid #d2d2d2;
	padding-top:30px;
}
[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul {
	margin:0 0 11px;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li, .list.custom-list ul li {
	margin:0;
	padding:8px 0;
	position:relative;
}
[id*="categories"] ul li:first-child, [id*="archives"] ul li:first-child, .list.custom-list ul li:first-child { padding-top:0; }
[id*="categories"] ul li:before, [id*="archives"] ul li:before, .list.custom-list ul li:before { display:none; }
[id*="categories"] ul li a, [id*="archives"] ul li a, .list.custom-list ul li a {
	font:14px/1.2em 'Sanchez', serif;
	color:#222222;
	text-transform:none;
	display:inline;
	position:relative;
}
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, .list.custom-list ul li a:hover, .list.custom-list ul li a:active {
	color:#ef5150;
	text-decoration:none;
	background:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li { padding:20px 0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li:first-child {
	padding-top:0;
	border:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
	margin:0 30px 15px 0;
	padding:0;
	box-shadow:none;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { margin:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin:0;
	display:block;
	color:#222222;
	text-transform:none;
	font:14px/24px 'Sanchez', serif;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title {
	font:14px/24px 'Sanchez', serif;
	text-transform:none;
	letter-spacing:0;
	margin:0;
	color:#222222;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	overflow:hidden;
	padding:10px 0 0 0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#707070; }
[id*="my_postwidget"] .post-list .post-list_li .post-list_h { font:14px/1.2em 'Sanchez', serif; }
.search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:36px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
#wp-calendar caption, #wp-calendar thead tr th {
	color:#ef5150;
	font-family:'Sanchez', serif;
}
@media (max-width: 767px) {
	#content.left, #sidebar { float:none !important; }
}
#content.row { padding-top:56px; }
@media (max-width: 767px) {
	#content.row { padding-top:10px; }
}
div.type-page p { margin:0 0 22px; }
div.type-page h6 { margin:0 0 8px; }
div.type-page .well {
	margin:0 0 20px;
	border:none;
	background:none;
	box-shadow:none;
	padding:0;
}
div.type-page .well p {
	padding:0 0 0 60px;
	position:relative;
	margin:0;
}
div.type-page .well strong {
	position:absolute;
	top:2px;
	left:0;
	font:14px/1.2em 'Alfa Slab One', cursive;
	color:#363636;
}
div.type-page .extra-wrap .btn { margin:0 0 20px; }
div.type-page .extra-wrap p { overflow:hidden; }
@media (max-width: 767px) {
	div.type-page .extra-wrap p br { display:none; }
}
div.type-page .extra-wrap .frame { margin:5px 20px 10px 0; }
div.type-page .extra-wrap .frame img { border:none; }
.title-box { margin:0 0 20px; }
@media (max-width: 767px) {
	.title-box { margin:30px 0 15px; }
}
.title-box .title-box_primary {
	font:22px/1.2em 'Alfa Slab One', cursive;
	color:#363636;
	margin:0;
}
.title-box .title-box_secondary {
	font:14px/22px 'Alfa Slab One', cursive;
	color:#363636;
	margin:10px 0 0 0;
}
.title-box.second .title-box_primary {
	font:14px/1.2em 'Sanchez', serif;
	text-transform:uppercase;
}
.hr {
	background:#d2d2d2;
	margin:12px 0 32px;
	overflow:visible;
	position:relative;
}
.hr:after {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#d2d2d2;
	display:block;
	top:5px;
	margin:0;
}
.dropcap {
	width:auto;
	min-width:30px;
	font:33px/1.2em 'Alfa Slab One', cursive;
	color:#ef5150;
	height:auto;
	margin:0 20px 0 0;
	background:none;
	padding:0;
	border-radius:0;
}
.posts-grid.our-team li { margin-bottom:0; }
@media (max-width: 767px) {
	.posts-grid.our-team li {
		display:inline-block;
		width:31%;
		margin:0 0 20px 3%;
		vertical-align:top;
	}
	.posts-grid.our-team li:nth-child(3n+1) { margin:0 0 20px 0; }
}
@media (max-width: 480px) {
	.posts-grid.our-team li {
		width:48%;
		margin:0 0 20px 4%;
	}
	.posts-grid.our-team li:nth-child(3n+1) { margin:0 0 20px 4%; }
	.posts-grid.our-team li:nth-child(2n+1) { margin:0 0 20px 0; }
}
.posts-grid.our-team li .thumbnail { margin:0 0 20px; }
.posts-grid.our-team li h5 {
	font:14px/1.2em 'Alfa Slab One', cursive;
	margin:0 0 15px;
}
.posts-grid.our-team li h5 a { color:#363636; }
.posts-grid.our-team li .excerpt { display:inline; }
.posts-grid.services li:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
.posts-grid.services li .clear { display:none; }
@media (min-width: 768px) and (max-width: 1200px) {
	.posts-grid.services li .clear { display:block; }
}
@media (max-width: 480px) {
	.posts-grid.services li .clear { display:block; }
}
.posts-grid.services li .thumbnail { margin:0 20px 0 0; }
@media (min-width: 768px) and (max-width: 1200px) {
	.posts-grid.services li .thumbnail { margin:0 0 15px; }
}
@media (max-width: 480px) {
	.posts-grid.services li .thumbnail { margin:0 0 15px; }
}
.posts-grid.services li h5 {
	margin:0 0 10px;
	font:14px/1.2em 'Alfa Slab One', cursive;
}
.posts-grid.services li h5 a { color:#363636; }
.posts-grid.services li .excerpt { margin:0; }
.posts-grid.featured-prop li { margin-bottom:15px; }
.posts-grid.featured-prop li .clear { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.featured-prop li .clear { display:block; }
}
@media (max-width: 380px) {
	.posts-grid.featured-prop li .clear { display:block; }
}
.posts-grid.featured-prop li .thumbnail { margin:0 20px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.featured-prop li .thumbnail { margin:0 0 15px; }
}
@media (max-width: 767px) {
	.posts-grid.featured-prop li .thumbnail img { width:148px; }
}
@media (max-width: 380px) {
	.posts-grid.featured-prop li .thumbnail { margin:0 0 15px; }
}
.posts-grid.featured-prop li h5 {
	font:14px/22px 'Alfa Slab One', cursive;
	margin:0 0 8px;
}
.posts-grid.featured-prop li h5 a { color:#363636; }
.posts-grid.house-of-day li .clear { display:none; }
@media (min-width: 768px) and (max-width: 1200px) {
	.posts-grid.house-of-day li .clear { display:block; }
}
@media (max-width: 480px) {
	.posts-grid.house-of-day li .clear { display:block; }
}
.posts-grid.house-of-day li .thumbnail { margin:0 20px 10px 0; }
@media (min-width: 768px) and (max-width: 1200px) {
	.posts-grid.house-of-day li .thumbnail { margin:0 0 15px; }
}
@media (max-width: 480px) {
	.posts-grid.house-of-day li .thumbnail { margin:0 0 15px; }
}
.posts-grid.house-of-day li h5 {
	font:14px/22px 'Alfa Slab One', cursive;
	margin:0 0 15px;
}
.posts-grid.house-of-day li h5 a { color:#363636; }
.posts-grid.latest-news-art li .thumbnail { margin:0 0 15px; }
.posts-grid.latest-news-art li h5 {
	font:14px/22px 'Alfa Slab One', cursive;
	margin:0;
	display:inline;
}
.posts-grid.latest-news-art li h5 a { color:#363636; }
.posts-grid.latest-news-art li .post_meta {
	display:inline;
	padding:0;
	margin:0;
	border:none;
}
.posts-grid.latest-news-art li .post_meta span { display:none; }
.posts-grid.latest-news-art li .post_meta span.post_author {
	display:inline;
	font:14px/1.2em 'Sanchez', serif;
	color:#363636;
}
.posts-grid.latest-news-art li .post_meta span.post_author a { color:#363636; }
.posts-grid.latest-news-art li .excerpt { margin:10px 0; }
.footer {
	background:none;
	border:none;
	padding:0;
}
.footer >.container {
	border-top:4px solid #000;
	padding:17px 0 14px;
}
.footer-text {
	padding:0;
	font:13px/1.2em 'Sanchez', serif;
	color:#707070;
	text-transform:none;
	text-align:left;
	float:none;
	margin:0;
}
@media (max-width: 767px) {
	.footer-text { text-align:center; }
}
.footer-text a {
	color:#acacac;
	text-decoration:underline;
}
.footer-text a:hover {
	color:#ef5150;
	text-decoration:underline;
}
.footer-text .site-name {
	color:#5e5e5e;
	text-decoration:none;
}
.footer-text .site-name:hover {
	color:#ef5150;
	text-decoration:underline;
}
.footer-text em {
	font-style:normal;
	display:inline-block;
	padding:0 8px;
}
@media (max-width: 480px) {
	.footer-text em {
		display:block;
		text-indent:-9999px;
		width:0;
		height:0;
	}
}
nav.nav.footer-nav {
	float:none;
	margin:10px 0 0 0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:left;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:center; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	padding:0;
	text-transform:none;
	margin:0 0 0 10px;
	padding:0;
}
nav.nav.footer-nav ul li:first-child { margin:0; }
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#ef5150;
	text-decoration:none;
}
.zoom-icon:before {
	background:url(images/zoom.png);
	width:65px;
	height:64px;
	margin:-32px 0 0 -32px;
}
#back-top-wrapper #back-top a span {
	background:#080808;
	position:relative;
	border-radius:0;
	display:inline-block;
}
#back-top-wrapper #back-top a span:after {
	content:'';
	font:14px/1.2em FontAwesome;
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin:-8px 0 0 -6px;
}
#back-top-wrapper #back-top a:hover span { background:#ef5150; }
#back-top-wrapper #back-top a:hover span:after { color:#fff; }
@media (max-width: 600px) {
	#wpadminbar { top:-46px !important; }
}
.google-map { margin-bottom:0; }
div.ajax-loader, .ajax-loader {
	position:relative;
	top:5px;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
	color:#ef5150;
	font-weight:100;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
	font-size:15px !important;
	color:#ef5150;
	margin-top:2px;
}
.ie9 .wpcf7-form p input[type="text"], .ie9 .wpcf7-form p input[type="email"], .ie8 .wpcf7-form p input[type="text"], .ie8 .wpcf7-form p input[type="email"] { padding-top:8px; }
.ie9 #search-header .search-form_it, .ie8 #search-header .search-form_it { padding-top:2px; }
.ie8 #sidebar .search-form .search-form_is, .ie8 #content .search-form .search-form_is, .ie8 .footer-widgets .search-form .search-form_is {
	display:block;
	margin:10px 0 0 0;
}
.ie8 #search-header .search-form_it { width:85%; }
.ie8 .slider .widget-box >div .social.social__row li {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.ie8 .camera { width:700px; }
.ie8 .camera .camera_pag { width:700px; }
.ie8 .widget-box {
	width:220px;
	margin-left:20px;
}
.ie8 .posts-grid.services li .clear, .ie8 .posts-grid.house-of-day li .clear { display:block; }
.ie8 .posts-grid.services li .thumbnail, .ie8 .posts-grid.house-of-day li .thumbnail { margin:0 0 15px; }
.ie8 .posts-grid.our-team li .thumbnail, .ie8 .posts-grid.latest-news-art li .thumbnail { width:100%; }
.ie8 .posts-grid.services li .thumbnail, .ie8 .posts-grid.featured-prop li .thumbnail { width:170px; }
.ie8 .posts-grid.house-of-day li .thumbnail { width:280px; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:20px !important;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 .post-author_gravatar img { width:80px !important; }
.ie8 #respond #commentform p input {
	padding-top:9px;
	height:36px;
}
.ie8 #respond #commentform p input.btn {
	padding:11px 15px;
	height:44px;
	line-height:1.2em;
}
.transition { transition:all 0.3s ease 0s; }
.clear-both:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
@media (max-width: 767px) {
	.thumb-center {
		float:none;
		display:block;
		text-align:center;
	}
	.thumb-center a {
		display:inline-block;
		text-align:center;
	}
}
.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:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
