html,
body {
    height: 100%;
    font-family: "Open Sans", sans-serif !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.align-center {
    text-align: center;
}

.display-table {
    display: table;
    height: 100%;
}

.display-table-cell {
    vertical-align: middle;
    display: table-cell;
}

.img-center {
    margin: 0 auto;
    display: block;
}

.font-light-blue {
    color: #0099D9;
}

.bold {
    font-weight: bold;
}

.full-width {
    width: 100%;
}

.btn {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.font-white {
    color: white;
}

.btn-blue {
    height: 50px;
    width: 230px;
    background-color: #0099D9;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-yellow {
    height: 50px;
    width: 230px;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ffe533;
    color: #ffe533;
}

.bg-pattern {
    position: absolute;
    background: url('../img/pattern.png') repeat-x;
    width: 100%;
    height: 100%;
}

.side-box {
    background-image: linear-gradient(to right, #0061A5 0%, #0099D9 100%);
    height: 150px;
    color: white;
    text-align: center;
    font-size: 16px;
    margin-bottom: 95px;
    position: relative;
}

.site-pricing .section4 .price-box .btn:hover, .site-pricing .section4 .price-box-blue .btn:hover {
    background-color: #0099D9;
    color: white;
}

.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #036AB5;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-nav > li > a:hover:before, .navbar-nav > li.active > a::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* FOOTER */
.footer-contact {
    background: #0061A5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0061A5, #0099D9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0061A5, #0099D9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0061A5, #0099D9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0061A5, #0099D9); /* Standard syntax */
    color: white;
    font-size: 24px;
}

.footer-contact .phone-ico {
    background: url("../img/phone-icon.png") left center no-repeat;
    padding-left: 75px;
}

.footer-contact .mail-ico {
    background: url("../img/mail-icon.png") left center no-repeat;
    padding-left: 75px;
}

.footer-contact .display-table {
    height: 110px;
}

.contact-icon {
    float: left;
}

.footer {
    min-height: 380px;
    background-color: #1e1a1a;
}

.footer-top {
    height: 250px;
    font-size: 14px;
}

.footer-top .header {
    font-size: 18px;
    color: #036AB5;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-top a {
    color: white;
}

.footer-center {
    height: 75px;
    border-top: 1px solid #666666;
    text-align: center;
}

.social-icon {
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
}

.footer-bottom {
    height: 55px;
    background-color: #1e1a1a;
    color: #666666;
    border-top: 1px solid #666666;
    font-size: 12px;
    text-align: center;
}

/* CONTACT */
.site-contact .section1 {
    height: 300px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}

.justify {
    text-align: justify;
}

.site-contact .section2 {
    background-image: linear-gradient(to right, #0061A5 0%, #0099D9 100%);
    color: white;
    text-align: center;
    position: relative;
}

.site-contact .section2 > .display-table {
    min-height: 300px;
}

.site-contact .form {
    text-align: center;
    height: 570px;
}

#contact-form {
    margin-top: 30px;
}

#map {
    height: 460px;
}

/* ABOUT */
.site-about .section1 {
    height: 300px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 48px;
}

.site-about .section2 {
    height: 200px;
    font-size: 30px;
    font-weight: bold;
    background: url('../img/pattern.png') center top repeat-x;
    padding-top: 40px;
}

/* PRICING */
.site-pricing .section1 {
    height: 300px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 48px;
}

.integration .price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    text-align: center;
}

.integration .line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}

.integration .button-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    text-align: center;
}

.site-pricing .section2 {
    background: url('../img/pattern.png') repeat-x;
    min-height: 300px;
    text-align: center;
    font-size: 16px;
    padding-top: 40px;
}

.site-pricing .section3 {
    min-height: 200px;
    text-align: justify;
}

.site-pricing .section4 {
    text-align: center;
}

