@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
    position:relative;
    overflow:hidden;
    height: 430px;
    background: url('../img/slider-bg2.jpg');
    background-size: cover;
    /* margin-bottom: 15px; */
}
.lof-slidecontent .preload{
    height:100%;
    width:100%;
    background:#FFF;
    position:absolute;
    top:0;
    left:0;
    z-index:100000;
    color:#FFF;
    text-align:center
}
.lof-slidecontent .preload div{
    height:100%;
    width:100%;
    background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
    position:relative;
    height:100%;
    width: 730px;
    overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
    position:absolute;
    top: 80px;
    left:30px;
    width: 300px;
    /* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
    color:#FFF;
    padding: 6px 0;
    font-family: ProximaNovaLight;
    font-size: 15px;
}
.lof-main-item-desc h3 a{
    color:#FFF; 
    margin:0;
    font-size:140%;
    padding:20px 8px 2px;
    font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.lof-main-item-desc h3 a:hover{
    color:#FF6;
    text-decoration:underline;
}


/* main flash */
ul.lof-main-wapper{
    /* margin-right:auto; */
    overflow:hidden;
    background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
    padding:0px;
    margin:0;
    height: 100%;
    width:600px;
    position:absolute;
    overflow:hidden;
}

ul.lof-main-wapper li{
    overflow:hidden;
    padding:0px;
    margin:0px;
    height:100%;
    width: 730px;
    float:left;
}
.lof-opacity  li{
    position:absolute;
    top:0;
    left:0;
    float:inherit;
}
ul.lof-main-wapper li img{
    float: right;
    margin: 50px 100px;
    max-width: 300px;
}

li-desc{
    z-index:100px;
    position:absolute;
    top:150px;
    left:50px;
    width:400px;
    background:url(../images/transparent_bg.png);

    /* filter:0.7(opacity:60) */
}
li-desc p{
    color:#FFF;
    margin:0 8px;
    padding:8px 0
}
li-desc h3 a{
    color:#FFF; 
    margin:0;
    font-size:140%;
    padding:20px 8px 2px;
    font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
    color:#FF6;
    text-decoration:underline;
}

/* item navigator */
ul.lof-navigator{
    top:0;
    padding:0;
    margin:0;
    position:absolute;
    width:100%;
}
ul.lof-navigator li{
    cursor:hand;
    cursor:pointer;
    list-style:none;
    height: 108px;
    width: 100%;
    padding:0;
    margin:0;
    overflow:hidden;
}
.lof-navigator-outer{
    position:absolute;
    right:0;
    top:00px;
    z-index:100;
    height: 100%;
    width: 190px!important;
    overflow:hidden;
    color:#FFF;
}
.lof-navigator li.active{
    /* background:url(../images/arrow-bg.png) no-repeat scroll left center; */
    color:#FFF;
}
.lof-navigator li:hover{
    
}


.lof-navigator li h3{
    color:#191919;
    font-size: 16px;
    padding: 0px 0 0 20px;
    margin:0;
    position: absolute;
    z-index: 99;
    font-family: ProximaNovaSemibold;
}
.lof-navigator li div{
    /* background:url(../images/transparent_bg.png); */
    color:#FFF;
    height:100%;
    position:relative;
    /* margin-left:15px; */
    /* padding-left:15px; */
    /* border-top:1px solid #E1E1E1; */
}

.lof-navigator li.active div{
    background: rgba(255,255,255,0.1);
    color:#FFF;
}
.lof-navigator li img{
    height: 100%;
    width: 100%;
    /* margin:15px 15px 10px 0px; */
    /* float:left; */
    /* padding:3px; */
    position: absolute;
    top: 0;
    left: 0;
}
.lof-navigator li.active img{
}
.lof-navigator li.active h3{
    color:#FFF;
}
.lof-navigator li p {
    position: absolute;
    z-index: 99;
    top: 47px;
    padding: 0px 15px;
    font-family: ProximaNovaLight;
    color: #fff;
    height: 60px;
    overflow: hidden;
}

ul.lof-main-wapper li > span {
    position: absolute;
    top: 80px;
    right: 70px;
    background: url('../img/icon-sale-slider.png');
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #7fad0e;
    font-family: ProximaNovaThin;
    font-size: 30px;
    padding-left: 10px;
}

.lof-navigator li span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-family: ProximaNovaLight;
    font-size: 29px;
    color: #aaaaaa;
}

.lof-navigator li.active p {
    color: #fff;
}

.lof-navigator li.active span {
    color: #fff;
}

