@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300);
/* 
    Created on : Jun 6, 2014, 3:52:50 PM
    Author     : Admin
*/
/*@blue-1:        #059DCD;
@blue-2:        #1677BD;
@blue-3:        #4887C7;*/
/* -------------------------------
    One Page Scroll Necessary
------------------------------- */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'open sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-color: #ffffff;
}

a {
    color: #777777;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover {
        color: #0090c0;
        text-decoration: none;
    }

p {
    text-align: justify;
}

.descr {
    font-size: 15px;
}

.wrapper {
    /*height: 100% !important;*/
    /*overflow: hidden;*/
}

section {
    /*height: 100%;*/
}

.transition {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.col-text-left {
    text-align: left;
}

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

.col-text-right {
    text-align: right;
}

/*------------------
     Menu Hover
------------------*/

/*
ul.nav li {
    position: relative;
}

ul.nav > li.dropdown ul.dropdown-menu {
    opacity: 0;
margin: -1px -1px 0 0;
    }

ul.nav > li.dropdown:hover ul.dropdown-menu {
    display: block;
    opacity: 1;
    margin: -1px -1px 0 0;
    border-top: 0;
}
*/
ul.nav > li.dropdown.open > a,
ul.nav > li.dropdown.open > a:hover,
ul.nav > li.dropdown.open > a:focus {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 2px 2px 0 0;
    background: #FFF;
    color: #00b2ee;
    margin: 0;
    border: 0;
}

ul.nav > li.dropdown ul.dropdown-menu {
    margin: -1px -1px 0 0;
    border-top: 0;
}


    ul.nav > li.dropdown ul.dropdown-menu ul.sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        display: none;
        margin-top: 2px;
        border-width: 1px;
    }

    ul.nav > li.dropdown ul.dropdown-menu li:hover > ul.sub-menu {
        display: block;
    }

