@import url("style.css");
@import url(../../../../fonts.googleapis.com/css@family=Ubuntu_3A300,400,700,400italic);
@import url(../../../../fonts.googleapis.com/css@family=Ubuntu+Condensed);
body { font-weight:300 !important; }
h1, h2, h3, h4, h5, h6 {
	margin:0;
	text-transform:uppercase;
}
h5 { text-transform:none; }
p { margin-bottom:24px; }
h1 {
	font-size:122px !important;
	line-height:100px !important;
}
.archive_h {
	font-size:20px;
	line-height:26px;
}
ul, ol {
	list-style:none;
	padding:0;
	margin:0;
}
a {
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
	outline:medium none !important;
}
a:hover {
	text-decoration:none !important;
	outline:medium none !important;
}
.main-holder { overflow:hidden; }
.thumbnail, .featured-thumbnail {
	margin-top:0;
	box-shadow:none !important;
	padding:0;
	border:0;
	border-radius:0;
}
.search-form { padding-top:15px; }
.search-form input[type="text"] {
	border-radius:0 !important;
	height:40px;
	border:1px solid #eecd67;
	color:#282625;
}
.search-form input[type="submit"] {
	background:#eecd67 !important;
	color:#fff !important;
	height:50px !important;
}
.search-form input[type="submit"]:hover {
	background:#eecd67 !important;
	color:#282625 !important;
}
.ie8 .search-form input[type="submit"]:hover { background-color:#eecd67 !important; }
.list.custom-list ul {
	margin:0;
	padding:69px 0 60px;
	overflow:hidden;
}
.list.custom-list ul li {
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	float:left;
	width:20%;
	border-right:1px solid #dcdcdc !important;
}
.list.custom-list ul li:before { display:none !important; }
.list.custom-list ul li:first-child { border-left:1px solid #dcdcdc; }
.list.custom-list ul li img {
	margin:0 !important;
	-webkit-transition:opacity 0.4s ease;
	-moz-transition:opacity 0.4s ease;
	-o-transition:opacity 0.4s ease;
	transition:opacity 0.4s ease;
}
.list.custom-list ul li a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.list.arrow-list ul { padding-top:2px; }
.list.arrow-list ul li {
	text-transform:uppercase;
	position:relative;
	font:16px/20px 'Ubuntu Condensed', sans-serif;
	letter-spacing:1px;
}
.list.arrow-list ul li+li { margin-top:30px; }
.list.arrow-list ul li a {
	display:inline-block;
	padding-left:20px;
	color:#fff;
	position:relative;
}
.list.arrow-list ul li a:hover { color:#282625; }
.list.arrow-list ul li:hover:before { color:#282625; }
.list.arrow-list ul li:before {
	content:'';
	font-size:16px;
	line-height:20px;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.header {
  height: 33px;
  box-shadow: 0em 0.2em 2px rgba(122,122,122,0.35);
	padding:23px 0;
	border:0 !important;
	position:relative;
	z-index:100;
	background: #ff1818;
}
.header:before {
	content:'';
	height:0;
	background-color:#E60000;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:-1;
	border-radius:0 0 50% 50%;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.show-menu .header:before {
	border-radius:0;

}
.show-menu .sf-menu {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.slider_row .span12 { min-height:0; }
.logo a {
        color: #fff !important;
    text-decoration: none !important;
    font-family: calibri;
    font-weight: 900;
    font-size: 23px;
}
.logo span {
    font-size: 36px;
    font-weight: bold;
}
.nav__primary {
	margin-bottom:0;
	padding-top:0px;
	padding-right:40px;
	display:block;
}
.ie8 .nav__primary { padding-right:0px; }
.ie8 .menu-button { display:none; }
.sf-menu {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	position:relative;
	float:right;
	display:block;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.sf-menu a.sf-with-ul { padding:0 !important; }
.sf-menu a.sf-with-ul .sf-sub-indicator {
	top:58px;
	right:50%;
	margin-right:-5px;
	background-image:url(images/arrows-ffffff.png) !important;
}
.sf-menu>li {
	float:none;
	display:inline-block;
	text-align:center;
	background:none;
	height:auto;
}
.sf-menu>li>a {
	border:none;
	padding:0;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
	background:none !important;
	position:relative;
	z-index:1;

	text-transform:uppercase;
}
.sf-menu>li>a>.sf-sub-indicator {
	background:url(images/arrows-ffffff.png) 0 bottom no-repeat !important;
	right:50%;
	margin-right:-5px !important;
	bottom:-5px !important;
	margin:0px 0 0;
	top:auto !important;
	opacity:1 !important;
}
.sf-menu>li+li {
	margin-left:34px;
	position:relative;
}
.sf-menu li li {
	background:none;
	text-align:left;
	font-size:17px;
    font-family:calibri;
    font-weight: 900;

}
.sf-menu li li .sf-sub-indicator {
	right:-5px !important;
	top:4px !important;
	margin:0;
}
.sf-menu li li.sfHover>a { color:#0E0E0E; }
.sf-menu li li a {
	-webkit-transition:background-color 0.4s ease;
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	transition:background-color 0.4s ease;
	display:inline;
	padding:0;
	text-align:center;
	border:0;
	letter-spacing:1px;
	color:#fff;
	background:none !important;
}
.sf-menu li li a:hover { color:#0D0D0D; }
.sf-menu ul {
	    top: 48px !important;
    background: none;
    width: 300px;
    left: -100px !important;
    text-transform: uppercase;
    margin-top: 3px;
    padding: 14px 10px;
    background-color: #E60000;
    border-radius: 20px;
    border: 3px solid #fff;
}
.sf-menu ul ul {
	top:-8px !important;
	left:110% !important;
	margin-left:0px;
}
.isStuck {
	background-color:#E60000;
	left:0;
	padding:10px 0;
	right:0;
	z-index:999;
        box-shadow: 0em 0.2em 2px rgba(122,122,122,0.35);
}
.isStuck .sf-menu {
	float:none;
	text-align:center;
	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important;
	-ms-transform:scale(1) !important;
	-o-transform:scale(1) !important;
	transform:scale(1) !important;
	top:0;
}
.isStuck .sf-menu>li { display:inline-block; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a { color:#282625; }
.ie8 .sf-menu > li > a:hover, .ie8 .sf-menu > li.sfHover> a, .ie8 .sf-menu > li.current-menu-item > a, .ie8 .sf-menu > li.current_page_item > a { color:#eecd67 !important; }
.content-holder {
	padding:0 0 60px;
	background: url(../../../bg.jpg);
}
.home .content-holder { padding:0; }
#content, #sidebar { padding-top:25px; }
#content h2, #content h3, #sidebar h2, #sidebar h3 { margin-bottom:37px; }
.title-section {
	padding:0;
	position:relative;
	background-color:#eecd67;
}
.title-section .title-header { display:none; }
.title-section .breadcrumb.breadcrumb__t {
	background:none;
	padding:29px 0 27px;
	font:16px/25px 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
	letter-spacing:4px;
	text-align:center;
}
.title-section .breadcrumb.breadcrumb__t li {
	text-shadow:none !important;
	color:#fff;
}
.title-section .breadcrumb.breadcrumb__t li.divider:after {
	content:'';
	font:16px/25px 'FontAwesome';
	color:#fff;
}
.title-section .breadcrumb.breadcrumb__t li a { color:#282625; }
.title-section .breadcrumb.breadcrumb__t li a:hover { color:#fff; }
.title-section .breadcrumb.breadcrumb__t li+li { margin-left:25px; }
#comments h3.comments-h { margin-bottom:57px; }
#comments .comment { overflow:hidden; }
#comments .comment .comment-body {
	border:0;
	background:none;
	padding:0;
	margin-bottom:65px;
	overflow:hidden;
}
#comments .comment img { margin-bottom:14px; }
#comments .comment .comment_bot {
	clear:both;
	margin-top:17px;
	padding:16px 0 17px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}
#comments .comment .comment_bot .comment-meta {
	padding:0;
	font-size:13px;
	float:none;
	text-decoration:none;
	display:inline-block;
	margin-top:14px;
}
#comments .comment .comment_bot i {
	margin-right:8px;
	color:#eecd67;
	font-size:16px;
}
#comments .comment .comment_bot .reply {
	margin-left:16px;
	font:14px/20px 'Ubuntu Condensed', sans-serif;
}
#comments .comment .comment_bot .reply a {
	padding:16px 20px 14px;
	color:#282625;
	letter-spacing:1px;
	text-transform:uppercase;
	background-color:#eecd67;
	-webkit-transition:0.5s ease !important;
	-moz-transition:0.5s ease !important;
	-o-transition:0.5s ease !important;
	transition:0.5s ease !important;
}
#comments .comment .comment_bot .reply a:hover {
	color:#eecd67;
	background-color:#282625;
}
#comments .comment .comment_bot .author {
	margin-left:30px;
	display:inline-block;
	font-weight:normal;
	padding:0;
}
#comments .comment .comment-author {
	margin-right:30px;
	padding-top:2px;
}
#comments .comment .children {
	padding-left:50px;
	position:relative;
}
#comments .comment .children:before {
	background:url(images/child-icon.png) 0 0 no-repeat;
	width:19px;
	height:23px;
	left:0;
	top:3px;
	position:absolute;
	content:'';
}
.social { padding-top:5px; }
.social_icon {
	font-size:17px;
	line-height:43px;
	width:41px;
	height:41px;
	border:1px solid #040404;
	border-radius:500px;
	display:block !important;
	text-align:center;
	-webkit-transition:0.5s ease !important;
	-moz-transition:0.5s ease !important;
	-o-transition:0.5s ease !important;
	transition:0.5s ease !important;
}
.social_li+.social_li { margin-left:12px; }
.social_link:hover { opacity:1 !important; }
.social_link:hover .social_icon {
	opacity:1 !important;
      border-color: #860000;
    background-color: #e60000;
	color:#fff;
}
.widget+.widget { margin-top:46px; }
.widget ul.post-list li, .widget ul.comments-custom li, .widget ul.slides li, .widget ul.flickr_list li, .widget ul.flex-direction-nav li, .widget ul.social__list li, .widget ul.social__row li {
	padding-left:0;
	font-weight:normal;
	text-transform:none;
	font:13px/24px 'Ubuntu', sans-serif;
}
.widget ul.post-list li:before, .widget ul.comments-custom li:before, .widget ul.slides li:before, .widget ul.flickr_list li:before, .widget ul.flex-direction-nav li:before, .widget ul.social__list li:before, .widget ul.social__row li:before { display:none; }
.widget ul.post-list li+li, .widget ul.comments-custom li+li, .widget ul.slides li+li, .widget ul.flickr_list li+li, .widget ul.flex-direction-nav li+li, .widget ul.social__list li+li, .widget ul.social__row li+li { margin-top:0; }
.widget ul.post-list .social_ico, .widget ul.comments-custom .social_ico, .widget ul.slides .social_ico, .widget ul.flickr_list .social_ico, .widget ul.flex-direction-nav .social_ico, .widget ul.social__list .social_ico, .widget ul.social__row .social_ico { margin:0 3px; }
.widget ul li {
	text-transform:uppercase;
	padding-left:21px;
	position:relative;
	font-weight:bold;
	font:20px/26px 'Ubuntu Condensed', sans-serif;
}
.widget ul li:before {
	font:16px/20px 'FontAwesome';
	content:'';
	position:absolute;
        color: #ff3418;
	left:0;
	top:1px;
}
.widget ul li+li { margin-top:26px; }
.widget #wp-calendar thead th, .widget #wp-calendar caption { color:#282625; }
.post_content h3 {
	font-size:21px;
	line-height:25px;
	margin-bottom:36px !important;
	text-transform:none !important;
}
.post_meta {
	padding:28px 0 29px;
	border-color:#dcdcdc;
	font-size:13px;
	line-height:24px;
}
.post_meta i {
	color:#eecd67;
	font-size:16px;
}
.share-buttons { margin-bottom:110px; }
.post-author {
	padding:0 0 30px;
	background:none;
	border:0;
}
.post-author_gravatar { margin-right:35px; }
.post-author_gravatar img {
	padding:0;
	border:0;
}
.post-author_link { font-size:13px !important; }
.post-author_link a {
	text-transform:capitalize;
	color:#eecd67;
}
.post-author_link a:hover { color:#282625; }
.related-posts { margin-bottom:98px; }
.related-posts_item {
	color:#eecd67;
	font-size:13px;
}
.related-posts .featured-thumbnail { margin-bottom:38px; }
.post-list .featured-thumbnail {
	margin-right:0;
	margin-bottom:38px;
}
.post-list time {
	position:relative;
	padding-left:28px;
	font-size:13px;
	display:block;
	line-height:24px;
	margin-bottom:32px;
	clear:both;
}
.post-list time:before {
	position:absolute;
	content:'';
	font:16px/24px 'FontAwesome';
	left:1px;
	top:0px;
	color:#eecd67;
}
.post-list_h { margin-bottom:28px; }
.post-list .icon {
	color:#eecd67;
	font-size:16px;
}
.post-list .icon:hover { color:#282625; }
.comments-custom .meta_format {
	clear:both;
	border:0;
}
.comments-custom i {
	padding-top:2px;
	color:#eecd67;
	font-size:16px;
}
.comments-custom_h_author, .comments-custom time { font-size:13px; }
.comments-custom_h_title { padding-top:28px; }
.comments-custom .featured-thumbnail { margin-right:30px; }
.comments-custom .comments-custom_txt { border:0; }
.content_box:before {
	display:block !important;
	width:auto;
	left:-3000px;
	right:-3000px;
	top:0;
	bottom:0;
}
.content_box:after { display:none !important; }
.content_box.box-1 {
	padding:124px 0 136px;
	color:#fff;
	background:none;
}
.content_box.box-1:before { background:url(images/texture_bg.png) center 0 repeat; }
.content_box.box-1 h2 { color:#fff; }
.content_box.box-1 h5 { margin-bottom:36px; }
.content_box.box-1 h5 a { color:#fff; }
.content_box.box-1 h5 a:hover { color:#282625; }
.content_box.box-1 h2 { margin-bottom:55px; }
.content_box.box-2 {
	padding:124px 0 68px;
	color:#fff;
	background:none;
	margin-bottom:-60px;
}
.content_box.box-2:before { background:#eecd67; }
.content_box.box-2 h2 { color:#fff; }
.content_box.box-2.style-1 { padding-bottom:116px; }
.posts-grid p { margin-bottom:52px; }
.posts-grid li { margin-bottom:62px; }
.posts-grid.grid-1 { padding-top:3px; }
.posts-grid.grid-1 .featured-thumbnail { margin-bottom:35px; }
.posts-grid.grid-1 h5 { margin-bottom:36px; }
.posts-grid.grid-1 h5 a { color:#fff; }
.posts-grid.grid-1 h5 a:hover { color:#282625; }
.posts-grid.grid-1 li { margin-bottom:65px; }
.posts-grid.style-1 { overflow:hidden; }
.ie9 .recent-posts_caption, .ie8 .recent-posts_caption {
	display:none;
	z-index:10;
}
.ie9 .recent-posts_li:hover .recent-posts_caption, .ie8 .recent-posts_li:hover .recent-posts_caption { display:block; }
.recent-posts.style-1 {
	overflow:visible;
	background-color:#282625;
}
.recent-posts.style-1:after {
	display:table;
	clear:both;
	content:'';
}
.recent-posts.style-1 .recent-posts_li {
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective:1000;
	float:left;
	width:100%;
	overflow:visible;
	margin:0 !important;
}
.recent-posts.style-1 .recent-posts_li .flipper {
	position:relative;
	transform-style:preserve-3d;
	-webkit-transition:0.4s ease-in;
	-moz-transition:0.4s ease-in;
	-o-transition:0.4s ease-in;
	transition:0.4s ease-in;
}
.recent-posts.style-1 .recent-posts_li:hover .featured-thumbnail {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.recent-posts.style-1 .recent-posts_li:hover .recent-posts_caption {
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
}
.recent-posts.style-1 .featured-thumbnail {
	float:none;
	margin:0;
	backface-visibility:hidden;
	top:0;
	left:0;
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
	position:relative;
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-o-transition:0.4s ease;
	transition:0.4s ease;
}
.recent-posts.style-1 .featured-thumbnail img {
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-o-transition:0.4s ease;
	transition:0.4s ease;
}
.recent-posts.style-1 .recent-posts_caption {
	background-color:#E60000;
	padding:40px 40px 20px;
	color:#fff;
	position:absolute;
	backface-visibility:hidden;
	top:0;
	overflow:hidden;
	left:0;
	bottom:0;
	right:0;
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform:rotateY(180deg);
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-o-transition:0.4s ease;
	transition:0.4s ease;
	text-align: center;
}
.recent-posts.style-1 .recent-posts_caption h3 {
	text-transform:uppercase;
	margin-bottom:7px;
}
.recent-posts.style-1 .recent-posts_caption h3 a {
	/*color:#fff;
	display:inline-block;
	background:url(../img/head_icon.png) right 6px no-repeat;
	padding-right:54px;*/
}
.recent-posts.style-1 .recent-posts_caption h3 a:hover { color:#282625; }
.recent-posts.style-1 .recent-posts_caption h5 {
	color:#fff;
	font-size:21px;
	margin-bottom:29px;
}
.recent-posts.style-1 .recent-posts_caption .btn { display:none; }
.google-map-api.map-1 {
	height:478px;
	margin-top:3px;
}
.video_spl {
	margin-right:30px !important;
	float:left;
	background:none;
}
.video_spl .video-wrap {
	padding:0;
	width:570px !important;
	height:321px !important;
}
.video_spl .video-wrap iframe {
	width:570px !important;
	height:321px !important;
}
.video_spl .format-video { width:auto; }
.parallax-box.parallax-1 { text-align:center; }
.parallax-box.parallax-1.offset-1 { margin-top:-124px; }
.parallax-box.parallax-1.inset-1 .parallax-content { padding-top:230px; }
.parallax-box.parallax-1 .parallax-content {
	padding:217px 0 209px;
	color:#fff;
	font-size:22px;
	position:relative;
}
.parallax-box.parallax-1 .parallax-content:after {
	position:absolute;
	content:'';
	background:url(../img/parallax-arrow.png) 0 0 no-repeat;
	width:27px;
	height:25px;
	left:50%;
	margin-left:-13px;
	bottom:51px;
}
.parallax-box.parallax-1 .parallax-content h1 {
	color:#fff;
	letter-spacing:-3px;
	padding-top:12px;
	margin-bottom:40px;
}
.parallax-box.parallax-1 .parallax-content a {
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	color:#ff1818;
    background-color:#fff;
	border:2px solid #ff1818;
	font:20px/30px 'Ubuntu Condensed', sans-serif;
	padding:13px 52px;
	display:inline-block;
	text-transform:uppercase;
	position:relative;
	z-index:1;
}
.parallax-box.parallax-1 .parallax-content a:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:0;
	left:50%;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	background-color:#ff1818;

    border:2px solid #fff;
	z-index:-1;
	opacity:0;
}
.parallax-box.parallax-1 .parallax-content a:hover { border-color:#fff;  color:#fff;}
.parallax-box.parallax-1 .parallax-content a:hover:before {
	opacity:1;
	width:100%;
	left:0;
}
.parallax-box.parallax-2 {
	margin-top:-124px;
	color:#fff;
}
.parallax-box.parallax-2 h2 { color:#fff; }
.parallax-box.parallax-2 h5 {
	color:#fff;
	margin-bottom:35px;
}
.parallax-box.parallax-2 .parallax-content {
	padding-top:124px;
	padding-bottom:95px;
}
.parallax-box.parallax-3 {
	margin-top:0;
	color:#fff;
}
.parallax-box.parallax-3 h2 { color:#fff; }
.parallax-box.parallax-3 h5 {
	color:#fff;
	margin-bottom:35px;
}
.parallax-box.parallax-3 .parallax-content {
	padding-top:227px;
	padding-bottom:175px;
}
.parallax-box.parallax-4 {
	margin-top:0;
	margin-bottom:-60px;
	color:#fff;
}
.parallax-box.parallax-4 h2 { color:#fff; }
.parallax-box.parallax-4 h5 {
	color:#fff;
	margin-bottom:36px;
}
.parallax-box.parallax-4 .parallax-content {
	padding-top:204px;
	padding-bottom:105px;
}
.parallax-box.parallax-5 {
	margin-top:0;
	color:#fff;
}
.parallax-box.parallax-5 h2 { color:#fff; }
.parallax-box.parallax-5 h5 {
	color:#fff;
	margin-bottom:36px;
}
.parallax-box.parallax-5 h5 a { color:#fff; }
.parallax-box.parallax-5 h5 a:hover { color:#282625; }
.parallax-box.parallax-5 .parallax-content {
	padding-top:124px;
	padding-bottom:70px;
}
.parallax-box.parallax-5 .posts-grid { margin-top:-2px; }
.quote-1 .testi-item { text-align:center; }
.quote-1 .testi-item blockquote {
	font-style:italic;
	padding:0 30px;
	background:none;
	border-radius:0;
	font-size:22px;
	line-height:30px;
}
.quote-1 .testi-item blockquote a { color:#fff; }
.quote-1 .testi-item blockquote a:hover { color:#eecd67; }
.quote-1 .testi-item blockquote:before, .quote-1 .testi-item blockquote:after { display:none; }
.quote-1 .testi-item .testi-meta .user, .quote-1 .testi-item .testi-meta .info {
	font:21px/25px 'Ubuntu Condensed', sans-serif;
	display:inline-block;
	padding-top:16px;
}
.quote-1 .testi-item .testi-meta a {
	display:inline-block;
	margin-top:34px;
	color:#fff;
}
.quote-1 .testi-item .testi-meta a:hover { color:#eecd67; }
.service-box {
	background:none;
	border:none;
	border-radius:0;
	position:relative;
	padding:181px 0 0;
	box-shadow:none;
}
.service-box:before {
	content:'';
	background-color:#eecd67;
	color:#fff;
	font:48px/138px 'FontAwesome';
	width:140px;
	height:140px;
	text-align:center;
	border-radius:500px;
	left:50%;
	margin-left:-70px;
	position:absolute;
	top:3px;
}
.service-box.serv-1:before { content:''; }
.service-box.serv-2:before { content:''; }
.service-box.serv-3:before { content:''; }
.service-box.serv-4:before { content:''; }
.footer {

    background: #ffffff;
    border-top: 2px solid #e60000;
      padding-top: 30px;
    font-size: 22px;
    line-height: 20px;
    z-index: 1 !important;
    color: #000000;
    font-family: calibri;
    font-weight: 400;
}
.footer h4 {
      color: #e60000;
    font-family: calibri;
}
.footer .address-1 {
	line-height:20px;
	padding-top:2px;
	margin-bottom:0;
}
.footer .address-1 +.address-1 { padding-top:50px; }
.footer a { color:#040404; }
.footer a:hover { color:#fff; }
#back-top span {
	background:url(../img/back_to_top.png) center center !important;
	width:44px;
	height:44px;
	-webkit-transition:0.3s ease !important;
	-moz-transition:0.3s ease !important;
	-o-transition:0.3s ease !important;
	transition:0.3s ease !important;
}
#back-top span:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.wpcf7-form .wpcf7-not-valid-tip {
	line-height:38px;
	font-size:10px !important;
}
.wpcf7-form p.field input {
	line-height:20px;
	height:54px;
	padding-left:20px;
	padding-right:20px;
	border-radius:0 !important;
	background-color:#fff;
	color:#75796f;
	box-shadow:none;
	border-color:#e4e4e4;
}
.wpcf7-form p.field textarea {
	line-height:20px;
	border-radius:0 !important;
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
	color:#75796f;
	border-color:#e4e4e4;
	box-shadow:none;
}
.wpcf7-form .submit-wrap input { margin-top:0 !important; }
#commentform input[type="submit"], #commentform input[type="reset"], .wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"] {
	height:50px;
	font-size:14px;
	line-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:9px 26px 7px;
	color:#fff !important;
	background:#E60000 !important;
	margin-top:19px;
	-webkit-transition:0.5s ease !important;
	-moz-transition:0.5s ease !important;
	-o-transition:0.5s ease !important;
	transition:0.5s ease !important;
}
#commentform input[type="submit"]:hover, #commentform input[type="submit"]:focus, #commentform input[type="reset"]:hover, #commentform input[type="reset"]:focus, .wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus, .wpcf7-form input[type="reset"]:hover, .wpcf7-form input[type="reset"]:focus {
	background:#E60002 !important;
	color:#fff !important;
}
#commentform p.field { margin-bottom:30px; }
#commentform input[type="text"], #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:none !important;
	border-radius:0 !important;
	height:50px;
	font-size:13px;
	padding-left:14px;
	color:#282625;
	width:470px;
	border-color:#dcdcdc;
	background-color:#ffffff;
}
#commentform textarea { min-height:380px; }
.zoom-icon {
	background-color:rgba(0,0,0,0.5);
	position:absolute !important;
}
.zoom-icon:before {
	background-image:url(images/magnify.png);
	width:120px;
	height:120px;
	margin-left:-60px;
	margin-top:-60px;
}
.btn, .btn-primary, .btn-default, .btn-normal, .btn-inline {
	background:none !important1;
	text-shadow:none;
	box-shadow:none;
	font:14px/30px 'Ubuntu Condensed', sans-serif;
	border:0;
	padding:11px 20px 9px;
	border-radius:0px;
	color:#282625;
	position:relative;
	text-transform:uppercase;
	overflow:hidden;
	z-index:1;
	position:relative;
	letter-spacing:1px;
	-webkit-transition:0.3s ease !important;
	-moz-transition:0.3s ease !important;
	-o-transition:0.3s ease !important;
	transition:0.3s ease !important;
}
.btn:hover, .btn:focus, .btn:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-normal:hover, .btn-normal:focus, .btn-normal:active, .btn-inline:hover, .btn-inline:focus, .btn-inline:active {
	background:none !important;
	box-shadow:none !important;
	color:#282625 !important;
}
.btn:before, .btn:after, .btn-primary:before, .btn-primary:after, .btn-default:before, .btn-default:after, .btn-normal:before, .btn-normal:after, .btn-inline:before, .btn-inline:after {
	background-color:#fff;
	height:0px;
	width:0px;
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	z-index:-1;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:300px;
	height:300px;
}
.btn:after, .btn-primary:after, .btn-default:after, .btn-normal:after, .btn-inline:after {
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	background-color:#282625;
	width:0;
	height:0;
}
.btn:hover, .btn-primary:hover, .btn-default:hover, .btn-normal:hover, .btn-inline:hover {
	color:#fff !important;
	background:none;
}
.btn:hover:after, .btn-primary:hover:after, .btn-default:hover:after, .btn-normal:hover:after, .btn-inline:hover:after {
	border-radius:500px;
	width:300px;
	height:300px;
}
.btn:hover:before, .btn-primary:hover:before, .btn-default:hover:before, .btn-normal:hover:before, .btn-inline:hover:before {
	width:0;
	height:0;
}
.ie8 .post_content .btn, .ie8 #sidebar .btn {
	background-color:#eecd67 !important;
	-webkit-transition:0.3s ease !important;
	-moz-transition:0.3s ease !important;
	-o-transition:0.3s ease !important;
	transition:0.3s ease !important;
}
.ie8 .post_content .btn:hover, .ie8 .post_content .btn:focus, .ie8 .post_content .btn:active, .ie8 #sidebar .btn:hover, .ie8 #sidebar .btn:focus, .ie8 #sidebar .btn:active { background-color:#282625 !important; }
.ie8 .btn, .ie8 .btn-primary, .ie8 .btn-default, .ie8 .btn-normal, .ie8 .btn-inline {
	-webkit-transition:0.3s ease !important;
	-moz-transition:0.3s ease !important;
	-o-transition:0.3s ease !important;
	transition:0.3s ease !important;
	background-color:#fff !important;
}
.ie8 .btn:hover, .ie8 .btn:focus, .ie8 .btn:active, .ie8 .btn-primary:hover, .ie8 .btn-primary:focus, .ie8 .btn-primary:active, .ie8 .btn-default:hover, .ie8 .btn-default:focus, .ie8 .btn-default:active, .ie8 .btn-normal:hover, .ie8 .btn-normal:focus, .ie8 .btn-normal:active, .ie8 .btn-inline:hover, .ie8 .btn-inline:focus, .ie8 .btn-inline:active {
	background:none !important;
	box-shadow:none !important;
	color:#fff !important;
	background-color:#282625 !important;
}
.ie8 .btn:hover, .ie8 .btn-primary:hover, .ie8 .btn-default:hover, .ie8 .btn-normal:hover, .ie8 .btn-inline:hover { background-color:#282625 !important; }
.ie8 .btn:before, .ie8 .btn:after, .ie8 .btn-primary:before, .ie8 .btn-primary:after, .ie8 .btn-default:before, .ie8 .btn-default:after, .ie8 .btn-normal:before, .ie8 .btn-normal:after, .ie8 .btn-inline:before, .ie8 .btn-inline:after { display:none !important; }
.filter-wrapper {
	margin-top:-95px;
	text-align:center;
	margin-bottom:20px;
}
.filter-wrapper .pull-right {
	vertical-align:top;
	float:none;
	font:16px/25px 'Ubuntu Condensed', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
.filter-wrapper .pull-right strong {
	font-weight:normal;
	padding:0;
	margin-right:15px;
	position:relative;
	top:-7px;
	float:none;
	display:inline-block;
}
.filter-wrapper .pull-right .nav-pills {
	margin:0;
	display:inline-block;
	float:none;
}
.filter-wrapper .pull-right .nav-pills li a {
	padding:0;
	background:none !important;
	margin:0;
	line-height:25px;
	display:inline;
}
.filter-wrapper .pull-right .nav-pills li a:hover { color:#eecd67; }
.filter-wrapper .pull-right .nav-pills li.active a { color:#eecd67; }
.filter-wrapper .pull-right .nav-pills li+li {
	position:relative;
	margin-left:60px;
}
.filter-wrapper .pull-right .nav-pills li+li:after {
	width:1px;
	height:16px;
	background-color:#282625;
	position:absolute;
	content:'';
	top:5px;
	left:-30px;
}
.filter-wrapper .pull-right .nav-pills li+li a { position:relative; }
.filter-wrapper .pull-right .nav-pills li+li a:before {
	content:'folio';
	display:inline-block;
	margin-right:5px;
}
#portfolio-grid {
	color:#fff;
	position:relative;
	overflow:visible !important;
	padding-top:133px;
}
#portfolio-grid:before {
	top:0;
	bottom:-101px;
	left:-3000px;
	right:-3000px;
	content:'';
	background-color:#eecd67;
	position:absolute;
	display:block;
}
#portfolio-grid+.pagination__posts {
	position:relative;
	z-index:2;
}
#portfolio-grid .thumbnail__portfolio { margin-bottom:35px; }
#portfolio-grid .excerpt { padding-bottom:28px; }
#portfolio-grid .excerpt+p { margin-bottom:0; }
#portfolio-grid .portfolio_item { margin-bottom:67px; }
#portfolio-grid .caption__portfolio h3 {
	margin-bottom:36px;
	text-transform:none;
	font-size:21px;
	line-height:25px;
}
#portfolio-grid .caption__portfolio h3 a { color:#fff; }
#portfolio-grid .caption__portfolio h3 a:hover { color:#282625; }
.faq-list h4 {
	font-size:18px;
	line-height:22px;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.menu-button {
	background-color:#ff1818;
	width:25px;
	height:17px;
	display:block;
	position:absolute;
	right:0;
	top:5px;
	z-index:20;
}
.menu-button:before, .menu-button:after {
	content:'';
	height:4px;
	left:0;
	right:0;
	background-color:#282625;
	position:absolute;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.menu-button:before { top:3px; }
.menu-button:after { bottom:3px; }
.show-menu .menu-button { background:#ff1818; }
.show-menu .menu-button:before {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);

	left:-10px;
	right:-10px;
}
.show-menu .menu-button:after {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
   top: 3px;
	left:-10px;
	right:-10px;
}
@media only screen and (max-width: 1199px) {
	.logo { width:100% !important; top: -17px;}
	h1 {
		font-size:60px !important;
		line-height:70px !important;
	}
	.zoom-icon {
		background-color:rgba(0,0,0,0.5);
		position:absolute !important;
	}
	.zoom-icon:before {
		background-image:url(images/magnify.png);
		width:50px;
		height:50px;
		margin-left:-25px;
		margin-top:-25px;
		-webkit-background-size:100% 100% !important;
		-moz-background-size:100% 100% !important;
		-o-background-size:100% 100% !important;
		background-size:100% 100% !important;
	}
	.google-map-api { height:500px; }
	.recent-posts.style-1 .recent-posts_caption { padding-top:10px; }
	.recent-posts.style-1 .recent-posts_caption h3 { font-size:18px; }
	.recent-posts.style-1 .recent-posts_caption .excerpt { display:none; }
	.quote-1 .testi-item blockquote { padding:0; }
}
@media only screen and (max-width: 979px) {
	.google-map-api.map-1 { height:200px; }
	.social_icon {
		width:30px;
		height:30px;
		line-height:30px;
	}
	.filter-wrapper .pull-right .nav-pills li+li { margin-left:10px; }
	.filter-wrapper .pull-right .nav-pills li+li:after { display:none !important; }
	.video_spl {
		float:none;
		margin:0 0 25px !important;
	}
	.video_spl .video-wrap { width:100% !important; }
	.video_spl .video-wrap iframe { width:100% !important; }
	.video_spl .format-video {
		width:100% !important;
		margin:0;
	}
	.sf-menu>li+li { margin-left:10px; }
}
@media only screen and (max-width: 767px) {
	body { padding:0; }
	.filter-wrapper .pull-right .nav-pills li {
		margin:0 0 20px !important;
		display:block !important;
		float:none !important;
	}
	.logo.pull-left {
		margin-bottom:30px;
		float:none !important;
	}
	#filters { display:block; }
	.filter-wrapper .pull-right strong {
		margin:0;
		font-size:30px;
	}
	.select-menu { height:40px; }
	.menu-button { display:none !important; }
	.header:before { display:none !important; }
	.main-holder { padding-top:0px; }
	.container {
		padding-left:15px;
		padding-right:15px;
	}
	.pseudoStickyBlock {
		display:none !important;
		height:0 !important;
		max-height:0 !important;
		top:0 !important;
	}
	.nav__primary {
		background-color:#fff !important;
		padding:10px !important;
	}
	.isStuck {
		position:static !important;
		display:block !important;
	}
	.google-map-api { height:200px; }
	.recent-posts.style-1 .recent-posts_li { width:50%; }
	.recent-posts.style-1 .recent-posts_caption {
		padding-left:10px;
		padding-right:10px;
	}
	.recent-posts.style-1 { margin-left:0 !important; }
	.list.custom-list ul li {
		float:none !important;
		display:block;
		text-align:center;
		border:0 !important;
		margin-bottom:12px;
		width:auto;
	}
	.list.custom-list ul li a { display:block; }
}
@media only screen and (max-width: 500px) {
	.recent-posts.style-1 .recent-posts_li { width:100%; }
	.recent-posts.style-1 .recent-posts_caption {
		padding-left:20px;
		padding-right:20px;
	}
}
@media only screen and (max-width: 479px) {
	.recent-posts.style-1 .recent-posts_li { width:100%; }
	h1 {
		font-size:40px !important;
		line-height:50px !important;
	}
}

.phone {
  margin-top: -7px;
	    color: #fff;
    font-family: calibri;
    font-weight: 900;
    font-size: 30px;
}
h1 > span{
	color: #fff;
	background: #E60000;
	padding: 0 20px 5px 20px;
}

li.cat-item a {
      font-weight: 900;
    font-family: calibri;
}