/* ADAM CSS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400&subset=latin,latin-ext);

body {
    height: 100%;
    font-family: helvetica;
    background:url("/static/img/bg.jpg") fixed;
    background-color: #292D30;
    /* Margin bottom by footer height */
}
a:hover, a:focus
{
    text-decoration: none;
}

/*.main-img-thumb
{
    perspective: 9000px;
}
.main-img-frame
{
    transition: transform 1s;
    transform-style: preserve-3d;
    transform-origin: center center;
}
.main-rect-img
{
    backface-visibility: hidden;
}
.main-rect-img.front
{

}
.main-rect-img.back
{
    transform: rotateY(180deg);
}
.main-img-frame:hover
{
    transform: rotateY( 180deg );
}*/


.no-padding
{
    padding:0px !important;
}
#leftcolumn
{
    left:0px;
    background: #373739;
    overflow: hidden;
    min-width:220px;
}
#rightcolumn
{
    position:absolute;
    height:100%;
    right:0px;
    padding:10px 40px;
    /*    overflow: hidden;*/
}
.page-tpl-1 #rightcolumn
{
    position:fixed;
    height:100%;
    right:0px;
    padding:10px 40px;
}
.main-carousel
{
    /*    overflow:hidden;*/
    height:66.5%;
    border:20px solid transparent;
}
.main-img-thumb
{
    overflow:hidden;
    height:33.3333%;
    position: relative;
}
.main-img-frame
{
    position: absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    border:20px solid transparent;
    transition-duration: 400ms;
}
.main-rect-img
{
    position: absolute;
    height:100%;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat; 
    top:0px;
    left:0px;
    background-size: cover;
}
.ab-img
{
    text-align: center;
    padding-top:20px
}
.ab-img img
{
    position: relative;
    margin:0px auto;
}
.main-img-frame.run
{
    transform: scale(1.1);
    transition-duration: 400ms;
}
.main-rect-img.front
{
    z-index: 1;    
    display: block;
    overflow: hidden;
    position: absolute;
}
.main-rect-img.back
{
    z-index: 0;
    display: block;
    overflow: hidden;
    position: absolute;
}
.clear_both
{
    clear:both;
}
.carousel-inner .responsive_img
{
    width:100%;
    height:auto;
}
#menu
{
    padding-bottom: 30px;
}
.menu-li-link
{
    display:block;
    width:100%;
}
.navbar-nav > li > a.menutop_link 
{
    color:#DCDCDC;
    text-align: center;
    font-size:16px;
    font-weight: normal;
    padding:7px 18px;
}
.navbar-nav > li > a.menutop_link:hover, .navbar-nav > li > a.menutop_link:focus
{
    background-color: #000;
    transform: scale(1.1);
}
hr.hr-leftmenu
{
    background: #1F2120;
    border-color:#69696B;
    margin:0px;
    padding:0px;
}
.top-logo
{
    padding:20px;
    padding-bottom: 42px;
}

.maincontent
{
    background: rgba(255, 255, 255, 0.9);
    padding:40px;
    min-height:100%;
    max-width: 1100px;
    position: relative;
    margin: 0px auto;
}
.submenu-frame { height: 200px; width:100%; }
.submenu-img { height: 140px; overflow: hidden; }
.submenu-title 
{ 
    text-align: center; 
    height:50px;
    vertical-align: middle;
    width:100%; 
    bottom:0px;
    left:0px;
    padding:0px 20px;
}
.submenu-title
{
    color:#000;
    font-size:18px;
    font-weight: bold;
}
.img-responsive-100
{
    width:100%;
    height:auto;
}
.submenu-thumb
{
    display:inline-block;
    margin:-2px;
    padding-bottom: 15px;
    padding-top: 15px;
    transition-duration: 300ms;
}
.submenu-thumb:hover
{
    transform: scale(1.1);
    transition-duration: 300ms;
}
.submenu-holder
{
    margin-bottom: 20px;
    border-top:1px solid #373739;
    border-bottom:1px solid #373739;
}
.social-div
{
    clear:both;
}
.social
{
    width:38px;
    height:38px;
    display:inline-block;
    margin: -2px 2px;
    transition-duration: 200ms;
}
.social:hover
{
    transform: scale(1.3) rotate(2deg);
    transition-duration: 200ms;
}
.social-fb
{

}
.social-pr
{

}
.social-sk
{

}
.social-tw
{

}
.gallery-img
{
    padding:20px;
}
.gallery-image
{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.responsive_img 
{
    width: 100%;
    height: auto;
}
@media (min-width: 1500px) 
{

}
@media (min-width: 1200px) and (max-width: 1499px) 
{
    .navbar-nav > li > a.menutop_link { font-size: 16px; }
    .main-carousel{ border:8px solid transparent; }
    .main-img-frame{ border:8px solid transparent; }
}

@media (min-width: 992px) and (max-width: 1199px) 
{
    .navbar-nav > li > a.menutop_link { font-size: 14px; }
    #rightcolumn { padding-left: 80px; }
    .main-carousel{ border:4px solid transparent; }
    .main-img-frame{ border:4px solid transparent; }
}
@media (min-width: 768px) and (max-width: 991px) 
{  
    .navbar-nav > li > a.menutop_link { font-size: 14px; }
    #rightcolumn { padding-left: 120px; }
    /*    .main-img-frame{ border:4px solid transparent; }*/
    .main-carousel
    {
        /*    overflow:hidden;*/
        height:33.3333%;
        border:4px solid transparent;
    }
    .main-img-thumb
    {
        overflow:hidden;
        height:33.3333%;
        position: relative;
    }    
}

@media (max-width: 767px) 
{  
    .submenu-img { height: auto; }
    .main-img-frame
    {
        position:relative;
        width:100%;
        height:auto;
    }
    .main-img-frame .responsive_img.hidden
    {
        display:block !important;
    }
    .logo_slider_dot_container
    {
        display:none;
    }
    .main-carousel {
        height: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        dislay:none;
    }    
    .main-img-thumb 
    {
        height: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }    
    .social-div
    {
        padding-bottom:30px;
    }
    .top-logo.img-responsive
    {
        max-width:200px;
        position: relative;
        margin:0px auto;
        padding: 10px;
    }
    #leftcolumn
    {
        position:relative;
        left:0px;
        height:100% !important;
        background: #373739;
        overflow: hidden;
        min-width:220px;
    }
    #rightcolumn
    {
        position:relative;
        height:100%;
        right:0px;
        padding:10px 0px;
        /*    overflow: hidden;*/
    }
}
.page-tpl-13 .gallery-image
{
    background-size: contain;
}
#logo_slider .desc
{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom:0px;
    font-size:16px;
    color:#E4E4E4;
    width:100%;
}
#logo_slider .desc .title
{
    color:#E4E4E4;
    font-size:38px;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    height: 430px;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    position: absolute;
}