html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
menu, article, section, nav, footer, figure, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight:normal;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}
ol, ul, menu{
    list-style: none;
}

blockquote, q{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
    content: '';
    content: none;
}

:focus{
    outline: 0;
}
a:link, a:visited, a:hover, a:focus, a:active {
    outline: 0;
}
ins{
    text-decoration: none;
}

del{
    text-decoration: line-through;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}
html{
    font-size: 100.01%;
    font-family: 'Montserrat', sans-serif;
    color: #404041;
}
b, strong{
    font-weight:bold;
}
button:hover{
    cursor:pointer;
}
a{
    text-decoration:underline;
	color:#E9993E;

}
a:hover{
    text-decoration:none;
	color:#404041;
	cursor: pointer;
}
a:focus{
    text-decoration:none;
	color:#E9993E;
}
var{
    font-style:normal;
}
a:link, a:visited, a:hover, a:focus, a:active {
    outline: 0;
}
img{
	max-width: 100%;
}
/*Add new font
@font-face {
    font-family: ;
    src: local(""),
         url('')
}
@font-face {
    font-family: ACQUEST_SCRIPT.TTF;
    src: local(""),
         url('')
}
*/
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserratlight.woff2') format('woff2'), url('../fonts/montserratlight.woff') format('woff'), url('../fonts/montserratlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat-Regular'), url('../fonts/montserrat.woff2') format('woff2'), url('../fonts/montserrat.woff') format('woff'), url('../fonts/montserrat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserratbold.woff2') format('woff2'), url('../fonts/montserratbold.woff') format('woff'), url('../fonts/montserratbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/*
Usage of border-radius
border-radius: px;
-moz-border-radius: px;
-webkit-border-radius: px;
-khtml-border-radius: px;
behavior: url('/css/PIE.htc');
*/

/*
Usage of box-shadow
-webkit-box-shadow: 0px 0px 0px #;
-moz-box-shadow: 0px 0px 0px #;
box-shadow: 0px 0px 0px #;
behavior: url('/css/PIE.htc');
*/
/*
IE 7 HACK
*:first-child+html {
}
*/
/*
Site prefix
a- ajax
b- block
c- column 
d- data
g- global
j- javascript
k- keeper
l- layouts
r- reset
*/

/*
=================================================================
g- global
=================================================================
*/
body{
    position:relative;	
    font-family: 'Montserrat', sans-serif;
	color: #404041;
}
.g-container{
    margin: 0 auto;
    width: 100%;
}
.g-site_width{
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
	padding:0 5px;
	position: relative;
}
.g-content_width{
    padding: 0 4.7% ;
    max-width:775px;
    width:65%;
    box-sizing: content-box;
}
.g-clear{
	clear:both;
}

/*
=================================================================
l- layouts
=================================================================
*/
.l-text_m{
    font-size:52px;
    color: #E9993E;
}
.l-text_m sup{
    font-size: 27px;
    vertical-align: top;
    padding-top: 25px;
    display: inline-block;
}
.l-text_s{
    font-size:22px;
    font-weight:600;
    text-transform:uppercase;
}
.l-text_s sup{
	font-weight: bold;
    vertical-align: top;
    padding-top: 20px;
    display: inline-block;
}
.l-btn_big {
	background: url(../images/or-cart.png) no-repeat 20px;
    border-radius: 50px;
	border:3px solid #E9993E;
    padding: 12px 16px 17px 80px;
    box-sizing: border-box;
    font-size: 18px;
    padding-top: 22px;
    width: 215px;
    height: 85px;
    font-weight: 600;
    color: #E9993E;
    text-align: center;
    text-decoration: none;
    line-height: 1.27;
}
.l-btn_big img {
    float: left;
    padding-left: 10px;
}
.l-btn{
	color: #E9993E;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    border: 1px solid #E9993E;
    border-radius: 5px;
    padding: 9px 2px;
    margin-top: 4px;
    display: inline-block;
    text-align: center;
    width: 80%;
    max-width: 330px;

}
.l-btn:hover{
	color: #fff;
    text-decoration: none;
	background:#E9993E;	
}
.l-btn_big:hover{
	background:#E9993E url(../images/icon_white_cart.png) no-repeat 20px;
	color:#fff;
}
.l-background_img{
	display:none;
}
/*
=================================================================
Header
=================================================================
*/
.g-header{
    padding: 20px 0 15px;
}
.g-header_lang{
	position: absolute;
	right: 0;
	top: 10px;
}
.g-header_lang li:first-child{
	    width: 150px;
}
.g-header_lang li{
    float: left;
    margin: 0 10px 0 5px;
    width: 20px;
    height: 20px;
	display: block;
	position: relative;
	z-index: 9;
}
.g-header_lang li a{
    display: block;
    width: 20px;
}
.g-header_lang li a img{
    width: 100%;
}
.g-header_logo{
    width:45%;
    float:left;
}
.g-header_logo img{
    float:left;
}
.g-header_logo_text{
    font-size:18px;
    font-weight:600;
	float:left;
    margin: 15px 0 0 7px;
    color: #E9993E;
}
.g-header_nav{
	width: 55%;
    float: right;
}
.g-header_nav{
	margin-bottom:0;
}

.g-header_nav .navbar-collapse{
	padding-right: 0;
    padding-left: 0;
    float: right;
	font-size:14px;
    text-transform: uppercase;
    text-align:right;
}
.g-header_nav .navbar-nav{
	float:right;
}
.g-header_nav .navbar-nav>li>a {
    line-height:1;
    padding: 0 16px 0 12px;
    margin: 22px 0;
    border-right: 1px solid #404041;
	text-decoration: none;	
    color:#404041;
}

