﻿body {
    background-color: #ffffff;
}

.modal-backdrop.in {
    z-index: -1;
}

.contentBody {
     background: linear-gradient(to bottom, rgba(200,200,200, 20) 3px, rgba(0,0,0,0) 8px, rgba(0,0,0,0) 100%), linear-gradient(to bottom right, #f5f5f5 0%, #f5f5f5 100%);
}

.container {
    background-color: White;
 
    padding-bottom: 50px;
}

.greenline {
    background-color: #1eb193;
    font-size: 0px;
    height: 6px;
    width: 100%;
}

#cssmenu {
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    padding-top: 10px;
    width: 900px;
    /*text-align:center;*/
}



#logo {
    display: block;
    height: 38px;
    width: 229px;
    border: 0px solid red;
}

.searchBar {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom, rgba(192,192,192,255) 0%, rgba(192,192,192,255) 85%, rgba(160,160,160, 255) 100%);
}

.keywordSearchIB {
    width: 25%; margin-left: auto; margin-right: auto; border-radius: 30px; background: url(/img/frame/magnifier.png) no-repeat; background-position: right 10px center; padding-right: 30px; background-color: white;
}



.indexCaption {
    color: White;
    border: 1px solid white;
    width: 480px;
    font-size: 14pt;
    font-weight: 600;
    letter-spacing: 20pt;
    line-height: 20pt;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 50px;
    margin-top: 50px;
}

.breadcrumb {
    margin-top: 40px;
    margin-bottom: 40px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb > li + li:before {
    color: #000000;
    content: "/ ";
    padding: 0 5px;
}

.title {
    min-height: 75px;
}


.leftSubMenu {
    margin-top: 110px;
}

.leftSubMenu li {
    margin-bottom: 10px;
}


 a {
  text-decoration: none;  
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
    a:hover, a:focus, a.active {
         text-decoration: none;
        color: #de342a;
    }

/*.carousel-indicators li
{
    background-color: #cfcfcf;
    
    }
    
.carousel-indicators .active
{
    background-color: #2e2e2e;
    
    }

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}

#advCarousel .carousel-indicators
{
    margin-bottom: -50px;
    }
    
#advCarousel .carousel-caption
{
    display: none;
    }*/

#advCarousel {
    margin-bottom: 50px;
    background: linear-gradient(to top, rgba(0,0,0,0) 99%, rgba(200,200,200, 20) 100%), linear-gradient(to bottom right, #fef3ed 0%, #ebd7ce 100%);
}

    #advCarousel .item {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    #advCarousel .owl-dots {
        background-color: white;
        margin-top: 0;
        padding-top: 10px;
    }

    #advCarousel .carousel-caption {
        display: none;
    }

    #advCarousel .owl-stage {
        border-bottom: 1px solid rgb(235, 215, 206);
        border-top: 1px solid rgb(238, 238, 238);
    }

.boxLink {
    text-align: center;
    letter-spacing: 10px;
}

    .boxLink a {
        color: #030303;
        display: block;
        border: 1px solid #030303;
        padding: 5px;
    }

        .boxLink a:link {
            border: 1px solid #030303;
            padding: 13px 8px;
            text-decoration: none;
            margin-bottom: 10px;
        }

        /* visited link */
        .boxLink a:visited {
            color: #030303;
        }

        /* mouse over link */
        .boxLink a:hover {
            color: #030303;
        }

        /* selected link */
        .boxLink a:active {
            color: #030303;
        }


#firstFeatureImages {
    margin-top: 1em;
    margin-bottom:1em;
}

.newsRow {
    color: #333333;
    display: block;
    padding: 5px;
}

    .newsRow a:link {
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #333333;
    }

    /* visited link */
    .newsRow a:visited {
        color: #333333;
    }

    /* mouse over link */
    .newsRow a:hover {
        color: #de342a;
    }

    /* selected link */
    .newsRow a:active {
        color: #014b3e;
    }

.newsDate {
    color: #929292;
    display: inline-block;
}

.redLineLeft {
    margin-top: 0px;
    padding-left: 0.5em;
    background: linear-gradient(to right, red 3px, transparent 1px);
    font-weight: 900;
}

.redDot {
    color: #e53625;
    margin-left: 1em;
    margin-right: 3em;
}

.newIcon {
    display: inline-block;
    width: 3em;
    font-size: 0.5em;
    background-color: #fe6917;
    border-radius: 3px;
    text-align: center;
    color: white;
    line-height: 1.2em;
    padding-top: 0.1em;
    margin-left: 0.5em;
}

.morebtn {
    text-transform: uppercase;
    border: 1px solid #e5e4e2;
    color: #373737;
    padding: 0.2em 1.5em 0.2em 0.5em;
    font-size: 0.5em;
}

a.morebtn::after {
    position: absolute;
    top: -0.1em;
    width: 0.8em;
    height: 0.8em;
    content: "▸";
    color: #d80000;
    font-size: 2rem;
}

a.morebtn:hover {
    color: #ff3124;
    text-decoration: none;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 38px;
    width: 38px;
    background: url("/img/frame/TOP.png") no-repeat;
}


.mainContent {
    border-left: 5px solid #eeeeee;
    margin-top: 40px;
}

/*.oneItemContent {
    margin-bottom: 1em;
}*/

@media only screen and (max-width: 600px) {

    ol, ul {
        padding: 0px;
    }

    .footerLink li {
        display: inline-block;
        margin-right: 0em;
        text-indent: 2px;
    }

    .keywordSearchIB {
    width: 80%; 
}

}
