body, td,  a, table, span {
    color: #000000;
    font-family: Trebuchet MS, sans-serif;
    font-size: 14px;
}

body {
    margin: 0px;
    padding: 0px;
    background: #000000;
    overflow-x: hidden;
}

a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #000000;
        border: none;
        text-decoration: none;
    }
.transp {
    display: none !important;
}

.path {
    font-size: 13px;
    color: #000000;
    font-style: italic;
    text-align: left;
}

    .path a {
        font-size: 13px;
        color: #000000;
        font-style: italic;
    }

        .path a:hover {
            font-size: 13px;
            color: #000000;
            font-style: italic;
        }


h1 {
    font: normal 24px "Century Gothic", sans-serif;
    color: #000;
}

h2 {
    font: normal 18px "Century Gothic", sans-serif;
}

hr {
    height: 1px;
    color: #dedede;
    border: 0px;
    background-color: #dedede;
}


.top-area {
    background: url(skn/top.jpg) 0% 0% no-repeat;
}

.logo-area {
    position: relative;
    min-height: 320px;
}

.logo {
    position: absolute;
    margin: auto;
    top: 0px;
    margin-right: 5%;
    right: 0px;
    bottom: 0px;
}

.login-area {
    position: absolute;
    top: 10px;
    right: 0px;
}

    .login-area a, .login-area a:hover {
        color: #FFB638;
    }

.navbar-default {
    background: none;
    border: none;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

.col-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tabmenu {
    width: 361px;
    height: 261px;
  
    margin-left: 27px;
  
}


.vertab-text {
    color: #000;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0px;
    top: 40px;
    text-align: left;
    display: block;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg)translate(-37%, 100%);
    -moz-transform: rotate(-90deg) translate(-37%, 100%);
   text-shadow:1px 1px 1px #fff;
}

.vertab{
    
   
}
.vertabs {
    background: url(skn/tabmenu.png) 100% 0% no-repeat #fff;
    position: relative;
}
.navbar-default .navbar-nav > li.devider {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
}

.main-menu {
    position: absolute;
    right: 15px;
    bottom: 0px;
    width: 100%;
}

@media(min-width:768px) {
    .navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        line-height: 20px;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #EF7D00;
        background-color: transparent;
        text-decoration: underline;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 0px;
        border: 1px solid transparent;
    }
}


@media(max-width:1171px) {
    .logo {
        width: 400px;
    }

    .navbar {
        margin-bottom: 0px;
        min-height: initial;
    }
}

@media(max-width:991px) {
    .logo {
        width: 300px;
        position: absolute;
        margin: auto;
        top: 0px;
        margin-top: 60px;
        margin-right: 0%;
        right: 0px;
        bottom: initial;
    }

    .navbar-collapse {
        background: url(skn/menu-bg.png) 50% 50% repeat;
    }
}

