body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #333333;
    background: #ffffff;
    overflow-x: hidden;

    /* text-rendering: optimizeLegibility; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* BACKGROUND COLORS */
.bg-transparent {
    background-color: transparent !important;
}

.bg-black {
    background-color: #111111 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-offwhite {
    background-color: #F5F5F5 !important;
}

.bg-clouds {
    background-color: #ECF0F1 !important;
}

.bg-silver {
    background-color: #BDC3C7 !important;
}

.bg-concrete {
    background-color: #95A5A6 !important;
}

.bg-asbestos {
    background-color: #7F8C8d !important;
}

.bg-tan {
    background-color: #D1DBBD !important;
}

.bg-pewter {
    background-color: #91AA9D !important;
}

.bg-moonlight {
    background-color: #3E606F !important;
}

.bg-deepocean {
    background-color: #193441 !important;
}

.bg-turquoise {
    background-color: #1ABC9C !important;
}

.bg-aqua {
    background-color: #16A085 !important;
}

.bg-sunflower {
    background-color: #F1C40F !important;
}

.bg-orange {
    background-color: #F39C12 !important;
}

.bg-sienna {
    background-color: #BF4E19 !important;
}

.bg-milanored {
    background-color: #AC1C00 !important;
}

.bg-river {
    background-color: #3498DB !important;
}

.bg-marina {
    background-color: #2980B9 !important;
}

.bg-deco {
    background-color: #C9D787 !important;
}

.bg-crete {
    background-color: #7D8A2E !important;
}

.bg-guardsman {
    background-color: #D90000 !important;
}

.bg-pomegranate {
    background-color: #C0392B !important;
}

.bg-finn {
    background-color: #723147 !important;
}

.bg-tamarind {
    background-color: #31152B !important;
}

.bg-transparent-hover:hover {
    background-color: transparent !important;
}

.bg-black-hover:hover {
    background-color: #111111 !important;
}

.bg-white-hover:hover {
    background-color: #FFFFFF !important;
}

.bg-offwhite-hover:hover {
    background-color: #F5F5F5 !important;
}

.bg-clouds-hover:hover {
    background-color: #ECF0F1 !important;
}

.bg-silver-hover:hover {
    background-color: #BDC3C7 !important;
}

.bg-concrete-hover:hover {
    background-color: #95A5A6 !important;
}

.bg-asbestos-hover:hover {
    background-color: #7F8C8d !important;
}

.bg-tan-hover:hover {
    background-color: #D1DBBD !important;
}

.bg-pewter-hover:hover {
    background-color: #91AA9D !important;
}

.bg-moonlight-hover:hover {
    background-color: #3E606F !important;
}

.bg-deepocean-hover:hover {
    background-color: #193441 !important;
}

.bg-turquoise-hover:hover {
    background-color: #1ABC9C !important;
}

.bg-aqua-hover:hover {
    background-color: #16A085 !important;
}

.bg-sunflower-hover:hover {
    background-color: #F1C40F !important;
}

.bg-orange-hover:hover {
    background-color: #F39C12 !important;
}

.bg-sienna-hover:hover {
    background-color: #BF4E19 !important;
}

.bg-milanored-hover:hover {
    background-color: #AC1C00 !important;
}

.bg-river-hover:hover {
    background-color: #3498DB !important;
}

.bg-marina-hover:hover {
    background-color: #2980B9 !important;
}

.bg-deco-hover:hover {
    background-color: #C9D787 !important;
}

.bg-crete-hover:hover {
    background-color: #7D8A2E !important;
}

.bg-guardsman-hover:hover {
    background-color: #D90000 !important;
}

.bg-pomegranate-hover:hover {
    background-color: #C0392B !important;
}

.bg-finn-hover:hover {
    background-color: #723147 !important;
}

.bg-tamarind-hover:hover {
    background-color: #31152B !important;
}

/* BG COVER - MTCH */
.bg-image-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* COLORS - MTCH added !important */
.black {
    color: #111111 !important;
}

.white {
    color: #FFFFFF !important;
}

.offwhite {
    color: #F5F5F5 !important;
}

.clouds {
    color: #ECF0F1 !important;
}

.silver {
    color: #BDC3C7 !important;
}

.concrete {
    color: #95A5A6 !important;
}

.asbestos {
    color: #7F8C8d !important;
}

.tan {
    color: #D1DBBD !important;
}

.pewter {
    color: #91AA9D !important;
}

.moonlight {
    color: #3E606F !important;
}

.deepocean {
    color: #193441 !important;
}

.turquoise {
    color: #1ABC9C !important;
}

.aqua {
    color: #16A085 !important;
}

.sunflower {
    color: #F1C40F !important;
}

.orange {
    color: #F39C12 !important;
}

.sienna {
    color: #BF4E19 !important;
}

.milanored {
    color: #AC1C00 !important;
}

.river {
    color: #3498DB !important;
}

.marina {
    color: #2980B9 !important;
}

.deco {
    color: #C9D787 !important;
}

.crete {
    color: #7D8A2E !important;
}

