
Theme Name: MDG Theme
Theme URI: 
Description: 
Version: 1.0
Author: Jump Digital Inc.
*/


@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
  font-family: 'Font Awesome';
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/fontawesome-webfont.woff') format('woff'),
  url('fonts/fontawesome-webfont.ttf')  format('truetype'),
  url('fonts/fontawesome-webfont.svg#Font Awesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}

a { display: inline-block; cursor: pointer;}

p {
	line-height: 22px;
	margin-bottom: 26px;
}

input[type="checkbox"] {
	vertical-align: middle;
	appearance: checkbox;
	-webkit-appearance: checkbox;
}

select,
textarea,
input[type="text"],
input[type="num"],
input[type="email"],
input[type="tel"] {
	line-height: 17px;
}

img { max-width: 100%; height: auto; }

/* Headings */
h1, h2 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	max-width: 700px;
	font-size: 40px;
	line-height: 50px;
	margin: 0 auto;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: #12213b;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

h2.title {
	max-width: 590px;
	margin: 0 auto 45px;
}

.body-wrapper { position: relative; overflow: hidden;}

.wrapper14 { max-width: 1008px; margin: 0 auto; padding: 0 14px;}
.wrapper42 { max-width: 1008px; margin: 0 auto; padding: 0 42px;}

/* Logo MDG */
.logo-mdg {
	float: left;
    background: url('images/logo-mdg.png') no-repeat;
	background-position: center;
    background-size: 157px;
    width: 157px;
    height: 61px;
    margin: 17px 45px 0 0;
}

.logo-mdg-footer {
	display: block;
    background: url('images/logo-mdg-footer.png') no-repeat;
	background-position: center;
    background-size: 118px;
    width: 118px;
    height: 46px;
    margin-bottom: 32px;
}

/* Icons */
.icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70px;
	width: 70px;
	height: 60px;
}

.icon.partner {
	background: url('images/icon/icon-partner.png');
}

.icon.services {
	background: url('images/icon/icon-services.png');
}

.icon.why {
	background: url('images/icon/icon-why.png');
}

/* Main Header/Nav */
.main-header {
	/*display: none;*/
	z-index: 1041;
	position: fixed;
	top: 0;
	left: 0;
    background-color: rgba(18,33,59,0.7);
    width: 100%;
}

.main-header.relative,
.mobile-header.relative {
	position: relative;
	background-color: rgba(18,33,59,1) !important;
}

.main-nav { float: right; }

.main-nav ul { font-size: 0; }

.main-nav ul li {
	display: inline-block;
	position: relative;
}

.main-nav ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
	padding: 42px 18px 42px 19px;
}