.lof-navigator li.active img {
    display: none;
}
.lof-main-item-desc h3 {
    color:  white;
    font-size: 32px;
    font-family: ProximaNovaThin;
    line-height: 35px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.lof-main-item-desc a.morelink {
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    font-family: ProximaNovaSemibold;
    text-transform: uppercase;
    font-size: 15px;
    width: 170px;
    height: 40px;
    margin-top: 30px;
    background: white;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 3px #666;
}

.lof-main-item-desc h3 > span {
    font-family: ProximaNovaBold;
    display: block;
    white-space: nowrap;
}

.lof-main-item-desc a.morelink:hover {
    text-decoration: underline;
}

.login-form h2 {
    font-size: 20px;
    padding: 15px;
    text-align: center;
    color: #a2a2a2;
    margin: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.login-form input {

border: #d9d9d9 1px solid;
    height: 40px;
    width: 70%;
    font-size: 16px;
    margin: 20px 20px 20px 0;
    box-sizing: border-box;
    padding-left: 20px;
    display: inline;

}

.login-form-label {
    float: left;
    background-color: #ff9600;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 45px;
    margin-top: 20px;
    margin-left: 20px;
    height: 40px;
    display: inline-block;
}

.login-form label {
    position: absolute;
    width: 45px;
    height: 40px;
    background-color: #ff9600;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.login-form .log {
    top: 59px;
    left: 21px;
}
.login-form .pass {
    top: 120px;
    left: 21px;
}
.login-form .icon {
    font-size: 18px;
	color: #fff;
}
.login-form .button .icon {
    font-size: 18px;
    position: absolute;
    top: 7px;
    left: 9px;
    color: #fff;
}
.login-form .button {
    position: relative;
    padding: 10px 30px 10px 50px;
    margin: 0 20px;
    background-color: #a3d133;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.login-form .button:hover {
    text-decoration: underline;
}
.login-form .miss_pass {
	float: right;
    text-decoration: none;
	border-bottom: 1px dashed #a2a2a2;
    color: #a2a2a2 !important;
    font-size: 16px;
    margin-right: 4%;
}
/*
.login-form h2 {
    font-size: 20px;
    padding: 15px;
    text-align: center;
    color: #a2a2a2;
    margin: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.login-form input {
    display: block;
    border: #d9d9d9 1px solid;
    height: 40px;
    width: 90%;
    font-size: 16px;
    margin: 20px 20px;
    box-sizing: border-box;
    padding-left: 60px;
    border-radius: 5px;
}
.login-form label {
    position: absolute;
    width: 45px;
    height: 40px;
    background-color: #ff9600;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.login-form .log {
    top: 59px;
    left: 21px;
}
.login-form .pass {
    top: 120px;
    left: 21px;
}
.login-form .icon {
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 9px;
    color: #fff;
}
.login-form .button .icon {
    font-size: 18px;
    position: absolute;
    top: 7px;
    left: 9px;
    color: #fff;
}
.login-form .button {
    position: relative;
    padding: 10px 30px 10px 50px;
    margin: 0 20px;
    background-color: #a3d133;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.login-form .button:hover {
    text-decoration: underline;
}
.login-form .miss_pass {
    text-decoration: none;
    color: #a2a2a2 !important;
    font-size: 16px;
    padding-left: 20px;
}*/
.call-form a[href="#close"],
.wrap a[href="#close"] {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
    padding: 1px 6px 1px 2px;
    color: #a2a2a2 !important;
}
.login-form a[href="#close"] {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    padding: 1px 6px 1px 2px;
    color: #a2a2a2 !important;
}
.login-form.forgot .button {
    width: 90%;
}

.login-form.forgot > div {
    height: 180px;
}
#form5
 p {
    margin: 0px 20px;
}

#form5
 a.miss_pass {
    float: right;
    position: relative;
    bottom: -10px;
    right: 20px;
}

label.log.email {
    top: 160px;
}
.error_message {
    color: red;
    margin: 0px 20px;
    text-align: center;
}
.ok_message {
    color:green;
    margin: 0px 20px;
    font-size: 20px;
    text-align: center;
}
p.price {
    padding: 5px 20px;
    font-weight: bold;
    font-family: ProximaNovaBold;
    color: red;
    text-align: center;
}

/*
p.price {
    padding: 5px 20px;
    float: left;
}

.pricenum{
	font-size: 25px;
	font-family: Impact;
    text-align: right;
    color: #ff9600;
}

.pricenum{
	font-weight: 20px;
    text-align: center;
    color: #ff9600;
}

*/

p.price.old {
    text-decoration: line-through;
    text-align: center;
    color: #b0b0b0;
}
.bx_order_make {
    padding-left: 20px;
    padding-top: 20px;
}



/* Стили модального окна и содержания 
-------------------------------------------------------------------------------*/
 
/* слой затемнения */
 
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем модальное окно */
 
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */
 
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */
 
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */
 
.dm-modal {
    display: inline-block;
    padding: 20px;
    max-width: 50em;
    background: #fff;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    text-align: center;
}
/* изображения в модальном окне */


a.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: #a3d133;
  transition: 0.2s;
} 
a.button7:hover { background: #ff9600; }
a.button7:active {
  background: #ff9600;
}


a.button8 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
background: #ff9600;
  transition: 0.2s;
} 
a.button8:hover { background: #a3d133; }
a.button8:active {
  background: #a3d133;
}



.dm-modal img {
    width: 100%;
    height: auto;
}
/* миниатюры изображений */
 
.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}
/* миниатюра справа */
 
.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* миниатюра слева */
 
.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}
/* встраиваемое видео в модальном окне */
 
.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* рисуем кнопку закрытия */
 
.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}

/* варианты фонвой заливки модального блока */
 
.green {
    background: #388e3c!important;
}
.cyan {
    background: #0097a7!important;
}
.teal {
    background: #00796b!important;
}
/* движуха при появлении блоков с содержанием */
 
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}


