
html {
	}
	
body {
	font-family: 'Open Sans', sans-serif !important;
	}
	
h1 {
	font: normal 30px/32px ;
	color: #202f77;
	}
	
h2 {
	font: normal 30px/32px ;
	color: #202f77;
	}
	
h3 {
	font: normal 24px/24px ;
	color: #202F77;
	}
	
h4 {
	font: normal 18px/24px ;
	color: #ff781d;
	}
	
h5 {
	font: normal 14px/20px ;
	color: #3a4755;
	}
	
h6 {
	font: normal 18px/24px ;
	color: #202f77;
	}
	
.headerbg {
	background: url(images/hdr-bg.png) no-repeat top right #FFF;
	}
	
.logo{transition: all 0.5s ease 0s;}
	
.menu_holder::after {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: none;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -1400px;
    position: absolute;
    top: 0;
    width: 3000px;
    z-index: -1;
}
	
nav{ position:relative; background:#36c8f1; }
nav:before{
	background:#36c8f1 !important;
    box-shadow: none;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -1400px;
    position: absolute;
    top: 0;
    width: 3000px;
    z-index: -1;
	}

	
 @media (max-width: 767px) {
body {
	padding-left: 0 !important;
	padding-right: 0 !important;
	}
	
	}
	
.slider_off {
	background: transparent;
	min-height: 0;
	position: relative;
	}
	
.content-holder {
	background: #fff;
	padding-bottom: 0;
	}
	
 @media (max-width: 767px) {
.content-holder {
	padding: 0 20px;
	}
	
	}
	
.main-holder {
	overflow: hidden;
	padding: 0;
	}
	
.slider_off {
	background: transparent;
	min-height: 0;
	position: relative;
	}
	
.thumbnail, .featured-thumbnail {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	}
	
.home .content-holder {
	padding-bottom: 0;
	}
	
address {
	margin-bottom: 20px;
	}
	
.hr {
	background: #dfe2e4;
	}
	
.ie8 .testimonials.extra_testi1 .testi-item {
	width: 290px;
	}
	
.ie8 .posts-grid.extragrid_3 li .featured-thumbnail {
	width: 100px;
	}
	
.ie8 .video_preview.featured-thumbnail {
	width: 480px;
	}
	
.ie8 #commentform textarea {
	max-width: 590px;
	min-width: 590px;
	width: 590px;
	}
	
.ie8 .posts-grid img, .ie8 .post__holder img, .ie8 .post_wrapper img {
	max-width: none !important;
	}
	
a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	}
	
a:hover {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	}
	
p {
	margin: 0 0 32px;
	}
	
h1 {
	text-transform: uppercase;
	}
	
h2 {
	font-weight: 700 !important;
	margin: 0;
	padding: 50px 0 36px;
	text-align: center;
	text-transform: uppercase;
	}
	
 @media (max-width: 767px) {
h2 {
	font-size: 22px !important;
	line-height: 24px !important;
	}
	
	}
	
h3 {
	font-weight: 700 !important;
	margin: 0 0 28px;
	}
	
h4 {
	font-weight: 400 !important;
	margin: 0 0 14px;
	padding: 0;
	text-transform: uppercase;
	}
	
h5 {
	font-weight: 400 !important;
	margin: 0 0 25px;
	padding: 0;
	text-transform: uppercase;
	}
	
h6 {
	font-weight: 700 !important;
	margin: 0 0 25px;
	padding: 0;
	}
	
.btn.btn-primary {
	background: transparent;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 18px;
	outline: medium none;
	overflow: hidden;
	padding: 11px 26px 9px;
	position: relative;
	text-shadow: none;
	text-transform: none;
	transition: all 0.4s ease 0s;
	z-index: 1;
	}
	
.btn.btn-primary:before {
	background: #000;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 0;
	z-index: -1;
	}
	
.btn.btn-primary:after {
	background: #27384a;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 100%;
	z-index: -2;
	}
	
.btn.btn-primary:hover {
	color: #fff;
	background: #000;
	transition: all 0.2s ease 0s;
	}
	
.btn.btn-primary:hover:after {
	background: #000;
	transition: all 0.8s ease 0s;
	}
	
.btn.btn-primary:hover:before {
	left: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	}
	
.header {
	border-bottom: medium none;
	padding: 0;
	position: relative;
	z-index: 99;
	}
	
.header_block1 {
	position: relative;
	text-align: right;
	float: right;
	color: #000000;
	font-size: 37px;
	line-height: 37px;
	text-align: center;
	top: 80px;
	width: 393px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #e6e6e6;
	border: solid 1px #cbcbcb;
	z-index: -999999;
	padding: 20px;
	}
	
 @media (max-width: 767px) {
.header_block1 {
	margin: 20px;
	text-align: left;
	}
	
	}
	
.header .social-nets-wrapper {
	display: inline-block;
	margin: 17px 15px 0 0;
	position: relative;
	}
	
.header .social li {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 11px 5px;
	overflow: visible;
	}
	
 @media (max-width: 767px) {
.header .social li {
	margin: 0 5px 5px;
	}
	
	}
	
.header .social li a {
	background: transparent !important;
	color: #acacac;
	display: inline-block;
	overflow: visible;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	}
	
.header .social li a i {
	color: #acacac;
	font-size: 23px;
	transition: all 0.3s ease 0s;
	}
	
 @media (max-width: 767px) {
.header .social li a i {
	font-size: 20px;
	}
	
	}
	
.header .social li a:hover {
	background: transparent !important;
	transition: all 0.3s ease 0s;
	}
	
.header .social li a:hover i {
	color: #ff781d;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	}
	
.support-wrapper {
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: top;
	}
	
 @media (max-width: 490px) {
.support-wrapper {
	display: block;
	margin: 20px 0 0;
	position: relative;
	}
	
	}
	
.support1 {
	font-size: 12px;
	line-height: 18px;
	}
	
.support1 span {
	color: #ff781d;
	}
	
.support1 strong {
	color: #ff781d;
	}
	
.support1 img {
	bottom: 0;
	left: 20px;
	position: absolute;
	}
	
 @media (max-width: 490px) {
.support1 img {
	left: 5px;
	}
	
	}
	
.support_head {
	border: 1px solid #dadada;
	border-radius: 4px;
	display: block;
	padding: 21px 25px 17px 92px;
	position: relative;
	}
	
 @media (max-width: 490px) {
.support_head {
	padding: 21px 10px 17px 60px;
	}
	
	}
	
.help-wrapper {
	padding: 22px 0 20px;
	text-align: right;
	}
	
 @media (max-width: 979px) and (min-width: 768px) {
.help-wrapper {
	padding: 10px 0;
	}
	
	}
	
 @media (max-width: 767px) {
.help-wrapper {
	padding: 0 20px 10px;
	}
	
	}
	
.help1 {
	font-size: 12px;
	line-height: 18px;
	}
	
.help1 span {
	color: #fff;
	font-size: 10px;
	margin: 0 2px;
	position: relative;
	}
	
 @media (max-width: 979px) and (min-width: 768px) {
.help1 span {
	display: none;
	}
	
	}
	
.help1 a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	}
	
 @media (max-width: 979px) and (min-width: 768px) {
.help1 a {
	display: inline-block;
	}
	
	}
	
.help1 a:hover {
	color: #202f77;
	}
	
.isStuck {
	box-sizing: border-box;
	max-width: 1170px;
	padding: 0;
	}
	
 @media (max-width: 1200px) and (min-width: 979px) {
.isStuck {
	max-width: 940px;
	padding: 0;
	}
	
.isStuck .sf-menu {
	padding: 0;
	}
	
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.isStuck {
	max-width: 724px;
	padding: 0;
	}
	
.isStuck .sf-menu {
	padding: 0;
	}
	
	}
	
 @media (max-width: 767px) {
.isStuck {
	position: relative !important;
	top: 0 !important;
	}
	
	}
	
.isStuck.nav:after {
	background: #1ba0cc;
	box-shadow: 0 1px 4px 1px #000;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -1400px;
	position: absolute;
	top: 0;
	width: 3000px;
	z-index: -3;
	}
	
 @media (max-width: 767px) {
.isStuck.nav:after {
	display: none;
	}
	
	}
	
.isStuck .sf-menu > li > a, .isStuck .sf-menu > li:first-child > a {
	transition: all 0.4s ease 0s;
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.isStuck .sf-menu > li > a, .isStuck .sf-menu > li:first-child > a {
	padding-bottom: 0;
	padding-top: 0;
	}
	
	}
	
.logo {
	background: transparent;
	display: inline-block;
	float: left;
	line-height: 0;
	margin: 0;
	padding: 30px 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: auto;
	}
	
 @media (max-width: 979px) and (min-width: 768px) {
.logo {
	width: auto;
	}
	
	}
	
 @media (max-width: 767px) {
.logo {
	float: none;
	max-width: 90%;
	padding: 20px;
	}
	
	}
	
.logo .logo_tagline {
	display: none;
	}
	
.logo .logo_h__txt {
	max-width: none;
	}
	
.logo .logo_h__txt a {
	color: #1ba0cc;
	}
	
.logo .logo_h__txt a:hover {
	color: #1ba0cc;
	}
	
.logo .logo_h__txt a:focus {
	color: #1ba0cc;
	text-decoration: none !important;
	}
	
.logo .logo_h__txt .logo_link {
	background: transparent;
	border: medium none;
	border-radius: 400px;
	color: #1ba0cc;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	max-width: 220px;
	padding: 0 0 6px;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	}
	
.sf-menu, .sf-menu * {
	float: right;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	}
	
.menu_holder {
	position: relative;
	}

	
.nav__primary {
	margin-bottom: 0;
	padding: 0;
	}
	

	
 @media (min-width: 1200px) {
.nav__primary {
	margin-right: 86px;
	}
	
	}
	
 @media (max-width: 767px) {
.nav__primary {
	padding-left: 20px !important;
	padding-right: 20px !important;
	}
	
	}
	
