@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 {
	width: 100%;
	max-width: 100%;
	background: #FFF;
	margin:0 auto;
	padding:0;
	text-align: center;
	color:#FFF;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}
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,
#products-section,
#services-section,
#feeds-section,
#form-section,
#contact-section,
footer {
	width: 1920px;
	margin: 0 auto;
}
#banner,
#content,
#services-section,
#form-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#banner {
	background-image: url(../images/common/bn-wrapper.jpg);
}
#content {
	background-image: url(../images/common/cn-wrapper.jpg);
}
#services-section {
	background-image: url(../images/common/services-wrapper.jpg);
}
#form-section {
	background-image: url(../images/common/form-wrapper.jpg);
}
footer {
	background: url(../images/common/ft-wrapper.jpg) repeat-x center top;
}
.row {
	position: relative;
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
	box-sizing: border-box;
}

/*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 {
	margin: 0 auto;
	padding: 30px 5% 10px;
	text-align: center;
	background: rgba(0, 170, 230, 0.9);
	font-family: 'Rajdhani', sans-serif;
}
.ctc-form label span {
	display: none;
}
.ctc-form input,
.ctc-form textarea,
.ctc-form button {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 120%;
	color:#666;
	border: none;
	font-family: 'Rajdhani', sans-serif;
}
::placeholder {
    color: #666;
    opacity: 1; /* Firefox */
}

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

::-ms-input-placeholder { /* Microsoft Edge */
   color: #666;
}
.ctc-form input[type="text"],
.ctc-form textarea {
	width: 100%;
	margin: 0 0 10px;
	box-sizing: border-box;
	background-color: rgba(243, 243, 233, 0.9);
}
.ctc-form textarea {
	min-height: 120px;
	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: 230px;
	padding: 17px 0 17px;
	font-size: 18px;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	letter-spacing: 5px;
	border: 1px solid #FFF;
	background: transparent;
	text-transform: uppercase;
	font-family: 'Nanum Gothic', 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 {
	color: #111;
	border-color: #111;
}
.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: 'Nanum Gothic', 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: 15px;
	line-height: 120%;
	text-transform: uppercase;
}
nav ul li a {
	padding: 16px 15px 16px;
}
nav ul li.active-menu a,
nav ul li a:hover {
	color: #009DDE;
	font-weight: bold;
	background: url(../images/common/navBG.png) no-repeat center top;
}
/* end */

h1,
h2 {
	font-size: 78px;
	line-height: 120%;
	color: #0483C1;
	font-family: 'Playfair Display', serif;
}
p {
	padding: 20px 0 0;
	font-size: 18px;
	line-height: 160%;
}
.logo,
.first-image,
.map-image {
	padding: 0;
	line-height: 0 !important;
}
.logo img {
	width: 100%;
	max-width: /*453px*/642px;
}
.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: 72px;
	padding: 0;
	color: #111;
	font-family: 'Nanum Gothic', sans-serif;
}
header nav,
header .text {
	position: absolute;
}
header nav {
	top: 0;
	left: 0;
}
header nav ul li a {
	padding: 24px 40px 0;
}

header .text {
	top: 4px;
	right: 0;
}
header .text p {
	width: 300px;
	padding: 10px 0 10px;
	font-size: 32px;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	background: #0483C1;
}
header .text p small {
	display: inline-block;
	line-height: 0;
}
/* end */

/* banner */
#banner .row {
	min-height: 863px;
	padding: 0;
}
#banner .text {
	width: 724px;
	padding: 55px 0 0;
	text-align: left;
}
#banner .text h2 {
	font-size: 38px;
	line-height: 160%;
}
#banner .logo {
	padding: 0 0 90px;
}
#banner p .button {
	width: 180px;
	font-size: 22px;
	text-transform: none;
	font-family: 'Raleway', sans-serif;
	background: url(../images/common/buttonBG.jpg) repeat-y center top;
}
#banner .button-text,
#banner .first-image {
	display: inline-block;
	vertical-align: top;
}
#banner .button-text {
	padding: 70px 0 0;
}
#banner .first-image img {
	max-width: 402px;
}
/* end */

/* content */
#content .row {
	min-height: 300px;
	padding: 85px;
	text-align: right;
}
#content .text {
	display: inline-block;
	vertical-align: top;
	width: 856px;
	padding: 40px 70px 40px;
	color: #111;
	text-align: left;
	background: #FFF;
	box-sizing: border-box;
}
#content .text h1 {
	font-size: 55px;
	font-weight: bold;
}
#content .text h2 {
	font-size: 39px;
}
#content .text .button-text,
#content .text .number-text {
	display: inline-block;
	vertical-align: top;
}
#content .text .number-text {
	min-height: 36px;
	margin: 20px 0 0 20px;
	padding: 0 0 0 45px;
	font-size: 35px;
	line-height: 120%;
	font-weight: bold;
	color: #0483BF;
	box-sizing: border-box;
	background: url(../images/common/number-icon-alter.png) no-repeat left top;
}
/* end */

/* content bottom */
#products-section .row {
	padding: 70px 0 65px;
	color: #333;
}
#products-section p {
	font-size: 20px;
	line-height: 150%;
}
#products-section p span {
	color: #0096D8;
}
#products-section dl {
	display: inline-block;
	vertical-align: top;
	width: 493px;
	padding: 30px 10px 0;
	font-family: 'Nanum Gothic', sans-serif;
}
#products-section dl dt {
	line-height: 0;
}
#products-section dl dt img {
	width: 100%;
	max-width: 493px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
