@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Pt+Sans|Play');
@font-face {
    font-family: 'fregat';
    src: url('/fonts/fregat.eot');
    src: url('/fonts/fregat.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fregat.woff') format('woff'),
         url('/fonts/fregat.ttf.gz') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fregatbold';
    src: url('/fonts/fregat_bold.eot');
    src: url('/fonts/fregat_bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fregat_bold.woff') format('woff'),
         url('/fonts/fregat_bold.ttf.gz') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'fregatbold_italic';
    src: url('/fonts/fregat_bold_italic.eot');
    src: url('/fonts/fregat_bold_italic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fregat_bold_italic.woff') format('woff'),
         url('/fonts/fregat_bold_italic.ttf.gz') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'fregatitalic';
    src: url('/fonts/fregat_italic.eot');
    src: url('/fonts/fregat_italic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fregat_italic.woff') format('woff'),
         url('/fonts/fregat_italic.ttf.gz') format('truetype');
    font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
    font-family: 'Fregat', Tahoma;
	color: #444;
    background: #fff;
	font-size: 17px;
}
a {
	color: #289000;
	text-decoration: none;
}
a:hover {
    color: #bbb;
}
:focus,
:active {
	outline:none
}
fieldset {
	border:0;
}
.controls input[type=text],.controls input[type=password] {
	width: 50%;
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 16px;
    font-family: 'Play', Tahoma;
    margin: 2px 0;
}
.menu-mobile-toggle {
	display:none;
}
a.menu-mobile-toggle:before {
	content:'';
	display:none;
}
h1,h2,h2,h4,h5,h6 {
	text-align: left;
	font-weight: normal;
}
h1 {
    font-weight: 300;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #444;
}
h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
h2:after11111 {
    height: 7px;
    left: 0;
    right: 0;
    background: url(/images/title-pattern.png);
    content: ' ';
    display: block;
}
img {
	border:0;
	max-width: 100%;
	vertical-align: top;
	position: relative;
}
li {
	position: relative;
	list-style:none
}
input[type=text],
input[type=password],
input[type=button],
input[type=submit],
textarea {
    -moz-border-radius: 4px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    max-width: 100%;
}
input[type=text]{
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 16px;
    font-family: 'Ubuntu Condensed', Tahoma;
}
textarea {
    height: 100px;
    padding: 10px;
}
select {
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75) inset, 1px 1px 0 rgba(0, 0, 0, 0.55);
	border: 0;
	padding:5px 7px;
	color: #191919;
}
input[type=radio],
input[type=checkbox] {
	margin:5px
}
.clear {clear:both;}
#mxcpr a {
    font-size: 9px;
    display: none;
}
#cart {
	position: fixed;
    right: 0;
    top: 40%;
    z-index: 1;
}
.jicons-icons {
	display: none;
}
.contact-form {
    margin: 20px 0;	
}
#contact-form legend {
    font-size: 14px;	
}
#contact-form fieldset {
	border:0;
}
/*** -------------------------------------------- TOP BLOCK***/
#topblock {
    background: #333;
}
.topwrapper {
    max-width: 1280px;
    margin: 0 auto;
}
.usermenu {
    width: 49%;
    display: inline-block;
	vertical-align: top;
}
.menu.users li{
	float: left;
}
.menu.users li a{
    font-size: 15px;
	color: #fff;
    padding: 8px 10px 10px 8px;
	display: block;
	text-transform: lowercase;
}
.menu.users li a:hover {
    background: #444;
}
.menu.users li a:first-child {

}
.search {
    width: 49%;
    display: inline-block;
    text-align: right;
	vertical-align: top;
}
.jshop_ajaxsearch {
	margin-top:6px;
}
.jshop_ajaxsearch .inputbox {
	background: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #333;
    font-family: 'Ubuntu Condensed', Tahoma;
    font-size: 16px;
	padding: 0 10px;
}
.jshop_ajaxsearch .inputbox:focus {
	border-bottom:1px solid #888;
}
.search-button {
    background: url(/images/search.png) no-repeat;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 20px;
}