.sf-menu {
	display: table;
	float: none;
	line-height: 1;
	margin-bottom: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
	}
	
.sf-menu ul {
	background: #202f77;
	display: none;
	margin-left: -5px;
	margin-top: 0;
	padding: 20px 10px 20px 15px;
	position: absolute;
	top: 126px;
	width: 120px;
	}
	
.sf-menu ul ul {
	background: #ff781d;
	margin-left: 10px;
	}
	
.sf-menu ul ul:before {
	content: "";
	display: block;
	height: 9px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 5px;
	}
	
.sf-menu {
	margin: 0;
	transition: all 0.2s ease 0s;
	}
	
.sf-menu > li:first-child {
	text-align: center;
	}
	
 @media (min-width: 1200px) {
.sf-menu > li:first-child {
	width: 95px;
	}
	
	}
	
.sf-menu > li {
	background: transparent;
	display: table-cell;
	float: none;
	padding: 0;
	text-align: center;
	}
	
.sf-menu > li > a {
	background: transparent;
	border: medium none;
	bottom: 0;
	color: #fff !important;
	float: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400 !important;
	letter-spacing: 0;
	margin: 0;
	max-height: 67px;
	padding: 20px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: bottom;
	}
	
.sf-menu > li > a:after {
	background-color: #c8dbe9;
	bottom: 0;
	content: "";
	height: 50%;
	position: absolute;
	right: 0;
	transition: all 0.4s ease 0s;
	width: 0;
	z-index: -1;
	}
	
.sf-menu > li > a:before {
	background-color: #c8dbe9;
	content: "";
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.6s ease 0s;
	width: 0;
	z-index: -1;
	}
	
.sf-menu > li > a.sf-with-ul {
	padding: 20px 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 {
	background: transparent;
	color: #36c8f1 !important;
	transition: all 0.3s ease 0s;
	}
	
.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 {
	background-color: #c8dbe9;
	content: "";
	color: #1087a3;
	left: 0;
	position: absolute;
	transition: all 0.35s ease 0s;
	width: 100%;
	}
	
.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 {
	background-color: #c8dbe9;
	content: "";
	left: 0;
	color: #1087a3;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 100%;
	}
	
.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;
	transition: all 0s ease 0s;
	}
	
.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: #ff781d;
	transition: all 0.3s ease 0s;
	}
	
.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: #1087a3;
	transition: all 0.3s ease 0s;
	}
	
.sf-menu li .desc {
	display: block;
	font-size: 0.9em;
	}
	
.sf-menu li li {
	background: transparent;
	display: block;
	margin-bottom: 0;
	text-align: center;
	}
	
.sf-menu li li:first-child a {
	border-top: medium none;
	}
	
.sf-menu li li a {
	background: transparent;
	border: medium none;
	color: #fff;
	display: block;
	float: none;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400 !important;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	}
	
.sf-menu li li a.sf-with-ul {
	padding: 5px 0;
	}
	
.sf-menu li li a .sf-sub-indicator {
	display: inline;
	margin-right: -24px !important;
	position: absolute;
	top: 11px;
	transition: all 0s ease 0s;
	}
	
.sf-menu li li li a {
	background: transparent;
	border: medium none;
	color: #fff;
	display: block;
	float: none;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400 !important;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	}
	
.sf-menu li li li a.sf-with-ul {
	padding: 5px 0;
	}
	
.sf-sub-indicator {
	background: url("images/arrows-ffffff.png") no-repeat scroll -10px -100px rgba(0, 0, 0, 0);
	margin-right: -6px !important;
	right: 50%;
	top: 39px;
	transition: all 0s ease 0s;
	}
	
.select-menu {
	background-color: #fff;
	border-radius: 0;
	cursor: pointer;
	display: none;
	height: 35px;
	margin: 0;
	outline: medium none;
	padding: 5px;
	width: 100%;
	}
	
.select-menu option {
	cursor: pointer;
	padding: 5px;
	}
	
.select-menu option.main_item {
	font-weight: bold;
	}
	
 @media (max-width: 1200px) and (min-width: 979px) {
.sf-sub-indicator {
	margin-right: -5px !important;
	top: 45px;
	}
	
	}
	
 @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;
	padding-right: 0;
	text-align: center;
	}
	
.sf-menu > li:first-child {
	background: transparent;
	}
	
.sf-menu {
	margin-right: 0;
	padding: 0;
	}
	
.sf-sub-indicator {
	margin-right: -6px !important;
	top: 45px;
	}
	
	}
	
 @media (max-width: 800px) {
	.headerbg{ background-size:60 % auto; }
	div#slider_wrapper ul.flex-direction-nav li a.flex-next{ right: 44%; }
	div#slider_wrapper ul.flex-direction-nav li a.flex-prev{left: 44%;}
 }
 @media (max-width: 767px) {

.nav {
	margin:0;
	padding:10px 0;
	}
	
.headerbg{ background-size:38% auto; }
.pseudoStickyBlock{ height:0 !important; }
	
	}
	