.g-header_nav li:last-child a{
    padding: 0 0 0px 18px;
    border:none;
    margin-right:2px;
}
.g-header_nav .navbar-nav>li a:hover{
	background: none;
	color: #E9993E;
	text-decoration: underline;
}
/*
=================================================================
main
=================================================================
*/
.b-main{
    background: url(../images/main.jpg) 43% 0;
    background-size:cover;
    padding: 46px 0 158px 0;
}
.b-main .g-content_width{

}
.b-main .l-text_m{
    color:#404041;
	font-size: 40px;
}
.b-main_img{
	margin: 7px 0 16px;
    width: 100%;
}
.b-main_img{
	margin: 7px 0 16px;
	width: 100%;
	color: #E9993E; font-weight: bold; font-size: 82px; line-height: 1.1;
}
.b-main_img img{
    width: 100%;
    max-width:522px;
}
.b-main_descr{
    font-size:18.06px;
    width:70%;
    line-height: 1.8;
    margin-bottom: 35px;
	font-weight:200;
}
.b-main .l-btn_big {
    border: none;
    background: rgba(255, 255, 255, 0.5) url(../images/or-cart.png) no-repeat 20px;
    float: left;
    margin-right: 8.3%;
}
.b-main .b-main_player{
	background: rgba(255, 255, 255, 0.5) url(../images/or-icon_play.png) no-repeat 20px;
}
.b-main .l-btn_big:hover {
   	background:rgba(255, 255, 255, 0.3) url(../images/or-cart.png) no-repeat 20px;
    float: left;
	color:#E9993E;
}
.b-main .b-main_player:hover{
	background: rgba(255, 255, 255, 0.3) url(../images/or-icon_play.png) no-repeat 20px;
}
/*
=================================================================
introduction
=================================================================
*/
.b-introduction{
    padding: 48px 0 0;
}
.b-introduction h1{
    margin: 10px 0 8px;
}

.b-introduction_text{
    line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    font-weight: 200;
}
.b-introduction_text span{
    color: #E9993E;
    font-weight:bold;
}
.b-introduction_text sup{
    font-size: 10px;
    vertical-align: top;
    padding-top: 15px;
    display: inline-block;
}
.b-introduction_text a {
	color: #E9993E;
	text-decoration: none;
}
.b-introduction_text a:hover {
	color: #404041;
}
/*
=================================================================
started
=================================================================
*/
.b-started{
    margin-top: 55px;
}
.b-started header{
    background: #E9993E;
    padding:22px 0 10px;
    color:#fff;
    margin-bottom:5px;
}
.b-started header h2{
    color:#fff;
    font-weight:600;
}
.b-started_item{
    padding:80px 0 20px;
    border-bottom:1px solid #E9993E;
}
.b-started_item:last-child{
	border:none;
}
.b-started_item .b-title{
    padding: 0 0 20px;
}
.b-started_img{
    width:35%;
    float:left;
    text-align:center;
	margin-left:-2%;
}
.b-started_img img{
    width:100%;
    max-width: 131px;
}
.b-started_item .b-started_price_container{
    width:32%;
    float:left;
    padding-top: 50px;
	margin-left: 3.5%;
}/*
.b-started_item1 .b-started_price_container {
    width:35%;
    float:left;
    padding-top:55px;
}*/
.b-started_price_set{
    line-height: 1.3;
}
.b-started_price{
    line-height: 1;
    font-size:69px;
    color:#E9993E;
	margin-left:-11%;
}
.b-started_price sub{
    vertical-align: top;
    font-size: 39px;
    padding-top: 5px;
    display: inline-block;

}
.b-started_price_orig{
    font-size:18px;

    padding-top: 6px;
}
.b-started_price_free {
	color: #E9993E;
}
.b-started_order{
    width: 31%;
    float: right;
    padding: 78px 0 0 ;
    font-size: 18px;
}
.b-started_order_shipping{
	padding-left: 25%;
}
.b-started_order .l-btn_big{
    border: 3px solid #E9993E;
    padding: 20px 10px 17px 70px;
    margin: 15px 0 0 0;
    float: right;
}
.b-started_order .l-btn_big img {
    padding-left: 1px;
    padding-right: 10px;
}

.b-started_item2{
    position:relative;
}
.b-started_item2_img{
	width: 20%;
    position: absolute;
    right: 33px;
    top: 30px;
}
.b-started_item2_img span{
    width: 150px;
    height: 150px;
    display: block;
    background: #E9993E;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding-top: 42px;
    line-height: 1.2;
}
/*
.b-started_item2 .b-started_img, .b-started_item2 .b-started_img{
    width:32%;
}*/
.b-started_item2 .b-started_img img{
    width:100%;
    max-width: 252px;
}
.b-started_item2 .b-started_price_container,
.b-started_item3 .b-started_price_container{
	padding-top:15px;
}
.b-started_item2 .b-started_order,
.b-started_item3 .b-started_order{
	padding-top:109px;
}
.b-started_price_save{
    font-size: 28px;
	color:  #E9993E;
}
.b-started_price_save_sum{
	font-size:18px;
}