.guardsman {
    color: #D90000 !important;
}

.pomegranate {
    color: #C0392B !important;
}

.finn {
    color: #723147 !important;
}

.tamarind {
    color: #31152B !important;
}

.black-hover:hover {
    color: #111111 !important;
}

.white-hover:hover {
    color: #FFFFFF !important;
}

.offwhite-hover:hover {
    color: #F5F5F5 !important;
}

.clouds-hover:hover {
    color: #ECF0F1 !important;
}

.silver-hover:hover {
    color: #BDC3C7 !important;
}

.concrete-hover:hover {
    color: #95A5A6 !important;
}

.asbestos-hover:hover {
    color: #7F8C8d !important;
}

.tan-hover:hover {
    color: #D1DBBD !important;
}

.pewter-hover:hover {
    color: #91AA9D !important;
}

.moonlight-hover:hover {
    color: #3E606F !important;
}

.deepocean-hover:hover {
    color: #193441 !important;
}

.turquoise-hover:hover {
    color: #1ABC9C !important;
}

.aqua-hover:hover {
    color: #16A085 !important;
}

.sunflower-hover:hover {
    color: #F1C40F !important;
}

.orange-hover:hover {
    color: #F39C12 !important;
}

.sienna-hover:hover {
    color: #BF4E19 !important;
}

.milanored-hover:hover {
    color: #AC1C00 !important;
}

.river-hover:hover {
    color: #3498DB !important;
}

.marina-hover:hover {
    color: #2980B9 !important;
}

.deco-hover:hover {
    color: #C9D787 !important;
}

.crete-hover:hover {
    color: #7D8A2E !important;
}

.guardsman-hover:hover {
    color: #D90000 !important;
}

.pomegranate-hover:hover {
    color: #C0392B !important;
}

.finn-hover:hover {
    color: #723147 !important;
}

.tamarind-hover:hover {
    color: #31152B !important;
}

