/** Global **/
body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto Slab', serif;
    width: 100%;
    min-width: 770px;
    font-size: 14px;
    color: #191919;
    background: #000;
    padding-top: 70px;
}
*, :after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.title{
    text-align: center;
    padding: 35px 0;
    background: url(../bg_title.png) repeat-x center center;
}
.title h1, .title h2{
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 0 22px;
    line-height: 28px;
    background: #fff;
}
a{
    color: #ff7200;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
p{
    margin: 0;
}
.aligen-jus{
    text-align: justify;
}
.container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.content{
    padding-left: 5px;
    padding-right: 5px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.img-responsive,
.gallery .items a img,
.gallery-video .items a img,
#main-gallery #col-center .banners a img,

#main-gallery #col-left a img,
#main-gallery #col-right a img,
#main-video .banner-center img,
#main-video #col-right a img,
#main-gallery #col-center .gallery a img,
#main-gallery .gallery-bottom a img{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
}


#main-gallery #col-center .banner-center a img{
    display: inline-block;
    width: auto;
    height: auto;
}

/** Header **/
#header{
    height: 70px;
    background: #191919;
    color: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 150;
    width: 100%;
}
#header #logo{
    display: block;
    float: left;
    margin-top: 13px;
}
#main-menu{
    float: right;
}
#main-menu a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 36px;
}
#main-menu a:hover,
#main-menu a.active{
    color: #ff7200;
    text-decoration: none;
}
#main-menu a.search{
    width: 16px;
    height: 16px;
    background: url(../icon_search.png) no-repeat center top;
    margin-right: 0;
}
#main-menu a.search:hover{
    background-position: center -16px;
}
#header #logo img#logo-small{
    display: none;
}
body.header-fixed #category{
    top: 47px;
}
body.header-fixed #header{
    position: fixed;
    z-index: 150;
    width: 100%;
    top: 0px;
    height: 47px;
}
body.header-fixed #header #logo{
    margin-top: 8px;
}
body.header-fixed #header #logo img#logo-normal{
    display: none;
}
body.header-fixed #header #logo img#logo-small{
    display: block;
}
body.header-fixed #main-menu a{
    line-height: 47px;
}
#menu-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 110;
}
/** Category **/
#category{
    position: fixed;
    top: 70px;
    z-index: 120;
    width: 100%;
    display: none;
    height: 51px;
    background: #ff7200;
    color: #fff;
}
#category-menu{
    float: left;
}
#category-menu a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 51px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
#category-menu a.active{
    text-decoration: underline;
}
#serch-form{
    float: right;
    margin-top: 9px;
}
#serch-form input{
    border: none;
    width: 242px;
    height: 32px;
    padding: 0 29px 0 5px;
    outline: none;
    background: #fff url(../icon_search_hover.png) no-repeat 218px center;
}
/** Main **/
#main{
    padding-bottom: 50px;
    background: #fff;
}
/** Page Gallery **/
#main-gallery{
    background: #fff;
    padding-top: 45px;
    padding-bottom: 57px;
}
#main-gallery #col-left{
    float: left;
    width: 245px;
    padding-left: 5px;
}
#main-gallery #col-right{
    float: right;
    width: 245px;
    padding-right: 5px;
}
#main-gallery #col-left a,
#main-gallery #col-right a{
    display: block;
    width: 240px;
    line-height: 0;
    margin-bottom: 10px;
}
#main-gallery #col-center{
    width: 1250px;
    float: left;
}
#main-gallery #col-center #main-content{
    background: #f5f5f5;
    margin: 0 10px;
    padding-bottom: 10px;
}
#main-gallery #col-center h1{
    padding: 20px 0 16px;
    margin: 0;
    font-size: 28px;
    color: #191919;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center;
}
#main-gallery #col-center p{
    padding: 0 10px;
    color: #000000;
}
#main-gallery #col-center .banners{
    padding: 30px 20px;
}
#main-gallery #col-center .banners a{
    display: block;
    float: left;
    margin: 0 25px;
}
#main-gallery #col-center .gallery{
    padding: 0 10px;
}
#main-gallery #col-center .gallery a{
    display: block;
    float: left;
    line-height: 0;
    margin: 0 10px 20px;
}
#main-gallery #col-center .banner-center{
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
.gallery-tags{
    padding: 0 10px;
}
.gallery-tags .item{
    display: inline-block;
    vertical-align: middle;
    margin-right: 36px;
    margin-bottom: 20px;
}
.gallery-tags .item span{
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.gallery-tags .item a{
    display: inline-block;
    vertical-align: middle;
    background: #191919;
    color: #f5f5f5;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    margin-left: 6px;
}
.gallery-tags .item a:hover{
    background: #ff7200;
    text-decoration: none;
}
.gallery-tags .item.tags{
    display: block;
    margin-bottom: 0;
}
.gallery-tags .item.tags span{
    display: block;
    float: left;
    padding-top: 7px;
}
.gallery-tags .item.tags .tags-items{
    margin-left: 38px;
}
.gallery-tags .item.tags .tags-items a{
    margin-bottom: 8px;
}
#main-gallery .gallery-bottom{
    text-align: center;
    background: #fff;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#main-gallery .gallery-bottom a{
    text-align: center;
    display: block;
    float: left;
    line-height: 0;
    margin: 0 5px 10px;
}
#main-gallery #col-left a, #main-gallery #col-right a, #main-gallery .gallery a, #main-gallery .gallery-bottom a{
    position: relative;
}
#main-gallery .image-bg{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 90;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