#products-section dl dd {
	padding: 15px 0 0;
	font-size: 33px;
	line-height: 120%;
	color: #0483C1;
}
#products-section dl dd a:hover {
	color: #111;
}

#services-section .row {
	padding: 70px 0 70px;
	text-align: left;
}
#services-section h2 {
	color: #FFF;
}
#services-section article {
	width: 900px;
}
#services-section article h2 {
	text-align: left;
}
.services-con dl {
	display: inline-block;
	vertical-align: top;
	width: 410px;
	min-height: 242px;
	margin: 25px 20px 0 0;
	text-align: center;
}
.services-con dl dt {
	line-height: 0;
}
.services-con dl dt img {
	width: 100%;
	max-width: 410px;
}
.services-con dl dd {
	position: relative;
	z-index: 1;
	margin: -55px 0 0;
	font-size: 25px;
	line-height: 120%;
	font-weight: bold;
}
.services-con dl dd a:hover {
	color: #0096D8;
}

#feeds-section .row {
	padding: 55px 215px 90px;
	color: #111;
}
#feeds-section .rates {
	font-size: 35px;
	line-height: 120%;
	color: #0371A6;
}

#form-section .row {
	padding: 94px 0 94px;
}
#form-section h2 {
	color: #FFF;
}
#form-section .ctc-form input[type="text"] {
	width: 33%;
}
#form-section .ctc-form textarea {
	width: 99.6%;
}

#contact-section .row {
	padding: 85px 0 95px;
	color: #525252;
	font-family: 'Nanum Gothic', sans-serif;
}
#contact-section p {
	font-size: 22px;
	line-height: 120%;
}
#contact-section .logo img {
	max-width: 642px;
}
#contact-section .inline-text {
	display: inline-block;
	vertical-align: top;
	margin: 85px 100px 0;
	padding: 100px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
}
#contact-section .email-text {
	background-image: url(../images/common/emailBG.png);
}
#contact-section .number-text {
	width: 182px;
	font-weight: bold;
	background-image: url(../images/common/numberBG.png);
}
#contact-section .address-text {
	width: 352px;
	background-image: url(../images/common/addressBG.png);
}
/* end */

/* footer */
footer .row {
	max-width: 100%;
	padding: 0 0 10px;
	color: #444;
	font-family: 'Nanum Gothic', sans-serif;
}
footer nav {
	margin: 0 0 10px;
	color: #FFF;
	background: #0483C1;
}
footer nav ul li {
	font-size: 18px;
}
footer nav ul li a {
	padding: 44px 40px 44px;
}
footer nav ul li.active-menu a,
footer nav ul li a:hover {
	background: #111;
}
footer p {
	padding: 0;
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 2px;
}
/* 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: 160px;
	padding: 12px 0 12px;
	font-size: 18px;
	line-height: 120%;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	background: #0483C1;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Teko', 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;
}
.button:hover {
	background: #111;
}

.inner #content {
	color: #111;
	background: #FFF;
}
.inner #content .row {
	min-height: 750px;
	padding: 40px 15px 30px;
	text-align: left;
	box-sizing: border-box;max-width:1220px;margin:0 auto;
}

.inner #content h1 {
	font-size: 78px;
	line-height: 120%;
	color: #0483C1;
	font-family: 'Playfair Display', serif;
}
.inner #content p {
	color: #111;
	font-size: 18px;
	line-height: 180%; font-family:'Open Sans', sans-serif;
}
.inPrivacyBox .list2{display: inline-block; list-style: none;  padding-left:40px;}
.inPrivacyBox .list2 li{line-height: 180%;font-size: 18px; color: #111; letter-spacing: 1px; text-align: left;font-family: 'Open Sans', sans-serif;}
.inner #content .list{display: inline-block; list-style: disc;  padding-left:40px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.inner #content .list li{line-height: 180%;font-size: 18px; color: #111; letter-spacing: 1px; text-align: left;font-family:'Open Sans', sans-serif;}


/*services and products page*/
.inner #content .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.inner #content .svc-pg{
	box-shadow: 0 0 10px #0483C1;
	margin: 15px 0 30px
}

.inner #content .svc-pg dd{
	padding: 20px;
	box-sizing: border-box;
}

.inner #content .svc-pg dd div,
.inner #content .svc-pg dl dd ul{
	max-width: 64%;
	width: 100%
}

.inner #content .svc-pg dd img{
	width: 100%;
	/*margin: 0 0 30px;*/
	max-width: 400px;
}

.inner #content .svc-pg h2{
	background-color: #0483C1;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 45px
}

.services-page #content .services-con{
	color: #fff;
}

.services-page #content .services-con article{
	text-align: center;
}

.about-page #content img{
	margin: 10px 0 30px;
	width: 48%
}


.inPrivacyBox ul{
	color: #111;
    font-size: 18px;
    line-height: 180%;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0 0 50px ;
    list-style-type: disc;
}

.inPrivacyBox .list{display: inline-block; list-style: none;  padding-left:40px;}
.inPrivacyBox .list li{line-height: 180%;font-size: 18px; color: #111; letter-spacing: 1px; text-align: left;font-family: 'Open Sans', sans-serif;}

.inPrivacyBox h3{
	font-weight: 700;
	font-size: 20px;
    line-height: 180%;
    font-family: 'Open Sans', sans-serif;
    padding-top: 30px;
}