.extrabox_7 {
	background: url("images/patternbox_3.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 0;
	padding: 41px 0 23px;
	}
	
.extrabox_7:before, .extrabox_7:after {
	background: url("images/patternbox_3.jpg") repeat scroll 0 0 transparent;
	}
	
.extrabox_7 h2 {
	padding: 49px 0 57px;
	}
	
.extrabox_6 {
	background: url("images/patternbox_2.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 0;
	padding: 62px 0 44px;
	}
	
.extrabox_6:before, .extrabox_6:after {
	background: url("images/patternbox_2.jpg") repeat scroll 0 0 transparent;
	}
	
.extrabox_6 h2 {
	font-size: 30px;
	line-height: 40px;
	padding: 25px 0 49px;
	}
	
.extrabox_6 h3 a {
	color: #ff781d;
	}
	
.extrabox_6 h3 a:hover {
	color: #1ba0cc;
	}
	
.extrabox_6 p {
	color: #9f9f9f;
	margin-bottom: 49px;
	}
	
.testimonials.extra_testi1 .testi-item {
	background: rgba(0, 0, 0, 0);
	float: left;
	margin: 0 0 0 30px;
	overflow: hidden;
	padding-bottom: 2em;
	width: 370px;
	}
	
 @media (max-width: 1200px) and (min-width: 979px) {
.testimonials.extra_testi1 .testi-item {
	width: 290px;
	}
	
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.testimonials.extra_testi1 .testi-item {
	width: 220px;
	}
	
	}
	
 @media (max-width: 767px) {
.testimonials.extra_testi1 .testi-item {
	float: none;
	margin: 0 0 40px;
	width: 100%;
	}
	
	}
	
.testimonials.extra_testi1 .testi-item:first-child {
	margin: 0;
	}
	
 @media (max-width: 767px) {
.testimonials.extra_testi1 .testi-item:first-child {
	float: none;
	margin: 0 0 40px;
	width: 100%;
	}
	
	}
	
.testimonials.extra_testi1 .testi-item blockquote {
	background: padding-box #fcfcfc;
	border: medium none;
	border-radius: 0;
	display: block;
	margin: 0;
	padding: 24px 30px;
	position: relative;
	}
	
.testimonials.extra_testi1 .testi-item blockquote:before {
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fcfcfc;
	bottom: -20px;
	content: "";
	display: block;
	height: 0;
	left: 30px;
	position: absolute;
	width: 0;
	}
	
.testimonials.extra_testi1 .testi-item blockquote:after {
	display: none;
	}
	
.testimonials.extra_testi1 .testi-item blockquote > a {
	color: #9f9f9f;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	z-index: 2;
	}
	
.testimonials.extra_testi1 .testi-item blockquote > a:hover {
	color: #ff781d;
	}
	
.testimonials.extra_testi1 .testi-item .featured-thumbnail {
	height: 60px;
	margin: 0 20px 0 10px;
	position: relative;
	width: 60px;
	z-index: 2;
	}
	
.testimonials.extra_testi1 .testi-item .testi-meta {
	font-size: 1em;
	padding-left: 0;
	padding-top: 33px;
	}
	
.testimonials.extra_testi1 .testi-item .testi-meta .user {
	background: transparent;
	color: #3a4755;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 20px;
	text-transform: uppercase;
	}
	
.testimonials.extra_testi1 .testi-item .testi-meta .user:after {
	display: none;
	}
	
.testimonials.extra_testi1 .testi-item .testi-meta .testi-url {
	background: transparent;
	color: #ff781d;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 20px;
	text-transform: none;
	}
	
.testimonials.extra_testi1 .testi-item .testi-meta .testi-url:hover {
	color: #3a4755;
	}
	
.testimonials.extra_testi1 .testi-item .testi-meta .info {
	display: none;
	}
	
.extrabox_5 {
	background: url("images/patternbox_3.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 40px;
	padding: 41px 0 18px;
	}
	
.extrabox_5:before, .extrabox_5:after {
	background: url("images/patternbox_3.jpg") repeat scroll 0 0 transparent;
	}
	
.extrabox_5 h2 {
	padding: 49px 0 57px;
	}
	
.extrabox_5 h2 em {
	color: #576779;
	display: block;
	font-size: 24px;
	font-style: normal;
	}
	
.extrabox_5 p {
	margin: 0 0 26px;
	}
	
.extrabox_5 .extra-wrap {
	padding: 0 30px;
	text-align: center;
	}
	
 @media (max-width: 767px) {
.extrabox_5 .extra-wrap {
	padding: 0 0 30px;
	}
	
	}
	
.extrabox_5 .video_preview.featured-thumbnail {
	background: #fff;
	box-sizing: border-box;
	padding: 8px;
	}
	
.extrabox_5 .video_preview > div {
	padding: 0;
	}
	
.extrastyle_4 h5 {
	color: #ff781d;
	line-height: 23px;
	margin-bottom: 22px;
	margin-top: 17px;
	}
	
.extrastyle_4 h5 a {
	color: #ff781d;
	}
	
.extrastyle_4 h5 a:hover {
	color: #1ba0cc;
	}
	
.extrastyle_4:hover .extraicon_1 {
	background: #1ba0cc;
	transition: all 0.3s ease 0s;
	}
	
.extrabox_4 {
	background: url("images/patternbox_2.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 0;
	padding: 62px 0 53px;
	}
	
.extrabox_4:before, .extrabox_4:after {
	background: url("images/patternbox_2.jpg") repeat scroll 0 0 transparent;
	}
	
.extrabox_4 h2 {
	font-size: 30px;
	line-height: 40px;
	padding: 25px 0 59px;
	}
	
.extrabox_4 .hr {
	margin: 19px 0 62px;
	overflow: hidden;
	}
	
.extrabox_4 h5 {
	margin-bottom: 23px;
	margin-top: 20px;
	}
	
.extrabox_4 h6 {
	margin: 36px 0 32px;
	}
	
.extrabox_4 h4 {
	margin-left: 5px;
	}
	
.extrabox_4 p {
	color: #949393;
	line-height: 21px;
	}
	
.extrabox_4 .btn.btn-primary {
	margin: 0 0 39px;
	}
	
.extrabox_4 .extraicon_1 {
	background: #202f77;
	border-radius: 400px;
	margin: 2px 18px 10px 0;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
	}
	
.extrabox_3 {
	background: url("images/patternbox_3.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 40px;
	padding: 1px 0 43px;
	}
	
.extrabox_3:before, .extrabox_3:after {
	background: url("images/patternbox_3.jpg") repeat scroll 0 0 transparent;
	}
	
.extrabox_3 h2 {
	padding: 49px 0 53px;
	}
	
.extrabox_3 h2 em {
	color: #576779;
	display: block;
	font-size: 24px;
	font-style: normal;
	}
	
.extrabox_3 p {
	margin: 0 0 26px;
	}
	
.extrabox_3 .extra-wrap {
	padding: 0 30px;
	text-align: center;
	}
	
 @media (max-width: 767px) {
.extrabox_3 .extra-wrap {
	padding: 0 0 30px;
	}
	
	}
	
.extrabox_3 .video_preview > div {
	padding: 0;
	}
	
.extrabox_3 .video_preview > div a {
	border: 8px solid #fff;
	}
	
.title {
	text-align: center;
	}
	
.title-section {
	background: #fff;
	padding: 0 0 21px;
	position: relative;
	text-align: center;
	z-index: 10;
	}
	
.title-section:before {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	}
	
.title-section:after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	z-index: 1;
	}
	
.title-header {
	-moz-hyphens: auto;
	color: #202f77;
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 82px 0 22px;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
	}
	
.title-header:before {
	display: none;
	}
	
.title a {
	color: #202f77;
	}
	
.title-desc {
	color: #202f77;
	display: block;
	font-size: 11px;
	}
	
.single .post__holder .featured-thumbnail.thumbnail {
	border: 8px solid #fff;
	margin-bottom: 15px;
	margin-top: 0;
	}
	
.featured-thumbnail.large {
	border: 8px solid #fff;
	}
	
.post__holder .post-header .post-title {
	display: block;
	margin-bottom: 0 !important;
	padding-bottom: 51px;
	padding-top: 50px;
	}
	
.post__holder .post-header .post-title a {
	color: #202f77;
	text-transform: uppercase;
	}
	
.post__holder .post-header .post-title a:hover {
	color: #ff781d;
	}
	
.breadcrumb__t {
	-moz-hyphens: auto;
	background: transparent;
	border: medium none;
	border-radius: 0;
	margin: 0 0 55px;
	padding: 0;
	text-transform: none !important;
	word-wrap: break-word;
	}
	
.breadcrumb__t li {
	color: #1ba0cc;
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	text-shadow: none;
	text-transform: capitalize;
	}
	
.breadcrumb__t li.active {
	color: #949393;
	}
	
.breadcrumb__t li.divider {
	background-color: transparent;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	text-shadow: none;
	}
	
.breadcrumb__t li.divider:after {
	color: #949393;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px !important;
	line-height: 16px;
	margin: 0 20px;
	position: relative;
	top: 0;
	}
	
.breadcrumb__t li a {
	color: #1ba0cc;
	}
	
.breadcrumb__t li a:hover {
	color: #949393;
	}
	
.pagination.pagination__posts {
	margin-bottom: 50px;
	}
	
.post_content h3 {
	margin: 0 0 21px !important;
	}
	
.post__holder .featured-thumbnail.thumbnail {
	display: inline-block;
	margin-bottom: 26px;
	margin-top: 6px;
	}
	
.post_wrapper .featured-thumbnail.thumbnail img {
	width: 100%;
	}
	
.post_wrapper .post-title {
	letter-spacing: 0;
	margin-bottom: 0 !important;
	padding-bottom: 22px;
	padding-top: 13px;
	}
	
.post_wrapper .post-title a {
	color: #ff781d;
	transition: all 0.3s ease 0s;
	}
	
.post_wrapper .post-title a:hover {
	color: #9f9f9f;
	transition: all 0.3s ease 0s;
	}
	
.post_meta {
	border: medium none;
	color: #9f9f9f;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0 0 6px;
	text-transform: none;
	}
	
.post_meta i {
	color: #1ba0cc !important;
	font-size: 15px !important;
	padding-right: 5px !important;
	}
	
.post_meta div[class^="post_"] {
	color: #9f9f9f;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-right: 19px;
	padding: 3px 0 1px;
	text-transform: none !important;
	}
	
 @media (max-width: 767px) {
.post_meta div[class^="post_"] {
	display: block;
	}
	
	}
	
.post_meta div[class^="post_"] a {
	color: #9f9f9f;
	text-transform: none !important;
	transition: all 0.2s ease 0s;
	}
	
.post_meta div[class^="post_"] a:hover {
	color: #ff781d;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	}
	
.post_meta div[class^="post_"] .post_author a {
	color: #9f9f9f !important;
	text-transform: capitalize !important;
	}
	
.post_meta div[class^="post_"] .post_author a:hover {
	color: #ff781d !important;
	}
	
.post_meta div[class^="post_"] .post-date {
	color: #9f9f9f !important;
	cursor: default;
	}
	
.post_meta div[class^="post_"] .post-date time {
	color: #9f9f9f;
	}
	
.post_meta div[class^="post_"] .post-date span {
	color: inherit;
	}
	
.post_meta div[class^="post_"] .icon-bookmark a {
	color: #9f9f9f;
	text-transform: none !important;
	transition: all 0.2s ease 0s;
	}
	
.post_meta div[class^="post_"] .icon-bookmark a:hover {
	color: #ff781d;
	transition: all 0.2s ease 0s;
	}
	
.post_meta div[class^="post_"] .post_comment {
	color: inherit;
	}
	
.post_meta div[class^="post_"] .post_comment a {
	color: #9f9f9f;
	}
	
.post_meta div[class^="post_"] .post_comment a:hover {
	color: #ff781d;
	}
	
.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: #9f9f9f;
	}
	
.post_meta div[class^="post_"] .post_category a:hover {
	color: #ff781d;
	}
	
.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 0s;
	}
	
.post_meta div[class^="post_"] .animation_item {
	position: absolute;
	right: 0;
	top: 0;
	}
	
.post_meta div[class^="post_"] a {
	text-transform: none !important;
	}
	
.post_meta > div.post_meta_unite {
	border-top: 1px solid #e9e9e8;
	display: block;
	margin-top: 0.5em;
	padding-top: 0.5em;
	}
	
.post_meta > div.post_meta_unite:first-child {
	border-top: medium 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 {
	color: #ff781d;
	font-size: 16px;
	margin-right: 0;
	padding-right: 0.5em;
	}
	
.post_meta .pull-right {
	padding-left: 15px;
	padding-right: 0;
	}
	
.post_meta hr {
	margin: 0.5em 0;
	}
	
.share-buttons {
	height: 21px;
	margin-bottom: 51px;
	margin-top: 19px;
	padding: 10px 0;
	width: 100%;
	}
	
.post-author {
	background-color: transparent;
	border: medium none;
	margin-bottom: 10px !important;
	padding: 0 0 12px;
	}
	
.post-author_h {
	color: #202f77;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 34px;
	margin-bottom: 47px !important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 26px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	}
	
.post-author_h:before {
	display: none;
	}
	
.post-author_h small {
	color: #202f77;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 34px;
	text-transform: uppercase;
	}
	
.post-author_h a {
	color: #202f77;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	}
	
.post-author_h a:hover {
	color: #ff781d;
	transition: all 0.2s ease 0s;
	}
	
.post-author_link {
	color: #202f77;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 22px;
	margin-top: 16px;
	text-transform: none;
	}
	
.post-author_link p {
	color: #202f77;
	font-size: 13px;
	font-weight: 400 !important;
	margin-bottom: 0;
	margin-top: 0;
	}
	
.post-author_link p a {
	color: #ff781d;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	}
	
.post-author_link p a:hover {
	color: #1ba0cc;
	transition: all 0.2s ease 0s;
	}
	
.post-author_link a {
	color: #202f77;
	transition: all 0.2s ease 0s;
	}
	
.post-author_link a:hover {
	color: #1ba0cc;
	transition: all 0.2s ease 0s;
	}
	
.post-author_gravatar {
	float: left;
	margin: 9px 30px 0 0;
	}
	
.post-author_gravatar img {
	background: #fff;
	border: 0 none;
	padding: 0;
	}
	
.post-author_desc {
	line-height: 21px;
	margin-bottom: 6px;
	margin-top: 58px !important;
	}
	
 @media (min-width: 1200px) {
.post-author_desc {
	overflow: hidden;
	}
	
	}
	
#recent-author-posts {
	margin-bottom: 3em;
	}
	
.related-posts {
	margin: 0 0 2em;
	overflow: hidden;
	}
	
.related-posts_h {
	color: #202f77;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 34px;
	margin-bottom: 56px !important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 37px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	}
	
.related-posts_list {
	font-size: 0;
	margin: 0 0 0 -4%;
	padding: 0;
	}
	
.related-posts_item {
	background: transparent;
	color: #ff781d;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 20px;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 4%;
	overflow: hidden;
	padding: 0;
	text-transform: none;
	transition: all 0.3s ease 0s;
	vertical-align: top;
	width: 21%;
	}
	
.related-posts_item a {
	background: transparent;
	color: #ff781d;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	}
	
.related-posts_item *:hover {
	color: #1ba0cc;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	}
	
.related-posts_item h5 {
	background: transparent;
	color: #ff781d;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	}
	
.related-posts_item h5 a {
	background: transparent;
	color: #ff781d;
	font-size: 13px;
	line-height: 20px;
	}
	
.related-posts_item h5 a:hover {
	color: #1ba0cc;
	}
	
.related-posts .featured-thumbnail {
	float: none;
	margin: 0 0 32px;
	overflow: visible;
	}
	
.related-posts .featured-thumbnail a {
	border: 8px solid #fff;
	}
	
 @media (max-width: 480px) {
.related-posts_item {
	width: 46%;
	}
	
	}
	
.comments-h {
	color: #202f77;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 34px;
	margin-bottom: 46px !important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 62px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	}
	
.comment-holder .pagination {
	display: none;
	}
	
.comment-list .reply a:hover {
	color: #fff;
	}
	
.comment .children {
	margin: 0 0 9px 50px;
	}
	
.comment .comment-body {
	background: transparent !important;
	border: medium none;
	margin-bottom: 56px;
	margin-top: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	}
	
.comment-author {
	float: left;
	margin: 0 30px 0 0;
	}
	
.comment-author .author {
	color: #9f9f9f;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 20px;
	padding-top: 23px;
	text-align: left;
	text-transform: capitalize;
	width: 80px;
	}
	
.comment-author .author:before {
	color: #1ba0cc;
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	line-height: 14px;
	margin-right: 8px;
	position: relative;
	text-align: left;
	text-indent: 0 !important;
	}
	
.comment .comment-body p {
	color: #949393;
	line-height: 21px;
	margin-bottom: 9px;
	margin-top: 3px;
	}
	
.extra2 {
	margin-top: 0;
	}
	
 @media (max-width: 1200px) and (min-width: 979px) {
.extra2 {
	margin-top: 0;
	}
	
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.extra2 {
	margin-top: 0;
	}
	
	}
	
 @media (max-width: 767px) {
.extra2 {
	margin-top: 0;
	}
	
	}
	
.commentmetadata {
	color: #9f9f9f;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 20px;
	margin-right: 73px;
	margin-top: 5px;
	position: relative;
	text-transform: none;
	}
	
 @media (max-width: 460px) {
.commentmetadata {
	float: none;
	margin: 5px 0;
	}
	
	}
	
.commentmetadata:before {
	color: #1ba0cc;
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	line-height: 14px;
	margin-right: 8px;
	position: relative;
	text-align: left;
	text-indent: 0 !important;
	}
	
.comment-body .reply {
	float: right;
	margin-left: 14px;
	margin-top: 3px;
	padding-right: 0;
	}
	
 @media (max-width: 460px) {
.comment-body .reply {
	float: none;
	margin: 5px 0;
	}
	
	}
	
.comment-body .reply a {
	background: #202f77;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700 !important;
	letter-spacing: 0;
	line-height: 20px;
	outline: medium none;
	overflow: hidden;
	padding: 9px 26px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	z-index: 1;
	}
	
.comment-body .reply a:hover {
	background: #1ba0cc;
	color: #fff;
	transition: all 0.2s ease 0s;
	}
	
#respond form .btn {
	float: right;
	letter-spacing: 0;
	margin-bottom: 40px;
	margin-top: 30px;
	}
	
#commentform label {
	display: none !important;
	margin-top: 29px;
	}
	
#nsu-checkbox {
	display: inline-block !important;
	margin-bottom: 0;
	top: 10px;
	}
	
#nsu-checkbox #nsu-checkbox-label #nsu-checkbox-input {
	margin: 0;
	}
	
#respond {
	box-sizing: border-box;
	margin-bottom: 100px;
	padding-top: 0;
	}
	
#respond h3 {
	color: #202f77;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 34px;
	margin-bottom: 56px !important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	}
	
#commentform {
	overflow: hidden;
	}
	
#commentform p {
	margin-bottom: 11px;
	}
	