/** View Photo **/
#view-photo{
    margin: 0 10px;
    position: relative;
}
#view-photo #view-head{
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    padding: 0 15px;
}
#view-photo #view-head #title{
    line-height: 45px;
    color: #f5f5f5;
    font-size: 16px;
}
#view-photo #view-head #zoom{
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url(../icon_zoom.png) no-repeat;
    margin-top: 14px;
}
#view-photo #view-nav #prev{
    display: block;
    position: absolute;
    width: 54px;
    height: 68px;
    left: 0;
    top: 50%;
    margin-top: -34px;
    background: url(../nav_prev.png);
}
#view-photo #view-nav #next{
    display: block;
    position: absolute;
    width: 54px;
    height: 68px;
    right: 0;
    top: 50%;
    margin-top: -34px;
    background: url(../nav_next.png);
}
#view-photo #view-nav #prev:hover,
#view-photo #view-nav #next:hover{
    background-position: center -68px;
}

/** Video View **/
#main-video{
    background: #fff;
    padding-top: 45px;
}
#main-video #col-center{
    margin-left: 5px;
    background: #f5f5f5;
    padding: 20px 10px;
    float: left;
    width: 910px;
}
#main-video #col-center h1{
    padding: 0 0 16px;
    margin: 0;
    font-size: 28px;
    color: #191919;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center;
}
#main-video #col-center p{
    color: #000000;
}
#main-video #col-right{
    float: right;
    width: 300px;
}
#main-video #col-right a{
    display: block;
    line-height: 0;
    margin-bottom: 18px;
}
#main-video #video{
    padding: 20px 0;
}
#main-video .banner-center{
    padding: 15px 85px;
}
/** Gallery Photo **/
.gallery .items a{
    display: block;
    float: left;
    width: 240px;
    margin: 0 5px 10px;
    position: relative;
}
.gallery .items a .info{
    display: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
.gallery .items a .info .label{
    background: rgba(25, 25, 25, 0.7);
    color: #fefefe;
    line-height: 14px;
    padding: 9px;
}
.gallery .items a .info .date{
    background: rgba(255, 114, 0, 0.7);
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    font-size: 12px;
}
.gallery .items a .image-bg{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 90;
    background: rgba(0, 0, 0, 0.2) url(../icon_select_photo.png) no-repeat center center;
    width: 100%;
    height: 100%;
}
.gallery-video .items a .image-bg{
    background-image: url(../icon_select_video.png);
}
.pager{
    text-align: center;
    margin-top: 25px;
}
.pager a{
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    min-width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    background: #191919;
}
.pager a:hover,
.pager a.active{
    background: #ff7200;
    text-decoration: none;
}
.pager a.nav-arrow{
    line-height: 34px;
}

/** Gallery Video **/
.gallery-video .items a{
    display: block;
    float: left;
    width: 302px;
    margin: 0 5px 10px;
}
.gallery-video .view-all,
#gallery-back{
    margin-top: 23px;
    text-align: center;
}
.gallery-video .view-all a,
#gallery-back a{
    display: inline-block;
    height: 36px;
    padding: 0 15px;
    background: #191919;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 36px;
}
.gallery-video .view-all a:hover,
#gallery-back a:hover{
    text-decoration: none;
    background: #ff7200;
}

