/* Minification failed. Returning unminified contents.
(210,15): run-time error CSS1035: Expected colon, found '{'
(404,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(410,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(448,17): run-time error CSS1039: Token not allowed after unary operator: '-ohio-swatch-647'
(560,25): run-time error CSS1039: Token not allowed after unary operator: '-ohio-swatch-647'
 */
/* Font Declaration
-------------------------------------*/

.wrapper {
    background-color: #fff;
    flex-grow: 1;
}

/*Boxed Layout
------------------------------------*/

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(/assets/img/patterns/15.png) repeat;
}

/*Parallax Backgrounds
------------------------------------*/
.parallax-bg {
    background: url(/assets/img/blur/img1.jpg) 50% 0 repeat fixed;
}

/*Parallax Counter Block*/
.parallax-counter {
    padding: 60px 0;
    background: url(/assets/img/bg/9.jpg) 50% 0 no-repeat fixed;
}

    .parallax-counter h4 {
        color: #fff;
        font-size: 18px;
    }

    .parallax-counter .counters {
        color: #fff;
        padding: 20px 0;
        font-weight: 200;
        background: rgba(0,0,0,0.6);
    }

/*Parallax Team*/
.parallax-team {
    background: url(/assets/img/team/faces.jpg) 50% 0 repeat fixed;
}

    .parallax-team,
    .parallax-team .title-box-v2 {
        position: relative;
    }

        .parallax-team:before {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            background: rgba(255,255,255,0.9);
        }


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
    /* background-color: rgb(255,255,255) !important; */
    box-shadow: 0 0 0 1000px #fff inset !important;
    /* background-image: none; */
    color: rgb(255,255,255);
}

/*Top Bar (login etc.)
------------------------------------*/
.topbar {
    z-index: 12;
    padding: 10px 0;
    position: relative;
}

    .topbar ul.loginbar {
        margin: 0;
    }

        .topbar ul.loginbar > li {
            display: inline;
            list-style: none;
            position: relative;
            padding-bottom: 15px;
        }

            .topbar ul.loginbar > li > a,
            .topbar ul.loginbar > li > a:hover {
                color: #7c8082;
                font-size: 11px;
                text-transform: uppercase;
            }

        .topbar ul.loginbar li i.fa {
            color: #bbb;
        }

        .topbar ul.loginbar li.topbar-devider {
            top: -1px;
            padding: 0;
            font-size: 8px;
            position: relative;
            margin: 0 9px 0 5px;
            /*font-family: Tahoma;*/
            border-right: solid 1px #bbb;
        }

    /*Lenguages*/
    .topbar ul.lenguages {
        top: 25px;
        left: -5px;
        display: none;
        padding: 4px 0;
        padding-left: 0;
        list-style: none;
        min-width: 100px;
        position: absolute;
        background: #f0f0f0;
    }

    .topbar li:hover ul.lenguages {
        display: block;
    }

    .topbar ul.lenguages:after {
        top: -4px;
        width: 0;
        height: 0;
        left: 8px;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 6px solid #f0f0f0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-left-style: inset; /*FF fixes*/
        border-right-style: inset; /*FF fixes*/
    }

    .topbar ul.lenguages li a {
        color: #555;
        display: block;
        font-size: 10px;
        padding: 2px 12px;
        margin-bottom: 1px;
        text-transform: uppercase;
    }

    .topbar ul.lenguages li.active a i {
        color: #999;
        float: right;
        margin-top: 2px;
    }

    .topbar ul.lenguages li a:hover,
    .topbar ul.lenguages li.active a {
        background: #fafafa;
    }

    .topbar ul.lenguages li a:hover {
        text-decoration: none;
    }

/*Top Bar v1 (login, search etc.)
------------------------------------*/
.topbar-v1 {
    background: #ffffff;
}

    .topbar-v1.im-topbar {
        background-color: #fff;
        margin-bottom: 0 !important;
    }



    /*Top Contacts*/
    .topbar-v1 ul {
        margin: 0;
        display: block;
    }

        .topbar-v1 ul.loginbar {
            height: 30px;
            line-height: 30px;
        }

    .topbar-v1.im-topbar ul.loginbar {
        height: auto;
        line-height: inherit;
        margin-top: 3px;
    }

    .topbar-v1 .top-v1-contacts li {
      
        padding: 5px 5px;
        font-size: 13px;
        display: inline-block;
        border-right: solid 1px #ddd;
        height: 35px;
       strong {
                  font-size: 14px;
                  font-weight: 600;
              }
    }

    .topbar-v1.im-topbar li, .topbar-v1.im-topbar a {
        color: #3498db !important;
        font-size: 12px;
        font-weight: 700;
    }

    .topbar-v1 .top-v1-contacts li:first-child {
        border-left: solid 1px #ddd;
    }

    .topbar-v1 .top-v1-contacts li:last-child {
        border-right: solid 0 #3D4D5E;
    }

    .topbar-v1 .top-v1-contacts i {
        color: #999;
        font-size: 13px;
        margin-right: 3px;
    }

        .topbar-v1 .top-v1-contacts i.fa.fa-phone {
            color: #333;
            font-size: 15px;
        }

    .topbar-v1 .top-v1-contacts .glyphicon-info-sign {
        color: #8F9BA8 !important;
        font-size: 12px;
        vertical-align: text-bottom;
    }

    .topbar-v1.im-topbar .im-logo img {
        width: 193px;
        height: 16px;
        margin: 7px 0;
        display: block;
    }

    .topbar-v1 .top-v1-data {
        text-align: right;
        font-size: 0;
    }

        .topbar-v1 .top-v1-data li {
            padding: 0 11px;
            display: inline-block;
            border-right: solid 1px #ddd;
            color: #333;
            height: 35px;
            line-height: 33px;
            text-align: left;
            font-size: 13px;
        }

            .topbar-v1 .top-v1-data li.iw-hintIcon {
                width: 25px;
                padding-left: 6px;
            }

@media (max-width:450px) {
    .topbar-v1 .top-v1-data li {
        font-size: 10px;
        padding: 2px 8px;
    }
}

.topbar-v1 .top-v1-data li.dropdown > a:after {
    top: 0;
    right: 3px;
}


.topbar-v1 .top-v1-data li a {
    /*font-size: 12px;*/
    display: inline-block;
    vertical-align: top;
}

@media (max-width:1199px) and (min-width:992px) {
    .topbar-v1 .top-v1-data li a {
        font-size: 11px;
    }

    .topbar-v1 .top-v1-contacts li:first-child strong {
        font-weight: normal;
    }
}

.topbar-v1 .top-v1-data li a:hover {
    text-decoration: none;
}

/*.topbar-v1 .top-v1-data li i {
    color: #333;
    font-size: 12px;
    vertical-align: middle;
}*/

    /*.topbar-v1 .top-v1-data li i.iw-guideIcon {
        font-size: 15px;
    }

    .topbar-v1 .top-v1-data li i.iw-tourIcon {
        font-size: 15px;
    }*/

#hintIcon, #hintIconGetStarted {
    margin-top: 0;
    width: 15px;
    font-size: 14px;
}

.topbar-v1 .top-v1-data li i.fa.fa-map:before {
    content: '\f278';
}

.topbar-v1 .top-v1-data li i.fa.fa-map.active-hint:before {
    content: '\f279';
}


.topbar-v1 .fa-phone {
    font-size: 16px;
    color: inherit;
    vertical-align: middle;
}

.topbar-v1.im-topbar .fa-phone {
    font-size: inherit;
}


/*Responsive Topbar v1*/

@media (min-width:992px) and (max-width:1199px) {
    .topbar-v1 ul {
        text-align: left !important;
    }

        .topbar-v1 ul.top-v1-data {
            text-align: right !important;
        }

    .topbar-v1 .top-v1-contacts li {
       /* color: #F4F6F9;*/
        padding: 6px 2px;
        font-size: 10px;
        /*display: inline-block;
        border-right: solid 1px #3D4D5E;*/
    }

    .topbar-v1 .top-v1-data li {
        padding: 0 3px;
        position: relative;
        font-size: 10px;
        height: 35px;
    }

        .topbar-v1 .top-v1-data li.iw-admin-server-info {
            padding-top: 1px;
        }
}

@media screen and (max-width:1199px) {
    .topbar-v1 .top-v1-data li i.iw-guideIcon {
        font-size: 15px;
    }

    .topbar-v1 .top-v1-data li i.iw-tourIcon {
        font-size: 13px;
    }
}

/*Header Default
------------------------------------*/
.header {
    position: relative;
    /* border-bottom: solid 1px #eee; */
}

    .header .navbar {
        margin: 0;
        min-height: inherit;
        padding-top: 0;
    }

    .header .navbar-default {
        border: none;
        background-color: var(--primary-color);
        min-height: 0;
        padding: 8px 0;
    }

    .header .navbar.im-product-bar {
        background-color: var(--primary-color);
        color: #fff;
        padding: 8px 0;
        min-height: 0;
        border-radius: 0;
        border: none;
        margin: 0;
    }

    .header .navbar-collapse {
        position: relative;
        /*max-height: inherit;*/
    }

    /*Brand*/
    .header .navbar-brand {
        z-index: 1;
        top: -10px;
        position: relative;
        padding: 0 10px 10px;
    }

/*Navbar Brand*/
@media (max-width: 992px) {
    .header .navbar-brand {
        top: 0;
        /*height: 40px;*/
    }
}

.header .navbar-default .navbar-nav > li > a {
    color: #687074 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.header .navbar-default .navbar-nav > .active > a {
    color: var(--ohio-swatch-647);
}


/*Dropdown*/
.header .navbar-right .dropdown-menu {
    right: inherit;
}

/*Navbar Toggle*/
/*.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #72c02c;
    padding: 6px 10px 2px;
}*/

.navbar-toggle:hover {
    background: #e67e22 !important;
}

.navbar-default .navbar-toggle {
    border-color: #e67e22;
}

    .navbar-default .navbar-toggle .fa {
        color: #fff;
        font-size: 19px;
    }


.header .navbar .nav > li > .login {
    background: #eee;
}

@media screen and (max-width:767px) { /*Considering the different text color for the icon (for XS Class)*/
    .header .navbar .nav > li > .login {
        color: #999 !important;
    }
}

@media (min-width: 768px) {
    /*Navbar Collapse*/
    .header .navbar-collapse {
        padding: 0;
    }

    /*Navbar*/
    .header .navbar-nav {
        top: 3px;
        position: relative;
    }

    .header .navbar.im-product-bar .navbar-nav {
        position: static;
        margin-top: 2px;
    }

    .header .navbar-default .navbar-nav > li > a {
        padding: 9px 20px 9px 20px;
    }

        .header .navbar-default .navbar-nav > li > a,
        .header .navbar-default .navbar-nav > li > a:focus {
            border-bottom: solid 2px transparent;
        }

            .header .navbar-default .navbar-nav > li > a:hover,
            .header .navbar-default .navbar-nav > .active > a {
                border-bottom: solid 2px #72c02c;
            }

                .header .navbar-default .navbar-nav > li > a,
                .header .navbar-default .navbar-nav > li > a:hover,
                .header .navbar-default .navbar-nav > li > a:focus,
                .header .navbar-default .navbar-nav > .active > a,
                .header .navbar-default .navbar-nav > .active > a:hover,
                .header .navbar-default .navbar-nav > .active > a:focus {
                    background: none;
                }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #72c02c;
    }

    /*Dropdown Menu*/
    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 999 !important;
        margin-top: -2px !important;
        border-top: solid 2px #e74c3c;
        border-bottom: solid 2px #687074;
    }

        .header .dropdown-menu li a {
            color: #687074 !important;
            font-size: 13px;
            font-weight: 400;
            padding: 6px 15px;
        }

        .header .dropdown-menu li + li a {
            border-top: 1px solid #eee;
        }

        .header .dropdown-menu .active > a,
        .header .dropdown-menu li > a:hover {
            color: var(--ohio-swatch-647) !important;
            filter: none !important;
            /* background: white !important; */
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            background-color: #f5f5f5;
        }

        .header .dropdown-menu li > a:focus {
            background: none;
            filter: none !important;
        }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }


    .header .navbar-default .navbar-nav > li:hover > a {
        background-color: #E74C3C;
        color: white !important;
    }

    .header .open > .dropdown-menu,
    .header-v1 .open > .dropdown-menu {
        display: none;
    }

    /*Search*/
    .header .navbar .login-open {
        width: 500px;
        z-index: 9999;
    }
}

#menuPre .navbar-nav {
    float: right;
}

.header .navbar .nav > li > .login:hover {
    color: #72c02c;
    background: #f7f7f7;
    border-bottom-color: #72c02c;
}

.header .navbar .login-open, .iw-overlay-wrap .iw-overlay-content {
    right: 0;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    z-index: 1001;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    padding: 30px 70px;
    background-color: rgba(0, 102, 153, 0.28);
}

.iw-overlay-wrap.open .iw-overlay-content {
    width: 550px;
    color: #fff;
}

.header .navbar .login-open form {
    margin: 0;
    color: #fff;
}

    .header .navbar .login-open form a {
        color: #fff !important;
        font-weight: 300 !important;
    }


/*modifying the overflow when login-modal triggers*/

.modal-open #loginCover {
    overflow-x: hidden;
    overflow-y: auto;
}

/*To get-back the default behavior of the input-group-addon & form-control for the lower screens*/
@media only screen and (max-width: 479px) {
    .header .navbar .login-open .input-group-btn, .header .navbar .login-open .input-group .form-control {
        /* display: table-cell !important; */
        /* width: 100%; */
    }

    .header .navbar .login-open .input-group-addon {
        display: table-cell !important;
        width: 1%;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
    .header .navbar > .container .navbar-brand,
    .header .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }

    .header .navbar-toggle {
        margin-right: 0;
    }

    .thumbnail-style {
        min-height: 150px !important;
    }
}




/*Header v1
------------------------------------*/
.header-v1 {
    /*border-bottom: none;*/
}

    /*Brand*/
    .header-v1 .navbar-brand {
        top: 2px;
        padding: 0 10px 10px;
    }

.header .navbar.im-product-bar a.navbar-brand {
    padding: 0 15px;
    margin-left: -15px !important;
    position: relative;
    height: auto;
    /*font-family: 'Ubuntu',"droid_sansregular", sans-serif !important;*/
    font-size: 26px;
    color: #fff !important;
    line-height: 1;
    z-index: 1;
    top: 0;
}


.header-v1 .navbar #loginCover.open .login-open, .iw-overlay-wrap.open .iw-overlay-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s 0.2s linear;
    transition: all 0.6s 0.4s linear;
}

#loginCover, .iw-overlay-wrap {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(5,155,230,0.98);
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transform: translate3d(80px,80px,0);
    transform: translate3d(80px,80px,0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
}

#loginCover, #RequestDemo {
    background-image: url(/assets/imAssets/wwwroot/img/footer-transparent-logo.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
}

    #loginCover.open, .iw-overlay-wrap.open {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    #loginCover .login-close, .iw-overlay-wrap .iw-overlay-close {
        position: absolute;
        right: 5px;
        top: 5px;
        display: block;
        width: 50px;
        height: 50px;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0.5s linear;
        transition: opacity 0.3s 0.5s linear;
    }

    #loginCover.open .login-close, .iw-overlay-wrap.open .iw-overlay-close {
        opacity: 1;
    }

    #loginCover .login-close:before, #loginCover .login-close:after, .iw-overlay-wrap .iw-overlay-close:before, .iw-overlay-wrap .iw-overlay-close:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #fff;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        top: 50%;
        margin-top: -1px;
        left: 0;
    }

    #loginCover .login-close:before, .iw-overlay-wrap .iw-overlay-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #loginCover .login-close:after, .iw-overlay-wrap .iw-overlay-close:after {
        transform: rotate(-45deg);
    }

.header-v1 .navbar #loginCover .login-open h2, .iw-overlay-wrap .iw-overlay-content .iw-overlay-header {
    font-weight: 300;
    text-align: left;
    color: #fff;
}

.header-v1 .navbar #loginCover .login-open h2 {
    font-size: 29px;
    margin: 0 0 25px 0;
    line-height: 1;
}


