/*default global*/

body{
    font-family: "Roboto",sans-serif!important;
}
label{
    font-weight: 400!important;
}

a:hover, button:hover{
    cursor: pointer;
    color: inherit;
}
a:focus, a:hover{
    text-decoration: none!important;
    outline: none!important;
}
a:focus{
    color: rgba(210, 2, 85, 1)!important;
}
/*EMMET like*/
    .ps-r{position: relative;}
    .ps-a{position: absolute;}

/* header START */

.body-content{
    position: relative;
    padding-bottom: 190px;
    min-height: 100%;
    background-color: #ededed;
    overflow-x: hidden;
}

/* Filter Panel START */

.srch-panel-wrap{
    position: fixed;
    right: 100%;
    bottom: 0;
    top: 0;
    width: 270px;
    padding-right: 10px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    z-index: 9999;
}
.srch-panel-wrap.active{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.srch-wrap-inner{
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 17px 4px rgba(0,0,0,0.4);
    background: #ededed;

}
.srch-panel{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.srch-panel span{
    color: #555;
    font-weight: normal;
    font-size: 13px;
}
.title-bar{
    background-color: rgba(210, 2, 85, 1);
    position: relative;
}
.magnifier-bar{
    text-align: center;
    padding-top: 25px;
}
.magnifier-bar i{
    font-size: 34px;
}
.magnifier-bar p{
    text-align: center;
    text-transform: uppercase;
}
.magnifier-bar button{
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}
.fa-times{
    float: right;
    cursor: pointer;
    position: relative;
    right: 10px;
    top: 10px;
    font-size: 22px!important;
}
.filter-section{
    margin-bottom: 10px;
}
.filter-section p{
    text-transform: uppercase;
    color: rgba(210, 2, 85, 1);
    border-bottom: 1px solid rgba(214, 214, 214, 1);
    padding-left: 20px;
    font-weight: bold;
    padding: 10px;
}
.style-filter{
    padding-left: 20px;
}
.filter-section button{
    width: 115px;
    margin-top: 20px;
}
.filter-copyright{
    color: #555;
    font-size: 13px;
    text-align: center;

    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 65px;*/
}
.custom-scroll{
    height: 230px;
    padding-right: 10px;
}

/* Filter Panel END */

/* top-header START */

.top-header{
    background-color: rgba(42, 42, 42, 1);
    height: 83px;
}
.watch-logo{
    background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -21px -16px;
    display: block;
    overflow: hidden;
    height: 55px;
    width: 182px;
    float: left;
    margin-top: 14px
}
.watch-menu{
    position: relative;
    left: 200px;
    top: 5px!important;
    display: inline-block!important;
    /*width: 50%!important;*/
}
.watch-menu a{
    text-transform: none!important;
    color: #d4cdcd!important;
    margin-right: 12px;
    margin-left: 12px;
    display: inline-block;
    padding: 26px 0;
}
.watch-menu a:hover{
    text-decoration: none!important;
}
.watch-menu a span.active{
    border-bottom: 2px solid rgba(210, 2, 85, 1);
    padding-bottom: 2px;
}
.log-in{
    float: right;
    color: #848484;
    margin-top: 30px;
    margin-left: 15px;
}
.log-in a{
    color: #848484;
}
.log-in a:hover{
    color: rgba(210, 2, 85, 1);
}
.sign-up{
    float: right;
    color: #848484;
    margin-top: 30px;
    margin-left: 15px;
}
.sign-up a{
    color: #848484;
}
.sign-up a:hover{
    color: rgba(210, 2, 85, 1);
}
.avatar{
    height: 30px;
    float: right;
    margin-top: 25px;
}
.prof-restyle{
    width: inherit!important;
    height: inherit!important;
    border-radius: 0px!important;
}
.prof-restyle:hover{
    background-color: rgba(255,255,255,0)!important;
}
.avatar span{
    color: #848484;
    padding-right: 10px;
    font-size: 14px;
    text-transform: none;
}
.avatar span:hover{
    color: rgba(210, 2, 85, 1);
}
.avatar img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* responsive menu START */

.menu-responsive-head{
    position: absolute;
    right: 41px;
    top: -4px;
}
.menu-responsive-head ul{
    height: 115px;
}
.menu-responsive-head a{
    padding: 10px 15px;
    line-height: 25px;
    display: block;
}
.menu-responsive-head a:hover{
    padding: 10px 15px;
    color: #D20255;
}
.head-menu-btn{
    top: 24px;
    width: 40px !important;
    border-radius: 0px !important;
}
.head-menu-btn i{
    width: 40px !important;
    font-size: 40px!important;
    color: #666;
}
.head-menu-btn:hover{
    background-color: transparent!important;
}

/* responsive menu END */


.re-style-menu{
    position: relative!important;
    top: -55px!important;
    left: -20px!important;
}
.re-style-menu a{
    display: block;
    padding: 0 16px;
    color: #555;
}
.re-style-menu a:hover{
    color: rgba(210, 2, 85, 1);
}
.re-style-menu ul li{
    padding: 0 0;
}

/* top-header END */

/* bottom-header START */

.bottom-header{
    background-color: rgba(210, 2, 85, 1);
    height: 70px;
}
.refine-search{
    float: left;
    margin-top: 17px;
    text-transform: uppercase;
    font-size: 14px;
}
.pan-100{
    width: 100%;
}
.search-place{
    float: left;
    color: #ffffff!important;
    margin-bottom: 0;
}
.magnifier{
    bottom: 13px!important;
    left: 20px;
    top: 21px;
}
.search-txt{
    width: 130px!important;
}
.search-span{
    color: white;
    left: 0px;
    top: 0px;
    background: transparent none repeat scroll 0% 0%;
    border: 0;
    position: relative;
    display: block;
    float: right;
    height: 29px;
    z-index: 99;
    outline: none;
}
.search-left{
    left: 20px;
}
.bottom-header-right{
    float: right;
    margin-top: 26px;
}
.your-model{
    float: right;
    color: #000;
    font-weight: bold;
}
.model-item{
    float: right;
    color: #fff;
}
.model-item a{
    color: #fff;
}
.model-item a:hover{
   color: rgba(255, 255, 255, 0.8);
}
.upload-watch{
    float: right;
    width: 110px;
    margin-left: 20px;
    margin-top: -12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.upload-watch a{
    color: #fff;
    background-color: #3d3d3d;
    padding: 10px 17px;
    display: block;
    font-weight: 400;
}
.upload-watch a span{
    font-size: 14px;
}
.upload-watch a:hover{
    color: #fff;
}
.watch-menu span:hover{
    border-bottom: 2px solid rgba(210, 2, 85, 1);
    padding-bottom: 2px;
}
.upload-watch a:focus{
    color: #fff!important;
}
.upload-watch a span i{
    font-size: 20px;
    position: relative;
    left: 5px;
    top: 2px;
}

/* bottom-header END */


/* header END */

/* Section START */

.out-container{

}

/* Slider START */

.watch-slider{
    background-image: url("../images/main/backgr-slider.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*height: 430px;*/
    /*overflow-x: hidden;*/
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%;
}
.watch-slider img{
    padding-top: 2%;
    width: 100%;
}

.animate-fadein{
    -webkit-animation: fadein 1.5s forwards;
    -moz-animation:    fadein 1.5s forwards;
    -o-animation:      fadein 1.5s forwards;
    animation:         fadein 1.5s forwards;
    transform: translateZ(0) translateX(-100%);
    opacity: 0;
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

@-webkit-keyframes fadein {
    from{opacity: 0;transform: translateX(-100%);}
    to{opacity: 1;transform: translateX(0%);}
}
@-moz-keyframes fadein {
    from{opacity: 0;transform: translateX(-100%);}
    to{opacity: 1;transform: translateX(0%);}
}
@-o-keyframes fadein {
    from{opacity: 0;transform: translateX(-100%);}
    to{opacity: 1;transform: translateX(0%);}
}
@keyframes fadein {
    from{opacity: 0;transform: translateX(-100%);}
    to{opacity: 1;transform: translateX(0%);}
}

/* Slider END */


.advertising{
    /*background-image: url("../images/main/banner.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*height: 90px;*/
    margin-top: 30px;
    margin-bottom: 30px;
}
.advertising img{
    margin: 0 auto;
}

/* Home - TABS */
.watch-content{
    margin-top: 20px;
}
.watch-tabs{

    color: #666;
    line-height: 25px;
    height: 40px;
    padding: 8px 0;
    width: 105px;
    text-align: center;
    display: inline-block;
    margin: 0 -3px 10px;
    text-transform: uppercase;

}
.is-selected{
    background-color: #3d3d3d!important;
    color: #fff!important;
}
.pch-tab{
    margin-bottom: 20px!important;
    text-align: center;
}
.pch-tab a{
    color: #666666;
    background-color: #e1e1e1;
}
.pch-tab a:hover{
    color: #fff!important;
    background-color: #3D3D3D!important;
}
.pch-tab a:focus{
    color: #fff!important;
}
.home-ticks{
    float: right;
}
.product-tab{
    clear: left;
    margin-bottom: 30px;
}
.product-block{
    width: 25%; /*col-lg-3*/
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.product-block .title-place .product-dropmenu ul li{
    padding: 0;
}
.product-block .title-place .product-dropmenu ul li a{
    color: #555;
    display: block;
    padding: 0 15px 0 15px;
}
.product-block .title-place .product-dropmenu ul li a:hover{
    color: rgba(210, 2, 85, 1);
}
.title-place{
    background-color: #fff;
}
.title-place button{
    position: relative;
    top: 4px;
}
.title-place img{
    float: left;
    width: 33px;
    margin: 2px 10px;
}
.title-block{
    font-weight: bold;
    color: #555555;
    float: left;
    overflow: hidden;
    width: 65%;
    white-space: nowrap;
}
.title-model{
    color: #bbb9ba;
    float: left;
    overflow: hidden;
    width: 65%;
    font-size: 12px;
    white-space: nowrap;
}
.title-model:hover{
    color: rgba(210, 2, 85, 1);
}
.product-dropmenu{
    position: relative !important;
    right: 27px!important;
    top: -15px;
}
.inner-a{
    position: relative;
}
.stretch-a{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;

}
.stretch-a a{
    display: block;
}
.product-block{overflow: hidden}
.product-block .bbar-a{
    opacity: 0;
    transform: translateY(100%);
    padding-top: 50px;

    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 79%, rgba(0,0,0,0.90) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(79%,rgba(0,0,0,0.90)), color-stop(100%,rgba(0,0,0,0.90)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 79%,rgba(0,0,0,0.90) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 79%,rgba(0,0,0,0.90) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 79%,rgba(0,0,0,0.90) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 79%,rgba(0,0,0,0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.product-block:hover .bbar-a{
    opacity: 1;
    transform: translateY(0%);
    transition: 0.3s ease;
}
.stretch-a img{
    width: 100%;

}
.ratio-1{
    padding-top: 100%;
}
.bbar-a{
    position: absolute;
    bottom: 0;
    left:  0;
    width: 100%;
    background: #000;
    line-height:  30px;
    text-align:  right;
    padding:  0 1em;
}
.hand-up{
    background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -21px -225px;
    height: 14px;
    width: 16px;
    display: block;
    float: right;
}
.heart{
    background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -65px -225px;
    height: 14px;
    width: 16px;
    display: block;
    float: right;
}
.heart-b{
    float: right;
}
.hand-b{
    float: right;
}
.heart-b a, .hand-b a{
    position: relative;
    top: 9px;
    display: block;
}
.heart-b span{
    color: #fff;
    float: right;
    margin-left: 10px;
}
.hand-b span{
    color: #fff;
    float: right;
    margin-right: 10px;
    /*margin-left: 10px;*/
}
.style-link-prod{
    display: block;
    position: relative;
    top: 8px;
}
.padd-lr10{
    padding-left: 10px;
    padding-right: 10px;
}


.advertising-2{
    /*background-image: url("../images/main/banner-2t.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*height: 90px;*/
    margin-top: 30px;
    margin-bottom: 30px;
}
.advertising-2 img{
    margin: 0 auto;
}

/* pagination START */
.page_selected{
    background-color: #D20255;
    color: #fff!important;
}
.first-pag{
    display: inline-block;
    background-color: #3d3d3d;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    width: 75px;
    float: left;
}
.first-pag a{
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 400;
}
.first-pag a:hover, .last-pag a:hover{
    color: #fff;
    background-color: #d20255;
}
.prev-pag, .next-pag{
    display: inline-block;
    background-color: #d0cece;
    color: #555;
    width: 65px;
    float: left;
    font-weight: 400;
}
.prev-pag a, .next-pag a{
    padding: 10px;
    color: #555;
    display: block;
    font-weight: 400;
}
.prev-pag a:hover, .next-pag a:hover{
    color: #fff;
    background-color: #d20255;
}
.pagination ul{
    display: inline-block;
    padding-left: 0;
    float: left;
    margin-bottom: 0;

}
.pagination ul li{
    display: inline-block;
    color: #555;
    width: 45px;
    background-color: #e1e1e1;
    float: left;
}
.pagination ul li a{
    padding: 8px;
    display: block;
    font-weight: 400;
    color: #555;
}
.pagination ul li a:hover{
    color: #fff;
    background-color: #d20255;
    font-weight: bold;
}
.last-pag{
    display: inline-block;

    background-color: #3D3D3D;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    width: 75px;
    float: left;

}
.last-pag a{
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 400;
}

/* pagination END */

/* Terms START */


.title-bgr{
    background-color: rgba(223, 223, 223, 1);
}
.title-terms{
    font-size: 35px;
    color: #555;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: 100;
}
.terms-p{
    padding-top: 85px;
    padding-bottom: 85px;
}
.terms-h:hover{
    color: rgba(210, 2, 85, 1);
}

/* Terms END */

/* Contacts START */
.logo-contacts{
    background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -30px -101px;
    overflow: hidden;
    width: 330px;
    height: 106px;
    margin: 0 auto;
    margin-top: 45px;
}
.txt-area{
    padding: 9px!important;
}
/* Contacts END */

/* Login START */
.log-form{
    width: 540px;
    margin: 0 auto;
    margin-top: 40px;
}
.log-form button{
    width: 160px;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 180px;
}
.re-style-login{
    padding-bottom: 0 !important;
    width: 540px!important;
    padding-top: 25px !important;
}
.re-style-login .mdl-textfield__label:after{
    background-color: rgba(210, 2, 85, 1);
    bottom: 0;
}
.re-style-login label{
    margin-bottom: 0!important;
}
.re-style-contact .mdl-textfield__label:after{
    width: 97.5%!important;
}
.remember-me{
    padding-right: 0!important;
}
.login-links{
    margin-top: 20px;
    margin-bottom: 60px;
}
.login-links a{
    color: #555;
}
.login-links a:hover{
    color: #D20255;
}
.reset-pass-txt{
    font-size: 15px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.forg-user-txt{
    font-size: 15px;
    margin-top: 100px;
    margin-bottom: 200px;
    text-align: center;;
}
.i-agree{
    padding-right: 0!important;
}
.i-agree a{
    color: #555;
    font-size: 14px;
    font-weight: bold;
}
.i-agree a:hover{
    color: #e7005c;
}
.i-agree span{
    color: #555;
    font-size: 14px;
}
/* Login END */

/* Upload-form START */

/*.avatar-upload{*/
    /*width: 110px;*/
    /*height: 110px;*/
    /*background-color: white;*/
    /*text-align: center;*/
    /*border-radius: 70px;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*padding: 27px;*/
    /*top: -55px;*/
    /*font-size: 40px;*/
    /*font-weight: bold;*/
/*}*/
.upload-form{
    width: 100%;
    margin: 0 auto;
}
.upload-submit{
    width: 160px;
    height: 50px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    margin-top: 30px;
    margin-bottom: 80px;
}
.drop-upload .mdl-textfield__label:after{
    bottom: 22px!important;
}
.drop-upload ul{
    position: absolute;
    width: 65%;
    top: 56px;
    right: 0;
    margin: 0 auto;
}
.drop-upload .caret{
    right: 200px;
    position: absolute;
    top: 45px;
}
.responsive-width{
    width: 100%!important;
}
.responsive-padd{
    padding: 0 200px!important;
}
.respons-pt{
    padding-top: 25px!important;
}
.res-pink-line:after{
    width: 65%!important;
    right: 0!important;
    margin: 0 auto;
}
.drop-upload .res-pink-line-drop:after{
    bottom: 0!important;
    width: 65% !important;
    right: 0px !important;
    margin: 0px auto;
}
.upld-btn{
    background: #FFF!important;
}
.upld-btn i{
    color: #999;
    margin-right: 1em;
}
.file-clear-btn{
    bottom: 0em;
    right:0;
    position: absolute !important;
    font-size: 1em !important;
    color: silver!important;
}
.reg-btn-upload{
    margin-bottom: 0!important;
    width: 32px!important;
}
.up-btn-label{
    padding-right: 20px!important;
}
/* Upload-form END */

/* Profile START */

.profile-head{
    background-color: #fff;
    height: auto;
    margin-bottom: 40px;
}
.prof-head-b{
    float: left;
    width: 90%;
}
.prof-head-b .watch-menu{
    position: relative;
    left: 200px;
    top: 15px!important;
    display: inline-block!important;
    /*width: 50%!important;*/
}
.prof-head-b .watch-menu a{
    text-transform: none!important;
    color: #555!important;
    margin-right: 12px;
    margin-left: 12px;
    display: inline-block;
    padding: 26px 0;
}
.prof-head-b .watch-menu a:hover{
    text-decoration: none!important;
}
.prof-head-b .watch-menu a span.active{
    border-bottom: 2px solid rgba(210, 2, 85, 1);
    padding-bottom: 2px;
}
.opt-btn{
    margin-left: -200px;
}
.avatar-profile{
    width: 80px;
    height: 80px;
    background-color: #D20255;
    border-radius: 50%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.profile-head p{
    float: left;
    font-size: 24px;
    padding: 45px 0 34px;
    margin-left: 20px;
    color: #555;
}
.profile-head .avatar button{
    position: relative;
    top: 17px;
}
.re-style-menu-profil{
    position: relative!important;
    top: -214px!important;
    left: -27px!important;
}
.re-style-menu-profil ul li {
    padding: 0 0;
}
.re-style-menu-profil a{
    display: block;
    padding: 0 16px;
    color: #555;
}
.re-style-menu-profil a:hover{
    color: rgba(210, 2, 85, 1);
}

/* Profile END */


/* Change pass START */

.settings-link{
    color: rgba(210, 2, 85, 1);
}
.settings-link:hover{
    color: rgba(210, 2, 85, 1);
}

/* Change pass END */


/* Edit Profil START */

.avatar-edit{
    float: none;
    top: -55px;
}
.center-avatar img{
    position: relative;
    top: -56px;
}
.edit-pic img{
    width: 100%;
}
.edit-pic{
    height: 100%;
    background-size: cover;
    box-shadow: -2px 0px 5px 2px rgba(0,0,0,0.2);
}
.edit-pic-upload{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-bottom: 0px;
}
.change-pic{
    position: absolute;
    bottom: 10%;
    color: #FFF;
    text-align: center;
}
.change-pic span{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px 15px;
    border-radius: 40px;
}
.edit-info {
    height: 570px;
    padding-left: 30px!important;
    padding-right: 0 !important;
    box-shadow: 2px 0px 5px 2px rgba(0,0,0,0.2);
}
.edit-watchface{
    background-color: #fff;
    height: 570px;
    margin-bottom: 70px;
    /*float: left;*/
}
.edit-wf{
    margin-bottom: 45px;
    margin-top: 50px;
}
.info-right{
    border-bottom: 1px solid #d7d7d7;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 30px;
}
.info-right img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.info-right p{
    font-size: 20px;
}
.edit-txt{
    float: left;
    width: 70%;
}
.edit-txt p{
    margin-bottom: 0;
}
.edit-txt input{
    border: 0;
    background: none;
    font-size: 20px;
    width: 100%;

}
.describe-edit{
    float: left;
    font-size: 14px;
    /*overflow-y: scroll;*/
    height: 60px;
    overflow: hidden !important;
}
.atr-color{
    color: #bbb9ba;
}
.type-of-watch{
    float: left;
    color: #bbb9ba;
    font-size: 14px!important;
    padding-left: 0!important;
    margin-bottom: 0;
}
.info-right ul{
    margin-bottom: 0;
}
.info-right ul li{
    display: inline-block;
    background-color: #000;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
}
.info-right ul li a:hover{
    color: #e7005c!important;
}
.info-right ul li a, .info-right ul li a:focus{
    color: #fff!important;
}
.caret-edit{
    right: 0!important;
}
.drop-upload .edit-watch-mod:after{
    bottom: 0!important;
}
.edit-ul-width{
    width: 100%!important;
}
.mink{
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    position: absolute!important;
    top: 25px;
    left: 0;
    z-index: 9999;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 0px 6px -2px black;
    padding-top: 15px;
}
.bootstrap-tagsinput{
    border: 0px solid #CCC!important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset!important;
    line-height: 30px!important;
    padding: 0!important;
}
.label-info{
    background-color: #000!important;
    font-size: 14px!important;
    font-weight: 400!important;
    padding: 5px 10px!important;

}
.watch-edit-type{
    font-size: 14px;
    color: #D20255 !important;
    font-weight: 700;
    margin-bottom: 0!important;
    cursor: pointer;
}
.drop-type-watch{
    left: 170px!important;
    top: 40% !important;
    border-radius: 1px!important;
    width: 65%!important;
    padding: 0!important;
}
.drop-type-watch li{
    display: block!important;
    background-color: #fff!important;
    padding: 0 0!important;
}
.div-sroll-60{
    overflow-y: scroll;
    height: 60px;
}


/* Edit Profil END */

/* Preview Product START*/
.avatar-facer{
  /*  background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -490px -120px;
    height: 50px;
    width: 50px; */
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 20px;
}

/* share it social networks START// script-a spodelime.com --> footer-a*/
/*
#share-it-preview{
    position: absolute;
    right: 15px;
    top: 10px;
}
#share-it-preview > img{
    display: none!important;
}
#share-it-preview > :first-child{
    display: block!important;
}
iframe#ifrm{
    top: 8%!important;
    position: absolute!important;
    left: 48%!important;
}
*/
/*
.custom-social{
    position: fixed!important;
    top: 30%!important;
    right: 0!important;
}
*/
.shareaholic-share-buttons-container.floated
ul.shareaholic-share-buttons
li.shareaholic-share-button
.shareaholic-share-button-container
.share-button-sizing i:hover{
    background-color: rgba(210, 2, 85, 1)!important;
}

/* share it social networks END*/

/* Loader START */

.mario-loader{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:none;
    z-index:1010;
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    width:100%;
    height:5px;
    background: #fff;
    background: rgba(210, 2, 85, 1);
    border-right: 3px solid #fff;
    margin-bottom: 30px;
}

/* Loader END */

.edit-pic-like{
    display: inline-block;
    position: absolute;
    bottom: 2%;
    left: 43%;
}
.edit-pic-like div{
    display: inline-block;
    background-color: #2a2a2a;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    /*padding: 15px 15px;*/
}
.edit-pic-like div:hover{
    background-color: #E7005C;
}
.edit-pic-like div a{
    display: block;
    padding: 15px 32px 30px 15px;
    height: 14px;
    width: 16px;
}
.edit-pic-like div a i{
    color: #fff;
    font-size: 17px;
}
.active-fav{
    background-color: #E7005C!important;
}
.active-text{
    color: #E7005C!important;
}
.share-product{
    background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -650px -127px;
    height: 30px;
    width: 30px;
    display: inline-block;
    top: 3px;
    position: relative;
}
.prev-links{
    text-align: center;
}
.prev-links ul{
    margin-bottom: 0;
}
.prev-links ul li{
    background-color: rgba(255,255,255,0);
    margin: 0px 10px;
    color: #555;
}
.prev-links ul li span{
    margin-left: 5px;
}
.preview-tags{
    overflow-y: scroll;
    height: 60px;
    padding-left: 0;
}
.preview-tags li{
    margin: 2px 2px;
}
.download-submit{
    width: 160px;
    height: 50px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    padding: 8px!important;
}
.hand-ups{
    background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -585px -135px;
    height: 15px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 1px;
}
#qrcode{
    display: block;
    width: 125px;
    height: 125px;
    margin: 1em 2em 1em 0;
}
.more-from-user{
    color: #555;
    font-size: 20px;
    margin: 20px 0 20px;
}
.view-user{
    text-align: right;
    float: right;
    font-size: 13px;
    padding: 5px 0!important;

}
.view-user a{
    color: #555;
}
.view-user a:hover{
    color: rgba(210, 2, 85, 1)!important;
}
.preview-product{
    margin-right: -10px;
    margin-left: -10px;
}
.preview-edit{
    float: right;
    background-color: rgba(210, 2, 85, 1);
    color: #fff;
    border-radius: 2px;
    padding: 4px 17px;
    position: relative;
    top: 11px;
}
.preview-edit:hover{
    color: #fff;
    background-color: #2a2a2a!important;
}
.no-scroll-watch{
    overflow: hidden;
    padding-right: 0!important;
}
.no-scroll-watch .describe-edit{
    margin-right: -17px;
}
.no-scroll-watch ul.preview-tags{
    margin-right: -17px;
}
/* .no-scroll-watch > div > div{
    overflow-y: scroll;
    height: 60px;
} */
.h-scroll{
    height: 100px;
}
.vertical-line{
    display: block;
    opacity: 1;
    visibility: visible;

}
.pink-ball{
    height: 16px;
    transform: translate(0px, 0px);
}


/* Preview Product END*/

/* FAQ START */

.faq-bt{
    margin-bottom: 100px;
    margin-top: 60px;
}

.FAQ-title{
    border-bottom: 1px solid #cecece;
    padding-top: 30px;
    cursor: pointer;
}
.FAQ-title h3{
    color: #999;
    font-size: 16px;
    font-weight: 400;
}
.FAQ-title p{
    color: #555;
    font-size: 14px;
    padding-left: 60px;
}
.FAQ-title .caret{
    float: right;
    position: relative;
    top: -15px;
    right: 5px;
    color: #999;
}

/* People START */

.people-table{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #fff;
    color: #555;
}
.people-table thead tr:first-child{
    border-top: 0px;
}
.people-table tr{
    border: 1px solid #d7d7d7;
}
.people-table th{
    padding: 15px 15px 10px 0;
    color: #555;
    font-size: 12px;
}
.people-table td{
    padding: 10px 15px 10px 0;
    font-size: 15px;
}
.avatar-people{
}
.people-table img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


/* People END */

/* FAQ END */


/* Section END */


/* Footer START */
.watch-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.top-footer{
    background-color: rgba(210, 2, 85, 1);
}
.bottom-footer{
    background-color: rgba(42, 42, 42, 1);
    /*height: 93px;*/
}
.dwn-txt{
    display: block;
    padding: 0!important;
}
.dwn-p{
    display: block;
    max-width: 32em;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #ededed;

    position: relative;
    margin: 0;
    padding: 28px 0;
    padding-right: 50px;
}
.polygon{
    background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -441px -23px;
    overflow: hidden;
    height: 57px;
    width: 27px;

    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.download-links{

    text-decoration: none;
    margin-bottom: 0px;
    padding: 0!important;
}
.dwn-link{
    font-weight: 300;
    height: 100px;
    color: #ededed;
    padding: 30px 0;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;

}
.dwn-link:hover{
    background: rgba(0,0,0,0.2);
    color:#fff;
    transition-duration: 0.7s;

    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.dwn-link:nth-of-type(n+2):before{
    content: '';
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0% 0%;
    display: block;
    height: 65px;
    top: 18px;
    left: 0;
}
.dwn-link:hover + .dwn-link:before,
.dwn-link:hover:before{
    background: none;
    transition-duration: 0.7s;
}
.download-links i{
    background-image: url("../images/main/Watch-sprite.png");
    overflow: hidden;
    background-repeat: no-repeat;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.facer-icon{
    background-position: -522px -28px;
    height: 30px;
    width: 41px;
}
.ellipse-icon{
    background-repeat: no-repeat;
    background-position: -605px -25px;
    height: 38px;
    width: 34px;
}
.watch-icon{
    background-position: -686px -22px;
    height: 41px;
    width: 34px;
}
.logo-footer{
    background-image: url("../images/main/Watch-sprite.png");
    background-repeat: no-repeat;
    background-position: -257px -23px;
    display: block;
    overflow: hidden;
    height: 40px;
    width: 133px;
    float: left;
    margin-top: 20px
}
.copyright{
    position: relative;
    left: -87px;
    top: 50px;
    color: #606060;
    font-size: 12px;
    float: left;
}
.bottom-footer .watch-menu{
    right: 160px;
    margin-top: 8px;
    width: initial!important;
    float: right;
    left: initial;
}
.bottom-footer .watch-menu span{
    font-weight: 400;
}
.bottom-footer .watch-menu span.active{
    border-bottom: 2px solid rgba(210, 2, 85, 1);
    padding-bottom: 2px;
}
.social{
    float: right;
    font-size: 21px;
    margin: 30px 0 30px 0;
}
.social a{
    margin: 0 15px 0 15px;
    color: #ffffff;
}
.social a:hover{
    opacity: 0.5!important;
    color: #ffffff!important;
}
.social a:focus{
    opacity: 1!important;
    color: #ffffff!important;
}
/* Footer END */


/*Other classes START*/
.cf:after{
    clear: both;
    content: '';
    display: table;

}
.clear{
    clear: both;
}
.color-bgr{
    background-color: rgba(210, 2, 85, 1);
}
.color-btn{
    background-color: rgba(231, 0, 92, 1)!important;
}
.color-theme{
    color: rgba(210, 2, 85, 1)!important;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.float-none{
    float: none;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.white-color{
    color: #ffffff!important;
}
.black-color{
    background-color: rgba(0,0,0,1);
}
.padding-none{
    padding: 0px!important;
}
.marg-bott-none{
    margin-bottom: 0px!important;
}
.mr0{
    margin-right: 0;
}
.mar-left-0{
    margin-left: 0!important;
}
.mar-bott-20{
    margin-bottom: 20px;
}
.mt60{
    margin-top: 60px!important;
}
.mt40{
    margin-top: 40px;
}
.mb200{
    margin-bottom: 200px;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb100{
    margin-bottom: 100px;
}
.m-neg10{
    margin: -10px;
}
.pt30{
    padding-top: 30px!important;
}
.pt15{
    padding-top: 15px!important;
}
.mr5{
    margin-right: 5px;
}
.h50{
    height: 50px!important;
}
.tt-none{
    text-transform: none;
}
.color555{
    color: #555;
}
.width-100{
    width: 100%;
}
.fsz14{
    font-size: 14px!important;
}
.pl-none{
    padding-left: 0!important;
}
.pr-none{
    padding-right: 0!important;
}
.marg-auto{
    margin: 0 auto;
}
.font-size-12{
    font-size: 12px;
}
.border-b-none{
    border-bottom: 0px !important;
}
.border-none{
    border: 0!important;
}
.no-shadow{
    box-shadow: 0px 0px 0px!important;
}
.force-hacc {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.mdl-checkbox.is-upgraded{
    padding-left: 30px!important;
}

/*Other classes END*/


/* Fonts START */


.roboto-thin{
    font-weight: 100;
}
.roboto-light{
    font-weight: 300;
}
.roboto-regular{
    font-weight: 400!important;
}
.roboto-bold{
    font-weight: 700;
}

/* Fonts END */

/*popup*/
.popup-out{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100000;
    display: none;
}
.popup-form{
    width: 30%;
    z-index: 200000;
    left: 50% !important;
    opacity: 1;
    position: fixed;
    bottom: 50% !important;
    transform: translate(-50%, 50%) !important;
    padding: 25px;
    background-color: rgba(210, 2, 85, 1);
    color: #fff;
    font-size: 20px;
}
.popup-form button{
    border: 0;
    color: #fff;
    background-color: #3d3d3d;
    padding: 5px 35px;
}
.popup-form button:hover{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}

.info-right textarea.describe-edit{
    border: none;
    outline: none !important;
}

.scroll-new{
    padding-right: 100px;
    resize: none;
    height: 60px;
    width: 100%;
}

.scroll-new-2{
    height: 220px;
}

.scroll-new-3{
    height: 40px;
    padding-right: 50px !important;
}

.nicescroll-cursors{
    left: 6px !important;
}
.nicescroll-rails{
    width: 3px !important;
}
.comment.edit .cmnt-textarea{
    display:block;
}