/*@font-face {
    font-family: 'metaplus';
    src: url('ufonts.com_metaplus-webfont.woff2') format('woff2'),
         url('ufonts.com_metaplus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'metaplus-black';
	src: url('MetaPlus-Black.eot');
	src: url('MetaPlus-Black.eot?#iefix') format('embedded-opentype'),
		url('MetaPlus-Black.woff2') format('woff2'),
		url('MetaPlus-Black.woff') format('woff'),
		url('MetaPlus-Black.ttf') format('truetype'),
		url('MetaPlus-Black.svg#MetaPlus-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

* {
	box-sizing:border-box;
}
body {
	width: 100%;
	height: 100%;
	color: #3D69B2;
	font-family: 'Open Sans', sans-serif;
}
html {
	width:100%;
	height:100%;
}
.clear {
	clear: both;
}
.trans, a, input[type="submit"], .cta-top-item {
	-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;
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 5px 1px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 5px 1px rgba(50, 50, 50, 0.25);
}
.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: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.row {
	position: relative;
	width: 100%;
}
.row.bar-nav {
	background: #E8E6E7;
	height: 50px;
}
.bar-nav .container {
	width: 900px;
}
.nav-top a, .nav-top span {
	text-transform: uppercase;
	color: #8A898A;
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 21px;
	font-size: 12px;
	line-height: 50px;
	cursor:pointer;
	position:relative;
}
.mrk {
	/*font-weight: 700 !important;*/
	color: #FFF !important;
	background: #3D69B2;	
}
.nav-top a:hover, .nav-top span:hover {
	color:#FFF;
	background: #3D69B2;
}

.nav-top a:last-child {
	/*padding-right:0px;*/
}
.row.bar-logo {
	background: #3D69B2;
	height: 84px;
}
.bar-logo .container {
	width: 884px;
}
.img-logo {
	float: left;
	padding-top: 15px;
}
.contact-top {
	float: right;
	font-size: 13px;
	padding-top: 13px;
}
.contact-top span {
	color: #FFF;
	line-height: 60px;
	display: inline-block;
	padding-right: 17px;
	border-right: 1px solid #FFF;
	background: url(../images/bg/phone.png) no-repeat left center;
	padding-left: 20px;
}