#commentform p.field {
	margin-bottom: 22px;
	}
	
#commentform label {
	display: block;
	}
	
#commentform input[type="text"] {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #949393;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 48px;
	line-height: 22px;
	margin: 0;
	padding: 16px 20px 15px;
	width: 370px;
	}
	
#commentform input[type="text"]:focus {
	border: medium none;
	box-shadow: none;
	}
	
#commentform textarea {
	border: medium none #ddd;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #949393;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 338px;
	line-height: 22px;
	margin-bottom: 0 !important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-width: 765px;
	min-width: 87%;
	overflow: auto;
	padding: 16px 20px 15px;
	width: 100%;
	}
	
.children #commentform textarea {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 100px;
	width: 100%;
	}
	
#commentform textarea:focus {
	border: medium none;
	box-shadow: none;
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
#commentform textarea {
	box-sizing: border-box;
	height: 52px;
	max-width: 97%;
	min-width: 97%;
	width: 97%;
	}
	
	}
	
 @media (max-width: 767px) {
#commentform input[type="text"] {
	box-sizing: border-box;
	height: 52px;
	width: 97%;
	}
	
#commentform textarea {
	box-sizing: border-box;
	max-width: 97%;
	min-width: 97%;
	width: 97%;
	}
	
	}
	
input.btn-primary[type="submit"], input.btn-primary[type="reset"] {
	background: #202f77;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700 !important;
	height: 38px;
	letter-spacing: 0;
	line-height: 20px;
	outline: medium none;
	overflow: hidden;
	padding: 9px 26px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	z-index: 1;
	}
	
input.btn-primary[type="submit"]:hover, input.btn-primary[type="reset"]:hover {
	background: #1ba0cc;
	color: #fff;
	transition: all 0.2s ease 0s;
	}
	
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 {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	font-family: "Open Sans", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	outline: medium none;
	padding: 9px 14px;
	width: 288px;
	}
	
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: medium none;
	box-shadow: none;
	outline: medium none;
	}
	
.phone_style p {
	color: #ff781d !important;
	font-size: 18px;
	}
	
.address_style p {
	color: #262626 !important;
	font-size: 18px;
	}
	
.mail_style a {
	color: #3b4348;
	font-size: 18px;
	}
	
.mail_style a:hover {
	color: #ff781d;
	}
	
.extrastyle_3:after {
	background-color: #dfe2e4;
	content: "";
	height: 300px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 1px;
	}
	
 @media (max-width: 979px) and (min-width: 768px) {
.extrastyle_3:after {
	display: none;
	}
	
	}
	
 @media (max-width: 767px) {
.extrastyle_3:after {
	display: none;
	}
	
	}
	
.social_homepage h6 {
	color: #FFF;
	}
	
.social_homepage p a {
	color: #FFF;
	}
	
.social_homepage ul {
	display: block;
	list-style: outside none none;
	margin-left: 0;
	overflow: hidden;
	position: relative;
	}
	
.social_homepage ul li {
	display: block;
	color: #FFF;
	}
	
.social_homepage ul li a {
	color: #FFF;
	}
	
.social_homepage ul li a img {
	margin-top: 2px;
	opacity: 1;
	transition: all 0.3s ease 0s;
	}
	
.social_homepage ul li a:hover {
	opacity: 0.5;
	transition: all 0.3s ease 0s;
	}
	
.extrastyle_2 .btn.btn-primary {
	margin: 30px 0 39px !important;
	}
	
.extrastyle_1 h5 {
	color: #ff781d;
	}
	
.extrastyle_1 h5 a {
	color: #ff781d;
	}
	
.extrastyle_1 h5 a:hover {
	color: #1ba0cc;
	}
	
.extrastyle_1:hover .extraicon_1 {
	background: #1ba0cc;
	transition: all 0.3s ease 0s;
	}
	
