.form_fields label {
    text-align: right;
    font-size: 14px;
    line-height: 52px;
    font-family: 'quicksandbold';
    width: 192px;
    margin-bottom: 32px;
    float: left;
    min-height: 1px;
    margin-left: 32px;
}

.data_area {
    margin-bottom: 32px;
    width: 416px;
    float: left;
    min-height: 1px;
    margin-left: 32px;
}

.errorLine {
    color: #cc4c2f;
}
.errorLine input {
    padding: 11px 13px;
    border: 4px solid #cc4c2f;
}


sup {
    float: left;
}

.full {
    padding: 12px 0;
    margin-left: -32px;
    display: block;

}

.full:after {
    clear: both;
}

.modal {
    z-index: 10;
}


.messages {
    list-style: none;
    padding-left: 0;
}

.error-msg ul{
    list-style: none;
    padding-left: 5px;
}

/* Blog popup start */

#blog-popup {
    position: fixed;
    width: 600px;
    top: 10%;
    left: 50%;
    margin-left: -300px;
}

#blog-popup-image {
    position: absolute;
    top: 0px;
    left: 0px;
}

#blog-popup-wrapper {
    position: relative;
}

#blog-popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    
}


/* Blog popup end */

.ls-bottom-nav-wrapper {
	z-index: 5;
}
.ls-bottom-slidebuttons {
	left: 20%;
}


.qty-text-cont {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.qty-text-normal {
    font-family: 'quicksandregular', Helvetica, Arial, sans-serif;
}

.btnWhite.when {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    border: 1px solid;
    width: 100%;
    margin: 0;
    padding-right: 0;
    display: block;
    width: 100%;
}

.couponMessage {
    display: inline-block;
    position: absolute;
    width: 200px;
    left: 10px;
}

.ajax-loader-gray {
    background: url('../img/ajax-loader.gif');
    width: 31px;
    height: 31px;

}

/* Press block navigation start */
.pressBlock {
    position: relative;
}
.pressBlock .sliderNav {
    position: absolute;
    display: block;
    height: 12px;
    bottom: 40px;
    left: 0;
    list-style: none;
    margin: 0 5%;
    padding: 0;
    text-align: left;
    z-index: 5;
    border-top: 2px solid #ffffff;
    width: 90%;
}
.pressBlock .sliderNav ul {
    padding: 0 0 0 10px;
    margin: 20px 0;
}
.pressBlock .sliderNav li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}
.pressBlock .sliderNav a,
.pressBlock .sliderNav span {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-decoration: none;
    background: url('../img/sprite.png') -47px -43px no-repeat;
}
.pressBlock .sliderNav a:hover,
.pressBlock .sliderNav span {
    background-position: -32px -43px;
}

.pressBlock .rslides_here a {
    background-position: -32px -43px;
}
.aboutPage .pressBlock .innerPad {
	padding-bottom: 80px;
}
.pressBlock .slide {
   margin: 20px;
}

.lh-72 {
    line-height: 72px!important;
}

.blogPost .desc {
    word-break:break-all;
}

/* Press block navigation end */

/* Press block homepage */

.pressBlock.colorBlock .slide {
    margin: 0!important;
    width: auto!important;
}

.price.price-special {
    color: orange;
}

.price.price-old {
    text-decoration: line-through;
    font-size: 16px;
}

/* Press block homepage ends */

.prodDescTop li.price-old {
    font-size: 23px!important;
    line-height: 23px!important;
    padding-top: 0px!important;
    padding-bottom: 10px!important;
    padding-left: 4px!important;
}

.contactsPage .navBar {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	
	#homepage-slider .nextLink {
		display: none;
	}
	.ls-bottom-slidebuttons {
		left: 0;
	}
	#homepage-slider .logo {
		margin-left: 16px;
		left: 0;
	}
}