/*** ---------------------------------------------------------------- HEADER BLOCK***/
#header {
    width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	box-shadow: 0px 5px 20px 0px rgba(97, 97, 97, 0.3);
}
.headerwrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.logo-block,.menu-block,.phone-block{

}
.logo-block {
    width: 35%;
}
.phone-block{
	width:25%;
	text-align:right;
	margin-top: 10px;	
}
.menu-block {
    width: 100%;
    background: #fff;
	min-height: 50px;
}
.hblock {
    position: fixed;
    top: 0;
    z-index: 9999;
	background: #f8ba00;
}
.moduletable.topmenu {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
	padding-top: 12px;
}
.topmenu li,.topmenu-in li {
    padding: 0 10px;
    float: left;
}
.topmenu li:last-child {
	border-right: 0;
}
.topmenu .active a {
    color: #444;	
    border-bottom: 1px dashed;
}
.topmenu-in .active a {
    color: #ffffff;
    border-bottom: 1px dashed;
}
.topmenu a:before {

}
.topmenu a {
    color: #444;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 1.2em;
}
.topmenu-in a {
    color: #444;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 1.2em;
}
.hblock .topmenu-in a {
	color:#fff;
}
.hblock .topmenu-in .active a {
	color:#fff;
}
.topmenu-in .active a {
    color: #444;
    border-bottom: 1px dashed;
}
.topmenu a:hover {
    color: #444;
	border-bottom: 1px dashed;
}
.hblock .topmenu .active a {
    color: #ffffff;
    border-bottom: 1px dashed;
}
.hblock .topmenu a, .hblock .topmenu a:hover {
	color:#fff;
}
.moduletable.phone {
    display: inline-block
}
.items-row {
	margin-top:20px;
}
.callback{
    font-size: 14px;
    background: #289000;
    color: #fff;
    font-weight: normal;
    padding: 12px 10px;
    margin-left: 6px;
    text-transform: uppercase;
    border-radius: 4px;
}
.callback:hover {
    background: #444;
	color: #fff;
}
.phonelink {
    color: #444;
    font-size: 18px;
}
.phonelink:hover {
    color: #289000;
}
#lgx-parallax87 .lgx-parallax-text {
    text-align: center;
}
/*** --------------------------------------------------------------------------------- SLIDER BLOCK***/
#slider {

}
.slider {

}

