@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700);
body {
	background:#c4c4c4 url(images/bgpattern.jpg);
	background-attachment:fixed;
}
@media (max-width: 767px) {
	body {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
#content { padding-top:30px; }
.content-holder {
	top:-1px;
	background:transparent;
	padding-bottom:40px !important;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px; }
}
.main-holder {
	overflow:hidden;
	padding:0;
}
.slider_off {
	position:relative;
	min-height:0px;
	background:transparent;
}
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.ie8 .nav-tabs:before { width:810px; }
.ie8 .nav-tabs > li { margin-left:112px; }
.ie8 #commentform textarea {
	width:570px;
	max-width:570px;
	min-width:570px;
}
.ie8 .service-box.extraservice_1:hover .icon { background:transparent; }
.ie8 .hero-unit.extraherounit_1 { padding:80px 0; }
.ie8 .hero-unit.extraherounit_1 p {
	font-size:30px;
	line-height:44px;
}
.ie8 .slider_off { min-height:0; }
.ie8 .recent-posts img, .ie8 .posts-grid img, .ie8 .post__holder img, .ie8 .post_wrapper img { max-width:none !important; }
.home h2 { padding:76px 0 42px; }
a {
	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;
}
a:hover {
	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;
}
p { font-weight:300 !important; }
h2 {
	margin:0;
	padding:27px 0 39px;
	text-transform:uppercase;
	font-weight:700 !important;
	text-align:center;
}
@media (max-width: 767px) {
	h2 {
		font-size:30px !important;
		line-height:30px !important;
	}
}
h3 {
	margin:0 0 15px;
	padding:0;
	font-weight:700 !important;
}
.btn.btn-primary {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	font-style:normal;
	text-transform:lowercase;
	color:#fff;
	padding:3px 11px 4px;
	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;
	position:relative;
	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;
}
.btn.btn-primary:before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	bottom:0;
	right:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	border-radius:0;
	background:#ff6666;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	overflow:0;
	border-radius:0;
	background:#ff6666;
	background:#3d4752;
	z-index:-2;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.btn.btn-primary:hover {
	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;
}
.btn.btn-primary:hover:after {
	background:#3d4752;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.btn.btn-primary: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;
}
.header {
	position:relative;
	z-index:99;
	padding:0;
	border-bottom:none;
	background:transparent;
}
.header_block1 {
	text-align:right;
	margin:63px 0 39px;
}
@media (max-width: 767px) {
	.header_block1 {
		margin:20px 20px;
		text-align:left;
	}
}
.header .social-nets-wrapper {
	margin:17px 15px 0 0;
	position:relative;
	display:inline-block;
}
.header .social li {
	display:inline-block;
	overflow:visible;
	margin:0 11px 5px;
	font-size:0;
	line-height:0;
}
@media (max-width: 767px) {
	.header .social li { margin:0 5px 5px; }
}
.header .social li a {
	color:#acacac;
	background:transparent !important;
	position:relative;
	display:inline-block;
	overflow:visible;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header .social li a i {
	font-size:23px;
	color:#acacac;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 767px) {
	.header .social li a i { font-size:20px; }
}
.header .social li a:hover {
	background:transparent !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header .social li a:hover i {
	text-decoration:none;
	color:#f89406;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.support-wrapper {
	margin:0 0 0 0;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.support1 {
	line-height:18px;
	font-size:12px;
	padding:0;
}
.support1 span {
	font-family:'Roboto', sans-serif;
	font-size:17px;
	line-height:20px;
	font-style:normal;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	color:#293038;
}
@media (max-width: 480px) {
	.support1 span {
		font-size:12px;
		line-height:18px;
	}
}
.support1 strong {
	font-family:'Roboto', sans-serif;
	font-size:25px;
	line-height:20px;
	font-style:normal;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	color:#ff6666;
}
@media (max-width: 480px) {
	.support1 strong {
		font-size:14px;
		line-height:18px;
	}
}
.support_head {
	position:relative;
	display:block;
	padding:0;
}
@media (max-width: 767px) {
	.support_head { padding:10px 0; }
}
.logo {
	padding:41px 0 45px;
	text-align:left;
	float:left;
	margin:0;
	width:auto;
	line-height:0;
	display:inline-block;
	text-transform:uppercase;
	background:transparent;
	position:relative;
	color:#293038;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 979px) and (min-width: 768px) {
	.logo { width:auto; }
}
@media (max-width: 767px) {
	.logo {
		padding:20px;
		float:none;
		max-width:90%;
	}
}
.logo .logo_tagline { display:none; }
.logo .logo_h__txt { max-width:none; }
.logo .logo_h__txt a { color:#293038; }
.logo .logo_h__txt a:hover { color:#293038; }
.logo .logo_h__txt a:focus {
	color:#293038;
	text-decoration:none !important;
}
.logo .logo_h__txt .logo_link {
	position:relative;
	display:block;
	text-align:left;
	font-family:'Roboto', sans-serif;
	font-size:81px;
	line-height:71px;
	font-weight:700;
	font-style:normal;
	padding:0 0 6px;
	max-width:220px;
	border:none;
	color:#293038;
	text-transform:uppercase;
	background:transparent;
	border-radius:400px;
}
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.menu_holder {
	margin-left:0;
	position:relative;
}
@media (min-width: 1200px) {
	.menu_holder { margin-left:-24px; }
}
.menu_holder:after {
	content:"";
	display:block;
	background:#293038;
	position:absolute;
	width:3000px;
	height:100%;
	margin-left:-1400px;
	left:50%;
	box-shadow:none;
	z-index:-1;
	top:0;
}
.nav__primary {
	margin-bottom:0;
	padding:0;
}
@media (min-width: 1200px) {
	.nav__primary { margin-right:262px; }
}
@media (max-width: 767px) {
	.nav__primary {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
.sf-menu {
	padding:0 0 0 0;
	margin-bottom:0;
	line-height:1.0;
	display:table;
	table-layout:fixed;
	width:100%;
	float:none;
}
.sf-menu ul {
	display:none;
	position:absolute;
	top:126px;
	padding:20px 10px 20px 15px;
	margin-left:-5px;
	margin-top:0;
	background:#293038;
	width:120px;
}
.sf-menu ul ul {
	margin-left:10px;
	background:#293038;
}
.sf-menu ul ul:before {
	position:absolute;
	width:5px;
	height:9px;
	left:0;
	top:10px;
	display:block;
	content:"";
}
.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;
	background:none;
	text-align:center;
}
@media (min-width: 1200px) {
	.sf-menu > li:first-child { width:95px; }
}
.sf-menu > li {
	background:url(images/linemenu.png) left center 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', sans-serif;
	font-size:17px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:700 !important;
	padding:23px 0;
	max-height:67px;
	color:#fff !important;
	margin:0;
	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;
}
.sf-menu > li > a:after {
	position:absolute;
	content:"";
	height:50%;
	background-color:#fff;
	right:0;
	width: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:"";
	height:50%;
	background-color:#fff;
	right:0;
	width:0%;
	top: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.sf-with-ul { padding:23px 0; }
.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:"";
	width:100%;
	left:0;
	background-color:#ff6666;
	-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:"";
	width:100%;
	left:0;
	background-color:#ff6666;
	-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 {
	background:transparent;
	color:#ff6666;
	-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 li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a, .sf-menu li li li.current_page_item > a {
	background:transparent;
	color:#ff6666;
	-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:center;
}
.sf-menu li li:first-child a { border-top:none; }
.sf-menu li li a {
	font-family:'Arial', sans-serif;
	font-size:12px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	text-decoration:none;
	text-align:left;
	letter-spacing:0;
	border:none;
	color:#FFF;
	display:block;
	padding:5px 0;
	border-top:none;
	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; }
.sf-menu li li a .sf-sub-indicator {
	display:inline;
	position:absolute;
	top:9px;
	margin-right:-24px !important;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.sf-menu li li li a {
	font-family:'Arial', sans-serif;
	font-size:12px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	text-decoration:none;
	text-align:left;
	letter-spacing:0;
	border:none;
	color:#FFF;
	display:block;
	padding:5px 0;
	border-top:none;
	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 li a.sf-with-ul { padding:5px 0; }
.sf-sub-indicator {
	top:42px;
	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:#FFF;
	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:45px;
		margin-right:-5px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu ul ul { margin-left:15px; }
	.sf-menu > li > a { padding:20px 0 !important; }
	.sf-menu > li {
		background:transparent;
		text-align:center;
		padding-right:0;
	}
	.sf-menu > li:first-child { background:transparent; }
	.sf-menu {
		padding:0;
		margin-right:0;
	}
	.sf-sub-indicator {
		top:45px;
		margin-right:-6px !important;
	}
}
@media (max-width: 767px) {
	.select-menu { margin-bottom:20px; }
	.nav { margin:20px 0 0 0; }
}
.filter-wrapper {
	float:none;
	margin-top:51px;
	margin-bottom:25px;
	text-align:center;
}
.filter-wrapper strong {
	float:none;
	text-align:center;
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:17px;
	line-height:24px;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#606060;
	padding:0 20px 10px 0;
	vertical-align:top;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		font-size:12px;
		background:transparent;
		margin:0;
		padding:0 10px 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:none;
	text-align:center;
	display:inline-block;
}
.nav-pills li:first-child a {
	padding-left:0;
	background-image:none;
}
.nav-pills {
	float:none;
	text-align:center;
	display:inline-block;
	margin-bottom:2px;
}
.nav-pills li {
	font-family:'Roboto', sans-serif;
	font-size:17px;
	line-height:24px;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#ff6666;
}
.nav-pills li a {
	position:relative;
	font-family:'Roboto', sans-serif;
	font-size:17px;
	line-height:24px;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#ff6666;
	padding:0 0 0 24px;
	margin:0 22px 20px 0;
	background:url(images/pillsimg.png) 0 5px 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;
}
@media (max-width: 767px) {
	.nav-pills li a {
		font-size:12px;
		background:transparent;
		margin:0;
		padding:0 0 0 5px;
	}
}
.nav-pills li a:hover, .nav-pills li a:focus {
	color:#293038;
	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:#293038;
	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:#293038 !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:#293038;
	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;
	background:transparent;
	-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:#FFF;
	padding:25px 25px 30px;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 {
	padding:0;
	margin:0 0 15px;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 a {
	font-family:'Roboto', sans-serif;
	font-size:21px;
	line-height:24px;
	font-weight:700 !important;
	text-transform:none;
	color:#606060;
	margin-bottom:0 !important;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 a:hover { color:#ff6666; }
.filterable-portfolio .portfolio_item_holder .caption__portfolio p {
	margin-bottom:0;
	overflow:hidden;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio p .btn.btn-primary {
	overflow:hidden;
	float:right;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio .excerpt {
	position:relative;
	margin-bottom:20px;
}
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	margin-top:40px;
	border:1px solid #f3f3f4;
	background:#fff;
	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_content p {
	font-family:'Roboto', sans-serif;
	font-style:normal;
	font-size:13px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial small {
	font-family:'Roboto', sans-serif;
	font-size:15px;
	line-height:24px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	color:#606060;
	padding:12px 0 0;
}
.extrabox_4 {
	background:transparent;
	margin-bottom:44px;
	padding:94px 40px 9px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.extrabox_4 { padding:50px 20px 9px; }
}
@media (max-width: 767px) {
	.extrabox_4 { padding:40px 0 9px; }
}
.extrabox_4:before, .extrabox_4:after { display:none !important; }
.extrabox_4 p {
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-size:21px;
	line-height:30px;
	font-style:normal;
	font-weight:700 !important;
	padding:0 30px 0;
	margin-bottom:41px;
}
.extrabox_4 h3 {
	color:#fff;
	margin-bottom:0px;
}
.extrabox_4 a {
	color:#ff6666;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:300 !important;
}
.extrabox_4 a:hover { color:#fff; }
.extrabox_3 {
	background:transparent;
	margin-bottom:44px;
}
.extrabox_3:before, .extrabox_3:after { display:none !important; }
.extrabox_3 h2 { padding:76px 0 42px; }
.tabs-wrapper { margin-bottom:20px; }
.nav-tabs {
	margin-bottom:31px !important;
	position:relative;
	display:block;
	border:none;
}
.nav-tabs:before {
	position:absolute;
	content:"";
	left:30px;
	top:10px;
	width:1000px;
	height:1px;
	background:#dcdcdc;
	z-index:2;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.nav-tabs:before { width:800px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-tabs:before { width:640px; }
}
@media (max-width: 767px) {
	.nav-tabs:before { display:none; }
}
.nav-tabs > li { margin-left:152px; }
@media (max-width: 1200px) and (min-width: 979px) {
	.nav-tabs > li { margin-left:112px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-tabs > li { margin-left:80px; }
}
@media (max-width: 767px) {
	.nav-tabs > li { margin-left:20px; }
}
@media (max-width: 480px) {
	.nav-tabs > li {
		margin:0 20px 20px 0;
		width:50px;
		float:left;
	}
}
.nav-tabs > li:first-child { margin-left:0; }
.nav-tabs > li.active a:before { background:#ff6666; }
.nav-tabs > li > a {
	border:none !important;
	position:relative;
	color:#606060;
	font-family:'Roboto', sans-serif;
	font-size:21px;
	line-height:20px;
	font-style:normal;
	font-weight:700 !important;
	padding:35px 0 0;
	margin:0;
	background:transparent !important;
}
.nav-tabs > li > a:before {
	position:absolute;
	content:"";
	left:50%;
	top:0;
	margin-left:-10px;
	width:20px;
	height:20px;
	text-align:center;
	background:#dcdcdc;
	border-radius:500px;
	z-index:2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.nav-tabs > li > a:hover:before {
	background:#ff6666;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.tab-content .alignnone { margin:15px 0 21px 0; }
.tab-content .btn.btn-primary {
	float:right;
	overflow:hidden;
	margin-top:-12px;
}
.spacer {
	overflow:hidden;
	height:57px;
}
.extrabox_2 {
	background:transparent;
	text-align:center;
	margin-bottom:44px;
}
.extrabox_2:before, .extrabox_2:after { display:none !important; }
.extrabox_2 h2 {
	color:#fff;
	padding:94px 0 53px;
}
.iconbox_1 {
	position:relative;
	padding-bottom:52px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.iconbox_1:after {
	position:absolute;
	content:"";
	width:0%;
	height:10px;
	right:0;
	bottom:30px;
	left:50%;
	background-color:#fff;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.iconbox_1 .aligncenter, .iconbox_1 div.aligncenter {
	margin:0 auto 31px;
	text-align:center;
}
.iconbox_1:hover {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.iconbox_1:hover:after {
	width:100%;
	left:0%;
	background-color:#ff6666;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.iconbox_1:hover p {
	color:#ff6666;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.iconbox_1 h3 {
	color:#fff;
	line-height:19px;
	margin-bottom:11px;
}
.iconbox_1 h3 a { color:#fff; }
.iconbox_1 h3 a:hover { color:#ff6666; }
.iconbox_1 p {
	margin-bottom:0;
	color:#fff;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.extrastyle_2 h3 { margin-top:9px; }
.extrastyle_2 p { margin-bottom:32px; }
.title-section {
	padding:0;
	position:relative;
	z-index:10;
	background:#ff6666;
}
.title-section:before {
	top:0;
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:-100%;
	display:block;
	background:#ff6666;
	z-index:1;
}
.title-section:after {
	top:0;
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	right:-100%;
	display:block;
	background:#ff6666;
	z-index:1;
}
.title-header {
	display:none;
	font-size:30px;
	line-height:32px;
	font-weight:700;
	text-transform:uppercase;
	overflow:hidden;
	margin:0;
	text-align:center;
	padding:82px 0 22px;
	color:#27384a;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.title-header:before { display:none; }
.title a { color:; }
.title-desc {
	display:block;
	color:;
	font-size:11px;
}
.single .post__holder .featured-thumbnail.thumbnail {
	margin-top:0;
	margin-bottom:25px;
	border:none;
}
.featured-thumbnail.large { border:none; }
.post_wrapper .btn.btn-primary { float:right; }
.post__holder .post-header .post-title {
	padding-top:27px;
	padding-bottom:38px;
	display:block;
	text-align:left;
	margin-bottom:0 !important;
}
.post__holder .post-header .post-title a {
	color:#ff6666;
	text-transform:uppercase;
}
.post__holder .post-header .post-title a:hover { color:#1b1b1b; }
.breadcrumb__t {
	margin:0;
	padding:20px 0;
	background:transparent;
	border:none;
	text-transform:none !important;
	border-radius:0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.breadcrumb__t li {
	display:inline;
	color:#fff;
	font-size:14px;
	line-height:22px;
	font-weight:700;
	font-family:'Roboto', sans-serif;
	text-shadow:none;
	text-transform:uppercase;
}
.breadcrumb__t li.active { color:#1b1b1b; }
.breadcrumb__t li.divider {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'\f105';
	position:relative;
	font-family:'FontAwesome';
	top:0px;
	margin:0 23px;
	color:#fff;
	font-size:14px !important;
	line-height:16px;
}
.breadcrumb__t li a { color:#fff; }
.breadcrumb__t li a:hover { color:#1b1b1b; }
.post_meta {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:300;
	text-transform:none;
	overflow:hidden;
	margin-bottom:0px;
	padding:0;
	color:#606060;
	border:none;
}
.post_meta i {
	font-size:15px !important;
	padding-right:5px !important;
	color:#ff6666 !important;
}
.post_meta div[class^="post_"] {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:300;
	text-transform:none !important;
	line-height:20px;
	padding:3px 0 1px;
	margin-right:19px;
	color:#606060;
}
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { display:block; }
}
.post_meta div[class^="post_"] a {
	color:#606060;
	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:#ff6666;
	-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 {
	color:#606060 !important;
	text-transform:capitalize !important;
}
.post_meta div[class^="post_"] .post_author a:hover { color:#ff6666 !important; }
.post_meta div[class^="post_"] .post-date {
	cursor:default;
	color:#606060 !important;
}
.post_meta div[class^="post_"] .post-date time { color:#606060; }
.post_meta div[class^="post_"] .post-date span { color:inherit; }
.post_meta div[class^="post_"] .icon-bookmark a {
	text-transform:none !important;
	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;
}
.post_meta div[class^="post_"] .icon-bookmark a:hover {
	color:#ff6666;
	-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:#606060; }
.post_meta div[class^="post_"] .post_comment a:hover { color:#ff6666; }
.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:#606060; }
.post_meta div[class^="post_"] .post_category a:hover { color:#ff6666; }
.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:#ff6666;
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.post_meta hr { margin:.5em 0; }
.share-buttons {
	margin-bottom:20px;
	margin-top:10px;
	padding:10px 0;
	width:100%;
	height:21px;
}
.post-author {
	margin-bottom:10px !important;
	background-color:transparent;
	padding:0 0 12px;
	border:none;
}
.post-author_h {
	font-family:'Roboto', sans-serif;
	font-size:49px;
	line-height:46px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#ff6666;
	margin-top:22px;
	margin-bottom:33px !important;
}
@media (max-width: 767px) {
	.post-author_h {
		font-size:30px;
		line-height:34px;
	}
}
.post-author_h:before { display:none; }
.post-author_h small {
	color:#ff6666;
	font-family:'Roboto', sans-serif;
	font-size:49px;
	line-height:46px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.post-author_h small {
		font-size:30px;
		line-height:34px;
	}
}
.post-author_h a {
	text-transform:uppercase;
	color:#ff6666;
	-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:#293038;
	-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:#ff6666;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:22px;
	font-style:normal;
	font-weight:300 !important;
	margin-top:20px;
	text-transform:none;
}
.post-author_link p {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:22px;
	margin-bottom:0;
	margin-top:0;
	font-weight:300 !important;
	color:#606060;
}
.post-author_link p a {
	text-transform:capitalize;
	color:#ff6666;
	-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:#293038;
	-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:#ff6666;
	-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:#293038;
	-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 30px 0 0;
}
.post-author_gravatar img {
	padding:0;
	border:0;
	background:#fff;
}
.post-author_desc {
	margin-top:44px !important;
	margin-bottom:6px;
	font-weight:300 !important;
}
@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 {
	font-family:'Roboto', sans-serif;
	font-size:49px;
	line-height:46px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#ff6666;
	margin-top:22px;
	margin-bottom:45px !important;
}
@media (max-width: 767px) {
	.related-posts_h {
		font-size:30px;
		line-height:34px;
	}
}
.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:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	color:#ff6666;
	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:13px;
	line-height:22px;
	font-style:normal;
	font-weight:300;
	background:transparent;
	color:#ff6666;
}
.related-posts_item :hover {
	color:#293038;
	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:13px;
	font-style:normal;
	font-weight:300;
	line-height:20px;
	background:transparent;
	color:#f89406;
}
.related-posts_item h5 a {
	font-size:13px;
	line-height:20px;
	background:transparent;
	color:#ff6666;
}
.related-posts_item h5 a:hover { color:#293038; }
.related-posts .featured-thumbnail {
	float:none;
	overflow:visible;
	margin:0 0 24px 0;
}
.related-posts .featured-thumbnail a { border:none; }
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.comments-h {
	font-family:'Roboto', sans-serif;
	font-size:49px;
	line-height:46px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#ff6666;
	margin-top:34px;
	margin-bottom:35px !important;
}
@media (max-width: 767px) {
	.comments-h {
		font-size:30px;
		line-height:34px;
	}
}
.comment-holder .pagination { display:none; }
.comment-list .reply a:hover { color:#FFF; }
.comment .children { margin:0 0 9px 50px; }
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:17px;
	border:none;
	background:transparent !important;
	padding:0;
	border:none;
}
.comment-author {
	float:left;
	margin:0 30px 0 0;
}
.comment-author .author {
	color:#606060;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:capitalize;
	display:block;
	padding-top:23px;
	width:80px;
	text-align:left;
}
.comment-author .author:before {
	text-align:left;
	position:relative;
	font-family:'FontAwesome';
	font-size:13px;
	line-height:14px;
	speak:none;
	content:"\f007";
	color:#ff6666;
	margin-right:10px;
	text-indent:0 !important;
}
.comment .comment-body p {
	margin-bottom:9px;
	margin-top:0;
	color:#606060;
}
.extra2 { margin-top:0; }
@media (max-width: 1200px) and (min-width: 979px) {
	.extra2 { margin-top:0px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.extra2 { margin-top:0px; }
}
@media (max-width: 767px) {
	.extra2 { margin-top:0; }
}
.commentmetadata {
	color:#606060;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:capitalize;
	text-transform:none;
	margin-top:5px;
	margin-right:20px;
	float:left;
	position:relative;
}
@media (max-width: 460px) {
	.commentmetadata {
		float:none;
		margin:5px 0;
	}
}
.commentmetadata:before {
	text-align:left;
	position:relative;
	font-family:'FontAwesome';
	font-size:13px;
	line-height:14px;
	speak:none;
	content:"\f073";
	color:#ff6666;
	margin-right:8px;
	text-indent:0 !important;
}
.comment-body .reply {
	float:right;
	margin-left:14px;
	margin-top:8px;
	padding-right:0;
}
@media (max-width: 460px) {
	.comment-body .reply {
		float:none;
		margin:5px 0;
	}
}
.comment-body .reply a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	font-style:normal;
	text-transform:lowercase;
	color:#fff;
	padding:3px 11px 4px;
	position:relative;
	letter-spacing:0;
	background:#3d4752;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	position:relative;
	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:#fff;
	background:#ff6666;
	-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:30px;
	margin-bottom:0;
	letter-spacing:0;
	float:right;
}
#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:0;
	padding-top:0;
	box-sizing:border-box;
}
#respond h3 {
	font-family:'Roboto', sans-serif;
	font-size:49px;
	line-height:46px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#ff6666;
	margin-top:20px;
	margin-bottom:38px !important;
}
@media (max-width: 767px) {
	#respond h3 {
		font-size:30px;
		line-height:34px;
	}
}
#commentform { overflow:hidden; }
#commentform p { margin-bottom:11px; }
#commentform p.field { margin-bottom:27px; }
#commentform label { display:block; }
#commentform input[type="text"] {
	border:none;
	box-shadow:none;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:22px;
	font-weight:300;
	color:#606060;
	margin:0;
	padding:10px 20px 15px;
	width:370px;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:44px;
}
#commentform input[type="text"]:focus {
	box-shadow:none;
	border:none;
}
#commentform textarea {
	color:#606060;
	box-shadow:none;
	border:none;
	padding:10px 20px 15px;
	margin-bottom:0px !important;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:22px;
	font-weight:300;
	overflow:auto;
	margin:0;
	min-width:87%;
	max-width:80%;
	width:100%;
	height:338px;
	max-width:765px;
	border-radius:0;
	border-color:#ddd;
	-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;
}
@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 {
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	line-height:20px;
	font-style:normal;
	font-weight:500 !important;
	text-transform:lowercase;
	text-decoration:none;
	padding:8px 15px;
	position:relative;
	letter-spacing:0;
	background:#ff6666;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	height:44px;
	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;
}
input[type="submit"].btn-primary:hover, input[type="reset"].btn-primary:hover {
	color:#fff;
	background:#293038;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s 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 {
	color:#606060;
	font-size:13x;
	line-height:22px;
	font-weight:300;
	margin:0;
	padding:9px 14px;
	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;
}
.extra_map {
	position:relative;
	margin:0 auto;
}
@media (max-width: 767px) {
	.extra_map { margin:0 -20px; }
}
.infomap {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	margin:0 auto;
	display:block;
	background:url(images/patternmap.png) repeat;
}
.infomap p {
	margin:0;
	color:#fff;
}
.infomap .map_txt1 {
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-size:49px;
	line-height:50px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin:86px 0 19px;
}
@media (max-width: 767px) {
	.infomap .map_txt1 {
		font-size:38px;
		line-height:40px;
		margin:30px 0 19px;
	}
}
.infomap .map_txt2 {
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:27px;
	font-weight:300;
	color:#FFF;
	margin:0 auto 32px;
	max-width:185px;
}
@media (max-width: 767px) {
	.infomap .map_txt2 {
		font-size:18px;
		line-height:27px;
		margin:0 auto 10px;
	}
}
.infomap .map_txt3_1, .infomap .map_txt4_1 {
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:27px;
	font-weight:300;
	color:#FFF;
	margin-bottom:5px;
}
@media (max-width: 767px) {
	.infomap .map_txt3_1, .infomap .map_txt4_1 {
		font-size:12px;
		line-height:20px;
	}
}
.infomap .map_txt3_1 span, .infomap .map_txt4_1 span {
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-size:28px;
	line-height:27px;
	font-weight:300;
	color:#FFF;
}
@media (max-width: 767px) {
	.infomap .map_txt3_1 span, .infomap .map_txt4_1 span {
		font-size:14px;
		line-height:20px;
	}
}
#map {
	height:388px !important;
	margin:0;
}
@media (max-width: 767px) {
	#map { height:250px !important; }
}
#map #map_content { padding-top:0; }
#map img { max-width:none !important; }
.extrastyle_1 { margin-top:0; }
.extrastyle_1 .dropcap {
	font-family:'Roboto', sans-serif;
	font-size:49px;
	line-height:49px;
	font-style:normal;
	background:transparent;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	background:#ff6666;
	border-radius:500px;
	padding-top:10px;
	margin:0 29px 20px 0;
	width:70px;
	height:60px;
}
.extrastyle_1 p {
	line-height:19px;
	margin-bottom:32px;
}
.extrastyle_1 h3 {
	margin-top:6px;
	margin-bottom:15px;
}
.extrastyle_1 .btn.btn-primary {
	float:right;
	overflow:hidden;
	margin-top:0;
	margin-bottom:33px;
}
@media (min-width: 1200px) {
	.extrastyle_1 .btn.btn-primary { margin-top:-15px; }
}
.hero-unit.extraherounit_2 {
	text-align:center;
	background:transparent !important;
	border-radius:0;
	padding:59px 0 54px;
	margin:0;
}
@media (min-width: 1200px) {
	.hero-unit.extraherounit_2 { padding:59px 70px 54px; }
}
.hero-unit.extraherounit_2 h1 {
	font-family:'Roboto', sans-serif;
	font-size:49px;
	line-height:42px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#ff6666;
	margin:0 0 40px;
	padding:0;
	letter-spacing:0;
	text-align:center;
}
@media (max-width: 767px) {
	.hero-unit.extraherounit_2 h1 {
		font-size:40px;
		line-height:44px;
		margin:0 0 10px;
	}
}
.hero-unit.extraherounit_2 p {
	font-family:'Roboto', sans-serif;
	font-size:27px;
	line-height:38px;
	font-style:normal;
	font-weight:300;
	color:#3d4752;
	margin:0;
	padding:0;
	width:auto;
	text-align:center;
}
@media (max-width: 767px) {
	.hero-unit.extraherounit_2 p {
		font-size:20px;
		line-height:24px;
	}
}
@media (max-width: 480px) {
	.hero-unit.extraherounit_2 p {
		font-size:14px;
		line-height:20px;
	}
}
.hero-unit.extraherounit_1 {
	text-align:center;
	background:transparent !important;
	border-radius:0;
	padding:114px 70px 113px;
	margin:0;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.hero-unit.extraherounit_1 { padding:114px 20px 113px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extraherounit_1 { padding:80px 0; }
}
@media (max-width: 767px) {
	.hero-unit.extraherounit_1 { padding:30px 20px; }
}
.hero-unit.extraherounit_1 h1 {
	font-family:'Roboto', sans-serif;
	font-size:99px;
	line-height:80px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#ff6666;
	margin:0 0 30px;
	padding:0;
	letter-spacing:0;
	text-align:center;
}
@media (max-width: 767px) {
	.hero-unit.extraherounit_1 h1 {
		font-size:40px;
		line-height:44px;
		margin:0 0 10px;
	}
}
.hero-unit.extraherounit_1 p {
	font-family:'Roboto', sans-serif;
	font-size:50px;
	line-height:64px;
	font-style:normal;
	font-weight:300;
	color:#fff;
	margin:0 0 44px;
	padding:0;
	width:auto;
	text-align:center;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.hero-unit.extraherounit_1 p {
		font-size:40px;
		line-height:54px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extraherounit_1 p {
		font-size:30px;
		line-height:44px;
	}
}
@media (max-width: 767px) {
	.hero-unit.extraherounit_1 p {
		font-size:20px;
		line-height:24px;
	}
}
@media (max-width: 480px) {
	.hero-unit.extraherounit_1 p {
		font-size:14px;
		line-height:20px;
	}
}
.hero-unit.extraherounit_1 .btn-align .btn.btn-primary {
	font-family:'Roboto', sans-serif;
	font-size:19px;
	line-height:20px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	padding:9px 25px 9px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	float:none;
	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;
}
.hero-unit.extraherounit_1 .btn-align .btn.btn-primary:before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	bottom:0;
	right:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	border-radius:0;
	background:#3d4752;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.hero-unit.extraherounit_1 .btn-align .btn.btn-primary:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	overflow:0;
	border-radius:0;
	background:#ff6666;
	z-index:-2;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.hero-unit.extraherounit_1 .btn-align .btn.btn-primary:hover {
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.hero-unit.extraherounit_1 .btn-align .btn.btn-primary:hover:after {
	background:#ff6666;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.hero-unit.extraherounit_1 .btn-align .btn.btn-primary: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;
}
.posts-grid.extra_team { text-align:center; }
.posts-grid.extra_team li {
	text-align:center;
	position:relative;
	margin-bottom:40px;
}
.posts-grid.extra_team li .featured-thumbnail {
	margin:0 auto 22px;
	border-radius:500px;
	overflow:hidden;
	float:none !important;
	max-width:127px;
}
.posts-grid.extra_team li .featured-thumbnail a span:after {
	border-radius:500px;
	overflow:hidden;
}
.posts-grid.extra_team li .excerpt {
	color:#fff;
	line-height:18px;
}
.posts-grid.extra_team li h5 {
	margin:0 0 8px;
	text-align:center;
}
.posts-grid.extra_team li h5 a {
	font-family:'Roboto', sans-serif;
	font-style:normal;
	font-weight:700 !important;
	font-size:21px;
	line-height:22px;
	text-transform:capitalize;
	color:#fff;
}
.posts-grid.extra_team li h5 a:hover { color:#ff6666; }
.extrabox_1 {
	background:transparent;
	text-align:center;
}
.extrabox_1:before, .extrabox_1:after { display:none !important; }
.extrabox_1 h2 {
	color:#fff;
	padding:94px 0 53px;
}
.extrabox_1 .btn.btn-primary {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	font-style:normal;
	text-transform:lowercase;
	color:#fff;
	padding:10px 10px 15px;
	margin:10px 0 95px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	float:none;
	display:inline-block;
	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;
}
.extrabox_1 .btn.btn-primary:before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	bottom:0;
	right:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	border-radius:0;
	background:#3d4752;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.extrabox_1 .btn.btn-primary:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	overflow:0;
	border-radius:0;
	background:#ff6666;
	z-index:-2;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.extrabox_1 .btn.btn-primary:hover {
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.extrabox_1 .btn.btn-primary:hover:after {
	background:#ff6666;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.extrabox_1 .btn.btn-primary: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;
}
.service-box.extraservice_1 {
	position:relative;
	overflow:visible;
	min-height:20px;
	padding:15px 0;
	margin-bottom:79px;
	background-color:transparent;
	border:none;
	box-shadow:none;
	z-index:2;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (max-width: 979px) and (min-width: 768px) {
	.service-box.extraservice_1 { min-height:250px; }
}
.service-box.extraservice_1:after {
	position:absolute;
	background:#ff6666;
	left:0;
	right:0;
	height:0;
	bottom:50%;
	height:0;
	margin-left:-15px;
	margin-right:-15px;
	content:"";
	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;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.service-box.extraservice_1:after {
		margin-left:-10px;
		margin-right:-10px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.service-box.extraservice_1:after {
		margin-left:-10px;
		margin-right:-10px;
	}
}
@media (max-width: 767px) {
	.service-box.extraservice_1:after {
		margin-left:-30px;
		margin-right:-30px;
	}
}
.service-box.extraservice_1:before {
	position:absolute;
	background:#293038;
	left:0;
	right:0;
	height:0;
	bottom:50%;
	height:0;
	margin-left:-15px;
	margin-right:-15px;
	content:"";
	z-index:-1;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.service-box.extraservice_1:before {
		margin-left:-10px;
		margin-right:-10px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.service-box.extraservice_1:before {
		margin-left:-10px;
		margin-right:-10px;
	}
}
@media (max-width: 767px) {
	.service-box.extraservice_1:before {
		margin-left:-30px;
		margin-right:-30px;
	}
}
@media (max-width: 767px) {
	.service-box.extraservice_1 { margin-bottom:30px; }
}
.service-box.extraservice_1:hover:after {
	height:100%;
	bottom:0;
	background:#293038;
	-webkit-transition:all 0.55s ease;
	-moz-transition:all 0.55s ease;
	-o-transition:all 0.55s ease;
	transition:all 0.55s ease;
}
.service-box.extraservice_1:hover:before {
	height:100%;
	bottom:5px;
	background:#ff6666;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.service-box.extraservice_1:hover h2, .service-box.extraservice_1:hover h5, .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 .icon {
	float:left;
	position:relative;
	z-index:1;
}
.service-box.extraservice_1 .service-box_body { overflow:hidden; }
.service-box.extraservice_1 .icon {
	float:left;
	margin:0 19px 10px 0;
	position:relative;
	overflow:hidden;
	display:block;
	border-radius:0;
	z-index:1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.service-box.extraservice_1 h2 {
	font-family:'Roboto', sans-serif;
	font-size:22px;
	line-height:22px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#1b1b1b;
	margin:13px 0 9px;
	text-align:left;
	padding:0;
	overflow:hidden;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1 h5 {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:18px;
	font-style:normal;
	font-weight:500 !important;
	text-transform:uppercase;
	color:#606060;
	margin:0;
	padding:0;
	margin:0 0 10px;
	overflow:hidden;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1 .service-box_txt {
	margin-bottom:14px;
	line-height:19px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box.extraservice_1 .btn-align { text-align:right; }
.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;
}
.pagination__posts {
	margin:30px 0 20px;
	text-align:center;
}
#sidebar { padding-top:34px; }
.widget { margin-bottom:58px; }
.widget h3 {
	font-family:'Roboto', sans-serif;
	font-size:22px;
	line-height:22px;
	font-style:normal;
	font-weight:700 !important;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#1b1b1b;
	margin-top:27px;
	margin-bottom:22px !important;
}
.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:10px;
	text-transform:uppercase;
}
.widget ul li a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:700 !important;
	color:#ff6666;
	text-transform:uppercase;
	-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:#293038;
	-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:11px;
	height:14px;
	top:5px;
	margin-right:5px;
	position:relative;
	background:url(images/bullet1.png) 0px 0 no-repeat;
}
.widget .post-list { margin-bottom:0px; }
.widget .post-list li {
	overflow:hidden;
	padding-top:25px;
	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:'Roboto', sans-serif;
	font-size:21px;
	line-height:24px;
	font-weight:700 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	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:#ff6666;
	-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 .extra-wrap {
	background:#fff;
	padding:21px 29px 30px;
}
.widget .post-list time {
	display:block;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:300;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#606060;
	margin-bottom:10px;
	margin-top:8px;
}
.widget .post-list time:before {
	text-align:left;
	position:relative;
	font-family:'FontAwesome';
	font-size:13px;
	line-height:14px;
	speak:none;
	content:"\f073";
	color:#ff6666;
	margin-right:10px;
	text-indent:0 !important;
}
.widget .post-list .excerpt {
	text-transform:none;
	margin-bottom:19px;
}
.widget .post-list .btn.btn-primary.link {
	float:right;
	overflow:hidden;
}
.widget .post-list .featured-thumbnail {
	margin:5px 0 0 0;
	float:none;
	background:#fff;
}
.widget .post-list .featured-thumbnail img { box-sizing:border-box; }
@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:0 0 20px 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:26px;
	box-shadow:none;
	box-sizing:border-box;
	padding:0;
	border:none;
}
.widget .comments-custom_txt {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:300;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#606060;
	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:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:300 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#606060;
	text-decoration:none;
}
.widget .comments-custom_txt a:hover {
	color:#ff6666;
	text-decoration:none;
}
.widget .comments-custom_h_author {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:300;
	font-style:normal;
	text-shadow:none;
	color:#606060;
	text-shadow:none;
	text-transform:capitalize;
	margin-bottom:0;
	margin-top:13px;
}
.widget .comments-custom_h_author:before {
	text-align:left;
	position:relative;
	font-family:'FontAwesome';
	font-size:13px;
	line-height:14px;
	speak:none;
	content:"\f007";
	color:#ff6666;
	margin-right:10px;
	text-indent:0 !important;
}
.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:'Roboto', sans-serif;
	font-size:21px;
	line-height:24px;
	font-weight:700 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#606060;
	margin-bottom:0;
	margin-top:22px;
}
.widget .comments-custom_h_title a:before { display:none; }
.widget .comments-custom_h_title a:hover {
	color:#ff6666;
	text-decoration:none;
}
.widget .comments-custom_h_author:first-letter { text-transform:uppercase; }
.widget .comments-custom time {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:300;
	font-style:normal;
	text-shadow:none;
	color:#606060;
	text-transform:none;
	margin-top:8px;
	margin-bottom:0;
	display:block;
}
.widget .comments-custom time:before {
	text-align:left;
	position:relative;
	font-family:'FontAwesome';
	font-size:13px;
	line-height:14px;
	speak:none;
	content:"\f073";
	color:#ff6666;
	margin-right:10px;
	text-indent:0 !important;
}
.widget .comments-custom i {
	font-size:16px;
	margin-right:.5em;
	color:#999;
	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:#ff6666;
}
.widget .flex-direction-nav .flex-next {
	right:0;
	margin:-46px 0 0;
	color:#ff6666;
}
.widget #wp-calendar td {
	padding:6px 0;
	border:none;
	text-align:center;
}
.widget #wp-calendar td#today {
	background-color:#293038;
	color:#ff6666;
}
.widget #wp-calendar caption {
	margin-bottom:5px;
	padding:4px 0;
	color:#ff6666;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.widget #wp-calendar thead th {
	padding:7px 0;
	color:#ff6666;
	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 #searchform .search-form_it {
	border:1px solid #e5e5e5;
	width:90%;
}
.widget #searchform .search-form_is { margin:8px 0 0 0; }
.widget .banner_wrapper img { max-width:100%; }
.footer {
	border-top:none;
	padding:44px 0 30px;
	margin:0;
	background:transparent;
	text-align:center;
}
.footer .footer-text {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	text-align:center;
	font-style:normal;
	text-shadow:none;
	color:#7b7979;
	margin:6px 0 0 0;
	float:none;
}
.footer .footer-text a {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	font-style:normal;
	text-shadow:none;
	color:#7b7979;
	margin-top:22px;
}
@media (max-width: 767px) {
	.footer .footer-text a {
		text-align:left;
		margin-left:0;
	}
}
.footer .footer-text a:hover { color:#ff6666; }
@media (max-width: 767px) {
	.footer .footer-text {
		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.footer-nav {
	float:none !important;
	margin:20px 0 6px;
	overflow:hidden;
	position:relative;
	display:block;
	width:100%;
}
nav.footer-nav ul {
	margin:0;
	padding:0;
	float:none;
	display:inline-block;
}
nav.footer-nav ul .sub-menu { display:none; }
nav.footer-nav ul li {
	float:left;
	text-align:left;
	margin:0;
	padding:0 20px 0 28px;
	list-style-type:none;
	background:url(images/bullet1.png) left center no-repeat;
}
nav.footer-nav ul li:first-child { background:transparent; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { display:inline; }
}
@media (max-width: 767px) {
	nav.footer-nav ul li {
		background:transparent;
		padding:0 2px 4px;
	}
}
nav.footer-nav ul li a {
	text-align:left;
	font-size:14px !important;
	font-weight:700 !important;
	text-transform:uppercase;
	text-decoration:none;
	color:#404340 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
@media (max-width: 767px) {
	nav.footer-nav ul li a { font-size:11px !important; }
}
nav.footer-nav ul li a:hover {
	color:#ff6666 !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 {
	text-decoration:none;
	color:#ff6666 !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:42px;
	height:42px;
	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:#ff6666 url(images/up-arrow.png) center 12px no-repeat; }
#back-top span {
	display:block;
	margin-bottom:10px;
	width:42px;
	height:42px;
	background:#293038 url(images/up-arrow.png) center 12px 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;
}
.zoom-icon:after {
	position:absolute;
	content:"";
	left:50%;
	top:50%;
	width:0%;
	height:0%;
	text-align:center;
	background:url(images/patternwhite1.png) center center repeat;
	border-radius:0;
	z-index:0;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.zoom-icon:before {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin:0;
	width:0px;
	height:0px;
	background:url(images/magnify-alt2.png) 50% 50% no-repeat;
	content:"";
	border-radius:0;
	overflow:hidden;
	z-index:2;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	-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 {
	width:50px;
	height:50px;
	margin:-25px 0 0 -25px;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.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;
	-webkit-transition:0.35s;
	-moz-transition:0.35s;
	-o-transition:0.35s;
	transition:0.35s;
}
.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;
}
.wpcf7-form p.field {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	vertical-align:top;
}
.wpcf7-form p.field input {
	margin:0;
	font-size:12px;
	border:none;
	padding:13px 14px;
	width:100%;
	height:48px;
	color:#606060 !important;
	line-height:20px;
	-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:12px;
	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:12px;
	color:#606060 !important;
	overflow:auto;
	margin:0;
	padding:13px 14px;
	width:100%;
	height:200px;
	line-height:20px;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
}
.wpcf7-form textarea:-moz-placeholder { color:#606060; }
.wpcf7-form textarea:-ms-input-placeholder { color:#606060; }
.wpcf7-form textarea::-webkit-input-placeholder { color:#606060; }
.wpcf7-form .submit-wrap {
	margin:0;
	padding:0;
}
.wpcf7-form .submit-wrap input {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	font-style:normal;
	text-transform:lowercase;
	color:#FFF;
	padding:3px 10px 4px;
	position:relative;
	letter-spacing:0;
	background:#293038;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	height:28px;
	-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 {
	background:#ff6666 !important;
	-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:11px 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;
}
.search-form .btn.btn-primary {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	font-style:normal;
	text-transform:lowercase;
	color:#FFF;
	padding:3px 10px 4px;
	position:relative;
	letter-spacing:0;
	background:#293038;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	height:28px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.search-form .btn.btn-primary:hover {
	background:#ff6666 !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s 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:'Roboto', sans-serif;
	font-size:12px;
	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:'Roboto', sans-serif;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	width:92%;
	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:29px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
