@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&family=Roboto:wght@300&display=swap');
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Allerta);
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello4dd7.eot?26839580');
    src: url('../font/fontello4dd7.eot?26839580#iefix') format('embedded-opentype'), url('../font/fontello4dd7.woff?26839580') format('woff'), url('../font/fontello4dd7.ttf?26839580') format('truetype'), url('../font/fontello4dd7.svg?26839580#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    background: #F4F4F4;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

a img {
    border: none;
}

textarea:focus,
input:focus,
select {
    outline: none;
}

.clear {
    clear: both;
}

p {
    font-size: 16px;
    line-height: inherit;
    line-height: 1.5;
}

#wrapper {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.banner {
    width: 100%;
    height: auto;
    float: left;
}

.inner-banner {
    width: 100%;
    height: 150px;
    float: left;
    padding-top: 80px;
}

.header {
    float: left;
    width: 100%;
    color: #000;
    z-index: 2;
    height: auto;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    z-index: 99;
    position: absolute;
}

.centre {
    width: 1170px !important;
    margin: 0 auto;
}

.centre .logo {
    width: 290px;
    height: auto;
    float: left;
}

.centre .right-fld {
    width: 570px;
    height: auto;
    overflow: hidden;
    float: right;
    background: url(../images/black-lite-bg.png);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-bottom-blue {
    border-bottom: #0066CC solid 4px !important;
    background: #0099FF;
}

.centre .right-fld .clms {
    width: 190px;
    padding-top: 10px;
    height: 35px;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    border-bottom: #333 solid 4px;
}

.centre .right-fld .clms:hover {
    background: #09F;
}

.fontola {
    font-family: 'fontello';
    padding-right: 8px;
    color: #66CC33;
}

.sticky {}

.fixed {
    position: fixed !important;
    top: 0!important;
    z-index: 999999999999;
}

.padding {
    padding: 40px 0;
}

.padding-samll {
    padding: 10px 0;
}

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

.lite-txt {
    font-weight: lighter !important;
        font-size: 20px;
}

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

.blue-clr {
    color: #71b8ff !important;
}

.yash-clr {
    color: #fff;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.padding-btm {
    padding-bottom: 10px;
}

.padding-top {
    padding-top: 40px;
}

.over-flow-hiden {
    overflow: hidden;
}

.border-radius-small {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.border-btn {
    padding: 5px 15px;
    border: #FFF solid 2px;
    font-size: 12px;
    color: #FFFFFF;
}

.border-btn:hover {
    background: #FFFFFF;
    color: #333333;
}

.gradient-bg {
    background: rgba(76, 76, 76, 1);
    background: -moz-linear-gradient(top, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 68, 156, 1)), color-stop(100%, rgba(1, 57, 135, 1)));
    background: -webkit-linear-gradient(top, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    background: -o-linear-gradient(top, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    background: -ms-linear-gradient(top, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    background: linear-gradient(to bottom, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.lite-gradinet {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.box-shadow {
    -moz-box-shadow: 0px 5px 5px #000000;
    -webkit-box-shadow: 0px 5px 5px #000000;
    box-shadow: 0px 5px 5px #000000;
}

.box {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}

.box table td {
    padding: 8px 5px;
}

.product-pagination {
    width: 89.5%;
    height: auto;
    float: left;
    color: #003399;
    padding: 2% 2%;
    font-size: .8em;
    background: #000033;
}

.border-radius-top {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.product-pagination a {
    color: #fff;
}

.box_two {
    width: 50%;
    min-height: 150px;
    height: auto;
    float: left;
    padding-bottom: 20px;
}

.product-view-img {
    width: 70%;
    height: auto;
    float: left;
    padding: 15%;
}

.product-view-details {
    width: 80%;
    height: auto;
    float: left;
    padding: 10%;
}

.product-view-img img {
    width: 100%;
    height: auto;
}

.box_three {
    width: 75%;
    height: 320px;
    float: left;
}

.box_four {
    width: 25%;
        height: 320px;
    float: left;
    position: relative;
    background: #FFFFFF;
}

.box_four-prodcts {
    width: 25%;
    height: 320px;
    float: left;
    position: relative;
    background: #FFFFFF;
}

.box_four-prodcts img {
    width: 70%;
    height: 70%;
    padding: 15%;
}

.product-small-detail {
    width: 90%;
    height: auto;
    padding: 8% 5%;
    position: absolute;
    background: #FFF;
    font-size: 12px;
    color: #333333;
    bottom: 0;
    text-transform: uppercase;
}

.products {
    width: 24.8%;
    border-bottom: #F2F2F2 solid 1px;
    border-right: #F2F2F2 solid 1px;
    height: 240px;
    float: left;
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
}

.products p {
    padding: 4px 15px;
    color: #666666;
    text-align: center;
}

.products img {
    width: 80%;
    padding: 10%;
}

.products .details {
    text-align: center;
    font-weight: bold;
    width: 90%;
    background: #FFF;
    padding: 0 5%;
    font-size: .8em;
    height: 40px;
    color: #333;
    position: absolute;
    right: 0;
    -webkit-transition: bottom 300ms ease;
    -moz-transition: bottom 300ms ease;
    -o-transition: bottom 300ms ease;
    bottom: -140px;
    z-index: 99999999;
}

.products:hover .details {
    bottom: 11px;
}

.inner-padding {
    width: 80%;
    height: inherit;
    padding: 0 10%;
    float: left;
}

.inner-padding p {
    font-size: 14px;
}

.inner-padding p a {
    color: inherit;
}

.inner-padding p a:hover {
    font-style: italic;
    text-decoration: underline;
}

.footer_three_clms {
    width: 33.3333333%;
    height: auto;
    float: left;
}

.list-style {
    width: 100%;
    height: auto;
    border: #EAEAEA solid 1px;
    font-family: 'Roboto Condensed', sans-serif;
}

.list-style ul {
    width: 100%;
    height: auto;
    float: left;
}

.list-style li {
    width: 100%;
    float: left;
    height: auto;
    padding: 2% 0;
    border-bottom: #EBEBEB solid 1px;
}

.list-style p {
    padding: 01% 5%;
    font-size: .8em;
}

.list-style p a{color: #080808}

.list-style h2 {
    padding: 3% 5%;
    font-size: 1em;
}

.white-bg {
    background: #FFFFFF;
}

.left {
    width: 25%;
    height: auto;
    float: left;
}

.right {
    width: 72%;
    height: auto;
    float: right;
}

.news-box {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
}

.news-box h4 {
    color: #003366;
    padding: 5px 0px;
}

.new-form-box {
    width: 100%;
    height: auto;
    float: left;
    border: #e5e5e5 solid 1px;
    padding: 30px 0px 30px 30px;
}

.new-form-box .row {
    width: 100%;
    height: auto;
    float: left;
}

.new-form-box .row .clms {
    width: 47.4% !important;
    margin: 0 1%;
    height: inherit;
    float: left;
    position: relative;
}

.new-form-box .row .clms span {
    position: absolute;
    right: 4px;
    top: 10px;
    padding: 4px 10px;
    background: #fff;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    color: #990000;
}

.txt-field {
    padding: 10px 20px;
    border: #ccc solid 1px;
    margin: 8px 0;
    font-size: 12px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #FFFFFF;
    resize: none;
}

.full-width-fld {
    width: 96.5% !important;
    margin: 4px 1%;
}

@media screen and (max-width: 768px) {}

@media (max-width: 768px) {
    .centre {
        width: 90% !important;
        float: left;
        padding: 0 5%;
    }
    .header {
        position: relative !important;
        background: #000000
    }
    .centre .right-fld {
        width: 100% !important;
        height: auto;
        float: left !important;
        border-radius: 0!important;
    }
    .centre .right-fld .clms {
        width: 50%;
        padding-bottom: 10px;
        font-size: .8em !important;
        height: auto;
        float: left;
    }
    .full-width {
        width: 100% !important;
    }
    .logo {
        padding-bottom: 10px;
    }
    .box_three {
        width: 100% !important;
        height: auto !important;
    }
    .box_four {
        width: 100%;
        height: auto !important;
    }
    .box_four-prodcts {
        width: 100%;
        height: auto !important;
    }
    .inner-padding {
        padding-bottom: 40px;
    }
    .footer_three_clms {
        width: 90%;
        height: auto;
        padding: 5%;
    }
    .box_two {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .products {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .left {
        width: 100%;
        height: auto;
        float: left;
    }
    .right {
        width: 100%;
        height: auto;
        float: left;
    }
}

@media (max-width: 768px) {}

@media (max-width: 420px) {
    .centre {
        width: 90% !important;
        float: left;
        padding: 0 5%;
    }
}


/*menu*/

@media handheld,
screen and (min-width: 641px) {
    .no_scroll {
        overflow-y: hidden;
    }
    .abrir_menu {
        display: none;
    }
    #menu {
        max-width: 960px;
        height: 50px;
        margin: 0 auto;
        border-top: #151515 solid 6px;
    }
    #navigator {
        height: 50px;
        line-height: 50px;
        box-shadow: 0 7px 6px -7px #373435;
        -webkit-box-shadow: 0 7px 6px -7px #373435;
        -moz-box-shadow: 0 7px 6px -7px #373435;
    }
    #navigator .title {
        display: none;
    }
    #navigator ul {
        list-style: none;
    }
    #navigator > ul > li {
        width: 12.5%;
        float: left;
    }
    #navigator > ul > li > a {
        color: #fefefe;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: center;
        display: block;
        background: #0D0D0D;
    }
    #navigator > ul > li:hover > a {
        background: #06C;
    }
    #navigator ul li > ul,
    #navigator ul li li > ul,
    #navigator ul li li li > ul,
    #navigator ul li li li li> ul,
    #navigator ul li li li li li > ul {
        display: none;
    }
    #navigator ul li:hover > ul,
    #navigator ul li li:hover > ul,
    #navigator ul li li li:hover > ul,
    #navigator ul li li li li:hover > ul,
    #navigator ul li li li li li:hover > ul {
        position: absolute;
        z-index: 10;
        width: 180px;
        line-height: 20px;
        display: block;
        background: #555;
        box-shadow: 0 7px 6px -7px #373435;
        -webkit-box-shadow: 0 7px 6px -7px #373435;
        -moz-box-shadow: 0 7px 6px -7px #373435;
    }
    #menu ul ul li ul {
        top: 0;
        left: 179px;
        min-height: 100%;
        border-left: 1px solid #444;
    }
    #menu ul ul li a {
        color: #fefefe;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
        padding: 6px 7px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.045);
        border-bottom: 1px solid rgba(0, 0, 0, 0.045);
        text-transform: uppercase;
    }
    #menu ul ul li:hover > a {
        background: #444;
    }
    #menu ul ul li li:hover > a {}
    #menu ul ul li li li:hover > a {}
    #menu ul ul li li li li:hover > a {}
    #menu ul ul li li li li li:hover > a {}
}