.extrabox_2 {
	background: url("images/patternbox_2.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 0;
	padding: 50px 0 50px;
	}
	
.extrabox_2:before, .extrabox_2:after {
	background: url("images/patternbox_2.jpg") repeat scroll 0 0 transparent;
	}
	
.extrabox_2 h2 {
	font-size: 30px;
	line-height: 40px;
	padding: 25px 0 0;
	}
	
.extrabox_2 h2 em {
	color: #576779;
	display: block;
	font-size: 24px;
	font-style: normal;
	}
	
.extrabox_2 .hr {
	margin: 19px 0 62px;
	overflow: hidden;
	}
	
.extrabox_2 h5 {
	margin-bottom: 23px;
	margin-top: 20px;
	}
	
.extrabox_2 h6 {
	margin: 20px 0px;
	}
	
.extrabox_2 h4 {
	margin-left: 5px;
	}
	
.extrabox_2 p {
	color: #949393;
	line-height: 21px;
	margin-bottom: 10px;
	}
	
.extrabox_2 .btn.btn-primary {
	margin: 0 0 39px;
	}
	
.extrabox_2 .extraicon_1 {
	background: #202f77;
	border-radius: 400px;
	margin: 2px 18px 10px 0;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
	}
	
.extrabox_1 {
	background: none #FFF !important;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
	padding: 31px 0 0;
	}
	
.extrabox_1:before, .extrabox_1:after {
	background: none #FFF !important;
	border-bottom: 1px solid #fff;
	}
	
.extrabox_1 h2 {
	font-size: 36px;
	line-height: 40px;
	padding: 49px 0 44px;
	}
	
.extrabox_1 h2 em {
	color: #576779;
	display: block;
	font-size: 24px;
	font-style: normal;
	}
	
.extrabox_1 .extra-wrap {
	padding: 0 30px;
	text-align: center;
	}
	
 @media (max-width: 767px) {
.extrabox_1 .extra-wrap {
	padding: 0 0 30px;
	}
	
	}
	
.filter-wrapper {
	float: none;
	margin-bottom: 15px;
	margin-top: 58px;
	text-align: center;
	}
	
.filter-wrapper strong {
	color: #949393;
	display: inline-block;
	float: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	padding: 0 20px 10px 0;
	text-align: center;
	text-transform: none;
	vertical-align: top;
	}
	
 @media (max-width: 767px) {
.filter-wrapper strong {
	background: transparent;
	font-size: 15px;
	margin: 0;
	padding: 0 10px 0 5px;
	}
	
	}
	
.filter-wrapper .nav {
	overflow: hidden;
	}
	
 @media (max-width: 767px) {
.filter-wrapper .nav {
	margin: 0;
	}
	
	}
	
 @media (max-width: 480px) {
.filter-wrapper .nav {
	margin: 0;
	}
	
	}
	
.filter-wrapper .pull-right {
	display: inline-block;
	float: none;
	text-align: center;
	}
	
.nav-pills li:first-child a {
	background-image: none;
	padding-left: 0;
	}
	
.nav-pills {
	display: inline-block;
	float: none;
	margin-bottom: 2px;
	text-align: center;
	}
	
.nav-pills li {
	color: #949393;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	text-transform: none;
	}
	
.nav-pills li a {
	background: url("images/pillsimg.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
	color: #949393;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	margin: 0 22px 20px 0;
	padding: 0 0 0 24px;
	position: relative;
	text-transform: none;
	transition: all 0.2s ease 0s;
	white-space: nowrap;
	}
	
 @media (max-width: 767px) {
.nav-pills li a {
	background: transparent;
	font-size: 15px;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
	}
	
.nav-pills li a:hover, .nav-pills li a:focus {
	background-color: transparent !important;
	color: #1ba0cc;
	transition: all 0.2s ease 0s;
	}
	
.nav-pills li:hover a, .nav-pills li:focus a {
	background-color: transparent !important;
	color: #1ba0cc;
	transition: all 0.2s ease 0s;
	}
	
.nav-pills li.active a {
	background-color: transparent;
	color: #1ba0cc !important;
	position: relative;
	transition: all 0.2s ease 0s;
	}
	
.nav-pills li.active a:hover {
	background-color: transparent;
	color: #1ba0cc;
	transition: all 0.2s ease 0s;
	}
	
.filterable-portfolio {
	margin: 0 -10px;
	overflow: hidden;
	position: relative;
	visibility: hidden;
	}
	
.filterable-portfolio .portfolio_item {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0 0 60px;
	padding: 0 10px;
	width: 0;
	}
	
.filterable-portfolio .portfolio_item .thumbnail.thumbnail__portfolio {
	background: #fff;
	box-sizing: border-box;
	padding: 8px;
	}
	
.filterable-portfolio .portfolio_item.nomargin {
	margin-right: 0;
	}
	
.filterable-portfolio .portfolio_item_holder {
	overflow: hidden;
	}
	
.filterable-portfolio .portfolio_item_holder .caption__portfolio {
	background: transparent;
	border: medium none;
	box-sizing: border-box;
	padding: 25px 0 10px;
	text-align: left;
	transition: all 0.3s ease 0s;
	}
	
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 {
	margin: 0 0 10px;
	padding: 0;
	}
	
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 a {
	color: #ff781d;
	margin-bottom: 0 !important;
	}
	
.filterable-portfolio .portfolio_item_holder .caption__portfolio h3 a:hover {
	color: #1ba0cc;
	}
	
.filterable-portfolio .portfolio_item_holder .caption__portfolio .excerpt {
	margin-bottom: 0 !important;
	transition: all 0.2s ease 0s;
	}
	
.filterable-portfolio .portfolio_item_holder .caption__portfolio p .btn.btn-primary {
	display: none;
	}
	
.testimonial {
	background: #fff;
	border: 1px solid #f3f3f4;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 35px;
	margin-top: 40px;
	padding: 30px;
	position: relative;
	}
	
.testimonial_bq {
	border: medium none;
	margin: 0;
	padding: 0;
	}
	
.testimonial_content p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.testimonial .featured-thumbnail {
	height: 80px;
	width: 80px;
	}
	
	}
	
.testimonial small {
	color: #ff781d;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.list.styled.custom-list {
	margin: 4px 0 46px;
	}
	
 @media (max-width: 767px) {
.list.styled.custom-list {
	margin-bottom: 30px;
	}
	
	}
	
.list.styled.custom-list ul li {
	line-height: 0;
	margin-bottom: 9px;
	margin-top: 0;
	}
	
.list.styled.custom-list ul li a {
	color: #5b5b5b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 21px;
	padding-left: 30px;
	text-transform: none;
	transition: all 0.2s ease 0s;
	}
	
.list.styled.custom-list ul li a:hover {
	color: #ff781d;
	transition: all 0.2s ease 0s;
	}
	
.list.styled.custom-list ul li:before {
	background: url("images/icon_acrobat.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 18px;
	position: absolute;
	top: 0;
	width: 16px;
	}
	
.list.styled.check-list {
	margin-bottom: 26px;
	}
	
 @media (max-width: 767px) {
.list.styled.check-list {
	margin-bottom: 30px;
	}
	
	}
	
.list.styled.check-list ul li {
	margin-bottom: 6px;
	margin-top: 0;
	}
	
.list.styled.check-list ul li a {
	color: #5b5b5b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 21px;
	text-transform: none;
	transition: all 0.2s ease 0s;
	}
	
.list.styled.check-list ul li a:hover {
	color: #ff781d;
	transition: all 0.2s ease 0s;
	}
	
.list.styled.check-list ul li:before {
	background: url("images/bullet2.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 14px;
	margin-right: 2px;
	position: relative;
	top: 10px;
	width: 9px;
	}
	
.list.styled.circle-arrow-list {
	margin-bottom: 82px;
	}
	
 @media (max-width: 767px) {
.list.styled.circle-arrow-list {
	margin-bottom: 30px;
	}
	
	}
	
.list.styled.circle-arrow-list ul li {
	margin-bottom: 0;
	margin-top: 0;
	}
	
.list.styled.circle-arrow-list ul li a {
	color: #949393;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 21px;
	text-transform: none;
	transition: all 0.2s ease 0s;
	}
	
.list.styled.circle-arrow-list ul li a:hover {
	color: #55cbeb;
	transition: all 0.2s ease 0s;
	}
	
.list.styled.circle-arrow-list ul li:before {
	background: url("images/bullet1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 14px;
	margin-right: 2px;
	position: relative;
	top: 7px;
	width: 11px;
	}
	
.posts-grid.extragrid_3 {
	margin: 0;
	}
	
.posts-grid.extragrid_3 li {
	margin-bottom: 65px;
	text-align: left;
	}
	
.posts-grid.extragrid_3 li .featured-thumbnail {
	border: 8px solid #fff;
	box-shadow: none;
	float: left;
	margin: 0 30px 29px 0;
	}
	
 @media (max-width: 1200px) and (min-width: 979px) {
.posts-grid.extragrid_3 li .featured-thumbnail {
	width: 100px;
	}
	
	}
	
 @media (max-width: 979px) and (min-width: 768px) {
.posts-grid.extragrid_3 li .featured-thumbnail {
	float: none;
	width: 80%;
	}
	
	}
	
 @media (max-width: 767px) {
.posts-grid.extragrid_3 li .featured-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
	width: 120px;
	}
	
	}
	
 @media (max-width: 360px) {
.posts-grid.extragrid_3 li .featured-thumbnail {
	float: none;
	margin: 0 0 20px;
	width: 120px;
	}
	
	}
	
.posts-grid.extragrid_3 li .featured-thumbnail img {
	width: 100%;
	}
	
.posts-grid.extragrid_3 h3 {
	margin: 0;
	}
	
.posts-grid.extragrid_3 h3 a {
	color: #ff781d;
	}
	
.posts-grid.extragrid_3 h3 a:hover {
	color: #1ba0cc;
	}
	
.posts-grid.extragrid_3 p {
	margin: 0;
	}
	
.posts-grid.extragrid_3 .extra-wrap {
	line-height: 21px;
	}
	
.posts-grid.extragrid_3 .extra-wrap .btn.btn-primary {
	margin-top: 20px;
	}
	
.posts-grid.extragrid_3 h5 {
	margin: 8px 0 16px;
	}
	
.posts-grid.extragrid_3 h5 a {
	color: #3a4755;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	}
	
.posts-grid.extragrid_3 h5 a:hover {
	color: #ff781d;
	}
	
.posts-grid.extragrid_3 .btn.btn-primary {
	color: #202f77;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	}
	
.posts-grid.extragrid_3 .btn.btn-primary:before {
	background: #1ba0cc;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 0;
	z-index: -1;
	}
	
.posts-grid.extragrid_3 .btn.btn-primary:after {
	background: #fff;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 100%;
	z-index: -2;
	}
	
.posts-grid.extragrid_3 .btn.btn-primary:hover {
	color: #fff;
	transition: all 0.2s ease 0s;
	}
	
.posts-grid.extragrid_3 .btn.btn-primary:hover:after {
	background: #1ba0cc;
	transition: all 0.8s ease 0s;
	}
	
.posts-grid.extragrid_3 .btn.btn-primary:hover:before {
	left: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	}
	
.posts-grid.extragrid_3 .post_meta {
	border: medium none;
	margin: 0;
	padding: 0;
	}
	
.posts-grid.extragrid_3 .post_meta .post_date {
	color: #ff781d;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	}
	
.posts-grid.extragrid_3 .post_meta span[class^="post_"] {
	margin-right: 10px;
	}
	
.posts-grid.extragrid_3 .post_meta .post_category, .posts-grid.extragrid_3 .post_meta .post_author, .posts-grid.extragrid_3 .post_meta .post_comment {
	display: none;
	}
	
.posts-grid.extragrid_2 {
	margin: 4px 0 0;
	}
	
.posts-grid.extragrid_2 li {
	margin-bottom: 1px;
	text-align: center;
	}
	
 @media (max-width: 767px) {
.posts-grid.extragrid_2 li {
	margin-bottom: 60px;
	}
	
	}
	
.posts-grid.extragrid_2 li .featured-thumbnail {
	border: 8px solid #fff;
	box-shadow: none;
	margin: 0 0 29px;
	}
	
 @media (max-width: 767px) {
.posts-grid.extragrid_2 li .featured-thumbnail {
	float: none;
	margin: 0 auto 20px;
	width: 300px;
	}
	
	}
	
 @media (max-width: 360px) {
.posts-grid.extragrid_2 li .featured-thumbnail {
	width: 100%;
	}
	
	}
	
.posts-grid.extragrid_2 li .featured-thumbnail img {
	width: 100%;
	}
	
.posts-grid.extragrid_2 p {
	line-height: 21px;
	margin-bottom: 20px;
	padding: 0 20px;
	}
	
.posts-grid.extragrid_2 h5 {
	margin: 0 0 13px;
	}
	
.posts-grid.extragrid_2 h5 a {
	color: #3a4755;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	}
	
.posts-grid.extragrid_2 h5 a:hover {
	color: #ff781d;
	}
	
.posts-grid.extragrid_2 .btn.btn-primary {
	color: #202f77;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	}
	
.posts-grid.extragrid_2 .btn.btn-primary:before {
	background: #1ba0cc;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 0;
	z-index: -1;
	}
	
.posts-grid.extragrid_2 .btn.btn-primary:after {
	background: #fff;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 100%;
	z-index: -2;
	}
	
.posts-grid.extragrid_2 .btn.btn-primary:hover {
	color: #fff;
	transition: all 0.2s ease 0s;
	}
	
.posts-grid.extragrid_2 .btn.btn-primary:hover:after {
	background: #1ba0cc;
	transition: all 0.8s ease 0s;
	}
	
.posts-grid.extragrid_2 .btn.btn-primary:hover:before {
	left: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	}
	
.posts-grid.extragrid_2 .post_meta {
	border: medium none;
	margin: 0;
	padding: 0;
	}
	
.posts-grid.extragrid_2 .post_meta .post_date {
	color: #ff781d;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	}
	
.posts-grid.extragrid_2 .post_meta span[class^="post_"] {
	margin-right: 10px;
	}
	
.posts-grid.extragrid_2 .post_meta .post_category, .posts-grid.extragrid_2 .post_meta .post_author, .posts-grid.extragrid_2 .post_meta .post_comment {
	display: none;
	}
	
.posts-grid.extragrid_1 {
	margin: 21px 0 0;
	}
	
.posts-grid.extragrid_1 li {
	margin-bottom: 84px;
	text-align: center;
	}
	
.posts-grid.extragrid_1 li .featured-thumbnail {
	background: #FFF;
	padding: 7px;
	border: 1px solid #c1c1c1;
	box-shadow: none;
	margin: 0 0 29px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	}
	
 @media (max-width: 767px) {
.posts-grid.extragrid_1 li .featured-thumbnail {
	float: none;
	margin: 0 auto 20px;
	width: 300px;
	}
	
	}
	
 @media (max-width: 360px) {
.posts-grid.extragrid_1 li .featured-thumbnail {
	width: 100%;
	}
	
	}
	
.posts-grid.extragrid_1 li .featured-thumbnail img {
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
	
.posts-grid.extragrid_1 p {
	line-height: 21px;
	margin-bottom: 20px;
	padding: 20px 5px;
	min-height: 140px;
	}
	
.posts-grid.extragrid_1 h5 {
	margin: 0 0 13px;
	}
	
.posts-grid.extragrid_1 h5 a {
	color: #3a4755;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	}
	
.posts-grid.extragrid_1 h5 a:hover {
	color: #ff781d;
	}
	
.posts-grid.extragrid_1 .btn.btn-primary {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	}
	
.posts-grid.extragrid_1 .btn.btn-primary:before {
	background: #c8dbe9;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 0;
	z-index: -1;
	}
	
.posts-grid.extragrid_1 .btn.btn-primary:after {
	background: #57a0cd;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 100%;
	z-index: -2;
	}
	
.posts-grid.extragrid_1 .btn.btn-primary:hover {
	color: #fff;
	transition: all 0.2s ease 0s;
	}
	
.posts-grid.extragrid_1 .btn.btn-primary:hover:after {
	background: #202F77;
	transition: all 0.8s ease 0s;
	}
	
.posts-grid.extragrid_1 .btn.btn-primary:hover:before {
	left: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	}
	
.posts-grid.extragrid_1 .post_meta {
	border: medium none;
	margin: 0;
	padding: 0;
	}
	
.posts-grid.extragrid_1 .post_meta .post_date {
	color: #202F77;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	}
	
.posts-grid.extragrid_1 .post_meta span[class^="post_"] {
	margin-right: 10px;
	}
	
.posts-grid.extragrid_1 .post_meta .post_category, .posts-grid.extragrid_1 .post_meta .post_author, .posts-grid.extragrid_1 .post_meta .post_comment {
	display: none;
	}
	
.pagination__posts {
	margin: 30px 0 80px;
	text-align: center;
	}
	
#sidebar {
	padding-top: 62px;
	}
	
#sidebar h3 {
	margin: 27px 0 50px;
	}
	
.widget {
	margin-bottom: 79px;
	}
	
.widget h3 {
	color: #202f77;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 34px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	}
	
.widget ul {
	list-style: outside none none;
	margin-bottom: 15px;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	}
	
.widget ul ul {
	margin-left: 20px;
	margin-top: 10px;
	}
	
.widget ul li {
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
	}
	
.widget ul li a {
	color: #949393;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 18px;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	}
	
.widget ul li a:hover {
	color: #54c9ea;
	transition: all 0.2s ease 0s;
	}
	
.widget ul li:before {
	background: url("images/bullet1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 14px;
	margin-right: 2px;
	position: relative;
	top: 7px;
	width: 11px;
	}
	
.widget .post-list {
	margin-bottom: 0;
	}
	
.widget .post-list li {
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 51px;
	}
	
.widget .post-list li:before {
	display: none;
	}
	
.widget .post-list li:first-child {
	border: medium none;
	padding-top: 0;
	}
	
.widget .post-list_h {
	color: #3a4755;
	margin: 0 0 14px;
	}
	
.widget .post-list_h a {
	color: #3a4755;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 20px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	}
	
.widget .post-list_h a:hover {
	color: #ff781d;
	transition: all 0.2s ease 0s;
	}
	
.widget .post-list time {
	color: #9f9f9f;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 4px;
	margin-top: 8px;
	text-shadow: none;
	text-transform: none;
	}
	
.widget .post-list time:before {
	color: #1ba0cc;
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	line-height: 14px;
	margin-right: 8px;
	position: relative;
	text-align: left;
	text-indent: 0 !important;
	}
	
.widget .post-list .excerpt {
	color: #949393;
	line-height: 21px;
	margin-bottom: 10px;
	text-transform: none;
	}
	
.widget .post-list .featured-thumbnail {
	margin: 5px 30px 10px 0;
	}
	
.widget .post-list .featured-thumbnail img {
	background: #fff;
	box-sizing: border-box;
	padding: 8px;
	}
	
 @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 {
	background: rgba(0, 0, 0, 0);
	border-bottom: medium none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 53px;
	}
	
.widget .comments-custom li:before {
	display: none;
	}
	
.widget .comments-custom li:first-child {
	border-top: medium none;
	padding-top: 0;
	}
	
.widget .comments-custom .featured-thumbnail.thumbnail {
	border: medium none;
	box-shadow: none;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-top: 4px;
	padding: 0;
	}
	
.widget .comments-custom_txt {
	border-top: medium none;
	color: #9f9f9f;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 21px;
	margin-top: 10px;
	padding: 0;
	text-shadow: none;
	text-transform: none !important;
	}
	
.widget .comments-custom_txt a {
	color: #9f9f9f;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	}
	
.widget .comments-custom_txt a:hover {
	color: #ffc40d;
	text-decoration: none;
	}
	
.widget .comments-custom_h_author {
	color: #9f9f9f;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 7px;
	text-shadow: none;
	text-transform: capitalize;
	}
	
.widget .comments-custom_h_author:before {
	color: #1ba0cc;
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	line-height: 14px;
	margin-right: 8px;
	position: relative;
	text-align: left;
	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 {
	color: #3a4755;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 800 !important;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 22px;
	text-shadow: none;
	text-transform: uppercase;
	}
	
.widget .comments-custom_h_title a:before {
	display: none;
	}
	
.widget .comments-custom_h_title a:hover {
	color: #ff781d;
	text-decoration: none;
	}
	
.widget .comments-custom_h_author:first-letter {
	text-transform: uppercase;
	}
	
.widget .comments-custom time {
	color: #9f9f9f;
	display: block;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 8px;
	text-shadow: none;
	text-transform: none;
	}
	
.widget .comments-custom time:before {
	color: #1ba0cc;
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	line-height: 14px;
	margin-right: 8px;
	position: relative;
	text-align: left;
	text-indent: 0 !important;
	}
	
.widget .comments-custom i {
	float: left;
	font-size: 16px;
	margin-right: 0.5em;
	min-width: 15px;
	text-align: center;
	}
	
.widget .comments-custom .ladle {
	float: left;
	padding-right: 5px;
	}
	
.widget .comments-custom .meta_format {
	margin-bottom: 1px;
	margin-top: 0;
	}
	
.widget .flex-direction-nav .flex-prev {
	color: #ff781d;
	left: 0;
	margin: -46px 0 0;
	}
	
.widget .flex-direction-nav .flex-next {
	color: #ff781d;
	margin: -46px 0 0;
	right: 0;
	}
	
.widget #wp-calendar td {
	border: medium none;
	padding: 6px 0;
	text-align: center;
	}
	
.widget #wp-calendar td#today {
	background-color: #9f9f9f;
	color: #fff;
	}
	
.widget #wp-calendar caption {
	color: #ff781d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px 0;
	text-align: center;
	}
	
.widget #wp-calendar thead th {
	color: #ff781d;
	font-size: 14px;
	padding: 7px 0;
	text-align: center;
	}
	
.widget select {
	height: 40px;
	width: 100% !important;
	}
	
.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;
	}
	
.widget .banner_wrapper img {
	max-width: 100%;
	}
	
.footer {
	background: #FFF;
	border-top: medium none;
	padding:0;
	text-align: left;
	}
	
.footer .footer-text {

	float: none;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	text-align: center;
	text-shadow: none;
	text-transform: capitalize;
	}
	
.footer .footer-text .site-name {
	color: #fff;
	font-size: 18px !important;
	}
	
.footer .footer-text a {
	color: #88a1ad;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-top: 22px;
	text-shadow: none;
	text-transform: uppercase;
	}
	
 @media (max-width: 767px) {
.footer .footer-text a {
	font-size: 12px;
	}
	
	}
	
.footer .footer-text a:hover {
	color: #ff781d;
	}
	
 @media (max-width: 767px) {
.footer .footer-text {
	font-size: 12px;
	letter-spacing: 0;
	}
	
	}
	
 @media (max-width: 767px) {
.footer {
	padding: 30px 20px;
	}
	
	}
	
nav.footer-nav {
	display: block;
	float: none !important;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	}
	
 @media (max-width: 979px) and (min-width: 768px) {
nav.footer-nav {
	margin: 20px 0;
	}
	
	}
	
 @media (max-width: 767px) {
nav.footer-nav {
	margin: 20px 0;
	}
	
	}
	
nav.footer-nav ul {
	float: none;
	margin: 0;
	padding: 0;
	}
	
nav.footer-nav ul .sub-menu {
	display: none;
	}
	
nav.footer-nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 1px 48px 0 0;
	text-align: left;
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
nav.footer-nav ul li {
	display: inline;
	padding: 0 20px 0 0;
	}
	
	}
	
 @media (max-width: 767px) {
nav.footer-nav ul li {
	padding: 0 10px 0 0;
	}
	
	}
	
 @media (max-width: 480px) {
nav.footer-nav ul li {
	padding: 0 5px 0 0;
	}
	
	}
	
nav.footer-nav ul li a {
	color: #88a1ad !important;
	font-size: 10px !important;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	}
	
 @media (max-width: 480px) {
nav.footer-nav ul li a {
	font-size: 10px !important;
	}
	
	}
	
nav.footer-nav ul li a:hover {
	color: #fff !important;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	}
	
nav.footer-nav ul li.current-menu-item a {
	color: #fff !important;
	text-decoration: none;
	}
	
.zoom-icon {
	background: transparent !important;
	border-radius: 0;
	bottom: 0;
	cursor: pointer;
	display: block !important;
	left: 0;
	opacity: 1 !important;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible !important;
	}
	
.zoom-icon:after {
	background: url("images/patternwhite1.png") repeat scroll center center rgba(0, 0, 0, 0);
	border-radius: 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.55s ease 0s;
	width: 0;
	z-index: 0;
	}
	
.no-rgba .zoom-icon {
	display: none;
	visibility: hidden;
	}
	
.zoom-icon:before {
	background: url("images/magnify-alt2.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	border-radius: 0;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: rotate(90deg);
	transition: all 0.4s ease 0s;
	width: 0;
	z-index: 2;
	}
	
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	height: 46px;
	margin: -23px 0 0 -23px;
	transform: rotate(0deg);
	transition: all 0.4s ease 0s;
	width: 46px;
	}
	
.featured-thumbnail a:hover .zoom-icon:after, a.thumbnail:hover .zoom-icon:after, .thumbnail__portfolio a:hover .zoom-icon:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.35s ease 0s;
	width: 100%;
	}
	
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	border-radius: 0;
	overflow: hidden;
	visibility: visible;
	}
	
#back-top {
	display: none;
	}
	
#back-top-wrapper {
	bottom: -10px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	z-index: 199;
	}
	
#back-top a {
	border: medium none;
	border-radius: 400px;
	color: #bbb;
	display: block;
	font: 11px/100% Arial, Helvetica, sans-serif;
	height: 42px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 42px;
	}
	
#back-top a:hover span {
	background: url("images/up-arrow.png") no-repeat scroll center 12px #36c8f1;
	color: #FFF;
	}
	
#back-top span {
	background: url("images/up-arrow.png") no-repeat scroll center 12px #e1e1e1;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	transition: all 0.3s ease 0s;
	width: 42px;
	}
	
.wpcf7-form p.field {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	}
	
.wpcf7-form p.field input {
	border: medium none;
	box-sizing: border-box;
	color: #949393 !important;
	font-size: 12px;
	height: 48px;
	line-height: 20px;
	margin: 0;
	padding: 13px 14px;
	width: 100%;
	}
	
 .wpcf7-form p.field input:-moz-placeholder {
 color: #9f9f9f;
	}
	
.wpcf7-form p.field input[type="file"] {
	box-sizing: content-box;
	color: #9f9f9f !important;
	cursor: pointer;
	font-size: 12px;
	height: 25px;
	position: relative;
	}
	
 .wpcf7-form p.field input[type="file"]:-moz-placeholder {
 color: #9f9f9f;
	}
	
.wpcf7-form textarea {
	border: medium none;
	box-sizing: border-box;
	color: #949393 !important;
	font-size: 12px;
	height: 200px;
	line-height: 20px;
	margin: 0;
	overflow: auto;
	padding: 13px 14px;
	resize: none;
	width: 100%;
	}
	
 .wpcf7-form textarea:-moz-placeholder {
 color: #949393;
	}
	
.wpcf7-form .submit-wrap {
	margin: 0;
	padding: 0;
	}
	
.wpcf7-form .submit-wrap input {
	background: #202f77;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	height: 34px;
	letter-spacing: 0;
	line-height: 18px;
	outline: medium none;
	overflow: hidden;
	padding: 9px 20px 7px;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	z-index: 1;
	}
	
.wpcf7-form .submit-wrap input:hover {
	background: #ff781d !important;
	transition: all 0.3s ease 0s;
	}
	
span.wpcf7-form-control-wrap {
	display: block;
	}
	
.wpcf7-not-valid-tip {
	background: #f2dede !important;
	border: 1px solid #ddd !important;
	border-radius: 2px;
	bottom: 0 !important;
	box-sizing: border-box;
	color: #b94a48 !important;
	height: auto !important;
	left: 0 !important;
	padding: 11px 6px !important;
	position: absolute;
	right: 0 !important;
	top: 0 !important;
	width: auto !important;
	}
	
.error {
	color: #F00;
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.wpcf7-not-valid-tip {
	font-size: 11px !important;
	line-height: 14px;
	padding: 8px 6px !important;
	}
	
	}
	
div.wpcf7-response-output {
	background-color: #fcf8e3;
	border: 1px solid #ddd !important;
	border-radius: 0;
	color: #c09853;
	margin: 60px 0 !important;
	padding: 8px 35px 8px 14px !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	}
	
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 {
	background: #202f77;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	height: 34px;
	letter-spacing: 0;
	line-height: 18px;
	outline: medium none;
	overflow: hidden;
	padding: 9px 20px 7px;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	z-index: 1;
	}
	
.search-form .btn.btn-primary:hover {
	background: #ff781d !important;
	transition: all 0.2s ease 0s;
	}
	
.header .search-form form {
	margin-top: 90px;
	padding-right: 2px;
	position: relative;
	}
	
.search-form input[type="text"] {
	background: #fff;
	border: medium none;
	border-radius: 0;
	box-shadow: none !important;
	color: #949393;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	margin-top: 0;
	text-transform: capitalize;
	vertical-align: top;
	width: 90%;
	}
	
 @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"] {
	background: #fff;
	border: medium none;
	border-radius: 0;
	box-shadow: none !important;
	color: #949393;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	margin-top: 0;
	text-transform: capitalize;
	vertical-align: top;
	width: 92%;
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.sidebar .search-form_it {
	width: 130px;
	}
	
	}
	
.clearfix {
	}
	
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
	}
	
.clearfix:after {
	clear: both;
	}
	
.hide-text {
	background-color: transparent;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	text-shadow: none;
	}
	
.input-block-level {
	box-sizing: border-box;
	display: block;
	min-height: 34px;
	width: 100%;
	}
	
.ie8 .primaryCaption, .ie8 .secondaryCaption {
	background: #1ba0cc !important;
	margin-top: -106px;
	padding: 40px !important;
	}
	
#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 {
	background: #202f77;
	display: block;
	height: 686px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	transform: translateZ(0px);
	width: 100%;
	}
	
 @media (max-width: 1200px) and (min-width: 979px) {
.parallax-slider {
	height: 620px;
	}
	
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.parallax-slider {
	height: 500px;
	}
	
	}
	
 @media (max-width: 767px) {
.parallax-slider {
	height: 300px;
	}
	
	}
	
.parallax-slider .baseList {
	display: none;
	}
	
.parallax-slider #mainImageHolder {
	height: 150%;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	}
	
.parallax-slider #mainImageHolder .primaryHolder {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	}
	
.parallax-slider #mainImageHolder .primaryHolder img {
	max-width: inherit;
	position: absolute;
	}
	