.navbar {
    margin-bottom: 0;
    border-width: 0px 0 1px;
}

    .navbar.navbar-static-top {
        position: absolute;
        width: 100%;
    }

        .navbar.navbar-static-top.fixed {
            position: fixed;
        }

    .navbar .navbar-brand {
        height: 50px;
        line-height: 50px;
        padding: 0;
        margin: 0 !important;
    }

        .navbar .navbar-brand img {
            max-height: 100%;
        }

    .navbar .navbar-nav > li > a {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        text-transform: uppercase;
    }

    .navbar.navbar-tiny .navbar-brand {
        height: 40px;
        line-height: 40px;
    }

    .navbar.navbar-tiny .navbar-nav > li > a {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        text-transform: uppercase;
    }

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding: 20px 0;
}

    .navbar-default .navbar-nav {
        /*margin-top: 15px;*/
    }

        .navbar-default .navbar-nav > li > a {
            color: #ffffff;
            font-weight: bold;
            font-size: 17px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .navbar-default .navbar-nav > li > a:hover {
                color: #00b2ee;
                border-radius: 2px 2px 0 0;
                /*
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #FFF;
    margin: 0;
    border: 0;
    */
            }

            .navbar-default .navbar-nav > li > a:focus {
                color: #ffffff;
            }

        .navbar-default .navbar-nav > li.open > a,
        .navbar-default .navbar-nav > li.open > a:hover,
        .navbar-default .navbar-nav > li.open > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-default.navbar-tiny {
        background: #192126;
        border-color: #192126;
        padding: 5px 0 4px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.navbar-dark {
    background: #192126;
    border-color: #58585b;
}

.navbar-fixed-bottom {
    padding: 10px 0;
    text-align: center;
}

.dropdown-menu > li > a:hover {
    background-color: rgba(0, 178, 238, 0.08);
    /*color: #0090c0;*/
}

.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    cursor: default;
}

.nav-tabs.tabs-link,
.nav-tabs.nav-justified.tabs-link {
    border: none;
}

    .nav-tabs.tabs-link > li > a,
    .nav-tabs.nav-justified.tabs-link > li > a {
        color: #909090;
        border-style: solid;
        border-color: transparent;
        border-width: 0 0 2px 0;
        border-radius: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0 15px;
        height: 38px;
        line-height: 38px;
        transition: none;
    }

        .nav-tabs.tabs-link > li > a:hover,
        .nav-tabs.nav-justified.tabs-link > li > a:hover,
        .nav-tabs.tabs-link > li > a:focus,
        .nav-tabs.nav-justified.tabs-link > li > a:focus {
            background: none;
            border-color: #dddddd;
        }

    .nav-tabs.tabs-link > li.active > a,
    .nav-tabs.nav-justified.tabs-link > li.active > a {
        color: #0090c0;
        border-width: 0 0 2px 0;
        border-color: #00b2ee;
        background-color: transparent;
    }

        .nav-tabs.tabs-link > li.active > a:hover,
        .nav-tabs.nav-justified.tabs-link > li.active > a:hover {
            background: none;
            border-color: #00b2ee;
        }

    .nav-tabs.tabs-link.tabs-left > li > a,
    .nav-tabs.nav-justified.tabs-link.tabs-left > li > a {
        border-width: 0 0 0 2px;
    }

    .nav-tabs.tabs-link.tabs-left.active > a,
    .nav-tabs.nav-justified.tabs-link.tabs-left.active > a {
        border-width: 0 0 0 2px;
    }

.nav-tabs.tabs-switch,
.nav-tabs.nav-justified.tabs-switch {
    border: none;
    margin: 0 auto 40px;
    display: table;
    cursor: default;
    /*box-shadow: 0px 1px 1px 0px @gray-1;*/
}

    .nav-tabs.tabs-switch > li:first-of-type a,
    .nav-tabs.nav-justified.tabs-switch > li:first-of-type a {
        border-radius: 10px 0 0 10px;
    }

    .nav-tabs.tabs-switch > li:last-of-type a,
    .nav-tabs.nav-justified.tabs-switch > li:last-of-type a {
        border-radius: 0 10px 10px 0;
    }

    .nav-tabs.tabs-switch > li > a,
    .nav-tabs.nav-justified.tabs-switch > li > a {
        color: #909090;
        background: #ffffff;
        border: 1px solid #dddddd;
        box-shadow: 0px 0px 1px -1px #58585b;
        margin-right: -1px;
        min-width: 200px;
        text-align: center;
        border-radius: 0;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0 15px;
        height: 38px;
        line-height: 38px;
        transition: none;
    }

        .nav-tabs.tabs-switch > li > a:hover,
        .nav-tabs.nav-justified.tabs-switch > li > a:hover,
        .nav-tabs.tabs-switch > li > a:focus,
        .nav-tabs.nav-justified.tabs-switch > li > a:focus {
            background-color: #fafafa;
            border-color: #dddddd;
        }

    .nav-tabs.tabs-switch > li.active > a,
    .nav-tabs.nav-justified.tabs-switch > li.active > a {
        background-color: #efefef;
        box-shadow: 0 0 8px -3px inset;
    }

        .nav-tabs.tabs-switch > li.active > a:hover,
        .nav-tabs.nav-justified.tabs-switch > li.active > a:hover {
            background-color: #efefef;
            box-shadow: 0 0 8px -3px inset;
        }

.subheader-place-holder {
    height: 40px;
}

.subheader {
    /*border-bottom: 1px solid rgb(239, 239, 239);*/
    /*border-top: 1px solid rgb(239, 239, 239);*/
    /*text-transform:uppercase;font-size:12px;*/
    margin: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    width: 100%;
    z-index: 100;
}

.navbar-small {
    background-color: #192126;
    padding: 5px 0;
    border-color: #00b2ee;
}

.fa-icon {
    display: inline-block;
    font-family: fontAwesome;
    content: "";
}

.form-control {
    border-radius: 0;
}

textarea.form-control {
    resize: vertical;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #00b2ee;
    border-color: #0090c0;
}

    .btn-primary:hover {
        background-color: #0090c0;
        border-color: #0090c0;
    }

.btn-widget {
    background-color: #0090c0;
    position: relative;
    font-size: 18px;
    padding-right: 70px;
    overflow: hidden;
    text-transform: uppercase;
}

    .btn-widget .fa {
        display: inline-block;
        font-family: fontAwesome;
        content: "";
        content: "\f04b";
        position: absolute;
        height: 100%;
        right: 10px;
        top: 10px;
        z-index: 2;
        /*float: right;*/
        /*margin-left: 10px;*/
    }

    .btn-widget:after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
        font-family: fontAwesome;
        content: "";
        width: 55px;
        height: 200%;
        background: rgba(255, 255, 255, 0.1);
        z-index: 1;
        position: absolute;
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        -o-transform-origin: 0 0;
        -o-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btn-widget:hover {
        background-color: #0090c0;
    }

        .btn-widget:hover:after {
            width: 70px;
        }

    .btn-widget.btn-sm {
        font-size: 15px;
    }

        .btn-widget.btn-sm .fa {
            top: 7px;
        }

        .btn-widget.btn-sm:hover:after {
            width: 60px;
        }

    .btn-widget.nav-btn {
        margin-left: 20px;
    }

.btn-bright {
    margin: 10px 0 20px;
    background-color: #d64700;
    border: 0px;
}

    .btn-bright:hover {
        background-color: #ca5d14;
    }

.title {
    border-style: solid;
    border-color: #00b2ee;
    border-width: 0;
    /*padding: 10px 10px 10px 30px;*/
    padding: 10px 0;
    /*background-color: @white-3;*/
    margin: 0 0 30px;
    font-family: raleway, sans-serif, serif;
    font-size: 35px;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

    .title.dark {
        /*background-color: fade(@black, 50%);*/
        color: #efefef;
        /*color: @blue-1;*/
    }

    .title.title-left {
        border-left-width: 5px;
    }

    .title.title-right {
        border-right-width: 5px;
    }

    .title.title-sec {
        font-size: 44px;
        font-weight: 300;
        color: #00b2ee;
    }

.subtitle {
    font-weight: bold;
    color: #ffffff;
}

.seperater {
    border: solid rgba(0, 178, 238, 0.5);
    border-width: 0 0 1px 0;
}

    .seperater.vertical-right {
        border-width: 0 1px 0 0;
    }

    .seperater.vertical-left {
        border-width: 0 0 0 1px;
    }

.offset {
    margin-bottom: 5%;
}
/*
@-webkit-keyframes wobble-infinite {
    0%, 40% {
        color: red;
        -webkit-animation-duration: 1s;
        -webkit-animation-name: wobble;
    }
    60%, 100% {
        color: green;
        -webkit-animation-duration: 1s;
        -webkit-animation-name: wobble;
    }
}
*/
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    3% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    6% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    9% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    12% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    15% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    18% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes dobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.dobble {
    -webkit-animation-name: wobble;
    -o-animation-name: wobble;
    -moz-animation-name: wobble;
    animation-name: wobble;
}

.loopTwoSec {
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slidedown {
    from {
        bottom: 20px;
        opacity: 0.8;
    }

    to {
        bottom: 10px;
        opacity: 0.5;
    }
}

@-moz-keyframes slidedown {
    from {
        bottom: 20px;
        opacity: 0.8;
    }

    to {
        bottom: 10px;
        opacity: 0.5;
    }
}

@-o-keyframes slidedown {
    from {
        bottom: 20px;
        opacity: 0.8;
    }

    to {
        bottom: 10px;
        opacity: 0.5;
    }
}

@keyframes slidedown {
    from {
        bottom: 20px;
        opacity: 0.8;
    }

    to {
        bottom: 10px;
        opacity: 0.5;
    }
}

section {
    padding: 6.8% 0;
    /*padding: 94px 0 60px;*/
    border-bottom: 1px solid #efefef;
    position: relative;
}

    section.sec-intro {
        height: 100%;
        /*background-image: url('../img/site/front/bg-video.jpg');*/
        background-image: url('../img/site/front/bg-home.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: none;
        color: #ffffff;
    }

        section.sec-intro .btn-req {
            margin: 15px 0;
            /*-webkit-animation-name: wobble-infinite;*/
            -webkit-animation-name: wobble;
            -webkit-animation-duration: 1s;
            -webkit-animation-delay: 2s;
            -webkit-animation-iteration-count: infinite;
            -o-animation-name: wobble;
            -o-animation-duration: 1s;
            -o-animation-delay: 2s;
            -o-animation-iteration-count: infinite;
            -moz-animation-name: wobble;
            -moz-animation-duration: 1s;
            -moz-animation-delay: 2s;
            -moz-animation-iteration-count: infinite;
            animation-name: wobble;
            animation-duration: 1s;
            animation-delay: 2s;
            animation-iteration-count: infinite;
        }

    section.sec-whoithelps {
        background-color: #fafafa;
    }

    section.sec-howitworks .container {
        /*overflow: hidden;*/
    }

    section.sec-howitworks img {
        margin-top: 20px;
    }

    section.sec-howitworks .flow [class*="col-"] {
        /*border: 1px solid #DDD;*/
        position: relative;
        box-shadow: 0 0 1px #58585b;
        min-height: 340px;
        background-color: #fafafa;
    }

        section.sec-howitworks .flow [class*="col-"]:before,
        section.sec-howitworks .flow [class*="col-"]:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            left: 0%;
            /*right: 0;*/
            width: 0;
            height: 0;
            margin-top: -10px;
            border-style: solid;
            border-width: 10px 0 10px 12px;
            /*box-shadow: 0 0 1px @gray-1;*/
        }

        section.sec-howitworks .flow [class*="col-"]:before {
            border-color: transparent transparent transparent #58585b;
            margin-left: 0;
        }

        section.sec-howitworks .flow [class*="col-"]:after {
            border-color: transparent transparent transparent #fafafa;
            margin-left: -1px;
        }

        section.sec-howitworks .flow [class*="col-"]:first-of-type:before,
        section.sec-howitworks .flow [class*="col-"]:first-of-type:after {
            display: none;
        }

        section.sec-howitworks .flow [class*="col-"]:hover {
            /*background-color: @white-1;*/
        }

            section.sec-howitworks .flow [class*="col-"]:hover:after {
                /*border-color: transparent transparent transparent @white-1;*/
            }

.demo-btn {
    position: absolute;
    width: 100px;
}

    .demo-btn a {
        display: block;
        background-color: #00b2ee;
        color: #FFFFFF;
        padding: 20px;
        text-align: center;
    }

        .demo-btn a .fa {
            margin-bottom: 10px;
            font-size: 30px;
        }

.demo-btn-home {
    opacity: 0;
}

.demo-btn.demo-btn-left {
    position: fixed;
    top: 20%;
    left: 0;
}

.demo-btn.demo-btn-right {
    top: 70%;
    right: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.col-block img {
    margin-bottom: 30px;
    max-height: 140px;
}

.col-block .block-caption {
    font-size: 24px;
}

.col-block p {
    text-align: center;
}

.move-down {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 1%;
    opacity: 0.5;
    color: #ffffff;
    font-weight: 300;
    font-size: 50px;
    /*-webkit-animation-duration: 1s;*/
    /*-webkit-animation-delay: 2s;*/
    /*-webkit-animation-iteration-count: infinite;*/
    -webkit-animation: slidedown 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite alternate;
    -moz-animation: slidedown 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite alternate;
    -o-animation: slidedown 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite alternate;
    animation: slidedown 1s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite alternate;
    /*
          &:before {
              font-family: fontAwesome;
              content: "\f078";
              display: block;
              font-size: 40px;
          }
    */
}

    .move-down:hover {
        color: #ffffff;
        opacity: 0.7;
    }

.intro-text {
    margin-bottom: 4%;
}

    .intro-text .title {
        margin: 15px 0;
        color: #FDC44B;
        font-weight: bold;
    }

.psudo-abs {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.intro-service .services-single {
    display: block;
    background-color: rgba(25, 33, 38, 0.4);
    box-shadow: 0 0 9px 1px rgba(25, 33, 38, 0.4) inset;
    text-align: center;
    position: relative;
    padding: 15px 0;
    min-height: 200px;
}

    .intro-service .services-single img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 75%;
    }

    .intro-service .services-single figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .intro-service .services-single figcaption:before {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(25, 33, 38, 0.8);
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(14%, rgba(255,255,255,0.13)), color-stop(80%, rgba(0,0,0,0.72)), color-stop(88%, rgba(0,0,0,0.79)));*/
            /*background: -webkit-linear-gradient(top, fade(@black-1, 80%) 0%, fade(@black-1, 80%) 14%, fade(@black-1, 80%) 80%, fade(@black-1, 80%) 88%);*/
        }

        .intro-service .services-single figcaption .caption {
            position: absolute;
            line-height: 20px;
            top: 68%;
            width: 100%;
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            color: #ffffff;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .intro-service .services-single figcaption .caption:before {
                display: block;
                content: "";
                position: absolute;
                left: 0;
                top: 100%;
                width: 100%;
                background-color: #ffffff;
                height: 40px;
                opacity: 0;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

        .intro-service .services-single figcaption .fa {
            font-size: 60px;
            /*margin-bottom: 10px;*/
        }

        .intro-service .services-single figcaption .descr {
            text-align: center;
            font-size: 15px;
            padding: 15px;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .intro-service .services-single:hover {
        color: #ffffff;
        /*box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);*/
    }

        .intro-service .services-single:hover img {
            -webkit-transform: translateY(40px);
            -moz-transform: translateY(40px);
            -ms-transform: translateY(40px);
            -o-transform: translateY(40px);
            transform: translateY(40px);
            width: 50%;
            /*
      position: absolute;
      height: 50px;
      top: 10px;
      left: 0;
    */
        }

        .intro-service .services-single:hover figcaption:before {
            opacity: 1;
        }

        .intro-service .services-single:hover figcaption .caption {
            /*-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);*/
            /*-webkit-transform: translateY(-150px);*/
            top: 6%;
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

            .intro-service .services-single:hover figcaption .caption:before {
                top: auto;
                bottom: 0;
                /*opacity: 1;*/
            }

        .intro-service .services-single:hover figcaption .descr {
            top: 30%;
            opacity: 1;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

.pos-static {
    position: static;
}

.pos-relative {
    position: relative;
}
/*
.banner {
    position: absolute;
    left: 0;
    /*right: 0;*
    bottom: 0;
    z-index: 10;
    background-color: fade(@black-1, 70%);
}
*/
/*
.banner-overlap {
    position: relative;
    width: 100%;
    min-height: 360px;

    .overlap {
        background-color: transparent;
        width: 33.3333%;
        position: absolute;
        top: 0;
        z-index: 100;
        .transition;

        &:not(:first-of-type) {
        }

        &.overlap-1 {
            left: 0;
            &:hover {
                width: 100%;
                z-index: 110;
            }
        }
        &.overlap-2 {
            left: 33.3333%;
            &:hover {
                width: 100%;
                left: 0;
                z-index: 110;
            }
        }
        &.overlap-3 {
            left: 66.6667%;
            &:hover {
                width: 100%;
                left: 0;
                z-index: 110;
            }
        }

        .overlap-inner {
            box-shadow: 0 0 3px -1px @gray-3;
            overflow: hidden;

            .overlap-inner-col-left {
                width: 30%;
            }

        }

        .text {
            margin: 0;
            text-align: center;
            color: @white-4;
            text-transform: uppercase;
        }

        .btn-login {
            color: @white-1;
            background-color: transparent;
            border: 1px solid @white-1;
            display: none;
            opacity: 0;
            border-radius: 0;
            .transition;

            &:hover {
                background-color: @black-1;
                border-color: @black-1;
            }
        }

        .feature-item {
            box-shadow: none;
            margin-bottom: 0;
        }

        &:hover {

            .feature-item {
                background-color: fade(@black-1, 90%);
                color: @white-1;
                .transition;
            }

            .text {
                color: @white-1;
                float: left;
            }

            .btn-login {
                display: block;
                opacity: 1;
                margin-right: 5px;
            }
        }

    }
}
*/
.navbar-inner-page {
    background-color: #ffffff;
    /*padding: 5px 0;*/
}

    .navbar-inner-page.navbar-default {
        /*background: 0 0;*/
        /*border-width: 0px 0 2px;*/
        /*border-color: transparent;*/
        /*padding: @nav-pading 0 0;*/
        /*.transition;*/
    }

        .navbar-inner-page.navbar-default .navbar-nav {
            /*margin-top: 15px;*/
        }

            .navbar-inner-page.navbar-default .navbar-nav > li > a {
                color: #909090;
            }

                .navbar-inner-page.navbar-default .navbar-nav > li > a:hover {
                    color: #00b2ee;
                }

.sec-overview {
    background-color: #192126;
    border-bottom: 1px solid #efefef;
    color: #ffffff;
}

.sec-features {
    background-color: #fafafa;
}

    .sec-features .collapsible-banner {
        background-color: #ffffff;
    }

    .sec-features .feature-item {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        background-color: #ffffff;
        box-shadow: 0 0 3px -1px #909090;
        padding: 40px 0;
        font-size: 17px;
        min-height: 360px;
        /*
      &.full {
          position: absolute;
          z-index: 1000;
          background-color: fade(@black-1, 90%);
          color: @white-1;
          
          img {
              height: 150px;
          }
      }
    */
    }

        .sec-features .feature-item .feature-item-left {
            /*background-color: @white-1;*/
        }

        .sec-features .feature-item .feature-caption {
            margin-bottom: 15px;
            padding: 10px 20px;
            /*border-bottom: 1px solid @white-3;*/
        }

        .sec-features .feature-item .feature-descr {
            padding: 0 20px;
        }

        .sec-features .feature-item img {
            max-height: 150px;
        }

        .sec-features .feature-item .feature-item-title {
            position: absolute;
            top: 200px;
            left: -20px;
            -webkit-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            opacity: 0;
            color: #FFFFFF;
        }

            .sec-features .feature-item .feature-item-title.title-con {
                left: -35px;
            }

            .sec-features .feature-item .feature-item-title.title-com {
                left: -15px;
            }

            .sec-features .feature-item .feature-item-title.title-can {
                left: -25px;
            }

.collapsible-banner {
    /*width: 1170px;*/
    background-color: #ffffff;
    margin: 0 auto;
}

    .collapsible-banner > ul {
        list-style: none;
        padding: 0;
    }

        .collapsible-banner > ul > li {
            margin: 0;
            padding: 0;
            /*height: 400px;*/
            min-height: 480px;
            float: left;
            list-style: none;
            overflow: hidden;
            border: 1px solid #efefef;
            /*border: 1px solid @white-3;*/
        }

            .collapsible-banner > ul > li.active {
                background-color: #FFFFFF;
            }

            .collapsible-banner > ul > li:not(.active) {
                /*background-color: #00b2ee;*/
            }

    .collapsible-banner .list-group .list-group-item {
        border-width: 0;
        margin: 0;
        padding-left: 50px;
        text-align: left;
    }

        .collapsible-banner .list-group .list-group-item:not(:last-of-type) {
            border-width: 0 0 1px 0;
        }

        .collapsible-banner .list-group .list-group-item:before {
            font-family: "fontAwesome";
            content: "\f00c";
            position: absolute;
            margin-left: -24px;
        }

.inactive-item {
    background-color: #00b2ee;
}

.collapsible-banner > ul > li .banner-inner {
    /*width: 1000px;*/
}

    .collapsible-banner > ul > li .banner-inner .row {
        margin: 0;
    }

    .collapsible-banner > ul > li .banner-inner > .row > [class*="col-"] {
        padding: 0;
    }

    .collapsible-banner > ul > li .banner-inner .feature-item {
        margin-bottom: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .collapsible-banner > ul > li .banner-inner img {
        /*max-height: 500px;*/
        position: relative;
    }

    .collapsible-banner > ul > li .banner-inner .col-block {
        margin-top: 60px;
    }

.sec-broadcast {
    background-color: #fafafa;
}

    .sec-broadcast .container {
        overflow: hidden;
    }

.sec-benefit {
    background-color: #e2e2e2;
}

.sec-req-demo img {
    max-height: 200px;
    margin: 0 auto 30px;
}

#price {
    /*background-color: @white-1;*/
}

    #price [class*="col-"] {
        padding: 0;
    }

    #price .price-table {
        opacity: 0.85;
        text-align: center;
        box-shadow: 0 2px 5px 0 rgba(25, 33, 38, 0.2);
        border-bottom: 1px solid;
        transition: 0.3s all linear;
    }

        #price .price-table:hover {
            opacity: 1;
            /*-webkit-transform: scale(1.05, 1.05);*/
            /*transform: scale(1.1, 1.1);*/
        }

        #price .price-table .pricing-table-header .name {
            font-weight: 700;
            margin: 0;
            padding: 12px 0;
            font-size: 20px;
            border-radius: 10px 10px 0 0;
        }

        #price .price-table .pricing-table-header .price {
            color: #ffffff;
            font-size: 35px;
            margin: 0;
            padding: 25px 0;
        }

            #price .price-table .pricing-table-header .price .fa {
                margin-right: -12px;
            }

        #price .price-table .pricing-table-features {
            border-bottom: 1px solid #dddddd;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            color: #192126;
        }

            #price .price-table .pricing-table-features ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                #price .price-table .pricing-table-features ul li {
                    padding: 12px 0;
                    text-align: center;
                    font-size: 15px;
                    font-weight: bold;
                }

        #price .price-table .pricing-table-footer {
            /*margin-top: 25px;*/
            padding: 15px 0;
        }

            #price .price-table .pricing-table-footer a {
                display: inline-block;
                width: 50%;
                height: 40px;
                line-height: 40px;
                background-color: #00b2ee;
                color: #ffffff;
                text-decoration: none;
                text-transform: uppercase;
            }

                #price .price-table .pricing-table-footer a:hover {
                    background-color: #0090c0;
                }

        #price .price-table.header-column {
            box-shadow: none;
        }

            #price .price-table.header-column .pricing-table-features {
                margin-top: 134px;
            }

            #price .price-table.header-column .pricing-table-footer {
                min-height: 70px;
                line-height: 70px;
                padding: 0;
            }

        #price .price-table.blue {
            border-color: #00b2ee;
        }

            #price .price-table.blue .pricing-table-header {
                border-bottom-color: #0090c0;
            }

                #price .price-table.blue .pricing-table-header .name {
                    background-color: #0090c0;
                    color: #ffffff;
                }

                #price .price-table.blue .pricing-table-header .price {
                    /*background-color: fade(@blue-1, 10%);*/
                    background-color: #fafafa;
                    color: #0090c0;
                }

            #price .price-table.blue .pricing-table-features ul li {
                background-color: rgba(239, 239, 239, 0.6);
            }

                #price .price-table.blue .pricing-table-features ul li:nth-of-type(even) {
                    background-color: rgba(221, 221, 221, 0.4);
                }

            #price .price-table.blue .pricing-table-footer {
                background-color: rgba(221, 221, 221, 0.4);
            }

                #price .price-table.blue .pricing-table-footer a {
                    background-color: #0090c0;
                }

                    #price .price-table.blue .pricing-table-footer a:hover {
                        background-color: #0090c0;
                    }

        #price .price-table.gray .pricing-table-features ul li {
            background-color: rgba(239, 239, 239, 0.6);
        }

            #price .price-table.gray .pricing-table-features ul li:nth-of-type(even) {
                background-color: rgba(221, 221, 221, 0.4);
            }

        #price .price-table.gray .pricing-table-footer {
            background-color: rgba(221, 221, 221, 0.4);
            color: #192126;
        }

