@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700');
@font-face {
    font-family: 'socialicoregular';
    src: url('socialico-webfont.woff2') format('woff2'),
         url('socialico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.suspension-contain {
	max-height: 980px;
	overflow:hidden;
	position: relative;
}
html.suspended {
	background: rgba(0,0,0,0.6);
}
body {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	max-width: 100%;
	background: #FFF;
	margin:0 auto;
	padding:0;
	text-align: center;
	color:#FFF;
	font-size: 1em;
}
a {
	color:inherit;
	text-decoration: none
}
div,article,section,dl,dt,dd,table,tr,td,ul,ol,li,p,span,small,em,h1,h2,h3,h4,h5,h6,nav {
	padding:0;
	margin:0;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
header,
#banner,
#content,
#services-section,
#about-section,
#gallery-section,
#contact-section,
footer {
	width: 100%;
}
header {
	background: url(../images/common/hd-wrapper.jpg) no-repeat center top;
}
#banner {
	background: url(../images/common/bn-wrapper.jpg) no-repeat center top;
}
#content {
	background: url(../images/common/cn-wrapper.jpg) no-repeat center top;
}
#services-section {
	background: url(../images/common/services-wrapper.jpg) no-repeat center top;
}
#about-section {
	background: url(../images/common/about-wrapper.jpg) no-repeat center top;
}
#gallery-section {
	background: url(../images/common/gallery-wrapper.jpg) no-repeat center top;
}
#contact-section {
	background: url(../images/common/contact-wrapper.jpg) no-repeat center top;
}
footer {
	background: url(../images/common/ft-wrapper.jpg) repeat-x center top;
}
.row {
	position: relative;
	width: 100%;
	max-width: 85%;
	margin: 0 auto;
}

/*floats*/
.fl {
	float:left;
}
.fr {
	float:right;
}

/*typography*/
.text-primary {
	color: #B11414;
}
.text-bold {
	font-weight: 700;
}
.text-uppercase {
	text-transform: uppercase
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block!important;
	transform: none!important;
	bottom: 0!important;
	left: 20px!important;
}

/*call to action*/
.destroy-on-load, .cta {
	display: none;
}

/*clearings*/
.clear{
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
}
.clearfix {
	display:block;
}

/*contact form messages*/
form .messages {
	display: none;
}
form .messages p {
	display: none;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}
form .loading {
	display: none;
}
form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
form [type="submit"] {
	margin:20px auto;
}

/*contact form*/
.ctc-form {
	padding: 5% 5% 0;
	text-align: center;
	color: #525F6B;
	background: #FFF;
	border: 1px solid #D6D6D6;
}
.ctc-form label span {
	display: none;
}
.ctc-form input,
.ctc-form textarea,
.ctc-form button {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 120%;
	color: #525F6B;
	font-family: 'Oswald', sans-serif;
}
::placeholder {
    color: #525F6B;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #525F6B;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #525F6B;
}
.ctc-form input[type="text"],
.ctc-form textarea {
	width: 100%;
	margin: 0 0 5px;
	background: #DDD;
	box-sizing: border-box;
}
.ctc-form textarea {
	min-height: 100px;
	padding: 10px 0 0 15px;
}
.ctc-form input[type="text"] {
	height: 50px;
	padding: 0 0 0 15px;
}
.ctc-form button {
	display: inline-block;
	vertical-align: top;
	width: 233px;
	height: 58px;
	font-size: 24px;
	line-height: 120%;
	color: #FFF;
	border: none;
	border-radius: 5px;
	text-align: center;
	background: #32CD32;
	font-family: 'Oswald', sans-serif;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
.ctc-form button:hover {
	background: #000;
}
.ctc-form .g-recaptcha {
	display: inline-block;
	vertical-align: top;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}
#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content .gallery li {
	display: inline-block;
	vertical-align: top;
}
#content .gallery li img {
	width: 100%;
	max-width: 220px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content .thumbnail {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
	-o-transition: border 0.2s ease-in-out 0s;
	-moz-transition: border 0.2s ease-in-out 0s;
	-webkit-transition: border 0.2s ease-in-out 0s;
}
#content .page_navigation {
	display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #FFF;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
	background-color: #eceeef;
	border-color: #DDD;
	color: #014c8c;
	text-decoration: none;
}