/** Footer **/
#footer{
    background: #191919;
    padding-bottom: 60px;
    color: #ffffff;
}
#footer h3{
    color: #999999;
    font-size: 24px;
    text-transform: uppercase;
    margin: 50px 0 28px 0;
}
#footer a{
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#footer a:hover,
#footer a.active{
    color: #ff7200;
    text-decoration: none;
    padding-left: 8px;
}
#footer .searches a{
    display: inline;
}
#footer .searches a:hover{
    padding: 0;
}
#footer .searches p{
    text-align: justify;
}
#footer .row .col{
    float: left;
    width: 33.3%;
}
#footer .row-content .col-content{
    float: left;
    width: 50%;
}

/** Copyright **/
#copyright{
    background: #000;
    color: #fff;
    padding: 15px 0;
}
#copyright #subscribe{
    float: left;
}
#copyright #subscribe label{
    display: block;
    margin-bottom: 10px;
}
#copyright #subscribe input[type=text]{
    display: inline-block;
    vertical-align: middle;
    width: 222px;
    height: 32px;
    border: none;
    background: #fff;
    padding: 0 10px;
}
#copyright #subscribe input[type=submit]{
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    border: none;
    cursor: pointer;
    background: #000 url(../sub_mail.png) no-repeat center top;
    margin-left: 7px;
}
#copyright #subscribe input[type=submit]:hover{
    background-position: center -32px;
}
#copyright #text{
    float: right;
}
#copyright #text p{
    margin: 10px 0;
}

/** Scroll To Top **/
#scroller{
    display: none;
    width: 36px;
    height: 36px;
    background: url(../arrow_top.png) no-repeat;
    position: fixed;
    bottom: 50px;
    right: 10%;
    cursor: pointer;
}

/** Media **/
@media (min-width: 1270px) {
    .container{
        width: 1270px;
    }
}
@media (max-width: 1270px) {
    .container{
        width: 1000px;
		    text-align: center;
			padding-left:100px;
    }
    .gallery-video .items a{
        width: 32.3%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    #main-gallery #col-center{
        width: 770px;
		    text-align: center;
    }
    #main-gallery #col-left,
    #main-gallery #col-right{
        width: 240px;
    }
    #main-gallery #col-left a,
    #main-gallery #col-right a{
        width: 235px;
    }
    #main-gallery #col-center .banners a{
        width: 210px;
        margin: 0 10px;
    }
    #main-video #col-center{
        width: 695px;
    }
}
@media (max-width: 1040px) {
    .container{
        width: 760px;
		    text-align: center;
			padding-left:100px;
    }
    #main-menu a{
        font-size: 14px;
        margin-right: 5px;
    }
    #category-menu a{
        font-size: 12px;
        margin-right: 5px;
    }
    .gallery-video .items a{
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    #main-gallery #col-center{
        width: 540px;
		    text-align: center;
    }
    #main-gallery #col-left,
    #main-gallery #col-right{
        width: 192px;
    }
    #main-gallery #col-left a,
    #main-gallery #col-right a{
        width: 187px;
    }
    #main-video #col-center{
        width: 595px;
    }
    #main-video #col-right{
        width: 150px;
    }
    #main-gallery #col-center .banners a{
        width: 133px;
    }
    #main-gallery #col-center .gallery a{
        width: 143px;
    }
    #main-gallery .gallery-bottom a{
        width: 48%;
        margin: 0 1% 2%;
    }
}