@media handheld,
screen and (max-width: 640px) {
    /* [ Open/Close =====================================*/
    /* ==================================================*/
    .abrir_menu {
        display: block;
    }
    .abrir_menu span {
        color: #fefefe;
        font-size: 20px;
        font-family: 'Open Sans Condensed', sans-serif;
        text-align: center;
        letter-spacing: 5px;
        position: relative;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        display: block;
        cursor: pointer;
        background: #333 url() no-repeat 10px center;
        box-shadow: 0 7px 3px -7px #373435;
        -webkit-box-shadow: 0 7px 3px -7px #373435;
        -moz-box-shadow: 0 7px 3px -7px #373435;
    }
    .open > .abrir_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(225, 225, 225, 0.85);
    }
    .open > .abrir_menu span {
        opacity: 0.1 !important;
    }
    .menu_aberto {
        position: fixed;
        z-index: 999999999999999999999999;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        background: #555;
        transition: 0.3s;
        box-shadow: -4px 0 15px 0px #373435;
        -webkit-box-shadow: -4px 0 15px 0px #373435;
        -moz-box-shadow: -4px 0 15px 0px #373435;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .open > .menu_aberto {
        left: 0;
    }
    /* Open/Close ] =====================================*/
    /* ==================================================*/
    /* [ Menu ===========================================*/
    /* ==================================================*/
    #navigator .title {
        color: #fbf9f9;
        font-size: 20px;
        font-family: 'Open Sans Condensed', sans-serif;
        text-transform: uppercase;
        text-shadow: 0.8px 0.8px 3px #111;
        height: 60px;
        line-height: 62px;
        display: block;
        padding: 0 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.045);
        background: #333 url() no-repeat 20px center;
        box-shadow: -4px 0 5px 0px #373435;
        -webkit-box-shadow: -4px 0 5px 0px #373435;
        -moz-box-shadow: -4px 0 5px 0px #373435;
    }
    #navigator ul li > ul,
    #navigator ul li li > ul,
    #navigator ul li li li > ul,
    #navigator ul li li li li > ul,
    #navigator ul li li li li li > ul {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        border: none;
        background: rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    #navigator ul li {
        float: none;
        display: block;
        text-transform: uppercase;
    }
    #navigator ul li a {
        color: #000;
        font-size: 14px;
        display: block;
        padding: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.045) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.045) !important;
    }
    #navigator > ul > li:hover > a {
        color: #AAAAAA !important;
        background: #444 !important;
    }
    /* Styles (Links/Hover/Ativo Sub Menu) ==============*/
    /* ==================================================*/
    #navigator > ul > li > .parent,
    #navigator > ul > li:hover > .parent,
    #navigator > ul > li.hover > .parent,
    #navigator ul li li > .parent,
    #navigator ul li li:hover > .parent,
    #navigator ul li li.hover > .parent {
        background-repeat: no-repeat;
        background-position: 260px center;
    }
    #navigator > ul > li > .parent,
    #navigator > ul > li:hover > .parent {
        color: #000;
        background-color: inherit;
        background-image: url();
    }
    #navigator > ul > li.hover > .parent {
        color: #aaa;
        background-color: #444;
        background-image: url();
    }
    /* Styles (Links/Hover/Ativo Sub>Sub Menu) ==========*/
    /* ==================================================*/
    #navigator ul li li a {
        color: #aaa;
        font-size: 12px;
    }
    #navigator ul li li > .parent,
    #navigator ul li li:hover > .parent {
        color: #bdb6b6;
        background-color: black;
        background-image: url();
    }
    #navigator ul li li.hover > .parent {
        color: #aaa;
        background-color: rgba(0, 0, 0, 0.1);
        background-image: url();
    }
    .nav ul {
        display: none;
        left: -9999px;
    }
    .nav li.hover > ul,
    .nav li li.hover > ul,
    .nav li li li.hover > ul,
    .nav li li li li.hover > ul,
    .nav li li li li li.hover > ul,
    .nav li li li li li li.hover > ul {
        position: static !important;
        display: block !important;
    }
    /* Menu ] ===========================================*/
    /* ==================================================*/
}