.header-v1 .navbar #loginCover .login-open .custom-checkBox, .iw-overlay-wrap .iw-overlay-content .custom-checkBox {
    position: relative;
}

    .header-v1 .navbar #loginCover .login-open .custom-checkBox input[type='checkbox'],
    .iw-overlay-wrap .iw-overlay-content .custom-checkBox input[type='checkbox'] {
        position: absolute;
        visibility: hidden;
        width: 0;
        height: 0;
    }

        .header-v1 .navbar #loginCover .login-open .custom-checkBox input[type='checkbox'] ~ label,
        .iw-overlay-wrap .iw-overlay-content .custom-checkBox input[type='checkbox'] ~ label {
            position: relative;
            padding-left: 22px;
        }

            .header-v1 .navbar #loginCover .login-open .custom-checkBox input[type='checkbox'] ~ label:before,
            .iw-overlay-wrap .iw-overlay-content .custom-checkBox input[type='checkbox'] ~ label:before {
                content: '';
                position: absolute;
                width: 14px;
                height: 14px;
                left: 0;
                top: 4px;
                background-color: #fff;
                border: 1px solid #ddd;
                box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.1);
            }

            .header-v1 .navbar #loginCover .login-open .custom-checkBox input[type='checkbox'] ~ label:after,
            .iw-overlay-wrap .iw-overlay-content .custom-checkBox input[type='checkbox'] ~ label:after {
                content: '\f00c';
                position: absolute;
                left: 2px;
                top: 3px;
                font-family: FontAwesome;
                color: #444;
                font-size: 10px;
                opacity: 0;
                transition: opacity 0.1s linear;
            }

        .header-v1 .navbar #loginCover .login-open .custom-checkBox input[type='checkbox']:checked ~ label:after,
        .iw-overlay-wrap .iw-overlay-content .custom-checkBox input[type='checkbox']:checked ~ label:after {
            opacity: 1;
        }

@media (max-width: 768px) {
    /*.header-v1 .navbar .login-open {
        bottom: -6px;
    }*/

    .row, .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0;
    }

    .header.header-v1 .navbar #loginCover.open .login-open, .iw-overlay-wrap .iw-overlay-content {
        position: absolute;
        width: 77% !important;
        max-width: 470px;
        padding: 20px 30px;
    }

    #loginCover .login-close, .iw-overlay-wrap .iw-overlay-close {
        width: 34px;
        height: 34px;
    }

    .header-v1 .navbar #loginCover .login-open h2, .iw-overlay-wrap .iw-overlay-content .iw-overlay-header {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #loginCover {
        visibility: hidden;
        display: block;
    }
}

.header-v1 .navbar .nav > li > .login:hover {
    color: #fff;
    background: #72c02c;
}

/*Toggle*/
.header-v1 .navbar-toggle {
    margin: 10px 15px 0 0;
    background-color: transparent;
    border: none !important;
    padding: 0;
}

    .header-v1 .navbar-toggle:hover, .header-v1 .navbar-toggle:focus {
        background-color: transparent !important;
        border-color: transparent !important;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*Responsive Header v1*/
@media (min-width: 768px) and (max-width: 991px) {
    /*Brand*/
    /*.header-v1 .navbar-brand {
        margin-bottom: 15px;
    }*/
}

@media (min-width: 768px) {
    /*Navbar*/
    .header-v1 .navbar-default .navbar-nav > li {
        /* margin-left: 1px; */
        /* margin: 0 0 0 15px; */
    }

    .header .navbar.im-product-bar .navbar-nav > li {
        margin: 0 0 0 0;
    }

    .header-v1 .navbar-default .navbar-nav > li > a {
        padding: 9px 15px 6px 15px;
    }

        .header-v1 .navbar-default .navbar-nav > li > a.dropdown-toggle, .header-v1 .navbar-default .navbar-nav > li.open > a.dropdown-toggle, .header-v1 .navbar-default .navbar-nav > li.open > a.dropdown-toggle:hover {
            padding: 0 15px 0 0;
            background-color: transparent !important;
        }

    .header .navbar.im-product-bar .navbar-nav > li > a {
        padding: 0 0;
        margin: 0 0 0 28px;
        color: #fff !important;
        font-size: 13px;
        background-color: transparent;
        text-decoration: none !important;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        border-bottom: 1px solid transparent;
        letter-spacing: .02em;
        font-weight: 500;
    }

    .header-v1 .navbar-default .navbar-nav > .active > a,
    .header-v1 .navbar-default .navbar-nav > .iw-preLoginActive > a,
    .header-v1 .navbar-default .navbar-nav > li > a:hover,
    .header-v1 .navbar-default .navbar-nav > li > a:focus {
        color: #fff !important;
        background: #e74c3c !important;
    }


    .header .navbar.im-product-bar .navbar-nav > .active > a,
    .header .navbar.im-product-bar .navbar-nav > .iw-preLoginActive > a,
    .header .navbar.im-product-bar .navbar-nav > li > a:hover,
    .header .navbar.im-product-bar .navbar-nav > li > a:focus {
        color: #fff !important;
        background: transparent !important;
        border-bottom: 1px solid #fff;
    }

    .header-v1 .navbar-default .navbar-nav > .open > a,
    .header-v1 .navbar-default .navbar-nav > .open > a:hover,
    .header-v1 .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background: #e74c3c;
    }

    /*Dropdown Menu*/
    .header-v1 .dropdown-menu {
        background: #fafafa;
    }
}

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
    height: 78px;
}

    .header-fixed .header.header-fixed-shrink {
        top: 0;
        left: 0;
        width: 100%;
        height: 95px;
        z-index: 9999;
        position: fixed;
        margin-top: -35px;
        border-bottom-color: #f5f5f5;
        background: rgba(255,255,255, 0.9);
        -webkit-transition: height 0.6s;
        -moz-transition: height 0.6s;
        transition: height 0.6s;
    }

        /*Brand*/
        .header-fixed .header.header-fixed-shrink .navbar-brand {
            top: 10px;
            z-index: 1;
            position: relative;
            padding: 0 10px 10px;
        }

            .header-fixed .header.header-fixed-shrink .navbar-brand img {
                width: 90%;
            }

        .header-fixed .header.header-fixed-shrink .login,
        .header-fixed .header.header-fixed-shrink .active a {
            border-bottom: none !important;
        }

        .header-fixed .header.header-fixed-shrink .dropdown > a:after {
            top: 19px;
        }

/*Toggle*/
.header-fixed .navbar-toggle {
    margin-top: 5px;
}

/*Login Bar*/
.header-fixed .header.header-fixed-shrink .login {
    margin-top: 12px;
    padding: 8px !important;
    color: #585f69 !important;
    background: none !important;
}

.header-fixed .header.header-fixed-shrink .login-open {
    border-top: none;
    background: rgba(255,255,255, 0.9);
}

/*Responsive Fixed Header*/
@media (max-width: 992px) {
    /*Header*/
    .header-fixed .header {
        height: 118px;
    }

        .header-fixed .header.header-fixed-shrink {
            height: 135px;
        }
}

@media (max-width: 767px) {
    /*Header*/
    .header-fixed .header,
    .header-fixed .header.header-fixed-shrink {
        height: 88px;
    }

        /*Navbar*/
        .header-fixed .header .navbar-nav {
            background: #fff;
            padding: 6px 0;
            margin-top: 0;
            border: solid 1px #eee;
        }

        .header-fixed .header .navbar-default .navbar-collapse,
        .header-fixed .header .navbar-default .navbar-form {
            border: none;
        }

    /*Toggle*/
    .header-fixed .navbar-toggle {
        margin-top: 9px;
    }

    /*Search*/
    .header-fixed .header.header-fixed-shrink .navbar .nav > li > .login {
        top: 5px;
        position: relative;
    }

    .header .navbar.im-product-bar a.navbar-brand {
        margin-left: 0 !important;
        margin-top: 0;
        font-size: 24px;
    }
}

@media (min-width: 767px) {
    /*Navbar*/
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding: 19px 30px 18px 20px;
        border-bottom: solid 1px transparent !important;
    }

    /*Search Bar*/
    .header-fixed .header.header-fixed-shrink .login-open {
        top: 56px;
    }
}

/*Dropdown Submenu for BS3
------------------------------------*/
.dropdown-submenu {
    position: relative;
}

    .dropdown > a:after,
    .dropdown-submenu > a:after {
        top: 8px;
        right: 9px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }



.dropdown > a:after {
    top: 6px;
    right: 4px;
    content: "\f107";
}

.header-v1 .navbar-default .navbar-nav > li > a.dropdown-toggle:after {
    top: 2px;
}

@media (max-width: 1000px) {
    .top-v1-data .dropdown-submenu > a:after {
        content: " ";
    }

    .top-v1-data .dropdown > a:after {
        content: none;
    }
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: 0;
}

    /*Submenu comes from LEFT side*/
    .dropdown-submenu > .dropdown-menu.submenu-left {
        left: -100%;
    }

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 1000px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }


/*Menu Icons*/
.menu-icon {
    margin-right: 10px;
    font-weight: 200;
}

/*Dropdown Show*/
.dropdown-show {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 4px #eee;
}

/*Main Styles
------------------------------------*/
/*Purchase Block*/
.purchase {
    padding: 25px 0 30px;
    border-top: solid 1px #000;
}

    .purchase p {
        margin-bottom: 0;
    }

    .purchase span {
        color: #58585a;
        display: block;
        font-size: 21px;
        line-height: 35px;
        font-weight: bold;
        margin-top: -5px;
    }

        .purchase span.iw-redText {
            color: #d95028;
            display: inline;
            font-size: inherit;
        }

    .purchase .btn-buy {
        text-align: center;
    }

        .purchase .btn-buy a {
            margin-top: 27px;
        }

            .purchase .btn-buy a i {
                margin-right: 5px;
            }

@media (max-width: 991px) {
    .purchase {
        text-align: center;
    }

        .purchase span {
            font-size: 22px;
            line-height: 29px;
        }

        .purchase .btn-buy a {
            margin-top: 25px;
            font-size: 16px;
        }
}