.no-shadow {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

/* PADDING, MARGIN & ALIGNMENT */
.pad0 {
    padding-top: 0px !important;
}

.pad5 {
    padding-top: 5px !important;
}

.pad10 {
    padding-top: 10px !important;
}

.pad15 {
    padding-top: 15px !important;
}

.pad20 {
    padding-top: 20px !important;
}

.pad25 {
    padding-top: 25px !important;
}

.pad30 {
    padding-top: 30px !important;
}

.pad45 {
    padding-top: 45px !important;
}

.pad60 {
    padding-top: 60px !important;
}

.pad90 {
    padding-top: 90px !important;
}

.pad-bottom0 {
    padding-bottom: 0px !important;
}

.pad-bottom5 {
    padding-bottom: 5px !important;
}

.pad-bottom10 {
    padding-bottom: 10px !important;
}

.pad-bottom15 {
    padding-bottom: 15px !important;
}

.pad-bottom20 {
    padding-bottom: 20px !important;
}

.pad-bottom25 {
    padding-bottom: 25px !important;
}

.pad-bottom30 {
    padding-bottom: 30px !important;
}

.pad-bottom45 {
    padding-bottom: 45px !important;
}

.pad-bottom60 {
    padding-bottom: 60px !important;
}

.pad-bottom90 {
    padding-bottom: 90px !important;
}

.margin-bottom0 {
    margin-bottom: 0px !important;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom25 {
    margin-bottom: 25px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-bottom45 {
    margin-bottom: 45px !important;
}

.margin-bottom60 {
    margin-bottom: 60px !important;
}

.margin-bottom90 {
    margin-bottom: 90px !important;
}

.margin-top0 {
    margin-top: 0px !important;
}

.margin-top5 {
    margin-top: 5px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top15 {
    margin-top: 15px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top25 {
    margin-top: 25px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top45 {
    margin-top: 45px !important;
}

.margin-top60 {
    margin-top: 60px !important;
}

.margin-top90 {
    margin-top: 90px !important;
}

.min-height-100px {
    min-height: 100px !important;
}

.min-height-200px {
    min-height: 200px !important;
}

.min-height-300px {
    min-height: 300px !important;
}

.min-height-400px {
    min-height: 400px !important;
}

.min-height-500px {
    min-height: 500px !important;
}

.min-height-600px {
    min-height: 600px !important;
}

.min-height-700px {
    min-height: 700px !important;
}

.min-height-800px {
    min-height: 800px !important;
}

@media only screen and (max-width : 767px){
    .min-height-xs-100px {
        min-height: 100px !important;
    }

    .min-height-xs-200px {
        min-height: 200px !important;
    }

    .min-height-xs-300px {
        min-height: 300px !important;
    }

    .min-height-xs-400px {
        min-height: 400px !important;
    }

    .min-height-xs-500px {
        min-height: 500px !important;
    }

    .min-height-xs-600px {
        min-height: 600px !important;
    }

    .min-height-xs-700px {
        min-height: 700px !important;
    }

    .min-height-xs-800px {
        min-height: 800px !important;
    }
}

.marg-bottom5 {
    margin-bottom: 5px !important;
}

.marg-left5 {
    margin-left: 5px !important;
}

.marg-right5 {
    margin-right: 5px !important;
}

.but_marg {
    margin-left: 3px !important;
}

.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* * TYPOGRAPHY * */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    color: #666666;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    color: #e5e5e5;
}

h1,
h2,
h3 {
    margin-bottom: 20px;
    font-weight: 300;
}

h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 8.8rem;
    font-weight: 800;
}

h2,
.h2 {
    font-size: 3.6rem;
    color: #3669ff;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 2.4rem;
}

h5,
.h5 {
    font-size: 1.7rem;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 16px;
}

p {
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 15px 0;
    color: #515157;
}

.lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}

small,
.small {
    font-size: 80%;
    line-height: 2;
}

em {
    color: #ff6600;
}

/* LINKS */
a {
    color: #3669ff;
    border-top: 5 solid;
}

a:hover {
    color: #16a085;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* LISTS */
ol {
    position: relative;
    padding-left: 22px;
}

ul {
    list-style: none;
    position: relative;
    padding-left: 22px;
}

ul li,
ol li {
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    color: #515157;
    margin-bottom: 5px;
}

ul.circle li:before {
    font-family: 'fontawesome';
    content: '\f10c';
    font-size: 12px;
    color: #16a085;
    padding-top: 2px;
    margin-left: -20px;
    position: absolute;
}

/* TITLES */
.underlined-title {
    text-align: center;
    padding-bottom: 30px;
}

.underlined-title h1 {
    color: #2c3e50;
    margin: 0;
}

.underlined-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #95a5a6;
}

.underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #16a085;
}


/* =================================================================================== */
/* BUTTONS
/*=================================================================================== */
.btn {
    color: #FFF;
    padding: 10px 20px;
    margin: 15px 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
	border-radius: 0px;
}

.btn:hover{
	background-color: #d3d3d3;
	color: #3669f8;
}

.modal-footer .btn+.btn {
    margin-bottom: 15px;
}

.btn-sm {
    padding: 7px 13px;
    font-size: 12px;
}

.btn-lg {
    padding: 16px 26px;
    font-size: 16px;
}

.btn-xl {
    padding: 18px 30px;
    font-size: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
    margin-left: 15px;
}

/* Button DISABLED */
.disabled a {
    cursor: not-allowed;
}

/* Button DEFAULT */
.btn.btn-default {
    background: #ecf0f1;
    box-shadow: 0 2px #bdc3c7;
    color: #999;
}

.btn.btn-default:hover {
    background: #bdc3c7;
}

/* Button PRIMARY */
.btn.btn-primary {
    background: #1abc9c;
    box-shadow: 0 2px #16a085;
}

.btn.btn-primary:hover {
    background: #16a085;
}

/* Button WARNING */
.btn.btn-warning {
    background: #f1c40f;
    box-shadow: 0 2px #f39c12;
}

.btn.btn-warning:hover {
    background: #f39c12;
}

/* Button DANGER */
.btn.btn-danger {
    background: #e74c3c;
    box-shadow: 0 2px #c0392b;
}

.btn.btn-danger:hover {
    background: #c0392b;
}

/* Button SUCCESS */
.btn.btn-success {
    background: #2ecc71;
    box-shadow: 0 2px #27ae60;
}

.btn.btn-success:hover {
    background: #27ae60;
}

/* Button DARK */
.btn.btn-dark {
    background: #34495e;
    box-shadow: 0 2px #2c3e50;
    color: #ffffff;
}

.btn.btn-dark:hover {
    background: #2c3e50;
}

/* Button INFO */
.btn.btn-info {
    background: #3498db;
    box-shadow: 0 2px #2980b9;
}

.btn.btn-info:hover {
    background: #2980b9;
}

/* Outline Buttons */
.btn-outline {
    color: #FFF;
    padding: 12px 20px;
    margin: 15px 0;

    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.btn-outline:hover {
    text-decoration: none;
    color: #ffffff;
}

.btn-outline-sm {
    padding: 5px 13px;
    font-size: 13px;
}

.btn-outline-lg {
    padding: 14px 26px;
    font-size: 15px;
}

.btn-outline-xl {
    padding: 18px 30px;
    font-size: 2.4rem;
}

.content-2-2 .btn,
.services-wrapper .btn {
    font-size: 1.6rem;
}

.btn {
    background: #3669ff;
}

.btn-outline.outline-light,
.icon.outline-light {
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover {
    color: #2c3e50;
    background: #ffffff;
}

.btn-outline.outline-dark,
.icon.outline-dark {
    color: #2c3e50;
    background: none;
    border: 2px solid #2c3e50;
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
    color: #ffffff;
    background: #2c3e50;
}

button:hover {
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* =================================================================================== */
/* SOCIAL ICONS
/*=================================================================================== */
.social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 100;
}

.social li {
    display: inline-block;
    margin-right: 6px;
}

.social li a {
    display: table;
    position: relative;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.social-light li a i {
    color: #ffffff;
}

.social-dark li a i {
    color: #666666;
}

.social li a i:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.social li a:hover i {
    color: #f0f0f0;
}

.social li a:hover i:after {
    height: 100%;
}

.social a .fa-facebook:after {
    background: #3b5998;
}

.social a .fa-google-plus:after {
    background: #dd4b39;
}

.social a .fa-twitter:after {
    background: #00aced;
}

.social a .fa-pinterest:after {
    background: #CB2027;
}

.social a .fa-behance:after {
    background: #1769FF;
}

.social a .fa-dribbble:after {
    background: #EA4C89;
}

/* FORM CONTROL */
fieldset {
    border: 2px solid #ecf0f1;
    border-radius: 6px;
    padding: 30px 50px;
}

fieldset legend {
    color: #333;
    padding: 5px 10px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
}

.form-control {
    border: 2px solid #ecf0f1;
    color: #34495e;

    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group.focus .form-control,
.form-control:focus {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.form-control.form-minimal {
    border-color: transparent;
}

.form-control.form-minimal:hover {
    border-color: #bdc3c7;
}

.form-control.form-minimal:focus {
    border-color: #1abc9c;
}

.has-success .help-block,
.has-success .control-label {
    color: #2ecc71;
}

.has-success .form-control {
    color: #2ecc71;
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}

.has-success .form-control::-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}

.has-success .form-control:-ms-input-placeholder {
    color: #2ecc71;
}

.has-success .form-control::-webkit-input-placeholder {
    color: #2ecc71;
}

.has-success .form-control.placeholder {
    color: #2ecc71;
}

.has-success .form-control:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .input-group-addon {
    color: #2ecc71;
    border-color: #2ecc71;
    background-color: #ffffff;
}

.has-warning .help-block,
.has-warning .control-label {
    color: #f1c40f;
}

.has-warning .form-control {
    color: #f1c40f;
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .form-control:-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}

.has-warning .form-control::-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}

.has-warning .form-control:-ms-input-placeholder {
    color: #f1c40f;
}

.has-warning .form-control::-webkit-input-placeholder {
    color: #f1c40f;
}

.has-warning .form-control.placeholder {
    color: #f1c40f;
}

.has-warning .form-control:focus {
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .input-group-addon {
    color: #f1c40f;
    border-color: #f1c40f;
    background-color: #ffffff;
}

.has-error .help-block,
.has-error .control-label {
    color: #e74c3c;
}

.has-error .form-control {
    color: #e74c3c;
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}

.has-error .form-control::-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
    color: #e74c3c;
}

.has-error .form-control::-webkit-input-placeholder {
    color: #e74c3c;
}

.has-error .form-control.placeholder {
    color: #e74c3c;
}

.has-error .form-control:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .input-group-addon {
    color: #e74c3c;
    border-color: #e74c3c;
    background-color: #ffffff;
}

/* FORM - INPUT ICON */
.form-control + .input-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 20px;
    color: #b2bcc5;
    background-color: #ffffff;
    padding: 0 12px 0 0;
    border-radius: 6px;
}

.input-hg + .input-icon {
    line-height: 49px;
    padding: 0 16px 0 0;
}

.input-lg + .input-icon {
    line-height: 41px;
    padding: 0 15px 0 0;
}

.input-sm + .input-icon {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px 0 0;
}

/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
    margin: 0;
    box-shadow: none;
}

/* ACCORDION / TOGGLE */
.panel-group {
    margin-bottom: 0;
}

.panel-group + .panel-group {
    margin-top: 20px;
}

.panel-group .panel {
    background: #fff;
    box-shadow: none;
}

.panel-default {
	border: none;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: #E6E9ED;
}

.panel-body {
    padding: 25px;
    font-family: Lato, Helvetica;
    font-size: 1.6rem;
}

.panel-heading {
    background-color: inherit !important;
    color: inherit !important;
    padding: 0;
    border-color: inherit !important;
}

.panel-title {
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-title > a {
    display: block;
    padding: 15px 25px 15px;
    text-decoration: none;
    color: #fff;
    font-family: Lato, Helvetica;
}

.panel-title > a.collapsed {
    background: #fff;
}

.panel-title > a.collapsed,
.panel-title > a.collapsed span {
    color: #3669ff;
}

.panel-title > a,
.panel-title > a:hover {
    background: #3669ff;
    color: #fff;
}

.panel-title > a span {
    display: block;
    position: relative;
    top: 0;
    color: #fff;
    padding-right: 25px;
}

.text-right .panel-title > a span {
    padding-left: 25px;
    padding-right: 0;
}

.text-center .panel-title > a span {
    padding-left: 0;
    padding-right: 0;
}

.panel-title > a:hover span {
    color: inherit;
}

.text-center .panel-title > a:hover span {
    top: .5em;
    color: transparent;
}

.panel-title > a span:after {
    font-family: "fontawesome";
    content: "\f077";
    position: absolute;
    top: 0;
    right: 0;
}

.text-right .panel-title > a span:after {
    left: 0;
    right: auto;
}

.text-center .panel-title > a span:after {
    top: -.75em;
    left: 0;
    opacity: 0;
}

.panel-title > a.collapsed span:after {
    content: "\f078";
}

/* TABS */
.nav-tabs {
    margin: 0 auto;
}

.nav-tabs > li {
    z-index: 2;
    float: none;
    display: inline-block;
}

.nav-tabs > li > a {
    padding: 16px 25px 12px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #737c85;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none !important;
    border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: transparent;
    border-bottom: 4px solid #85d6de !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    outline: 0;
}

.tab-content {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.tab-pane {
    padding: 50px 0;
    border-bottom: 1px solid #ecf0f1;
}

/* PAGINATION */
.pagination li a {
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    color: #16A085;
    background: none;
    margin: 0 3px;
    border: 1px solid #16A085;
    padding: 5px 12px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #16A085;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #1ABC9C;
    border-color: #16A085;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
}

.pagination li:first-child a,
.pagination li:last-child a {
    border-radius: 0 !important;
}

.pagination-lg li a {
    padding: 8px 16px;
    font-size: 16px;
}

.pagination-sm li a {
    padding: 4px 10px;
    font-size: 12px;
}

/* PAGER */
.pager li > a,
.pager li > span {
    border: 1px solid #16A085;
    border-radius: 0;
    color: #16A085;

    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    min-width: 160px;
}

.pager li > a:hover,
.pager li > a:focus {
    border: 1px solid #ddd;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    border: 1px solid #ddd;
}

/* CONTENT BLOCK HOLDERS */
.content-block {
    width: 100%;
    padding: 60px 0 60px 0;
    position: relative;
    background-color: #ffffff;
}

.content-block-nopad {
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    position: relative;
}

/* PATTERN LIBRARY MEDIA QUERIES
/*---------------------------------------------------- */
/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}

.bg-light-grey {
    background: #f7f7f7;
}

.bg-blue {
    background: #3669ff;
	-webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.bg-dark-grey {
    background: #615d5e;
}


.footer-1-1 p {
    color: #fff;
}

.bg-copyright {
    background: #4a4a4a !important;
}

.site-body section {
    padding: 80px 0;
}

.overlay-black {
    background-color: rgb(0,0,0,.35);
}

.overlay-black {
    background-color: rgba(0, 0, 0, 0.35);
}

.modal-header {
    border: none !important;
    padding-bottom: 0px;
}

.modal {
    text-align: center;
    padding: 0!important;
    overflow: scroll;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;

    /* Adjusts for spacing */
}

.modal-body {
    padding-top: 0px !important;
}

.modal-header .position {
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 5px;
}

.site-body {
    position: relative;
}

.services-block-0 h2,
.services-block-1 h2 {
    color: #666666;
    font-weight: 500;
}

.services-block-1 {
    background-color: #f7f7f7;
}

.glyph-container {
    text-align: center;
    display: block;
    max-width: 100%;
    height: auto;
}

.services-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#map {
    height: 700px;
}

/* Optional: Makes the sample page fill the window. */
/* html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      } */
#sidebar {
    margin-left: -300px;
    width: 300px;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-right: thin solid #e7e7e7;
    box-shadow: 1px 0 20px 0px rgba(82, 82, 82, 0.35);
    transition: 0.5s;
}

.map-inner {
    width: 100%;
    padding: 0 !important;
}

#sidebarcontent {
    overflow-x: hidden;
    overflow-x: auto;
	height: 90%;
	overflow:auto;
}

#sidebarcontent h4 {
    padding: 20px 0;
    margin: 0 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
}

#sidebarcontent a {
    text-decoration: none;
}

