@import url("style.css");
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
body { background:#8D0E21; }
@media (max-width: 767px) {
	body {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}

.sf-menu {
	padding:0 0 0 0;
	margin-bottom:0;
	line-height:1.0;
	
	table-layout:fixed;
	width:100%;
	float:none;
}
.sf-menu ul {
	display:none;
	position:absolute;
	padding:25px 10px;
	
	margin-top:45px;
	background:#c11b4b ;
	width:180px;
	border:1px solid #c11b4b ;
}
.sf-menu ul:before {
	position:absolute;
	content:"";
	width:18px;
	height:19px;
	left:50%;
	top:-14px;
	margin-left:-9px;
	background:url(../images/arrowsub.png) center center no-repeat;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu ul ul {
	margin-left:5px;
	background:#fff;
}
.sf-menu ul ul:before { display:none; }
.sf-menu {
	margin:0;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.sf-menu > li:first-child {
	text-align:center;
	margin-left:0;
	background:none;
}
.sf-menu > li {
	background:url(../images/linemenu.png) left 68px no-repeat;
	text-align:center;
	padding-right:0;
	padding-left:0;
	padding:0;
	display:table-cell;
	float:none;
}
.sf-menu > li > a {
	position:relative;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:bold !important;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	padding:53px 2px 32px;
	color:#000 !important;
	margin:0 5px;
	letter-spacing:0;
	border:none;
	text-decoration:none;
	position:relative;
	bottom:0;
	float:none;
	vertical-align:bottom;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { margin:0; }
}
.sf-menu > li > a.sf-with-ul { padding: }
.sf-menu > li > a:after {
	position:absolute;
	content:"";
	width:50%;
	background-color:#cdd7c4;
	right:0;
	height:0%;
	bottom:0;
	z-index:-1;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.sf-menu > li > a:before {
	position:absolute;
	content:"";
	width:50%;
	background-color:#cdd7c4;
	left:0;
	height:0%;
	bottom:0;
	z-index:-1;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.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:#fff !important;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu > li > a:hover:after, .sf-menu > li.sfHover> a:after, .sf-menu > li.current-menu-item > a:after, .sf-menu > li.current_page_item > a:after {
	position:absolute;
	content:"";
	height:100%;
	top:0;
	background-color:#c11b4b ;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.sf-menu > li > a:hover:before, .sf-menu > li.sfHover> a:before, .sf-menu > li.current-menu-item > a:before, .sf-menu > li.current_page_item > a:before {
	position:absolute;
	content:"";
	height:100%;
	top:0;
	background-color:#c11b4b ;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.sf-menu > li > a:hover .sf-sub-indicator, .sf-menu > li.sfHover> a .sf-sub-indicator, .sf-menu > li.current-menu-item > a .sf-sub-indicator, .sf-menu > li.current_page_item > a .sf-sub-indicator {
	background-position:-10px -100px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	color:#fff ;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li .desc {
	display:block;
	font-size:0.9em;
}
.sf-menu li li {
	margin-bottom:0;
	background:transparent;
	display:block;
	text-align:left;
}
.sf-menu li li:first-child a { border:none; }
.sf-menu li li a {
	font-family:'Merriweather Sans', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400 !important;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0;
	border:none;
	border-top:1px solid #eaeaea;
	color:#1b1b1b;
	display:block;
	padding:5px 0;
	background:transparent;
	float:none;
	margin:0;
	white-space:nowrap;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li li a.sf-with-ul { padding:5px 0 5px 0; }
.sf-menu li li a .sf-sub-indicator {
	display:inline;
	position:absolute;
	top:11px;
	right:10px;
	margin-right:0px !important;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.sf-sub-indicator {
	top:78px;
	right:50%;
	margin-right:-6px !important;
	background:url(../images/arrows-ffffff.png) no-repeat -10px -100px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.select-menu {
	display:none;
	background-color:#c11b4b;
	width:100%;
	height:35px;
	padding:5px;
	margin:0;
	cursor:pointer;
	outline:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.select-menu option {
	padding:5px;
	cursor:pointer;
}
.select-menu option.main_item { font-weight:bold; }
@media (max-width: 1200px) and (min-width: 979px) {
	.sf-sub-indicator {
		top:82px;
		margin-right:-5px !important;
	}
	.sf-menu ul { margin-left:-20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu ul { margin-left:-30px; }
	.sf-menu > li {
		background:transparent;
		text-align:center;
		padding-right:0;
	}
	.sf-menu {
		padding:0;
		margin-right:0;
	}
	.sf-sub-indicator {
		top:82px;
		margin-right:-6px !important;
	}
}
@media (max-width: 767px) {
	.select-menu { margin-bottom:20px; }
	.nav { margin:20px 0 0 0; }
}
.page-header { border-bottom:1px solid #929292; }
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	margin-top:40px;
	border:1px solid #929292;
	background:transparent;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_bq p {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:20px;
}
.testimonial_content p { font-style:normal; }
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial small {
	font-family:'Droid Sans', sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0;
	color:#c11b4b ;
	padding:12px 0 0;
}
.portfolio-meta {
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	border-color:#939393 -moz-use-text-color -moz-use-text-color;
	border-image:none;
	border-style:solid none none;
	border-width:1px medium medium;
	margin:0;
	padding:1em 0;
}
.single-pager {
	border-bottom:1px solid #939393;
	border-top:1px solid #939393;
	font-size:11px;
	margin:10px 0 30px;
	padding:5px 0;
}
.pager li > a, .pager li > span {
	background-color:#c11b4b ;
	color:#fff;
	border:none;
	border-radius:15px;
	display:inline-block;
	padding:5px 14px;
}
.pager li > a:hover, .pager li > span:hover { color:#000; }
.pager li > a:focus, .pager li > span:focus { color:#000; }
.portfolio-meta-list {
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	border-color:#939393 -moz-use-text-color;
	border-image:none;
	border-style:solid none;
	border-width:1px medium;
	margin:0 0 2em;
	padding:1em 0;
}
.filter-wrapper {
	margin-top:49px;
	margin-bottom:0;
}
.filter-wrapper strong {
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	margin-right:22px;
	background:transparent;
	padding:0 0 10px 0;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		background:transparent;
		margin:0;
		padding:0 0 0 5px;
	}
}
.filter-wrapper .nav { overflow:hidden; }
@media (max-width: 767px) {
	.filter-wrapper .nav { margin:0 0; }
}
@media (max-width: 480px) {
	.filter-wrapper .nav { margin:0 0 0 0; }
}
.filter-wrapper .pull-right { float:left !important; }
@media (max-width: 767px) {
	.filter-wrapper .pull-right { float:left; }
}
.nav-pills {
	float:left;
	margin-bottom:6px;
	margin-left:0;
}
@media (max-width: 767px) {
	.nav-pills { margin-left:0; }
}
.nav-pills li {
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	background:transparent;
	padding:0 0 5px 0;
}
.nav-pills li:first-child a { background:transparent; }
.nav-pills li a {
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	background:transparent;
	padding:0 22px 0 0;
	letter-spacing:0;
	margin:0;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.nav-pills li a:after { display:none; }
@media (max-width: 767px) {
	.nav-pills li a {
		background:transparent;
		margin:0;
		padding:0 0 0 5px;
	}
}
.nav-pills li a:hover, .nav-pills li a:focus {
	color:#c11b4b ;
	background-color:transparent !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.nav-pills li:hover a, .nav-pills li:focus a {
	color:#c11b4b ;
	background-color:transparent !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.nav-pills li.active a {
	color:#c11b4b  !important;
	position:relative;
	background-color:transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.nav-pills li.active a:hover {
	color:#c11b4b  !important;
	background-color:transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.filterable-portfolio {
	position:relative;
	visibility:hidden;
	overflow:hidden;
	margin:0 -10px;
}
.filterable-portfolio .portfolio_item {
	display:block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 40px 0;
	padding:0 10px;
	width:0;
}
.filterable-portfolio .portfolio_item.nomargin { margin-right:0; }
.filterable-portfolio .portfolio_item_holder {
	overflow:hidden;
	box-sizing:border-box;
	padding:20px 20px 30px;
	background:url(../images/patternbg.jpg) top left repeat;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.filterable-portfolio .portfolio_item_holder:hover {
	background:#2e2e2e;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio {
	background:transparent;
	padding:0;
	border:none;
	border-top:0;
	box-sizing:border-box;
	border:0;
	background:transparent;
	padding:24px 0 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 {
	padding:0;
	margin:0 0 6px;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 a {
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	background:transparent;
	margin-bottom:0 !important;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 a:hover { color:#578d37; }
.filterable-portfolio .portfolio_item_holder .caption__portfolio p { margin-bottom:0; }
.filterable-portfolio .portfolio_item_holder .caption__portfolio .excerpt {
	position:relative;
	margin-bottom:20px;
}
.extrastyle_3 .dropcap {
	background:transparent;
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#fff;
	width:20px;
	height:36px;
	padding:0;
	margin:1px 19px 15px 0;
}
.extrastyle_3 .extra-wrap { margin-top:2px; }
.extrastyle_3 h3 { padding-bottom:11px; }
@media (min-width: 768px) and (max-width: 1200px) {
	.extrastyle_3 h3 .alignleft { float:none; }
}
.extrastyle_3 .hr {
	display:block;
	margin:48px 0px 3px;
	background:#929292;
}
.extraimg_1 { margin-right:28px; }
@media (max-width: 550px) {
	.extraimg_1 {
		floay:none;
		width:100%;
		margin-right:0;
	}
}
.list.styled.arrow-list li {
	margin-top:0;
	margin-bottom:11px;
	text-transform:uppercase;
}
.list.styled.arrow-list li a {
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:18px;
	font-style:normal;
	font-weight:400 !important;
	color:#a4a4a4;
	text-transform:capitalize;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.list.styled.arrow-list li a:hover {
	color:#578d37;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.list.styled.arrow-list li:before {
	content:"";
	display:inline-block;
	width:14px;
	height:14px;
	top:6px;
	margin-right:7px;
	position:relative;
	background:url(../images/arrow1.png) 0px 0 no-repeat;
}
.extratop1 { margin-top:55px; }
.extrabox_2 {
	padding:2px 0;
	margin-top:44px;
	margin-bottom:17px;
	background:transparent;
	border-top:1px solid #929292;
}
.extrabox_2:before, .extrabox_2:after { display:none; }
.extrabox_2 h2 { padding-bottom:31px; }
.posts-grid.extra_team li .featured-thumbnail { margin:0 0 23px; }
.posts-grid.extra_team li .featured-thumbnail a .zoom-icon:before { background:url(../images/magnify-alt2small.png) center center no-repeat; }
.posts-grid.extra_team li h5 { margin:0 0 3px; }
.posts-grid.extra_team li h5 a {
	font-family:'Asap', sans-serif;
	font-style:normal;
	font-weight:400 !important;
	font-size:13px;
	line-height:22px;
	text-transform:uppercase;
	color:#fff;
}
.posts-grid.extra_team li h5 a:hover { color:#578d37; }
.testimonials .testi-item {
	overflow:hidden;
	margin-top:6px;
	margin-bottom:6px;
	padding-bottom:0;
	background:none;
}
.testimonials .testi-item blockquote {
	position:relative;
	display:block;
	margin:0;
	padding:0 0 0 30px;
	border:none;
	background:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote:after {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:41px;
	height:38px;
	background:url(images/quotes.png) 0 0 no-repeat;
	content:"";
}
.testimonials .testi-item blockquote > a {
	position:relative;
	z-index:2;
	color:#a4a4a4;
	text-decoration:none;
	overflow:hidden;
	vertical-align:top;
}
@media (min-width: 1200px) {
	.testimonials .testi-item blockquote > a { top:-3px; }
}
.testimonials .testi-item blockquote > a:hover { color:#578d37; }
.testimonials .testi-item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	width:60px;
	height:60px;
}
.testimonials .testi-item .testi-meta {
	font-size:12px;
	display:block;
	padding-top:0;
	padding-left:0;
	text-align:right;
	padding-right:6px;
}
.testimonials .testi-item .testi-meta .user {
	font-family:'Drpid Sans', sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:capitalize;
}
.testimonials .testi-item .testi-meta .user:after { display:none; }
.testimonials .testi-item .testi-meta .info, .testimonials .testi-item .testi-meta .testi-url { display:none; }
.extrastyle_2 .dropcap {
	background:transparent;
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#fff;
	width:20px;
	height:36px;
	padding:0;
	margin:1px 19px 15px 0;
}
.extrastyle_2 .extra-wrap { margin-top:2px; }
.extrastyle_2 .extra-wrap a { color:#fff; }
.extrastyle_2 .extra-wrap a:hover { color:#578d37; }
.extrastyle_2 h3 { padding-bottom:11px; }
.extrastyle_2 .hr {
	margin:1px 0px 31px;
	background:url(images/border_dotted.png);
}
.recent-posts {
	overflow:hidden;
	margin:13px 0 7px -20px !important;
	padding:0;
	border:none;
}
.recent-posts_li {
	margin:0 0 19px 20px;
	padding:0;
	border:none;
	background:none;
	list-style-type:none;
}
.recent-posts_li .featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
}
.recent-posts_li h5 {
	margin-bottom:0;
	font-size:12px;
}
.recent-posts_li h5 a { color:#fff; }
.recent-posts_li h5 a:hover { color:#f26229; }
.recent-posts_li .excerpt { margin-bottom:1.5em; }
.recent-posts_li .meta {
	display:block;
	overflow:hidden;
	margin-bottom:.5em;
	color:#888;
	text-transform:uppercase;
	font-size:10px;
}
.recent-posts_li .post-date { float:left; }
.recent-posts_li .post-comments { float:right; }
.vertical-carousel-item .vertical-carousel-item-inner {
	background:url(../images/border_dotted.png) center top repeat-x;
	padding-top:0px;
	margin-top:10px;
}
.vertical-carousel-item .vertical-carousel-item-inner:first-child {
	background:transparent;
	padding-top:0;
	margin-top:0;
}
.vertical-carousel-item .vertical-carousel-item-inner .meta {
	font-family:'Asap', sans-serif;
	color:#fff;
	font-size:13px;
	margin:3px 0 10px;
}
.vertical-carousel-item .vertical-carousel-item-inner h3 { padding-bottom:11px; }
.vertical-carousel-item .vertical-carousel-item-inner h3 a { color:#fff; }
.vertical-carousel-item .vertical-carousel-item-inner h3 a:hover { color:#c11b4b ; }
.owl-controls.clickable { margin-top:-17px; }
.owl-controls.clickable .owl-prev.icon-chevron-left {
	text-indent:-9999px;
	background:#FFFFFF url(../images/owl-left.png) center center no-repeat;
	width:26px;
	height:26px;
	border-radius:0;
	margin:0 5px 0 0;
	padding:0;
	opacity:100;
}
.owl-controls.clickable .owl-prev.icon-chevron-left:before { display:none; }
.owl-controls.clickable .owl-prev.icon-chevron-left:hover { background:#c11b4b  url(../images/owl-left-hover.png) center center no-repeat; }
.owl-controls.clickable .owl-next.icon-chevron-right {
	text-indent:-9999px;
	background:#FFFFFF url(../images/owl-right.png) center center no-repeat;
	width:26px;
	height:26px;
	border-radius:0;
	margin:0;
	padding:0;
	opacity:100;
}
.owl-controls.clickable .owl-next.icon-chevron-right:before { display:none; }
.owl-controls.clickable .owl-next.icon-chevron-right:hover { background:#c11b4b  url(../images/owl-right-hover.png) center center no-repeat; }
.owl-buttons { text-align:left !important; }
.extravrline_1 .vertical-divider {
	border-left:1px solid #8e8e8e;
	height:565px;
	margin:51px 0 0 34px;
}
@media (max-width: 767px) {
	.extravrline_1 .vertical-divider { display:none; }
}
.service-box.extraservice_1.iconsize2 .icon {
	font-size:60px !important;
	top:-5px;
	float:left;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1.iconsize2:hover .icon { top:-70px; }
.service-box.extraservice_1 {
	position:relative;
	z-index:10;
	overflow:visible;
	min-height:20px;
	padding:31px 0 36px;
	margin-bottom:0;
	background-color:transparent;
	border:none;
	min-height:153px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	box-shadow:none;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.service-box.extraservice_1 { min-height:234px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.extraservice_1 { min-height:267px; }
}
.service-box.extraservice_1:after {
	position:absolute;
	background:#282828;
	left:0;
	right:0;
	height:0;
	bottom:0;
	margin-left:-20px;
	margin-right:-20px;
	content:"";
	z-index:-1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.service-box.extraservice_1:after {
		margin-left:-10px;
		margin-right:-10px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.extraservice_1:after {
		margin-left:-10px;
		margin-right:-10px;
	}
}
@media (max-width: 767px) {
	.service-box.extraservice_1:after {
		margin-left:-25px;
		margin-right:-25px;
	}
}
.service-box.extraservice_1.first_service:after {
	content:"";
	display:block !important;
	background:#282828;
	position:absolute;
	left:0;
	right:0;
	height:0;
	bottom:0;
	margin-left:-25px;
	margin-right:-10px;
	box-shadow:none;
	z-index:-3;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
@media (max-width: 767px) {
	.service-box.extraservice_1.first_service:after {
		margin-left:-25px;
		margin-right:-25px;
	}
}
.service-box.extraservice_1.last_service:after {
	content:"";
	display:block !important;
	background:#282828;
	position:absolute;
	left:0;
	right:0;
	height:0;
	bottom:0;
	margin-left:-10px;
	margin-right:-25px;
	box-shadow:none;
	z-index:-3;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
@media (max-width: 767px) {
	.service-box.extraservice_1.last_service:after {
		margin-left:-25px;
		margin-right:-25px;
	}
}
.service-box.extraservice_1:hover h5 {
	color:#578d37;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1:hover .service-box_txt {
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1:hover.first_service:after, .service-box.extraservice_1:hover.last_service:after {
	height:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service-box.extraservice_1:hover:after {
	height:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service-box.extraservice_1:hover .icon {
	top:-65px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1.nums .icon i, .service-box.extraservice_1.nums .icon img { display:none; }
.service-box.extraservice_1 .extrabox {
	width:53px;
	height:55px;
	overflow:hidden;
	float:left;
	margin-right:15px;
	margin-top:2px;
}
.service-box.extraservice_1 strong i {
	color:#578d37;
	position:relative;
}
.service-box.extraservice_1 .icon {
	line-height:65px !important;
	text-align:center;
	font-size:50px;
	font-weight:normal;
	color:#c11b4b ;
	position:relative;
	overflow:hidden;
	display:inline-block;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1 .icon span { display:none; }
.service-box.extraservice_1 h2 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:30px;
	line-height:38px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:none;
	color:#578d37;
	margin:0;
	padding:0;
	overflow:hidden;
	margin:0 0 11px;
	padding:0;
}
.service-box.extraservice_1 h2 a { color:#e85116; }
.service-box.extraservice_1 h2 a:hover {
	color:inherit;
	text-decoration:underline;
}
.service-box.extraservice_1 h5 {
	font-family:'Asap', sans-serif;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	color:#FFFFFF;
	margin:0;
	padding:0;
	overflow:hidden;
	margin:0 0 10px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1 .service-box_txt {
	margin-bottom:13px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1 .btn-align { text-align:left; }
.service-box.extraservice_1 .btn-align .btn.btn-inverse.btn-normal.btn-primary {
	padding:0;
	margin:0;
	border:none;
	background:transparent !important;
	box-shadow:none;
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	line-height:20px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:none;
	color:#fff;
	text-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box.extraservice_1 .btn-align .btn.btn-inverse.btn-normal.btn-primary:after, .service-box.extraservice_1 .btn-align .btn.btn-inverse.btn-normal.btn-primary:before { display:none; }
.service-box.extraservice_1 .btn-align .btn.btn-inverse.btn-normal.btn-primary:hover {
	color:#c11b4b ;
	background:transparent !important;
	-webkit-transition:0.25;
	-moz-transition:0.25;
	-o-transition:0.25;
	transition:0.25;
}
.service-box.extraservice_1__call {
	color:#fff;
	background-color:#0c6abd;
	background-image:-moz-linear-gradient(top,#037cc7,#1950af);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#037cc7),to(#1950af));
	background-image:-webkit-linear-gradient(top,#037cc7,#1950af);
	background-image:-o-linear-gradient(top,#037cc7,#1950af);
	background-image:linear-gradient(to bottom,#037cc7,#1950af);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box.extraservice_1__call h2 {
	float:left;
	width:75%;
	color:#fff;
	margin:10px 0 0;
}
.service-box.extraservice_1__call .btn-align {
	padding:0;
	width:25%;
	float:right;
}
.service_color_2 h2 a { color:#c11b4b  !important; }
.service_color_2 h2 a:hover {
	color:inherit;
	text-decoration:underline;
}
.last_service h2 a { color:#cdcecf !important; }
.last_service h2 a:hover {
	color:inherit;
	text-decoration:underline;
}
.extrabox_1 {
	padding:0 0 0;
	margin-bottom:31px;
	background:url(../images/patternbg.jpg) left top repeat;
}
.extrabox_1:before, .extrabox_1:after { background:url(../images/patternbg.jpg) left top repeat; }
.extrabox_1:before {
	left:-25px;
	width:25px;
}
.extrabox_1:after {
	right:-25px;
	width:25px;
}
.hero-unit {
	background:transparent;
	text-align:center;
	padding:20px 20px;
	margin:20px 0 42px;
}
@media (min-width: 1200px) {
	.hero-unit { padding:23px 70px; }
}
.hero-unit h1 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:70px;
	line-height:60px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:capitalize;
	color:#fff;
	margin:0 0 22px;
	padding:0;
}
.hero-unit p {
	font-family:'Roboto Condensed', sans-serif;
	font-size:30px;
	line-height:36px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:none;
	color:#fff;
	margin:0;
	padding:0;
}
.title-section {
	padding:24px 0;
	border:none;
	overflow:hidden;
	background:#2c2c2c;
	margin-bottom:0;
}
.title-section:after {
	content:"";
	position:absolute;
	display:block;
	width:3600px;
	margin-left:-1400px;
	height:100%;
	bottom:0px;
	background:#2c2c2c;
	z-index:-1;
}
.title-header {
	width:50%;
	overflow:hidden;
	float:left;
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:28px;
	font-style:normal;
	background:transparent;
	text-transform:none;
	font-weight:700;
	color:#c11b4b ;
	margin:0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (max-width: 767px) {
	.title-header {
		float:none !important;
		text-align:left;
		margin:0 0 20px;
		width:100% !important;
		font-size:16px;
		line-height:20px;
	}
}
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.post-header .post-title {
	margin-bottom:0 !important;
	padding:50px 0 24px !important;
}
.post-header .post-title a { color:#578d37; }
.post-header .post-title a:hover { color:#c11b4b ; }
.post__holder .featured-thumbnail.thumbnail.large {
	display:inline-block;
	margin-bottom:20px;
	margin-top:54px;
}
.post_content h3 { margin:0 0 6px 0 !important; }
.featured-thumbnail.large {
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.breadcrumb__t {
	width:50%;
	text-align:right;
	margin:0;
	background:transparent;
	border-radius:0;
	border:none;
	border-left:none;
	border-right:none;
	padding:0;
	float:right;
}
@media (max-width: 767px) {
	.breadcrumb__t {
		float:none !important;
		text-align:left;
		width:100% !important;
	}
}
.breadcrumb__t li {
	margin-right:4px;
	display:inline;
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:28px;
	font-style:normal;
	background:transparent;
	text-transform:none;
	font-weight:700;
	color:#578d37;
	text-shadow:none;
}
@media (max-width: 767px) {
	.breadcrumb__t li {
		font-size:16px;
		line-height:20px;
	}
}
.breadcrumb__t li.active { color:#c11b4b ; }
.breadcrumb__t li.divider {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'/';
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:28px;
	font-style:normal;
	background:transparent;
	text-transform:none;
	font-weight:700;
	color:#578d37;
	margin:0 5px;
}
@media (max-width: 767px) {
	.breadcrumb__t li.divider:after {
		font-size:16px;
		line-height:20px;
	}
}
.breadcrumb__t li a {
	color:#578d37;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.breadcrumb__t li a:hover {
	color:#c11b4b ;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post__holder .featured-thumbnail.thumbnail {
	display:inline-block;
	margin-bottom:20px;
	margin-top:6px;
}
.post__holder .featured-thumbnail.thumbnail a {
	padding:0;
	border:none;
}
.post_wrapper .featured-thumbnail.thumbnail img { width:100%; }
.post_wrapper .post-title {
	padding-top:13px;
	padding-bottom:22px;
	letter-spacing:0;
	margin-bottom:0 !important;
}
.post_wrapper .post-title a {
	color:#578d37;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.post_wrapper .post-title a:hover {
	color:#c11b4b ;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.post_meta {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	text-transform:none !important;
	overflow:hidden;
	margin-bottom:0px;
	padding:15px 0 13px;
	color:#606060;
	border-top:1px solid #929292;
	border-bottom:1px solid #929292;
}
.post_meta i {
	font-size:14px !important;
	padding-right:10px !important;
	color:#c11b4b  !important;
}
.post_meta div[class^="post_"] {
	display:inline-block;
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	font-style:normal;
	text-transform:none !important;
	font-weight:300;
	line-height:20px;
	padding:3px 0 1px;
	margin-right:19px;
	color:#a4a4a4;
}
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { display:block; }
}
.post_meta div[class^="post_"] a {
	color:#a4a4a4;
	text-transform:none !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] a:hover {
	text-decoration:none;
	color:#c11b4b ;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .post_author a {
	text-transform:capitalize !important;
	color:#a4a4a4;
}
.post_meta div[class^="post_"] .post_author a:hover { color:#c11b4b  !important; }
.post_meta div[class^="post_"] .post-date {
	cursor:default;
	color:#a4a4a4;
}
.post_meta div[class^="post_"] .post-date time { color:#a4a4a4; }
.post_meta div[class^="post_"] .post-date span { color:inherit; }
.post_meta div[class^="post_"] .icon-bookmark a {
	text-transform:none !important;
	color:#a4a4a4;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .icon-bookmark a:hover {
	color:#c11b4b ;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .post_comment { color:inherit; }
.post_meta div[class^="post_"] .post_comment a { color:#a4a4a4; }
.post_meta div[class^="post_"] .post_comment a:hover { color:#c11b4b  !important; }
.post_meta div[class^="post_"] .post_comment span { color:inherit; }
.post_meta div[class^="post_"] .post_category { color:inherit; }
.post_meta div[class^="post_"] .post_category a { color:#a4a4a4 !important; }
.post_meta div[class^="post_"] .post_category a:hover { color:#c11b4b  !important; }
.post_meta div[class^="post_"] .post_category span { color:inherit; }
.post_meta div[class^="post_"] .user_voting { cursor:default; }
.post_meta div[class^="post_"] .user_voting i, .post_meta div[class^="post_"] .user_voting span {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .animation_item {
	position:absolute;
	top:0px;
	right:0px;
}
.post_meta div[class^="post_"] a { text-transform:none !important; }
.post_meta>div.post_meta_unite {
	display:block;
	border-top:1px solid #e9e9e8;
	padding-top:.5em;
	margin-top:.5em;
}
.post_meta>div.post_meta_unite:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.post_meta .post_permalink {
	float:right;
	padding-right:0;
}
@media (max-width: 767px) {
	.post_meta .post_permalink { float:left; }
}
.post_meta span.voting_count {
	padding-right:0;
	position:relative;
}
.post_meta i {
	font-size:16px;
	margin-right:0em;
	padding-right:0.5em;
	color:#c11b4b ;
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.post_meta hr { margin:.5em 0; }
.share-buttons {
	margin-bottom:23px;
	margin-top:21px;
	padding:10px 0;
	width:100%;
	height:21px;
}
.extrastyle_1 p { margin-bottom:14px; }
.extrastyle_1 .btn.btn-primary {
	margin-top:16px;
	margin-bottom:14px;
}
.post-author {
	margin-bottom:10px;
	background-color:transparent;
	border:1px solid #939393 !important;
	padding:15px 21px 12px;
	border:none;
}
.post-author_h {
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	overflow:hidden;
	margin-bottom:1em;
	padding:0 0 3px;
	margin:0;
	color:#fff;
	margin-bottom:0;
}
.post-author_h:before { display:none; }
.post-author_h small {
	color:#fff;
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
}
.post-author_h a {
	text-transform:uppercase;
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_h a:hover {
	color:#c11b4b ;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link {
	color:#fff;
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	margin-top:27px;
}
.post-author_link p {
	color:#fff;
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-heightt:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	margin-bottom:0;
}
.post-author_link p a {
	text-transform:uppercase;
	color:#c11b4b ;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link p a:hover {
	color:#000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a {
	color:#c11b4b ;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a:hover {
	color:#578d37;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_gravatar {
	float:left;
	margin:9px 18px 0 0;
}
.post-author_gravatar img {
	padding:0;
	border:0;
	background:#fff;
}
.post-author_desc {
	margin-top:17px !important;
	margin-bottom:10px;
}
@media (min-width: 1200px) {
	.post-author_desc { overflow:hidden; }
}
#recent-author-posts { margin-bottom:3em; }
.related-posts {
	overflow:hidden;
	margin:0 0 2em;
}
.related-posts_h {
	color:#578d37;
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:26px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:none !important;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	margin:0;
	padding-top:88px;
	padding-bottom:32px;
}
.related-posts_h:before {
	content:"";
	position:relative;
	display:block;
	width:100%;
	height:1px;
	top:-52px;
	margin-top:12px;
	border-top:1px solid #929292;
	background:transparent;
}
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	display:inline-block;
	width:21%;
	margin-left:4%;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	vertical-align:top;
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:18px;
	letter-spacing:0;
	background:transparent;
	text-transform:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.related-posts_item a {
	font-size:12px;
	font-style:normal;
	font-weight:300;
	line-height:18px;
	background:transparent;
	color:#a4a4a4;
}
.related-posts_item :hover {
	color:#c11b4b ;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.related-posts_item h5 {
	font-size:14px;
	font-style:normal;
	font-weight:300;
	line-height:22px;
	background:transparent;
	color:#578d37;
}
.related-posts_item h5 a {
	font-size:22px;
	line-height:24px;
	letter-spacing:1px;
	background:transparent;
	color:#578d37;
}
.related-posts_item h5 a:hover { color:#c11b4b ; }
.related-posts .featured-thumbnail {
	float:none;
	overflow:visible;
	margin:0 0 16px 0;
}
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.pagination ul li a {
	background:#2e2e2e;
	border:1px solid #414141;
	color:#c11b4b ;
}
.pagination ul li a:hover {
	background:#2e2e2e;
	border:1px solid #2e2e2e;
	color:#578d37;
}
.pagination ul > .active > a, .pagination ul > .active > span {
	background:#2e2e2e none repeat scroll 0 0;
	border:1px solid #2e2e2e;
	color:#999;
	cursor:default;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color:#2e2e2e;
	border:1px solid #414141;
}
.comments-h {
	color:#578d37;
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:26px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:lowercase !important;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	margin:0;
	padding-top:29px;
	padding-bottom:19px;
}
.comments-h:before {
	content:"";
	position:relative;
	display:block;
	width:100%;
	height:1px;
	top:-52px;
	margin-top:12px;
	border-top:1px solid #929292;
	background:transparent;
}
.comment-holder .pagination { display:none; }
.comment-list .reply a:hover { color:#fff; }
.comment-list .children { margin-left:20px; }
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:23px;
	border:1px solid #939393 !important;
	background:transparent !important;
	padding:27px 19px 14px;
	border:none;
}
.comment .comment-body p { margin-bottom:18px; }
.comment-author { float:left; }
.comment-author .author {
	color:#fff;
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	display:block;
	padding-top:22px;
	width:80px;
	text-align:left;
}
.extra2 { margin-top:-35px; }
@media (max-width: 767px) {
	.extra2 { margin-top:0; }
}
.commentmetadata {
	color:#fff;
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	margin-top:9px;
	margin-right:15px;
	float:right;
}
.comment-body .reply {
	float:right;
	margin-left:2px;
	margin-top:14px;
	padding-right:0;
}
.comment-body .reply a {
	color:#c11b4b ;
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:uppercase;
	text-decoration:none;
	padding:0;
	position:relative;
	letter-spacing:0;
	background:transparent !important;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.comment-body .reply a:hover {
	color:#578d37;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#respond form .btn {
	margin-top:-5px;
	float:left;
}
#commentform label {
	margin-top:29px;
	display:none !important;
}
#nsu-checkbox {
	top:10px;
	margin-bottom:0;
	display:inline-block !important;
}
#nsu-checkbox #nsu-checkbox-label #nsu-checkbox-input { margin:0; }
#respond {
	margin-bottom:40px;
	padding-top:0;
	box-sizing:border-box;
}
#respond h3 {
	color:#578d37;
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:26px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:none !important;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	margin:0;
	padding-top:55px;
	padding-bottom:30px;
}
#respond h3:before {
	content:"";
	position:relative;
	display:block;
	width:100%;
	height:1px;
	top:-52px;
	margin-top:12px;
	border-top:1px solid #929292;
	background:transparent;
}
#commentform { overflow:hidden; }
#commentform p { margin-bottom:27px; }
#commentform p.field { margin-bottom:18px; }
#commentform label { display:block; }
#commentform input[type="text"] {
	border:none;
	box-shadow:none;
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	margin-bottom:10px;
	color:#a4a4a4;
	margin:0;
	padding:16px 16px 17px;
	width:400px;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:52px;
}
#commentform input[type="text"]:focus {
	box-shadow:none;
	border:none;
}
#commentform textarea {
	color:#a4a4a4;
	background:transparent;
	box-shadow:none;
	border:none;
	padding:16px 16px 17px;
	margin-bottom:0px !important;
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	overflow:auto;
	margin:0;
	min-width:100%;
	max-width:100%;
	width:100%;
	height:197px;
	border-radius:0;
	border:1px solid #939393;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
#commentform textarea:focus {
	box-shadow:none;
	border:none;
	border:1px solid #939393;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		width:97%;
		max-width:97%;
		min-width:97%;
		height:52px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:97%;
		height:52px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:97%;
		max-width:97%;
		min-width:97%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
input[type="submit"].btn-primary, input[type="reset"].btn-primary {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:capitalize;
	padding:0 0 !important;
	position:relative;
	letter-spacing:0;
	border-radius:0;
	box-shadow:none;
	border:none;
	outline:none;
	z-index:1;
	overflow:hidden;
	color:#a4a4a4;
	background:transparent !important;
	height:20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
input[type="submit"].btn-primary:hover, input[type="reset"].btn-primary:hover {
	border:none;
	outline:none;
	color:#c11b4b  !important;
	background:transparent !important;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
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 {
	font-family:'Roboto', serif;
	font-size:13px;
	line-height:22px;
	font-weight:400;
	margin:0;
	padding:11px 14px 9px;
	width:288px;
	border-radius:0;
	border:none;
	box-shadow:none;
	outline:none;
}
select:focus, 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 {
	border:none;
	box-shadow:none;
	outline:none;
}
#sidebar { padding-top:34px; }
#sidebar h3 { margin:0; }
.widget {
	padding-bottom:39px;
	margin-bottom:6px;
	border-bottom:1px solid #929292;
}
.widget h3 {
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:26px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:none !important;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	margin:0;
	padding-top:46px;
	padding-bottom:24px;
}
.widget ul {
	padding:0;
	margin-left:0;
	list-style:none;
	margin-top:0;
	margin-bottom:15px;
}
.widget ul ul {
	margin-left:20px;
	margin-top:10px;
}
.widget ul li {
	margin-top:0;
	margin-bottom:11px;
	text-transform:uppercase;
}
.widget ul li a {
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:18px;
	font-style:normal;
	font-weight:400 !important;
	color:#a4a4a4;
	text-transform:capitalize;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li a:hover {
	color:#578d37;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li:before {
	content:"";
	display:inline-block;
	width:14px;
	height:14px;
	top:6px;
	margin-right:9px;
	position:relative;
	background:url(../images/arrow1.png) 0px 0 no-repeat;
}
.widget .post-list { margin-bottom:0px; }
.widget .post-list li {
	overflow:hidden;
	padding-top:51px;
	padding-bottom:0;
	margin-bottom:0;
}
.widget .post-list li:before { display:none; }
.widget .post-list li:first-child {
	padding-top:0;
	border:none;
}
.widget .post-list_h {
	margin:0;
	margin-bottom:14px;
	color:#606060;
}
.widget .post-list_h a {
	font-family:'Asap', sans-serif;
	font-size:13px;
	line-height:18px;
	font-style:normal;
	font-weight:400 !important;
	color:#606060;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#606060;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list_h a:hover {
	color:#c11b4b ;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list time {
	display:block;
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:18px;
	font-style:normal;
	font-weight:400 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#a4a4a4;
	margin-bottom:4px;
	margin-top:8px;
}
.widget .post-list .excerpt {
	text-transform:none;
	margin-bottom:10px;
	color:#a4a4a4;
	line-height:18px;
}
.widget .post-list .featured-thumbnail { margin:5px 30px 10px 0; }
.widget .post-list .featured-thumbnail img { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.widget .post-list .featured-thumbnail { float:none; }
}
@media (max-width: 420px) {
	.widget .post-list .featured-thumbnail { float:none; }
}
.widget .comments-custom li {
	overflow:hidden;
	margin:0;
	padding:31px 0 0 0;
	border-bottom:none;
	background:none;
}
.widget .comments-custom li:before { display:none; }
.widget .comments-custom li:first-child {
	padding-top:0;
	border-top:none;
}
.widget .comments-custom .featured-thumbnail.thumbnail {
	margin-top:4px;
	margin-right:30px;
	margin-bottom:0;
	box-shadow:none;
	box-sizing:border-box;
	padding:0;
	border:none;
}
.widget .comments-custom_txt {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:17px;
	font-style:normal;
	font-weight:400 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#a4a4a4;
	text-transform:none !important;
	letter-spacing:0;
	padding:0 0 0 0;
	border-top:none;
	margin-top:10px;
}
.widget .comments-custom_txt a {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:17px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#a4a4a4;
	text-decoration:none;
}
.widget .comments-custom_txt a:hover {
	color:#c11b4b ;
	text-decoration:none;
}
.widget .comments-custom_h_author {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#c11b4b ;
	margin-bottom:0;
	margin-top:17px;
}
.widget .comments-custom_h_author:first-letter { text-transform:uppercase !important; }
.widget .comments-custom_h_title { margin-bottom:16px; }
.widget .comments-custom_h_title a {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:400 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:0;
	margin-top:22px;
}
.widget .comments-custom_h_title a:before { display:none; }
.widget .comments-custom_h_title a:hover {
	color:#c11b4b ;
	text-decoration:none;
}
.widget .comments-custom_h_author:first-letter { text-transform:uppercase; }
.widget .comments-custom time {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#a4a4a4;
	margin-top:4px;
	margin-bottom:0;
	display:block;
}
.widget .comments-custom i {
	font-size:16px;
	margin-right:.5em;
	color:;
	float:left;
	min-width:15px;
	text-align:center;
}
.widget .comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.widget .comments-custom .meta_format {
	margin-top:0;
	margin-bottom:1px;
}
.widget .flex-direction-nav .flex-prev {
	left:0;
	margin:-46px 0 0;
	color:#c11b4b ;
}
.widget .flex-direction-nav .flex-next {
	right:0;
	margin:-46px 0 0;
	color:#c11b4b ;
}
.widget #wp-calendar td {
	padding:6px 0;
	border:none;
	text-align:center;
}
.widget #wp-calendar td#today {
	background-color:#555;
	color:#FFF;
}
.widget #wp-calendar caption {
	margin-bottom:5px;
	padding:4px 0;
	color:#c11b4b ;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.widget #wp-calendar thead th {
	padding:7px 0;
	color:#c11b4b ;
	text-align:center;
	font-size:14px;
}
.widget select {
	width:100% !important;
	height:40px;
}
.widget .social { margin:0; }
.widget .social_li:before { display:none; }
.widget .widget-flexslider li:before, .widget .flickr_list li:before { display:none; }
.widget .tags-cloud a, .widget .tagcloud a, .widget .post_footer a {
	color:#606060;
	text-decoration:underline;
	font-size:11px;
}
.widget .tags-cloud a:hover, .widget .tagcloud a:hover, .widget .post_footer a:hover {
	color:#c11b4b ;
	text-decoration:underline;
}
.widget #searchform .search-form_it {
	border:none;
	width:90%;
}
.widget #searchform .search-form_is {
	margin:8px 0 0 0;
	text-transform:uppercase;
}
.widget .banner_wrapper img { max-width:100%; }
.footer {
	border-top:none;
	padding:42px 0 35px;
	margin:0;
	background:#fff;
}
.footer .footer-text {
	font-family:'Droid Sans', sans-serif;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	color:#000;
	margin:6px 0 0 0;
}
.footer .footer-text a {
	font-family:'Droid Sans', sans-serif;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	color:#000;
	margin-top:22px;
}
@media (max-width: 767px) {
	.footer .footer-text a {
		text-align:left;
		margin-left:0;
	}
}
.footer .footer-text a:hover { color:#c11b4b  ; }
@media (max-width: 767px) {
	.footer .footer-text {
		float:left;
		overflow:hidden;
		margin:10px 0 0 0;
	}
}
@media (max-width: 767px) {
	.footer { padding:30px 20px; }
}
.footer .logo.footer-logo {
	padding:0;
	margin-top:8px;
}
@media (max-width: 979px) and (min-width: 768px) {
	.footer .logo.footer-logo { width:inherit; }
}
@media (max-width: 767px) {
	.footer .logo.footer-logo { width:100%; }
}
#nav_menu-2 {
	position:relative;
	display:block;
	float:none;
	margin:0;
	width:100%;
}
#menu-footer-extrmenu {
	list-style:none;
	margin-left:0;
	margin-top:8px;
	position:relative;
	display:block;
	float:right;
}
@media (max-width: 420px) {
	#menu-footer-extrmenu {
		width:100%;
		float:left;
	}
}
#menu-footer-extrmenu li:first-child {
	background:transparent;
	margin-left:0;
	padding-left:0;
}
#menu-footer-extrmenu li {
	float:left;
	background:url(../images/bullet1.png) left center no-repeat;
	margin-left:9px;
	padding-left:9px;
}
#menu-footer-extrmenu li a {
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
}
#menu-footer-extrmenu li a:hover { color:#000; }
nav.footer-nav {
	float:none !important;
	margin:20px 0;
	overflow:hidden;
	position:relative;
	display:block;
	width:100%;
}
nav.footer-nav ul {
	margin:0;
	padding:0;
	float:left;
}
nav.footer-nav ul .sub-menu { display:none; }
nav.footer-nav ul li {
	float:left;
	text-align:left;
	margin:0;
	padding:0 10px 0 0;
	list-style-type:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { display:inline; }
}
@media (max-width: 480px) {
	nav.footer-nav ul li { padding:0 5px 0 0; }
}
nav.footer-nav ul li a {
	text-align:left;
	font-size:11px !important;
	text-transform:capitalize;
	text-decoration:none;
	color:#fff !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
nav.footer-nav ul li a:hover {
	color:#c11b4b  !important;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
nav.footer-nav ul li.current-menu-item a { color:#c11b4b  !important; }
#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:20px;
	bottom:30px;
	overflow:hidden;
	z-index:199;
}
#back-top a {
	display:block;
	width:25px;
	height:13px;
	color:#bbb;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	border-radius:0;
	border:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#back-top a:hover span { background:transparent url(../images/up-arrow.png) center bottom no-repeat; }
#back-top span {
	display:block;
	margin-bottom:0;
	width:25px;
	height:13px;
	background:transparent url(../images/up-arrow.png) center top no-repeat;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.zoom-icon:after {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:url(../images/patterndark.png) center center repeat;
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
.no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.zoom-icon:before {
	position:absolute;
	z-index:100;
	content:"";
	left:80%;
	top:80%;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	background:url(../images/magnify-alt2small.png) center center no-repeat;
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-ms-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
@media (max-width: 580px) {
	.zoom-icon:before { background:url(../images/magnify-alt2small.png) center center no-repeat; }
}
@media (max-width: 400px) {
	.zoom-icon:before { background:url(../images/magnify-alt2.png) center center no-repeat; }
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.featured-thumbnail a:hover .zoom-icon:after, a.thumbnail:hover .zoom-icon:after, .thumbnail__portfolio a:hover .zoom-icon:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
.grid_gallery_inner .zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.grid_gallery_inner .zoom-icon:after {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:url(../images/patterndark.png) center center repeat;
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
.grid_gallery_inner .no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.grid_gallery_inner .zoom-icon:before {
	position:absolute;
	z-index:100;
	content:"";
	left:80%;
	top:80%;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	background:url(../images/magnify-alt2small.png) center center no-repeat;
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-ms-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon, .grid_gallery_inner a.thumbnail:hover .zoom-icon, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon:before, .grid_gallery_inner a.thumbnail:hover .zoom-icon:before, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon:after, .grid_gallery_inner a.thumbnail:hover .zoom-icon:after, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.grid_gallery_inner .no-rgba .image-wrap:hover .zoom-icon, .grid_gallery_inner .featured-thumbnail a:hover .zoom-icon, .grid_gallery_inner a.thumbnail:hover .zoom-icon, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
.wpcf7-form { margin-bottom:50px; }
.wpcf7-form p.field {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	vertical-align:top;
}
.wpcf7-form p.field input {
	margin:0;
	font-size:13px;
	border:none;
	padding:16px 14px 17px;
	width:100%;
	height:52px;
	color:#606060 !important;
	line-height:20px;
	background:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field input:-moz-placeholder { color:#606060; }
.wpcf7-form p.field input:-ms-input-placeholder { color:#606060; }
.wpcf7-form p.field input::-webkit-input-placeholder { color:#606060; }
.wpcf7-form p.field input[type="file"] {
	font-size:13px;
	position:relative;
	cursor:pointer;
	height:25px;
	color:#606060 !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.wpcf7-form p.field input[type="file"]:-moz-placeholder { color:#606060; }
.wpcf7-form p.field input[type="file"]:-ms-input-placeholder { color:#606060; }
.wpcf7-form p.field input[type="file"]::-webkit-input-placeholder { color:#606060; }
.wpcf7-form textarea {
	font-size:13px;
	color:#556980 !important;
	overflow:auto;
	margin:0;
	padding:16px 14px 17px;
	width:100%;
	height:200px;
	line-height:20px;
	border:none;
	background:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
}
.wpcf7-form textarea:-moz-placeholder { color:#556980; }
.wpcf7-form textarea:-ms-input-placeholder { color:#556980; }
.wpcf7-form textarea::-webkit-input-placeholder { color:#556980; }
.wpcf7-form .submit-wrap {
	margin:0;
	padding:0;
}
.wpcf7-form .submit-wrap .ajax-loader { margin-top:15px; }
.wpcf7-form .submit-wrap input {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	padding:0;
	margin:5px 10px 0 0;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	height:42px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.wpcf7-form .submit-wrap input:hover {
	color:#c11b4b  !important;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
span.wpcf7-form-control-wrap { display:block; }
.wpcf7-not-valid-tip {
	position:absolute;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	padding:8px 6px !important;
	width:auto !important;
	height:auto !important;
	background:#F2DEDE !important;
	border:1px solid #ddd !important;
	color:#B94A48 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		font-size:11px !important;
		padding:8px 6px !important;
		line-height:14px;
	}
}
div.wpcf7-response-output {
	margin:60px 0 !important;
	padding:8px 35px 8px 14px !important;
	border:1px solid #ddd !important;
	background-color:#FCF8E3;
	color:#C09853;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.wpcf7-validation-errors {
	background-color:#F2DEDE !important;
	border-color:#ddd !important;
	color:#B94A48 !important;
}
div.wpcf7-mail-sent-ok {
	background:#DFF0D8 !important;
	border:1px solid #ddd !important;
	color:#468847 !important;
}
.error404-holder_num { color:#c11b4b ; }
.search-form .btn.btn-primary {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	padding:0;
	margin:22px 10px 0 0;
	position:relative;
	letter-spacing:0;
	background:transparent !important;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	height:18px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.search-form .btn.btn-primary:hover {
	color:#c11b4b  !important;
	background:transparent !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .search-form form {
	position:relative;
	margin-top:90px;
	padding-right:2px;
}
.search-form input[type="text"] {
	vertical-align:top;
	border:none;
	box-shadow:none !important;
	border-radius:0;
	color:#606060;
	font-family:'Darid Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	width:90%;
	text-transform:capitalize;
	background:#FFF;
	margin-top:0;
}
@media (max-width: 979px) and (min-width: 768px) {
	.search-form input[type="text"] { width:85%; }
}
@media (max-width: 767px) {
	.search-form input[type="text"] { width:82%; }
}
.search-form input[type="submit"] { margin-top:10px; }
.no-results .search-form input[type="text"] {
	vertical-align:top;
	border:none;
	box-shadow:none !important;
	border-radius:0;
	color:#606060;
	font-family:'Darid Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	width:90%;
	text-transform:capitalize;
	background:#FFF;
	margin-top:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .search-form_it { width:130px; }
}
.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:26px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mainCaptionHolder { cursor:pointer; }
.parallax-slider #mainCaptionHolder .container h2 a { color:#fff !important; }
.parallax-slider #mainCaptionHolder .container h2 a:hover { color:#fff !important; }
@media (max-width: 767px) {
	.extraslider {
		margin-left:-20px;
		margin-right:-20px;
	}
}
.parallax-slider {
	position:relative;
	width:100%;
	height:480px;
	display:block;
	overflow:hidden;
	top:0;
	left:0;
	background:;
	-ms-transform:translateZ(0);
	transform:translateZ(0);
}
@media (max-width: 1200px) and (min-width: 979px) {
	.parallax-slider { height:620px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider { height:600px; }
}
@media (max-width: 767px) {
	.parallax-slider { height:200px; }
}
.parallax-slider .baseList { display:none; }
.parallax-slider #mainImageHolder {
	position:relative;
	width:100%;
	height:150%;
	top:0;
	z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.parallax-slider #mainImageHolder .primaryHolder img {
	position:absolute;
	max-width:inherit;
}
.parallax-slider #mainImageHolder .secondaryHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1;
}
.parallax-slider #mainImageHolder .secondaryHolder img {
	position:absolute;
	max-width:inherit;
}
.parallax-slider #mainCaptionHolder {
	position:absolute;
	width:100%;
	height:150%;
	top:0;
	left:0;
	text-align:center;
	z-index:2;
}
.parallax-slider #mainCaptionHolder .container {
	position:relative;
	top:362px;
	height:107px;
	box-sizing:border-box;
	text-align:center;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.parallax-slider #mainCaptionHolder .container {
		top:250px;
		height:107px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .container {
		top:250px;
		height:107px;
	}
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container {
		top:150px;
		height:100px;
	}
}
.parallax-slider #mainCaptionHolder .container .primaryCaption, .parallax-slider #mainCaptionHolder .container .secondaryCaption {
	width:100%;
	position:absolute;
	box-sizing:border-box;
	margin-top:-105px;
}
@media (max-width: 580px) {
	.parallax-slider #mainCaptionHolder .container .primaryCaption, .parallax-slider #mainCaptionHolder .container .secondaryCaption { margin-top:-60px; }
}
.parallax-slider #mainCaptionHolder .container .primaryCaption:before, .parallax-slider #mainCaptionHolder .container .secondaryCaption:before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:-100%;
	display:block;
}
.parallax-slider #mainCaptionHolder .container h2 {
	font-family:'Racing Sans One', cursive;
	font-size:104px;
	line-height:90px;
	font-weight:400 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container h2 {
		font-size:40px;
		line-height:40px;
	}
}
.parallax-slider #mainCaptionHolder .container h2 br { line-height:0; }
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container h2 {
		font-size:30px;
		line-height:28px;
		letter-spacing:0;
		padding:0 15px;
		width:inherit;
	}
}
.parallax-slider #mainCaptionHolder .container p {
	font-family:'Noto Sans', sans-serif;
	font-size:34px;
	line-height:52px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#FFF;
	text-align:center;
	letter-spacing:0;
	margin:36px 0 0;
	padding:0;
}
@media (min-width: 1200px) {
	.parallax-slider #mainCaptionHolder .container p { padding:0 80px; }
}
.parallax-slider #mainCaptionHolder .container p br { line-height:0; }
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container p {
		font-size:20px;
		line-height:20px;
		letter-spacing:0;
		padding:0 15px;
		width:inherit;
	}
}
.parallax-slider #mainCaptionHolder .container .morebtn {
	font-size:20px;
	line-height:28px;
	color:#fff;
	padding:8px 14px;
	border:2px solid #fff;
	background:#08C;
	-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 #mainCaptionHolder .container .morebtn:hover {
	text-decoration:none;
	background:#363636;
}
.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);
}
.parallax-slider .controlButtonBox {
	background:#FFF;
	position:absolute;
	display:block;
	z-index:10;
	bottom:0;
	text-align:center;
	float:none;
	margin:0 auto;
	width:100%;
	height:57px;
}
.parallax-slider .controlBtn {
	width:33px;
	height:33px;
	display:block;
	position:absolute;
	display:block !important;
	bottom:34px;
	cursor:pointer;
	margin:0 auto;
	text-align:center;
	z-index:2;
}
.parallax-slider .controlBtn .innerBtn {
	width:33px;
	height:33px;
	text-align:center;
	color:#fff;
	display:block;
	position:relative;
	z-index:1;
	background:transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.parallax-slider .controlBtn .slidesCounter {
	width:70px;
	height:70px;
	background:transparent;
	display:none;
	position:absolute;
	top:0;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:60px;
	-webkit-transition:all 0.23s ease;
	-moz-transition:all 0.23s ease;
	-o-transition:all 0.23s ease;
	transition:all 0.23s ease;
}
.parallax-slider .controlBtn.parallaxPrevBtn {
	left:50%;
	margin-left:-38px;
}
.parallax-slider .controlBtn.parallaxPrevBtn .innerBtn {
	border-radius:400px;
	overflow:hidden;
}
.parallax-slider .controlBtn.parallaxPrevBtn .innerBtn:before {
	content:"";
	width:33px;
	height:33px;
	background:transparent url(../images/sliderprev.png) left 0 no-repeat;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
	left:0%;
	border-radius:0;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn { border-radius:0; }
.parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn:before {
	content:"";
	width:33px;
	height:33px;
	background:transparent url(../images/sliderprev.png) right 0 no-repeat;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn {
	right:50%;
	margin-right:-38px;
}
.parallax-slider .controlBtn.parallaxNextBtn .innerBtn {
	border-radius:400px;
	overflow:hidden;
}
.parallax-slider .controlBtn.parallaxNextBtn .innerBtn:before {
	content:"";
	width:33px;
	height:33px;
	background:transparent url(../images/slidernext.png) left 0 no-repeat;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
	right:0%;
	border-radius:0;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn { border-radius:0; }
.parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn:before {
	content:"";
	width:33px;
	height:33px;
	background:transparent url(../images/slidernext.png) right 0 no-repeat;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.parallax-slider #paginationwraper {
	position:absolute;
	width:100%;
	bottom:8px;
	z-index:9999;
	display:block;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #paginationwraper { bottom:20px; }
}
@media (max-width: 767px) {
	.parallax-slider #paginationwraper { bottom:20px; }
}
.parallax-slider #paralaxSliderPagination {
	position:absolute;
	bottom:-7px;
	text-align:center;
	z-index:2;
	right:50%;
	padding:0;
	margin-right:-33px;
	z-index:2;
	background:transparent;
	box-sizing:border-box;
}
.parallax-slider #paralaxSliderPagination ul {
	list-style:none;
	margin:0;
}
.parallax-slider #paralaxSliderPagination ul li {
	width:11px;
	height:11px;
	display:inline-block;
	position:relative;
	margin:0 5px;
	border-radius:500px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	background-color:#fff;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.parallax-slider #paralaxSliderPagination ul li:before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	bottom:0;
	right:0;
	top:0;
	z-index:10;
	border-radius:500px;
	background:#c11b4b ;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.parallax-slider #paralaxSliderPagination ul li:hover { background-color:#c11b4b ; }
.parallax-slider #paralaxSliderPagination ul li:hover:before {
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.parallax-slider #paralaxSliderPagination ul li.active { background-color:#c11b4b ; }
.parallax-slider #paralaxSliderPagination ul li.active:before {
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.parallax-slider #previewSpinner {
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	border-radius:25px;
	z-index:99;
	background:url(../images/spinner.gif) 50% 50% no-repeat #333;
}