/* navigation */
nav {
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
nav a#pull {
	display: none;
	padding: 15px 0 15px;
	font-size: 1em;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
nav a#pull:after {
	content:"";
	background: url(../images/nav-icon.png) no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	position:absolute;
	right:15px;
	top:10px;
}
nav ul li,
nav ul li a {
	display: inline-block;
	vertical-align: top;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
nav ul li {
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 2px;
	text-transform: uppercase;
}
nav ul li a {
	padding: 0 15px 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
nav ul li.active-menu a,
nav ul li a:hover {
	border-bottom-color: #32CD32;
}
/* end */

h1,
h2 {
	font-size: 72px;
	line-height: 120%;
	color: #191B50;
	font-family: 'Oswald', sans-serif;
}
p {
	font-size: 15px;
	line-height: 160%;
}
p span {
	font-weight: bold;
}
.logo,
.first-image,
.map-image {
	line-height: 0 !important;
}
.logo img {
	width: 100%;
	max-width: 431px;
}
.first-image img {
	width: 100%;
	max-width: 590px;
}
.cards img {
	width: 100%;
	max-width: 192px;
}
.map-image img {
	width: 100%;
	max-width: 300px;
}
.cta {
	display: none;
}
.cta span {
	display: none;
}
.none-text {
	display: none;
}
/* header */
header .row {
	min-height: 117px;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
header nav,
header .logo,
header .text {
	position: absolute;
}
header nav {
	top: 66px;
	right: 0;
}

header .logo {
	top: 64px;
	left: 0;
	z-index: 1;
}

header .text {
	top: 8px;
	right: 15px;
}
header .text p {
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/* end */

/* banner */
#banner{
  position: relative;
}
#banner .row {
	min-height: 909px;
	padding: 0;
}
#banner h2 {
	position: absolute;
	bottom: 78px;
	right: 0;
	width: 1378px;
	min-height: 216px;
	padding: 38px 0 0;
	font-size: 120px;
	line-height: 110%;
	box-sizing: border-box;
	background: url(../images/common/bn-headingBG.png) no-repeat center top;
}
#banner .bbb{
  position: absolute;
  top: 10px;
  right: 20px;
}
/* end */

/* content */
#content .row {
	min-height: 717px;
	padding: 0;
	color: #525F6B;
	text-align: right;
}
#content h1,
#content h2 {
	font-size: 44px;
	color: #191B50;
}
#content .text {
	display: inline-block;
	vertical-align: top;
	margin: 114px 0 0;
	width: 745px;
	padding: 3% 5% 3%;
	text-align: left;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
}
#content .text p .button {
	margin: 35px 0 0;
}
/* end */

/* content bottom */
#content p small,
#services-section p small,
#about-section p small,
#gallery-section p small,
#contact-section p small {
	display: block;
	font-size: 22px;
	line-height: 120%;
	color: #32CD32;
	font-family: 'Oswald', sans-serif;
}
#services-section .row {
	min-height: 1131px;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