#sidebarcontent a:first-child h4 {
    border-top: thin solid #e7e7e7;
}

#sidebarcontent a h4 {
    border-bottom: thin solid #e7e7e7;
}

#sidebarcontent a h4:hover {
    background-color: #f8f8f8;
}

.active2 {
    background-color: #f8f8f8;
}

#sidebar h2 {
    font-size: 24px;
    font-weight: 700;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
}

.mapBox {
    max-width: 800px;
}

.mapImg {
    float: left;
    max-width: 50%;
}

.mapInfo {
    width: 50%;
    float: left;
    padding-left: 20px;
	text-align: center;
}

.mapInfo h4 {
	font-size: 2.1rem;
}

.mapMiniInfo {
	padding-top: 20px;
    text-align: center;
	width: 100%;
	height: 130px;
}

.mapMiniInfo2 {
	padding-top: 20px;
	width: 80%;
	margin: auto;
	padding-bottom: 20px;
}

.mapBox .row {
    margin: 0 !important;
}

.mapStat {
    width: 50%;
    float: left;
    text-align: center;
}

.mapInfo h3 {
    font-size: 2rem;
    text-transform: none;
}

.mapMiniStat, .mapMiniStat2 {
    width: 33.33%;
    float: left;
}

.mapMiniStat2 h5 {
	text-transform: none;
	font-size: 1.5rem;
	margin: 0;
	font-weight: 800;
}