.parallax-slider #mainImageHolder .secondaryHolder {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	}
	
.parallax-slider #mainImageHolder .secondaryHolder img {
	max-width: inherit;
	position: absolute;
	}
	
.parallax-slider #mainCaptionHolder {
	height: 150%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
	display:none;
	}
	
.parallax-slider #mainCaptionHolder .container {
	box-sizing: border-box;
	height: 107px;
	position: relative;
	top: 340px;
	}
	
.parallax-slider #mainCaptionHolder .container:after {
	background: transparent;
	bottom: 0 !important;
	content: "";
	height: 100%;
	left: 50%;
	margin-left: -1400px;
	position: absolute;
	width: 3000px;
	z-index: -1;
	}
	
 @media (max-width: 1200px) and (min-width: 979px) {
.parallax-slider #mainCaptionHolder .container {
	height: 107px;
	top: 250px;
	}
	
	}
	
 @media (min-width: 768px) and (max-width: 979px) {
.parallax-slider #mainCaptionHolder .container {
	height: 107px;
	top: 250px;
	}
	
	}
	
 @media (max-width: 767px) {
.parallax-slider #mainCaptionHolder .container {
	height: 100px;
	top: 130px;
	}
	
	}
	
.parallax-slider #mainCaptionHolder .container .primaryCaption, .parallax-slider #mainCaptionHolder .container .secondaryCaption {
	background: url("images/patternslider.png") repeat scroll 0 0 transparent;
	box-sizing: border-box;
	margin-top: -106px;
	padding: 56px 91px 38px 0;
	position: absolute;
	}
	
 @media (max-width: 580px) {
.parallax-slider #mainCaptionHolder .container .primaryCaption, .parallax-slider #mainCaptionHolder .container .secondaryCaption {
	margin-top: -60px;
	padding: 20px 20px 20px 0;
	}
	
	}
	