.area-workflow {
    position: relative;
    /*height: 800px;*/
    /*
      .workflow-item-1 {
          top: 40px;
          left: 250px;
      }
      .workflow-item-2 {
          top: 250px;
          left: 790px;
      }
      .workflow-item-3 {
          top: 460px;
          left: 790px;
      }
      .workflow-item-4 {
          top: 670px;
          left: 250px;
      }
      .workflow-item-5 {
          top: 460px;
          left: -300px;
      }
      .workflow-item-6 {
          top: 250px;
          left: -300px;
      }
    */
}

    .area-workflow .workflow-center {
        position: absolute;
        top: 90px;
        left: 35%;
    }

        .area-workflow .workflow-center img {
            width: 340px;
        }

    .area-workflow .workflow-item {
        margin-bottom: 40px;
        box-shadow: 0 0 3px -1px #58585b;
        /*width: 60%;*/
        /*position: absolute;*/
        /*top: -100px;*/
        /*left: 0;*/
        /*border-left: 5px solid @theme-base;*/
        /*border-right: 5px solid @theme-base;*/
    }

        .area-workflow .workflow-item img {
            height: 100px;
        }
/*----------------------------------Footer Section ------------------------------------ */
#footersection {
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 40px;
    /*min-height:100%;*/
}

.footer-links {
    padding-left: 45px;
    border-right: 0.1em solid #757474;
    min-height: 150px;
}

    .footer-links p {
        color: #e9ebee;
        margin-top: 1em;
    }

    .footer-links h2 {
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0;
        border: none;
        color: #b1b1b1;
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 1em;
    }

        .footer-links ul li {
            line-height: 1.8em;
        }

    .footer-links a {
        color: #e9ebee;
        display: block;
        line-height: 1.8;
    }

        .footer-links a:hover {
            color: #bcc0c5;
        }

