/*
* See You v.3.0
* Copyright 2014, See You | Development and Design Studio
* www.sydds.com
*/

/*@media all and (max-width: 320px) {
	body{
	   min-width: 320px !important;
	}
    body, body div, body ul{
	   max-width: 320px !important;
	}
    body img{
        max-width: 320px !important;
    }
    section{
        max-width: 320px !important;
    }
    .ee-row{
        max-width: 320px !important;
    }
    .nav-justified{
        width: 320px !important;
        min-width: 320px !important;
    }
    .ee-box-xs-5{
        width: 230px !important;
    }

    .ee-box-xs-off-3{
        margin-left: 0px !important;
    }

    section.ee-navigation ul.nav li a {
        width: 290px !important;
    }
    section.ee-navigation .nav-justified li {
      display: inline !important;
    }
    .ee-box-xs-5.ee-box-xs-off-7 {
      margin-top: 50px !important;
      margin-left: 0px !important;
      margin-bottom: 20px !important;
    }
    .ee-box-xs-4{
        width: 320px !important;
    }
    .ee-box-xs-1, .ee-box-sm-1, .ee-box-md-1, .ee-box-lg-1, .ee-box-xs-2, .ee-box-sm-2, .ee-box-md-2, .ee-box-lg-2, .ee-box-xs-3, .ee-box-sm-3, .ee-box-md-3, .ee-box-lg-3, .ee-box-xs-4, .ee-box-sm-4, .ee-box-md-4, .ee-box-lg-4, .ee-box-xs-5, .ee-box-sm-5, .ee-box-md-5, .ee-box-lg-5, .ee-box-xs-6, .ee-box-sm-6, .ee-box-md-6, .ee-box-lg-6, .ee-box-xs-7, .ee-box-sm-7, .ee-box-md-7, .ee-box-lg-7, .ee-box-xs-8, .ee-box-sm-8, .ee-box-md-8, .ee-box-lg-8, .ee-box-xs-9, .ee-box-sm-9, .ee-box-md-9, .ee-box-lg-9, .ee-box-xs-10, .ee-box-sm-10, .ee-box-md-10, .ee-box-lg-10, .ee-box-xs-11, .ee-box-sm-11, .ee-box-md-11, .ee-box-lg-11, .ee-box-xs-12, .ee-box-sm-12, .ee-box-md-12, .ee-box-lg-12 {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    section.ee-signup .ee-content .ee-signup-box-1 img {
        display: none !important;
    }
    .ee-signup-box-1 span{
        max-width: 320px !important;
    }
    .ee-signup-box-1{
        max-width: 320px !important;
    }
    section.ee-signup .ee-content .ee-signup-box-1 span{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    section.ee-mainpage .ee-top b {
        display: table-column !important;
    }
    nobr {
      max-width: 320px !important;
      display: table !important;
    }
}
*/
@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibri-webfont.woff') format('woff'),
    url('../fonts/calibri-webfont.ttf') format('truetype'),
    url('../fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'CalibriRegular', Calibri Light, Calibri, Arial;
    font-size: 15px;
    color: #393939;
}

section.ee-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

section.ee-header .ee-header-contact {
    text-align: right;
}

section.ee-header .ee-header-contact h4, section.ee-header .ee-header-contact h2 {
    margin: 0;
}

section.ee-navigation {
    background-color: #5cb8ff;
    margin: 4px auto;
}

section.ee-navigation nav {
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    margin: 0;
    min-height: 0;
}

section.ee-navigation .navbar-collapse {
    padding: 0;
}

section.ee-navigation .nav-justified {
    /*min-width: 950px;*/
}

section.ee-navigation .nav-justified li {
    display: table-cell;
}

section.ee-navigation ul.nav li a {
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    border-right: 1px #8ad1ed solid;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 0 rgba(255,255,255,0.1);
}

.h22 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    color: #393939;
}

