
body, td {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #000;
    font-size:16px;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background: #ffffff;
    color: #014487;
}

img, img.img-responsive {
    display: inline-block   
}

.about, .login-area {
    background: #656668;
    padding: 5px;
    text-align: center;
}

    .about a, .about a:hover, .about a:focus, .login-area a, .login-area a:hover, .login-area a:focus {
        color: #ffffff;
    }

.bottom-area {
    border-top:5px solid #1b9145;
    background: #656668;
}
.bottom-area .container-fluid {
    border-top:5px solid #ffffff;
}
    .bottom-area .address {
        color: #ffffff;
        text-align:center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 700;
        font-size:20px;
    }

span.sep {
    color: #e30016;
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width:768px) {
    .moto-col {
        text-align: right !important;
    }

        .moto-col img {
            display: inline-block;
        }
}

a {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #656668;
    font-size:16px;
}

    a:hover {
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        color: #656668;
        font-size:16px;
    }

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #1b9145;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #1b9145;
}

.top-area {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
}

    .top-area img {
        display: inline-block;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .top-area.minimal img {
        height: 90px;
        
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .top-area.minimal {
       background: rgba(255,255,255,0.6);  box-shadow: 0 4px 2px -2px gray;
    }

        .top-area.minimal .navbar-nav {
            position: relative;
            bottom: -15px;
        }



.home-section-devider {
    /*background: #dda25c;
    height: 12px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;*/

}

.content-area {
    min-height:350px;
}
.facebook {
    padding-top: 20px;
}

@media (min-width:768px) {
    .service-wrapper {
        position: relative;
    }

    .service {
        position: absolute;
        top: -250px;
        right: 30px;
        z-index: 9;
    }
}

@media (max-width:768px) {
    .service-wrapper {
        position: relative;
    }

    .service {
        position: absolute;
        top: -130px;
        right: 20px;
        z-index: 9;
    }

        .service img {
            height: 100px;
            width: 100px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .facebook {
        text-align: left;
    }
}


#salt {
    max-width: 120px;
    display: inline-block;
}


.formButton {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #666666;
    cursor: pointer;
}

.formPane {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formLocked {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #666666;
}

 .parallax-window {
    min-height: 350px;
    background: transparent;
}


.content {
    color: #000000;
      font-size:16px;
    
    font-weight: 500;
}

    .content td, div, p {
        color: #000000;
        font-weight: 500;
        font-size:16px;
    }
     .content strong {
        color: #014487;
        font-weight: 700;
    }
    .content a {
        color: #1b9145;
        font-weight: 500;
    }

        .content a:hover {
            color: #1b9145;
            font-weight: 500;
            text-decoration:underline;
        }

    .content h1 {
        font-size: 24px;
        text-decoration: none;
        color: #014487;
        font-weight: 700;
    }

    .content h2 {
        font-size: 20px;
        text-decoration: none;
        color: #014487;
        font-weight: 700;
    }

.path-area {
    color: #333;
    font-size: 12px;
    text-align: left;
}

    .path-area a {
        color: #333;
        font-size: 14px;
    }

        .path-area a:hover {
            color: #333;
            font-size: 14px;
        }

    .path-area span {
        color: #333;
        font-size: 14px;
    }




.img-thumbnail {
    border: 2px solid #014487;
    padding: 3px;
    background: #ffffff;
    border-radius: 0px;
}

.formButton {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -moz-user-select: none;
}

.tile_title {
    margin-top: 5px;
    display:inline-block;
}

    .tile_title a, .tile_title a:hover, .tile_title a:focus {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        display:inline-block;
    }


.tile_description {
    color: #656668;
    margin-top: 5px;
}

.btn-primary, .formButton {
    color: #ffffff;
    background-color: #1b9145;
    border-color: #1b9145;
    font-size: 14px;
    border-radius: 0px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .formButton:hover, .formButton:focus {
        color: #ffffff;
        background-color: #656668;
        border-color: #656668;
        font-size: 14px;
        border-radius: 0px;
    }



        .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 {
            color: #ffffff;
            background-color: #1b9145;
            border-color: #1b9145;
            font-size: 14px;
            border-radius: 0px;
        }



.content img {
    max-width: 100%;
    height: auto;
}


.box-content {
   background: #bddcfa;
   padding-bottom:50px;
}




@media (min-width:768px) {
    
 
    .navbar-default {
        background: none;
        border: none;
       
    }
     .top-area.minimal .navbar-default {
        margin-top:0px;
    }
   
     .top-area.minimal .logo {
        margin-top:0px;
    }

    .navbar {
        border-radius: 0px;
    }

    .navbar {
        position: relative;
        margin-top:10px;
    }

    .goToTop .navbar {
        position: relative;
    }


    .navbar-default .navbar-nav > li {
        vertical-align:top;
    }

    .navbar-default .navbar-nav > li.menu-sep, .navbar-default .navbar-nav > li.menu-sep:hover, .navbar-default .navbar-nav > li.menu-sep:focus {
        font-size: 22px;
        color: #000000;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 700;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align:top;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        font-size: 22px;
        color: #000000;
        font-weight: 700; 
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left:3px;
        padding-right: 3px;
        vertical-align:top;
    }

    .navbar-default .navbar-nav > li.lang {
        padding: 12px;
    }

        .navbar-default .navbar-nav > li.lang > a, .navbar-default .navbar-nav > li.lang > a:hover, .navbar-default .navbar-nav > li.lang > a:focus {
            margin-left: 20px;
            font-size: 14px;
            color: #ffffff;
            padding: 6px 6px;
            font-weight: 700;
            border-radius: 2px;
            border: 1px solid #ffffff;
            position: relative;
            top: -10px;
        }

    .navbar-default .navbar-nav > li.active a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
        color: #000000;
        background: none;
    }


    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .nav .dropdown:hover .dropdown-menu {
        display: block;
        border-radius: 0px;
    }

    /*.navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }*/

    .navbar .dropdown-menu {
        background: url(skn/menu-bg.png) repeat;
        border-radius: 0px;
    }

        .navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus {
            line-height: 20px;
        }

            .navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus {
                text-decoration: none;
                color: #fff;
                background-color: #5A7936;
            }

    .parallax-slider {
        background: url(skn/parallax.jpg) 100% 0% no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        min-height: 400px;
       
    }
    .parallax-slider-el {
        background: url(skn/parallax_el.jpg) 100% 0% no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        min-height: 400px;
    }
    .parallax-slider-en {
        background: url(skn/parallax_en.jpg) 100% 0% no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        min-height: 400px;
    }

    
}
 
@media (min-width:990px) {

    .box-image {
        position: relative;
        margin-right: -80px;
    }

    .box-content {
        position: relative;
        top: 40px;
        margin-left:-80px;
    }
}

@media (max-width:989px) {

    .box-image-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .box-image {
        margin: 0px;
    }

    .box-content {
        position: relative;
        top: -40px;
        z-index: -1;
        margin: 0px;
        padding-top:40px;
    }
}

@media (max-width:767px) {


    .parallax-slider {
        background: none;
        background-size: 100%;
        background-attachment: initial;
        min-height: initial;
        border-bottom: 2px solid #dda25c;
    }

    .navbar-default {
        background: none;
        border: none;
        margin-bottom: 15px;
        width: 100%;
        margin-top: 5px;
    }

    .top-area {
        position: relative;
        top: initial;
        left: initial;
        background: #014487;
    }

        .top-area.minimal {
            background: #014487;
        }

    .navbar {
        border-radius: 0px;
    }

    .navbar-brand img {
        position: relative;
        top: -18px;
    }

    .navbar {
        min-height: 30px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: none;
        color: #dda25c;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #dda25c;
        background: none;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #dda25c;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > li {
    }

    .navbar-brand {
        float: left;
        padding: 15px;
        font-size: 18px;
        line-height: 15px;
        height: 30px;
        color: #dda25c;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #dda25c;
        background-color: transparent;
    }

    .navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .top-area.minimal .navbar-nav {
        position: relative;
        bottom: initial;
    }

    .navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #F9EDD9;
        padding: 3px 15px;
        background-color: transparent;
        padding-left: 30px;
        line-height: 1.42857143;
        font-size: 13px;
    }


    .nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu a, .nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu a:hover, .nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu a:focus {
        padding-left: 60px;
    }

    .logo-col, .moto-col {
        text-align: center;
    }

        .logo-col img, .moto-col img {
            display: inline-block;
        }

    .logo-col {
        z-index: 2;
    }
}







.carousel.slide {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}


.carousel-indicators {
    position: absolute;
    left: 0px;
    z-index: 15;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    list-style: outside none none;
    text-align: center;
    bottom: 0px;
}



    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 2px;
        text-indent: -999px;
        border: none;
        background: #5A7936;
        border-radius: 50%;
        cursor: pointer;
    }

    .carousel-indicators .active {
        margin: 0px;
        width: 15px;
        height: 15px;
        background: #E58D3A;
        border-radius: 50%;
    }


.carousel-area {
    margin-top: 25px;
    margin-bottom: 25px;
}


.carousel-control {
    background: none;
    border-radius: 50%;
    width: 35px;
    height: 44px;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    background-image: none;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

    .carousel-control:hover {
        background-image: none;
        opacity: 1;
    }

    .carousel-control.left {
        background: none;
        margin-left: 15px;
        background: url(skn/arrow-left.png) 50% 50% no-repeat;
    }

    .carousel-control.right {
        background: none;
        margin-right: 15px;
        background: url(skn/arrow-right.png) 50% 50% no-repeat;
    }



td {
    padding: 3px;
}

.peqcol {
    padding-bottom: 25px;
}



div.ContextMenu {
    position: absolute;
    z-index: 3;
    text-align: left;
    width: 220px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none outside none;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

    div.ContextMenu a {
        display: block;
        background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
        font-weight: normal;
        font: 11px/11px 'Open Sans',Serif,Trebuchet MS,Verdana,sans-serif;
        color: #00356A;
        text-decoration: none;
        padding: 4px 5px;
    }

        div.ContextMenu a:hover {
            background: #d9d9d9 url('res/ac3/img/ContextMenuHover.gif') 50% 50% repeat-x;
            font-weight: normal;
            font: 11px/11px 'Open Sans',Serif,Trebuchet MS,Verdana,sans-serif;
            color: #00509F;
            color: #000000;
            text-decoration: none;
        }

        div.ContextMenu a.ajax {
            display: block;
            background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
            font-weight: normal;
            font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
            color: #00356A;
            text-decoration: none;
            padding: 4px 5px;
        }

            div.ContextMenu a.ajax:hover {
                display: block;
                background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
                font-weight: normal;
                font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
                color: #00356A;
                text-decoration: none;
                padding: 4px 5px;
            }




#AddToWishListBtn {
    margin-left: -5px;
}



.NodeTabs div.NodeTabsMenu {
    border: none;
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.NodeTabs div.NodeTabsContent {
    background: none;
    margin-bottom: 5px;
    border: none;
}

.NodeTabs div.NodeTabsMenu div {
    border: 1px solid #E4E4E4;
    background: #E4E4E4;
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    font-size: 18px;
}

    .NodeTabs div.NodeTabsMenu div.current, .NodeTabs div.NodeTabsMenu div.Current {
        border: 1px solid #E4E4E4;
        background: #E4E4E4;
        color: #000000;
        font-weight: normal;
        padding-left: 5px;
        font-size: 18px;
    }

    .NodeTabs div.NodeTabsMenu div b {
        color: #000000;
        font-weight: normal;
        padding-left: 5px;
        font-size: 18px;
    }

    .NodeTabs div.NodeTabsMenu div.current b, .NodeTabs div.NodeTabsMenu div.Current b {
        color: #000000;
        font-weight: normal;
        padding-left: 5px;
        font-size: 18px;
    }

img {
    display: inline-block;
}


.alt {
    background: #ededed;
}

    .alt td, .alt2 td {
        padding: 2px;
    }

th {
    background: #cccccc;
    font-weight: 500;
    padding: 2px;
}

    th br {
        display: none;
    }

    th img {
        display: none;
    }

.alt {
    background: #ededed;
}

th img {
    display: none;
}

th {
    white-space: nowrap;
}

td.splitter_active {
    color: #F79340;
    text-shadow: 1px 1px 1px #333;
    font-size: 18px;
}


.slick-dots {
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 2px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: inline-block;
            background: none;
            border-radius: 50%;
            border: 1px solid #000;
            background: #000;
            width: 12px;
            height: 12px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
        }

        .slick-dots li.slick-active button {
            border: 1px solid #1b9145;
            background: #1b9145;
        }


.custom-contact-form table td {
    padding: 0px !important;
    vertical-align: middle;
}

.custom-contact-form .form-group {
    position: relative;
    margin-bottom: 35px;
    padding-left: 25px;
}

.custom-contact-form em.fa {
    color: #ffffff;
    font-size: 1.8em;
    background: #1b9145;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
}

.custom-contact-form .form-control {
    padding-left: 40px;
}

.custom-contact-form em.fa-comment {
    top: 60px;
}

h1.home-section-title {
    font-size: 44px;
    text-decoration: none;
    color: #014487;
    font-weight:500;
    margin-top:0px;
}

/*.container {
    border-left:1px dashed #cccccc;
    border-right:1px dashed #cccccc;
}*/

.section-title {
    background:url(skn/section-title-bg.jpg) 50% 50% repeat-x;
}
.section-title-wrapper {
    background:#ffffff;
    color:#000000;
    font-weight:700;
    font-size:24px;
    padding-right:10px;
    padding-left:5px;
    display:inline-block;
}
    .section-title-wrapper i,.section-title-wrapper em {
        color:#1b9145 !important;
        font-size:18px;
    }