.mapMiniStat2 p {
	text-transform: none;
	margin: 0;
	font-size: 1.4rem;
}

.mapMiniStat h5 {
    text-transform: none;
	font-size: 3rem;
	font-weight: 800;
}

.mapBox img {
    max-width: 100%;
}

.mapMiniIcon {
	width:40%;
	float:left;
}

.statIcon {
	width:100%;
}

.mapMiniDesc {
	width: 50%;
	float: left;
	text-align: center;
}

.openbtn {
    color: #666;
    position: absolute;
    font-size: 2.4rem;
    background: #fff;
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    border: thin solid #e7e7e7;
    box-shadow: 0px 0px 20px 0px rgba(82, 82, 82, 0.35);
    z-index: 1;
}

.baStats h5, .baStats h6 {
	display: inline;
	font-size: 2rem;
}

.carousel-title h3, .carousel-title h6{
	display: inline;
	font-size: 27px;
}

.carousel_arrow_ind {
	position: absolute;
	margin-top: 51%;
	top: 0;
	left: 50%;
	margin-left: -59px;
}

.carousel-title h6, .baStats h6 {
	text-transform: none;
	font-weight: 300;
}

.baBuilding {
	max-width: 100px;
}

.baBuilding img{
	width: 100%;
}

.carousel-items h5 {
	text-transform: capitalize;
	font-size: 2rem;
}