.parallax-slider #mainCaptionHolder .container .primaryCaption:before, .parallax-slider #mainCaptionHolder .container .secondaryCaption:before {
	background: url("images/patternslider.png") repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
	}
	
.parallax-slider #mainCaptionHolder .container h2 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-shadow: none;
	text-transform: none;
	}
	
 @media (max-width: 580px) {
.parallax-slider #mainCaptionHolder .container h2 {
	font-size: 24px;
	line-height: 28px;
	}
	
	}
	
.parallax-slider #mainCaptionHolder .container h2 strong {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 60px;
	margin-left: 80px;
	position: relative;
	}
	
 @media (max-width: 580px) {
.parallax-slider #mainCaptionHolder .container h2 strong {
	font-size: 34px;
	line-height: 38px;
	margin-left: 0;
	}
	
	}
	
.parallax-slider #mainCaptionHolder .container h2 br {
	line-height: 0;
	}
	
 @media (max-width: 767px) {
.parallax-slider #mainCaptionHolder .container h2 {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 28px;
	padding: 0 15px;
	width: inherit;
	}
	
	}
	
.parallax-slider #mainCaptionHolder .container h3 {
	color: #fff;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin: 8px 0;
	padding: 0;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	}
	
.parallax-slider #mainCaptionHolder .container h3 br {
	line-height: 0;
	}
	
 @media (max-width: 767px) {
.parallax-slider #mainCaptionHolder .container h3 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 20px;
	padding: 0 15px;
	width: inherit;
	}
	
	}
	