/*** ------------------------------------------------------------------------------------------- WRAPPER BLOCK***/
#wrapper {
	margin-bottom:10px;
}
.container {
	text-align:justify;
    max-width: 1280px;
    margin: 10px auto;
}
.left {
    float: left;
    width: 20%;
}
.breadcrumbs {
	display: inline-block;
    width: 100%;
    padding: 7px 0;
}
.breadcrumbs li{
    float: left;
    color: #666;
    text-transform: lowercase;
    font-size: 16px;
}
.divider {
	margin: 0 4px;
}
.products.sub2 a {
    margin: 4px 0;
    display: block;
    padding: 4px 10px;
    border: 1px solid #e0e5ec;
    border-radius: 3px;
    background: #eef1f5;
    background: -webkit-linear-gradient(#fcfdfd,#eef1f5);
    background: -moz-linear-gradient(#fcfdfd,#eef1f5);
    background: -o-linear-gradient(#fcfdfd,#eef1f5);
    background: linear-gradient(#fcfdfd,#eef1f5);
    margin-bottom: 2px;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.products.sub2 a:hover,.products.sub2 .current a {
	background: #fff;
    color: #6dc236
}
 
.loginshop {
	margin: 20px 0;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.loginshop h3,.catalogshop h3 {
	text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.loginshop input[type=text],.loginshop input[type=password] {
	width:100%;
	border: 1px solid #ddd;
    padding: 8px;
    font-size: 16px;
    font-family: 'Ubuntu Condensed', Tahoma;
	margin:2px 0;
}
.loginshop .button {
	border: 0;
    font-size: 12px;
    background: #6dc236;
    color: #fff;
    font-weight: normal;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 4px;
	cursor:pointer;
}
.loginshop .button:hover {
	background:#444;
}
.component {
    width: 75%;
    float: left;
    padding: 0 15px;
}
.middleblock-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}
#mainblock {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
#mainblock .number {
    font-size: 3em;
    color: #b1b1b1;
}
#mainblock img {
	height:300px;
	margin-bottom:10px;
}
#mainblock img:hover {
	opacity:0.5
}
#mainblock .choose {
    font-size: 2em;
	font-family: Bad Script;
}
.mainblock-wrapper {
    text-align: center;
    max-width: 1280px;
    margin: 0px auto;
	font-size: 15px;
	padding: 10px;
}
.mainblock-wrapper h3 {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    font-size: 18px;
    height: 40px;
}
.mainblock1,.mainblock2,.mainblock3,.mainblock4
{
    float: left;
    width: 21%;
    margin: 20px;
}
.mainblock-content1,
.mainblock-content2,
.mainblock-content3,
.mainblock-content4 {

}

.middleblock1,.middleblock2,.middleblock3
 {
    float: left;
    width: 29%;
    margin: 20px;
    display: inline-block;
    text-align: justify;
}
#reviews {
    max-width: 1280px;
    margin: 0px auto;
}
#mailing {

}
#menuprogramm {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
}
.menuprogramm-block {
	max-width:1280px;
	margin:0 auto;
	text-align: justify;
}
.acymailing_module_form {
	padding:60px 0;
}
.mailing-content {
    text-align: center;
    max-width: 1280px;
    margin: 0px auto;
}
table.acymailing_form {
    margin-top: 20px!important;
}
.acymailing_introtext {
    font-size: 30px;
    text-transform: uppercase;
	color: #fff;
}
.acyfield_name input,.acyfield_email input {
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-appearance: none;
    border-radius: 30px;
    padding: 20px 100px;
    font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #666;
}
.acyfield_name input:focus,.acyfield_email input:focus {
    border: 2px solid #6dc236;
}
.acysubbuttons .button {
    font-size: 14px;
    background: transparent;
    font-weight: normal;
    margin-left: 6px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid;
    margin: 20px;
    padding: 10px 20px;
    border-radius: 0;
}
.acysubbuttons .button:hover{
	background: #6dc236;
    color: #fff;
}
/****************************************--------------------------BOTTOM **/
#bottom {
    background: #2d2d2d;
    color: #fff;
    width: 100%;
    font-size: 16px;
    min-height: 150px;
}
#bottom h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#bottom a {
    color: #fff;
	text-decoration:underline;
}
#bottom a:hover {
    color: #bbfd90;
}
.modh3 {
    border-bottom: 1px dashed #bbbbbb;
    padding: 8px 0;
    margin-bottom: 6px;
	font-weight: normal;
}
.bottom-content {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 150px;
    border-bottom: 1px solid #464646;
}
.bottom-body1,.bottom-body2,.bottom-body3,.bottom-body4 {
	float:left;
	padding: 10px;
	width: 23%;
}
.bottom-body1 p,.bottom-body2 p,.bottom-body3 p,.bottom-body4 p {
    color: #7b7b7b;
	font-size: 12px;
}
.bottom-body1 {

}
.bottom-body2 {

}
.bottom-body3 {

}
.bottom-body4 {

}
/****************************************----------------------------------------------------------FOOTER ---**/
#footer {
    background: #2d2d2d;
    padding: 10px;
}
.footer-body {
    max-width: 1280px;
    margin: 0 auto;
    color: #7b7b7b;
    font-size: 12px;
    text-transform: lowercase;
}
.footer-body a {
    color: #e6c484;
}
/*** -------------------------------------------- НАВЕРХ***/
a#scroll_up {
    position: fixed;
    top: 90%;
    right: 0px;
    padding: 5px 10px;
    display: none;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
	background: #f8ba00;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
/*** -------------------------------------------- END***/