/*Service*/
.service {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

    .service:hover {
        background: #fcfcfc;
        box-shadow: 0 0 5px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

        .service:hover i {
            color: #656565;
        }

    .service .desc {
        padding: 0 15px;
        overflow: hidden;
    }

        .service .desc h4 {
            font-size: 22px;
            line-height: 25px;
        }

    .service .service-icon {
        float: left;
        padding: 10px;
        color: #72c02c;
        font-size: 35px;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .service .service-icon.icon-cogs {
            font-size: 37px;
        }

        .service .service-icon.icon-plane {
            font-size: 43px;
        }

/* Recent Work  */
.recent-work a {
    text-align: center;
    background: #fcfcfc;
    display: inline-block;
}

    .recent-work a:hover {
        text-decoration: none;
    }

        .recent-work a:hover strong {
            color: #555;
        }

.recent-work em.overflow-hidden {
    display: block;
}

.recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee;
}

.recent-work a strong {
    color: #555;
    display: block;
}

.recent-work a i {
    color: #777;
}

.recent-work a img {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.0) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
    border-bottom: solid 2px #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Work */
.work {
    margin-top: 6px;
}

    .work .details {
        padding: 10px;
    }

    .work .caption {
        display: block;
        padding-top: 5px;
        color: #585f69 !important;
        font-size: 18px !important;
    }

        .work .caption:hover {
            cursor: pointer;
            color: #444 !important;
            text-decoration: underline;
        }

/*Footer*/
.footer {
    color: #dadada;
    background: #585f69;
    padding: 20px 0 30px;
}

    .footer.margin-top-0 {
        margin-top: 0;
    }

    .footer p,
    .footer a {
        font-size: 14px;
    }

    .footer p {
        color: #dadada;
    }

    .footer a {
        color: #72c02c;
    }

        .footer a:hover {
            color: #a8f85f;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .footer h2,
    .footer h3,
    .footer h4 {
        color: #e4e4e4;
        background: none;
        text-shadow: none;
    }

    /*Footer Subsribe*/
    .footer .footer-subsribe {
        width: 85%;
    }

    /*Footer Blog Posts*/
    .footer .blog-list {
        margin: 0;
        padding: 0;
        color: #dadada;
        list-style: none;
    }

        .footer .blog-list li {
            padding: 0 0;
            margin-bottom: 7px;
        }

            .footer .blog-list li span {
                color: #818488;
            }

    .footer .dl-horizontal,
    .footer .dl-horizontal:hover {
        border: none !important;
        background: none !important;
    }

    .footer .posts .dl-horizontal a {
        color: #dadada;
    }

    .footer .dl-horizontal a:hover {
        color: #a8f85f !important;
    }

    .footer .dl-horizontal img {
        border-color: #888 !important;
    }

/*Copyright*/
.copyright {
    font-size: 12px;
    padding: 0;
    background: #3e4753;
    border-top: solid 2px #777;
}

    .copyright p {
        color: #fff;
        margin-top: 12px;
    }

    .copyright a {
        margin: 0 5px;
        color: #fffcf9 !important;
    }

        .copyright a:hover {
            text-decoration: underline !important;
            color: #0cf !important;
        }

        .copyright a img {
            margin-top: 5px;
        }

/*Breadcrumbs
------------------------------------*/
/*Default Breadcrumbs*/
.breadcrumbs {
    padding: 0;
    border-bottom: solid 1px #eee;
    background: url(/assets/img/breadcrumbs.png) repeat;
    /*margin-bottom: 12px;*/
}

    .breadcrumbs h1 {
        color: #666;
        font-size: 22px;
        margin-top: 8px;
    }

.breadcrumb {
    top: 10px;
    padding-right: 0;
    background: none;
    position: relative;
}

    .breadcrumb a {
        color: #777;
    }

    .breadcrumb li.active,
    .breadcrumb li a:hover {
        color: #72c02c;
        text-decoration: none;
    }

@media (max-width: 550px) {
    .breadcrumbs h1.pull-left,
    .breadcrumbs ul.pull-right {
        /*width: 100%;*/
        text-align: center;
    }

    .breadcrumbs h1.pull-left {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 10px;
    }
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px;
    min-height: 210px;
}

    .thumbnail-style:hover {
        box-shadow: 0 0 8px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

    .thumbnail h3,
    .thumbnail-style h3 {
        margin: 6px 0 8px 0;
    }

        .thumbnail h3 a,
        .thumbnail-style h3 a {
            color: #585f69;
            font-size: 20px;
        }

            .thumbnail h3 a:hover,
            .thumbnail-style h3 a:hover {
                color: #72c02c;
                text-decoration: none;
            }

    .thumbnail-style .thumbnail-img {
        position: relative;
        margin-bottom: 11px;
    }

    .thumbnail-style a.btn-more {
        right: -10px;
        bottom: 10px;
        color: #fff;
        padding: 1px 6px;
        position: absolute;
        background: #72c02c;
        display: inline-block;
    }

        .thumbnail-style a.btn-more:hover {
            text-decoration: none;
            box-shadow: 0 0 0 2px #377500;
        }

    .thumbnail-style:hover a.btn-more {
        right: 10px;
    }

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover {
    background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .service-alternative .service:hover i,
    .service-alternative .service:hover p,
    .service-alternative .service:hover h4 {
        color: #fff;
    }

/*Servive Block Versions*/
.service-v1 h2 {
    margin: 15px 0 10px;
    font-size: 20px;
    line-height: 28px;
}

.service-v1 p {
    text-align: justify;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
    color: #555;
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

    .posts .dl-horizontal dt {
        width: 60px;
        float: left;
    }

        .posts .dl-horizontal dt img {
            width: 60px;
            height: 60px;
            padding: 2px;
            margin-top: 2px;
            border: solid 1px #ddd;
        }

    .posts .dl-horizontal dd {
        margin-left: 70px;
    }

        .posts .dl-horizontal dd p {
            margin: 0;
        }

        .posts .dl-horizontal dd a {
            font-size: 14px;
            line-height: 16px !important;
        }

            .posts .dl-horizontal dd a:hover {
                color: #72c02c;
                text-decoration: none;
            }

    .posts .dl-horizontal:hover dt img,
    .posts .dl-horizontal:hover dd a {
        color: #72c02c;
        border-color: #72c02c !important;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

/*About Page
------------------------------------*/
.team ul.team-socail {
    text-align: right;
}

    .team ul.team-socail li {
        margin: 0 !important;
        padding: 0 !important;
    }

        .team ul.team-socail li a,
        .team ul.team-socail li a:hover {
            text-decoration: none;
        }

        .team ul.team-socail li i {
            color: #aaa;
            padding: 3px;
            min-width: 30px;
            font-size: 20px;
            text-align: center;
            background: #f7f7f7;
            display: inline-block;
        }

            .team ul.team-socail li i:hover {
                color: #fff;
                background: #72c02c;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

.team .thumbnail-style {
    padding: 12px;
}

    .team .thumbnail-style img {
        margin-bottom: 7px;
    }

    .team .thumbnail-style h3 {
        margin-bottom: 5px;
    }

    .team .thumbnail-style:hover h3 a {
        color: #72c02c !important;
    }

    .team .thumbnail-style small {
        display: block;
        margin-top: 5px;
        font-size: 12px;
    }

/*About Me Page
------------------------------------*/
.about-me {
    overflow: hidden;
}

    .about-me h2 {
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

    .about-me span {
        color: #999;
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-me .social-icons {
        margin-top: 7px;
    }

/*About My Goals*/
.about-my-goals h2 {
    text-transform: uppercase;
}

/*About Skills*/
.about-skills {
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: url(/assets/img/breadcrumbs.png) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none;
}

.gallery-page .thumbnails {
    margin-bottom: 6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
    text-decoration: underline;
}

    .privacy a:hover {
        color: #72c02c;
        text-decoration: none;
    }

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
    color: #555;
    font-size: 24px;
    margin: 0 0 15px;
}

.portfolio-item li {
    padding: 3px 0;
}

.portfolio-item p a {
    text-decoration: underline;
}

    .portfolio-item p a:hover {
        text-decoration: none;
    }

/*Portfolio Item v1*/
.portfolio-item1 ul {
    margin: 10px 0 20px;
}

.portfolio-item1 li {
    font-size: 16px;
    margin-bottom: 3px;
}

    .portfolio-item1 li i {
        font-size: 18px;
        margin-right: 4px;
    }

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
    display: inline-block;
}

ul.blog-tags a {
    font-size: 13px;
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 3px 6px 0;
    display: inline-block;
}

    ul.blog-tags a i {
        color: #666;
    }

    ul.blog-tags a:hover {
        background: #72c02c;
    }

        ul.blog-tags a:hover,
        ul.blog-tags a:hover i {
            color: #fff !important;
            text-decoration: none;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

/*Blog Photo Stream*/
.blog-photos li {
    display: inline;
}

    .blog-photos li img {
        opacity: 0.6;
        width: 58px;
        height: 58px;
        margin: 0 2px 8px;
    }

        .blog-photos li img:hover {
            opacity: 1;
            box-shadow: 0 0 0 2px #72c02c;
        }

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

    .blog-twitter .blog-twitter-inner,
    .blog-twitter .blog-twitter-inner:after,
    .blog-twitter .blog-twitter-inner:before {
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .blog-twitter .blog-twitter-inner:after,
        .blog-twitter .blog-twitter-inner:before {
            width: 0;
            height: 0;
            right: 0;
            bottom: 0;
            content: " ";
            display: block;
            position: absolute;
        }

        .blog-twitter .blog-twitter-inner:after {
            border-top: 15px solid #eee;
            border-right: 15px solid transparent;
            border-left: 0 solid transparent;
            border-left-style: inset; /*FF fixes*/
            border-right-style: inset; /*FF fixes*/
        }

        .blog-twitter .blog-twitter-inner:before {
            border-bottom: 15px solid #fff;
            border-right: 0 solid transparent;
            border-left: 15px solid transparent;
            border-left-style: inset; /*FF fixes*/
            border-bottom-style: inset; /*FF fixes*/
        }

        .blog-twitter .blog-twitter-inner:hover {
            border-color: #72c02c;
            border-top-color: #72c02c;
        }

            .blog-twitter .blog-twitter-inner:hover:after {
                border-top-color: #72c02c;
            }

        .blog-twitter .blog-twitter-inner span.twitter-time {
            color: #777;
            display: block;
            font-size: 11px;
        }

        .blog-twitter .blog-twitter-inner a {
            color: #72c02c;
            text-decoration: none;
        }

            .blog-twitter .blog-twitter-inner a:hover {
                text-decoration: underline;
            }

        .blog-twitter .blog-twitter-inner i.fa {
            top: 2px;
            color: #bbb;
            font-size: 18px;
            position: relative;
        }

/*Choose Block*/
.who li {
    margin-bottom: 3px;
}

    .who li i {
        color: #72c02c;
        font-size: 13px;
        min-width: 15px;
        margin-right: 8px;
        text-align: center;
        position: relative;
    }

    .who li:hover i,
    .who li:hover a {
        color: #777;
    }

        .who li:hover a:hover {
            text-decoration: none;
        }

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
    max-height: 460px !important;
}

.slider-promo-info-bg {
    padding: 25px 20px 20px;
    background: url(/assets/img/bg-black.png) repeat;
}

.slider-promo-info span.big-size {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: 0 !important;
}

.slider-promo-info p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}


/*.ls-bottom-nav-wrapper {
    right: 40px;
    position: absolute !important;
    bottom: 10px;
}*/

/*Promo Box*/
.promo-box {
    padding: 20px;
    margin: 25px 0 20px;
    text-align: center;
}

    .promo-box i {
        display: block;
        font-size: 50px;
    }

    .promo-box p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .promo-box strong,
    .promo-box strong a {
        color: #555;
        display: block;
        font-size: 20px;
        font-weight: 200;
        margin: 20px 0 15px;
    }

    .promo-box:hover strong,
    .promo-box:hover strong a {
        color: #72c02c;
    }

/*Promo Service*/
.promo-service {
    margin-bottom: 20px;
}

    .promo-service li {
        margin-bottom: 5px;
    }

    .promo-service a.btn-u {
        margin: 0 20px 10px 0;
    }

/*Promo Elements*/
.title-box {
    font-size: 16px;
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: solid 1px #eee;
}

    .title-box .title-box-text {
        color: #555;
        display: block;
        font-size: 35px;
        font-weight: 200;
    }

@media (max-width: 768px) {
    .title-box .title-box-text {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .title-box p {
        font-size: 15px;
    }
}

.block-blockquote {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc;
}

.block-blockquote-inner {
    padding: 15px;
}

.block-blockquote p {
    font-size: 26px;
    margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
    margin-bottom: 15px;
}

    .info-blocks:hover i.icon-info-blocks {
        color: #72c02c;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .info-blocks i.icon-info-blocks {
        float: left;
        color: #777;
        font-size: 30px;
        min-width: 50px;
        margin-top: 10px;
        text-align: center;
    }

    .info-blocks .info-blocks-in {
        padding: 0 10px;
        overflow: hidden;
    }

        .info-blocks .info-blocks-in h3 {
            color: #555;
            font-size: 20px;
            line-height: 28px;
        }

        .info-blocks .info-blocks-in p {
            font-size: 12px;
        }

/*Brand Page
------------------------------------*/
.brand-page .btn {
    margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
    margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
    margin: 5px 0;
}

    ul.labels-demo li {
        list-style: none;
        display: inline-block;
        margin: 0 5px 2px 0;
    }

.badge-sidebar {
    border-left: solid 1px #eee;
}

@media (max-width: 991px) {
    .badge-sidebar {
        border-left: none;
    }
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
    width: 25%;
    float: left;
    height: 90px;
    text-align: center;
    padding: 20px 10px;
    margin: 0 -1px -1px 0;
    word-wrap: break-word;
    border: 1px solid #ddd;
}

@media (max-width: 768px) {
    .line-icon-page .item-box {
        height: 115px;
    }
}

@media (max-width: 450px) {
    .line-icon-page .item-box {
        height: 130px;
    }
}

.line-icon-page .item-box:hover {
    background: #fafafa;
}

.line-icon-page .item span {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.line-icon-page .item:hover {
    color: #72c02c;
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
    margin-bottom: 20px;
}

    .icon-page-fa .item-box {
        float: left;
        height: 100px;
        width: 16% !important;
    }

    .icon-page-fa .item {
        font-size: 12px;
    }

        .icon-page-fa .item i {
            color: #555;
            display: block;
            font-size: 24px;
            margin-bottom: 10px;
        }

@media (max-width: 767px) {
    .icon-page-fa .item-box {
        width: 20% !important;
    }
}

@media (max-width: 600px) {
    .icon-page-fa .item-box {
        width: 30% !important;
    }
}

@media (max-width: 400px) {
    .icon-page-fa .item-box {
        width: 50% !important;
    }
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

    .bs-glyphicons li {
        width: 25%;
        float: left;
        height: 115px;
        padding: 10px;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        margin: 0 -1px -1px 0;
        border: 1px solid #ddd;
    }

    .bs-glyphicons .glyphicon {
        display: block;
        font-size: 24px;
        margin: 5px auto 10px;
    }

    .bs-glyphicons li:hover {
        color: #72c02c;
        background-color: #fafafa;
    }

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}

/*Contact Pages
------------------------------------*/
.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.gm-style-iw {
    /*overflow: inherit !important;*/
}

.map-box {
    height: 250px;
}

.map-box-space {
    margin-top: 15px;
}

.map-box-space1 {
    margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
    overflow: hidden;
    position: relative;
}

.service-bg {
    background-color: rgba(255,255,255,0.1);
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

/*Service Block v2
------------------------------------*/
.servive-block-v2 .servive-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255,255,255,0.2);
}

    .servive-block-v2 .servive-block-in img {
        width: 100%;
        margin-bottom: 15px;
    }

    .servive-block-v2 .servive-block-in i {
        font-size: 40px;
    }

    .servive-block-v2 .servive-block-in h4 {
        line-height: 25px;
    }

    .servive-block-v2 .servive-block-in p {
        margin-bottom: 20px;
    }

    .servive-block-v2 .servive-block-in i,
    .servive-block-v2 .servive-block-in h4,
    .servive-block-v2 .servive-block-in p {
        color: #fff;
    }

/*Easy Block
------------------------------------*/
.easy-block-v1 {
    position: relative;
}

    .easy-block-v1 img {
        width: 100%;
    }

    .easy-block-v1 .overflow-h h3 {
        width: 60%;
        float: left;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .easy-block-v1 .easy-block-v1-badge {
        left: 0;
        top: 10px;
        z-index: 1;
        color: #fff;
        padding: 4px 10px;
        position: absolute;
    }

/*Easy Block v2
------------------------------------*/
.easy-block-v2 {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .easy-block-v2 img {
        width: 100%;
    }

.easy-bg-v2 {
    top: 5px;
    color: #fff;
    width: 100px;
    padding: 5px;
    right: -32px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*Easy Block v3
------------------------------------*/
.easy-block-v3 {
    text-align: left;
    background: #585f69;
    margin-bottom: 10px;
    padding: 30px 20px 20px;
}

    .easy-block-v3.first {
        background: #696f77;
    }

    .easy-block-v3.second {
        background: #707780;
    }

    .easy-block-v3.third {
        background: #787f88;
    }

    .easy-block-v3 i {
        color: #fff;
        float: left;
        font-size: 30px;
        min-width: 45px;
        padding-top: 10px;
    }

    .easy-block-v3 .inner-faq-b {
        overflow: hidden;
    }

        .easy-block-v3 .inner-faq-b h2,
        .easy-block-v3 .inner-faq-b h3 {
            font-size: 21px;
            margin-bottom: 8px;
        }

        .easy-block-v3 .inner-faq-b h4 {
            color: #fff;
            font-size: 17px;
            margin-bottom: 2px;
        }

        .easy-block-v3 .inner-faq-b h2,
        .easy-block-v3 .inner-faq-b h3,
        .easy-block-v3 .inner-faq-b p {
            color: #fff;
        }

/*Team v2
------------------------------------*/
.team-v2 {
    position: relative;
    margin-bottom: 20px;
}

    .team-v2 img {
        width: 100%;
    }

    .team-v2 .inner-team {
        padding: 20px;
        background: #fff;
        text-align: center;
    }

        .team-v2 .inner-team h3 {
            margin: 0;
        }

        .team-v2 .inner-team small {
            display: block;
            font-size: 12px;
            margin-bottom: 7px;
        }

        .team-v2 .inner-team p {
            font-size: 13px;
        }

        .team-v2 .inner-team hr {
            margin: 10px 0 15px;
        }

/*Team-Social ---- Temporary*/
.team-social {
    margin-bottom: 0;
}

    .team-social li {
        padding: 0 2px;
    }

        .team-social li a {
            font-size: 14px;
            padding: 6px 4px;
            text-align: center;
            border-radius: 50% !important;
        }

        .team-social li i {
            min-width: 20px;
        }

        .team-social li a.fb {
            color: #4862a3;
            border: 1px solid #4862a3;
        }

        .team-social li a.tw {
            color: #159ceb;
            border: 1px solid #159ceb;
        }

        .team-social li a.gp {
            color: #dc4a38;
            border: 1px solid #dc4a38;
        }

        .team-social li a:hover {
            text-decoration: none;
        }

        .team-social li a.fb:hover {
            color: #fff;
            background: #4862a3;
        }

        .team-social li a.tw:hover {
            color: #fff;
            background: #159ceb;
        }

        .team-social li a.gp:hover {
            color: #fff;
            background: #dc4a38;
        }

/*Simple Block
------------------------------------*/
.simple-block {
    margin-bottom: 20px;
}

    .simple-block img {
        width: 100%;
    }

    .simple-block p {
        text-align: center;
    }

    .simple-block .carousel-indicators {
        top: 10px;
        left: 65%;
        text-align: right;
    }

        .simple-block .carousel-indicators .active {
            background: #555;
        }

        .simple-block .carousel-indicators li {
            border-color: #555;
        }

    .simple-block .carousel-inner > .item {
        margin: 0;
    }

    .simple-block .responsive-video {
        margin-bottom: 3px;
    }

/*Two Blocks
------------------------------------*/
.two-blocks {
    text-align: center;
}

.two-blocks-in {
    margin-bottom: 30px;
}

    .two-blocks-in i {
        color: #fff;
        padding: 11px;
        font-size: 30px;
        min-width: 50px;
        text-align: center;
        background: #585f69;
        margin-bottom: 10px;
        display: inline-block;
    }

/*Three Blocks
------------------------------------*/
.three-blocks {
    text-align: center;
}

.three-blocks-in {
    margin-bottom: 30px;
}

    .three-blocks-in i {
        color: #777;
        padding: 9px 6px;
        font-size: 20px;
        min-width: 40px;
        margin-bottom: 10px;
        border: 1px solid #777;
    }

    .three-blocks-in h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
    margin-bottom: 10px;
}

    .banner-info i {
        float: left;
        color: #fff;
        padding: 11px;
        /*min-width works with line-icon*/
        min-width: 40px;
        font-size: 22px;
        text-align: center;
        margin: 7px 20px 0 0;
    }

        /*min-width works with FontAwesome*/
        .banner-info i.fa {
            min-width: 46px;
        }

    .banner-info.light i {
        border: 1px solid #fff;
    }

    .banner-info.dark i {
        background: #585f69;
    }

    .banner-info h3 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .banner-info.light h3 {
        color: #fff;
    }

    .banner-info.light p {
        color: #eee;
    }

/*Breadcrumb-V2*/
.breadcrumbs-v2 {
    text-align: center;
    position: relative;
    background: url(/assets/img/bg/11.jpg) no-repeat center;
}

.breadcrumbs-v2-in {
    padding: 60px 0;
    position: relative;
}

.breadcrumbs-v2 h1 {
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-v2 li a,
.breadcrumb-v2 li.active {
    color: #fff;
}

.breadcrumb-v2 li i {
    color: #fff;
    min-width: 19px;
    padding: 3px 7px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #fff;
}

/*Breadcrumbs-v3*/
.breadcrumbs-v3 {
    padding: 10px 0;
    background: #585f69;
    border-bottom: 1px solid #eee;
}

    .breadcrumbs-v3 h1 {
        color: #fff;
        margin: 3px 0;
        font-size: 22px;
        font-weight: 200;
    }

    .breadcrumbs-v3 .breadcrumb {
        padding: 0;
        margin-top: 2px;
        margin-bottom: 0;
    }

        .breadcrumbs-v3 .breadcrumb li a {
            color: #fff;
        }

/*Title-Box-V2*/
.title-box-v2 {
    text-align: center;
    margin-bottom: 40px;
}

    .title-box-v2 h2 {
        font-size: 25px;
        text-transform: uppercase;
    }

    .title-box-v2 p {
        font-size: 13px;
    }

/*remove padding from "Col-"*/
.no-space {
    padding: 0;
}

.no-space-left {
    padding-left: 0;
    padding-right: 15px !important;
}

.no-space-right {
    padding-right: 0;
    padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
    margin-bottom: 7px;
}

.list-style-v1 i {
    margin-right: 5px;
}

/*Header v2
------------------------------------*/
.header-v2 {
    position: relative;
}

    .header-v2 .header {
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        border-bottom: none;
    }

    /*Topbar*/
    .header-v2 .topbar ul.loginbar li i.fa {
        color: #555;
    }

    .header-v2 .topbar ul.loginbar > li > a {
        color: #444;
    }

        .header-v2 .topbar ul.loginbar > li > a:hover {
            color: #fff;
        }

    .header-v2 .topbar ul.lenguages {
        background: #333;
    }

        .header-v2 .topbar ul.lenguages li a {
            color: #fff;
        }

            .header-v2 .topbar ul.lenguages li.active a,
            .header-v2 .topbar ul.lenguages li a:hover {
                color: #000;
                background: #eee;
            }

                .header-v2 .topbar ul.lenguages li.active a i {
                    color: #000;
                }

        .header-v2 .topbar ul.lenguages:after {
            border-bottom-color: #333;
        }

    .header-v2 .topbar ul.loginbar li.topbar-devider {
        border-right-color: #555;
    }

@media (min-width: 999px) {
    /*Dropdown Submenu3*/
    .header-v2 .dropdown-submenu > .dropdown-menu {
        top: 2px;
    }

    /*Dropdown-Menu*/
    .header-v2 .header .dropdown-menu {
        border-top: none;
        background: #333;
    }

        .header-v2 .header .dropdown-menu li a {
            border-bottom-color: #444;
        }

        .header-v2 .header .dropdown-menu .active > a,
        .header-v2 .header .dropdown-menu li > a:hover {
            color: #333;
            background: #eee !important;
        }

    .header-v2 .header .navbar-default .dropdown a {
        color: #333;
    }

    .header-v2 .topbar ul.loginbar li.topbar-devider {
        border-right-color: #333;
    }

    .header-v2 .header .navbar-default .dropdown-menu a {
        color: #bbb;
    }

    .header-v2 .header .navbar-default .dropdown-menu .active a {
        color: #333;
    }

    .header-v2 .header .navbar-default .navbar-nav > .open > a,
    .header-v2 .header .navbar-default .navbar-nav > .open > a:hover,
    .header-v2 .header .navbar-default .navbar-nav > .open > a:focus {
        color: #333;
    }

    .header-v2 .header .navbar-default .navbar-nav > li > a,
    .header-v2 .header .navbar-default .navbar-nav > li > a:focus {
        border-bottom: solid 0 transparent;
    }

        .header-v2 .header .navbar-default .navbar-nav > li > a:hover,
        .header-v2 .header .navbar-default .navbar-nav > .active > a {
            border-bottom: solid 0 transparent;
        }

    /*Bootstrap 'border' and 'box-shadow'*/
    .header-v2 .navbar-default .navbar-collapse,
    .header-v2 .navbar-default .navbar-form {
        border: solid 0 transparent;
    }

    .header-v2 .navbar-collapse {
        box-shadow: none;
    }
}

@media (max-width: 998px) {
    .header-v2 .header .navbar-default .navbar-nav {
        background: #333;
    }

    .header-v2 .header .navbar-default .navbar-right.sb-toggle-right {
        margin-left: 10px;
        float: inherit !important;
    }

    .header-v2 .header .navbar-default .navbar-collapse,
    .header-v2 .header .navbar-default .navbar-form {
        border: none;
        border-top: none;
        box-shadow: none;
    }

    .header-v2 .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #444;
    }

    .header-v2 .header .navbar-default .dropdown a {
        color: #687074 !important;
    }

    .header-v2 .header .navbar-default .navbar-nav > .open > a,
    .header-v2 .header .navbar-default .navbar-nav > .open > a:hover,
    .header-v2 .header .navbar-default .navbar-nav > .open > a:focus {
        color: #72c02c;
    }

    .header-v2 .header .navbar-default .navbar-nav > .active > a,
    .header-v2 .header .navbar-default .navbar-nav > .active > a:hover,
    .header-v2 .header .navbar-default .navbar-nav > .active > a:focus {
        color: #687074 !important;
    }

        .header-v2 .header .navbar-default .navbar-nav > .active > a,
        .header-v2 .header .navbar-default .navbar-nav > .active > a:hover,
        .header-v2 .header .navbar-default .navbar-nav > .active > a:focus {
            background: inherit !important;
        }

    .header-v2 .header .sb-toggle-right:hover {
        color: #72c02c;
    }
}

/*Header v3
------------------------------------*/
@media (min-width: 999px) {
    .header-v3.header .navbar-brand {
        padding: 28px 10px 42px;
    }

    .header-v3.header .navbar-nav {
        margin-top: 15px;
    }

    .header-v3.header .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 13px 30px 26px 20px;
    }

        .header-v3.header .navbar-default .navbar-nav > li > a,
        .header-v3.header .navbar-default .navbar-nav > li > a:focus {
            border-bottom: solid 2px transparent;
        }

            .header-v3.header .navbar-default .navbar-nav > li > a:hover,
            .header-v3.header .navbar-default .navbar-nav > .active > a {
                border-bottom: solid 2px transparent;
            }

    .header-v3.header .dropdown-submenu > .dropdown-menu {
        margin-top: -4px !important;
    }

    .header-v3.header .dropdown > a:after {
        top: 13px;
    }

    /*Login Box*/
    .header-v3.header .navbar .nav > li > .login {
        color: #aaa;
        background: inherit;
        border-bottom: none;
        padding: 15px 0 12px;
    }

        .header-v3.header .navbar .nav > li > .login:hover {
            color: #72c02c;
            background: inherit;
        }

    .header-v3.header .navbar .login-open {
        top: 59px;
    }

    /*Header Fixed Shrink*/
    .header-v3.header.header-fixed-shrink .container > .navbar-header,
    .header-v3.header.header-fixed-shrink .container-fluid > .navbar-header,
    .header-v3.header.header-fixed-shrink .container > .navbar-collapse,
    .header-v3.header.header-fixed-shrink .container-fluid > .navbar-collapse {
        top: 35px;
        position: relative;
    }

    .header-v3.header.header-fixed-shrink .navbar-nav {
        margin-top: 0;
    }

    .header-v3.header.header-fixed-shrink .navbar-default .navbar-nav > li > a {
        padding: 18px 30px 20px 20px;
    }

    .header-v3.header.header-fixed-shrink .dropdown > a:after {
        top: 18px;
    }

    /*Login Box*/
    .header-v3.header.header-fixed-shrink .navbar .nav > li > .login {
        padding: 14px 0 12px;
    }

    .header-v3.header.header-fixed-shrink .navbar .login-open {
        top: 58px;
    }
}

@media (max-width: 998px) {
    /*Navbar Toggle*/
    .header-v3.header .navbar-toggle {
        margin-bottom: 43px;
    }

    /*Navbar Header*/
    .header-v3.header .navbar-header {
        top: 19px;
        position: relative;
    }

    .header-v3.header.header-fixed-shrink .navbar-header {
        top: 35px;
    }
}

.header-v3.header .navbar-collapse {
    max-height: none !important;
    position: relative !important;
}

/*Responsive Navbar Brand*/
@media (min-width: 990px) and (max-width: 998px) {
    .header-v3.header .navbar-brand {
        top: 6px;
    }
}

/*Header v4
------------------------------------*/
@media (min-width: 999px) {
    .header-v4.header {
        border-bottom: none;
    }

        .header-v4.header .navbar-header {
            margin: 20px 0;
        }

        .header-v4.header .navbar-brand {
            padding: 18px 10px 35px;
        }

        .header-v4.header .navbar-nav {
            top: 1px;
            float: left;
            margin-top: -2px;
        }

        /*Dropdown-Menu*/
        .header-v4.header .dropdown-menu {
            margin-top: -1px !important;
            border-top: 1px solid transparent;
        }

        .header-v4.header .dropdown-submenu > .dropdown-menu {
            top: 0;
        }

        .header-v4.header .navbar-collapse {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        .header-v4.header .navbar-default .navbar-nav > li {
            margin-left: -1px;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
        }

            .header-v4.header .navbar-default .navbar-nav > li.no-border,
            .header-v4.header .navbar-default .navbar-nav > li.no-border:first-child {
                border-left: none;
                border-right: none;
            }

            .header-v4.header .navbar-default .navbar-nav > li > a {
                font-size: 13px;
                padding: 10px 30px 11px 20px;
            }

        .header-v4.header .dropdown > a:after {
            top: 11px;
        }

        .header-v4.header .navbar-default .navbar-nav > li > a,
        .header-v4.header .navbar-default .navbar-nav > li > a:focus {
            border-top: solid 2px transparent;
            border-bottom: solid 2px transparent;
        }

            .header-v4.header .navbar-default .navbar-nav > li > a:hover,
            .header-v4.header .navbar-default .navbar-nav > .active > a {
                border-top: solid 2px #72c02c;
                border-bottom: solid 2px transparent;
            }

        /*login*/
        .header-v4.header .navbar .nav > li > .login {
            background: inherit;
            border-bottom: none;
            margin: 5px 9px 0 20px;
        }

        .header-v4.header .navbar .login-open {
            top: 44px;
        }
}

@media (max-width: 998px) {
    /*Design for max-width: 1000px*/
    .header-v4.header {
        border-bottom: solid 2px #eee;
    }

        .header-v4.header .navbar-collapse {
            overflow: hidden !important;
        }

        .header-v4.header .navbar-default .navbar-collapse,
        .header-v4.header .navbar-default .navbar-form {
            border-top: 1px solid #e7e7e7;
        }

        .header-v4.header .navbar-collapse,
        .header-v4.header .navbar-default .navbar-nav > li,
        .header-v4.header .navbar-default .navbar-nav > li:first-child {
            border: none;
        }

            .header-v4.header .navbar-default .navbar-nav > li > a {
                font-size: 14px;
                padding: 9px 10px;
                border-bottom: solid 1px #eee !important;
            }

                .header-v4.header .navbar-default .navbar-nav > li > a:focus {
                    background: none;
                }

                .header-v4.header .navbar-default .navbar-nav > li > a:hover {
                    color: #72c02c;
                }

                .header-v4.header .navbar-default .navbar-nav > li > a,
                .header-v4.header .navbar-default .navbar-nav > li > a:focus {
                    border-top: solid 0 transparent;
                    border-bottom: solid 0 transparent;
                }

                    .header-v4.header .navbar-default .navbar-nav > li > a:hover,
                    .header-v4.header .navbar-default .navbar-nav > .active > a {
                        border-top: solid 0 transparent;
                        border-bottom: solid 0 transparent;
                    }

                        .header-v4.header .navbar-default .navbar-nav > .active > a,
                        .header-v4.header .navbar-default .navbar-nav > .active > a:hover,
                        .header-v4.header .navbar-default .navbar-nav > .active > a:focus {
                            color: #fff;
                            background: #72c02c;
                        }
}

@media (min-width: 768px) and (max-width: 998px) {
    /*Navbar Brand*/
    /*.header .navbar-brand {
        top: 4px;
    }*/
}

/*Responsive login*/
@media (min-width: 992px) and (max-width: 998px) {
    .header-v4.header .navbar .login-open {
        width: 93%;
    }
}

/*Header v5
------------------------------------*/
.header-v5.header {
    border-bottom: none;
}

    .header-v5.header .navbar-default {
        background: #252525;
    }

    .header-v5.header .navbar-nav {
        border: none;
        background: #252525;
    }

@media (min-width: 999px) {
    .header-v5.header .navbar-default {
        padding: 0 0 2px;
    }

    .header-v5.header .navbar-brand {
        top: 24px;
    }

    /*Dropdown Menu*/
    .header-v5.header .navbar-nav {
        top: 0;
        margin-bottom: -2px;
    }

    .header-v5.header .dropdown-submenu > .dropdown-menu {
        top: 0;
    }

    .header-v5.header .navbar-default .navbar-nav > li > a {
        color: #eee;
        padding: 30px 30px 26px 20px;
    }

    /*Login a:after*/
    .header-v5.header .dropdown > a:after {
        top: 30px;
        right: 15px;
    }

    /*Dropdown Menu*/
    .header-v5.header .dropdown-menu {
        background: #333;
        margin-top: -1px !important;
        border-top: 1px solid #444;
    }

        .header-v5.header .dropdown-menu li a {
            color: #eee;
            border-bottom-color: #555;
        }

        .header-v5.header .dropdown-menu .active > a,
        .header-v5.header .dropdown-menu li > a:hover {
            color: #eee;
            background: #444 !important;
        }

    .header-v5.header .navbar-default .navbar-nav > li > a,
    .header-v5.header .navbar-default .navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent;
    }

        .header-v5.header .navbar-default .navbar-nav > li > a:hover,
        .header-v5.header .navbar-default .navbar-nav > .active > a {
            border-bottom: solid 2px transparent;
        }

    .header-v5.header .navbar-default .navbar-nav > .active > a {
        background: #444;
    }

    .header-v5.header .navbar-default .navbar-nav > .active:hover > a {
        background: #444;
    }

    .header-v5.header .navbar-default .navbar-nav > li > a:hover {
        background: #444;
    }

    /*Slidebar Menu 'Button'*/
    .header-v5.header .sb-toggle-right {
        color: #bbb;
        padding: 0 10px;
        margin-top: 26px;
    }

        .header-v5.header .sb-toggle-right:hover {
            color: #fff;
        }
}

@media (max-width: 998px) {
    .header-v5.header .navbar-right.sb-toggle-right {
        margin-left: 10px;
        float: inherit !important;
    }

    /*Navbar Brand*/
    .header-v5.header .navbar-brand {
        top: 6px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-v5.header .navbar-header {
        padding: 14px 0;
    }

    .header-v5.header .navbar-default .navbar-collapse,
    .header-v5.headar .navbar-default .navbar-form {
        border-color: #555;
    }

    /*Navbar Nav*/
    .header-v5.header .navbar-default .navbar-nav > .active > a {
        color: #fff;
    }

    .header-v5.header .navbar-default .navbar-nav > li a {
        color: #bbb;
        border-bottom-color: #555;
    }

    /*Dropdown Menu*/
    .header-v5.header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .header-v5.header .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .header-v5.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .header-v5.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header-v5.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
    }

    /*Navbar Toggle*/
    .header-v5.header .navbar-toggle {
        margin-top: 14px;
    }

    .header-v5.header.header-fixed-shrink .navbar-toggle {
        margin-top: 18px;
    }
}

/*Footer Common classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
    color: #eee;
    font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
    margin: 17px 0 20px;
}

/*Latest List*/
.latest-list li {
    padding: 8px 0;
    border-top: 1px solid #353535;
}

    .latest-list li:first-child {
        padding-top: 0;
        border-top: none;
    }

    .latest-list li a {
        color: #eee;
    }

.latest-list small {
    color: #999;
    display: block;
}

/*Link List*/
.link-list li {
    border-top: solid 1px #353535;
}

    .link-list li:first-child {
        border-top: none !important;
    }

.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
    color: #555;
    font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
    /*color: #3498db;*/
    text-decoration: none;
}

    .latest-tweets .latest-tweets-inner a:hover {
        text-decoration: underline;
    }

.latest-tweets .latest-tweets-inner i.fa {
    top: 2px;
    float: left;
    color: #bbb;
    color: #55acee;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
}

.latest-tweets .latest-tweets-inner small {
    color: #777;
    display: block;
}

/*Social Icons*/
.social-icons {
    margin-top: 5px;
}

    .social-icons li {
        margin: 0;
    }

        .social-icons li a {
            margin: 0 3px;
        }

/*Footer-v1
------------------------------------*/
.footer-v1 {
    position: relative;
    z-index: 100;
}

    .footer-v1 .footer h2 {
        font-weight: 200;
    }

    .footer-v1 .footer {
        background: #272727;
    }

    /*Link List*/
    .footer-v1 .link-list li {
        border-top: solid 1px #353535;
    }

    .footer-v1 .link-list a {
        color: #eee;
    }

    .footer-v1 .link-list i {
        color: #eee;
    }

    .footer-v1 address {
        line-height: 23px;
    }

    /*Copyright*/
    .footer-v1 .copyright {
        background: rgb(31,31,31); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(/assets/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(left, rgba(31,31,31,1) 73%, rgba(255,255,255,1) 77%, rgba(254,254,254,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(73%,rgba(31,31,31,1)), color-stop(77%,rgba(255,255,255,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(31,31,31,1) 73%,rgba(255,255,255,1) 77%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(31,31,31,1) 73%,rgba(255,255,255,1) 77%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(31,31,31,1) 73%,rgba(255,255,255,1) 77%,rgba(254,254,254,1) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(31,31,31,1) 73%,rgba(255,255,255,1) 77%,rgba(254,254,254,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#fefefe',GradientType=1 ); /* IE6-8 */
        filter: none\9;
    }

@media (max-width:992px) {
    .footer-v1 .copyright {
        background: rgba(31,31,31,1);
    }
}

.footer-v1 .copyright a {
    margin: 0 2px;
}

/*Footer-v2
------------------------------------*/
.footer-v2 .footer {
    background: #f7f7f7;
    border-top: 3px solid #eee;
}

    .footer-v2 .footer p {
        color: #555;
    }

.footer-v2 .headline h2 {
    color: #585f69;
}

/*Footer Subsribe*/
.footer-v2 .footer-subsribe {
    width: 100%;
}

/*Link List*/
.footer-v2 .link-list li {
    border-top: solid 1px #eee;
}

.footer-v2 .link-list a {
    color: #555;
}

.footer-v2 address {
    color: #555;
    line-height: 23px;
}

    .footer-v2 address i {
        min-width: 20px;
        margin-right: 5px;
        text-align: center;
    }

/*Copyright*/
.footer-v2 .copyright {
    border-top: none;
    background: #eee;
}

    .footer-v2 .copyright p {
        color: #555;
    }

/*Footer-v3
------------------------------------*/
.footer-v3 .footer {
    background: #252525;
    border-top: 5px solid #555;
}

.footer-v3 .thumb-headline h2 {
    color: #fff;
    margin-bottom: 3px;
}

.footer-v3 .footer p {
    color: #bbb;
}

.footer-v3 .simple-list a {
    color: #bbb;
}

/*Map Image*/
.footer .map-img {
    background: url(/assets/img/main/map-img.png) 5px 60px no-repeat;
}

/*Copyright*/
.footer-v3 .copyright {
    background: #222;
    border-top-color: #292929;
}

/*Slidebar Menu
------------------------------------*/
.sb-slidebar {
    padding: 20px !important;
    background: #333;
    box-shadow: inset 4px 0 10px -4px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 4px 0 10px -4px rgba(0,0,0,0.7);
    -webkit-box-shadow: inset 4px 0 10px -4px rgba(0,0,0,0.7);
}

    .sb-slidebar .form-control {
        border-color: #444;
        background: #353535;
    }

        .sb-slidebar .form-control:focus {
            box-shadow: none;
        }

    /*Custom List*/
    .sb-slidebar .custom-list li {
        padding: 8px 0;
        border-top: 1px solid #444;
    }

        .sb-slidebar .custom-list li:first-child {
            border-top: none;
        }

        .sb-slidebar .custom-list li a {
            color: #bbb;
        }

            .sb-slidebar .custom-list li a:hover {
                color: #72c02c;
                text-decoration: none;
            }

        .sb-slidebar .custom-list li i {
            color: #bbb;
            min-width: 20px;
            margin-right: 5px;
            text-align: center;
            display: inline-block;
        }

    .sb-slidebar address {
        color: #bbb;
        line-height: 22px;
    }

/*Button*/
.sb-toggle-right {
    margin-top: 4px;
    font-size: 19px;
    cursor: pointer;
}

    .sb-toggle-right:hover {
        color: #eee;
    }

/*Social Contacts
------------------------------------*/
.social-contacts li {
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

    .social-contacts li:first-child {
        border-top: none;
    }

    .social-contacts li i {
        color: #777;
        font-size: 13px;
        min-width: 13px;
        margin-right: 12px;
        text-align: center;
    }

/*Service Block v3
------------------------------------*/
.service-block-v3 {
    padding: 20px;
    height: 245px;
}

    .service-block-v3 i {
        color: #fff;
        float: left;
        font-size: 50px;
        margin: 0 20px 20px 0;
    }

    .service-block-v3 .service-heading,
    .service-block-v3 .service-in small {
        color: #fff;
        opacity: 0.8;
        line-height: 1;
    }

    .service-block-v3 .service-in h4,
    .service-block-v3 .counter {
        color: #fff;
    }

    .service-block-v3 .service-heading {
        font-size: 16px;
        text-transform: uppercase;
    }

    .service-block-v3 .counter {
        display: block;
        line-height: 1;
        font-size: 30px;
    }

    .service-block-v3 .progress {
        margin-bottom: 7px;
    }

    /*Service Innner*/
    .service-block-v3 .service-in small {
        font-size: 20px;
        text-transform: uppercase;
    }

    .service-block-v3 .service-in h4 {
        font-size: 16px;
        line-height: 0.8;
        margin-bottom: 0;
    }

    /*Statistics*/
    .service-block-v3 .statistics .heading-xs {
        color: #fff;
        opacity: 0.8;
    }

    .service-block-v3 .statistics small {
        color: #fff;
    }

    .service-block-v3 .statistics .progress {
        background: #bbb;
    }

    .service-block-v3 .statistics .progress-bar-light {
        background: #fff;
    }

/*Status Bar
------------------------------------*/
.status-bar li {
    padding-left: 9px;
    border-left: 1px solid #eee;
}

    .status-bar li:first-child {
        border-left: none;
    }

    .status-bar li i {
        color: #72c02c;
        margin-right: 5px;
    }

    .status-bar li a:hover {
        text-decoration: none;
    }

.status-bar-in {
    padding: 10px;
    position: relative;
    background: #f0f0f0;
}

    .status-bar-in:after {
        width: 0;
        height: 0;
        top: -10px;
        left: 50px;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 11px solid #f0f0f0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-left-style: inset; /*FF fixes*/
        border-right-style: inset; /*FF fixes*/
    }

/*Share List*/
.share-list {
    margin-bottom: 0;
}

    .share-list li {
        padding-left: 20px;
    }

        .share-list li:first-child {
            padding-left: 0;
        }

        .share-list li i {
            color: #72c02c;
            margin-right: 5px;
        }

/*Table_Search-V1
------------------------------------*/
.table-search-v1 .btn-u.dropdown-toggle {
    border-left: none;
}

.table-search-v1 .btn-group .btn-u {
    top: 4px;
    padding: 0 6px;
    position: relative;
}

.table-search-v1 thead {
    border-bottom: solid 1px #ddd;
}

.table-search-v1 td {
    vertical-align: middle !important;
}

    .table-search-v1 td a {
        color: #555;
    }

    .table-search-v1 td span {
        display: block;
    }

.table-search-v1 .star-vote {
    margin: 5px 0 0;
}

    .table-search-v1 .star-vote li {
        padding: 0;
    }

.table-search-v1 .progress {
    margin-bottom: 0;
}

.table-search-v1 .m-marker a {
    font-size: 11px;
}

.table-search-v1 .m-marker i {
    float: left;
    min-width: 20px;
    font-size: 26px;
}

.table-search-v1 .m-marker .display-b {
    top: 3px;
    display: block;
    line-height: 10px;
    position: relative;
}

.table-search-v1 .td-width {
    width: 40%;
}

/*Table_Search-V2
------------------------------------*/
.table-search-v2 .btn-u.dropdown-toggle {
    border-left: none;
}

.table-search-v2 .btn-group .btn-u {
    top: 4px;
    padding: 0 6px;
    position: relative;
}

.table-search-v2 thead {
    border-bottom: solid 1px #ddd;
}

.table-search-v2 td {
    vertical-align: middle !important;
}

    .table-search-v2 td img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
    }

.table-search-v2 .user-names span,
.table-search-v2 .user-names small {
    display: block;
    text-align: center;
}

.table-search-v2 .user-names span {
    color: #555;
    font-size: 16px;
    position: relative;
}

.table-search-v2 .user-names small {
    color: #999;
    font-size: 13px;
}

.table-search-v2 td h3 {
    font-size: 16px;
    margin: 0 0 2px;
}

.table-search-v2 td a {
    color: #555;
}

.table-search-v2 td p {
    margin-bottom: 0;
}

.table-search-v2 td span {
    display: block;
}

.table-search-v2 td small {
    font-style: italic;
}

.table-search-v2 .s-icons {
    margin-bottom: 0;
}

    .table-search-v2 .s-icons li {
        padding: 2px;
    }

.table-search-v2 .table-buttons {
    margin: 0;
}

    .table-search-v2 .table-buttons li {
        padding: 0;
    }

    .table-search-v2 .table-buttons .btn-u-sm {
        padding: 3px 6px;
    }

.table-search-v2 .td-width {
    width: 55%;
}

/*People Say*/
.people-say img {
    float: left;
    width: 40px;
    height: auto;
    margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
    font-weight: 700;
}

.people-say .overflow-h p {
    font-style: italic;
    line-height: 1.3;
}

.people-say .overflow-h small {
    text-align: right;
    font-style: italic;
}

/* Recent Work  */
.owl-work-v1 .owl-navigation {
    top: 3px;
    position: relative;
}

.owl-work-v1 .owl-navigation {
    margin-bottom: 10px;
}

.owl-work-v1 .item a {
    text-align: center;
}

    .owl-work-v1 .item a:hover {
        text-decoration: none;
    }

        .owl-work-v1 .item a:hover strong {
            color: #555;
        }

.owl-work-v1 .item em.overflow-hidden {
    display: block;
}

.owl-work-v1 .item a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee;
}

.owl-work-v1 .item a strong {
    color: #555;
    display: block;
}

.owl-work-v1 .item a i {
    color: #777;
}

.owl-work-v1 .item a img {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.owl-work-v1 .item a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.0) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.owl-work-v1 .item a:hover span {
    border-bottom: solid 2px #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*Revolution Slider*/
body.dark .tp-banner-container .btn-u.btn-brd.btn-u-light {
    color: #fff;
}

.tp-banner-container .btn-u.btn-brd {
    font-weight: 400;
}

.tp-banner-container {
    position: relative;
}

.revolution-mch-1:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.revolution-ch1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}

.revolution-ch2 {
    color: #fff;
    font-size: 20px;
    max-width: 470px;
    line-height: 32px;
    position: relative;
    text-align: center;
    font-weight: normal;
}

    .revolution-ch2:after {
        left: 50%;
        width: 70px;
        height: 2px;
        content: ' ';
        bottom: -20px;
        background: #fff;
        margin-left: -35px;
        position: absolute;
    }

/*Terms*/

.iw-buttonicon {
    width: 20px;
    height: 20px;
    float: left;
    background-image: url(/assets/img/Icons-26v18.png);
    background-repeat: no-repeat;
}

.icon-multi-page-pdf-export {
    background-position: -311px -779px;
}

.privacy li p {
    margin-top: 4px;
    font-size: 12.5px;
}

.privacy ol {
    padding-left: 18px !important;
    margin-top: 10px !important;
}


/*End of Terms*/

/*Contacts*/

.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

    /* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
    .map img {
        max-width: none;
    }

.map-box {
    height: 200px;
}

.map-box-space {
    margin-top: 15px;
}

.map-box-space1 {
    margin-top: 7px;
}


.contact-type {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

    .contact-type:hover {
        background: #fcfcfc;
        box-shadow: 0 0 5px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

        .contact-type:hover i {
            color: #656565;
        }

    .contact-type .desc {
        padding: 0 15px;
        overflow: hidden;
    }

        .contact-type .desc h4 {
            font-size: 22px;
            line-height: 25px;
        }

    .contact-type .logo-icon {
        float: left;
        padding: 0 10px;
        color: #72c02c;
        font-size: 35px;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


.contact-head {
    padding-top: 10px !important;
}

/*End of Contacts*/


/*Error Page*/
.error-v1 {
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.4;
}

    .error-v1 p {
        color: #555;
        font-size: 16px;
    }

    .error-v1 span {
        color: #555;
        display: block;
        font-size: 35px;
        font-weight: 200;
    }

        .error-v1 span.error-v1-title {
            color: #777;
            font-size: 180px;
            line-height: 200px;
            padding-bottom: 20px;
        }

/*For Mobile Devices*/
@media (max-width: 500px) {
    .error-v1 p {
        font-size: 12px;
    }

    .error-v1 span {
        font-size: 25px;
    }

        .error-v1 span.error-v1-title {
            font-size: 140px;
        }
}

/*End of Error page*/

.call {
    text-align: right;
    font-size: 16px;
    color: #ca6025;
    margin: 4px 0 10px 0;
    line-height: 18px;
}

    .call span {
        background: url(/assets/img/icons/ico-call.png) no-repeat bottom left;
        padding-left: 28px;
    }

        .call span:hover {
            background: url(/assets/img/icons/ico-call-ring.png) no-repeat bottom left;
            padding-left: 28px;
            -moz-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s;
            cursor: default;
        }

.loginbar .glyphicon {
    color: #e5e5e5;
    font-size: 14px;
}

.loginbar li:hover .glyphicon {
    color: #264763;
}

.phoneNumber a {
    color: #fff;
    font-weight: bold;
}

    .phoneNumber a:hover {
        color: #264763 !important;
        text-decoration: none;
    }

.branded {
    background: url(/assets/img/logo-IM-footer.png) no-repeat scroll 188px -13px rgba(0, 0, 0, 0);
    height: 45px;
    text-align: center;
}

@media (max-width:1199px) {
    .branded {
        background-position: 113px -13px;
    }
}



.thumbnails .headline {
    margin: 0 0 10px 0;
}

    .thumbnails .headline h3 {
        margin: 0;
    }

.thumbnails .caption p {
    font-size: 14px;
    text-align: left;
}

.demo_status_message .fa-check-square-o {
    font-size: 40px;
}

.demo_status_message {
    text-align: center;
    font-size: 16px;
}

.iw-overlay-wrap .iw-team {
    font-size: 11px;
    font-style: italic;
    margin-top: 20px;
}



@media (max-width:1199px) {
    #divPeerGroupAlerts .deleteBtn, #divPeerGroupAlerts #btnDel {
        width: auto !important;
        padding: 5px 10px !important;
        margin: 0 !important;
    }
}

@media (max-width:991px) {
    /*   .pre-login.navbar-nav li {
        float: left;
        display: inline-block;
    }

    .phoneNumber {
        color: #7c8082;
        margin-top: -30px;
    }

   .navbar-brand {
        margin-top: 5px;
    }

    .phoneNumber a {
        color: #000 !important;
    }

    .branded {
        background-position: 200px -15px;
        background-color: #fff;
    }*/
}

@media (max-width: 767px) {


    /*.ls-bottom-nav-wrapper {
        visibility: hidden !important;
    }*/

    .copyright p {
        text-align: center;
    }

    .branded {
        background-position: center center;
    }

    /*.header .navbar .login-open {
        left: 0 !important;
        top: 35px !important;
        display: none;
        padding: 7px;
        position: absolute;
        background: #fff;
        border: solid 2px #eee;
        box-shadow: 0 1px 3px #ddd;
        width: 240px;
        z-index: 99999;
    }*/

    .header .navbar .login-open .input-group-addon .fa {
        /* padding: 3px 0; */
        /* margin: 0; */
    }

    .input-group.sec-forgot-password {
        width: 100%;
    }

        .input-group.sec-forgot-password .txt-forgort-password {
            width: 100%;
            margin: 5px 0;
        }

    /*.modal {
        width: 97% !important;
    }*/

    .form-control {
        max-width: 100% !important;
    }

    .nav.navbar-nav.mobile {
        float: none;
    }

    .phoneNumber {
        color: #7c8082;
        margin-top: -30px;
    }

    .navbar-brand {
        margin-top: 5px;
    }

    .iw-freeTrail {
        width: 300px;
        margin: 25px auto 0 auto !important;
    }


    .triangle-r {
        left: 300px;
    }

    .iw-reachUs .triangle-r {
        left: 100% !important;
    }



    .rectangle h2 {
        font-size: 26px !important;
    }

    .footer-v1 .copyright {
        background: #1f1f1f !important;
    }


    #fundOfFund .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .peerGroupAlertBtns {
        width: 108px;
    }

    .peergroupAvgbtns {
        margin-top: 5px;
    }

    .icon-piggyBank {
        width: 16px !important;
        height: 16px !important;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (max-width:480px) {
    .iw-reachUs .rectangle {
        width: 113.3% !important;
    }
}

/*Timeline v2
------------------------------------*/
.timeline-v2 {
    padding: 0;
    list-style: none;
    position: relative;
}

    /* The line */
    .timeline-v2 > li {
        position: relative;
    }

        .timeline-v2 > li:before {
            content: '';
            position: absolute;
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
        }

        .timeline-v2 > li.highlight:before {
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background-color: rgba(251, 244, 156, 0.19);
            box-shadow: 0 0 12px 6px rgba(251, 244, 156, 0.19);
            z-index: 111;
        }

    .timeline-v2:before {
        top: 0;
        bottom: 0;
        left: 22%;
        width: 4px;
        content: '';
        background: #f3f3f3;
        position: absolute;
        margin-left: -14px;
    }

    /* The date/time */
    .timeline-v2 > li .cbp_tmtime {
        width: 25%;
        display: block;
        position: absolute;
        padding-right: 80px;
        word-break: break-all;
    }

        .timeline-v2 > li .cbp_tmtime span {
            top: 9px;
            display: block;
            text-align: right;
            position: relative;
        }

            .timeline-v2 > li .cbp_tmtime span:first-child {
                color: #999;
                font-size: 14px;
                line-height: 0.9;
            }

            .timeline-v2 > li .cbp_tmtime span:last-child {
                color: #333;
                font-size: 20px;
                font-weight: normal;
                clear: both;
            }

    /* Right content */
    .timeline-v2 > li .cbp_tmlabel {
        color: #fff;
        padding: 10px 20px 20px;
        background: #f3f3f3;
        line-height: 1.4;
        clear: both;
        position: relative;
        border-radius: 5px;
        margin: 0 0 40px 25%;
    }

        /*
.timeline-v2 > li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

        .timeline-v2 > li .cbp_tmlabel li {
            padding: 0;
        }

        .timeline-v2 > li .cbp_tmlabel .k-multiselect-wrap li {
            padding: .2em 1.6em .1em .4em;
            margin: 2px 1px;
        }
        /*
.timeline-v2 > li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

        .timeline-v2 > li .cbp_tmlabel h2 {
            margin-top: 0;
            font-size: 21px;
            padding: 0 0 5px;
            margin-bottom: 10px;
            text-transform: capitalize;
            border-bottom: 1px solid #ddd;
        }

        .timeline-v2 > li .cbp_tmlabel .text-left {
            float: left;
        }

        /* The triangle */
        .timeline-v2 > li .cbp_tmlabel:after {
            right: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #fff;
            border-width: 15px;
            top: 10px;
        }

    /* The icons */
    .timeline-v2 > li .cbp_tmicon {
        top: 22px;
        left: 22%;
        width: 10px;
        height: 10px;
        position: absolute;
        background: #72c02c;
        margin: 0 0 0 -17px;
        box-shadow: 0 0 0 4px #fff;
        -webkit-font-smoothing: antialiased;
    }

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .timeline-v2 > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

.header-v1 .navbar-default .navbar-nav > .active > i.login {
    color: #fff;
    background: #e74c3c !important;
}

.field-validation-error {
    color: #ce0b0b;
}

.backtologinIcon {
    font-size: 24px;
    vertical-align: middle;
}

.i.icon-custom {
    width: 36px !important;
    height: 32px !important;
    line-height: 32px !important;
}

.iw-defult-ULlist {
    padding-left: 15px;
    line-height: 16px;
    font-size: 12px;
}

    .iw-defult-ULlist li {
        margin-bottom: 5px;
    }



.iw-FreeTrail-Label {
    background: url(/assets/img/free-trail-label.png) no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 55px;
    position: absolute;
    right: 88px;
    top: -26px;
    width: 130px;
}

.iw-freeTrail h1, .iw-reachUs h1 {
    font-weight: bold;
    color: #e74c3c;
}

    .iw-freeTrail h1 span {
        font-size: 26px;
    }

        .iw-freeTrail h1 span:first-of-type {
            font-size: 21px;
        }

span.iw-greyText {
    color: #58585a;
    display: inline;
}

span.iw-Light-GreyText {
    color: #999999;
    display: inline;
}

.iw-freeTrail {
    background-color: rgba(247, 247, 247, 0.98);
    background-image: url(/assets/img/free-trial-bg.png);
    background-repeat: no-repeat;
    background-position: 8px 40px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    width: 279px;
    z-index: 90;
    height: 144px;
    padding-top: 10px;
    box-shadow: 0 0 3px 1px rgba(213, 213, 213, 0.8);
}

    .iw-freeTrail .rectangle {
        position: relative;
        height: auto;
    }

        .iw-freeTrail .rectangle h1 {
            position: absolute;
            left: 50%;
            margin-left: -105px;
            top: 0;
            color: rgb(194, 77, 44);
            margin-top: 0;
            margin-bottom: 0;
        }

    .iw-freeTrail .info {
        position: relative;
        height: 74px;
        font-weight: normal;
        margin-top: 41px;
    }

        .iw-freeTrail .info h2 {
            color: #fff;
            position: absolute;
            left: 16px;
            top: 0;
            font-size: 26px !important;
            text-shadow: 1px 1px 5px #377190;
            font-weight: bold;
        }

            .iw-freeTrail .info h2 small {
                color: inherit;
                display: block;
                text-align: left;
                margin-top: 3px;
                font-size: 76%;
            }

        .iw-freeTrail .info a {
            position: absolute;
            margin: 0;
            top: 7px;
            color: #FFFFFF !important;
            right: 56px;
            font-weight: normal;
        }



            .iw-freeTrail .info a i.fa {
                margin-right: 8px;
                font-size: 14px;
            }



        .iw-freeTrail .info .contact-wrapper {
            color: #FFFFFF;
            font-size: 13px;
            position: absolute;
            right: 43px;
            bottom: 6px;
            top: auto !important;
            font-weight: normal;
            line-height: 1.6;
            text-align: left;
            /* outline: 1px solid #000; */
            /* float: left; */
            margin: 0;
            width: 130px;
            height: 20px;
        }

            .iw-freeTrail .info .contact-wrapper:hover {
                text-decoration: none;
            }

    .iw-freeTrail .fa-phone {
        color: #FFFFFF;
        font-size: 16px;
        vertical-align: middle;
        margin-right: 5px;
        float: left;
        margin-top: 2px;
    }

@media screen and (max-width:991px) {
    .iw-freeTrail {
        margin: 15px auto;
    }

        .iw-freeTrail .info a {
            font-size: 13px;
            right: 48px;
        }

            .iw-freeTrail .info a i.fa {
                font-size: inherit;
            }

        .iw-freeTrail .info span.contact-wrapper {
            bottom: 5px;
        }
}

.iw-reachUs {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 1px 10px #aeaeae;
    color: #999;
    margin: 0 auto;
    position: relative;
    width: 230px;
    z-index: 90;
    padding-bottom: 7px;
    padding-top: 54px;
}




    .iw-reachUs .rectangle {
        background: rgb(16,144,204); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: rgba(72, 185, 192, 1);
        height: 40px;
        width: 261px;
        position: absolute;
        left: -15px;
        top: 10px;
        float: left;
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.55);
        -khtml-box-shadow: 0 0 4px rgba(0,0,0,0.55);
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.55);
        z-index: 100; /* the stack order: foreground */
    }

        .iw-reachUs .rectangle:before {
            content: '';
            position: absolute;
            border-width: 7px;
            border-style: solid;
            left: 0;
            bottom: -14px;
            border-color: rgba(88, 171, 176, 1) rgba(88, 171, 176, 1) transparent transparent;
        }

        .iw-reachUs .rectangle:after {
            content: '';
            position: absolute;
            border-width: 7px;
            border-style: solid;
            border-color: rgba(88, 171, 176, 1) transparent transparent rgba(88, 171, 176, 1);
            right: 1px;
            bottom: -14px;
        }

        .iw-freeTrail .rectangle h2, .iw-reachUs .rectangle h2 {
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            padding-top: 4px;
            text-align: center;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 rgba(72, 185, 192, 1);
            margin: 0;
        }

.triangle-l {
    border-color: transparent #2D99CE transparent transparent;
    border-style: solid;
    border-width: 15px;
    height: 0;
    width: 0;
    position: relative;
    left: -30px;
    top: 35px;
    z-index: -1; /* displayed under bubble */
}

.triangle-r {
    border-color: transparent transparent transparent #2D99CE;
    border-style: solid;
    border-width: 15px;
    height: 0;
    left: 260px;
    position: relative;
    top: 5px;
    width: 0;
    z-index: -1;
}

.icon-piggyBank {
    background: url(/assets/img/Icons-26v18.png) repeat scroll -531px -812px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 28px;
    width: 22px;
}

/*Timeline About page*/

.about-content .timeline-v1 {
    padding: 20px 0;
    list-style: none;
    position: relative;
}

    .about-content .timeline-v1:before {
        top: 17px;
        bottom: 20px;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #3498db;
        left: 50%;
        margin-left: -1.5px;
    }

    .about-content .timeline-v1 > li {
        margin-bottom: 40px;
        position: relative;
        width: 50%;
        float: left;
        clear: left;
    }

        .about-content .timeline-v1 > li:before,
        .about-content .timeline-v1 > li:after {
            content: " ";
            display: table;
        }

        .about-content .timeline-v1 > li:after {
            clear: both;
        }

        .about-content .timeline-v1 > li:before,
        .about-content .timeline-v1 > li:after {
            content: " ";
            display: table;
        }

        .about-content .timeline-v1 > li:after {
            clear: both;
        }

        .about-content .timeline-v1 > li > .timeline-panel {
            border: 1px solid #e4e4e4;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            float: left;
            position: relative;
            width: 94%;
        }

            .about-content .timeline-v1 > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #e4e4e4;
                border-right: 0 solid #e4e4e4;
                border-bottom: 15px solid transparent;
                content: " ";
            }

        .about-content .timeline-v1 > li .cbp_tmicon {
            background: none repeat scroll 0 0 #2581ba;
            box-shadow: 0 0 0 4px #d2d2d2;
            height: 10px;
            left: 22%;
            margin: 0 0 0 1px;
            position: absolute;
            top: 18px;
            width: 10px;
        }

        .about-content .timeline-v1 > li > .timeline-panel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

        .about-content .timeline-v1 > li > .timeline-badge {
            color: #3498db;
            width: 24px;
            height: 24px;
            line-height: 50px;
            font-size: 1.4em;
            cursor: pointer;
            text-align: center;
            position: absolute;
            top: 19px;
            right: -12px;
            /*background-color: #999999;*/
            z-index: 9;
            /*
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	*/
        }

            .about-content .timeline-v1 > li > .timeline-badge i:hover {
                color: #72c02c;
            }

        .about-content .timeline-v1 > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .about-content .timeline-v1 > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .about-content .timeline-v1 > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .about-content .timeline-v1 > li > .timeline-panel .timeline-heading {
            padding: 5px;
        }

            .about-content .timeline-v1 > li > .timeline-panel .timeline-heading img {
                width: 100%;
            }

    .about-content .timeline-v1 .timeline-body {
        padding: 12px;
        /*margin-bottom: 20px;*/
    }

    .about-content .timeline-v1 .timeline-footer {
        padding: 7px 12px;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }

        .about-content .timeline-v1 .timeline-footer .blog-info {
            float: left;
        }

            .about-content .timeline-v1 .timeline-footer .blog-info i {
                color: #777;
            }

        .about-content .timeline-v1 .timeline-footer .likes {
            float: right;
        }

            .about-content .timeline-v1 .timeline-footer .likes i {
                margin-right: 2px;
                color: #777;
            }

            .about-content .timeline-v1 .timeline-footer .likes:hover {
                text-decoration: none;
                color: inherit;
            }

                .about-content .timeline-v1 .timeline-footer .likes:hover i {
                    color: #72c02c;
                }

    .about-content .timeline-v1 > li.timeline-inverted {
        float: right;
        clear: right;
        margin-bottom: 40px;
    }

    .about-content .timeline-v1 > li:nth-child(2) {
        margin-top: 60px;
    }

    .about-content .timeline-v1 > li.timeline-inverted > .timeline-badge {
        left: -12px;
    }

@media (max-width: 992px) {
    .about-content .timeline-v1 > li > .timeline-panel:before {
        top: 31px;
        right: -11px;
        border-top: 11px solid transparent;
        border-left: 11px solid #ccc;
        border-bottom: 11px solid transparent;
    }

    .about-content .timeline-v1 > li > .timeline-panel:after {
        top: 32px;
        right: -10px;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 10px solid transparent;
    }

    .about-content .timeline-v1 > li.timeline-inverted > .timeline-panel:before {
        border-right-width: 11px;
        left: -11px;
    }

    .about-content .timeline-v1 > li.timeline-inverted > .timeline-panel:after {
        border-right-width: 10px;
        left: -10px;
    }
}

@media (max-width: 768px) {
    .about-content ul.timeline-v1:before {
        left: 40px;
    }

    .about-content ul.timeline-v1 > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

        .about-content ul.timeline-v1 > li > .timeline-panel {
            width: calc(100% - 70px);
            width: -moz-calc(100% - 70px);
            width: -webkit-calc(100% - 70px);
        }

        .about-content ul.timeline-v1 > li > .timeline-badge {
            left: 28px;
            margin-left: 0;
            top: 16px;
        }

        .about-content ul.timeline-v1 > li > .timeline-panel {
            float: right;
        }

            .about-content ul.timeline-v1 > li > .timeline-panel:before {
                top: 27px;
                right: -12px;
                border-top: 12px solid transparent;
                border-left: 12px solid #ccc;
                border-bottom: 12px solid transparent;
            }

            .about-content ul.timeline-v1 > li > .timeline-panel:after {
                top: 28px;
                right: -11px;
                border-top: 11px solid transparent;
                border-left: 11px solid #fff;
                border-bottom: 11px solid transparent;
            }

            .about-content ul.timeline-v1 > li > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 12px;
                left: -12px;
                right: auto;
            }

            .about-content ul.timeline-v1 > li > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 11px;
                left: -11px;
                right: auto;
            }

    .about-content .timeline-v1 > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .about-content .timeline-v1 > li.timeline-inverted > .timeline-badge {
            left: 28px;
        }
}

.about-content .timeline-v2 {
    padding: 0;
    list-style: none;
    position: relative;
}

    .about-content .timeline-v2 > li {
        position: relative;
    }

    .about-content .timeline-v2:before {
        top: 0;
        bottom: 0;
        left: 15px;
        width: 4px;
        content: '';
        background: #3498db;
        position: absolute;
        margin-left: -14px;
    }

    /* The date/time */
    .about-content .timeline-v2 > li .cbp_tmtime {
        width: 10%;
        display: block;
        position: absolute;
        padding-right: 80px;
    }

        .about-content .timeline-v2 > li .cbp_tmtime span {
            top: 9px;
            display: block;
            text-align: right;
            position: relative;
        }

            .about-content .timeline-v2 > li .cbp_tmtime span:first-child {
                color: #999;
                font-size: 14px;
                line-height: 0.9;
            }

            .about-content .timeline-v2 > li .cbp_tmtime span:last-child {
                color: #585f69;
                font-size: 20px;
                font-weight: normal;
            }

    /* Right content */
    .about-content .timeline-v2 > li .cbp_tmlabel {
        padding: 10px 20px 20px;
        background: #fff;
        line-height: 1.4;
        clear: both;
        position: relative;
        border-radius: 5px;
        margin: 0 0 40px 30px;
        border: 1px solid #e4e4e4;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    }

        /*
.timeline-v2 > li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

        .about-content .timeline-v2 > li .cbp_tmlabel li {
            padding: 0;
        }

        /*
.timeline-v2 > li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

        .about-content .timeline-v2 > li .cbp_tmlabel h2 {
            margin-top: 0;
            font-size: 21px;
            padding: 0 0 5px;
            margin-bottom: 10px;
            text-transform: capitalize;
            border-bottom: 1px solid #ddd;
        }

        .about-content .timeline-v2 > li .cbp_tmlabel .text-left {
            float: left;
        }

        .about-content .timeline-v2 > li .cbp_tmlabel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }
        /* The triangle */
        .about-content .timeline-v2 > li .cbp_tmlabel:before {
            position: absolute;
            top: 26px;
            left: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-right: 15px solid #e4e4e4;
            border-left: 0 solid #e4e4e4;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .about-content .timeline-v2 > li .cbp_tmlabel:after {
            border-right-width: 0;
            border-left-width: 14px;
            left: -14px;
            right: auto;
        }

        .about-content .timeline-v2 > li .cbp_tmlabel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-right: 14px solid #fff;
            border-left: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
        }
    /* The icons */
    .about-content .timeline-v2 > li .cbp_tmicon {
        top: 38px;
        left: 15px;
        width: 10px;
        height: 10px;
        position: absolute;
        background: #3498db;
        margin: 0 0 0 -17px;
        box-shadow: 0 0 0 4px #f3f3f3;
        -webkit-font-smoothing: antialiased;
    }

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .about-content .timeline-v2 > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .about-content .timeline-v2:before {
        display: none;
    }

    .about-content .timeline-v2 > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .about-content .timeline-v2 > li .cbp_tmtime span {
            text-align: left;
        }

    .about-content .timeline-v2 > li .cbp_tmlabel {
        padding: 1em;
        font-weight: 400;
        margin: 0 0 30px 0;
    }

        .about-content .timeline-v2 > li .cbp_tmlabel:after {
            left: 20px;
            top: -20px;
            right: auto;
            border-bottom-color: #f3f3f3;
            border-right-color: transparent;
        }

    .about-content .timeline-v2 > li .cbp_tmicon {
        left: auto;
        float: right;
        position: relative;
        margin: -55px 5px 0 0;
    }
}

.about-features .iw-carousel-box {
    /*border: 1px solid #2581ba;*/
    margin: 0 -10px -10px;
    border-top-style: dotted;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.iw-aboutListItems {
    list-style-type: disc !important;
    margin-left: 10px;
}

/*.about-content .headline
{
    border-bottom: 2px solid #999;
    margin-top: -5px !important;
    vertical-align: top;
}*/

.about-content h5 {
    font-weight: bold;
}
/**fact sheets*/

.factsheet-image-wrapper {
    text-align: center;
}

.about-factsheets h5 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 32px;
    margin-top: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

.about-factsheets small {
    font-size: 95%;
}

/**making all texts in the grid to white in factsheets and purchase modules*/
.about-purchase .grid-boxes-in *, .about-factsheets .grid-boxes-in * {
    color: #fff !important;
}

/*purchase module*/
.about-purchase h5 {
    font-size: 19px;
    line-height: 1.2em;
    margin-bottom: 32px;
    margin-top: 16px;
    color: #fff !important;
}

.about-purchase .grid-boxes-in:nth-child(3) h5 {
    line-height: 2.4em;
}


.icon-purchase {
    background-image: url(/assets/img/iw-about-purchase.png);
    width: 77px;
    height: 77px;
    float: left;
    margin: 0 9px 0 0;
}

.iw-costDetails {
    background-position: -17px -9px;
}

.iw-Subscription {
    background-position: -113px -9px;
}

.iw-trybuy {
    background-position: -207px -8px;
}

.about-content .fa {
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
}

.about-content .iw-buttonicon {
    background-image: url(/assets/img/Icons-26v18.png);
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    height: 20px;
    margin-left: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    width: 20px;
    vertical-align: top;
}

.aboutus-tabs {
    margin-bottom: 10px;
}

    .aboutus-tabs li {
        border: none;
        margin: 0 !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
        position: relative;
        -webkit-transition: none;
        transition: none;
        padding: 0 !important;
    }

        .aboutus-tabs li:first-of-type {
            margin-left: 0 !important;
        }

    .aboutus-tabs > li:before {
        content: '';
        position: absolute;
        border-width: 21px 10px;
        border-style: solid;
        border-color: transparent transparent transparent #FFFFFF;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: none;
        transition: none;
    }

    .aboutus-tabs > li:first-of-type:before {
        content: none;
    }

    .aboutus-tabs > li:after {
        content: '';
        position: absolute;
        border-width: 21px 10px;
        border-style: solid;
        border-color: transparent transparent transparent #ccc;
        left: 1px;
        top: 0;
        z-index: 0;
        -webkit-transition: none;
        transition: none;
    }

    .aboutus-tabs > li:first-of-type:after {
        content: none;
    }

    .aboutus-tabs li a {
        padding: 10px 25px;
        border: 1px solid #ccc;
        position: relative;
        -webkit-transition: none;
        transition: none;
        text-align: center;
        font-size: 13px;
    }

        .aboutus-tabs li a:hover, .aboutus-tabs li a:focus {
            -webkit-transition: none;
            transition: none;
            background-color: #3498db !important;
            color: #fff !important;
            border-color: #3498db !important;
        }

    .aboutus-tabs li.active a {
        color: #fff !important;
        background: #3498db !important;
        border-color: #3498db !important;
        -webkit-transition: none;
        transition: none;
    }

    .aboutus-tabs li a:before {
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 21px 10px;
        content: "";
        position: absolute;
        right: -20px;
        top: -1px;
        z-index: 5;
        pointer-events: none;
        -webkit-transition: none;
        transition: none;
    }

    .aboutus-tabs li:last-of-type a:before {
        content: none;
    }

    .aboutus-tabs li.active a:before, .aboutus-tabs li.active a:before, .aboutus-tabs li a:hover:before, .aboutus-tabs li a:focus:before {
        border-left-color: #3498DB;
    }

    .aboutus-tabs li a:after {
        border-color: transparent transparent transparent #ccc;
        border-style: solid;
        border-width: 21px 10px;
        content: "";
        position: absolute;
        right: -21px;
        top: -1px;
        z-index: 3;
        pointer-events: none;
        -webkit-transition: none;
        transition: none;
    }

    .aboutus-tabs li:last-of-type a:after {
        content: none;
    }

    .aboutus-tabs li.active a:after, .aboutus-tabs li.active a:hover:after, .aboutus-tabs li a:hover:after, .aboutus-tabs li a:focus:after {
        border-left-color: #3498DB;
    }

@media (min-width:768px) {
    .about-tab {
        padding-left: 15px !important;
    }

    .aboutus-tabs li.list-group-item.inactive-list-group-item {
        width: 374px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .aboutus-tabs li.list-group-item.inactive-list-group-item {
        width: 174px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .aboutus-tabs li.list-group-item {
        width: 24%;
    }

        .aboutus-tabs li.list-group-item.sm-last-li-element, .aboutus-tabs li.list-group-item.inactive-list-group-item {
            width: 190px;
        }

            .aboutus-tabs li.list-group-item.sm-last-li-element a::before, .aboutus-tabs li.list-group-item.sm-last-li-element a::after {
                content: none;
            }

        .aboutus-tabs li.list-group-item.sm-new-line-element {
            margin-left: 0 !important;
        }

            .aboutus-tabs li.list-group-item.sm-new-line-element::before, .aboutus-tabs li.list-group-item.sm-new-line-element::after {
                content: none;
            }

    #aboutModel > .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}


@media (max-width:767px) {
    .aboutus-tabs li.list-group-item {
        width: 100%;
        margin: 5px 0 !important;
        float: none;
        display: block;
    }

        .aboutus-tabs li.list-group-item::before,
        .aboutus-tabs li.list-group-item::after,
        .aboutus-tabs li.list-group-item > a::after,
        .aboutus-tabs li.list-group-item > a::before {
            content: none !important;
        }

    .about-tab {
        padding-left: 0 !important;
    }
}

.aboutus-tabs li.list-group-item.inactive-list-group-item a {
    height: 42px;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    pointer-events: none;
}

table.iw-db-count {
    border-collapse: separate !important;
    border-spacing: 15px 20px !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

    table.iw-db-count td.subInfo {
        color: #fff;
        opacity: 0.8;
    }

.iw-db-count-head {
    text-transform: uppercase;
    color: white;
}

.about-company .grid-boxes .iw-db-count-head {
    margin-bottom: 17px;
    margin-top: 17px;
}

.about-company .grid-boxes .grid-boxes-in:nth-child(3) .iw-db-count-head {
    margin-bottom: 18px;
}

/*Specfic styles for the company page...*/

.carousel-v1 .carousel-caption {
    background: none repeat scroll 0 0 #555 !important;
}

.popoverLink {
    cursor: pointer;
    color: #3498db;
}

.about-content .timeline-body ul {
    padding-left: 20px !important;
}

    .about-content .timeline-body ul li ol {
        padding-left: 25px !important;
    }

.icon-about-morinfo::after {
    left: -9px;
    position: relative;
    top: -3px !important;
    font: normal normal normal 9px/1 FontAwesome;
    content: "\f096";
}

.icon-about-morinfo::before {
    content: "\f096";
    font: normal normal normal 9px/1 FontAwesome;
}

.about-mainheading {
    border-bottom: 2px solid #999;
    margin-top: -5px !important;
    vertical-align: top;
}

.about-commonheading {
    border-bottom: 2px solid #999;
    line-height: 36px;
    margin-top: 0 !important;
    vertical-align: top;
}

.about-features ul.timeline-v1 .timeline-panel .timeline-body ul > li .popover {
    /*border: 2px solid #3498db;*/
    border: 3px solid #e74c3c;
    /*border: 2px solid #3498db;*/
    box-shadow: 1px 5px 15px rgba(0, 0, 0, .7);
}

.about-features .why-InvestWorks div.grid-boxes-caption, .about-features .abt-company div.grid-boxes-caption, .about-features .cmpnyQuote div.grid-boxes-caption {
    padding-top: 15px;
}

.icon-features {
    background-image: url(/assets/img/iw-about-features.png);
    position: relative;
    width: 81px;
    height: 81px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    display: block;
    margin-bottom: 10px;
}

#carouselModal .modal-header {
    border-bottom: none;
}

#portfolioAllocationcarouselModal .modal-header {
    border-bottom: none;
}

#readMoreModal .modal-header {
    border-bottom: none;
}

.iw-click-zoom {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none;
    bottom: 8px;
    color: #fff;
    margin: -43px 0 0;
    position: absolute;
    right: -2px;
    z-index: 200;
}

#zoomCarousel .item img {
    width: 100% !important;
}

#portfolioAllocationzoomCarousel.item img {
    width: 100% !important;
}

.popover-content img {
    max-width: 250px;
}

.analytics-content .timeline-body ul > li > ol > li .popover .popover-content {
    padding: 5px 5px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    body {
        font-size: 12px !important;
    }

    .header .header .navbar-nav {
        margin: 7px 0 !important;
    }

    .branded {
        background: url(/assets/img/logo-IM-footer.png) no-repeat scroll 110px -13px !important;
    }
}

.pace .pace-progress {
    background: #2ecc71 !important;
    /*top: 30px !important;*/
}
/*footer related*/
@media (max-width:991px) {
    .footer-v1 .container p {
        text-align: center;
    }
}


ul.iw-policy-item {
    list-style: initial !important;
    list-style-type: disc !important;
    padding-left: 28px !important;
}



    ul.iw-policy-item li {
        list-style: initial !important;
        line-height: 24px;
    }

table.iw-policy-contacts {
    margin-top: 8px;
}

    table.iw-policy-contacts tr td {
        vertical-align: top;
        padding-bottom: 4px;
    }

        table.iw-policy-contacts tr td:last-child {
            padding-left: 22px;
        }

ul.iw-policy-root {
    list-style: none !important;
}

/*topcontrol*/
#topcontrol {
    z-index: 100;
    width: 28px;
    height: 28px;
    background-color: #264763;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 50% !important;
    line-height: 23px;
    /* box-shadow: 0 0 1px 2px rgb(255, 255, 255); */
    transition: all .3s linear;
    cursor: pointer;
    border: 2px solid #fff;
}

    #topcontrol:hover, #topcontrol:focus {
        background-color: #264763;
        box-shadow: 0 0 3px 1px rgba(255,255,255,.5);
    }

/*About Pre Login Styles*/

.carousel-caption {
    position: relative;
}

.blog_masonry_3col .grid-boxes-in {
    padding: 0;
    margin-bottom: 14px;
    border: solid 1px #eee;
}

.blog_masonry_3col .grid-boxes-caption {
    padding: 15px;
}

.about-company .grid-boxes .grid-boxes-in:nth-child(2) .grid-boxes-caption {
    padding-bottom: 5px;
    padding-top: 7px;
}

.about-company .grid-boxes .grid-boxes-in:nth-child(4) .grid-boxes-caption {
    padding: 4px;
}

.blog_masonry_3col h3 {
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
}

    .blog_masonry_3col h3 a {
        color: #555;
    }

        .blog_masonry_3col h3 a:hover {
            color: #72c02c;
        }

        .blog_masonry_3col h3 a:hover {
            color: #72c02c;
        }

.blog_masonry_3col ul.grid-boxes-news {
    margin-bottom: 15px;
}

    .blog_masonry_3col ul.grid-boxes-news li {
        font-size: 12px;
    }

        .blog_masonry_3col ul.grid-boxes-news li,
        .blog_masonry_3col ul.grid-boxes-news li a {
            color: #777;
        }

            .blog_masonry_3col ul.grid-boxes-news li a:hover {
                color: #72c02c;
            }

/*Quote Block*/
.grid-boxes-caption.grid-boxes-quote {
    padding: 30px;
    background: #333;
    text-align: center;
}

.grid-boxes-quote p {
    position: relative;
}

    .grid-boxes-quote p:after {
        content: " \" ";
        margin-left: 10px;
        position: absolute;
    }

    .grid-boxes-quote p:before {
        content: " \" ";
        margin-left: -15px;
        position: absolute;
    }

    .grid-boxes-quote p,
    .grid-boxes-quote p a,
    .grid-boxes-quote span {
        color: #fff;
        font-size: 20px;
        font-weight: 200;
        text-transform: uppercase;
    }

.grid-boxes-quote span {
    font-size: 12px;
}

.about-company .grid-boxes .grid-boxes-in:nth-child(3) span:first-of-type {
    font-size: 22px;
    font-weight: bold;
}

.grid-boxes-in .grid-boxes-caption ul {
    padding-left: 20px !important;
}

.about-content .about-users h3 {
    color: #fff !important;
}

/*Pre Login Styles*/

/*About Customers*/

.iw-users-icon {
    background-image: url(/assets/img/iw-customers.png);
    left: 50%;
    margin-left: -38px;
    width: 77px;
    height: 77px;
    position: absolute;
    display: block;
    top: 15px;
}

.iw-assetManagers {
    background-position: -642px -35px;
}

.iw-investConsultants {
    background-position: -543px -35px;
}

.iw-planSponsors {
    background-position: -446px -35px;
}

.iw-wealthAdvisors {
    background-position: -741px -35px;
}

.about-users > div > div > div {
    position: relative;
    margin-bottom: 8px;
}

    .about-users > div > div > div > div.grid-boxes-caption {
        border: 1px solid #eee;
        height: 130px;
        background: transparent;
        padding: 24px 13px 15px 13px;
    }

    .about-users > div > div > div:nth-child(3) > div p {
        text-align: center;
        font-size: 14px;
        color: #000;
    }

.about-users > div > div:nth-child(4n+3) > div.grid-boxes-caption {
    /*padding-left: 25px;*/
}

.about-users > div > div > div > div ul {
    padding-left: 18px;
    list-style-position: outside;
}

.about-users .grid-boxes-in {
    position: relative;
    border: none;
    padding-top: 70px;
    margin-bottom: 8px;
}

    .about-users .grid-boxes-in:after {
        content: '';
        position: absolute;
        border-width: 14px;
        border-style: solid;
        border-color: #3498db transparent transparent transparent;
        left: 50%;
        bottom: -28px;
        margin-left: -14px;
        z-index: 1;
    }



.about-users > .grid-boxes > div:nth-child(2) > div:first-child:after {
    border-top-color: #fe9700;
}

.about-users > .grid-boxes > div:nth-child(3) > div:first-child:after {
    border-top-color: #e74c3c;
}

.about-users > .grid-boxes > div:nth-child(4) > div:first-child:after {
    border-top-color: #1abc9c;
}

.about-users > div > div > div.grid-boxes-in > div.grid-boxes-caption {
    border: none;
    height: auto;
    background: transparent;
    /*padding: 30px;*/
}

/*.about-users > .grid-boxes > div:nth-child(4n+2), .about-users > .grid-boxes > div:nth-child(4n+3) {
    position: relative;
    padding-left: 7px;
}*/

.about-users > .grid-boxes > div > div:nth-child(2)::before, .about-users > .grid-boxes > div > div:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 1px;
    background: transparent;
    left: 50%;
    margin-left: -17px;
    border-width: 17px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
}

.about-users > .grid-boxes > div > div:nth-child(2)::after, .about-users > .grid-boxes > div > div:nth-child(3)::after {
    content: '';
    position: absolute;
    background: transparent;
    left: 50%;
    top: 0;
    margin-left: -16px;
    border-width: 16px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.about-users > .grid-boxes > div > div:nth-child(2) > div::before {
    content: '';
    position: absolute;
    bottom: -27px;
    background: transparent;
    left: 50%;
    margin-left: -14px;
    border-width: 14px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
    z-index: 1;
}

.about-users > .grid-boxes > div > div:nth-child(2) > div::after {
    content: '';
    position: absolute;
    background: transparent;
    left: 50%;
    bottom: -25px;
    margin-left: -13px;
    border-width: 13px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}


@media screen and (max-width:1199px) and (min-width:992px) {
    .about-content .about-users h3 {
        font-size: 16px;
    }

    .about-users > div > div > div > div.grid-boxes-caption {
        border: 1px solid #eee;
        height: 150px;
        background: transparent;
        padding: 24px 13px 15px 13px;
    }
}

.about-data .about-counter.total {
    display: block;
    line-height: 1;
    font-size: 30px;
    color: #fff !important;
}


.about-data .service-block-v3 .fa {
    font-size: 54px !important;
}



.about-data .database-news {
    line-height: 1.4em;
}

.database-news h5 {
    margin-bottom: 17px !important;
    margin-top: 9px;
}

.about-data .database-news > div > p:first-of-type {
    margin-bottom: 9px;
}

.about-data .database-news ol li:first-child p:first-child {
    padding-left: 0;
}

.about-data .database-news ol li:first-child p {
    padding-left: 28px;
    position: relative;
}

.about-data .database-news ol li p .fa {
    left: 0;
    position: absolute;
    top: 2px;
}

.about-data .data-flow-wrapper .box-raised-shadow {
    background: none repeat scroll 0 0 #fff;
}

.database-news .box-raised-shadow {
    min-height: 344px;
}

@media screen and (max-width:1199px) {

    .about-data > div.col-md-3 {
        margin-bottom: 10px;
    }

        .about-data > div.col-md-3:nth-child(4) {
            margin-bottom: 0;
        }
}

.calendar-days.fa-calendar:after {
    position: relative;
    font-size: 8px;
    top: -1px;
    left: -15px;
    background-color: #fff;
    font-weight: bold;
    padding: 0 1px 0 1px;
}

.days15.fa-calendar:after {
    content: "15";
}

.days21.fa-calendar:after {
    content: "21";
}

.days30.fa-calendar:after {
    content: "30";
}

/*New styles added for about page*/
.about-gridbox-aligncenter {
    text-align: center !important;
    color: #000 !important;
}

    .about-gridbox-aligncenter h4 {
        text-transform: uppercase;
        text-align: center !important;
        color: #000 !important;
    }

    .about-gridbox-aligncenter p {
        text-align: justify !important;
        color: #000 !important;
    }

.about-company-logoinfo,
.about-company-logoinfo p {
    text-transform: uppercase;
    text-align: center !important;
    color: #000 !important;
    font-size: 12px;
}

.about-company .about-company-logoinfo, .about-company .about-company-logoinfo p {
    margin-bottom: 17px;
    margin-top: 10px;
}

.grid-boxes-caption.about-company-logoinfo > p:last-of-type {
    margin-bottom: 0;
}

.about-company .grid-boxes .grid-boxes-in:nth-child(4) .grid-boxes-caption p {
    margin-bottom: 0;
    margin-top: 2px;
}

.about-company .about-company-logoinfo img {
    margin: 0 auto;
    width: auto;
}


.about-company .grid-boxes .grid-boxes-in:nth-child(2) .img-responsive:first-of-type {
    margin-top: 4px;
}

.about-company .grid-boxes .grid-boxes-in:nth-child(2) .img-responsive {
    margin-top: 18px;
}

.about-company-logoinfo span {
    text-transform: none;
    text-align: justify !important;
    display: inline-block;
}


.about-content .bg-color-offgray {
    background-color: #ececec;
}

.about-content .bg-color-seashell {
    background-color: #fff5ee;
}

.about-content .bg-color-cornsilk {
    background-color: #fff8dc;
}

.about-content .bg-color-floralwhite {
    background-color: #fffaf0;
}

.about-company-logoinfo hr {
    border: 0;
    border-top: 1px solid #fff;
}

.about-company .about-company-logoinfo hr {
    border-top: 1px solid #ccc;
}
/*Home pre-login info-text*/
.info-glance-header {
    font-size: 28px;
}

.info-glance-body {
    margin-left: 10px;
    padding-left: 10px;
    height: 50px;
    width: 80%;
    box-shadow: inset 3px 0;
    font-size: 16px;
    font-weight: bold;
    word-spacing: 1px;
}

.info-glance-footer {
    font-size: 20px;
    color: #000;
}

@media screen and (max-width:1199px) {
    .info-glance-body {
        height: 73px;
    }
}

@media screen and (max-width:991px) {
    .info-glance-body {
        box-shadow: none;
        text-align: center;
        height: auto;
        width: auto;
        margin: 0;
        padding: 0;
    }
}


#carouselModal button.close {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1000;
}

#portfolioAllocationcarouselModal button.close {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1000;
}

#readMoreModal button.close {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1000;
}


.iw-new {
    font-size: 10px !important;
    background: #72c02c !important;
}

ul.iw-video-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

    ul.iw-video-list * {
        box-sizing: border-box;
    }

    ul.iw-video-list li {
        float: left;
        margin-left: 10px;
        margin-bottom: 8px;
        padding: 10px;
        border: 1px solid #ececec;
        box-shadow: 0 0 1px 0 #dfdfdf;
    }


    ul.iw-video-list img {
        vertical-align: middle;
        height: 100px;
        width: 180px;
        border: 1px solid #ddd;
    }

    ul.iw-video-list .iw-video-filename {
        width: 100%;
        position: relative;
        padding: 5px;
        border: 1px solid #ddd;
        margin: 0;
        border-top: none;
        height: 27px;
    }

        ul.iw-video-list .iw-video-filename span {
            max-width: 130px;
            float: left;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        ul.iw-video-list .iw-video-filename .glyphicon {
            cursor: pointer;
            top: 0;
            float: right;
            padding: 6px 6px 0 7px;
            background-color: #ddd;
            height: 24px;
            margin: -4px -4px 0 0;
            width: 24px;
        }

/*#region kendo-notification */

/* Error template */
.k-notification-Error {
    background: rgba(228, 70, 44, 0.9);
    color: #fff;
}

/* Warning template */
.k-notification-Warning {
    background: rgba(239, 183, 27, 0.9);
    color: #fff;
}

/* Information template */
.k-notification-Information {
    background: rgba(172, 201, 243, 0.99);
    color: #fff;
}

/* Success template */
.k-notification-Success {
    background: rgba(104, 204, 108, 0.9);
    color: #fff;
}

/*#endregion */



.tab-v2 li {
    overflow: visible;
    position: relative;
}

    .tab-v2 li .subitems {
        display: none;
    }

    .tab-v2 li.no-access:hover .subitems, .tab-v2 li.no-access:focus .subitems {
        display: block;
        border-top: 5px solid #46ff46;
        position: absolute;
        top: 24px;
        left: -50px;
        width: 185px;
        height: 75px;
        z-index: 99999;
        background: white;
        text-align: center;
        padding: 5px;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,.2);
    }

    .tab-v2 li.no-access button {
        cursor: auto;
    }

.no-access + div {
    display: none;
}

.learnMore {
    background-color: #46ff46;
    display: inline-block;
    padding: 5px;
    width: 100px;
    border: none;
    text-align: center;
}

.no-access:hover + div {
    display: block;
    border-top: 5px solid #46ff46;
    position: absolute;
    top: 30px;
    left: -50px;
    width: 185px;
    height: 75px;
    z-index: 99999;
    background: white;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

@media (max-device-width: 1199px), (max-width: 1199px) {

    .content-grid .content-grid-item {
        min-height: 165px;
        padding: 25px 15px 15px 15px;
    }
    .tp-caption.main-label {
        font-size: 5vw ;
    }
    
    .tp-caption.bottom-label {
        font-size: 1.8vw;
    }

    #header.customHeader .header-nav-main nav .prod-explanation-wrapper {
        max-width: 250px;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > div > div {
        padding-left: 10px;
        padding-right: 10px;
    }

        #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > div > div > div.shade {
            margin-left: -10px;
            margin-right: -10px;
        }

    #header.customHeader .header-nav-main nav > ul > li.dropdown.open .dropdown-menu .dropdown-mega-title a {
        font-size: 22px;
    }

    #header.customHeader .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
        font-size: 11px;
        font-weight: 500;
    }

    .gearbox {
        margin: 0 auto;
        float:none;
        display: block;
    }

    .gearsWrapper .contentSection-eQPower {
        float:none;
        display: block;
        width: auto;
        max-width: 540px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media (max-device-width: 1030px), (max-width: 1030px) {
    .tp-caption.main-label {
        /* font-size: 45px; */
        /* display: block; */
        /* white-space: nowrap !important; */
    }

    .arrow {
        display: none !important;
    }

        .arrow.hrt {
            background-position: -330px 0;
        }

    .clientPortal-cont .clientPortal-wrap .arrow {
        display: inline-block !important;
    }

    .call-to-action .no-ipad-float {
        float: none !important;
        margin: 20px 0 !important;
        padding: 0 15px !important;
        text-align: center !important;
        width: 100% !important;
        position: static !important;
    }

        .call-to-action .no-ipad-float a, .call-to-action .no-ipad-float button {
            margin: 5px 0 !important;
        }

    .parallax {
        background-size: cover !important;
        background-attachment: scroll;
    }
}

@media (max-device-width: 991px), (max-width: 991px) {

    .sm-xs-mt-none {
        margin-top: 0 !important;
    }

    .content-box-wrap-2 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .content-box-wrap-2 img {
        margin: 0 auto;
    }

    #header .header-body {
        min-height: 57px;
        border-bottom: none;
    }
    .text-sm-xs-left {
        text-align: left !important;
    }

.iw-portable-wrapper .col-md-4 {
    margin: 0 15px;
}

.iw-portable-wrapper .border {
    border-bottom: 1px solid #fff;
    border-right: none;
}

    .sm-txt-center {
        text-align: center;
    }
    #calc-engine .row .col-md-4 .feature-box {
        margin: 10px 0;
    }
    .paris-calcEngineImg {
        display: block;
        max-height: 400px;
        margin: 0 auto;
    }

    .clientPortal-cont .clientPortal-wrap .arrow {
        display: none !important;
    }

    #header.header-mobile-nav-only .header-logo {
        display: inline-block;
        float: none;
    }

    #header .header-social-icons, #header .header-btn-collapse-nav {
        margin-top: 0px;
    }

    #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
        display: none;
        margin-left: 20px;
    }

    #header .header-nav-main nav > ul li.dropdown.opened.open > .dropdown-menu {
        display: block !important;
    }

    #header.header-mobile-nav-only .header-logo {
        display: inline-block;
    }

    #header .header-social-icons, #header .header-btn-collapse-nav {
        margin-top: 0px;
    }

    .dropdown-mega-content .ms-menu {
        height: 117px;
        overflow: hidden;
        padding-top: 10px !important;
    }

    #header.customHeader .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
        border-top-width: 1px;
    }

    #header .header-nav-main nav > ul li a {
        padding: 13px 8px;
    }

    #header .header-btn-collapse-nav {
        margin-top: -9px;
    }

    html #header .header-nav-main, html.sticky-header-enabled #header .header-nav-main {
        max-height: none;
        overflow: visible;
        /* margin-left: -15px; */
        /* margin-right: -15px; */
    }

    #header.customHeader nav li.dropdown .dropdown-menu .prod-req-action, #header .header-column .row, #header.customHeader .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title + p {
        display: none;
    }

    .call-to-action .call-to-action-content {
        width: 50%;
        float: left;
    }

    .call-to-action .call-to-action-btn {
        position: static;
        width: 50%;
        float: right;
        margin: 0;
        margin-top: 107px;
        text-align: right;
    }

    .anyDevice img {
        margin: auto;
    }

    .what-we-do .appear-animation {
        min-height: 130px;
    }

    .sample-research h3 {
        min-height: 74px;
    }

    .sample-research p {
        min-height: 145px;
    }

    .sample-research .btn {
        width: 100%;
    }

    .no-pt-md-sm {
        padding-top: 0 !important;
    }

    .carousel-areas .owl-carousel .owl-nav {
        display: block;
    }

    /** Mobile Menu Styles **/

    #header .header-nav-main nav {
        margin: 0 0 0;
    }

    .mobile-menuWrapper {}
    
    .mobile-menuWrapper ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0;
    }

        .mobile-menuWrapper ul li {
            display: inline-block;
            font-size: 14px;
            vertical-align: top;
            width: 50%;
        }

            .mobile-menuWrapper ul li a {
                border: 1px solid #ccc;
                display: block;
                margin: 3px 1px;
                padding: 3px 16px;
                text-decoration: none !important;
                font-weight: 400;
                font-family: 'Ubuntu',open-sans,sans-serif;
                font-size: 16px;
            }

    .mobile-menuWrapper .menu-FooterLinks {
        text-align: right;
        margin: 0 0;
        padding: 10px 15px;
        background-color: #08c;
    }

        .mobile-menuWrapper .menu-FooterLinks a {
            float: right;
            margin: 0 5px;
            width: 32px;
            height: 32px;
            font-size: 14px;
            border-radius: 50%;
            /* box-shadow: 0px 3px 3px 0 rgba(0,0,0,0.2); */
            text-align: center;
            line-height: 32px;
            color: #08c;
            background-color: #fff;
        }
}