.parallax-slider #mainCaptionHolder .container p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	}
	
.parallax-slider #mainCaptionHolder .container .morebtn {
	background: #08c;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	padding: 8px 14px;
	transition: all 0.5s ease 0s;
	}
	
.parallax-slider #mainCaptionHolder .container .morebtn:hover {
	background: #363636;
	text-decoration: none;
	}
	
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
	opacity: 1;
	transform: scale(1);
	}
	
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity: 0;
	transform: scale(3);
	}
	
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
	opacity: 1;
	}
	
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity: 0;
	}
	
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
	opacity: 1;
	}
	
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity: 0;
	}
	
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity: 1;
	}
	
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity: 0;
	}
	
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
	opacity: 1;
	}
	
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity: 0;
	}
	
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity: 1;
	}
	
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
	opacity: 0;
	}
	
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
	opacity: 1;
	transform: scale(1);
	}
	
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity: 0;
	}
	
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity: 1;
	}
	
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	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;
	transform: scale(1);
	}
	
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity: 0;
	}
	
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
	opacity: 1;
	}
	
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity: 0;
	}
	
.parallax-slider .controlButtonBox {
	background: #fff;
	bottom: 0;
	display: block;
	float: none;
	height: 57px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
	}
	
.parallax-slider .controlBtn {
	bottom: 11px;
	cursor: pointer;
	display: block !important;
	height: 33px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 33px;
	z-index: 2;
	}
	
.parallax-slider .controlBtn .innerBtn {
	background: transparent;
	color: #fff;
	display: block;
	height: 33px;
	position: relative;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 33px;
	z-index: 1;
	}
	
.parallax-slider .controlBtn .slidesCounter {
	background: transparent;
	color: #fff;
	display: none;
	font-size: 16px;
	height: 70px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.23s ease 0s;
	width: 70px;
	}
	
.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 {
	background: url("images/sliderprev.png") no-repeat scroll left 0 transparent;
	content: "";
	height: 33px;
	transition: all 0.2s ease 0s;
	width: 33px;
	display: inline-block;
	}
	
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
	border-radius: 0;
	left: 0;
	}
	
.parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn {
	border-radius: 0;
	}
	
.parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn:before {
	background: url("images/sliderprev.png") no-repeat scroll right 0 transparent;
	content: "";
	height: 33px;
	transition: all 0.2s ease 0s;
	width: 33px;
	display: inline-block;
	}
	
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter {
	left: 100%;
	}
	
.parallax-slider .controlBtn.parallaxNextBtn {
	margin-right: -38px;
	right: 50%;
	}
	
.parallax-slider .controlBtn.parallaxNextBtn .innerBtn {
	border-radius: 400px;
	overflow: hidden;
	}
	
.parallax-slider .controlBtn.parallaxNextBtn .innerBtn:before {
	background: url("images/slidernext.png") no-repeat scroll left 0 transparent;
	content: "";
	height: 33px;
	transition: all 0.2s ease 0s;
	width: 33px;
	display: inline-block;
	}
	
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
	border-radius: 0;
	right: 0;
	}
	
.parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn {
	border-radius: 0;
	}
	
.parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn:before {
	background: url("images/slidernext.png") no-repeat scroll right 0 transparent;
	content: "";
	height: 33px;
	transition: all 0.2s ease 0s;
	width: 33px;
	display: inline-block;
	}
	
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter {
	right: 100%;
	}
	
.parallax-slider #paralaxSliderPagination {
	bottom: 84px;
	display: none !important;
	margin-right: -660px;
	position: absolute;
	right: 50%;
	text-align: center;
	width: 100px;
	z-index: 2;
	}
	
 @media (max-width: 1320px) {
.parallax-slider #paralaxSliderPagination {
	bottom: 84px;
	margin-right: 50px;
	right: 0;
	}
	
	}
	
 @media (max-width: 1200px) {
.parallax-slider #paralaxSliderPagination {
	bottom: 84px;
	margin-right: 50px;
	}
	
		}
	
	
 @media (max-width: 767px) {
.parallax-slider #paralaxSliderPagination {
	margin-right: 20px;
	top: 20px;
	}
	
	}
	
.parallax-slider #paralaxSliderPagination ul {
	list-style: outside none none;
	margin: 0;
	}
	
.parallax-slider #paralaxSliderPagination ul li {
	background-color: transparent;
	border-radius: 500px;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 0 3px;
	overflow: hidden;
	position: relative;
	transition: all 0.35s ease 0s;
	width: 14px;
	}
	
.parallax-slider #paralaxSliderPagination ul li:before {
	background: #ffc40d;
	border-radius: 500px;
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 0;
	z-index: 10;
	}
	
.parallax-slider #paralaxSliderPagination ul li:after {
	background: #fff;
	border-radius: 500px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: -2;
	}
	
.parallax-slider #paralaxSliderPagination ul li:hover:before {
	left: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	}
	
.parallax-slider #paralaxSliderPagination ul li.active:before {
	left: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	}
	
.parallax-slider #previewSpinner {
	background: url("images/spinner.gif") no-repeat scroll 50% 50% #fff;
	border-radius: 25px;
	display: block;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99;
	}
	
.FooterWrapper {
	border-top: 4px solid #c0c0c0;
	padding: 20px 0 0;
	background: url("images/bgpattern.jpg") repeat scroll 0 0 #273448;
	}
	
.FooterContacts {
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	padding-bottom: 20px;
	}
	
.FtrMap {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	}
	
.FtrMap i {
	font-size: 30px;
	position: relative;
	top: 5px;
	}
	
.FooterBorder:after {
	background-color: #dfe2e4;
	content: "";
	height: 238px;
	position: absolute;
	right: 0;
	top: 50px;
	transition: all 0.3s ease 0s;
	width: 1px;
	}
	
.FooterBg {
	background: url(images/footer-bg.png) no-repeat -40px 0px #17718b;
	}
	
 @media (max-width: 1050px) {
.FooterContacts {
	font-size: 24px;
	}
	
	}
	
 @media (max-width: 950px) {
.FooterContacts {
	font-size: 22px;
	}
	
	}
	
 @media only screen and (max-width: 800px) {
.FooterContacts {
	font-size: 22px;
	text-align: center;
	}
	
.FooterBorder:after {
	background-color: transparent;
	}
	
.posts-grid.extragrid_1 p {
	min-height: auto;
	}
	
	}
	
 @media only screen and (max-width: 640px) {
.FooterContacts {
	font-size: 22px;
	text-align: center;
	}
	
.FooterBorder:after {
	background-color: transparent;
	}
	
.posts-grid.extragrid_1 p {
	min-height: auto;
	}
	
	}
	
 @media only screen and (max-width: 479px) {
.FooterContacts {
	font-size: 22px;
	text-align: center;
	}
	
.FooterBorder:after {
	background-color: transparent;
	}
	
.posts-grid.extragrid_1 p {
	min-height: auto;
	}
	
	}
	
.slider_caption> img {
	width: 200px;
	height: auto;
	}
	
.img-border {
	border: 1px solid #939598;
	margin: 0 7px 10px;
	min-height: 205px;
	}
	
.industry-img {
	margin: 0 7px 10px;
	}
	
