.am-u-lg-9,.am-u-md-9{
    padding: 0;
}
.imgbox{
    background: rgba(255,255,255,0);
    -webkit-box-shadow:0 0 0;
    box-shadow:0 0 0;
}
.am-list li{
    background: rgba(34,34,34,0);
}
.am-list li a{
    font-size: 14px;
    margin-left:50px ;
}
.am-list>li>.lab{
    float: left;
    cursor: pointer;
}
.am-topbar a{
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 38px;
}
.am-nav>li>a:hover{
    background: #3bb4f2;
}
.am-topbar-brand a:hover{
    color: #3bb4f2;
}
.am-topbar-nav>li.am-active>a:after{
    opacity: 0;
}
.am-topbar-nav>li>a:after{
    border-bottom: 0;
}
.am-slider,.am-slider ul li img{
    max-height: 350px;
    margin: 0
}

.divs{
    background: rgba(255,255,255,0.85);
    text-align: center;
    padding: 50px 100px;
    zoom: 1;
}
.divs:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.divs p img{
    max-width:50vw;
    max-height:50vw;
}
.footer .selectc{width: 200px;}
@media screen and (max-width:640px){
    .divs p img{
        max-width:90vw;
        max-height:90vw;
    }
    .divs{padding: 20px;}
    .footer .selectc{width: 80px;}
}

@media only screen and (min-width: 641px) {
    .am-offcanvas {
        display: block;
        position: static;
        background: none;
    }

    .am-offcanvas-bar {
        position: static;
        width: auto;
        background: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .am-offcanvas-bar:after {
        content: none;
    }

}

@media only screen and (max-width: 640px) {
    .jssocials-share-label{
        display: none;
    }
    .am-offcanvas-bar .am-nav>li>a {
        color:#ccc;
        border-radius: 0;
        border-top: 1px solid rgba(0,0,0,.3);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.05)
    }

    .am-offcanvas-bar .am-nav>li>a:hover {
        background: #404040;
        color: #fff
    }

    .am-offcanvas-bar .am-nav>li.am-nav-header {
        color: #eee;
        background: #404040;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
        text-shadow: 0 1px 0 rgba(0,0,0,.5);
        border-top: 1px solid rgba(0,0,0,.3);
        font-weight: 400;
    }

    .am-offcanvas-bar .am-nav>li.am-active>a {
        background: #1a1a1a;
        color: #fff;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
    }

    .am-offcanvas-bar .am-nav>li+li {
        margin-top: 0;
    }
}

.my-button {
    position: fixed;
    top: 70px;
    right: 22px;
    border-radius: 0px;
}

.my-sidebar .am-nav a{
    font-size: 14px;
}


#sidebar .am-nav .am-active a {
    color: #fff;
}
.my-sidebar {
    padding: 0;
    border-right: 1px solid #E4E4E4;
}
.am-breadcrumb {
    padding-left: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.am-slider .am-direction-nav a:before{
    font-size: 36px!important;
    color: rgba(0,0,0,1);
}

.detail {
    background: #fff;
}

.detail-h2 {
    text-align: left;
    margin: 20px 0 0 0;
}

.detail-h2 p {
    margin: 0;
    display: block;
}

.footer p {
    margin: 0;
    padding: 8px 0;
    color: #7f8c8d;
}
.footer .am-g{
    padding: 0 10px;
}

.divs p{
    word-break: normal;
}
.am-pureview{
    z-index: 9999;
    background: rgba(0,0,0,0.7);
}
.am-pureview-direction a:before{
    font-size: 36px;
}
.am-pureview-actions a {
    font-size: 28px;
}

.am-list li a{
    margin-left: 0;
}
.am-list li{
    border: 0;
}
.am-panel{
    box-shadow: 0 0 0;
}
.am-nav span {
    cursor: pointer;
    display: inline-block;
    width: 60%;
}
.am-nav i{
    cursor: pointer;
}

.am-nav>li+.am-nav-header{
    margin-top:0;
}
.am-nav .navs li.am-active a{
    background: #0e90d2;
}

.am-nav .navs li a{
    position: relative;
    display: block;
    padding: .4em 1em;
    border-radius: 0;
}
.am-nav .navs li a:hover {
    background: #3bb4f2;
}

.am-touch .am-pureview-direction {
    display: block;
}
.am-text-truncate{
    overflow: visible;
}