/*
.b-started_item2 .b-started_price{
    padding:0;
}
.b-started_item2 .b-started_price_orig{
    padding: 8px 0 0 53px;
}
.b-started_item2 .b-started_price_save_sum{
    font-size:18px;
    padding: 2px 0 0 53px;
}
.b-started_item2_img{
    width:33%;
    position:absolute;
    top: 30px;
    right: 31px;
    max-width:155px;
}

.b-started_item2_img img{
    width:100%;
    max-width:155px;
}
.b-started_item2 .b-started_order{
	
    padding: 118px 0 0 5%;
}*/
.b-started_item3 .b-started_img{
	width: 39%;
    margin-left: -6%;
}
.b-started_item3 .b-started_img img{
    max-width: 293px;
}
.b-started_item3 .b-title{
	padding: 0 0 40px;
}
/*
=================================================================
diet
=================================================================
*/
.b-diet{
	background: #eee;
	margin-top: 45px;
	padding: 58px 0 17px;
}
.b-diet h2{
	padding: 9px 0;
}
.b-diet_text{
	line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    letter-spacing: -0.555px;
	margin-bottom: 28px;
	font-weight:200;
}
.b-diet_img{
    width: 40%;
    float: left;
    margin-left: 14%;
}
.b-diet_img img{
	width:100%;
	max-width:303px;
}
.b-diet_ebook{
    width: 46%;
    float: right;
    font-weight: bold;
    text-align: center;
}
.b-diet_ebook_grey{
	color:#404041;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}
.b-diet_ebook_large{
	font-size: 18px;
	padding: 5px 0 0;
	text-transform: uppercase;
}
.b-diet_ebook h2{
    padding: 0px 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.8;
    color: #E9993E;
    text-transform: uppercase;
}
.b-diet_ebook .l-btn{
    width: 96%;
    font-size: 16px;
    margin: 10px 0 15px;
    text-transform: uppercase;
}
.b-diet_ebook_violet{
    font-size: 24px;
    font-weight: bold;
	padding: 5px 0 10px;
	color: #E9993E;
	line-height: 1;
}
/*
=================================================================
b-deanna
=================================================================
*/
.b-deanna{
	background: #E9993E;
    padding: 22px 0 20px;
    color: #fff;
    margin-bottom: 5px;
	position:relative;
}
.b-deanna .g-content_width{
	position:relative;
}
.b-deanna_img{
    position: absolute;
    left: -12%;
    bottom: -25px;
    width: 37%;
    margin-right: 1%;
}
.b-deanna_img img{
	width:100%;
	max-width:342px;
}
.b-deanna_content {
    float: right;
    width: 77%;
}
.b-deanna_content .l-text_s{
	font-weight: 400;
    font-size: 18px;
}
.b-deanna ul{
	color:#fff;
}
.b-deanna ul li{
    float: left;
    font-size: 22px;
    font-weight: bold;
}
.b-deanna ul li:before{
    float: left;
    margin-left: 7px;
    margin-right: 9px;
    content: "\2022";
    font-weight: bold;
}
.b-deanna ul li:first-child:before{
    content: "";
	margin-left: 0;
    margin-right: 0;
}
/*
=================================================================
b-ingredients
=================================================================
*/
.b-ingredients{
	padding: 58px 0 60px;
}
.b-ingredients h2{
	padding: 9px 0 30px;
}
.b-ingr_item{
	width: 33%;
    float: left;
	text-align:center;
}
.b-ingr_item1{
	margin-left: -60px;
    width: 33%;
}
.b-ingr_item1 .b-ingr_item_img img{
	max-width:198px;
}
.b-ingr_item2 .b-ingr_item_img img{
	max-width:254px;
}
.b-ingr_item3 .b-ingr_item_img img{
	max-width:252px;
}
.b-ingr_item2{
    width: 40%;
}
.b-ingr_item2 .b-ingr_item_img{
    padding-top: 40px;
	padding-bottom: 12px;
}
.b-ingr_item3 .b-ingr_item_img{
    padding-top: 27px;
	padding-bottom: 18px;
}

.b-ingr_item1{
    width: 33%;
}
.b-ingr_item figcaption{

	text-transform: uppercase;
}
/*
=================================================================
b-ingr_rice
=================================================================
*/
.b-ingr_rice{
	padding: 32px 0 0;
}
.b-ingr_rice_img{
	width: 66%;
    float: left;
    margin-left: -20.5%;
}
.b-ingr_rice_img img{
    width: 100%;
    max-width: 510px;
}
.b-ingr_rice_content{
	width: 59%;
    float: left;
    margin-left: -5%;
    padding-top: 52px;
	font-size:18px;
}
.b-ingr_rice_title{
	font-weight: bold;
    font-size: 18px;
    padding-bottom: 6px;
	text-transform: uppercase;
}
.b-ingr_rice_text{
	line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    letter-spacing: -0.5px;
    margin-bottom: 28px;
	font-weight:200;
}
/*
=================================================================
b-facts
=================================================================
*/
.b-facts{
	padding: 0 0 64px;
}
.b-facts table{
	border:3px solid #57585b;
	width:100%;
	min-width:480px;
	overflow-x: auto;
}
.b-facts table th,
.b-facts table tr,
.b-facts table td{
	font-weight:200;
	padding-left: 2%;
	letter-spacing: -0.5px;
	font-size: 23px;
}
.b-facts .b-supplement_title th {
	font-size: 39.5px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 6px;
}
.b-supplement_title_2row{
	font-size: 23px;
    line-height: 0.7;
}
.b-supplement_title_3row{
	border-bottom:8px solid #57585b;
}
.b-supplement_title_3row th{
    font-size: 23px;
    line-height: 0.7;
    padding: 11px 0 11px 2%;

}
.b-supplement_amount{
	border-bottom:8px solid #57585b;;
}
.b-facts .b-supplement_amount td{
	font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: right;

}
.b-facts .b-supplement_amount_serving{
	padding: 5px 0;
}
.b-facts .b-supplement_amount_dv{
	width: 22.5%;
    padding-right: 5%;
}
.b-facts .b-col_first{
    font-size: 21px;
    padding: 5px 0 0px 3%;
}
.b-facts .b-col_sec{
	width: 18%;
    text-align: right;
}
.b-facts .b-col_third{
	text-align:right;

    padding-right: 5%;
}
.b-supplement_vitamin{
	border-bottom: 2px solid #c7c7c8;
}
.b-supplement_proprietary .b-col_first{
	padding: 0px 0 0px 3%;
}
.b-supplement_proprietary td{
	line-height: 1;
}
.b-supplement_glucoron .b-col_first{
	padding: 0px 0 0px 5%;
}
.b-supplement_extract{
	border-bottom: 2px solid #c7c7c8;
}
.b-supplement_extract .b-col_first{
	padding: 0px 0 4px 5%;
    line-height: 1;
}
.b-supplement_proC3G .b-col_first{
	padding: 0px 0 0px 3%;		
	line-height: 0.5;
}
.b-supplement_rice{
	border-bottom: 8px solid #57585b;
}
.b-supplement_rice .b-col_first{
	line-height: 0.5;
	padding: 0px 0 15px 5%;
}
.b-supplement_percent .b-col_first{
	padding: 0px 0 0px 3%;
}
.b-supplement_value{
	border-bottom: 1px solid #c7c7c8;
}
.b-supplement_value .b-col_first{
	padding: 0px 0 0px 3%;
}
.b-supplement_other .b-col_first{
	font-size: 19px;
    padding: 0px 0 0px 3%;
    line-height: 1.4;
}
.b-supplement_other .b-col_first span{
	font-weight:400;
}
.b-facts_registered{
	padding: 6px 0 0 3%;
    font-size: 18px;
	font-weight:200;
}

/*
=================================================================
b-try
=================================================================
*/
.b-try{
	background:#eee;
	padding: 47px 0 38px;
}
.b-try h2{
	padding: 10px 0;
}
.b-try_row{
    padding: 9px 0 33px;
    border-bottom: 1px solid #E9993E;
}
.b-try_img{
	float: left;
    width: 15.5%;
    margin-right: 1.5%;
    padding: 48px 0 0 9px;
}
.b-try_img img{
	width: 100%;
    max-width: 98px;
}
.b-try_content{
	float: left;
    width: 83%;
}
.b-try_content h3{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}
.b-try_content h3 a {
	color: #404041;
	text-decoration: none;
}
.b-try_content h3 a:hover {
	color: #E9993E;
}
.b-try_content_text{
	font-size: 18px;
    line-height: 1.8;
    font-weight: 200;
}
.b-try_content_text a{
	text-transform: uppercase;
}
.b-try_row2 .b-try_img{
	padding: 48px 0 0 0px;
}
.b-try_row2 .b-try_img img{
	max-width: 113px;
}
.b-try_row2 .b-try_content{
	padding: 30px 0 0;
}
.b-try_row3 .b-try_img{
    padding: 38px 0 0 5px;
}
.b-try_row3 .b-try_img img{
    max-width: 104px;
}
.b-try_row3 .b-try_content{

    padding: 30px 0 15px;
}
.b-try_row4{
	border: none;
}
.b-try_row4 .b-try_img{
    width: 20%;
    margin-left: -3.5%;
    padding: 34px 0 0 0;
    margin-right: 0.5%;
}
.b-try_row4 .b-try_img img{
    max-width: 150px;
}
.b-try_row4 .b-try_content{
    padding: 28px 0 0;
}




/*
=================================================================
slider b-review
=================================================================
*/
.b-review{
    position: relative;
    background: url(../or-images/bg_foto.jpg) 43% 0;
	padding: 90px 0 33px 0;
    background-size: cover;
}.jcarousel{
	position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel .b-review_container {
    width: 20000em;
    position: relative;
}
.b-review_item{
    float: none;
    width: 70%;
    margin-bottom: 30px;
    padding: 0 0 0 71px;
    max-width: 600px;
    color: #fff;
    text-align: center;
	float:left;	
    margin-right: 1%;
}
.b-review_item_img {
	width: 100%;
}
.b-review_item_img img{
	width: 100%;
    max-width: 208px;
}
.b-review_item_title{
	font-size: 22px;
    font-weight: bold;
    padding: 14px 0px 14px 20px;
}
.b-review_item_text {
	font-size: 20px;
    font-weight: 200;
    line-height: 1.6;
    padding: 0 0 0 30px;
}
.b-review_item_text a {
	text-decoration: none;
	color: #fff;
}
.b-review_item_text a:hover {
	color: #E9993E;
}
.b-review_item_sign {
	font-size: 22px;
    font-weight: bold;
    padding-top: 14px;
}
.b-review_item_result {
	margin: 17px 0 0 0;
	color: #fff;
}
.b-review_item_result a {
	color: #fff;
	text-decoration: none;
}
.b-review_item_result a:hover {
	color: #E9993E;
}
.b-review_item_result hr {
	width:100%;
	background: #fff;
	height: 1px;
    margin: 10px 0 0 18px;
    max-width: 133px;
}
.b-review .l-btn_big {
    display: inline-block;
    float: none;
    margin: 23px 0 5px;
	background:transparent url(../images/icon_white_cart.png) no-repeat 20px;
	color:#fff;
	border: 3px solid #fff;
    width: 220px;
}
.b-review .l-btn_big:hover {
   	background:rgba(255, 255, 255, 0.7) url(../images/or-cart.png) no-repeat 20px;
	color:#E9993E;
	border: 3px solid #E9993E;
}
.jcarousel-control-prev{
    position: absolute;
	font-size: 120px;
    color: #ffc8df;
}
.jcarousel-control-prev,
.jcarousel-control-next{
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}
.jcarousel-control-prev {
    left: 10%;
    top: 220px;
}
.jcarousel-control-next{
	left: 55.5%;
    top: 220px;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover,
.jcarousel-control-prev:focus,
.jcarousel-control-next:focus{
	text-decoration:none;
    color: #ffc8df;
}
/*
=================================================================
faqs
=================================================================
*/
.b-faqs{
	padding: 54px 0 0;
}
.b-faqs h2{
	padding: 9px 0;
}

.b-faqs_question{
    border-bottom: 1px solid #000;
}
.b-faqs_question:last-child{
    border-bottom: none;
}
.b-faqs_question1{
	padding: 14px 0 42px;
}
.b-faqs_question2{
	padding: 38px 0 38px;
}
.b-faqs_question3, 
.b-faqs_question4,
.b-faqs_question5{
    padding: 38px 0 46px;
}
.b-faqs_question p{
    font-size: 18px;
    line-height: 1.8;
    padding: 4px 0 0px;
    letter-spacing: -0.5px;
	font-weight:200;
}
/*
=================================================================
b-video
=================================================================
*/
.b-video{
	background:#eee;
    padding: 51px 0 80px;
}
.b-video h2{
    padding: 9px 0 39px;
}
.b-video_player{
	position:relative;
	padding-bottom:53.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border:1px solid #ccc;
}
.b-video_player iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*
=================================================================
b-main_bottom
=================================================================
*/
.b-main_bottom{
    background: url(../images/main2.jpg) 46% 0;
    background-size: cover;
    color: #fff;
    padding: 75px 0 107px 0;
}
.b-main_bottom .l-text_m{
	color:#fff;
}
.b-main_bottom .b-main_img{
    margin: 13px 0 26px;
}
.b-main_bottom .main_proc3g_lg{
	display:block;
}
.b-main_bottom .main_proc3g_sm{
	display:none;
}
.b-main_bottom .b-main_descr {
    width: 72%;
    font-weight: 200;
}
.b-main_bottom .l-btn_big{
	background:transparent url(../images/icon_white_cart.png) no-repeat 20px;
	border:3px solid #fff;
	color:#fff;
    width: 220px;
}
.b-main_bottom .l-btn_big:hover{
	background:rgba(255,255,255, 0.3) url(../images/or-cart.png) no-repeat 20px;
	border:3px solid #E9993E;
	color:#E9993E;
}

/*
=================================================================
b-contact
=================================================================
*/
.b-contact{
    background: url(../images/main_contact.jpg) 43% 0;
	background-size:cover;
    padding: 59px 0 65px;
}
.b-contact h2{
    padding: 4px 0 20px;
    line-height: 1.2;
    font-size: 42px;
}
.b-contact_data_img{
    width: 10%;
    float: left;	
}
.b-contact_line img{
    width:57px;	
	float: left;
    margin-right: 2.5%;
}
.b-contact_data_text,
.b-contact_data_text a{
    float: left;
    line-height: 57px;
    font-size: 22px;
    font-weight: bold;
}
.b-contact_data_mail{
    padding: 23px 0 26px;
}

.b-contact_subscribe{
	padding: 14px 0;
}
.b-contact_subscribe form{
	padding: 7px 0;
    margin-bottom: 15px;
}
.b-contact_subscribe input{
    font-size: 16px;
    color: #231f20;
    background: transparent;
    border: 2px solid #E9993E;;
    height: 50px;
	border-radius: 11px;
    width: 37%;
    padding: 24px 20px;
	margin-right: 3%;
	max-width:330px;
}
.b-contact_subscribe button{
	font-size: 16px;
    color: #E9993E;;
    background: transparent;
    border: 2px solid #E9993E;;
    height: 54px;
    border-radius: 11px;
    width: 22%;
    padding: 0 5px;
}
.b-contact_subscribe input::-webkit-input-placeholder{
	font-size:12px;
    color: #231f20;
}
.b-contact_subscribe input:-moz-placeholder{
	font-size:12px;
    color: red;
}
.b-contact_follow li{
	width:57px;
	height:57px;
	display: inline-block;
    margin: 12px 1.5% 0 0;
}
.b-contact_follow li:hover{
	cursor: pointer;
}
.b-contact_google{
	background:url(../images/or-icon_google.png);
}
.b-contact_fb{
	background:url(../images/or-icon_fb.png);
}
.b-contact_tw{
	background:url(../images/or-icon_tw.png);
}
.b-contact_in{
	background:url(../images/or-icon_in.png);
}
.b-contact_inst{
	background:url(../images/or-icon_instagram.png);
}
/*
=================================================================
footer
=================================================================
*/
.g-footer{
	background:#404041;
	color:#fff;
	padding: 37px 0 30px;
}
.g-footer h3{
    font-size: 22px;
}
.g-footer_copy{
    font-size: 16px;
    padding: 6px 0 25px;	
}
.g-footer ul{
	padding: 0 0 25px;
}
.g-footer ul li{
    font-size: 18px;
    display: inline-block;
}
.g-footer ul li a{
    font-weight: 600;
	color:#fff;
	text-decoration: underline;
}
.g-footer ul li a:hover{
	text-decoration: none;
}
.g-footer ul li:first-child a{
    border-right: 2px solid;
    padding-right: 25px;
}
.g-footer ul li:last-child a{
    font-weight: 600;
    padding-left: 19px;
}
.g-footer_text{
    font-size: 12px;
    line-height: 1.8;
    padding: 0 0 22px;	
}
.g-hidden{
	display:none;
}
/*
 * Doctor Trusted
 */
.b-web_seal {
	position:fixed;
	bottom:2px;
	left:2px;
	z-index:9999;
}
/*
=================================================================
hand
=================================================================
*/
.b-hand{
    width:30%;
    position:fixed;
    bottom:-12px;
    right:0;
    margin-right: -4%;
}
.b-hand img{
    width:100%;

}
.b-hand_rel{
	position: relative;
}
.b-hand .b-hand_foto{
	position: absolute;
    top: 3.5%;
    left: 5.0%;
    width: 66%;
}
@media (min-width:1400px){
	.b-hand{
		width:28%;
		margin-right: 5%;
	}
}
@media (max-width:1215px){
	.b-facts .b-supplement_title th {
		font-size: 35px;
		letter-spacing: 4px;
	}
	.b-facts .b-supplement_title_2row th,
	.b-facts .b-supplement_title_3row th{
		font-size: 20px;
	}
	.b-facts .b-col_first,
	.b-facts .b-col_sec,
	.b-facts .b-col_third {
		font-size: 18px;
	}
}
@media (max-width: 1193px){
	.b-deanna ul li {
		float: left;
		font-size: 20px;
		font-weight: bold;
	}
	.b-deanna_content .l-text_s {
		font-size: 16px;
	}
}
@media (max-width: 1130px){

	.b-diet_ebook h2 {
		padding: 0px 0;
		font-size: 40px;
	}
	.b-diet_ebook_violet {
		font-size: 20px;}
	.b-diet .l-btn {
		font-size: 20px;
	}
}
@media (max-width: 1121px){
	.b-video_player {
		padding-bottom: 52.25%;
	}
}
@media (max-width: 1115px){
	.b-started_img {
		width:45%;
	}
	.b-started_item .b-started_price_container {
		width: 55%;
		float: right;
		padding-top: 0;
		margin-left: 0;
		text-align: right;
	}
	.b-started_order {
		width: 55%;
		padding: 0;
		text-align: right;
	}
	.b-started_item2 .b-started_order, .b-started_item3 .b-started_order {
		padding-top: 0;
	}
	.b-started_item3 .b-started_img {
		width: 45%;
		margin-left: 0;
	}
	.b-started_item2_img {
		width: 20%;
		position: absolute;
		left: 31%;
		top: 68px;
	}
	.b-started_item2_img img{
		width: 100%;
	}
}
@media (max-width: 1110px){
	.b-diet_ebook h2 {
		font-size: 35px;
	}
	.b-diet .l-btn {
		font-size: 15px;
	}
}
@media (max-width: 1090px){
	.g-header_nav .navbar-collapse{
		font-size:12px;
	}
}
@media (max-width: 1060px){
	.l-text_m {
		font-size: 45px;
	}
	.b-ingr_rice_content {
		width: 54%;
		margin-left: 0%;
		padding-top: 0;
	}
	.b-ingr_item{
		width:50%;
	}
	.b-ingr_item1{
		margin-left: 0;
	}

	.b-ingr_item3{
		width: 100%;
		float: none;
		padding-top: 20px;
		clear: both;		
	}
	.b-hand{
		width:35%;
		position:fixed;
		bottom:-12px;
		right:0;
		margin-right: -5%;
	}
}
@media (max-width: 1023px){
	.b-started_item2_img span {
		width: 120px;
		height: 120px;
		font-size: 20px;
		padding-top: 35px;
		line-height: 1.2;
	}
	.b-deanna ul li {
		float: left;
		font-size: 17px;
		font-weight: bold;
	}
	.b-diet_ebook_large {
		font-size: 16px;
		padding: 5px 0 0;
	}
	.b-diet_ebook_violet {
		font-size: 18px;
	}
	.b-diet_ebook_grey {
		color: #404041;
		font-size: 14px;
		font-weight: bold;
	}
	.b-deanna ul li:before {
		margin-left: 5px;
		margin-right: 5px;
	}
	.b-contact_subscribe button {
		width: 31%;
	}
}
@media (max-width: 960px){
	.g-header_nav .navbar-nav>li>a {
		padding: 0 10px 0 10px;
	}
	.g-header_nav li:last-child a {
		padding: 0 0 0px 10px;
	}
	.b-diet_img {
		width: 100%;
		float: none;
		margin-left: 0;
		padding: 15px 0;
		text-align: center;
	}
	.b-diet_ebook {
		width: 100%;
		float: none;
		text-align: center;
	}
    .b-diet_ebook_grey {
		font-size: 16px;
		padding: 0 21%;

	}
	.b-diet_ebook h2 {
		padding: 5px 0;
		font-size: 50px;
	}
	.b-diet_ebook_violet {
		font-size: 24px;}
	.b-diet .l-btn {
		font-size: 17px;
	}
	.b-deanna_content .l-text_s {
		font-size: 15px;
	}
	.b-review_item {
		padding: 0;
	}
}

@media (max-width: 915px){
	.b-deanna ul li {
		font-size: 15px;
	}
	.b-deanna_img {
		width: 34%;
	}
	.b-deanna_content {
		width: 80%;
	}
}
@media (max-width: 910px){
	.g-header_nav {
		width: 100%;
		float: right;
	}
	.g-header_nav .navbar-collapse {
		float: none;
	}
	.g-header_nav .navbar-nav {
		float: none;
	}
	.b-main .l-text_m {
		font-size: 35px;
	}
}
@media (max-width: 870px){

	.g-header_logo_text{
		font-size:16px;
	}
	.g-header_nav .navbar-nav>li>a {
		padding: 0 5px 0 5px;
		font-size:13px;
	}
	.g-header_nav li:last-child a {
		padding: 0 0 0px 5px;
	}
	.b-main .l-btn_big {
		margin-right: 4%;
	}

}
@media (max-width: 850px){
	.b-video_player {
		padding-bottom: 50.25%;
	}
}
@media (max-width: 815px){
	.b-deanna_content .l-text_s {
		font-size: 13px;
	}
}
@media (max-width: 768px){
	.g-header_lang {
		right: 12px;
		top: 3px;
	}
	.g-header_logo {
		width: 85%;
	}
	.g-header_nav .navbar-toggle{
		border: 1px solid #E9993E;
	}
	.g-header_nav .navbar-toggle .icon-bar {
		background: #E9993E;
	}
	.g-header_nav{
		width:100%;
		float:none;
	}
	.g-header_nav .navbar-collapse{
		float:none;
		text-align:center;	
		padding: 15px 0 0;
	}
	.g-header_nav .navbar-nav{
		margin:0;
		float:none;
	}
	.g-header_nav .navbar-nav>li{
		border-top: 1px solid #eee;
	}
	.g-header_nav .navbar-nav>li:last-child{
		border-bottom: 1px solid #eee;
	}
	.g-header_nav .navbar-nav>li>a{
		border:none;
	}
	.g-header_nav .navbar-nav>li>a {
		padding: 10px 5px 10px 5px;
		font-size: 14px;
		margin:0;
	}
	.g-header_nav .navbar-nav>li a:hover{
		text-decoration: none;
	}
	.g-header_nav .navbar-nav>li:hover{
		background: #eee;
	}
	.b-main .l-btn_big{
		border: 3px solid #E9993E;
	}
	.b-main .l-btn_big:hover{
		border: 3px solid #E9993E;
		background:#E9993E url(../images/icon_white_cart.png) no-repeat 20px;
		color:#fff;
	}
	.b-main .b-main_player:hover{
		background:#E9993E url(../images/icon_play_white.png) no-repeat 20px;
	}
	.l-btn_big {
		margin-right: 2%;
	}
	.l-background_img{
		display: block;
		width:100%;
		height: auto;
	}
	.b-main{
		background:none;
		padding: 0px 0 0 0;
	}
	.l-text_m {
		line-height: 1.2;
		font-size: 35px;
		padding: 15px 0;
	}
	.b-main_descr {
		width: 100%;
	}
	.l-btn_big {
		margin-bottom: 20px;
		border: 3px solid #E9993E;
		background: transparent url(../images/or-cart.png) no-repeat 20px;
		font-size: 17px;
	}
	.l-text_s {
		font-size: 20px;
	}
	.b-started_img {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.b-started_item .b-started_price_container {
		width: 100%;
		float: none;
		text-align: center;
	}.b-started_order {
		width: 100%;
		padding: 0;
		float: none;
		text-align: center;
	}
	.b-started_order_shipping {
		padding-left: 0;
	}
	.b-started_order .l-btn_big {
		float: none;
		display: inline-block;
	}
	.b-started_price {
		margin-left: 0;
	}
	.b-started_item3 .b-started_img {
		width: 100%;
	}
	.b-started_item2_img {
		width: 30%;
		left:70%;
	}
	.b-diet_ebook h2 {
		font-size: 40px;
	}
	.b-diet_ebook_violet {
		font-size: 20px;
	}
	.b-diet .l-btn {
		font-size: 17px;
	}

	.b-deanna ul li {
		font-size: 16px;
	}
	.b-deanna ul li:before {
		margin-left: 3px;
		margin-right: 3px;
	}
	.b-ingr_item{
		width: 100%;
		float: none;
	}
	.b-ingr_item3{
		padding-top: 0;
	}
	.b-ingr_rice_img{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.b-ingr_rice_content{
		width: 100%;
		margin-left: 0%;
		padding-top: 25px;
	}
	.b-try .b-try_row .b-try_img{
		width: 100%;
		float: none;
		text-align: center;
		padding: 10px 0 0 9px;
		margin:0;
	}
	.b-try .b-try_row .b-try_img img{
		max-width:105px;
	}
	.b-try .b-try_row .b-try_content{
		float: none;
		width: 100%;
		text-align: center;
	}

	.b-main_bottom,
	.b-main_bottom .l-text_m {
		color:#404041;
	}	
	.b-main_bottom .main_proc3g_lg{
		display:none;
	}
	.b-main_bottom .main_proc3g_sm{
		display:block;
	}
	.b-main_bottom .l-btn_big{
		background:transparent url(../images/or-cart.png) no-repeat 20px;
		border:3px solid #E9993E;
		color:#E9993E;
	}
	.b-main_bottom .l-btn_big:hover{
		background:#E9993E url(../images/icon_white_cart.png) no-repeat 20px;
		border:3px solid #E9993E;
		color:#fff;
	}
	.b-contact h2 {
		font-size: 35px;
	}
	.b-hand {
		width: 40%;
		margin-right: -10%;
	}

}

@media (max-width: 720px){
	.b-main_img{ 
		color: #E9993E; font-weight: bold; font-size: 52px; line-height: 1.1;
	}
	.l-btn_big{
		margin-bottom:10px;
	}
	.b-main .l-btn_big{
		width: 40%;
	}
	.b-started_item2_img {
		width: 18%;
		left: 63%;
	}
	.b-diet_ebook_grey {
		padding: 0 16%;
	}
	.b-deanna ul li {
		font-size: 20px;
		float: none;
		display: inline-block;
	}
	.b-deanna_img {
		width: 28%;
	}
	.main_proc3g_sm{
		margin:0 auto;
	}
	.b-video_player {
		padding-bottom: 51.25%;
	}
	.b-main_bottom .b-main_descr{
		width:100%;
	}
	.b-main_bottom .l-btn_big  {
		margin: 10px auto;
		display: block;
		float: none;
		width: 39%;
	}
	.b-main_bottom .l-btn_big:hover {
		margin: 10px auto;
		display: block;
		float: none;
		width: 39%;
	}
	.b-contact_subscribe,
	.b-contact_follow{
		text-align:left;
	}
	.b-contact_line img{
		width:50px;	
	}
	.b-contact_data_text,
	.b-contact_data_text a{
		line-height: 50px;
		font-size: 16px;
	}
	.b-contact_follow li {
		width: 50px;
		height: 50px;
	}
	.b-contact_google,
	.b-contact_fb,
	.b-contact_tw,
	.b-contact_in,
	.b-contact_inst{
		background-size: cover;
	}
	.g-footer_copy{
		padding: 6px 0 15px;
	}
	.g-footer ul{
		padding: 0 0 15px;
	}
	.g-footer ul li{
		font-size: 15px;
	}
	.g-footer ul li:first-child a{
		padding-right: 7px;;
	}
	.g-footer ul li:last-child a{
		padding-left: 7px;
	}
	.g-footer_text{
		padding: 0 0 15px;	
	}
	.g-content_width {
		padding: 0px;
		width: 96%;
		margin: 0 auto;
		text-align:center;
	}
	.j-web_seal {
		display: none;
	}
}
@media (max-width: 625px){
	.b-diet .l-btn {
		font-size: 15px;
	}
}
@media (max-width: 620px){
	.b-main .l-btn_big{
		width: 39%;
		min-width:215px;
	}
	.b-main .l-btn_big img {
		padding-left: 20px;
	}
	.b-main .l-text_m {
		font-size: 30px;
	}
	.b-diet .l-btn {
		font-size: 18px;
	}
	.b-deanna ul li {
		font-size: 17px;
	}
	.b-main_bottom .l-btn_big{
		width:39%;
		line-height: 1.2;
	}
}
@media (max-width: 515px){
	.b-main .l-btn_big_cart,
	.b-main .b-main_player{
		display: block;
		margin: 10px auto;
		float: none;
	}
	.b-main .l-btn_big_cart:hover,
	.b-main .b-main_player:hover{
		display: block;
		margin: 10px auto;
		float: none;
	}
	.b-contact_subscribe input {
		width: 80%;
	}
	.b-contact_subscribe button {
		width: 80%;
		margin-top: 15px;
	}

}
@media (max-width: 475px){
	.g-content_width {
		padding: 0px;
		width: 96%;
		margin: 0 auto;
		text-align:center;
	}
	.g-header {
		padding: 30px 0 5px;
	}
	.g-header_lang {
		right: 0px;
	}
	.g-header_logo {
		width: 100%;
		text-align:center;
	}
	.g-header_logo img {
		float: none;
	}
	.g-header_logo_text {
		font-size: 16px;
		float: none;
		margin: 5px 0 0;
	}
	.g-header_nav .navbar-toggle{
		margin-right:0;
	}

	.b-introduction h2 {
		margin: 0px 0 8px;
		text-align:center;
	}
	.b-col_first{
		text-align:left;
	}
	.b-video_player {
		padding-bottom: 49.25%;
	}
	.b-hand {
		width: 50%;
	}
}
@media (max-width: 443px){
	.b-deanna_img {
		width: 33%;
	}
	.b-deanna ul li {
		font-size: 16px;
	}
	.g-footer ul li{
		display: block;
	}
	.g-footer ul li:first-child a,
	.g-footer ul li:last-child a{
		border-right: none;
		padding-right: 0;
	}
}
@media (max-width: 360px){
	.b-diet_ebook h2 {
		font-size: 35px;
	}
	.b-diet .l-btn {
		font-size: 15px;
	}
}
@media (max-width: 350px){
	.b-contact_data_text a {
		font-size: 15px;
	}
}
@media (max-width: 340px){
	.b-main .l-btn_big{
		line-height: 1.2;
	}
	.b-diet .l-btn {
		font-size: 15px;
	}
	.b-video_player {
		padding-bottom: 44.25%;
	}
}