section.ee-navigation ul.nav li.active a {
    background: #205ec1;
    background: -moz-linear-gradient(top,  #5cb8ff 0%, #205ec1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb8ff), color-stop(100%,#205ec1));
    background: -webkit-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: -o-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: -ms-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: linear-gradient(to bottom,  #5cb8ff 0%,#205ec1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb8ff', endColorstr='#205ec1',GradientType=0 );
    border-right: 0;
    color: #ffffff;
}

section.ee-navigation ul.nav li.active a:hover {
    color: #ffffff;
}

section.ee-navigation ul.nav li a:hover {
    background-color: #43a2eb;
    color: #ffffff;
}

section.ee-navigation ul.nav li:nth-child(6) a {
     border-right: 0;
}

section.ee-mainpage {
    background: url('../images/design/bg1.jpg') top center / cover;
    color: #fff;
}

section.ee-mainpage .ee-top {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.ee-mainpage .ee-top h1 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

section.ee-mainpage .ee-top h4 {
    font-size: 20px;
    padding-bottom: 25px;
}

section.ee-mainpage .ee-bottom {
    text-align: center;
}

section.ee-mainpage .ee-bottom > div > div {
    padding: 0;
}

section.ee-mainpage .ee-bottom .ee-mainpage-box-1 {
    background-color: rgba(7,83,165,0.24);
    padding: 15px;
    height: 285px;
}

section.ee-mainpage .ee-bottom .ee-mainpage-box-2 {
    background-color: rgba(91,178,246,0.58);
    padding: 15px;
    height: 285px;
}

section.ee-mainpage .ee-bottom .ee-mainpage-box-3 {
    background-color: rgba(164,210,247,0.58);
    padding: 15px;
    height: 285px;
}

section.ee-mainpage .ee-bottom h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 0;
    text-shadow: rgba(255,255,255,1) 0px 0px 50px;
    height: 54px;
}

section.ee-mainpage .ee-bottom p {
    line-height: normal;
    height: 72px;
}

section.ee-mainpage .ee-bottom .btn {
    margin-top: 10px;
    border-radius: 0;
    border: 1px #ffffff solid;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
}

section.ee-mainpage .ee-bottom .btn:focus {
    outline-color: rgba(164,210,247,1);
}

section.ee-signup {
    margin: 5px auto;
    padding: 5px 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.30);
}

section.ee-signup .ee-content {
    border-top: 4px solid #2979BE;
    border-bottom: 4px solid #2979BE;
}

section.ee-signup .ee-content .ee-content-case > div > div, section.ee-signup .ee-content .ee-content-case > div > div > form > div {
    padding: 0;
}

section.ee-signup .ee-content .ee-signup-box-1 {
    background-color: #2979BE;
    height: 50px;
}

section.ee-signup .ee-content .ee-signup-box-1 span {
    padding: 15px 10px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    color: #fff;
}

section.ee-signup .ee-content .ee-signup-box-1 img {
    position: absolute;
    top: 0px;
    z-index: 1;
    right: -17px;
}

section.ee-signup .ee-content .ee-signup-box-2 {
    height: 50px;
    padding: 10px 25px;
    padding-right: 10px;
}

section.ee-signup .ee-content .ee-signup-box-2 input {
    background-color: transparent;
    border: none;
    height: 100%;
    outline-color: #205ec1;
    color: #205ec1;
    padding: 2px 4px;
    width: 100%;
    border: 1px solid;
}

section.ee-signup .ee-content .ee-signup-box-2 input::-webkit-input-placeholder {
    color: #205ec1;
    text-transform: uppercase;
}

section.ee-signup .ee-content .ee-signup-box-2 input::-moz-placeholder {
    color: #205ec1;
    text-transform: uppercase;
}

section.ee-signup .ee-content .ee-signup-box-2 input:-ms-input-placeholder {
    color: #205ec1;
    text-transform: uppercase;
}

section.ee-signup .ee-content .ee-signup-box-3 {
    height: 50px;
    padding: 10px;
    padding-right: 10px;
    border-left: 4px #2979BE solid;
    /*border-left: inset 1px #53AFF2 solid;
    border-right: inset 1px #53AFF2 solid;*/
}

section.ee-signup .ee-content .ee-signup-box-3 input {
    background-color: transparent;
    border: none;
    height: 100%;
    outline-color: #205ec1;
    color: #205ec1;
    padding: 2px 4px;
    padding-right: 0;
    width: 100%;
    border: 1px solid;
}

section.ee-signup .ee-content .ee-signup-box-3 input::-webkit-input-placeholder {
    color: #205ec1;
    text-transform: uppercase;
}

section.ee-signup .ee-content .ee-signup-box-3 input::-moz-placeholder {
    color: #205ec1;
    text-transform: uppercase;
}

section.ee-signup .ee-content .ee-signup-box-3 input:-ms-input-placeholder {
    color: #205ec1;
    text-transform: uppercase;
}

section.ee-signup .ee-content .ee-signup-box-4 {
    background: #205ec1;
    background: -moz-linear-gradient(top,  #5cb8ff 0%, #205ec1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb8ff), color-stop(100%,#205ec1));
    background: -webkit-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: -o-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: -ms-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: linear-gradient(to bottom,  #5cb8ff 0%,#205ec1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb8ff', endColorstr='#205ec1',GradientType=0 );
    height: 50px;
}

section.ee-signup .ee-content .ee-signup-box-4 .btn {
    background: #205ec1;
    background: -moz-linear-gradient(top,  #5cb8ff 0%, #205ec1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb8ff), color-stop(100%,#205ec1));
    background: -webkit-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: -o-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: -ms-linear-gradient(top,  #5cb8ff 0%,#205ec1 100%);
    background: linear-gradient(to bottom,  #5cb8ff 0%,#205ec1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb8ff', endColorstr='#205ec1',GradientType=0 );
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    outline-color: #205ec1;
    font-size: 18px;
    font-weight: bold;
}

section.ee-diagnosis {
    background-color: #F2F2F2;
    padding: 50px 0;
}

section.ee-diagnosis .ee-content > div > div {
    padding: 0;
}

section.ee-diagnosis img {
    box-shadow: 0 0 35px 0px rgba(0,0,0,0.1);
}

section.ee-diagnosis .ee-caption {
    padding-left: 30px;
}

section.ee-diagnosis .ee-caption h3 {
    margin: 0;
    text-transform: uppercase;
    color: #4C4C4C;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 19px;
    font-size: 25px;
}

section.ee-diagnosis .ee-caption p {
    margin: 0;
    line-height: 18px;
    color: #1a1a1a;
}

section.ee-advantages {
    background: url('../images/design/bg2.jpg') top center / cover;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.10);
}

section.ee-advantages .ee-advantages-box {
    padding: 10px;
}

section.ee-advantages h3 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

section.ee-advantages h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

section.ee-advantages ul {
    text-align: left;
}

section.ee-service {
    padding: 25px 0;
}

section.ee-service h3 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

section.ee-service .ee-content {
    padding: 25px 0;
}

section.ee-service .ee-content .btn {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 1px;
    border: 1px #f2f1f1 solid;
    background-color: #F3F1F2;
    box-shadow: inset 0 3px 6px 0px #E1E1E1;
    text-align: left;
    color: #666666;
    padding: 10px 20px;
    line-height: 10px;
    outline: none;
    border-bottom: none;
    font-size: 15px;
}

section.ee-service .ee-content div[id*=service] {
    margin-top: -15px;
    margin-bottom: 15px;
}

section.ee-service .ee-content div[id*=service] .ee-service-box {
    background-color: #F3F1F2;
    box-shadow: inset 0 -5px 6px 0px #E1E1E1;
    border: 1px #f2f1f1 solid;
    border-top: none;
    padding: 20px;
    color: #313131;
    line-height: 18px;
}

section.ee-service .ee-content img {
    position: relative;
    top: -10px;
    padding: 10px;
    margin-bottom: -20px;
    margin-right: -20px;
    float: right;
    background-color: #ffffff;
    box-shadow: inset 0 4px 6px 0px #EBEBEB;
}

section.ee-anchors {
    padding: 25px 0;
    background-color: #F2F2F2;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1) inset;
}

section.ee-anchors h3 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

section.ee-anchors .ee-content {
    border-bottom: 2px #fff solid;
    padding: 20px 0;
}

section.ee-anchors .ee-content h4 {
    text-transform: uppercase;
    font-weight: bold;
}

section.ee-experience {
    padding: 25px 0;
    background: url('../images/design/bg3.jpg') top center / cover;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}

section.ee-experience h3 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

section.ee-experience .ee-content {
    text-align: center;
    height: 255px;
    width: 255px;
    margin: auto;
    background: url('../images/design/bubble.png') top center no-repeat;
    padding: 38px 0;
}

section.ee-experience .ee-content h1 {
    font-size: 50px;
    color: #3b96f1;
}

section.ee-experience .ee-content p {
    color: #313131;
}

section.ee-feedback {
    padding: 10px 0;
    background: url('../images/design/bg4.jpg') top center / cover  ;
}

section.ee-feedback .carousel {
    background-color: rgba(255,255,255,0.70);
    height: 480px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

section.ee-feedback .carousel .carousel-inner .item {
    height: 480px;
    padding: 5px 50px;
}

section.ee-feedback .carousel .carousel-inner .item > div {
    height: 100%;
}

section.ee-feedback .carousel .carousel-inner h2 {
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 0;
}

section.ee-feedback .carousel .carousel-inner h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

section.ee-feedback .carousel .carousel-inner p {
    line-height: 18px;
}

section.ee-feedback .carousel .carousel-inner span {
    color: #5cb8ff;
    position: absolute;
    bottom: 0;
    line-height: 18px;
}

section.ee-feedback .carousel .carousel-control {
    background: none;
    width: 50px;
    position: absolute;
    opacity: 1;
}

section.ee-feedback .carousel .carousel-control:hover {
    opacity: 0.9;
}

section.ee-feedback .carousel .carousel-control.left {
    left: 10px;
}

section.ee-feedback .carousel .carousel-control.right {
    right: 10px;
}

section.ee-feedback .carousel .carousel-control img {
    position: absolute;
    top: 50%;
    left: 25%;
}

section.ee-technology {
    background-color: #F2F2F2;
    padding: 10px 0;
}

section.ee-technology h3 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

section.ee-technology .ee-content > div > div > div {
    padding: 0;
    height: 100%;
}

section.ee-technology .ee-content .ee-technology-case {
    padding: 5px;
    background-color: #fafafa;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
    border-radius: 5px;
    margin-bottom: 20px;
}

section.ee-technology .ee-content .tab-content {
    padding-right: 5px;
    background-color: #fafafa;
}

section.ee-technology .ee-content .tab-content img[src*=tab] {
    width: 100%;
}

section.ee-technology .ee-content .tab-content .tab-pane {

}

section.ee-technology .ee-content ul {
    background-color: #69BEFF;
    height: 100%;
}

section.ee-technology .ee-content ul > li:first-child {
    border-top: 0;
}

section.ee-technology .ee-content ul > li:last-child {
    border-bottom: 0;
}

section.ee-technology .ee-content ul > li {
    display: block;
    float: none;
    margin-bottom: -1px;
    border-bottom: 1px solid rgba(71,144,198,0.1);
    border-top: 1px solid rgba(71,144,198,0.1);
}

section.ee-technology .ee-content ul > li > a {
    text-align: center;
    color: #fafafa;
    margin: 0;
    border-radius: 0;
    border: 0;
    height: 65px;
    line-height: 45px;
}

section.ee-technology .ee-content ul > li > a:hover {
    border: 0;
    margin: 0;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
}

section.ee-technology .ee-content ul > li > a > img {
    display: none;
    position: absolute;
}

section.ee-technology .ee-content ul > li.active > a {
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: #2979BE;
    color: #fafafa;
    height: 66px;
    line-height: 45px;
}

section.ee-technology .ee-content ul > li.active > a:hover {
    border: 0;
    margin: 0;
    border-radius: 0;
    background-color: #2979BE;
    color: #fafafa;
}

section.ee-technology .ee-content ul > li.active > a > img {
    display: block;
    position: absolute;
    left: -20px;
    top: 0px;
}

section.ee-moreservices {
    background: url('../images/design/bg-7.jpg') top center / cover;
    padding-bottom: 45px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}

section.ee-moreservices h3 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

section.ee-moreservices .ee-moreservices-box-1 {
    text-align: center;
    height: 255px;
    width: 255px;
    margin: auto;
    background: url('../images/design/bubble-1.png') top center no-repeat;
    padding: 62px 0;
}

section.ee-moreservices .ee-moreservices-box-2 {
    text-align: center;
    height: 255px;
    width: 255px;
    margin: auto;
    background: url('../images/design/bubble-2.png') top center no-repeat;
    padding: 62px 0;
}

section.ee-moreservices .ee-moreservices-box-3 {
    text-align: center;
    height: 255px;
    width: 255px;
    margin: auto;
    background: url('../images/design/bubble-3.png') top center no-repeat;
    padding: 62px 0;
}

section.ee-moreservices h1 {
    font-size: 42px;
    color: #2879bd;
    text-transform: uppercase;
}

section.ee-moreservices a {
    color: #fafafa;
    position: absolute;
    bottom: 30px;
    right: 41%;
    text-decoration: underline;
}

section.ee-somewords {
    padding: 25px 0;
    background-color: #F2F2F2;
}

section.ee-somewords h3 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

section.ee-somewords .ee-content > div > div {
    padding: 0 2px;
}

section.ee-somewords .ee-content .ee-somewords-box {
    background-color: #55B0F6;
    padding-top: 40px;
    padding-bottom: 16px;
    text-align: center;
}

section.ee-somewords .ee-content .ee-somewords-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 0 rgba(255,255,255,0.1);
}

section.ee-somewords .ee-content .ee-somewords-box .btn {
    border-radius: 1px;
    border: 1px #fff solid;
    color: #fff;
    background: #409AE8;
    background: -moz-linear-gradient(top,  #4EACEC 0%, #409AE8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4EACEC), color-stop(100%,#409AE8));
    background: -webkit-linear-gradient(top,  #4EACEC 0%,#409AE8 100%);
    background: -o-linear-gradient(top,  #4EACEC 0%,#409AE8 100%);
    background: -ms-linear-gradient(top,  #4EACEC 0%,#409AE8 100%);
    background: linear-gradient(to bottom,  #4EACEC 0%,#409AE8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4EACEC', endColorstr='#409AE8',GradientType=0 );
    text-transform: uppercase;
    outline-color: #205ec1;
    font-size: 13px;
}

section.ee-howdowework {
    padding: 12px 0;
    background: url('../images/design/bg6.jpg') top center / cover;
    color: #f2f2f2;
}

section.ee-howdowework h3 {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    color: #393939;
}

section.ee-howdowework .ee-howdowework-box-1 {
    background-color: #7BC6FF;
}

section.ee-howdowework .ee-howdowework-box-1 h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 0;
}

section.ee-howdowework .ee-howdowework-box-2 {
    background-color: #55B0F6;
}

section.ee-howdowework .ee-howdowework-box-2 h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 0;
}

section.ee-howdowework .ee-howdowework-box-3 {
    background-color: #3695D9;
}

section.ee-howdowework .ee-howdowework-box-3 h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 0;
}

section.ee-howdowework .ee-howdowework-box-4 {
    background-color: #3695D9;
    margin-bottom: 0 !important;
}

section.ee-howdowework .ee-howdowework-box-4 h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 0;
}

section.ee-howdowework div[class*="work-box"] {
    padding: 5px 70px;
    text-align: center;
    margin-bottom: 35px;
}

section.ee-howdowework div[class*="work-box"] img[src*="01"] {
    position: absolute;
    width: 100%;
    left: 0;
    top: -23px;
}

section.ee-howdowework div[class*="work-box"] img[src*="02"] {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12px;
}

section.ee-map {
    margin-top: -5px;
    box-shadow: 0 0 25px 0px rgba(0,0,0,0.15) inset;
}

section.ee-map .ee-map-case > div > div {
    padding: 0;
}

section.ee-map .ee-content {
    background-color: rgba(40,125,190,0.88);
    color: #fafafa;
    padding: 38px 9px;
    height: 337px;
    box-shadow: 0 0 25px 0px rgba(0,0,0,0.15) inset;
}

section.ee-map .ee-content h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
}

section.ee-map .ee-content h3 {
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
}

section.ee-map .ee-content a {
    color: #fafafa;
    text-decoration: underline;
    position: absolute;
    bottom: 19px;
}

section.ee-footer {
    background-color: #3386C8;
    color: #fafafa;
    padding: 25px 0;
}

section.ee-footer h3 {
    font-size: 20px;
    margin-top: 0;
}

section.ee-footer .ee-content {
    height: 250px;
}

section.ee-footer .ee-content h2 {
    font-size: 25px;
}

section.ee-footer .ee-content .ee-logo {
    position: absolute;
    bottom: 0;
}

section.ee-footer input {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #2778B7;
    box-shadow: 0 0 25px 0px rgba(0,0,0,0.15) inset;
    border: 1px solid #206397;
    outline-color: #205ec1;
    margin-bottom: 10px;
    padding: 12px;
}

section.ee-footer input::-webkit-input-placeholder {
    color: #a7cbe7;
    text-transform: lowercase;
}

section.ee-footer input::-moz-placeholder {
    color: #a7cbe7;
    text-transform: lowercase;
}

section.ee-footer input:-ms-input-placeholder {
    color: #a7cbe7;
    text-transform: lowercase;
}

section.ee-footer textarea {
    display: block;
    width: 100%;
    background-color: #2778B7;
    box-shadow: 0 0 25px 0px rgba(0,0,0,0.15) inset;
    border: 1px solid #206397;
    outline-color: #205ec1;
    margin-bottom: 10px;
    padding: 12px;
}

section.ee-footer textarea::-webkit-input-placeholder {
    color: #a7cbe7;
    text-transform: lowercase;
}

section.ee-footer textarea::-moz-placeholder {
    color: #a7cbe7;
    text-transform: lowercase;
}

section.ee-footer textarea:-ms-input-placeholder {
    color: #a7cbe7;
    text-transform: lowercase;
}

section.ee-footer .btn {
    display: block;
    height: 40px;
    width: 50%;
    outline-color: #205ec1;

    border-radius: 1px;
    border: 1px #236DA7 solid;
    border-radius: 3px;
    color: #fff;
    background: #409AE8;
    background: -moz-linear-gradient(top,  #1D94D1 0%, #0B58AB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1D94D1), color-stop(100%,#0B58AB));
    background: -webkit-linear-gradient(top,  #1D94D1 0%,#0B58AB 100%);
    background: -o-linear-gradient(top,  #1D94D1 0%,#0B58AB 100%);
    background: -ms-linear-gradient(top,  #1D94D1 0%,#0B58AB 100%);
    background: linear-gradient(to bottom,  #1D94D1 0%,#0B58AB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D94D1', endColorstr='#0B58AB',GradientType=0 );
    text-transform: uppercase;
    font-size: 15px;
}

section.ee-modal {
    width: auto;
    height: 100%;
    position: relative;
}

section.ee-modal .ee-modal-callback {
    padding-left: 50px;
    padding-right: 50px;
}

section.ee-modal .ee-modal-callback .modal-content {
    border: 4px solid #5ba0d7;
    border-radius: 4px;
}

section.ee-modal .ee-modal-callback .modal-header {
    border-bottom: none;
}

section.ee-modal .ee-modal-callback .modal-footer {
    border-top: none;
}

section.ee-modal .ee-modal-callback .modal-body form {
    padding-left: 40px;
    padding-right: 40px;
}

section.ee-modal .ee-modal-callback .modal-body .form-control {
    height: 40px;
    border-radius: 2px;
    background-color: #e5f1f1;
}

section.ee-modal .ee-modal-callback .modal-body .btn-default {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #4dcde6; /* Old browsers */
    background: -moz-linear-gradient(top,  #4dcde6 0%, #1e6fbe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4dcde6), color-stop(100%,#1e6fbe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4dcde6 0%,#1e6fbe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4dcde6 0%,#1e6fbe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4dcde6 0%,#1e6fbe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4dcde6 0%,#1e6fbe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dcde6', endColorstr='#1e6fbe',GradientType=0 ); /* IE6-9 */
}

section.ee-modal .ee-modal-callback .modal-body .btn-default:hover {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #1e6fbe; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e6fbe 0%, #4dcde6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e6fbe), color-stop(99%,#4dcde6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e6fbe 0%,#4dcde6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e6fbe 0%,#4dcde6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e6fbe 0%,#4dcde6 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e6fbe 0%,#4dcde6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e6fbe', endColorstr='#4dcde6',GradientType=0 ); /* IE6-9 */
}

section.ee-modal .ee-modal-info {

}

section.ee-modal .ee-modal-info .modal-content {
    border: 4px solid #5ba0d7;
    border-radius: 4px;
}

section.ee-modal .ee-modal-info .modal-header {
    border-bottom: none;
}

section.ee-modal .ee-modal-info .modal-footer {
    border-top: none;
}

section.ee-modal .ee-modal-info .modal-body h3 {
    text-align: center;
    color: #5ba0d7;
    font-weight: bold;
}

section.ee-modal .ee-modal-doc {

}

section.ee-modal .ee-modal-doc .ee-modal-doc-box {
    float: left;
    width: 272px;
    height: auto;
    position: relative;
}

section.ee-modal .ee-modal-doc .modal-content {
    border: 4px solid #5ba0d7;
    border-radius: 4px;
}

section.ee-modal .ee-modal-doc .modal-header {
    border-bottom: none;
}

section.ee-modal .ee-modal-doc .modal-footer {
    border-top: none;
}

section.ee-modal .ee-modal-doc .modal-body h3 {
    text-align: center;
    color: #5ba0d7;
    font-weight: bold;
}

.article_header {
  margin: 0;
  text-transform: uppercase;
  color: #4C4C4C;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 19px;
  font-size: 25px;
}

.ee-box-xs-122{
    padding-bottom: 20px;
}