.block_menu,.block_menu h1 {
	text-align: center;
}
.block_menu table{
	width:100%
}
.block_menu img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.block_menu td:hover img {
	opacity:0.5
}
.block_menu .kkal {
	margin: 10px 0;
    display: inline-block;
}
.block_menu .price {
	font-size: 1.5em;
    color: #ffffff;
    background: #7cc84a;
    padding: 2px 10px;
}
.block_menu td {
	cursor:pointer;
	padding: 10px 5px;
    border: 1px solid #fff;
}
.block_menu td:hover {
cursor: pointer;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/********************************
########
#########
##########
###########
############ 						JOOMSHOPPING
#############
##############
###############
################
#################
**/
#jform_contact_name,#jform_contact_email,#jform_contact_emailmsg,#jform_contact_message {
    border: 1px solid #ddd;
    padding: 8px 0;
    font-size: 16px;
    width: 60%;
    font-family: 'Ubuntu Condensed', Tahoma;
    border-radius: 4px;
}
.jshop_list_product .block_product {
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 23%;
    margin: 8px;
}
.jshop_list_product .jshop .jshop_price {
    text-align: center;
    font-size: 2em;
    color: #444;
}
.jshop_list_product .product .product_title {
    text-align: center;
    margin-top: 0;
    font-size: 1em;
    text-transform: uppercase;
}
.jshop_list_product .product .product_title a:hover {
	color:#444;
}
.jshop_list_product .product .description {
	font-size: 16px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}
.desc {
    display: inline-block;
    font-size: 15px;
    color: #929292;
    margin: 10px 0;
}
.jshop_list_product .product .buttons a {
    color: #e63126;
    text-transform: uppercase;
    border: 2px solid;
    margin: 10px;
    display: inline-block;
    padding: 10px 20px;
}
.jshop_list_product .product .buttons a:hover {
	background: #e63126;
	color:#fff;
}
.jshop h1 {
    margin-top: 0px;
    font-size: 36px;
}
.block_product .product {
    padding: 10px 5px;
    border: 1px dashed #cecece;
    border-radius: 5px;
}
.text_zoom {
	display:none;
}
#list_product_image_middle img {
	border-radius: 8px;
}
.productfull #block_price {
    font-size: 3em;
	color: #e63126;
    font-weight: normal;
}
#cart-button {
	border: 0;
    text-transform: uppercase;
    color: #fff;
    background: #6dc236;
    padding: 20px 50px;
    font-size: 20px;
    cursor: pointer;
}
#cart-button:hover {
	background:#444;
}
.detailtabs #detailtabs {
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 12px;
    z-index: 1;
    margin-bottom: 10px;
}
.detailtabs #detailtabs .tabs, .detailtabs #detailtabs .tabs a {
    border-radius: 0;
}
.detailtabs #detailtabs .tabs.closed a, .detailtabs #detailtabs .tabs.closed a:hover {
    background: none;
    text-align: center;
    float: left;
    display: inline-block;
    padding: 10px 20px;
    list-style-type: none;
    color: #5d5d5d;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    box-shadow: inset 0 0 1px #c5c5c5, inset 0 1px 1px #ddd;
    background: #fafafa;
    border: 1px solid #fff;
    border-top: none;
}
.detailtabs #detailtabs .tabs.open a {
    background: none;
    float: left;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    list-style-type: none;
    color: #5d5d5d;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    box-shadow: inset 0 0 1px #c5c5c5, inset 0 1px 1px #ddd;
    background: #fafafa;
    border: 1px solid #fff;
    border-top: none;
}
.detailtabs #detailtabs .tabs.closed a, .detailtabs #detailtabs .tabs.closed a:hover {
    background: none;
    text-align: center;
    float: left;
    display: inline-block;
    padding: 10px 20px;
    list-style-type: none;
    color: #5d5d5d;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    box-shadow: inset 0 0 1px #c5c5c5, inset 0 1px 1px #ddd;
    background: #fafafa;
    border: 1px solid #fff;
    border-top: none;
}
.detailtabs #detailtabs .tabs.closed a:hover{
	font-weight:bold;
}
.prod-info-bottom {
	background: #fafafa;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.tabs tbody td {
	padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.tabs tbody td img{
	margin-bottom: 10px;
    border-radius: 8px;
}
.tabs h2 {
	text-align:center;
	font-weight: 300;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #444;
}
.tabs h2:after {
	content:'';
}
.visible-phone {
	display:none;
}
.jshop_prod_cart.odd .jshop_img_description_center,.jshop_prod_cart.odd .product_name,.jshop_prod_cart.odd .singleprice,.jshop_prod_cart.odd .jshopnumber,.jshop_prod_cart.odd .pricetotal,.jshop_prod_cart.odd .jshopremove {
	text-align:center;
    vertical-align: top;
    padding: 0 20px;
	margin-bottom: 10px;
}
.jshop_img_description_center {
	width: 25%;
	text-align: center;
}
.inputbox-cart {
	width: 50px;
    text-align: center;
}
.jshop_prod_cart.odd h3 {
	margin-bottom:10px;
}
.jshop td, .jshop tr {

}
.table-bordered th {
	text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.jshop_subtotal {
    text-align: right;
    font-size: 1.5em;
    text-transform: lowercase;
}
.checkout .btn {
	background: #444;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 4px 0 0 4px;
	font-size: 14px;
}
.checkout .btn-success {
	background: #6dc236;
	color: #fff;
    padding: 10px;
    text-transform: uppercase;
	border-radius: 0 4px 4px 0;
	font-size: 14px;
}
.requiredtext {
    display: none;
}
#qc_total {
	color: #6dc236;
}
.jshop_register  .inputbox,#order_add_info {
    width: 98%;
    text-align: left;
    padding: 10px;
	margin: 4px;
	border: 1px solid #ddd;
}
.jshop_register table {
width:100%;
}
.quick_checkout_adress {
    width: 50%;
    float: left;
    margin-right: 10px;
	border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    background: #fff;
	border: 0;
}
.quick_checkout_shipping {
    width: 32%;
    float: left;
    margin-right: 10px;
	border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    background: #fff;
	border: 0;
}
.quick_checkout_payment {
	border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    background: #fff;
	border: 0;
}
.jshop.address_block,#qc_shippings_methods,#qc_payments_methods{

}
.q-button {
	border: 0;
    text-transform: uppercase;
    color: #fff!important;
    background: #6dc236;
    padding: 20px 40px!important;
    cursor: pointer;
}
table.jshop {
    border-radius: 2px;
    background: transparent;
    margin: 0;
    padding: 0;
	width: 100%;
}
.jshop_cart {
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    background: #fff;
	padding:20px;
}
.jshop_cart .cart {

}
.jshop_subtotal {
    margin-top: 20px!important;
    border-top: 1px solid #ddd;
    padding: 20px!important;
    background: #fafafa;
}