.site-pricing .section4 .price-box, .site-pricing .section4 .price-box-blue {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .site-pricing .section4 .price-box {
        background: url('../img/price-box1.jpg') center top no-repeat;
        height: 760px;
        padding-left: 0;
        padding-right: 0;
    }

    .site-pricing .section4 .price-box-blue {
        background: url('../img/price-box2.jpg') no-repeat;
        background-size: 100% 100%;
        height: 760px;
        margin-top: -20px;
    }

    .site-pricing .section4 .header {
        color: white;

    }

    .site-pricing .section4 .description {
        top: 195px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 14px !important;
    }

    .site-pricing .section4 .description hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .site-pricing .section4 .price-box .price {
        bottom: 195px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .site-pricing .section4 .price-box-blue .price {
        bottom: 215px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .site-pricing .section4 .price-box .btn {
        bottom: 130px;
        position: absolute;
    }

    .site-pricing .section4 .price-box-blue .btn {
        bottom: 160px;
        position: absolute;
    }
}

.site-pricing .section4 .price-box .btn, .site-pricing .section4 .price-box-blue .btn {
    background-color: transparent;
    border: 1px solid #0099D9;
    color: #0099D9;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
}

/* ONE-TOUCH */
.site-one-touch .section1 {
    height: 300px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 48px;
}

.divider {
    width: 100%;
    margin-bottom: 50px;
    height: 2px;
}

.site-one-touch .section2 {
    background: url('../img/pattern.png') repeat-x;
    text-align: center;
    font-size: 16px;
    padding-top: 40px;
}

.site-one-touch .section3 .product {
    text-align: center;
    min-height: 600px;
    margin-bottom: 20px;
}

/* PRODUCT */
.site-product {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url('../img/pattern.png') repeat-x;
}

.site-product #slider .slides img {
    height: 450px;
    width: auto;
}

.site-product #carousel .slides img {
    height: 100px;
    width: auto;
}

/* SERVICE */
.site-service .section1 {
    height: 300px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 48px;
}

.site-service .section2 {
    height: 200px;
    font-size: 30px;
    text-align: center;
    background: url('../img/pattern.png');
    padding-top: 40px;
}

/* SALESMAN */
.site-salesman {
    padding-bottom: 50px;
}

.site-salesman .section1 {
    height: 300px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 48px;
}

.site-salesman .section2 {
    background: url('../img/pattern.png') repeat-x;
    text-align: center;
    font-size: 16px;
    padding-top: 40px;
}

.integration {
    margin-bottom: 100px;
    min-height: 300px;
}

.integration .header {
    font-weight: bold;
    font-size: 18px;
}

/* OUTSOURCING */
.site-outsourcing .section1 {
    height: 300px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 48px;
}

.site-outsourcing .section2 {
    height: 200px;
    font-size: 30px;
    text-align: center;
    background: url('../img/pattern.png');
    padding-top: 40px;
}

/* INDEX */
.page-index .section1 .banner {
    height: 500px;
    position: relative;
    font-size: 44px;
}

.page-index .section1 .top-line {
    height: 5px;
    background-color: black;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-index .section1 .banner .text {
    position: absolute;
    top: 75px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    margin-right: 50%;
    margin-left: 15%;
}

.page-index .section2 {
    height: 250px;
    background: url('../img/pattern.png') center top repeat-x;
    text-align: center;
}

@media (min-width: 992px) {
    .page-index .section2 .computer {
        top: -300px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
    }

    .site-one-touch .section2 {
        height: 300px;
    }

    .site-salesman .section2 {
        height: 300px;
    }
}

.page-index .section3 {
    background-image: linear-gradient(to right, #0061A5 0%, #0099D9 100%);
}

@media (max-width: 991px) {
    .page-index .section3 {
        padding-top: 60px;
    }

    .page-index .section4 {
        margin-bottom: 60px;
    }

    .page-index .section4 .btn-blue {
        position: relative;
    }

    .integration img {
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .site-contact .section2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .page-index .section3 {
        height: 400px;
    }

    .page-index .section3 .box {
        height: 430px;
        top: -40px;
    }
}

.page-index .section3 .box {
    text-align: center;
    color: white;
}

.page-index .section3 .box .btn-yellow {
    miargin-bottom: 10px;
}

@media (min-width: 992px) {
    .page-index .section3 .box .btn-yellow {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 30px;
    }
}

.page-index .section4 {
    height: 550px;
    background: url('../img/map.jpg') no-repeat center center;
    text-align: center;
}

.page-index .section4 .road {
    width: 70%;
}

.modal-header {
    border-bottom: none;
}

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

#w0.mega-menu {
    border-bottom: solid 1px #e8e8e8;
}

.site-product h2 {
    margin-bottom: 30px;
}

.site-product .flex-direction-nav a{
    height:50px !important;
}