@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

* {
	box-sizing:border-box;
}
body {
	width: 100%;
	height: 100%;
	color: #231F20;
	font-family: 'Open Sans', sans-serif;
}
html {
	width: 100%;
	height: 100%;
}
.clear {
	clear: both;
}
.trans, a, input[type="submit"] {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.fade {
	opacity: 1;
	transition: opacity 200ms ease-in-out 0s;
	-moz-transition: opacity 200ms ease-in-out 0s;
	-webkit-transition: opacity 200ms ease-in-out 0s;
	-ms-transition: opacity 200ms ease-in-out 0s;
	-o-transition: opacity 200ms ease-in-out 0s;
}

.fade:hover {
  opacity: 0.7;
}
  
.end {
	margin-right: 0px !important;
}

.drop-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.85);
}
.container {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.full {
	width: 100% !important;
}

.row {
	width:100%;
	position:relative;
}.logo {
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 9px;
}
.top-right {
	float: right;
	margin-top: 30px;
	width: 820px;
}
.top-contact {
	text-align: right;
}
.top-contact > img:nth-child(1) {
	padding-right:27px;
}
.top-contact a img:nth-child(1) {
	display: inline-block;
	top: -15px;
	position:relative;
}
.top-nav {
	margin-top: 65px;
}
.top-nav a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #231f20;
	text-decoration: none;
	margin-left: 2%;
}
.top-nav a:hover, .mrk {
	color: #22A2B3 !important;
}
.row.banner > img, .row.banner a img  {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
	max-width:1600px;
}
.row.banner .container {
	position:absolute;
	top:76px;
	left:50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.row.content .container h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.109em;
	margin-bottom: 25px;
}
.row.content .container p {
	margin-bottom: 30px;
}
#home .row.content .container, #sub .row.content .container {
	font-size: 18.5px;
	text-align: center;
	letter-spacing: 0.064em;
	line-height: 26px;
	font-weight: 300;
}
#sub .row.content .container {
	text-align: left;
}
.cta-w {
	margin-top: 60px;
}
.cta-item {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	max-width: 307px;
	background: #F6F6F7;
	margin-bottom: 10px;
}
.cta-w .cta-item:nth-child(3n+3) {
	margin-right: 0%;
}
.cta-img img {
	width:100%;
	height:auto;	
}
.cta-cont {
	padding-right: 25px;
	padding-left: 25px;
	letter-spacing: normal;
	margin-top: 8px;
	text-align: center;
}
.cta-cont span a {
	font-size: 20px;
	font-weight: 700;
	color: #231F20;
	text-decoration:none;
}
.cta-cont span a:hover {
	color: #22A2B3;
}
.cta-cont p {
	font-size: 15px;
	font-weight: 300;
	color: #76787A;
	margin-top: 5px;
	line-height: 22px;
	margin-bottom: 30px;
}
.row.cta-bottom {
	background: #FCFBFB;
	padding-top: 35px;
	padding-bottom: 40px;
	margin-top:35px;
}
.cta-b-item {
	width: 23%;
	margin-right: 2%;
	float:left;
}
.cta-b-img img {
	display:block;
	margin-left:auto;
	margin-right:auto;	
}
.row.cta-bottom .cta-b-item:last-child {
	margin-right: 0%;
}
.cta-b-cont {
	text-align:center;	
}
.cta-b-item p {
	font-size: 13px;
	font-weight: 600;
	color: #76787A;
	margin-top:5px;
	margin-bottom:3px;
}
.cta-b-cont span:nth-child(2) {
	font-size: 14px;
	font-weight: 700;
	color: #231F20;
	display:block;
}
.cta-b-cont span:nth-child(3) {
	font-size: 12px;
	font-weight: 300;
	color: #76787A;
	display:block;
}
.logo-footer {
	float: left;
}
.row.footer {
	background: #494251;
	padding-top: 43px;
	padding-bottom: 57px;
}

.footer-add {
	float: left;
	margin-left: 2%;
	font-size: 20px;
	font-weight: 400;
	color: #ABA4AC;
	padding-top: 15px;
}
.footer-links {
	float: left;
	margin-left: 8%;
	padding-top: 15px;
}
.footer-links a {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	color: #ABA4AC;
	text-decoration: none;
	margin-bottom: 3px;
}
.footer-links a:hover {
	color: #76787A;
}.h-2 {
	font-size: 24px;
	font-weight: 600;
	color: #231F20;
	letter-spacing: 0.110em;
	text-transform: uppercase;
}
.row.cta-bottom .cta-w {
	margin-top: 40px;
}
.cont-left {
	float: left;
	width: 66%;
}
.cont-right {
	float: right;
	width: 31%;
}
.cont-left a {
	color: #26A1B3;
	text-decoration: none;
}
.cont-left a:hover {
	color: #231F20;
}
.cont-right .cta-item {
	margin-bottom:28px;
	margin-right:0;
	width:100%;
}
.row.content {
	padding-top:58px;
}
.img-b {
	width:100%;
	height:auto;	
}
.map-item {
	margin-bottom:15px;	
}
.map img {
	width:100%;
	height:auto;	
}