table.jshop a img,.jshop_img_description_center img {
    border: 0;
    border-radius: 8px;
}
.jshop.cart a {
    color: #333;
    font-size: 24px;
}
.thn,.tht {
    width: 15%;
	font-weight: normal;
    text-align: center;
}
.tht-b {
    text-align: center;
    font-size: 20px;
    color: #3a3a3a;
    font-weight: bold;
    vertical-align: middle!important;
}
.quick_checkout_adress h3,.quick_checkout_shipping h3,.quick_checkout_payment h3 {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: #fafafa;
}
.quick_checkout_adress h3:after,.quick_checkout_shipping h3:after,.quick_checkout_payment h3:after {

}
.jshop_finish {
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    background: #fff;
	padding:20px;
    margin: 10px 0;
	text-align: center;
}
.jshop_subtotal tbody {
float:right;
}
td.name {

width:130px;
}
.jshop_register td.name {
display:none;
}
.trs {
    margin: 10px 0;
}
.input-prepend input[type=text],.input-prepend input[type=password]{
	border: 1px solid #ddd;
    padding: 10px;
    width: 50%;
	margin: 4px 0;
}
/**************************------------------------------------------ call back**/
#window {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	display:none;
	z-index:9000;
}
#sendingMessage, #successMessage {
background:#fff;
color:#111;
z-index:10000;
}
/* Add curved borders to various elements */
.btn-login,.btn-register {
    border: 0;
    font-size: 12px;
    background: #6dc236;
    color: #fff;
    font-weight: normal;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
}
/* Style for the contact form and status messages */
#contactForm,#dietologForm,#click, .statusMessage {
  color: #666;
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
}
#formButtons {
text-align:center;
}
#sendMessage,#sendMessageDietolog {
	border: 0;
    background: #289000;
	font-family: 'Ubuntu Condensed', Tahoma;
    color: #fff!important;
    border-radius: 2px;
    padding: 7px 14px;
    cursor: pointer;
    text-transform: uppercase;
	font-size: 18px!important;
}
#cancel,#cancelDietolog {
    top: 0;
    right: 0;
    border: 0;
    font-family: 'Ubuntu Condensed', Tahoma;
    color: #fff!important;
    border-radius: 2px;
    padding: 7px 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px!important;
    background: #444;
    margin: 0;
	width:36px!important;
}
#sendMessage-click,#sendMessageDietolog-click {
    border: 1px solid #ff3a11;
    border-top-color: #ff3a11;
    border-bottom-color: #ff4a00;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
    background: -webkit-linear-gradient(top,#ff4a00,#ff3a11);
    background: -moz-linear-gradient(top,#ff4a00,#ff3a11);
    background: -o-linear-gradient(top,#ff4a00,#ff3a11);
    background: linear-gradient(top bottom,#ff4a00,#ff3a11);
    color: #fff!important;
    border-radius: 2px;
    padding: 7px 14px;
    cursor: pointer;
    text-transform: uppercase;
	float: left;
    width: 35%!important;
}
#cancel-click {
    border: 1px solid #5a5a5a;
    border-top-color: #555555;
    border-bottom-color: #5B5B5B;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
    background: -webkit-linear-gradient(top,#656565,#333333);
    background: -moz-linear-gradient(top,#656565,#333333);
    background: -o-linear-gradient(top,#656565,#333333);
    background: linear-gradient(top bottom,#656565,#333333);
    color: #fff!important;
    border-radius: 2px;
    padding: 7px 14px;
    text-transform: uppercase;
	float: left;
    width: 40%!important;
}
/* The form dimensions */
#contactForm,#dietologForm{
    padding: 0 1.5em 1.5em 1.5em;
    margin: 0 auto;
    width: 350px;
    height: 520px;
    margin: 0 auto;
    z-index: 9999;
}
#click {
    z-index: 9999;
    padding: 0 1.5em 1.5em 1.5em;
    margin: 0 auto;
    width: 350px;
    height: 200px;
}
#contactForm #message,#click #message,#dietologForm #message {
	height:150px;
    color: #111;
    font-size: 14px;
	padding: 10px;
	border: 1px solid #ddd;
}
/* Position the form in the middle of the window (if JavaScript is enabled) */
#contactForm.positioned,#click.positioned,#dietologForm.positioned {
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin-top:auto;
  margin-bottom:auto;
  background-color:#fff;
  border-radius: 6px;
}
/* Dimensions and position of the status messages */
.statusMessage {
  display: none;
  margin: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}
/* The header at the top of the form */
#contactForm h2, #click h2,#dietologForm h2 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    color: #444;
}
/* Give form elements consistent margin, padding and line height */
#contactForm ul,#click ul,#dietologForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contactForm ul li,#click ul li,.#dietologForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}
#contactForm input,#click input,#click label,#dietologForm input {
  line-height: 1em;
      color: #111;
	  width: 100%;
    font-size: 16px;
}
#contactForm label,#dietologForm label{
    width: 100%;
    font-size: 18px;
    margin: 10px 0;
    line-height: 20px;
    display: block;
}
#senderName,#senderNameDietolog,#senderEmail,#senderPhone,#senderPhoneDietolog,#senderMessage,#senderCity,#senderAge,#senderMale,#senderWeight,#senderLong {
	border: 1px solid #ddd;
    padding: 8px;
	font-size: 16px;
    font-family: 'Ubuntu Condensed', Tahoma;
}
#senderMale {
	line-height: 1em;
    color: #111;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
}
#sendMessage,#cancel,#sendMessageDietolog {
	width:auto!important;	
}
/* Place a border around focused fields, and hide the inner shadow */
#contactForm *:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.paralax-button {
    color: #fff;
    text-transform: uppercase;
    border: 2px solid;
    margin: 20px;
    display: inline-block;
    padding: 10px 20px;
}
.paralax-button:hover {
    background: #6dc236;
    color: #fff;
}
.lgx-parallax-content .lgx-parallax-title {
    text-align: center;
}
.camera_caption {
    color: #fff;
}
.camera_caption_title {
	text-transform:uppercase;
}
.camera_caption_title,.camera_caption_desc {
    text-align: center;
}
.button-banner {
	color: #fff;
    border: 2px solid!important;
    padding: 10px!important;
    display: inline-block;
    text-transform: uppercase;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #e8463c;
    cursor: pointer;
}
.junewsultra .jn .jn-left,.junewsultra .jn .jn-right {
    float: none!important;
    width: 100%!important;
    text-align: center;
}
.junewsultra .jn .jn-right h4 {
    font-size: 1em!important;
}
.junewsultra .jn .jn-right .jn-info {
    font-size: 90%;
    color: #778899;
    text-align: left;
    padding: 5px 0 0 0;
}
.junewsultra .jn {
    border: 0!important;
}
.junewsultra .jn .jn-head {
    background: transparent!important;
}
.junewsultra .jn-head, .junewsultra .jn .jn-intro, .junewsultra .jn .jn-more {
    clear: both;
    padding: 6px 14px;
}
.junewsultra .jn .jn-left img {
    padding: 0!important;
    border: 0px solid #fff!important;
	margin-bottom:20px;
}
.junewsultra .jn .jn-left img:hover {
    border: 0px solid #6dc236!important;
}
.owl-pagination {
    text-align: center;
}
.junewsultra .jn a:hover, .junewsultra .jn a:focus, .junewsultra .jn a:active {
    text-decoration: none!important;
    color: inherit;
    border: none;
}
.junewsultra .jn a {
    color: #444;
	text-transform: uppercase;
}
.button.validate {
	font-size: 14px;
    background: #f8ba00;
    color: #fff;
    font-weight: normal;
    padding: 12px 10px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
	cursor:pointer;
}
.bannervk {
	margin:10px 0;
}
.mainblock-content1,
.mainblock-content2,
.mainblock-content3,
.mainblock-content4 {
    float: left;
    width: 24%;
    margin: 4px;
}
.moduletableprod1,
.moduletableprod2,
.moduletableprod3,
.moduletableprod4 {
	border: 1px solid #eee;
    border-radius: 2px;
	padding:10px;
}
.moduletableprod1 {
    background: #ecf8ff;	
}
.moduletableprod2 {
    background: #fdffec;	
}
.moduletableprod3 {
	background: #ffecfc;	
}
.moduletableprod4 {
    background: #f2ffec;	
}
.pricebl {
	margin: 10px 0;
    background: #e63126;
    color: #fff;
    padding: 10px;
	font-size: 18px;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.descprodhead {
	text-align: justify;
    min-height: 80px;
    overflow: hidden;
}
.lgx-parallax-text li {
    float: left;
    margin-right: 10px;
}
.lgx-parallax-text li a {
	color:#fff;
	text-decoration: underline;
}
.lgx-parallax-text li a:hover {
	text-decoration: none;
    color: #ffca79;
}
.lgx-parallax-content .lgx-parallax-text {
    font-weight: 400;
    text-align: left;
}
.fasad  li {
	text-align: left;
}
.fasad a {
    color: #444;
    text-decoration: none;
    margin: 4px 0;
    text-transform: uppercase;
    display: block;
    padding: 4px 10px;
    border: 1px solid #e0e5ec;
    border-radius: 3px;
    background: #eef1f5;
    background: -webkit-linear-gradient(#fcfdfd,#eef1f5);
    background: -moz-linear-gradient(#fcfdfd,#eef1f5);
    background: -o-linear-gradient(#fcfdfd,#eef1f5);
    background: linear-gradient(#fcfdfd,#eef1f5);
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
}
.fasad a:hover {
    color: #289000;
}
.fasad  li.active a {
    color: #289000;
}
.garantiya {
	text-align: center;
    padding: 30px;
    border: 5px solid #3e85ad;
    font-weight: bold;
    text-decoration: underline;
	margin-bottom:20px;
}
.partners h3 {
	font-weight: 300;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #444;
}
.lgx-parallax-text h3 {
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
#lgx-parallax93 .lgx-parallax-title {
    font-size: 35px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}