@media (max-device-width: 768px), (max-width: 768px) {

    .tp-caption.main-label {
        font-size: 5vw !important ;
    }

    .tp-caption.bottom-label {
        font-size: 2vw !important ;
    }
    
    .tp-caption.btn {
        font-weight: 400;
        font-size: 18px;
        font-size: 2.3vw;
        padding: 9px 12px;
    }

    .eq-word-rotator {
        font-size: 6vw;
    }

    h2.word-rotator-title .word-rotate {
        max-height: 58px;
        line-height: 58px;
        margin-bottom: -11px;
    }
    
    
    .start-trial {
        width: 100%;
    }

    .sample-research p, .sample-research h3 {
        min-height: 20px;
    }

    .call-to-action .call-to-action-content {
        width: 100%;
        float: left;
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .call-to-action .call-to-action-btn {
        width: 100%;
        float: right;
        text-align: center;
        margin-top: 0px;
    }

    .sort-destination.full-width .isotope-item {
        width: 33.333%;
    }

    #report-layouts img {
        margin-left: auto;
        margin-right: auto;
    }

    #report-layouts .pl-xlg {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .paris-fit, .paris-fit .m-none {
        text-align: center;
    }

    .sample-research img {
        margin-left: auto;
        margin-right: auto;
    }

    .publication-slider .owl-item > div {
        text-align: center;
    }

    .how-it-works ul {
        text-align: center;
    }

        .how-it-works ul li {
            display: inline-block;
        }

    #footer .container .row > div {
        text-align: center;
    }

    .no-pd-top-sm {
        padding-top: 0px !important;
    }

    section.section.section-parallax {
        background-size: cover;
    }

    .no-mar-bottom-sm {
        margin-bottom: 0px !important;
    }

    .no-marg-top-sm {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
    }

    .ms-menu .list.list-icons {
        text-align: right;
    }

    .nav-secondary .productName .prod-tagLine {
        display: none !important;
    }
}