#services-section h2,
#services-section p {
	padding: 0 0 0 32%;
	text-align: left;
}
#services-section p small {
	padding: 63px 0 0;
}
#services-section dl {
	display: inline-block;
	vertical-align: top;
  max-width: 290px;
	width: 19%;
	margin: 20px 0 0;
	padding: 19.5% 0 1.84%;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#services-section dl:nth-of-type(1) {
	background-image: url(../images/content/services-dt1.jpg);
}
#services-section dl:nth-of-type(2) {
	background-image: url(../images/content/services-dt2.jpg);
}
#services-section dl:nth-of-type(3) {
	background-image: url(../images/content/services-dt3.jpg);
}
#services-section dl:nth-of-type(4) {
	background-image: url(../images/content/services-dt4.jpg);
}
#services-section dl:nth-of-type(5) {
	background-image: url(../images/content/services-dt5.jpg);
}
#services-section dl:nth-of-type(6) {
	background-image: url(../images/content/services-dt6.jpg);
}
#services-section dl:nth-of-type(7) {
	background-image: url(../images/content/services-dt7.jpg);
}
#services-section dl:nth-of-type(8) {
	background-image: url(../images/content/services-dt8.jpg);
}
#services-section dl:nth-of-type(9) {
	background-image: url(../images/content/services-dt9.jpg);
}
#services-section dl:nth-of-type(10) {
	background-image: url(../images/content/services-dt10.jpg);
}
#services-section dl dt {
	display: none;
	line-height: 0;
}
#services-section dl dt img {
	width: 100%;
	max-width: 290px;
}
#services-section dl dd {
	font-size: 1.375rem;
	line-height: 120%;
	text-align: left;
}
#services-section dl dd a {
	display: block;
	padding: 25px 0 25px 10%;
	background: rgba(50, 205, 50, 0.9);
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
#services-section dl dd a:hover {
	background: rgba(0, 0, 0, 0.5);
}

#about-section .row {
	min-height: 717px;
	padding: 0;
	color: #525F6B;
}
#about-section .text {
	width: 855px;
	padding: 172px 0 0 50px;
	text-align: left;
}
#about-section p .button {
	margin: 35px 0 0;
}

#gallery-section .row {
	max-width: 100%;
	min-height: 840px;
	padding: 0;
	text-align: right;
}
#gallery-section .text {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
#gallery-section .text {
	width: 60%;
	padding: 85px 0 0 85px;
	text-align: left;
}
#gallery-section .text ul {
	font-size: 0;
}
#gallery-section .text ul li {
	display: inline-block;
	vertical-align: top;
	padding: 12px 12px 0 0;
	line-height: 0;
}
#gallery-section .text ul li img {
	width: 100%;
	max-width: 325px;
}
#gallery-section .text p .button {
	height: 58px;
	margin: 55px 0 0;
	padding: 13px 0 0;
	font-size: 24px;
	letter-spacing: normal;
	border-radius: 5px;
	background: #32CD32;
}
#gallery-section .text p .button:hover {
	background: #000;
}

#contact-section .row {
	min-height: 507px;
	padding: 0;
	color: #191A50;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}
#contact-section p {
	font-size: 18px;
	line-height: 110%;
}
#contact-section section {
	display: inline-block;
	vertical-align: top;
	width: 450px;
}
#contact-section section:nth-of-type(1) {
	padding: 52px 0 0;
}
#contact-section section:nth-of-type(1) h2 {
	padding: 0 0 25px 66px;
}
#contact-section section:nth-of-type(1) p small {
	padding: 0 0 0 66px;
}
#contact-section section:nth-of-type(2) {
	padding: 58px 0 0 88px;
}
#contact-section section:nth-of-type(2) p:nth-of-type(2) {
	font-size: 36px;
}
#contact-section section:nth-of-type(2) p:nth-of-type(3) {
	font-size: 24px;
}
#contact-section section:nth-of-type(2) ul {
	font-size: 0;
}
#contact-section section:nth-of-type(2) ul li {
	padding: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}
#contact-section section:nth-of-type(2) ul li:nth-child(1) {
	padding: 0;
}
/* end */

