﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
.black{
    visibility:hidden;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #000;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.clearBoth {
    clear: both;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.pop_img img {
    width: 100%;
}

.color {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 1;
}

.colorDiv {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

/*.blackDiv {
    width:100%;
    position:relative;
    top:0px;
    left:0px;
}

.black {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}*/

.nav {
    /*7.6 15*/
    width: 8%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #FFF;
    float: left;
    cursor: pointer;
    text-align: center;
    z-index:23;
    /*overflow: hidden;*/
}

.menu_bar {
    width: 36px;
    height: 16px;
    text-indent: -20000px;
    background: url(../images/menu_bar.png) left -20px no-repeat;
    margin: 0 auto;
    position: absolute;
    /*bottom: 25%;*/
    left: 30%;
}

    .menu_bar:hover {
        width: 36px;
        height: 16px;
        text-indent: -20000px;
        background: url(../images/menu_bar.png) left top no-repeat;
        margin: 0 auto;
        position: absolute;
    }
/*.back_btn {
    position: relative;
    top: 20%;
    width: 36px;
    margin: 0 auto;
    display: none;
}
.logo {
    margin: 0 auto;
}

.logo img{
    width:90%;
}*/
.logo {
    width: 100px;
    margin:20px auto 0;
}
.logo img{
    width:95%;
}
.link_block {
    margin: 0 auto;
    top: 50px;
    position: relative;
    text-align: center;
    display: none;
}

    .link_block ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.nav_years {
    width: 70px;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

    .nav_years li {
        width: 70px;
        font-size: 22px;
        display: block;
        /*padding: 10px 0;*/
        padding: 10px 0 0 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .nav_years li a {
            color: #000;
        }

            .nav_years li a:hover {
                color: #b4001d;
            }

        .nav_years li:last-child {
            border-bottom: none;
        }

.nav_list {
    display: block;
    width: 145px;
    margin: 0 auto;
}

    .nav_list li {
        width: 145px;
        display: block;
        font-size: 14px;
        padding: 10px 0;
        border-top: 1px solid #e5e5e5;
    }

        .nav_list li a {
            color: #000;
            cursor: pointer;
        }

.social {
    position: absolute;
    bottom: 15px;
    color: #FFF;
    /*left: 9%;*/
}

    .social ul {
        list-style: none;
        width: 107px;
        margin: 0 auto;
    }

    .social li {
        float: left;
        margin: 0 0 0 12px;
    }

        .social li a {
            display: block;
        }

.facebook {
    width: 10px;
    height: 20px;
    display: block;
    text-indent: -20000px;
    background: url(../images/facebook.png) left top no-repeat;
}

    .facebook:hover {
        width: 10px;
        height: 20px;
        display: block;
        text-indent: -20000px;
        background: url(../images/facebook.png) left -21px no-repeat;
    }

.twitter {
    width: 25px;
    height: 20px;
    display: block;
    text-indent: -20000px;
    background: url(../images/twitter.png) left top no-repeat;
}

    .twitter:hover {
        width: 25px;
        height: 20px;
        display: block;
        text-indent: -20000px;
        background: url(../images/twitter.png) left -21px no-repeat;
    }

.instagram {
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -20000px;
    background: url(../images/instagram.png) left top no-repeat;
}

    .instagram:hover {
        width: 20px;
        height: 20px;
        display: block;
        text-indent: -20000px;
        background: url(../images/instagram.png) left -21px no-repeat;
    }

.content {
    width: 92%;
    height: 100%;
    position: absolute;
    left: 8%;
    /*left:7.6%; 15 107px*/
    float: left;
}

.block {
    width: 100%;
    position: relative;
}

    .block ul {
        list-style: none;
    }

.grid {
    position: relative;
    width: 33.3333333%;
    float: left;
    display: block;
    background: #FFF;
    /*overflow: hidden !important;
    max-height: 187px;*/
    line-height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


    .grid img {
        width: 100%;
        /*filter: url(filters.svg#grayscale);  Firefox */
        filter: gray; /* IE */
        /*-webkit-filter: grayscale(1);  Webkit */
        -webkit-filter: grayscale(1);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
    }

        .grid img:hover, .grid img.active {
            filter: none;
            -webkit-filter: grayscale(0);
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android 
      filter: gray;  IE6-9 */
        }

.lineHei{line-height:20px;top:0px!important;}

.block .width50 {
    width: 50%;
}

.block .width100 {
    width: 100%;
    height: 260px;
}

.block li img {
    width: 100%;
    cursor: pointer;
}

.inside_block {
    width: 100%;
    height: 90%;
    color: #777777;
    display: block;
    position: absolute;
    top: 15px;
}

.head_text {
    font-weight: 300;
    font-size: 20px;
    padding: 10px 20px;
    position: absolute;
    top: 10px;
    text-transform: capitalize;
}

.bottom_text {
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .bottom_text span {
        color: #FFF;
        font-size: 20px;
    }

.pop_text_para {
    position: absolute;
    top: 30%;
    width: 20%;
    right: -10%;
}

.arw_btn {
    width: 25px;
    height: 20px;
    background: url(../images/arw_btn.jpg) left top no-repeat;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-indent: -20000px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(../images/trans.png) left top repeat;
    z-index: 21;
    display: block;
}
.pop_up {
    width:78%;
    position:absolute;
    left:10%;
    top:5%;
    margin:0 auto;
    text-align:center;
    z-index:21;
    display:block;
    /*visibility: hidden;display: none;*/
}

.pop_up_download {
    display: block !important;
    margin-bottom: 50px;
}

.single_block {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: none;
}

.pop_nav {
    width: 2%;
    height: 100%;
    border: 0px solid #FFF;
    display: block;
    margin: 150px 10px 0 0;
    float: left;
    color: #777;
    position: relative;
    display:none;
}

    .pop_nav ul {
        list-style: none;
    }

.active {
    background: #FFF !important;
}

.pop_nav li {
    text-indent: -20000px;
    width: 10px;
    height: 10px;
    background: #363636;
    margin: 10px 0 0 0;
    cursor: pointer;
}

.pop_img {
    width: 85%;
    display: block;
    float: left;
    overflow: hidden;
    background: #000;
}

    .pop_img ul {
        list-style: none;
    }

    .pop_img li {
        position: relative;
        top: 0px;
    }

.popup_img {
    width: 100%;
}

.pop_capt {
    color: #FFF;
    font-size: 12px;
    float: left;
    margin: 10px 0 0 0;
    width: 46%;
    text-align: left;
}

    .pop_capt p {
        float: left;
        margin: 0 5px;
    }

    .pop_capt span {
        color: #FFF;
        font-weight: bold;
    }

.perm_link {
    width: 30%;
    float: right;
    margin: 10px 0 0 0;
}

    .perm_link img {
        width: 8%;
        float: right;
    }

.perm_pop {
    width: 200px;
    height: 100px;
    display: block;
    background: #FFF;
}

.pop_text {
    width: 18%;
    display: none;
    float: left;
    color: #FFF;
    margin: 3% 0 0 1%;
    font-size: 13px;
    text-align: left;
}

.down_text_block {
    width: 100%;
    float: right;
    position: relative;
}

.down_img {
    overflow: visible;
}

.pop_text p {
    margin: 15px 0 0 0;
    clear: both;
}

#pModelDesc {
    padding: 18px 0 0 0;
    border-top: 1px solid #323232;
    line-height: 18px;
}
/*
.arw_dn_btn {
    position: relative;
    top: 250px;
    display: block;
    left: 75px;
}*/

.grid_img1 {
    width: 40px;
    height: 25px;
    float: left;
    text-indent: -20000px;
    background: url(../images/grid_img.png) left -32px no-repeat;
}

    .grid_img1:hover {
        width: 40px;
        height: 25px;
        float: left;
        text-indent: -20000px;
        background: url(../images/grid_img.png) left top no-repeat;
    }

    .grid_img1.gridActive {
        width: 40px;
        height: 25px;
        float: left;
        text-indent: -20000px;
        background: url(../images/grid_img.png) left top no-repeat;
    }

.grid_img2 {
    width: 30px;
    height: 25px;
    float: left;
    text-indent: -20000px;
    margin: 0 0 0 20px;
    background: url(../images/grid_img.png) -65px -32px no-repeat;
}

    .grid_img2.gridActive {
        width: 30px;
        height: 25px;
        float: left;
        text-indent: -20000px;
        margin: 0 0 0 20px;
        background: url(../images/grid_img.png) -65px top no-repeat;
    }

.grid_block {
    width: 100%;
    float: left;
    margin: 0 auto;
    position: absolute;
    display: none;
}

    .grid_block ul {
        width: 100%;
        list-style: none;
    }

    .grid_block li {
        float: left;
        position: relative;
        width: 23.2%;
        display: block;
        cursor: pointer;
        line-height: 0px;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }

.grid_img_block {
    position: absolute;
    right:4%;
    top:5%;
    z-index:111;
}

.grid_head {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    margin: 0 0 10px 0;
}

.pop_close {
    width: 25px;
    height: 25px;
    position: fixed;
    top:40px;
    display: block;
    right:20px;
    background: url(../images/close.png) left -30px no-repeat;
    z-index:111;
}

/*.pop_close:hover {
        width: 25px;
        height: 25px;
        position: absolute;
        top: -10px;
        display: block;
        right: 0px;
        background: url(../images/close.png) left -30px no-repeat;
    }*/
/*    Scroll Bar    */

.nav_content {
    margin: 0px auto;
    width: 100px;
    /*height: 175px;
    padding: 20px 0px;*/
    overflow: auto;
}

    .nav_content p:nth-child(even) {
        color: #999;
        font-family: Georgia,serif;
        font-size: 17px;
        font-style: italic;
    }

    .nav_content p:nth-child(3n+0) {
        color: #c96;
    }

.loading {
    opacity: 0.3;
}

.slides, .slides1 {
    -webkit-transform: translateX(-101%) !important;
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-animation: slide-in .25s cubic-bezier(0.250,0.460,0.450,0.940);
    -moz-animation: slide-in .25s cubic-bezier(0.250,0.460,0.450,0.940);
    -o-animation: slide-in .25s cubic-bezier(0.250,0.460,0.450,0.940);
    animation: slide-in .25s cubic-bezier(0.250,0.460,0.450,0.940);
}

.slide-in {
    -webkit-animation: slide-in .25s cubic-bezier(0.250,0.460,0.450,0.940);
    -moz-animation: slide-in .25s cubic-bezier(0.250,0.460,0.450,0.940);
    -o-animation: slide-in .25s cubic-bezier(0.250,0.460,0.450,0.940);
    animation: slide-in .25s cubic-bezier(0.250,0.460,0.450,0.940);
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    transition: 1s;
}

.slide-out {
    -webkit-animation: slide-out .25s cubic-bezier(0.250,0.460,0.450,0.940);
    -moz-animation: slide-out .25s cubic-bezier(0.250,0.460,0.450,0.940);
    -o-animation: slide-out .25s cubic-bezier(0.250,0.460,0.450,0.940);
    animation: slide-out .25s cubic-bezier(0.250,0.460,0.450,0.940);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    transition: 1s;
}

.grid_block li img {
    width: 100%;
    /*filter: url(filters.svg#grayscale);  Firefox */
    filter: gray; /* IE */
    /*-webkit-filter: grayscale(1);  Webkit */
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
}

    .grid_block li img:hover, .grid_block li img.active {
        filter: none;
        -webkit-filter: grayscale(0);
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android 
      filter: gray;  IE6-9 */
    }
    .clickArw img{position:relative;top:5px; padding:0 5px;}
    .enter_img{position:relative;}
    .prev_img{position:relative;}
.arw_btn_block {
    position:relative;
    top:100px;
}

.arw_up_btn {
    position:absolute;
    left:0px;
    top:-50px;
    color:#FFF;
}

.arw_dn_btn {
    position:absolute;
    right:0;
    top:-50px;
    color:#FFF;
}

.blur-out {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    /*-ms-filter: blur(10px);*/
    opacity: 0.5;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    /*visibility: hidden;*/
}

.blur-In {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    /*-ms-filter: blur(0px);*/
    opacity: 1;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    /*visibility: hidden;*/
}

#preloader {
    /*background: #131312;*/
    width: 128px;
    height: 128px;
    padding: 10px;
    left: 45%;
    top: 50%;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

.perm_link {
    width: 180px;
}

.social_btns {
    width: 250px;
    float: left;
    color: #FFF;
}

.fb_like_btn {
    float: left;
    margin-right: 5%;
    width: 35%;
}

.tw_share_btn {
    float: left;
    width: 35%;
}

.inside_block a {
    color: #777777;
    text-decoration: none;
}


.calendar_block {
    width: 80%;
    display: inline-block;
    float: left;
    text-align: left;
    z-index: 1 !important;
}

.mk_calendar_head {
    float: left;
    font-size: 20px;
    color: #d3d3d3;
    margin: 0 0 20px 0;
}

.calendar_list {
    width: 100%;
    display: block;
    /*border-top: 1px solid #323232;*/
    clear: both;
}

    .calendar_list:first-child {
        border: none;
    }

.calendar_img {
    width: 207px;
    /*height: 139px;*/
    float: left;
    display: block;
}

.calendar_text {
    float: left;
    margin: 20px 0 20px 20px;
}

.calendar_month {
    color: #d5d5d5;
    font-size: 24px;
    text-align: left;
}

.change_model {
    font-size: 12px;
    color: #FFF;
}

    .change_model span {
        float: left;
        margin: 10px 10px 0 0;
        border-right: 1px solid #fff;
        padding-right: 10px;
    }

    /*.change_model span:last-child {
            border-right: none;
        }*/

    .change_model a {
        color: #FFF;
    }


.downld_text {
    font-size: 12px;
    color: #FFF;
    text-align: left;
}

.like_but {
    margin: 20px 0 0 10px;
    position: relative;
    top: 3px;
}

.download-land {
    top: 250px;
    position: relative;
}


.grid_images li {
    position: relative;
    overflow: hidden;
    /*display: table;*/
}

.slideImg {
    z-index: 0;
    position: relative;
}

.imgWrpr {
    width: 100%;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .imgWrpr img {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
 .month-class{
    z-index:11;
    width:100%;
    text-align:center;
    padding:15px 10px;
    background:#000;
    color:#FFF;
    position:absolute;
    text-transform:uppercase;
    transform:translate(0,30px)!important;
    -webkit-transform:translate(0,30px)!important;
    -moz-transform:translate(0,30px)!important;
    -ms-transform:translate(0,30px)!important;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s; 
}
.grid_images li:hover .month-class{
    z-index:11;
    width:100%;
    padding:15px 10px;
    background:#000;
    color:#FFF;
    transform:translate(0,-30px)!important;
    -webkit-transform:translate(0,-30px)!important;
    -moz-transform:translate(0,-30px)!important;
    -ms-transform:translate(0,-30px)!important;
}
.gridHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    color: #000;
    z-index:9;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor:pointer;
}

.trnsfrmClass {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.alignMid {
    margin: 5% auto 0;
}

.hovImg {
    margin: 0 auto;
    width: 30%;
}

.hovImgCir {
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 0px solid #000;
    background: #FFF;
}

.hovHead {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 15px 0 5px 0;
    display: block;
}

.hovModel {
    font-size: 14px;
    color: #000;
    padding: 20px 0;
    display: block;
}

.hovSoc {
    width: 45%;
    margin: 0 auto;
}

.hovFb {
    width: 45%;
    float: left;
    text-align: center;
}

.hovTwt {
    width: 45%;
    float: right;
    text-align: center;
}

.container.overlay-open::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-contentpush {
    background: rgba(0,0,0,1);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

    .overlay-contentpush.open {
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

.container.overlay-open::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.block-contentpush {
    /*background:rgba(0,0,0,1);*/
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

    .block-contentpush.open {
        visibility: visible;
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