@media (max-device-width: 767px), (max-width: 767px) {
    .solution-wrapper {
        text-align: left;
    }
    .solution-wrapper > span, .solution-wrapper > div.dispInline-Block {
        display: block !important;
        margin: 10px 0;
    }

.solution-wrapper > span {
    font-size: 18px;
}
    .what-we-do .appear-animation {
        min-height: 0;
    }

    html #header .header-nav-main, html.sticky-header-enabled #header .header-nav-main {
         margin-left: -15px; 
         margin-right: -15px;
    }
    .mobile-menuWrapper ul li {
        display: block;
        width: auto;
        /* margin: 0 -15px; */
        border-bottom: 1px solid #eee;
        padding: 0;
    }

        .mobile-menuWrapper ul li a {
            border: none;
            display: block;
            margin: 0;
            padding: 6px 15px;
            text-decoration: none !important;
            font-weight: 400;
            font-family: 'Ubuntu',open-sans,sans-serif;
            font-size: 16px;
        }

        .mobile-menuWrapper .menu-FooterLinks {
            /* margin: 5px -15px; */
        }
}

@media (max-device-width: 550px), (max-width: 550px) {


    .sort-destination.full-width .isotope-item {
        width: 49%;
        float: left;
        clear: none;
    }

        .sort-destination.full-width .isotope-item:nth-child(odd) {
            margin-left: 1.3% !important;
        }

    .call-to-action .call-to-action-content {
        width: 100%;
        padding: 0;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    .call-to-action .call-to-action-btn {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 0px;
    }

        .call-to-action .call-to-action-btn .btn {
            padding: 8px 14px;
            font-size: 15px;
            font-size: 14px;
        }

    .paris-fit .btn {
        padding: 9px 10px;
        margin-right: 0 !important;
        font-size: 3.2vw;
    }

    #header.customHeader .header-nav-main nav .prod-explanation-wrapper {
        width: 160px;
    }

    .dropdown-mega-content .ms-menu .pull-right {
        width: 140px;
    }

    #header.customHeader .header-nav-main nav > ul > li.dropdown-mega .list.list-icons.list-icons-style-3 li a i {
        display: none;
    }

    #header.customHeader .header-nav-main nav > ul > li.dropdown-mega .list.list-icons.list-icons-style-3 li a span {
        padding-left: 0 !important;
    }

    #header.customHeader .header-nav-main nav > ul > li.dropdown-mega .list.list-icons.list-icons-style-3 li {
        padding: 0 !important;
    }

    #header.customHeader .header-nav-main nav > ul > li.dropdown.open .dropdown-menu .dropdown-mega-title a {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .dropdown-mega-content .ms-menu {
        height: 60px;
        padding: 0;
    }

    #header.customHeader .header-nav-main nav > ul > li.dropdown-mega .list.list-icons.list-icons-style-3 li a {
        padding: 0;
    }

    .custom-pin-wrapper {
        height: 43px !important;
    }

    .productHeader {
        padding: 10px 0;
    }

        .productHeader .prod-menuWrap {
            width: auto;
            text-align: right;
            height: 22px;
            overflow: hidden;
            position: relative;
            top: 1px;
        }

    .nav-secondary .productName {
        width: auto;
        height: 23px;
        overflow: hidden;
        top: 1px;
        position: relative;
        font-size: 3.9vw;
    }

    #clock1 {
        width: 270px !important;
        height: 270px !important;
    }

    .content-grid .content-grid-item {
        min-height: 0;
        padding: 15px;
    }

    .content-grid .content-grid-item p:last-of-type {
        margin-bottom: 0;
    }
    .xs-txt-center {
        text-align: center;
    }

    .contact-ul li span {
        width: 175px !important;
    }

    .gearsWrapper {
        margin-top: 0 !important;
    }

    .gearbox {
      display: none;
    }

    .gearbox + .contentSection-eQPower {
        margin-top : 0;
    }

    .gearsWrapper .gearbox + .contentSection-eQPower .sectionHead {
        margin-top: 0 !important;
        padding-top: 0;
    }


    .tp-caption.main-label {
        font-size: 20px ;
    }
    
    .tp-caption.bottom-label {
        font-size: 12px ;
    }

    .tp-caption.btn {
        font-size: 10px !important;
        font-weight: 400 !important;
        padding: 9px 9px !important;
    }

    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(2),
    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) {
        top: 60px !important;
    }

    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(2) img,
    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) img,
    .slider-container .sliderStaticText .pageName-label img {
        height: 4px !important;
    }
    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) {
        top: 58px !important;
    }

    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) .tp-caption, .slider-container .sliderStaticText .pageName-label {
        font-size: 9px !important;
        font-weight: 700 !important;
    }

    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) {
        top: 75px !important;
    }

    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) .tp-caption,
    .slider-container .sliderStaticText .pageTag-label {
        font-size: 5vw !important;
    }

    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(6) {
        top: 88px !important;
    }

    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(6) .tp-caption {
        font-size: 9px !important;
        font-weight: 500 !important;
    }

    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(7) {
        top: 130px !important;
    }
 