.carousel-items .justified {
	justify-content: unset !important;
}

@media (min-width:768px){
    .openbtn {
        display: none;
    }

    .closebtn {
        display: none;
    }

    #sidebar {
        margin-left: 0px !important;
    }
	
	#map {
		margin-left: 300px;
	}
}

@media (max-width:768px){
	
	.carousel_arrow_ind {
		top: 0;
		left: 0;
		margin-left: 0px;
	}

    header + section {
        margin-top: 86.31px !important;
    }

    #header-2 .brand-img {
        margin-left: 15px !important;
        margin-right: 0px !important;
        max-width: 250px !important;
    }

    #sidebar h2 {
        font-size: 2rem;
    }

    #sidebar h4 {
        font-size: 1.8rem;
    }

    .mapImg {
        max-width: 100%;
    }

    .mapBox img {
        max-width: 75%;
        margin: auto;
    }

    .mapInfo {
        width: 100%;
    }
	
	.mapMiniInfo {
		height: 330px;
	}
	
	.mapMiniStat, .mapMiniStat2 {
		width: 100%;
		float: left;
	}

    .gm-style-iw-c {
        max-width: 350px !important;
    }

    .mapBox h5 {
        font-size: 1.3rem;
    }

    .mapBox h4 {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }

    .mapBox h3 {
        font-size: 1.5rem;
        margin: 0px;
    }

    .mapBox p {
        font-size: 1.3rem;
        margin: 0;
    }

    #map {
        height: 575px;
    }

    .gm-style-iw-d {
        max-height: 425px !important;
    }

    h1 {
        font-size: 5rem;
    }

    #promo-3 {
        min-height: 600px !important;
    }

    .btn-outline-xl {
        font-size: 1.8rem;
    }

    #content-1-3 {
        text-align: center;
    }

    #content-2-2 {
        text-align: center;
    }

    #content-1-2 {
        text-align: center;
    }

    h2 {
        font-size: 3rem;
    }

    .site-body section {
        padding: 40px 0 !important;
    }

    h4 {
        font-size: 2rem;
    }

    .site-body .map-inner {
        padding: 0 !important;
    }

    .site-body .content-3-1 {
        padding: 0 !important;
    }

    .test-logo {
        max-width: 35% !important;
    }
}

.openbtn:hover {
    background: #f8f8f8;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #666;
}

.closebtn:hover {
    color: #000;
}

div#comparison {
    width: 90%;
    height: 56.25%;
    max-width: 1140px;
    max-height: 641px;
    overflow: hidden;
	margin: auto;
}

div#comparison figure {
    background-image: url(http://pinegrow.com/placeholders/img19.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 0;
    position: relative;
}

div#comparison figure > img {
    position: relative;
    width: 100%;
}

div#comparison figure div {
    background-image: url(http://pinegrow.com/placeholders/img16.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 10px 0 10px -6px rgba(0,0,0,0.8);
    overflow: hidden;
    top: 0;
    height: 100%;
	z-index: 200;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -2rem;
    left: -1%;
    background-color: rgba(255,255,255,0.4);
    width: 102%;
    z-index: 999;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:active {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1);
    position: relative;
    outline: none;
}

input[type=range]::active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255,255,255,1);
}

input[type=range]:focus::-moz-range-thumb {
    background: rgba(255,255,255,1);
}

.carousel-caption {
    position: static;
    text-align: left;
    text-shadow: unset;
    padding-bottom: 0;
}

.carousel-caption h3 {
    text-transform: none;
    font-weight: 600;
}

.carousel-control.left {
    background-image: none;
    width: 5%;
}

.carousel-control {
    opacity: 1;
    height: 30px;
    top: 50%;
	color: #666666 !important;
	text-shadow: unset;
}

.carousel-control.right {
    background-image: none;
    width: 5%;
}

.arrows {
    position: absolute;
    top: 0;
    margin-top: 25%;
    width: 100%;
}