@media handheld,
screen and (max-width: 480px) {
    .open > .menu_aberto {
        width: 250px;
    }
    #menu > ul > li > .parent,
    #menu > ul > li:hover > .parent,
    #menu > ul > li.hover > .parent,
    #menu ul li li > .parent,
    #menu ul li li:hover > .parent,
    #menu ul li li.hover > .parent {
        background-repeat: no-repeat;
        background-position: 210px center;
    }
}

@media handheld,
screen and (max-width: 319px) {
    .open > .menu_aberto {
        width: 200px;
    }
    #menu > ul > li > .parent,
    #menu > ul > li:hover > .parent,
    #menu > ul > li.hover > .parent,
    #menu ul li li > .parent,
    #menu ul li li:hover > .parent,
    #menu ul li li.hover > .parent {
        background-repeat: no-repeat;
        background-position: 150px center;
    }
}


/*light-box*/

.openbox {
    width: 100%;
    height: auto;
    float: left;
    cursor: pointer;
}

.closebox {
    background: #006699;
    color: white;
    padding: 10px 14px;
    font-family: Arial, Baskerville, monospace;
    border-radius: 50px;
    cursor: pointer;
}

.closebox {
    position: absolute;
    margin: 20px;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: Arial, Baskerville, monospace;
    font-size: 40px;
    box-sizing: border-box;
    padding: 0;
    padding-right: 1px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 44px;
}

.videowrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
}

#video {
    width: 600px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 15%;
    margin-top: -200px;
}


/* Float */

.float {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.button {
    display: inline-block;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    color: #444;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    height: 27px;
    line-height: 27px;
    min-width: 54px;
    padding: 0 8px;
    text-decoration: none;
}

.button:hover {
    background-color: #F8F8F8;
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #C6C6C6;
    color: #333;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
}


/* blue */

.button.blue {
    background-color: #4D90FE;
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    border: 1px solid #3079ED;
    color: white;
}

.button.blue:hover {
    border: 1px solid #2F5BB7;
    background-color: #357AE8;
    background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
    background-image: linear-gradient(top, #4d90fe, #357ae8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


/* red */

.button.red {
    background-color: #D14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
    background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
    background-image: -o-linear-gradient(top, #dd4b39, #d14836);
    background-image: linear-gradient(top, #dd4b39, #d14836);
    border: 1px solid transparent;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button.red:hover {
    background-color: #C53727;
    background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
    background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
    background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
    background-image: -o-linear-gradient(top, #dd4b39, #c53727);
    background-image: linear-gradient(top, #dd4b39, #c53727);
}


/* green */

.button.green {
    background-color: #3D9400;
    background-image: -webkit-linear-gradient(top, #3d9400, #398a00);
    background-image: -moz-linear-gradient(top, #3d9400, #398a00);
    background-image: -ms-linear-gradient(top, #3d9400, #398a00);
    background-image: -o-linear-gradient(top, #3d9400, #398a00);
    background-image: linear-gradient(top, #3d9400, #398a00);
    border: 1px solid #29691D;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button.green:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #3d9400, #368200);
    background-image: -moz-linear-gradient(top, #3d9400, #368200);
    background-image: -ms-linear-gradient(top, #3d9400, #368200);
    background-image: -o-linear-gradient(top, #3d9400, #368200);
    background-image: linear-gradient(top, #3d9400, #368200);
    border: 1px solid #2D6200;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}


/* brownish */

.button.brownish {
    background-color: #3D9400;
    background-image: -webkit-linear-gradient(top, #674850, #50393f);
    background-image: -moz-linear-gradient(top, #674850, #50393f);
    background-image: -ms-linear-gradient(top, #674850, #50393f);
    background-image: -o-linear-gradient(top, #674850, #50393f);
    background-image: linear-gradient(top, #674850, #50393f);
    border: 1px solid #463237;
    color: white;
}

.button.brownish:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #674850, #463237);
    background-image: -moz-linear-gradient(top, #674850, #463237);
    background-image: -ms-linear-gradient(top, #674850, #463237);
    background-image: -o-linear-gradient(top, #674850, #463237);
    background-image: linear-gradient(top, #674850, #463237);
    border: 1px solid #412e33;
}


/* maroonish */

.button.maroonish {
    background-color: #a55474;
    background-image: -webkit-linear-gradient(top, #a55474, #8e4964);
    background-image: -moz-linear-gradient(top, #a55474, #8e4964);
    background-image: -ms-linear-gradient(top, #a55474, #8e4964);
    background-image: -o-linear-gradient(top, #a55474, #8e4964);
    background-image: linear-gradient(top, #a55474, #8e4964);
    border: 1px solid #83445d;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button.maroonish:hover {
    background-color: #a55474;
    background-image: -webkit-linear-gradient(top, #a55474, #83445d);
    background-image: -moz-linear-gradient(top, #a55474, #83445d);
    background-image: -ms-linear-gradient(top, #a55474, #83445d);
    background-image: -o-linear-gradient(top, #a55474, #83445d);
    background-image: linear-gradient(top, #a55474, #83445d);
    border: 1px solid #793e55;
}


/* pinkish */

.button.pinkish {
    background-color: #7c7461;
    background-image: -webkit-linear-gradient(top, #dfa7ca, #cd97b9);
    background-image: -moz-linear-gradient(top, #dfa7ca, #cd97b9);
    background-image: -ms-linear-gradient(top, #dfa7ca, #cd97b9);
    background-image: -o-linear-gradient(top, #dfa7ca, #cd97b9);
    background-image: linear-gradient(top, #dfa7ca, #cd97b9);
    border: 1px solid #c38fb0;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button.pinkish:hover {
    background-color: #7c7461;
    background-image: -webkit-linear-gradient(top, #dfa7ca, #c38fb0);
    background-image: -moz-linear-gradient(top, #dfa7ca, #c38fb0);
    background-image: -ms-linear-gradient(top, #dfa7ca, #c38fb0);
    background-image: -o-linear-gradient(top, #dfa7ca, #c38fb0);
    background-image: linear-gradient(top, #dfa7ca, #c38fb0);
    border: 1px solid #ba88a7;
}


/* golden */

.button.golden {
    background-color: #dee362;
    background-image: -webkit-linear-gradient(top, #c1b758, #aea54e);
    background-image: -moz-linear-gradient(top, #c1b758, #aea54e);
    background-image: -ms-linear-gradient(top, #c1b758, #aea54e);
    background-image: -o-linear-gradient(top, #c1b758, #aea54e);
    background-image: linear-gradient(top, #c1b758, #aea54e);
    color: white;
    border: 1px solid #a29948;
}

.button.golden:hover {
    background-color: #c0c455;
    background-image: -webkit-linear-gradient(top, #c1b758, #a29948);
    background-image: -moz-linear-gradient(top, #c1b758, #a29948);
    background-image: -ms-linear-gradient(top, #c1b758, #a29948);
    background-image: -o-linear-gradient(top, #c1b758, #a29948);
    background-image: linear-gradient(top, #c1b758, #a29948);
    border: 1px solid #989043;
}


/* goldenish */

.button.goldenish {
    background-color: #3D9400;
    background-image: -webkit-linear-gradient(top, #777726, #62621e);
    background-image: -moz-linear-gradient(top, #777726, #62621e);
    background-image: -ms-linear-gradient(top, #777726, #62621e);
    background-image: -o-linear-gradient(top, #777726, #62621e);
    background-image: linear-gradient(top, #777726, #62621e);
    border: 1px solid #2b6700;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button.goldenish:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #777726, #525219);
    background-image: -moz-linear-gradient(top, #777726, #525219);
    background-image: -ms-linear-gradient(top, #777726, #525219);
    background-image: -o-linear-gradient(top, #777726, #525219);
    background-image: linear-gradient(top, #777726, #525219);
    border: 1px solid #245600;
}


/* skinish */

.button.skinish {
    background-color: #3D9400;
    background-image: -webkit-linear-gradient(top, #eab447, #cfa03f);
    background-image: -moz-linear-gradient(top, #eab447, #cfa03f);
    background-image: -ms-linear-gradient(top, #eab447, #cfa03f);
    background-image: -o-linear-gradient(top, #eab447, #cfa03f);
    background-image: linear-gradient(top, #eab447, #cfa03f);
    border: 1px solid #b68d37;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button.skinish:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #eab447, #c0943a);
    background-image: -moz-linear-gradient(top, #eab447, #c0943a);
    background-image: -ms-linear-gradient(top, #eab447, #c0943a);
    background-image: -o-linear-gradient(top, #eab447, #c0943a);
    background-image: linear-gradient(top, #eab447, #c0943a);
    border: 1px solid #a17c31;
}


/* graysish */

.button.grayish {
    background-color: #3D9400;
    background-image: -webkit-linear-gradient(top, #7c7461, #615b4c);
    background-image: -moz-linear-gradient(top, #7c7461, #615b4c);
    background-image: -ms-linear-gradient(top, #7c7461, #615b4c);
    background-image: -o-linear-gradient(top, #7c7461, #615b4c);
    background-image: linear-gradient(top, #7c7461, #615b4c);
    border: 1px solid #504b3e;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button.grayish:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #7c7461, #504b3e);
    background-image: -moz-linear-gradient(top, #7c7461, #504b3e);
    background-image: -ms-linear-gradient(top, #7c7461, #504b3e);
    background-image: -o-linear-gradient(top, #7c7461, #504b3e);
    background-image: linear-gradient(top, #7c7461, #504b3e);
    border: 1px solid #474337;
}


/* yellowish */

.button.yellowish {
    background-color: #3D9400;
    background-image: -webkit-linear-gradient(top, #dee362, #c0c455);
    background-image: -moz-linear-gradient(top, #dee362, #c0c455);
    background-image: -ms-linear-gradient(top, #dee362, #c0c455);
    background-image: -o-linear-gradient(top, #dee362, #c0c455);
    background-image: linear-gradient(top, #dee362, #c0c455);
    border: 1px solid #b3b74e;
}

.button.yellowish:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #dee362, #b3b74e);
    background-image: -moz-linear-gradient(top, #dee362, #b3b74e);
    background-image: -ms-linear-gradient(top, #dee362, #b3b74e);
    background-image: -o-linear-gradient(top, #dee362, #b3b74e);
    background-image: linear-gradient(top, #dee362, #b3b74e);
    border: 1px solid #abaf4b;
}


/* Pink */

.button.pink {
    background-color: #ed47e6;
    background-image: -webkit-linear-gradient(top, #fe4dee, #ed47e6);
    background-image: -moz-linear-gradient(top, #fe4dee, #ed47e6);
    background-image: -ms-linear-gradient(top, #fe4dee, #ed47e6);
    background-image: -o-linear-gradient(top, #fe4dee, #ed47e6);
    background-image: linear-gradient(top, #fe4dee, #ed47e6);
    border: 1px solid #ed30e6;
    color: white;
}

.button.pink:hover {
    background-color: #e835de;
    background-image: -webkit-linear-gradient(top, #fe4df6, #e835de);
    background-image: -moz-linear-gradient(top, #fe4df6, #e835de);
    background-image: -ms-linear-gradient(top, #fe4df6, #e835de);
    background-image: -o-linear-gradient(top, #fe4df6, #e835de);
    background-image: linear-gradient(top, #fe4df6, #e835de);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


/* Violet */

.button.violet {
    background-color: #aC47eD;
    background-image: -webkit-linear-gradient(top, #bA4dfe, #ac47ed);
    background-image: -moz-linear-gradient(top, #bA4dfe, #ac47ed);
    background-image: -ms-linear-gradient(top, #bA4dfe, #ac47ed);
    background-image: -o-linear-gradient(top, #bA4dfe, #ac47ed);
    background-image: linear-gradient(top, #bA4dfe, #ac47ed);
    border: 1px solid #a030ed;
    color: white;
}

.button.violet:hover {
    background-color: #a435e8;
    background-image: -webkit-linear-gradient(top, #c14Dfe, #a435e8);
    background-image: -moz-linear-gradient(top, #c14Dfe, #a435e8);
    background-image: -ms-linear-gradient(top, #c14Dfe, #a435e8);
    background-image: -o-linear-gradient(top, #c14Dfe, #a435e8);
    background-image: linear-gradient(top, #c14Dfe, #a435e8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


/* Orange */

.button.orange {
    background-color: #fe7d4d;
    background-image: -webkit-linear-gradient(top, #fe7d4d, #ed7247);
    background-image: -moz-linear-gradient(top, #fe7d4d, #ed7247);
    background-image: -ms-linear-gradient(top, #fe7d4d, #ed7247);
    background-image: -o-linear-gradient(top, #fe7d4d, #ed7247);
    background-image: linear-gradient(top, #fe7d4d, #ed7247);
    border: 1px solid #ed5f30;
    color: white;
}

.button.orange:hover {
    border: 1px solid #b7492f;
    background-color: #e85a35;
    background-image: -webkit-linear-gradient(top, #fe754d, #e85a35);
    background-image: -moz-linear-gradient(top, #fe754d, #e85a35);
    background-image: -ms-linear-gradient(top, #fe754d, #e85a35);
    background-image: -o-linear-gradient(top, #fe754d, #e85a35);
    background-image: linear-gradient(top, #fe754d, #e85a35);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


/* Sea Green */

.button.seagreen {
    background-color: #4dfedf;
    background-image: -webkit-linear-gradient(top, #4dfedf, #47edd3);
    background-image: -moz-linear-gradient(top, #4dfedf, #47edd3);
    background-image: -ms-linear-gradient(top, #4dfedf, #47edd3);
    background-image: -o-linear-gradient(top, #4dfedf, #47edd3);
    background-image: linear-gradient(top, #4dfedf, #47edd3);
    border: 1px solid #30edd0;
}

.button.seagreen:hover {
    border: 1px solid #2fb7a2;
    background-color: #35e8d0;
    background-image: -webkit-linear-gradient(top, #4dfee5, #35e8d0);
    background-image: -moz-linear-gradient(top, #4dfee5, #35e8d0);
    background-image: -ms-linear-gradient(top, #4dfee5, #35e8d0);
    background-image: -o-linear-gradient(top, #4dfee5, #35e8d0);
    background-image: linear-gradient(top, #4dfee5, #35e8d0);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


/* defaults */

.button.default:active {
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .1);
    color: black;
}

.button.blue:active,
.button.red:active,
.button.green:active,
.button.pinkish:active,
.button.maroonish:active,
.button.golden:active,
.button.brownish:active,
.button.grayish:active,
.button.skinish:active,
.button.yellowish:active,
.button.goldenish:active,
.button.pink:active,
.button.violet:active,
.button.orange:active,
.button.seagreen:active {
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .3);
}

.client_grid {
    width: 100%;
    height: auto;
    float: left;
}

.client_grid li {
    width: 10%;
    height: 80px;
    float: left;
    overflow: hidden;
}

.client_grid li img {
    width: 95%;
    padding: 2.5%;
}


/*Roshin*/

.menu_aberto {
    background: #fff !important;
}


/*.main-sub {
        color: #AAAAAA !important;
    background: #444 !important;
}*/


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
        width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.footer_links{ width: 100%;}
.footer_links h4{ font-weight: 500 !important;    margin-bottom: 5px;    margin-top: 15px;}
.footer_links p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
.footer_links p a{ color: #fff;}
.footer_links p a:hover{color: #66CC33 !important;}
.footer_links p i{color: #66CC33 !important; margin-right:5px; font-size: 20px;}

.footer_copyright {
    width: 100%;
    text-align: center;
    border-top: #023f92 solid 1px;
    margin-top: 30px;
    padding-top: 20px;
}
.footer_copyright p {
    padding-right: 60px;
}

.green-color{color: #66CC33 !important;}

.container {
    width: 1170px;
}

.welcome_font{    font-size: 30px;
    font-weight: 600 !important;}

@media (max-width:850px) {
    
    .footer_copyright {
    width: 100%;
    text-align: center;
    border-top: #023f92 solid 1px;
    margin-top: 10px;
    padding-top: 20px;
}
    
    .footer_links {
    width: 100%;
    margin-bottom: 20px;
}
   
    .footer_copyright p {
    padding-right: 30px;
}
}


.contact_bg{font-size: 20px;    color: #fff;background: -moz-linear-gradient(top, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 68, 156, 1)), color-stop(100%, rgba(1, 57, 135, 1)));
    background: -webkit-linear-gradient(top, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    background: -o-linear-gradient(top, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    background: -ms-linear-gradient(top, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    background: linear-gradient(to bottom, rgba(4, 68, 156, 1) 0%, rgba(1, 57, 135, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);}
}

.contact_bg p a{ color: #fff !important;}

.contcat_text-white{ color: #fff !important}

.black_text{ color: #000 !important}