/* footer */
footer .row {
	padding: 0 0 10px;
	color: #525F6B;
	font-family: 'Oswald', sans-serif;
}
footer nav {
	padding: 25px 0 0;
	color: #FFF;
	text-align: right;
}
footer p {
	padding: 10px 0 0;
	font-size: 18px;
	line-height: 120%;
	text-align: left;
}
/* end */
.silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}
.media a,
.social-media a {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s ease-in-out 0s;
}
.social-media a {
	font-size: 30px;
	line-height: 120%;
	font-family: 'socialicoregular';
}
.social-media a:hover {
	color: #006DB4;
}
.media a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.media a:nth-of-type(1) {
	background-image: url(../images/common/facebook.jpg);
}
.media a:nth-of-type(2) {
	background-image: url(../images/common/twitter.jpg);
}
.media a:nth-of-type(3) {
	background-image: url(../images/common/youtube.jpg);
}
.media a:nth-of-type(4) {
	background-image: url(../images/common/rss.jpg);
}
.media a:hover {
	background-position: center -40px;
}
.button {
	display: inline-block;
	vertical-align: top;
	width: 196px;
	height: 47px;
	padding: 14px 46px 0 0;
	font-size: 16px;
	line-height: 120%;
	color: #FFF;
	text-align: center;
	letter-spacing: 3px;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	background: url(../images/common/buttonBG.jpg) no-repeat right top #1A1C50;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
.button:hover {
	background-color: #32CD32;
	background-image: url(../images/common/button-hover.jpg);
}
.inner #content {
	background: url(../images/common/bgInner.jpg)no-repeat center top;
  background: cover;
  background-attachment: fixed;
}
.inner #content .row {
	max-width: 1200px;
	min-height: 700px;
	padding: 140px 15px 30px;
	text-align: left;
	box-sizing: border-box;
}
.inner #content .ctc-form {
	margin: 20px 0 0;
	box-shadow: 0 0 10px #000;
}
.services-page #content {
	background: url(../images/common/services-wrapper-inner.jpg) no-repeat left top; background-size: cover; background-attachment: fixed; background-blend-mode: lighten;
}
.gallery-page #content {
	background: url(../images/common/gallery-wrapper-inner.jpg) no-repeat left top; background-size: cover; background-attachment: fixed; background-blend-mode: lighten;
}
.testimonials-page #content {
	background: url(../images/common/contact-wrapper-inner.jpg) no-repeat right top; background-size: 100% 100%; background-attachment: fixed; background-blend-mode: lighten;
}
.services-page #content ul{columns: 2; list-style: disc;}
.services-page #content ul li{font-size: 18px; line-height: 180%; color: #000000}

.testimonials-page #content .reviews .container{ background-color:#FFF;padding: 30px; box-shadow: 0 0 40px -15px; border-radius: 5px;margin: 30px auto;}
.testimonials-page #content .reviews .container p.stars{font-size: 30px; text-align: center; color: orange}
.testimonials-page #content .reviews .container p.comment{font-size: 18px; line-height: 180%; margin: 1em 0;}
.testimonials-page #content .reviews .container p.auth{font-size: 24px; text-shadow: 0 0 10px #525F6B; text-align: center}
.testimonials-page #content .ctc-form {width: 90%;margin: 20px 0 40px;padding: 5% 5% 0;}
.testimonials-page #content h2{margin-top: 40px;}
.testimonials-page textarea, .testimonials-page input[type="text"] {border: none; box-shadow: inset 2px 2px 2px #555;}
.testimonials-page .g-recaptcha div {margin: 10px auto;}

.contact-page .flexbox{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;align-items: center;}
.contact-page .flexbox p:nth-of-type(1){font-size: 30px; font-weight: 700}
.contact-page .flexbox p:nth-of-type(2){font-size: 20px; font-weight: 700}
.contact-page .flexbox p:nth-of-type(3){font-size: 20px; font-weight: 700}
.contact-page .flexbox p:nth-of-type(3) span{display: block;}

.inPrivacyBox h2{font-size: 24px!important; margin: 1em auto;}
.inPrivacyBox h3{font-size: 20px!important; margin: 1em auto;}
.inPrivacyBox h4{font-size: 16px!important; margin: 1em auto;}
.inPrivacyBox p{line-height: 180%; margin: 1em auto;}
.inPrivacyBox ul{padding: 0 0 0 40px; list-style-type: disc;}
.inPrivacyBox ul li{line-height: 180%}
/* responsive */
/*Styles for screen 1440px and lower*/
@media screen and (max-width: 1630px) {
  #services-section dl dd a{font-size: 18px}
}
@media screen and (max-width: 1440px) {
header,
#banner,
#content,
#services-section,
#about-section,
#gallery-section,
#contact-section,
footer {
	width: 1440px;
}
}
/* end */

.logo .bbb {
	max-width: 100px;
	display: block;
	margin: 10px auto;
}

.logo span {
	color: #191B50;
	display: block;
	padding: 20px 0;
}