.carousel-indicators .active {
    background-color: #717171;
}

.carousel-indicators li {
    border: 1px solid #717171;
}

.carousel-indicators {
    margin: 0;
    width: unset;
    right: 0px;
    left: unset;
    bottom: unset;
    top: 0;
    margin-top: 51%;
}

.ba-Block {
    padding-top: 0px !important;
}

.ba-Block h1 {
    text-transform: none;
}

.states-wrapper .carousel-caption h3 {
    text-align: center;
    font-weight: 300;
}

.states-wrapper .carousel-caption h4 {
    text-align: right;
    text-transform: none;
}

.states-wrapper .carousel-caption {
    width: 85%;
    margin: auto;
}

.states-wrapper .carousel-control {
    color: #666666;
}

.states-wrapper .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev,
.pg-node-id-1364 {
    top: unset;
}

.testimonial-author {
    text-align: right;
}

.test-logo {
    float: right;
    position: relative;
    max-width: 15%;
}

.testimonial-author img {
    max-width: 100%;
}

.testimonial-wrapper {
    padding-top: 0px !important;
    margin: 0 !important;
}

p {
    font-family: Lato, Helvetica, Arial, sans-serif;
}

.afterTag {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3669ff;
    padding: 0 10px ;
}

.afterTag h4,
.beforeTag h4 {
    color: #fff;
}

.beforeTag {
    position: absolute;
    top: 0;
    background-color: #3669ff;
    padding: 0 10px ;
}

.icon img {
    width: 100%;
}

.do-icons {
    height: 200px !important;
    width: 200px !important;
    margin-bottom: 20px !important;
}

.testimonial {
    text-align: center;
	position: relative;
	min-height: 200px;
}

.testimonial p {
    font-size: 1.8rem;
    font-weight: 500;
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a .team-member {
    max-width: 350px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

a:hover .team-member {
    background-color: #fff;
}

a:focus,
a.pg-state-focus,
a:hover,
a.pg-state-hover,
.pg-node-id-327 {
    text-decoration: none !important;
}


a .team-member .member-name:before,
.pg-node-id-278 {
    background-color: unset;
}

a .icon span {
    color: #666666;
    font-size: 100px;
}

a .icon {
    margin: auto !important;
}

a:hover .bg-blue {
	background-color: #609cff;
}

.text-center h4 {
    margin-top: 10px !important;
	font-size: 2rem;
}

.modal .icon {
    text-align: left;
    margin: unset;
    height: unset;
}

.modal .icon span {
    color: #666666;
    font-size: 50px;
    line-height: unset;
}

.contact-dialog {
    width: unset;
}

.contact-dialog .modal-content {
    padding: 25px;
}

.contact-dialog h4 {
    margin-bottom: 0px;
    text-transform: none;
}

.st0 {
    fill: #D3D3D3;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    transition: fill .5s ease;
    -moz-transition: fill .5s ease;
    -webkit-transition: fill .5s ease;
}

.st0:hover {
    fill: #3669ff;
}

#Layer_1 {
    margin: auto;
    display: block;
}

.partner-container {
    max-width: 1000px;
}


@media (min-width: 1600px) {
    .main-nav .container {
        width: 1570px;
    }
}

.partners-wrap {
    display: inline-block;
    padding: 15px;
    text-align: center;
    vertical-align: top;
}

.partner {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-decoration: none;
    height: 270px;
}

.partner-details {
    padding: 30px;
}

.partner-details h4 {
    font-size: 16px;
}

.partner-logo {
    line-height: 90px;
    margin-bottom: 30px;
}

.partner-logo img {
    max-width: 160px;
    max-height: 90px;
    vertical-align: middle;
}

.partner-name {
    font-weight: 700;
    text-transform: uppercase;
}

.footer-1-1 .brand-img2 {
    margin-top: 10px;
    width: 125px;
    margin-bottom: 30px;
}

@media (max-width:992px) {
	#header-2 .brand-img{
		width: 200px !important;
		
	}
	
	.container {
		max-width: 90%;
		width: unset;
	}
}

@media (min-width: 1200px){
    #menu-item-119 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #menu-item-119 a {
        color: #fff !important;
        background-color: #3669ff !important;
        font-weight: 700 !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #menu-item-119 a:hover {
        background-color: #D3D3D3 !important;
        color: #fff !important;
    }

    #header-2 .main-nav .navbar-nav > li:last-child.active a {
        color: #fff !important;
    }

    #header-2 .main-nav .nav .dropdown-menu:before{
		border-bottom: 10px solid #f7f7f7 !important;
	}
	
	.dropdown-menu li a:hover{
		background-color: #3669ff !important;
		color: #fff !important;
	}
}

@media (max-width: 768px){
    .col-sm-12{
        width: 100%;
    }
}

.cont{
    height: 90px !important;
}

.cont span{
    font-size: 90px !important;
    line-height: 90px !important;
}

@media (min-width:768px){
	
	.company-wrap{
		width: 20%;
	}
	
	.testimonial {
		min-height: 115px;
	}
    #Layer_1 {
        max-width: 40%;
    }
	
	.contact-buttons{
        max-width: 75%;
		margin: auto;
	}
	
}