.main-nav > ul > li > a {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.main-nav ul li a:hover { background-color: #b11b2d; }
.main-nav ul li.current-menu-item a { background-color: #b11b2d; }

.main-nav ul li:nth-child(3):hover ul {
	visibility: visible;
	top: 94px;
}

.main-nav > ul > li ul {
	z-index: 1040;
   	position: absolute;
   	top: 80px;
   	width: 250px;
   	visibility: hidden;
    background-color: rgba(18,33,59,0.8);
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

.main-nav > ul > li ul:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 52px;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #12213b transparent;
}

.main-nav ul li ul li {
	display: block;
}

.main-nav > ul > li > ul > li > a {
	width: 100%;
	padding: 14px;
}

/* Mobile Header */
.mobile-header {
	z-index: 1041;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    min-height: 55px;
    background-color: rgba(18,33,59,0.7);
	padding: 8px 0;
}

.mobile-header .logo-mdg {
	position: absolute;
	left: 14px;
	background-size: 99px;
	width: 99px;
	height: 39px;
	margin: 0;
}

.hamburger {
	float: right;
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px;
	margin-top: 6px;
	cursor: pointer;
}

.hamburger div {
	width: 100%;
	height: 4px;
	background-color: #fff;
	margin-top: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.hamburger div:before,
.hamburger div:after {
	content: '';
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.hamburger div:before {
	top: 3px;
}

.hamburger div:after {
	bottom: 3px;
}

.hamburger.nav-open div {
	background-color: rgba(0,0,0,0);
}

.hamburger.nav-open div:before {
	top: 13px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.hamburger.nav-open div:after {
	top: 13px;
    transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/*.hamburger:hover div,
.hamburger:hover div:before,
.hamburger:hover div:after {
	background-color: #c20a19;
}*/

/* Main Footer */
.main-footer {
	background-color: #3c3d41;
	padding: 41px 0 40px;
}

.main-footer a {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
	float: left;
	height: 200px;
}

.footer-col-1 {
	width: 16.6%;
	padding: 12px 26px 0 0;
}

.footer-col-1 p {
	max-width: 126px;
	font-size: 13px;
	color: #676767;
	margin-bottom: 0;
}

.footer-col-2 {
	width: 36%;
	padding: 17px 30px 0;
}

.footer-col-2 ul {
	float: left;
	width: 50%;
}


.footer-col-2 ul:last-of-type { padding-left: 16px; }

.footer-col-2 ul li { margin-bottom: 23px; }

.footer-col-2 ul li:last-child { margin-bottom: 0; }

.footer-col-2 ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #676767;
}

.footer-col-2 ul:first-of-type li a {
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-col-2 ul:first-of-type li a:hover { color: #b11b2d; }
.footer-col-2 ul:last-of-type li a:hover { color: #fff; }


.footer-col-3 {
	width: 18%;
	padding: 17px 35px 0 30px;
}

.footer-col-4 {
	width: 29.4%;
	padding: 17px 0 0 38px;
}

.footer-col-4 p {
	font-size: 14px;
	color: #676767;
	max-width: 215px;
	margin-bottom: 16px;
}

.footer-col-1,
.footer-col-2,
.footer-col-3 {
	border-right: #4e5054 1px solid;
}

.footer-col-3 strong,
.footer-col-4 strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

/* Social Nav */
ul.social-nav {
	font-size: 0;
	padding-top: 7px;
}

ul.social-nav li {
	line-height: 20px;
	margin-bottom: 5px;
}

ul.social-nav li:last-child { margin-bottom: 0; }

ul.social-nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #b0b0b1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

ul.social-nav li a:hover { color: #fff; }

ul.social-nav li i {
    text-align: left;
	vertical-align: middle;
	width: 30px;
	font-size: 16px;
	color: #838d8f;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

ul.social-nav li:nth-child(1) a:hover i { color: #3b5998; }
ul.social-nav li:nth-child(2) a:hover i { color: #55acee; }
ul.social-nav li:nth-child(3) a:hover i { color: #e95950; }
ul.social-nav li:nth-child(4) a:hover i { color: #ff6600; }

/* Form Newsletter */
.form-newsletter {
	font-family: 'Open Sans', sans-serif;
	font-size: 0;
}

.btn-newsletter {
	display: inline-block;
	position: relative;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.btn-newsletter:before {
	content: '\f003';
	position: absolute;
	top: 9px;
	left: 12.5px;
	font-family: 'Font Awesome';
	font-size: 20px;
	pointer-events: none;
}

.form-newsletter input[type="email"] {
	display: inline-block;
    vertical-align: top;
	width: 185px;
	height: 38px;
	background-color: #4e5054;
	font-size: 14px;
	padding: 0 12px 0 18px;
}

.form-newsletter input[type="submit"] {
	width: 45px;
	height: 38px;
	background-color: #c20a19;
	font-size: 14px;
}

/* Section-Content */
.section-content {
	position: relative;
	padding: 97px 0 100px;
}

.section-content._120x120 { padding: 120px 0; }

.section-content.no-content { padding: 22% 0; }

.section-content.banner-home { padding: 19% 0 12%; }

.section-content.banner-other { padding: 18% 0 14%; }

/*.section-content.g-map { padding: 17% 0; }*/

.section-content._21x20 { padding: 21% 0 20%; }

.section-content._60x60 { padding: 60px 0; }

.section-content._65x65 { padding: 65px 0; }

.section-content._66x70 { padding: 66px 0 70px; }

.section-content._72x72 { padding: 72px 0; }

.section-content._16x92 { padding: 16% 0 92px; }

.section-content._97x70 { padding: 97px 0 70px; }

.section-content._157x70 { padding: 157px 0 70px; }

/* Button */
.btn {
	min-width: 135px;
	background-color: #c20a19;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 16px 13px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.btn:hover,
.btn-newsletter input[type="submit"]:hover,
.file:hover:before {
	background-color: #e00c1e;
}

/* Banner */
section.banner-home p,
section.banner-other p {
	max-width: 340px;
	margin: 22px auto 0;
}

section.banner-home .btn,
section.banner-other .btn { margin-top: 60px; }

section.banner-other h1 {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

/* Background */
.bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-white { background-color: #fff; }

.bg-dwhite { background-color: #f3f3f3; }

.bg-gray { background-color: #ebebeb; }

.bg-gray1 { background-color: #e1e1e1; }

/* Color */
.white > * { color: #fff !important; }

.white li { color: #fff !important; }

.white h2 { border-bottom: #fff 1px solid !important; }

.gray { color: #676767 !important; }

/* Left/Right Side & Full-width */
.full-width ul {
	font-size: 0;
}

.full-width ul li {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	line-height: 22px;
}

.left-side,
.right-side,
.half-content-left,
.half-content-right {
	width: 50%;
}

.right-side.contact-us { width: 52%; }

.left-side,
.half-content-left {
	float: left;
	text-align: left;
	padding-right: 28px;
}

.right-side,
.half-content-right {
	float: right;
	text-align: right;
	padding-left: 28px;
}

.half-content-right { text-align: left; }

.right-side.blue h2 {
	color: #12213b;
    border-bottom: #12213b 1px solid;
}

.right-side.blue p { color: #676767; }

.full-width h2,
.left-side h2,
.right-side h2 {
	line-height: normal;
	padding-bottom: 24px;
}

.left-side h2 {
	color: #12213b;
	border-bottom: #12213b 1px solid;
}

.full-width h2,
.right-side h2 {
	color: #fff;
	border-bottom: #fff 1px solid;
}

.left-side a.btn,
.right-side a.btn {
	margin-top: 32px;
}

.left-side p,
.right-side p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

.left-side p:last-of-type,
.right-side p:last-of-type {
	margin-bottom: 0;
}

.left-side h2,
.left-side p {
	text-align: left;
}

.left-side p { color: #676767; }

.right-side h2,
.right-side p {
	color: #fff;
	text-align: right;
}

.left-side ol,
.left-side ul {
	padding-left: 14px;
}

.left-side ul li { list-style-type: disc; }

.left-side ol li,
.left-side ul li {
	color: #676767;
	line-height: 22px;
	margin-bottom: 12px;
}


.left-side ol li:last-child,
.left-side ul li:last-child {
	margin-bottom: 0;
}

/* Column */
.col-2 {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 56px;
	-moz-column-gap: 56px;
	-webkit-column-gap: 56px;
}

/* Theme Options */
.theme-options {
	font-size: 0;
	padding: 0 14px;
}

.theme-options p {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 48px;
}

.theme-options p:first-of-type {
	max-width: 952px;
	text-align: left;
	line-height: 30px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
	border-top: #fff 1px solid;
}

.theme-options img {
	vertical-align: middle;
	margin: 20px;
}

/*.theme-options img:last-of-type,*/
.theme-options p:last-of-type { margin-bottom: 0 !important; }

/* Triple Listing */
.triple-listing ul,
ul.checkbox-list {
	font-size: 0;
}

.triple-listing ul li,
ul.checkbox-list li {
	display: inline-block;
	vertical-align: text-bottom;
	width: 33.33%;
}

.triple-listing ul li:nth-child(3n+1), ul.checkbox-list li:nth-child(3n+1) { padding-right: 18px; }
.triple-listing ul li:nth-child(3n+2), ul.checkbox-list li:nth-child(3n+2) { padding: 0 9px; }
.triple-listing ul li:nth-child(3n+3), ul.checkbox-list li:nth-child(3n+3) { padding-left: 18px; }

.triple-listing ul li h2 {
	text-transform: initial;
	padding-bottom: 24px;
	margin: 22px 0 24px;
	border-bottom: #dbdfe6 1px solid;
}

.triple-listing ul li p {
	min-height: 100px;
	font-size: 16px;
	color: #676767;
	margin: 0 auto 22px;
}

/* Breaker */
.breaker h2 {
	max-width: 350px;
	line-height: 32px;
	margin-left: auto;
	margin-right: auto;
}

.breaker p {
	color: #676767;
	max-width: 514px;
	margin: 0 auto 26px;
}

.breaker p:last-of-type { margin-bottom: 0; }

.breaker.full .half-content-left,
.breaker.full .half-content-right {
	margin-bottom: 50px;
}

.breaker.full .center h2,
.breaker.full .center h2 {
	margin-bottom: 18px;
}

.breaker .center p,
.breaker .center p {
	max-width: 247px !important;
	margin: 0 auto 26px !important;
}

.breaker .center p:last-of-type,
.breaker .center p:last-of-type {
	margin-bottom: 0 !important;
}


.breaker.full h2,
.breaker.full p {
	max-width: initial;
	margin-left: initial;
	margin-right: initial;
}

.vision-mission {
	float: left;
	width: 50%;
	text-align: center;
}

/* Table */
.table {
	/*overflow-x: auto;*/
	margin: 30px 0 62px;
}

.table table {
	width: 100%;
	height: 100%;
}

.table:last-of-type { margin-bottom: 0; }

.table thead {
	background-color: #6b7d9b;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.table tbody {
	font-size: 14px;
	color: #12213b;
}

.table th,
.table td {
	text-align: center;
	line-height: 20px;
	padding: 14px;
	border: #e8e8e8 0.5px solid;
}

.table th { font-weight: normal; }

.table thead tr th:first-child,
.table tbody tr td:first-child {
	font-weight: 700 !important;
}

.table tbody tr:nth-child(even) td { background-color: #fafafa; }

.table a { 
	font-weight: 600;
	color: #12213b;
	text-transform: uppercase;
}

.table a:hover { text-decoration: underline; }

/* Form */
/*.form-title {
	max-width: 559px;
	margin: 0 auto;
}

.form-title h2 {
	line-height: 24px;
}*/

form .text-center { position: relative; }

.form-contact > *,
.form-applicant > * { color: #343434; }

.wpcf7-form-control-wrap { position: initial !important; }

span.wpcf7-list-item { margin-left: 0 !important; }

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="file"], 
input[type="email"] {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 36px;
	background-color: #f3f3f3;
	font-size: 14px;
	padding: 0 6px;
	border: none;
}

textarea { padding: 11px 6px; }

.form-contact select,
.form-contact textarea,
.form-contact input[type="text"],
.form-contact input[type="tel"],
.file, .dropdown,
.form-contact input[type="email"],
.form-applicant select,
.form-applicant textarea,
.form-applicant input[type="text"],
.form-applicant input[type="tel"],
.form-applicant input[type="email"] {
	width: calc(100% - 115px);
}

.form-contact textarea {
	height: 142px;
	resize: none;
}

.form-contact textarea._2 { height: 89px; }

.form-contact label,
.form-applicant label {
	display: inline-block;
	vertical-align: middle;
	width: 115px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

label.valign-top {
	vertical-align: top;
	padding-top: 13px;
}

/*.form-contact input[type="submit"],
.form-applicant input[type="submit"] {
	margin-top: 47px;
}*/

.form-contact ul,
.form-applicant ul { font-size: 0; }

.form-contact ul li,
.form-applicant ul li {
	margin-bottom: 17px;
}

.file, .dropdown {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: calc(100% - 115px);
	overflow: hidden;
	cursor: pointer;
}

.file:before {
    z-index: 3;
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 111px;
	height: 36px;
	background-color: #c20a19;
	pointer-events: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.file:after {
    z-index: 4;
	content: 'Browse...';
	position: absolute;
	top: 11px;
	right: 19px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	pointer-events: none;
}

.file input[type="text"], 
.file input[type="file"],
.dropdown select {
	width: 100%;
}

.file input[type="text"] {
    z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
	padding: 2px 123px 1px 1px;
	margin: 1px 0 0 5px;
	pointer-events: none;
}

.file input[type="file"] {
	padding: 2px 6px 0;
	border-bottom: 1px solid #f3f3f3;
}

.dropdown:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background-color: #12213b;
	pointer-events: none;
}

.dropdown:after {
	content: '';
	position: absolute;
    top: 16px;
    right: 12px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	pointer-events: none;
}

/* Form Applicant */
.form-applicant input[type="number"] { width: 100%; }

.container { padding-bottom: 18px; }

.form-applicant .container:last-of-type { padding-bottom: 0; }

.container h3 {
	display: block;
	width: 100%;
	background-color: #12213b;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 0 10px;
	margin-bottom: 35px;
}

.container.checkbox label {
	display: block;
	width: 100%;
	font-weight: 700;
	margin-bottom: 24px;
}

.container p { margin-bottom: 0 !important; }

.container.last { padding-bottom: 0; }

.container.last .file,
.container.last .datepicker,
.container.last label,
.container.last textarea,
.container.last input[type="text"] {
	display: block !important;
	width: 100% !important;
}

.container.last label {
	line-height: 22px;
	margin-bottom: 4px;
}

.container.last ul li:first-child textarea { height: 111px; }
.container.last ul li:last-child textarea { height: 133px; }

.container.last textarea { height: 133px; }

.datepicker {
	position: relative;
}

.datepicker:before {
    content: '\f073';
    position: absolute;
    top: 9px;
    left: 7px;
    font-family: 'Font Awesome';
    font-size: 18px;
    pointer-events: none;
}

.datepicker input[type="text"] { padding-left: 30px; }

/* Checkbox List */
.container.checkbox .wpcf7-form-control-wrap {
	display: block;
	padding-left: 14px;
}

.container.checkbox .wpcf7-form-control {
	display: block;
	font-size: 0;
}

.container.checkbox .wpcf7-list-item {
	display: inline-block;
	width: 33.33%;
	margin-bottom: 22px;
}

.container.checkbox .wpcf7-form-control .wpcf7-list-item:nth-child(3n+1) { padding-right: 18px; }
.container.checkbox .wpcf7-form-control .wpcf7-list-item:nth-child(3n+2) { padding: 0 9px; }
.container.checkbox .wpcf7-form-control .wpcf7-list-item:nth-child(3n+3) { padding-left: 18px; }

.container.checkbox .wpcf7-list-item-label {
	vertical-align: middle;
	font-size: 14px;
	padding: 0 5px;
}

/*ul.checkbox-list {
	text-align: left;
	padding-left: 14px;
}

ul.checkbox-list li { margin-bottom: 28px; }*/


.container.checkbox label.desired-loc { margin-bottom: 12px; }

/*.container.checkbox label:last-of-type { margin-bottom: 24px !important; }*/

.checkbox-list span,
.checkbox-list input[type="checkbox"] {
	vertical-align: middle;
	font-size: 14px;
}

.other label {
	display: inline-block !important;
	width: 44px !important;
	font-weight: normal !important;
	margin-bottom: 0 !important;
}

/*.other input[type="text"] {
	width: calc(100% - 44px);
}*/

.expected-salary {
	position: relative;
	text-align: left;
	margin-bottom: 24px;
}

.expected-salary .wpcf7-form-control-wrap {
	display: inline-block !important;
	padding-left: 0 !important;
}

.expected-salary input[type="number"] {
	width: 112px;
	font-size: 14px !important;
	margin: 0 13px;
}

/*.form-contact half-content-right ul li:last-child label {
	vertical-align: top !important;
}*/

/* Contact Form 7 - Alert Msg */
div.wpcf7-validation-errors {
	max-width: 431px;
    background-color: #f2dede;
	font-size: 13px;
    color: #a94442;
    border: #ebccd1 1px solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

div.wpcf7-mail-sent-ok {
	max-width: 431px;
    background: #dff0d8;
    font-size: 13px;
    color: #3c763d;
    border: #d6e9c6 1px solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}

div.wpcf7-response-output {
    line-height: 22px;
	padding: 15px;
	margin: 25px auto 0 !important;
}

.container textarea.g-recaptcha-response { display: none !important; }

.wpcf7-form-control.wpcf7-not-valid {
	border: #c20a19 1px solid !important;
}

/* Mail Chimp */
.mc4wp-alert { margin-top: 8px; }

.mc4wp-alert p {
	max-width: 300px;
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto;
}

.mc4wp-alert.mc4wp-success p { color: #00de03; }
.mc4wp-alert.mc4wp-error p { color: #fa3e3e; }

.note {
    font-size: 12px;
    line-height: 16px;
    margin: 6px 0 0 115px;
}

/* Google Map */
#gmap_canvas {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 518px;
}

#gmap_canvas img {
    max-width:none !important;
    background:none !important;
}

/* popup */
.popup {
    position: relative;
    background: #FFF;
    /*padding: 20px;*/
    width: auto;
    margin: 20px auto;
    max-width: 900px;
    text-align: center;
}

.popup img {
	max-width: 100%;
	height: auto;
}

.popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Services Offered */
.services-offered li { margin-bottom: 90px; }

.services-offered h2 {
	padding-bottom: 16px;
	margin-bottom: 15px;
	border-bottom: #dbdfe6 1px solid;
}

.services-offered p {
 	color: #676767;
 	text-align: justify;
 	margin-bottom: 0;
}

.services-offered p:not(:first-of-type) {
	margin-bottom: 24px;
}

.services-offered li:last-of-type,
.services-offered p:last-of-type {
	margin-bottom: 0;
}

.services-offered img {
	width: 100%;
	margin: 28px 0 26px;
}

/* Tab Links */
ul.tab-links,
ul.product-list {
	font-size: 0;
}

.tab-links li, .product-list li {
	display: inline-block;
	margin: 0 4px 8px;
}

.tab-links a {
	min-width: 138px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #193054;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 21px;
	border: #193054 1px solid;
}

.tab-links a:hover,
.tab-links a.active {
	background-color: #193054;
	color: #fff;
}

ul.product-list {
	display: none;
	text-align: left;
	margin-top: 53px;
}

ul.product-list.active { display: block; }

.product-list li {
	vertical-align: text-top;
	width: 33.33%;
	margin: 0 0 30px;
}

.product-list li:nth-child(3n+1) { padding-right: 18px; }
.product-list li:nth-child(3n+2) { padding: 0 9px; }
.product-list li:nth-child(3n+3) { padding-left: 18px; }

.product-list img { width: 100%; }

.product-list a { display: block; }

.product-list li > div {
	display: table;
	width: 100%;
	min-height: 75px;
	background-color: #193054;
	text-align: center;
	padding: 8px;
}

.product-list h3, .product-list span {
	font-size: 18px;
	color: #fff;
}

.product-list h3 {
	margin-bottom: 9px;
	line-height: 28px;
}

.product-list span { font-size: 14px; }

/* Royal Slider */
.auto-margin { margin-top: 95px; }

.rsDefault .rsBullets {
	bottom: 13% !important;
	background: initial !important;
	line-height: 12px !important;
}

.rsDefault .rsBullet {
	padding: 0 !important;
	margin: 0 9px;
}

.rsDefault .rsBullet span {
	width: 9px !important;
	height: 9px !important;
	background: #fff !important;
}

.rsDefault .rsBullet.rsNavSelected span {
	width: 9px !important;
	height: 9px !important;
	background: #193054 !important;
}

/* Single Page - Product */
.single-product figure,
.single-product div:not(:last-of-type) {
	float: left;
}

.single-product figure {
	width: 30%;
	padding-right: 14px;
}

.single-product > div:not(:last-of-type) {
	width: 70%;
	padding-left: 14px;
}

.single-product h1 {
	max-width: initial;
	font-size: 36px;
	line-height: 40px;
	margin: 0;
}

.single-product span {
	display: block;
	font-size: 18px;
	margin: 14px 0 18px;
}

.single-product div:not(:last-of-type) { text-align: left; }

.single-product p:last-of-type { margin-bottom: 0; }

/* Terms of Service */
.terms-of-service {
	color: #676767;
}

.terms-of-service > * { line-height: 22px; }

.terms-of-service p:last-of-type { margin-bottom: 0; }

.terms-of-service > ol,
.terms-of-service > ul {
	padding-left: 17px;
	margin-bottom: 26px;
}

.terms-of-service ul { list-style: disc }

.terms-of-service ol li,
.terms-of-service ul li {
	list-style-position: outside;
}

.terms-of-service ol li > ul,
.terms-of-service ul li > ul {
	padding-left: 17px;
}

/* Loading Contact Form */
div.wpcf7 img.ajax-loader {
	position: absolute;
	top: 16px;
}

.g-recaptcha > div { margin: auto !important; }

/* UNIVERSAL */
.clearfix { *zoom: 1;}
.clearfix:before, 
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}

.clear { clear: both; }

.full-img img {
	width: 100%;
	height: auto;
}

.no-padding { padding: 0; }

/*.table { display: table; width: 100%; height: 100%;}*/

.row { display: table-row; font-size: 0;}

.cell { display: table-cell; vertical-align: middle;}

.text-center { text-align: center;}
.text-left > * { text-align: left !important;}
.text-right { text-align: right;}

.hidden-l { display: none; margin-bottom: 28px; }

.hidden-l img { width: 100%; }

@media only screen and (max-width: 1030px) {
	/* Footer */
	.footer-col-1,
	.footer-col-2,
	.footer-col-3,
	.footer-col-4 {
		float: none;
		width: 100%;
		height: initial;
		text-align: center;
		padding: 0;
		border-right: none;
	}

	.footer-col-1,
	.footer-col-2,
	.footer-col-3 {
		margin-bottom: 50px;
	}

	.logo-mdg-footer { margin: 0 auto 24px; }

	.footer-col-1 p,
	.footer-col-4 p {
		margin-left: auto;
		margin-right: auto;
	}

	.footer-col-2 {
		max-width: 395px;
		margin-left: auto;
		margin-right: auto;
	}


	.footer-col-2 ul:last-of-type { padding-left: 0; }

	ul.social-nav li {
		display: inline-block;
		margin: 0 12px 0;
	}

	/* Form Newsletter */
	.form-newsletter input[type="email"] { width: 350px; }
}


@media only screen and (max-width: 987px) {
	/* Main Header */
	.main-header {
		/*display: none;*/
		padding-bottom: 0;
		background-color: initial;
	}

	.main-header .logo-mdg { display: none; }
	
	.main-nav {
		position: fixed;
		z-index: 20;
		top: 0;
		right: 0;
		width: 250px;
		height: 100%;
		background-color: #12213b;
		padding-top: 12px;
		overflow-y: auto;
		transform: translate(250px,0);
		-ms-transform: translate(250px,0);
		-moz-transform: translate3d(250px,0,0);
		-webkit-transform: translate3d(250px,0,0);
	}

	.main-nav ul li { display: block; }

	.main-nav ul li:nth-child(3):hover ul {
		visibility: initial;
		top: initial;
	}

	.main-nav ul li ul {
		z-index: initial;
		position: relative;
		top: initial;
		left: initial;
		visibility: visible;
		width: initial;
		background-color: initial;
		transition: initial;
		-moz-transition: initial;
		-webkit-transition: initial;
	}

	.main-nav ul li ul li a {
		font-weight: normal;
		padding-left: 32px;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
	} 

	.main-nav ul li ul:before {
		position: relative;
		border: none;
	}

	.main-nav ul li a {
		display: block;
		font-size: 14px;
		padding: 14px;
	}

	.main-nav, .mobile-header, .main-content, .main-footer {
		transition: transform 300ms linear;
		-ms-transition: -ms-transform 300ms linear;
		-moz-transition: -moz-transform 300ms linear;
		-webkit-transition: -webkit-transform 300ms linear;
	}

	.nav-open .mobile-header, .nav-open .main-content, .nav-open .main-footer {
		transform: translate(-250px,0);
		-ms-transform: translate(-250px,0);
		-moz-transform: translate3d(-250px,0,0);
		-webkit-transform: translate3d(-250px,0,0);
	}

	.nav-open .main-nav {
		transform: translate(0,0);
		-ms-transform: translate(0,0);
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
	}

	.mobile-header { display: block; }

	.auto-margin { margin-top: 55px; }
}

@media only screen and (max-width: 900px) {
	.product-list li { width: 50%; }

	.product-list.other li:last-child { display: none; }

	.product-list li:nth-child(3n+1) { padding-right: 0; }
	.product-list li:nth-child(3n+2) { padding: 0; }
	.product-list li:nth-child(3n+3) { padding-left: 0; }

	.product-list li:nth-child(odd) { padding-right: 14px; }
	.product-list li:nth-child(even) { padding-left: 14px; }
}

@media only screen and (max-width: 800px) {

	.half-content-left,
	.half-content-right {
		float: none;
		width: 100% !important;
		padding: 0;
	}

	/* Form Contact */
	.form-contact select,
	.form-contact textarea,
	.form-contact input[type="text"],
	.form-contact input[type="tel"],
	.file, .dropdown,
	.form-contact input[type="email"],
	.form-applicant select,
	.form-applicant textarea,
	.form-applicant input[type="text"],
	.form-applicant input[type="tel"],
	.form-applicant input[type="email"] {
		width: calc(100% - 135px);
	}

	.form-contact label,
	.form-applicant label { width: 135px; }

	.form-contact textarea { resize: vertical; }

	.container.last ul li:last-child textarea { height: 111px; }

	.file input[type="text"],
	.dropdown select {
		width: 100%;
	}
	
	input[type="text"].wpcf7-free-text { width: calc(100% - 61px); }

	.note { margin-left: 134px; }

	.table thead { display: none; }

	.table td {
		position: relative;
		display: block;
		text-align: left;
		padding-left: 50%;
	}

	.table td:before {
		content: attr(data-th);
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		text-align: left;
		padding: 0 14px;
	}

	.table tr:nth-child(odd) {background-color: #dbdae8 !important; }
}

@media only screen and (max-width: 750px) {
	.single-product figure,
	.single-product div:not(:last-of-type) {
		float: none;
		width: 100%;
		padding: 0 !important;
	}

	.single-product figure { margin-bottom: 28px; }

	.single-product div:not(:last-of-type) {
		text-align: center;
	}

	.single-product div:not(:last-of-type) p {
		max-width: 550px;
		text-align: justify;
    	margin: 0 auto;
	}

	.single-product h1 {
		font-size: 24px;
		line-height: normal;
	}

	.single-product span {
	    font-size: 18px;
	    line-height: normal;
	    margin: 6px 0 12px;
	}
}

@media only screen and (max-width: 700px) {
	.section-content._120x120 { padding: 97px 0 100px; }

	.hidden-l { display: block; }

	.left-side,
	.right-side {
		float: none;
		width: 100% !important;
		text-align: center !important;
		padding: 0;
	}

	.full-width { text-align: center; }

	.left-side >*,
	.right-side > *,
	.theme-options p:first-of-type  {
		text-align: center !important;
	}

	.bg-left[style],
	.bg-right[style],
	.bg-red[style] {
		background-image: none !important;
	}

	.bg-left { background-color: #fff; }
	.bg-right { background-color: #014a8f; }
	.bg-red { background-color: #6e0f31; }

	#gmap_canvas { height: 259px; }

	.left-side ol,
	.left-side ul {
		padding-left: 0;
	}

	.left-side ol li,
	.left-side ul li {
		list-style-type: none;
	}

	/* Column */
	.col-2 {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-gap: initial;
		-moz-column-gap: initial;
		-webkit-column-gap: initial;
	}

	.full-width ul li {
		display: block;
		width: 100%;
	}

	/* Triple Listing */
	.triple-listing ul li {
		display: block;
		max-width: 480px;
		width: 100%;
		padding: 0 !important;
		margin: 0 auto 36px;
	}

	.triple-listing ul li:last-child { margin-bottom: 0; }

	.triple-listing ul li p { min-height: initial; }
}

@media only screen and (max-width: 650px) {
	.container.checkbox label.desired-loc { margin-bottom: 24px; }

	.container.checkbox .wpcf7-list-item {
		display: block;
		width: 100%;
		padding: 0 !important;
	}
}

@media only screen and (max-width: 500px) {
	.wrapper42 { padding: 0 14px; }

	.rsDefault .rsBullets { display: none; }

	/* Footer */
	.footer-col-1,
	.footer-col-2,
	.footer-col-3 {
	    margin-bottom: 30px;
	}

	.footer-col-2 { display: none; }

	ul.social-nav {
		/*max-width: 160px;*/
		padding: 0;
		/*margin: 0 auto;*/
	}

	ul.social-nav li {
		display: block;
		/*text-align: left;*/
		margin: 0 auto 12px;
	}

	ul.social-nav li:last-child { margin-bottom: 0; }

	.form-newsletter input[type="email"] { width: 315px; }

	.footer-nav > ul > li:last-child p {
		max-width: 180px;
	}

	/* Theme Options */
	.theme-options p {
		font-size: 18px;
		margin-bottom: 33px;
	}

	.theme-options p:first-of-type { line-height: 24px; }

	/*.theme-options p img { margin: 0 20px 30px; }*/

	/* Form Contact */
	.form-contact select,
	.form-contact textarea,
	.form-contact input[type="text"],
	.form-contact input[type="tel"],
	.file, .dropdown,
	.form-contact input[type="email"],
	.form-applicant select,
	.form-applicant textarea,
	.form-applicant input[type="text"],
	.form-applicant input[type="tel"],
	.form-applicant input[type="email"] {
		width: 100%;
	}

	.form-contact label,
	.form-applicant label {
		display: block;
		width: initial;
		margin-bottom: 8px;
	}

	label.valign-top { padding-top: 0; }

	input[type="text"].wpcf7-free-text {
	    width: calc(100% - 61px);
	}

	.note { margin-left: 0; }

	.expected-salary { padding-bottom: 42px; }

	.expected-salary strong:first-of-type { margin-right: 4px; }

	.expected-salary .wpcf7-form-control-wrap {
		position: absolute !important;
		bottom: 0;
		left: 0;
	}

	.expected-salary input[type="number"] {
		width: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.section-content._157x70 { padding: 80px 0 70px; }

	.product-list li {
		display: block;
		width: 100%;
		padding: 0 !important;
	}

	.product-list.other li:last-child { display: block; }

	ul.tab-links li { display: block; }

	ul.tab-links li a { min-width: 100%; }
}

@media only screen and (max-width: 420px) {
	h1 {
		font-size: 24px;
		line-height: normal;
	}

	.section-content.banner-home { padding: 27% 0 12%; }

	.form-newsletter input[type="email"] { width: calc(100% - 45px); }

	.btn {
		min-width: 100%;
		display: block;
	}

	.left-side a.btn,
	.right-side a.btn {
		margin-top: 32px; 
	}

	div.wpcf7 img.ajax-loader {
		top: initial;
		bottom: -21px;
		right: 4px;
	}

	.section-content.banner-other { padding: 26% 0 14%; }

	.section-content._16x92 { padding: 21% 0 92px; }

	/* Theme Options */
	.theme-options img { margin: 0 10px 30px; }

	section.banner-home .btn, section.banner-other .btn {
	    margin-top: 30px !important;
	}
}
/*@media only screen and (max-width: 380px) {
}