.last {
    border-right: 0;
}

.footer-social-copylinks {
    /*margin-top: 2em;*/
    border-top: 0.1em solid #757474;
    padding: 2em 0;
    color: #FFF;
}

    .footer-social-copylinks .footer-menu {
        /*margin-bottom: 10px;*/
    }

    .footer-social-copylinks ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-social-copylinks li {
        float: left;
        margin: 0 1em;
    }

    .footer-social-copylinks a {
        color: #e9ebee;
        /*display: block;*/
        /*line-height: 1.8;*/
    }

        .footer-social-copylinks a:hover {
            color: #bcc0c5;
        }

    .footer-social-copylinks p {
        color: #b1b1b1;
    }

.footerback {
    background-color: #45474d;
    /*min-height: 350px;*/
}

.footerheader {
    background-color: #e2e2e2;
    min-height: 50px;
}

.marginbelow30 {
    margin-bottom: 30px;
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
    margin-bottom: 20px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li,
    .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .vertical-text > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .vertical-text > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .vertical-text > li.active > a,
        .vertical-text > li.active > a:hover,
        .vertical-text > li.active > a:focus {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .vertical-text.tabs-left {
        left: -50px;
    }

    .vertical-text.tabs-right {
        right: -50px;
    }

        .vertical-text.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .vertical-text.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

/*--------------------------------------------*/

.get-list li {
    /*padding: 10px 0;*/
    list-style: none;
    position: relative;
    /*font-size: 20px;*/
}

    .get-list li:before {
        display: inline-block;
        content: "\f00c";
        position: absolute;
        font-family: fontAwesome;
        left: -30px;
    }

.sec-login-can .block-login {
    text-align: center;
    border: 1px solid #dddddd;
    /*background-color: rgba(0, 178, 238, 0.05);*/
    box-shadow: 0 0 10px -1px #AAA;
}

    .sec-login-can .block-login .signup {
        /*margin: 30px 0;*/
    }

    .sec-login-can .block-login .login {
        margin: 10px 0 30px;
    }

    .sec-login-can .block-login .signup a {
        margin-top: 20px;
        height: 45px;
        width: 160px;
        padding-top: 10px;
    }

        .sec-login-can .block-login .signup a .fa {
            top: 14px;
        }

    .sec-login-can .block-login .login a {
        border: 1px solid #0090c0;
        /*border-radius: 3px;*/
        padding: 6px 15px;
        display: inline-block;
        color: #000;
        font-size: 24px;
        font-weight: bold;
        background-color: #FFF;
    }

    .sec-login-can .block-login .orr {
        margin: 30px 0;
        font-size: 20px;
    }


.pnl-faq.panel-group .panel {
    border-radius: 0;
    margin: -1px 0 0;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px 0;
}

    .pnl-faq.panel-group .panel .panel-heading {
        padding: 0;
        background-color: #FAFAFA;
        border-color: #F5F5F5;
    }

        .pnl-faq.panel-group .panel .panel-heading a {
            display: block;
            padding: 10px 15px;
            position: relative;
        }

            .pnl-faq.panel-group .panel .panel-heading a:after {
                display: inline-block;
                content: "\f104";
                font-family: fontAwesome;
                /*float: right;*/
                position: absolute;
                right: 15px;
                top: 8px;
            }

    .pnl-faq.panel-group .panel.opened .panel-heading a:after {
        content: "\f103";
    }

.sec-career .list-group {
}

    .sec-career .list-group .list-group-item {
        border-width: 0;
        border-top-width: 1px;
        border-color: #EEE;
        margin: 0 0 30px;
        border-radius: 0;
        padding: 0;
    }

        .sec-career .list-group .list-group-item .pos-title {
            padding: 10px 15px;
            background-color: #FAFAFA;
            font-weight: 400;
        }

        .sec-career .list-group .list-group-item .pos-name {
        }

            .sec-career .list-group .list-group-item .pos-name a {
                color: #00b2ee;
                padding: 20px;
            }

                .sec-career .list-group .list-group-item .pos-name a:hover {
                    color: #0090c0;
                }

.lead {
    font-size: 18px;
}

.blog {
    font-size: 14px;
}

    .blog .category ul {
        list-style: circle;
        padding-left: 30px;
    }

        .blog .category ul li {
        }

            .blog .category ul li a {
                line-height: 26px;
            }

    .blog .archives ul {
        padding-left: 20px;
    }

        .blog .archives ul li a {
            line-height: 24px;
        }

    .blog .pager .btn {
        border-radius: 5px;
    }

.marked {
    position: absolute;
}

    .marked.triangle {
        height: 50px;
        width: 50px;
    }

/*------------------------------------------------
    For Device Size Overwrites [Put it at last]
------------------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .title {
        font-size: 30px;
    }

        .title.title-sec {
            font-size: 38px;
            margin: 0 0 20px;
        }

    .nav-tabs.tabs-switch > li > a, .nav-tabs.nav-justified.tabs-switch > li > a {
        font-size: 16px;
    }

    .nav-tabs.tabs-link > li > a, .nav-tabs.nav-justified.tabs-link > li > a {
        font-size: 13px;
        padding: 0 6px;
    }

    .descr {
        font-size: 14px;
    }

    section {
        padding-top: 9%;
    }

    .sec-features .feature-item {
        padding: 15px 0;
        font-size: 16px;
    }

        .sec-features .feature-item .feature-caption {
            margin: 15px 0 10px;
            padding: 8px 0;
            font-size: 20px;
        }

    .area-workflow .row [class*="col-"] {
        padding: 0 5px;
    }

    .area-workflow .workflow-center {
        top: 90px;
    }

        .area-workflow .workflow-center img {
            width: 270px;
        }

    .area-workflow .workflow-item {
        margin-bottom: 20px;
    }

        .area-workflow .workflow-item img {
            height: auto;
        }

    .flow .process-caption {
        font-size: 20px;
    }

    .col-block .block-caption {
        font-size: 22px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .title {
        font-size: 26px;
    }

        .title.title-sec {
            font-size: 34px;
        }

    section.sec-intro {
        background-repeat: repeat-y;
        height: auto;
        padding-top: 90px;
    }

    .intro-service .services-single {
        margin: 0 0 20px 0;
    }

        .intro-service .services-single img {
            width: 60%;
        }

    .area-workflow .workflow-center img {
        width: 220px;
    }

    .area-workflow .workflow-center {
        top: 130px;
    }

    .sec-features .feature-item .feature-descr {
        max-height: 110px;
        overflow: hidden;
    }

    .area-workflow .workflow-item .workflow-caption {
        font-size: 15px;
    }

    .area-workflow .workflow-item .workflow-descr {
        font-size: 13px;
    }

    .flow .flow-item {
        min-height: 320px;
    }

        .flow .flow-item .process-caption {
            font-size: 18px;
        }

    .col-block img {
    }

    .col-block .block-caption {
        font-size: 17px;
    }

    .col-block p {
        min-height: 60px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    section {
        padding-top: 20%;
    }

    .col-text-left {
        text-align: center;
        margin-bottom: 10px;
    }

    .col-text-center {
        text-align: center;
        margin-bottom: 10px;
    }

    .col-text-right {
        text-align: center;
        margin-bottom: 10px;
    }

    .title, .innertitle {
        font-size: 21px;
    }

        .title.title-sec {
            font-size: 28px;
        }

    .navbar .navbar-brand {
        max-width: 75%;
    }

    section.sec-intro {
        padding-top: 100px;
        padding-bottom: 65px;
    }

    ul.nav > li.dropdown ul.dropdown-menu {
        margin: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #DDD;
    }

    .navbar-default .navbar-toggle {
        color: #FFFFFF;
        margin: 2px 0;
        padding: 6px 10px;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            color: #000000;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: rgba(0, 0, 0, 0.9);
        border-bottom: 3px solid #BBB;
        border-top: 1px solid #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #FFF;
    }

    ul.nav > li.dropdown.open > a, ul.nav > li.dropdown.open > a:hover, ul.nav > li.dropdown.open > a:focus {
        border-radius: 0;
    }

    .intro-service .services-single img {
        width: 45%;
    }

    .area-workflow {
        margin-bottom: 30px;
    }

        .area-workflow > .row > [class*="col-"] {
            padding: 0 15px;
        }

    .tabs-left > li, .tabs-right > li {
        float: left;
    }

    .nav-tabs.tabs-link.tabs-left > li > a, .nav-tabs.nav-justified.tabs-link.tabs-left > li > a {
        border-width: 0 0 2px 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