@media(max-width:768px) {

    .navbar-default {
        background: url(skn/menu-bg.png) 50% 50% repeat;
        border: none;
    }


    .logo {
        width: 300px;
        position: relative;
        top: initial;
        bottom: initial;
        right: initial;
        left: initial;
        margin: initial;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 190px;
    }

    .logo-area {
        position: relative;
        min-height: initial;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-menu {
        position: relative;
        right: initial;
        bottom: initial;
        width: initial;
    }
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
    margin-left: 15px;
}

@media(max-width:600px) {
    .login-area a, .login-area a:hover {
        font-size: 12px;
    }

    .logo {
        width: 240px;
    }
}

@media(max-width:480px) {
    .logo {
        width: 220px;
        position: relative;
        top: initial;
        bottom: initial;
        right: initial;
        left: initial;
        margin: initial;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 100px;
    }

    .login-area {
        background: url(skn/menu-bg.png) repeat;
        left: 10px;
        right: initial;
        top: 80px;
        padding: 5px;
        border-radius: 4px;
    }

    .top-area {
        background: url(skn/top.jpg) 0% 0% no-repeat;
        background-size: contain;
    }

    .logo-area {
        position: relative;
        min-height: initial;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-area {
        position: relative;
    }

    .main-menu {
        position: relative;
        right: initial;
        bottom: initial;
        width: initial;
    }

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #ffffff;
        margin-left: 0px;
    }

    /*.navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }*/
}

@media(max-width:380px) {
    .logo {
        margin-bottom: 75px;
    }

    .top-area {
        background: url(skn/top.jpg) 0% 0% no-repeat;
        background-size: 100%;
    }
}

.footer-area {
    background: url(skn/bottom_bg.jpg) 0% 0% repeat-x;
}
/*.footer-area .row{
    background:url(skn/bottom.png) 0% 0% no-repeat;
    min-height:250px;
}*/



.copyright {
    display: inline-block;
    /*margin-left:260px;*/
    color: #EF7D00;
    text-align: right;
    height: 100px;
    float: left;
}

    .copyright a, .copyright a:hover {
        color: #EF7D00;
        font-size: 11px;
    }

.address {
    float: left;
    display: inline-block;
    border-left: 1px solid #ffffff;
    margin-left: 20px;
    padding-left: 20px;
    color: #ffffff;
    height: 100px;
}

    .address a, .address a:hover {
        color: #ffffff;
    }

.footer-area .col-right {
    margin-top: 100px;
}

.footer-image {
    display: inline-block;
}


@media(max-width:2048px) {
    .copyright {
        margin-left: -150px;
    }
}

@media(min-width:1170px) {


    .footer-area .col-right {
        margin-top: 80px;
    }
}

@media(max-width:768px) {
    .footer-image {
        margin-top: 30px;
    }

    .copyright, .address {
        font-size: 12px;
    }

        .address a, .address a:hover {
            font-size: 12px;
        }

    .footer-area .copyright {
        margin-left: -100px;
    }
}


@media(max-width:480px) {
    .footer-area .col-right {
        margin-top: 0px;
    }

    .footer-area .copyright {
        margin-left: 0px;
    }
}

@media(max-width:420px) {

    .copyright {
        display: block;
        color: #EF7D00;
        text-align: left;
        height: auto;
        float: none;
    }

    .address {
        float: none;
        display: block;
        text-align: left;
        height: auto;
        margin-left: 0px;
        padding-left: 0px;
        border-left: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*.vertabs {
    
    max-width:260px;
    margin-top:-50px;
    margin-left:47px;
    
}*/



.vermenus {
    margin-top: 20px;
    margin-left: 25px;
    max-width: 360px;
}

    .vermenus .menu-title {
        color: #ffffff;
        font-size: 26px;
        line-height: 40px;
        height: 45px;
        padding-left: 10px;
        padding-top: 7px;
        font-family: "Roboto Condensed",sans-serif;
    }

        .vermenus .menu-title img {
            margin-top: -7px;
        }

    .vermenus a.level1, .vermenus a.level1:hover {
        font-family: "Roboto Condensed",sans-serif;
        margin-left: 20px;
        margin-right: 0px;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #C3C4C6;
        display: block;
        margin-bottom: 5px;
        line-height: 20px;
    }

.vermenu {
    background: #707070;
    padding-bottom: 5px;
    margin-top: 20px;
}

.vermenus .submenu {
}

.vermenus a.level1 span, .vermenus a.level1:hover span {
    display: none;
}

.vermenus a.level1.active, .vermenus a.level1.active:hover {
    color: #fff;
    border-bottom: none;
    margin-left: 10px;
}

    .vermenus a.level1.active span, .vermenus a.level1.active:hover span {
        display: inline;
    }

.vermenus .subsubmenu {
    background: #C8C9CB;
    margin-left: 20px;
    padding: 10px;
}

.vermenus a.level2, .vermenus a.level2:hover {
    font-size: 16px;
    font-family: "Roboto Condensed",sans-serif;
}

    .vermenus a.level2.active, .vermenus a.level2.active:hover {
        font-weight: bold;
    }

    .vermenus a.level2 .caret-right, .vermenus a.level2:hover .caret-right {
        margin-right: 10px;
    }

    .vermenus a.level2.active .caret-right, .vermenus a.level2.active:hover .caret-right {
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #000000;
        display: inline-block;
        height: 0;
        opacity: 1;
        vertical-align: middle;
        width: 0;
        margin-right: 5px;
    }

        .vermenus a.level2.active .caret-right.color46b1dd {
            border-left: 5px solid #46b1dd;
        }

        .vermenus a.level2.active .caret-right.colore95a8c {
            border-left: 5px solid #e95a8c;
        }

        .vermenus a.level2.active .caret-right.colorffc836 {
            border-left: 5px solid #ffc836;
        }

        .vermenus a.level2.active .caret-right.color3d342d {
            border-left: 5px solid #3d342d;
        }

@media(min-width:1170px) {
    .col-content {
        margin-left: -40px;
    }
}

@media(min-width:990px) {
    .col-content {
        padding-left: 30px;
    }
}

@media(max-width:990px) {
    .vermenus {
        margin-left: 0px;
    }

        .vermenus .menu-title {
            color: #ffffff;
            font-size: 20px;
        }
}

@media(max-width:768px) {
    .vermenus {
        display: none;
    }

        .vermenus .menu-title {
            font-size: 20px;
        }

    .select-menu {
        margin-bottom: 10px;
        margin-top: 20px;
    }

        .select-menu .form-control option {
            padding: 3px;
        }

        .select-menu .form-control {
            height: 44px;
            padding: 6px 12px;
            font-size: 16px;
            line-height: 1.42857;
            color: #ffffff;
            background-color: #333333;
            background-image: none;
            border: 1px solid #CCC;
            border-radius: 6px;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }
}

.btn-primary {
    color: #ffffff;
    background-color: #EE7F01;
    border-color: #EE7F01;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #DB7202;
        border-color: #DB7202;
    }


        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
            background-color: #EE7F01;
            border-color: #EE7F01;
        }

.gallery-grid {
    margin-left: -10px;
    margin-right: -10px;
}


.dots {
    height: 5px;
    background: url(skn/dots.png) 50% 50% repeat-x;
}

td {
    padding: 3px;
}

.node-body img {
    max-width: 100%;
    height: auto;
    display: block;
}

.node-body * {
    font-family: 'Century Gothic';
}





.carousel-control {
    position: absolute;
    /*top: initial;
    bottom: 10px;*/
    top: 45%;
    /*left: 0px;*/
    width: 49px;
    height: 49px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}

    .carousel-control.right {
        /*right: 10px;*/
        left: inherit;
        background: url(skn/slider-right.png) 50% 50% no-repeat;
        background-size: cover;
    }

    .carousel-control.left {
        /*right: 65px;*/
        left: inherit;
        background: url(skn/slider-left.png) 50% 50% no-repeat;
        background-size: cover;
    }

.carousel-indicators {
    left: 20px;
    bottom: 0px;
    position: absolute;
    z-index: 15;
    width: 100%;
    padding-left: 0px;
    margin-left: 0;
    text-align: left;
}

    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #cccccc;
        background-color: #cccccc;
        border-radius: 50%;
        cursor: pointer;
    }

    .carousel-indicators .active {
        margin: 0px;
        width: 15px;
        height: 15px;
        margin: 1px;
        background-color: #737373;
        border: 1px solid #737373;
    }

@media (max-width:600px) {


    .carousel-control {
        position: absolute;
        top: initial;
        bottom: 10px;
        left: 0px;
        width: 25px;
        height: 25px;
        font-size: 20px;
        color: #FFF;
        text-align: center;
        text-shadow: none;
        opacity: 1;
    }

        .carousel-control.right {
            right: 10px;
            left: inherit;
            background: url(skn/slider-right.png) 50% 50% no-repeat;
            background-size: cover;
        }

        .carousel-control.left {
            right: 40px;
            left: inherit;
            background: url(skn/slider-left.png) 50% 50% no-repeat;
            background-size: cover;
        }
}

.shortcut {
    margin-bottom: 20px;
}

.shortcut-title {
    min-height: 35px;
    border-left: 3px solid #ee7f01;
    padding-left: 10px;
    padding-right: 5px;
}

.shortcut-title a, .shortcut-title a:hover {
    font-family: 'Century Gothic';
    font-size: 16px;
}

.shortcut-thumbnail {
    margin-top: 10px;
}

.shortcut-description, .shortcut-description a, .shortcut-description a:hover {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 5px;
}

.shortcut-more, .shortcut-more {
    padding-right: 5px;
    margin-top: 5px;
    padding-left: 10px;
}

.shortcut-more a, .shortcut-more a:hover {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.shortcut {
    padding: 5px;
    border: 4px solid #ffffff;
}

.shortcut:hover {
    border: 4px solid #dfe0e1;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #dfe0e1;
}

.shortcut-tile {
    padding: 0px;
}

@media(max-width:990px) {

    .shortcut-tile {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.col-content {
    padding-bottom: 30px;
}

.path {
    margin-top: -30px;
}