.link-email {
	color: #FFF;
	text-decoration: none;
	line-height: 60px;
	display: inline-block;
	padding-left: 24px;
	background: url(../images/bg/email.png) no-repeat left center;
	margin-left: 10px;
	padding-right: 17px;
	border-right: 1px solid #FFF;
}
.contact-top a:hover {
	color:#8A898A;
}
.slide {
	height: auto;
	width: 100%;
	max-width:1600px;
	position:absolute;
	top:0px;
	left:50% !important;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
}
.caption {
	position: absolute;
	z-index: 9999;
	width: 884px;
	left: 50%;
	top: 50%;
	/*margin-top:-75px;*/
	transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
}
.caption-cont {
	font-size: 32px;
	font-style: italic;
	font-weight: 700;
	color: #FFF;
	/*width: 400px;*/
	background: rgba(138,137,138,0.7);
	border-radius: 20px;
	/*line-height: 42px;*/
	letter-spacing: -0.02em;
	min-height:82px;
	position: absolute;
	z-index: 9999;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/*white-space:nowrap;*/
	padding:20px;
}
.caption-cont span {
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;*/
	/*line-height:82px;*/
}
.bar-banner-sub .caption-cont {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.banner-nav {
	position:absolute;
	bottom:50px;
	cursor:pointer;
	z-index:99999999;	
}
.cycle-prev {
	left: 40px;	
}
.cycle-next {
	right: 40px;	
}
.cta-top-w {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:45px;
}
.cta-top-item {
	width: 25%;
	text-align: center;
	float: left;
	height: 190px;
	border-radius: 17px;
	position:relative;
}
/*.cta-top-item:hover {
	background:#E7E8E9;
}*/

.row.bar-cta {
	overflow:hidden;
}
.cta-top-item a {
	text-decoration: none;
	display: block;
}
.cta-top-item a span {
	color: #4068B2;
	font-size:18px;
	font-weight:700;
}
.cta-top-item a img {
	display: block;
	margin-right: auto;
	margin-bottom: 22px;
	margin-left: auto;
	margin-top: 34px;
}
.cta-top > span {
	font-size:28px;
	font-weight:700;
	display: block;
	margin-top: 27px;
	margin-bottom: 27px;
	text-align: center;
	font-style:italic;
}
.bar-test {
	background: #E7E8E9;
	padding-top: 36px;
	padding-bottom: 36px;
	margin-bottom:32px;
}
.test span {
	margin-bottom: 22px;
	font-size:32px;
	font-weight:700;
	font-style:italic;
	display:inline-block;
	float: right;
	width: 85%;
}
.test span img {
	vertical-align:middle;	
}
.test-img {
	float: left;
	width: 15%;
	margin-top:7%;
}
.test-img img {
	width:100%;
	height:auto;
	max-width:120px;	
}
.test-cont {
	float: right;
	width: 85%;
	font-style: italic;
	line-height: 28px;
	font-size: 20px;
	font-weight: 400;
	position:relative;
}
.test-cont-co {
	font-weight:700;
	margin-top:12px;
	font-size:16px;
}

/*.test-cont:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: -10px;
    left: 0;
	color:#FFF;
    content: "\201C";
}
.test-cont:after {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    bottom: -10px;
    right: 30px;
	color:#FFF;
    content: "\201D";
}*/
.test-cont p {
	font-weight: 400 !important;
}
.test-quote {
	margin-top:30px;
}
.test-quote span {
	text-decoration: none;
	color: #3D69B2;
	margin-top: 10px;
	font-weight:700;
	cursor:pointer;
	background:#3D69B2;
	border-radius:10px;
	color:#FFF;
	font-size:18px;
	height:35px;
	text-align:center;
	width:185px;
	margin-top:10px;
	padding-top:4px;
	float:none;
}
.test-quote span:hover {
	color:#FFF;
}
.bar-banner .caption-cont {
	padding:20px;	
}
.test-quote > a {
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	font-weight:700;
	background:#8B8B8C;
	border-radius:30px;
	text-align:center;
	height:30px;
	line-height:30px;
	width:65px;
	margin-left:14px;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
}
.test-cont a:hover {
	color:#3f68b1;	
}
.map img {
	height: auto;
	width: 100%;
}
.content-sub {
	border-radius:15px;
	/*background:#E9E9E7;*/
	padding-top:22px;
	padding-bottom:22px;
/*	padding-left:58px;
	padding-right:58px;*/
	margin-bottom:30px;
}
.content-sub h3 {
	font-size:18px;
	font-style:italic;
	margin-bottom:10px;	
}
.content-sub ul {
	list-style:disc;
	margin-left:35px;
	padding-left:0;
}
.mega-menu-w {
/*	position:relative;	*/
}
.img-aeo {
	width:50px;
	height:auto;
	vertical-align:middle;
	margin-left:20px;
}
.mega-menu  {
	position: absolute;
	width: 100%;
	background: #D3D5ED;
	z-index: 99999;
	display:none;
	top:50px;
}
.mega-menu-con {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	margin-top: 25px;
	margin-bottom: 25px;/*	-webkit-column-gap: 70px;
    -moz-column-gap:70px;
    column-gap: 70px;*/	/*-webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;*/
}
.mega-menu-con a {
	text-transform: uppercase;
	color: #3D69B2;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 18px;
}
.mega-menu-con a:hover {
	color:#8A898A;
}
.cta-hover {
	padding: 16px;
	background: #C7CDE8 url(../images/bg/cta.png) no-repeat 92% 92%;
	border-radius: 20px;
	width: 100%;
	position: absolute;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	height: 100%;
	letter-spacing: -0.03em;
	opacity:0;
	z-index:500;
	display:none;
}
.cta-top-item:hover .cta-hover {
	opacity:0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.cta-hover a {
	color: #4068B2;
	display:block;
}
.cta-top-item:after {
	content: "";
	position: absolute;
	top: 58px;
	right: -35px;
	background: url(../images/icon/dots.png) no-repeat;
	width:46px;
	height:46px;
}
.cta-top-w .cta-top-item:nth-child(4n+4):after {
	background: none;
}
.test-slides {
/*	background: url(../images/bg/quote.png) no-repeat right 240px;*/
}
.test-slides .cycle-prev {
    left: 0px;
}
.test-slides .cycle-next {
    right: 0px;
}
.test-nav {
    position: absolute;
    bottom: 0px;
	z-index: 99999999;
    cursor: pointer; 
}
.tooltip {
	position: fixed;
	background: #C7CDE8;
	padding-top: 13px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	display: none;
	pointer-events: none;
	font-size: 14px;
	border-radius:20px;
}
.tooltip p {
	margin-bottom: 20px;
}
.form {
	text-align:left;	
}
.form label {
	display:block;
	margin-bottom:15px;
}
.form span {
	display:block;
	margin-bottom:3px;
}
.form input[type="text"], .form input[type="email"], .form textarea, .form input[type="number"] {
	display:block;
	width:100%;
	height:30px;
	padding-left:5px;
}
.ct-ctr {
	text-align:center;	
}
.contacts-w {
	padding-bottom:25px;	
}
.contact-item {
	background: #FFF;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-top:3%;
	min-height:313px;
	min-height:470px;
}
.contacts-w .contact-item:nth-child(2n+2) {
	margin-right:0%;	
}
.contact-item span {
	font-size: 18px;
	font-weight:700;
	margin-bottom: 15px;
	display:block;	
}
.content-address {
	margin-bottom: 15px;
	line-height: 22px;
	min-height:160px;
}
.content-tel a {
	text-decoration: none;
	color: #999;
	line-height: 22px;
}
.bar-banner-sub {
	margin-bottom: 25px;
}
.bar-banner-sub > img {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.content-sub h1 {
	font-size:26px;
	font-style:italic;
	margin-bottom:35px;
	position:relative;
}
.container.map span {
	font-size:28px;
	font-weight:700;
	font-style:italic;
	display:block;
}
.row.bar-counter {
	/*margin-bottom:50px;	*/
}
.counter-w.counter-1 {
	margin-left:3.7%;	
}
.bar-counter-v {
	margin-bottom:50px;	
}
.content-sub a {
	text-decoration:none;
	color:#3D69B2;	
}
.content-sub a:hover {
	color:#000;	
}
.row.bar-map {
	margin-top:32px;
	margin-bottom:32px;	
}
.directors-img {
	float:left;
	width:20%;	
}
/*.directors-img img {
	width:100%;
	height:auto;
	max-width:176px;	
}*/
.directors-cont {
	float:right;
	width:75%;	
}
.directors-cont h4 {
	font-style: italic;
	font-size: 18px;
}
.directors-cont span {
	font-style: italic;
	font-size: 16px;
	display:block;
	margin-bottom:12px;
}
.head-of-w {
	margin-top:25px;
	background: #FFF;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);	
}
.head-of-w  p {
	margin-top:6px !important;	
}
.head-of-map {
	float:left;
	width:65%;
	margin-right:5%;
}
.head-of-con {
	float:left;
	width:30%;	
}
.head-of-con span {
	display:block;
	margin-bottom:10px;
	font-size:28px;	
}
.head-of-map iframe {
	width:100%;
	height:300px;	
}


.bar-counter .container {
	background: url(../images/bg/counter.png) repeat;
	height: 218px;
	border:4px solid #4169B2;
	border-radius:20px;
}
.bar-counter .container > span {
	font-size:26px;
	font-style:italic;
	font-weight:700;
	color:#4169B2;
	display:inline-block;
	margin-left:4.5%;
	margin-top:15px;
}
.counter-w {
	margin-top:23px;
	float:left;
	margin-left:4.2%;
}
.counter-w p {
	color: #4169B2;
	font-style: italic;
	text-align: center;
	font-weight:700;
	margin-top:10px;
	font-size:14px;
}
.counter, .counter-img {
	width:75px;
	height:75px;
	line-height:75px;
	text-align:center;
	border-radius:50%;
	background:#4169B2;
	border:2px solid #8B8B8C;
	margin-left:auto;
	margin-right:auto;
}
/*.counter-1 {
	margin-left:70px;
}
.counter-2 {
	margin-left:83px;
}
.counter-3 {
	margin-left:82px;
}
.counter-4 {
	margin-left:82px;
}
.counter-5 {
	margin-left:83px;
}
.counter-6 {
	margin-left:80px;
}*/
.counter span {
	color:#FFF;
	font-size:18px;
	font-weight:700;	
}


.social-w {
	border:none !important;
	background:none !important;
	display:inline-block;
}
.social-w img {
	display:inline-block;
	height:25px;
	width:auto;
}
.tracking-items {
	margin-top:35px;
}
.tracking-item {
	float:left;
	border-radius:10px;
	margin-right:2%;
	margin-bottom:2%;
	width:23.5%;
	background:#FFF;
	text-align:center;
	min-height:150px;
	position:relative;
	overflow:hidden;
}
.tracking-items .tracking-item:nth-child(4n+4) {
	margin-right:0%;
}
.tracking-item img {
	margin-bottom:25px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:80%;
	max-height:52px;
}
.tracking-item a {
	font-weight:700;
	font-style:italic;
	font-size:13px;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width:100%;
}
.map-hotspot {
	z-index:5;	
}
.pin-bg {
	background: url(../images/bg/pin.png) no-repeat;
	width:34px;
	height:58px;
	position:absolute;
	z-index:1;
}
.btn {
	background: #3D69B2;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	display:inline-block;
	font-weight:700;
	padding-left:15px;
	padding-right:15px;
	text-transform:lowercase;
	border-radius:20px;
	font-size:16px;
	float:right;
}
.btn:hover {
	background:#D3D5ED;
	color: #FFF;
}
.content-sub p {
	margin-top:20px;	
}
.directors-item {
	margin-bottom:55px;	
}

.frm-row {
	padding-left:0px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:20px;
	color:#FFF;
	margin-bottom:8px;
}
.frm-row.blue {
	background:#3d69b2;
}
.frm-col {
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:700;
}
.frm-col span {
	display:block;
}
.frm-col-1 {
	width:15%;
}
.frm-col-1 span {
	margin-bottom:15px;
}
.frm-col-2 {
	width:41.5%;
	margin-right:1%;
}
.frm-col-3 {
	width:41.5%;
}

.frm-col input[type="text"], .frm-col textarea {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding-left:10px;
}
.frm-col input[type="text"], .frm-col select {
	height:	48px;
	display:block;
	margin-bottom:10px;
	width:100%;
}
.frm-row.grey {
	background:#6D6E71;	
}
.frm-shipment-types {
	float:left;
	width:20%;
	margin-right:2%;
}
.frm-shipment-types div {
}
.frm-shipment-types div img {
	vertical-align:middle;
}
.frm-shipment-fields {
	float:left;
	width:78%
}
.frm-shipment-left-fields {
	float:left;
	width:100%;
}
.frm-col textarea {
	display:block;
	width:100%;
	height:106px;
	padding-top:10px;
}
.frm-shipment-left-hazardous {
	float:right;
	width:35%;
}
.hazardous-fields {
	font-weight:400;
	font-size:11px;
	margin-top:15px;
}
.row.footer {
	background:#3B6AAB;
	color:#FFF;
	font-size:12px;
	padding-top:25px;
	padding-bottom:25px;
}
.row.footer .container {
	background:#3B6AAB url(../images/bg/waves.png) no-repeat center bottom;
	background-size: contain;
	height:320px;
}
.row.footer a {
	color:#FFF;
	text-decoration:none;
}
.row.footer a:hover {
	color: #CCC;
}
.footer-links {
	float:left;
	min-height:180px;
}
.footer-1 span, .footer-2 span {
	font-weight:700;
}
.footer-2 {
	padding-left:18px;
	margin-left:18px;
	padding-right:18px;
	margin-right:18px;
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
}
.footer-3 {
	padding-right:18px;
	margin-right:18px;
	border-right:1px #FFF solid;
}
.footer-1 p, .footer-2 p {
	margin-top:3px;
	margin-bottom:3px;
}
.footer-3 > a {
	display:block;
	font-size:17px;
	font-weight:700;
	margin-bottom:20px;
	padding-left:41px;
	height:28px;
}
.footer-3 > a:nth-child(1) {
	background: url(../images/icon/tel.png) no-repeat left center;
}
.footer-3 > a:nth-child(2) {
	background: url(../images/icon/email.png) no-repeat left center;
}
.social-f-w {
	margin-top:0px;
}
.social-f-w img {
	display: inline-block;
	height: 25px;
	width: auto;	
}
.footer-4 span {
	display:block;
	font-size:17px;
	font-weight:700;
	margin-bottom:20px;
}
.footer-4 small {
	display:block;
	font-size:10px;
	font-style:italic;
	margin-top:30px;
}
.footer-4 .test-quote {
	margin-top:0px;	
}
.footer-4 .test-quote > a {
	margin-right:14px;
	margin-left:0px;
}
.bg-grey {
	background:#ECECEC;
	padding:25px;
	border-radius:15px;
}
.img-services {
	max-width:100%;
	width:auto !important;
	vertical-align:middle;
	margin-right:15px;
}
.counter-img {
	padding-top:8px;
}
.counter-img img {
	width:auto;
	height:55px;
}
.wave {
	text-align:center;
	position:relative;
	top:-97px;
}
.wave img {
	width:100%;
	height:auto;
	max-width:1600px;	
}
#frm-quote {
}
.frm-quote-f-w {
	padding-left:35px;
	padding-right:35px;
}
[data-remodal-id="modal-quote"] {
	padding:0 !important;
	max-width:900px !important;	
}
.frm-quote-h {
	margin-bottom:25px;
	background:#E6E6E6;
	padding-bottom:10px;
	padding-top:20px;
	padding-left:35px;
}
.frm-quote-h h2 {
	text-align:center;
	font-style:italic;
	font-size:28px !important;
	margin-bottom:25px !important;
}
.frm-quote-h div {
	float:left;
	width:24%;
}
.frm-quote-h label {
	
}
.frm-quote-h span {
	float:left;
	text-transform:none !important;
	margin-top:10px;
}
.frm-quote-h label img {
	vertical-align:middle;
	width:65%;
	height:auto;
	margin-left:10px;
	max-width:75px;
}
#frm-quote label {
	float:left;
	width:32%;
	margin-right:2%;
}
#frm-quote label:nth-of-type(3n+3) {
	margin-right:0;
}
#frm-quote span {
	text-transform:uppercase;
	font-style:italic;
	color:#3D69B2;
	font-weight:700;
	font-size:14px;
	display:block;
	position:relative;
}
#frm-quote span img {
	width:20px;
	height:auto;
	position:absolute;
	right:0px;
	bottom:3px;
}
#frm-quote span small {
	text-transform:none;
	font-size:12px;
}
#frm-quote .full {
	width:100% !important;
}
#frm-quote input[type="text"], #frm-quote input[type="email"], #frm-quote textarea, #frm-quote select, #frm-quote input[type="number"] {
	border:1px solid #3D69B2;
	height:35px;
	width:100%;
} 
#frm-quote textarea {
	height:60px;
} 
.frm-quote-f {
	background:#E6E6E6;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:35px;
}
.frm-quote-f p {
	color:#3D69B2;
	font-weight:700;
	text-align:center !important;
	margin-bottom:15px;
}
.ct-ctr {
	margin-top:20px;	
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #3F68B1 !important;
    color: #FFF !important;
}
.head-of-con [data-remodal-target] {
	font-style: italic;
	font-size:22px;
}
.head-of-con [data-remodal-target]:hover {
	color:#8A898A;
}
.footer-acc {
	margin-top:10px;	
}
.map-slides .cycle-prev {
	position:absolute;
	left:0px;
	z-index:999;
	bottom:10px;
}
.map-slides .cycle-next {
	position:absolute;
	right:0px;
	bottom:10px;
	z-index:999;
}
.contact-item span {
/*	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	justify-content: flex-end*/
	position:relative;
}
.head-of-con span {
	position:relative;	
}
.contact-item span img, .head-of-con span img {
	position:absolute;
	/*transform:translateX(200%);*/
	right:0px;
	top:-10px;
}
.row.footer [data-remodal-target] {
	font-weight:700;
	font-size:17px;
	display:block;
	text-align:center;
	cursor:pointer;
}
.ma-w {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	height:100%;
}
.ma-logo-w-w {
	background-image: url(../images/bg/tag.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:412px;
	float: right;
	height:100%;
}
.ma-logo-w {
/*	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	width: 304px;
	padding-top: 265px;
	float:right;
	margin-right:40px;
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Safari 3-8 */
    transform: rotate(7deg);
}
.mal-1, .mal-2, .mal-3 {
	width:32%;
}
.mal-4, .mal-5 {
	width:48%;
}
.ma-logo-w img {
	margin-bottom:15px;
}
.contact-map {
	margin-top:10px;	
}
.contact-map iframe {
	width:100% !important;
	height:150px !important;	
}
.content-sub h1 [data-remodal-target] {
	float:right;
	cursor:pointer;
	background:#3D69B2;
	border-radius:10px;
	color:#FFF;
	font-size:18px;
	height:35px;
	text-align:center;
	width:185px;
	margin-top:10px;
	padding-top:4px;
}
.content-sub h1 [data-remodal-target]:hover {
	color:#8A898A;
}
.mob-nav {
	display:none;	
}
.bar-map .slide-test img {
	width:100%;
	height:auto;	
}
.contact-top a {
	color:#FFF;
	text-decoration:underline;	
}
.img-brochures {
	width:100%;
	height:auto;	
}
.content-sub ul li {
	margin-bottom:10px;
	list-style-position: inside;
}
.desk-img {
	display:block;	
}
.mob-img {
	display:none;	
}


.char-w {
	flex-wrap: wrap;
	justify-content: center;
}
.char-w img {
	height:100px;
	width:auto;
	margin-bottom:25px;
	margin-left:1.5%;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
}
.has-dd:after {
	content:'▾';
	font-size:20px;
	position:absolute;
	top:-1.5px;
}