.promo-3 {
    padding: 0 !important;
}

.header-box {
    position: absolute;
    padding: 160px 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
}

.vid-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vid-container iframe {
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 56.25vw;

    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 115vh;
    min-width: 177.77vh;
    z-index: 0;
}

@media (max-width:768px){
    .vid-container {
        display: none;
    }

    .header-box {
        background-color: unset;
	}
}

.glyph-container img{
	width: 100%;
}


.news-logo img{
    max-width: 200px;
    max-height: 50px;
    min-height: 50px;
}


@media (min-width: 992px){ 
	.member-excerpt p{
		min-height: 180px;
	}

    .news-block{
		min-height: 180px;
	}
}

@media (min-width: 1200px){
	.member-excerpt p{
		min-height: 232px;
	}

    .news-block{
		min-height: 232px;
	}
}

a .contact-icon span{
	font-size: 100px;
	color: #3669ff;
}

a .contact-icon {
	margin: auto !important;
}

.contact-icon {
	height: 150px;
    width: 150px;
    max-width: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
}

a .contact-details h4{
	font-size: 2rem;
}

.contact-details{
	padding: 20px;
}

a:hover .contact-icon span{
	color: #fff;
}

a:hover .contact-details h4{
	color: #fff;
}

.contact-button{
    margin: 0 auto 20px auto;
    overflow: hidden;
}

a:hover .contact-button {
	background-color: #3669ff;
}

.contact-icon span{
	line-height: 150px;
}

a .contact-button {
	max-width: 350px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.beforebox, .afterbox {
	width: unset !important;
	background-size: unset !important;
	background-image: unset !important;
	background-color: #3669ff !important;
	position: absolute;
	padding: 10px;
}

.beforebox {
	z-index: 999;
	height: unset !important;
	box-shadow: unset !important;
	width: unset !important;
}

.afterbox {
	right: 5%;
	z-index: 1;
}

.babox {
	font-weight: 600;
	margin: 0px;
	color: #fff;
}

.do-icons {
	position: relative;
}

.do-icons img{
	position:absolute;
	left: 0;
	
}
.topm {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

a:hover .topm {
	opacity: 0%;
}

.mapMiniImg {
	max-width: 25% !important;
	margin: auto;
}

.mapInfo p {
	margin: 0;
}

.mapMiniStat p{
	margin: 0px;
}

.services_nav {
	background-color: #f7f7f7;
}

.gm-style .gm-style-iw-c {
	padding: 12px !important;
}

/*.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}*/

.company-wrap img{
	max-width: 100%;
}

input[type=range]::-webkit-slider-thumb {
	background: #3669ff !important;
	border: 1px solid #fff;
}

input[type=range]::-moz-range-thumb {
	background: #3669ff !important;
	border: 1px solid #fff;
}

input[type=range]::-ms-thumb {
	background: #3669ff !important;
	border: 1px solid #fff;
}

.justified {
	-webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.array-row .icon{
	width: 100px;
	height: 100px;
}


.do-details h4{
	font-size: 2.2rem;
}

.do-details .topm{
	margin-top: -20px !important;
}

.do-details .do-icons {
	height: 150px !important;
	width: 150px !important;
}

.modal-content{
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    border: unset !important;
    border: unset !important;
    border-radius: unset !important;
    outline: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;

}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
	color: #FFF;
    padding: 10px 20px;
    margin: 15px 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none !important;
    text-transform: uppercase;
    border-radius: 0px;
	background: #3669ff;
}


.map-over{
	position: relative;
	background: transparent;
	width: 100%;
	height:450px;
	top: 450px;
	margin-top: -450px;
}

.array-row h4{
	font-size: 2rem;
}

.baOverlay{
	position: absolute;
	background: rgba(255,255,255,0.44);
	width: 90%;
	/*height: 577.13px;
	top: 577.13px;
	margin-top: -577.13px;*/
	z-index: 300;
	margin-left: 5%;
}

.overlayTx {
	margin: 0;
	width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.baSpacing {
	padding-bottom:56.25%;
}

.overlayTx h1{
		color: #000;
}

.portrait {
	display: none;
}

.stateB{
	padding: 20px;
}

.mapDisc{
	width: 100%;
	float: left;
	text-align: center;
}

.mapDisc p{
	    margin: 0 0 10px;
}

.legend img{
	display: inline;
}

.legend p{
	display: inline;
	font-size: 1.2rem;
}

@media (max-width: 768px){
	.overlayTx h1{
		font-size: 3rem;
	}
	
	.testimonial {
		min-height: 375px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	.mapMiniInfo2 {
		height: 480px;
	}
}

@media (orientation: portrait){
	.landscape{
		display:none;
	}
	.portrait{
		display:block;
	}
}

.container-f{
	width:100%;
}

#page-content-s{
	padding: 0 !important;
}

#email_modal2 .contact-dialog {
    width: 100%;
    margin: auto;
    height: 100%;
}