@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'OpenSans-Light'; src: url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg'); font-weight: normal; font-style: normal; } }

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'OpenSans-Regular'; src: url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'); font-weight: normal; font-style: normal; } }

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'OpenSans-Semibold'; src: url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'); font-weight: normal; font-style: normal; } }

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'OpenSans-Bold'; src: url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'); font-weight: normal; font-style: normal; } }

@font-face {
    font-family: 'PF Din Text Pro Light';
    src: url('../fonts/pfdintextpro-light.eot');
    src: url('../fonts/pfdintextpro-light.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-light.woff') format('woff'), url('../fonts/pfdintextpro-light.ttf') format('truetype'), url('../fonts/pfdintextpro-light.svg#pfdintextpro-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'pfdintextpro-light'; src: url('../fonts/pfdintextpro-light.svg#pfdintextpro-light') format('svg'); font-weight: normal; font-style: normal; } }

html{
    height: 100%;
}
body{
   	background-size:100% auto;
    background-color: #ebebeb;
    color: #696969;
    width: 100%;
	margin:0;
	padding:0;
    height: 100%;
}
body > .wrapper{
    height: auto;
    min-height: 100%;
    background: #ebebeb;
}
body, select, input, div{
	font-family: "Roboto", sans-serif;
	font-size:14px;
	line-height:auto;
}
h1,
h2,
h3,
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
	line-height: 10px;
}
h3 {
	font-size: 18px;
	line-height: 10px;
}

a,
a:focus,
input,
input:focus,
select,
textarea,
button,
button:focus,
button:active {
	outline: none!important;
	outline-offset: 0!important;
}

img{
	border:none;
/*	max-width: 100%;*/
}

.clr{
	clear:both;
	height:0;
}

hr{
	margin:15px 0;
}
p {
	margin: 10px 0 10px;
}

a{
	color:#069;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#069;
	text-decoration:underline;
	outline:none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	vertical-align: middle;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #FCFAFA;
	border-color: #CACACA;
	outline: none!important;
}
.label {
	font-size:85%!important;
}
#product-payment-header {
    color: white;
}
#product-payment-header > .label{
    font-size:20px!important;
}
.label-active,
.label-paid {
	background-color: #20B11A;
}
.label-fraud,
.label-terminated,
.label-unpaid {
	background-color: red;
}
.label-cancelled,
.label-suspended,
.label-refunded {
	background-color: #2371C5;
}
.label-pending {
	background-color: #B9B9B9;
}
.page-header {
	padding-bottom: 9px;
	margin: 0 0 20px;
}
.page-header h1 {
	font-size: 24px;
	line-height: 0;
}
.pagination {
	margin: 0;
}
.modal {
	top:20%;
}
.wrapper{
	width:980px;
	margin:0 auto;
}
/*
.headerwrapper {
	background: #00a8a8;
	border-bottom: 3px solid #eaeae9;
}
.headerwrapper.sticky {
	background-color: #00a8a8;
	position: fixed;
	top: -75px;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 100000;
}
.headerwrapper.sticky .logo {
	margin: 15px 0 0;
	height: 15px;
	overflow: hidden;
}
.headerwrapper.sticky .logo a{
	background-size: 100px;
}
.headerwrapper.sticky .navbar-in {
	margin:0 20px 0;
}
.headerwrapper.sticky .header {
	height:50px;
}
.header {
    margin:0 auto;
	width:100%;
	height:90px;
}


.logo{
	margin:35px 0  0;
	float:left;
}

.logo a{
	background:url(../images/logo.png) no-repeat;
	background-size: 150px;
	width:150px;
	height:25px;
	float:left;
}
*/
.navbar-in {
	float:left;
	height:50px;
	margin:20px 20px 0;
}

.navbar-in a{
	font-size: 18px;
}
.navbar-in  a.main-menu {
	font-size: 18px;
}
/*.navbar-in #login-button {
	margin: 10px 10px 0;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00a8a8;
}*/
.login-form {
	width: 350px;
	left: 45%!important;
}
.bordered-box {
    border: 1px solid #DDDDDD;
    /*border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;*/
    padding: 25px 15px 10px 15px;
}
.moduleoutput {
    text-align: center;
}
.invideoBanner{
	background:url(../images/invideo-banner.jpg) top center no-repeat;
	width:925px;
	height:223px;
	float:left;
}
.invideoBanner > a{
	margin-left:580px;
	margin-top: 170px;
	display: inline-block;
}

.bannerWrapper{
    width:100%;
	float:left;
	}

.banner{
    background:#fff url(../images/lamp.png) top left no-repeat!important;
    width:100%;
	height:558px;
	float:left;
	}

.banner.ref-class{
    background: #fff url(../images/refclass_bg.png) bottom left no-repeat!important;
    height:558px;
    position: relative;
    }



.banner.ref-class .ref-class-text    {
    position: relative;
    height: 420px;
    width: 520px;
}



.banner.ref-class .ref-class-text p {
    padding-top: 360px;
    margin-left: 100px;
    font-size: 22px;
    line-height: 1.2em;
    color: #111;
    font-family: Trebuchet MS, sans-serif;
    font-weight: normal;
    margin-right: 0;
}

.bannerContent{
	margin-top:30px;
	width:100%;
	height:350px;
	float:left;
    position: relative;
	}

.bannerContent h2{
	margin:-16px 520px 0;
	color:rgb(61, 63, 63);
	font-size:25px;
	line-height:35px;
	font-family:Trebuchet MS, sans-serif;
	font-weight:normal;
    min-width: 400px;
}
.bannerContent p{
	margin:-5px 220px 0;
	color:#b0b0b0;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
 .bannerContent a{
	margin-top: 50px;
    margin-left: 120px;
	color:#b0b0b0;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
     .bannerContent a.youtube {
        position: absolute;
        left: 0;
        top: 25px;
     }

      .bannerContent a.youtube.youtube_but {
        position: absolute;
        left: 190px;
        top: 80px;
        display: block;
        width: 80px;
        height: 80px;
        -background: #ccc;
     }

     .bannerContent a.youtube.youtube_span {
        position: relative;
        top: auto;
        left: auto;
        margin: auto;
        }


.bannerContent h3{
	margin:168px 130px 0;
	color:#fff;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: italic;
	}
.bannerContent h2 sup{
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
.bannerContent ul{
	font-size:16px;
	font-weight:bold;
	margin:30px 50px 0;
	padding:0;
    max-width: 400px;
	}

.bannerContent ul li{
	background:url(../images/red-li.png) no-repeat;
	width:350px;
	height:26px;
    line-height:44px;
	list-style:none;
	color:#2f3030;
	padding-left:50px;
	margin-bottom:5px;
    font-size:13px;
	font-weight:normal;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : normal;
    vertical-align      : middle;
	}

.bannerContent ul li     { *display  : inline;} /* haslayout for IE6/7 */
.bannerContent ul span{
    margin-bottom:10px;
    display:inline-block;
    font-weight:bold;
}
.bannerBtnCon{
	margin:10px auto;
    padding-right: 65px;
	float:right;
	}

.signUpBtn{
	float:left;
	}

.signUpBtn a{
    text-transform:uppercase;
	float:left;
	}


.MoreBtn{
	float:left;
    padding-left: 10px;
	}

.MoreBtn a{
	text-transform:uppercase;
	float:left;
	}

/*.products {
    background:url(../images/products-bg.jpg) top center no-repeat;
	width:947px;
	height:650px;
	float:left;
	}*/

.productsContent {
	margin-top:30px;
	width:100%;
	float:left;
	}
.productsContent div {
	margin:0;
	width:295px;
    height:250px;
	float:left;
	}
.productsContent div h3{
    margin-left: 90px;
    margin-top: -8px;
	color:#004890;
	font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-decoration:none;
	}

    .front .productsContent div h3 {
        font-size: 17px;
        line-height: 24px;
    }
.productsContent div p{
	margin: 165px 0px 0px 92px!important;
    font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.h3title {
	padding-top:  20px;
	color:#c8df30;
	font-size:34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-decoration:none;
}
.h4title{
    padding-top: 5px;
    padding-bottom: 15px;
   	color:#004890;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
    text-decoration:none;
}
.dashboard {
    margin-left: -10px;
    margin-top: -10px;
    background:url(../images/dashboard.png) top center no-repeat;
	width:947px;
	height:500px;
	}


.calculator {
    margin-left: -10px;
    margin-top: -10px;
    background:url(../images/calculator-bg.png) top center no-repeat;
	width:947px;
	height:310px;
	}

.calculatorContent {
	margin-top:30px;
	float:left;
}
.calculatorContent div h3{
    margin-left: 40px;
    margin-top: -10px;
	color:#c8df30;
	font-size:34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-decoration:none;
}
.calculatorContent div h4{
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 38px;
   	color:#004890;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
    text-decoration:none;
}
.calculatorInput {
	font-size:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#544b54;
	background:#faf7fa;
	border:3px solid #f2eff2;
	text-shadow:1px 1px 0px #fff;
	box-shadow:0px 1px 2px #bdb9bd;
	-moz-box-shadow:0px 1px 2px #bdb9bd;
	-webkit-box-shadow:0px 1px 2px #bdb9bd;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	width:50px;
	height:40px;
	padding:4px 12px;
	margin:0 auto;
}
.calculatorInput:active{
	position:relative;
	top:2px;
}
.calclabels {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	width:370px;
	padding-top:20px;
}
.calcfields {
	padding-top:20px;
}


.welcomePromotion {
    margin-left: -10px;
    background:url(../images/welcome-promotion.png) top center no-repeat;
	width:947px;
	height:282px;
	float:left;
	}

.welcomePromotionContent {
	margin-top:30px;
	width:610px;
	float:left;
	}
.welcomePromotionContent div {
	margin:0;
	width:600px;
    height:100%;
	float:left;
	}
.welcomePromotionContent div h3{
    margin-left: 0px;
    margin-top: -20px;
    text-align: center;
	color:#c8df30;
	font-size:34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-decoration:none;
	}
.welcomePromotionContent div h4{
    margin-left: 0px;
    margin-top: 1px;
    text-align: center;
   	color:#004890;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
    text-decoration:none;
	}
.welcomePromotionContent div h5{
    margin-left: 160px;
    margin-top: 2px;
	color:#0264c6;
	font-size:14px;
    line-height: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
    text-decoration:none;
	}

.welcomePromotionContent div p{
    margin-left: 40px;
    margin-top: 140px;
	color:#8c8d8e;
	font-size:10px;
    line-height: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
    text-decoration:none;
}
.welcomePromotionCounter {
    float: right;
    margin-top: 3px;
    margin-right: 15px;
    padding-right: 10px;
    max-height: 276px;
    background-color: #fbfbfb;
}
.welcomePromotionCounter h5{
	color:#0264c6;
	font-size:14px;
    line-height: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
    text-decoration:none;
    max-width: 300px;
 }
 .welcomePromotionCounter p{
    margin-top: 15px;
    margin-left: 70px;
	}
.pr-separator {
    min-width:947px;
	max-height:65px;
	display:inline;
}
.productscollage {
    background:url(../images/products-collage.png) top center no-repeat;
	width:928px;
	height:540px;
	float:left;
	}

.productscollageContent {
	margin-top:30px;
	width:100%;
	float:left;
	}
.productscollageContent div h3{
    text-align: center;
    margin-top: 10px;
	color:#c8df30;
	font-size:48px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration:none;
	}
.productscollageContent div h4{
    text-align: center;
    padding-top: 8px;
	color:#003a7e;
	font-size:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration:none;
	}
.couponsBanner {
    margin-left: -15px;
    margin-top: 50px;
    background:url(../images/coupons-bg.png) top center no-repeat;
	width:928px;
	height:400px;
	float:left;
	}

.couponsBannerContent {
	margin-top:30px;
	width:100%;
	float:left;
	}
.couponsBannerContent div h3{
    text-align: center;
    margin-top: 10px;
	color:#c8df30;
	font-size:48px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration:none;
	}
.couponsBannerContent div h4{
    text-align: center;
    margin-top: 8px;
	color:#003a7e;
	font-size:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration:none;
	}
.couponsBannerContent div h5{
    margin-left: 360px;
    margin-top: 8px;
    line-height: 18px;
	color:#7f6ea9;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration:none;
	}
.couponsBannerContent div p{
	margin-top: 150px!important;
    margin-left: 680px!important;
}
/*  ---- Shops Banner ---- */

.shopsBanner {
    background:url(../images/shops-bg.png) top center no-repeat;
	width:928px;
	height:370px;
	float:left;
	}

.shopsBannerContent {
	margin-top:74px;
    margin-left:24px;
	max-width:400px;
    height:235px;
	float:left;
	}
.shopsBannerContent  h3{
	margin-top: 6px;
    text-align: center;
	color:#fff;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration:none;
	}
.shopsBannerContent h4{
    width: 220px;
    height:100px;
    line-height: 18px;
    margin-left: 160px;
    margin-top: 30px;
    padding-bottom: 20px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration:none;
	}
.shopsBannerContent a{
    padding-right: 5px;
    float:right;
    padding: 6px 16px;
    font-size: 16px;
}

.bodyCon{
    background: #fff;
    margin-bottom: 50px;
	width:975px;
	min-width:975px;
	min-height: 300px;
	padding:30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.slogan {
    font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
    text-align: center;
    font-style:normal;
    background:#fff;
    border:2px solid #d8c0c0;
    box-shadow:2px 2px 5px #d1d1d1;
    -moz-box-shadow:2px 2px 5px #d1d1d1;
    -webkit-box-shadow:2px 2px 5px #d1d1d1;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    padding:25px 40px;
}


#pics img {
    height: 175px;
	width: 410px;
	margin:12px;
}


.promobox {
    background:#fff;
    border:1px solid #DDDDDD;;
    /*box-shadow:2px 2px 5px #d1d1d1;
    -moz-box-shadow:2px 2px 5px #d1d1d1;
    -webkit-box-shadow:2px 2px 5px #d1d1d1;
    */
    border-radius:4px 4px 4px 4px;
    -moz-border-radius:4px 4px 4px 4px;
    -webkit-border-radius:4px 4px 4px 4px;

    padding:10px;
    overflow:hidden;
    float:left;
    height:190px;
    margin-bottom: 15px;

}
.promobox img  {
    float:left;
    margin-right: 10px;
}

.promobox > div:first  {
    float:left;
}
.coupons {
        border: 1px solid #ececec;
        padding:5px;
        width: 915px;
        height:73px;
		background: url(../images/banner_actionnew.jpg) 5px center no-repeat;
        margin-bottom:20px;
}
.coupons div {
	width: 49%;
}
.coupons div h3 {
    font-size: 110%;
	color: #444444;
	margin-left:280px;
}

.coupons div h4 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: center;
        font-size: 40px;
        font-weight: bold;
		color: #0071E4;
        text-shadow: #46C6FF 1px 1px 2px;
        margin-left:200px;
}
.coupons p {
        margin-left: 740px;
        margin-top: -60px;
}
.bodyLeft{
	width:630px;
	float:left;
	}

.box01Main{
	width:308px;
	margin-bottom:20px;
	float:left;
	}

.box01{
	background:url(../images/box01Bottom.png) no-repeat left bottom;
	width:308px;
	padding-bottom:30px;
	float:left;
	}

.box01Top{
	background:url(../images/box01Top.png) no-repeat left top;
	width:286px;
	height:85px;
	float:left;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	line-height:67px;
	padding-left:22px;
	}

.box01Top02{
	background:url(../images/box01Top02.png) no-repeat left top;
	}

.box01Top03{
	background:url(../images/box01Top03.png) no-repeat left top;
	}


.box01Content{
	border-left:1px solid #b1b1b1;
	border-right:1px solid #b1b1b1;
	width:306px;
	float:left;
	}

.box01Content01{
	background:url(../images/box01Repaet.png) repeat-x left bottom #f9f9f9;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	width:262px;
	padding:20px 20px 15px;
	float:left;
	color:#333333;
	}

.box01Content01 ul{
	margin:0 0 20px 0;
	padding:0;
	}

.box01Content01 ul li{
	background:url(../images/liBg.png) no-repeat left center;
	line-height:26px;
	padding-left:20px;
	border-bottom:1px dashed #b8b8b8;
	list-style:none;
	color:#333333;
	font-weight:bold;
	}

.box1-image{
	background:url(../images/plan1-image.png) no-repeat left top;
	width:74px;
	height:94px;
	position:absolute;
	margin-left:213px;
	margin-top:20px;
}

.box2-image{background:url(../images/plan2-image.png) no-repeat left top;}
.box3-image{background:url(../images/plan3-image.png) no-repeat left top;}

.priceCon{
	background:url(../images/priceBtn.png) no-repeat left top;
	width:255px;
	height:55px;
	line-height:55px;
	float:left;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-shadow:1px 1px #002244;
	}

.priceCon02{background:url(../images/priceCon02.png) no-repeat left top}
.priceCon03{background:url(../images/priceCon03.png) no-repeat left top}

.boxBtnCon{
	margin:-3px 22px 0 0;
	width:200px;
	height:41px;
	float:right;
	}

.orderBtn{
	float:left;
	}

.orderBtn a{
	background:url(../images/orderNow.png) no-repeat left top;
	width:112px;
	height:41px;
	line-height:41px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	text-shadow:1px 1px #002244;
	text-transform:uppercase;
	float:left;
	}

.orderBtn02 a{background:url(../images/orderNow02.png) no-repeat left top;}
.orderBtn02 a:hover{background:url(../images/orderNow02.png) no-repeat left bottom !important;}
.orderBtn03 a{background:url(../images/orderNow03.png) no-repeat left top;}
.orderBtn03 a:hover{background:url(../images/orderNow03.png) no-repeat left bottom !important;}

.orderBtn a:hover{
	background:url(../images/orderNow.png) no-repeat left bottom;
	}

.moreBtn{
	margin:10px 0 0;
	float:right;
	}

.moreBtn a{
	background:url(../images/more..png) no-repeat right center;
	width:68px;
	height:23px;
	float:right;
	font-size:22px;
	font-weight:bold;
	color:#909090;
	text-shadow:1px 1px #FFF;
	}

.moreBtn a:hover{
	text-decoration:underline;
	}

.box03{
	background:url(../images/box03Bottom.png) no-repeat left bottom;
	width:629px;
	padding-bottom:7px;
	margin-bottom:15px;
	float:left;
	}

.box03Top{
	background:url(../images/box03Top.png) no-repeat left top;
	width:614px;
	height:56px;
	float:left;
	line-height:56px;
	font-size:20px;
	font-weight:bold;
	padding-left:15px;
	}

.box03Content{
	border-left:1px solid #b1b1b1;
	border-right:1px solid #b1b1b1;
	width:627px;
	float:left;
	}

.box03Content01{
	background:url(../images/box01Repaet.png) repeat-x left bottom #f9f9f9;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	width:583px;
	padding:20px 20px 15px;
	float:left;
	}

.BG01{
	background: !important;
	}

.R1Style{
	margin:0;
	padding:0;
	}

.R1Style li{
	background:url(../images/liPlanBg.png) no-repeat center top;
	line-height:42px;
	list-style:none;
	float:left;
	width:116px;
	text-align:center;
	font-size:16px;
	color:#333333;
	margin-bottom:4px;
	}

.h1 li{
	color:#004991 !important;
	background:url(../images/liPlanBgHeading.png) no-repeat center top !important;
	}

.h1 li:last-child{
	color:#004991 !important;
	background:url(../images/liPlanBgHeading.png) no-repeat right top !important;
	}

.h1 li:first-child{
	color:#004991 !important;
	background:url(../images/liPlanBgHeading.png) no-repeat left top !important;
	}

.c1{
	background:url(../images/liPlanBg.png) no-repeat left top !important;
	width:85px !important;
	}

.c5{
	background:url(../images/liPlanBg.png) no-repeat right top !important;
	width:150px !important;
	}

.anchorStyle02{
	margin:10px 0 0  0
	}

.box02{
	background:url(../images/box02Bottom.png) no-repeat left bottom;
	width:308px;
	padding-bottom:7px;
	margin-bottom:16px;
	float:left;
	}

.box02Top{
	background:url(../images/box02Top.png) no-repeat left top;
	width:293px;
	height:56px;
	float:left;
	font-size:20px;
	font-weight:bold;
	padding-left:15px;
	line-height:56px;
	}

.imgStyle01{
	margin:10px 25px 0 0;
	float:right;
	}

.box02Content{
	border-left:1px solid #b1b1b1;
	border-right:1px solid #b1b1b1;
	width:306px;
	float:left;
	}

.box02Content02{
	background:url(../images/box02R.png) repeat-x;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	width:262px;
	padding:10px 20px;
	float:left;
	}

.anchorStyle01{
	float:right;
	background:url(../images/more..png) no-repeat right center;
	height:23px;
	float:right;
	font-size:22px;
	padding-right:20px;
	font-weight:bold;
	color:#909090;
	text-shadow:1px 1px #FFF;
	}

.ulSTyle01{
	margin:0 0 20px;
	padding:0;
	}

.ulSTyle01 li{
	background:url(../images/liBg.png) no-repeat left center;
	padding-left:20px;
	list-style:none;
	line-height:26px;
	border-bottom:1px dashed #b8b8b8;
	}

.anchorStyle01:hover{
	text-decoration:underline;
	}

.bodyRight{
	width:309px;
	float:right;
}

.footerWrapper{
	background:#333;
	width:100%;
	float:left;
	color: #838287;
}

.footer{
	width:950px;
	height:240px;
	float:left;
}
.language > button {
	width:90px!important;
	height:25px;
	font-size:10px;
	float:right!important;
}
.siteMapCon{
	margin:32px 0 0 23px;;
	width:905px;
	float:left;
}

.siteMap{
	margin-right:68px;
	float:left;
	color:#838287;
}

.siteMap h3{
	margin:0 0 18px;
	padding:0;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
}

.siteMap ul{
	margin:0;
	padding:0;
}

.siteMap ul li{
	padding-left:13px;
	list-style:none;
	line-height:24px;
}

.siteMap ul li a{
	color:#838287;
}

.siteMap ul li a:hover{
	text-decoration:underline;
}

.webHosLogo{
	width:260px;
	height:11px;
	float:right;
	padding:45px 0 0;
	text-align:right;
	color:#6f6f6f;
}
.webHosLogo .addthis_toolbox {
    float: right;
    width: 140px;
    text-align: right;
}
.BlueDesc h3 {
    text-align: center;
	text-decoration:none;
	}

div.banner #whmcsorderfrm div.slogan {
    margin:-408px 520px;
}



#coachingList td {
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
}
#coachingList tr:last-child td {
    border-bottom: none;
}
#coachingList td.subscribe {
    width: 160px;
    text-align: center;
}
#coachingList td.img {
    width: 200px;
    text-align: center;
}
#coachingList td.img img {
    max-width: 185px;
    max-height: 185px;
}
#coachingList td.subscribe div.places {
    height: 20px;
}
#coachingList td.subscribe div.descr {
    height: 90px;
}
#coachingList td.subscribe div.descr div {
    margin: 0 0 10px 0;
}
#coachingList div.title {
    float: left;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
}
#coachingList div.descr {
    float: left;
    width: 100%;
    min-height: 100px;
    margin: 0 0 8px 0;
}
#coachingList div.start {
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-style: italic;
}
#coachingList div.countdown {
    width: 560px;
    height: 78px;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: left top;
    -moz-transform: scale(0.5);
    -moz-transform-origin: left top;
    -o-transform: scale(0.5);
    -o-transform-origin: left top;
}
#coachingList div.countdown_container {
    float: left;
    width: 280px;
    height: 40px;
}
#coachingList div.countdown div.cntSeparator {
    height: 78px;
    margin: 0 2px 0 2px;
    line-height: 78px;
    font-size: 40px;
}
#dlgCoaching .event_title {
    font-weight: bold;
}



#dlgRegister {
    padding:0;
}
#dlgRegister div.slogan {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}
#dlgRegister div.btnLoginContainer {
    height: 24px;
    line-height: 24px;
}
#dlgRegister div.btnLoginContainer span {
    float:left;
}
#dlgRegister div.btnLoginContainer a:hover {
    background-color: #ffab23 !important;
    color: #069;
}
#dlgRegister div.btnLoginContainer a:active {
    position: relative;
    top: 1px;
}
#dlgRegister div.btnLoginContainer a {
    -moz-box-shadow: inset 0px 0px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 0px 0px 0px #fff6af;
    box-shadow: inset 0px 0px 0px 0px #fff6af;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background-color: #ffec64;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right !important;
    color: #333333;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    padding: 0 12px 0 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffee66;
    outline: none;
}


#videoList {
    list-style: none;
    margin: 0;
}
#videoList li {
    float: left;
    width:300px;
    margin: 0 8px 10px 0;
    border: 1px solid #dddddd;
    border-radius: 10px;
    text-align: center;
    overflow:hidden;
}
#videoList li img {
    width: 280px;
    height: 200px;
}
#videoList li span {
    float: left;
    width: 95%;
    padding:10px;
}
#videoPreview div.flowplayer {
    overflow: hidden;
}

div.ui-dialog div.row {
    float: left;
    width: 100%;
    margin: 5px 0 5px 0;
}
div.ui-dialog div.row-btn {
    text-align: center;
}
div.ui-dialog div.row span {
    float: left;
    width: 100%;
    line-height: 1.5em;
}
div.ui-dialog div.row input[type=text] {
    width: 310px;
}
div.ui-dialog div.row input[type=submit] {
    width: auto;
}



#elementDzin {
    display: none;
    position: absolute;
    left: 145px;
    -top: 128px;
    margin-top: 3px;
    padding-top: 23px;
    width: 220px;
    background: url(../img/elementstrelka.png) no-repeat top center;
}

#elementDzin p {

    background: #fcfcfd;
    border: 3px solid #66a3cf;
    padding: 16px;
    font-size: 14px;
    font-family: Trebuchet MS, sans-serif;
    line-height:1.2em;
    color: #111;

        border-radius:  8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -khtml-border-radius: 8px;



     -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.3);
 -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.3);
 box-shadow: -5px 0 5px rgba(0, 0, 0, 0.3);

   behavior: url(/PIE/PIE.htc);
}


#elementDzinClose {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 28px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 4px;
    color: #66a3cf;
    border: 1px solid #66a3cf;

           border-radius:  8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -khtml-border-radius: 8px;

   behavior: url(/PIE/PIE.htc);
}
form label.error {
    float: left !important;
    width: 100% !important;
    color: #ff0000 !important;
}
form p label.error {
    float: right !important;
    width: auto !important;
}




.-hlab-stage .control-panel .cell.first {
    margin-left: 350px;
}

.-hlab-stage .control-panel .cell.last {
    margin-left: -0px;
}


.-hlab-stage .control-panel .split {
    display: none;
}



#whmcsthemes #whmcsorderfrm #register fieldset{
    margin-bottom: 0;
}


#whmcsthemes #whmcsorderfrm #register fieldset .clearfix {
    margin-bottom: 14px;
}


#whmcsthemes .ref-class #whmcsorderfrm #register fieldset .clearfix {
    margin-bottom: 22px;
}


#whmcsthemes #whmcsorderfrm #registerbutton,
#whmcsthemes #whmcsorderfrm #coachingbutton {
    height: 50px;
    width: 300px;
    margin-top: 0;
    background-color: #ff9205; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ff9205, #f58a00); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9205', endColorstr='#f58a00'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9205', endColorstr='#f58a00'); /* IE8 */
	background: -ms-linear-gradient(top, #ff9205, #f58a00); /* IE9 */
	background: -moz-linear-gradient(top, #ff9205, #f58a00); /* Firefox */
	background: -o-linear-gradient(top, #ff9205, #f58a00); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ff9205, #f58a00); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9205), color-stop(1, #f58a00)); /* Chrome 10, Safari */
    padding: 6px 16px;
    font-size: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


.ref-class .text-des2 {
    display: none;
}


.ref-class.new-design .text-des1 {
    display: none;
}


.ref-class.new-design .text-des2 {
    display: block;
}


#but-video-ref {
    display: none;
    position: absolute;
    left: 370px;
    bottom: -20px;
    width: 76px;
    height: 76px;
    background: url(../img/but_video_ref.png) no-repeat 0 0;
    cursor: pointer;
}



/*coachingInquirer*/

#coachingInquirer {
    overflow: hidden;background-color:#fafafa;padding-bottom:5px!important;
}

#whmcsthemes #whmcsorderfrm #coachingInquirer h2 {
    text-align: center;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #111;
     text-transform: uppercase;
}


#whmcsthemes #whmcsorderfrm #coachingInquirer .input_check {
    margin: 20px 10px 20px 130px;
    font-size: 24px !important;
    line-height: 24px !important;
}

#whmcsthemes #whmcsorderfrm #coachingInquirer input.check {

    height: 14px;
    margin-right: 20px;

}


#whmcsthemes #whmcsorderfrm #coachingbutton {
    margin: 50px auto;
    display: block;
}




/*SkypeList NEW*/


table .clientareatable.skypelist td {
    vertical-align: top;
    padding-bottom: 30px;
}

.clientareatable.skypelist div.register {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;

}




.clientareatable.skypelist .foto_skypelist {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 5px;
}


.contact_skypelist {
    padding-left: 135px;
    padding-top: 5px;
    position: relative;
    max-width: 155px;
}



.clientareatable.skypelist .partner-class {

    background: url(../img/partner_class_start.png) no-repeat top left;
    margin: 8px 0;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 0 4px 24px;
    position: relative;
}


.clientareatable.skypelist .partner-class.advanced,
.clientareatable.skypelist .partner-class.professional {
    background: url(../img/partner_class.png) no-repeat top left;

 }

 .clientareatable.skypelist .partner-class .partner-num {
    position: absolute;
    left: 2px;
    top: 1px;
    font-size: 13px;
    color:#000;
 }


 .skypelist_info {
    background: #fbfbfb;
 }


 .skypelist_info .border_in td {
    border-right: 1px solid #ccc;
    padding: 0 20px 0 30px;
 }


 .skypelist_info .border_in td:last-child {
    border-right: none;
 }



 #ci_table label {
    font-weight: bold;
 }

 #typedisplay {
    position: absolute;
    top: 10px;
    right: 20px;
 }



 /*ABC*/


 .abc-block table {
    border: none;
 }

 .abc-td-two li {
    list-style: none;
 }



 /*Levental*/


 .banner-levental {
      float: left;
    height: auto;
    width: 100%;
       background:#fff url(../images/levental_bg.png) top left no-repeat!important;
 }


 .banner-levental .bannerContent {
    height: auto;
 }

  #content-left p{
    margin: 0;
    font-size: 24px;
    line-height: normal;
    color: #000;
    padding-left: 20px;
    text-align: center;
    font-weight: normal;
  }


  #content-left p.title-lev {
    margin-top: 4px;
    margin-bottom: 30px;
    color: #fff;

    padding-left: 40px;
  }


 #content-left #videoPreviewLev {
    width: 360px;
    height: 300px;
    padding-left: 70px;
    padding-right: 50px;
    z-index: 600;
 }

 #content-left #videoPreviewLev .vjs-control-bar {
    z-index: 999;
 }

 #content-right {
    position: relative;
    padding-left: 520px;
 }


 .bannerContent #content-right h2 {

    margin: 0;
    text-align: center;
    width: 400px;
    line-height: 24px;
 }

  .bannerContent #content-right h2 sup {
    line-height: 50px;
  }


 div.banner #content-right #whmcsorderfrm div.slogan {
    margin:0;
}



 .banner-levental #slogan-bottom {
    text-align: center;
    margin: 20px 25px 20px 10px;
    border: 2px solid #d8c0c0;

      	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

    	box-shadow:0px 1px 2px #bdb9bd;
	-moz-box-shadow:0px 1px 2px #bdb9bd;
	-webkit-box-shadow:0px 1px 2px #bdb9bd;

    color: #000;
    padding: 12px;
 }


  .banner-levental #slogan-bottom .title-lev {
    font-size: 24px;
  }


   .banner-levental #slogan-bottom .text-lev {
    font-size: 14px;
    font-style: italic;
  }




div.p_table #products li {
    float: left;
    width: 33.3%;
    text-align: center;

    background-image: linear-gradient(top, #3373b6, #26579a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3373b6', endColorstr='#26579a');
    background: -ms-linear-gradient(top, #3373b6, #26579a);
    background: -moz-linear-gradient(top, #3373b6, #26579a);
    background: -o-linear-gradient(top, #3373b6, #26579a);
    background: -webkit-linear-gradient(top, #3373b6, #26579a);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3373b6), color-stop(1, #26579a));
}
div.p_table #products li:first-child,
div.p_table #products li:last-child {
    background-color: #2f68a3;
    background-image: linear-gradient(top, #3e8abd, #2f68a3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd', endColorstr='#2f68a3');
    background: -ms-linear-gradient(top, #3e8abd, #2f68a3);
    background: -moz-linear-gradient(top, #3e8abd, #2f68a3);
    background: -o-linear-gradient(top, #3e8abd, #2f68a3);
    background: -webkit-linear-gradient(top, #3e8abd, #2f68a3);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e8abd), color-stop(1, #2f68a3));

}


div.p_table #products li div.descr {
    height: 80px;
    padding: 10px;
    color: #ffffff;
    border-bottom: 1px solid #4599cf;
}

div.p_table #products li div.buttons {
    padding: 10px 0 10px 0;
}
div.p_table #result table {
    float: left;
    margin: 10px 0 0 0;
}
div.p_table #result .zfinish div.economy {
    float: left;
    width: 300px;
}
div.p_table #result .zfinish div.buttons {
    float: right;
    width: 200px;
}



/*Coaching new design*/
/*-----------  position------------*/
#coachPosition td  {
    text-align: center;
}
#coachPosition .two-line p  {
	padding-top:50px;
    color:#494949;
    font-size: 14px;
}

#coachPosition .one-line td {
    height: 215px;
    vertical-align: bottom; padding:0;
    background-color:#f4f4f4;
}

#coachPosition .one-line td.two-td {
    background-color:#e5e5e5;
}

#coachPosition .one-line td.three-td {
    background-color:#1f6ab4;
}

#coachPosition .one-layer {
    height:140px;
    background-color:#3889c0;
    color:#71d9ff;
}

#coachPosition .two-td .one-layer {
    height:175px;
    background-color:#277abc;
    color: #9cd2ff;
}

#coachPosition .three-td .one-layer {
    height:215px;
    background-color:#1f68b4;
    color: #fff;
}

#coachPosition .one-line .active {
    background-image: linear-gradient(bottom, rgb(158,210,0) 15%, rgb(158,210,0) 0%, rgb(210,225,4) 79%);
	background-image: -o-linear-gradient(bottom, rgb(158,210,0) 15%, rgb(158,210,0) 0%, rgb(210,225,4) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(158,210,0) 15%, rgb(158,210,0) 0%, rgb(210,225,4) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(158,210,0) 15%, rgb(158,210,0) 0%, rgb(210,225,4) 79%);
	background-image: -ms-linear-gradient(bottom, rgb(158,210,0) 15%, rgb(158,210,0) 0%, rgb(210,225,4) 79%);
}


#coachPosition .one-line .active div
{
   background: #9fd200 !important;

}

#coachPosition .one-layer p {
    padding-top: 28px;
    padding-bottom: 44px;
    font-size: 42px;
    border-bottom: 1px solid #2e6faf;
    margin-bottom: 2px;
}

#coachPosition .two-td .one-layer p {
    padding-top: 35px;
    padding-bottom: 72px;
    border-bottom: 1px solid #205ea9;

}

#coachPosition .three-td .one-layer p {
    padding-top: 50px;
    padding-bottom: 97px;
    border-bottom: 1px solid #184c9c;

}

#coachPosition .one-line .active {
    color: #000;
}


#coachPosition .one-line .active p {
    border-bottom: 1px solid #91bc03 !important;
}

#coachPosition .one-layer div {
    font-size: 24px;
    text-transform: uppercase;
    background: #2e6faf;
    padding: 14px;
}

#coachPosition .two-td .one-layer div {
    background: #205ea9;
}

#coachPosition .three-td .one-layer div {
    background: #184c9c;
}

/*Products Modal*/
#productsModal {
	top: 10%;
	max-height: 560px;
}
#productsModal .modal-dialog{
	width: 975px;
}
#productsModal .modal-content{
	height: 550px;
}

#productsModal .modal-body{
	padding-top:5px;
	max-height: 400px;
    overflow-y: auto;
}
#productsModal  .modal-footer {
	border-top: 0;
	overflow: hidden;
}
/*Coach Product*/

.coach-prod {
    padding: 0;
    width: 288px;
    border: 1px solid #dddddd;

    	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

    min-height: 400px;
    float: left;
    margin: 10px 0px 10px 0;
    overflow: hidden;
    position: relative;
}

.coach-prod:nth-child(3n+2) {
    margin: 10px 30px 10px 29px;
}


.coach-prod .title-coach-prod {
    background: #f4f4f4;

    	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;


    text-align: center;
    min-height: 80px;
    height: 80px;
    overflow: hidden;
    color: #494949;
    font-size: 18px;
    padding: 10px 5px 3px;
}


.coach-prod .img-coach-prod {
    text-align: center;
    margin: 20px auto -20px auto;
    min-height: 260px;
}


.coach-prod .check-coach-prod {
    text-align: center;
    margin-bottom: 20px;
}


.coach-prod .check-coach-prod button {
    width: 28px;
    height: 28px;
    font-size: 24px;
    border: 2px solid #888888;
    color: #388ac1 !important;
    background: none;
    padding: 0;
    text-indent: -10000px;
    line-height: 10px;
}
.coach-prod .check-coach-prod button:disabled {
    background: #eeeeee;

}
.coach-prod .check-coach-prod button.active {
    text-indent: 0;
}

.coach-prod .price-coach-prod {
    background: #388ac1;
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding: 18px;
}




.order-modern #result {
    right: 0;
    top: 160px;
	height: 400px;
	margin: 0 auto;
	position: fixed;
	width: 240px;
	z-index: 1000;
}
.order-modern #result  > div{
	background: #FAF2FF;
	box-shadow: 2px 3px 10px #D6D6D6;
}
#coaching_new #result .economy span {
    font-size: 28px;
    font-weight: bold;
    color: #388ac1;
    padding: 3px;
    background: #dddddd;
}

#coaching_new #result .economy {
    font-size: 24px;
    margin: 20px;
    color: #388ac1;
}

#coaching_new #result .sum {
     background: #388ac1 !important;




	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

    color: #fff;
    font-size: 24px;
    margin: 10px;
    padding: 16px;


}

tr.product input.button_hide{
    display:none;
    float:right;
}

tr.product:hover input.button_hide{
    display:block;
}



tr.product td:first-child {
    display: block;
    position: relative;
    padding: 20px 120px 20px 10px;
}

tr.product input.button_hide {
    position: absolute;
    right: 10px;
    bottom: 12px;
}

div.coach-prod input.btnDetail{
    position:absolute;
    display:none;
    left: 100px;
	top: 200px;
    background-image: linear-gradient(top, #4292c8, #3069a4); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4292c8', endColorstr='#3069a4'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4292c8', endColorstr='#3069a4'); /* IE8 */
	background: -ms-linear-gradient(top, #4292c8, #3069a4); /* IE9 */
	background: -moz-linear-gradient(top, #4292c8, #3069a4); /* Firefox */
	background: -o-linear-gradient(top, #4292c8, #3069a4); /* Opera 11  */
	background: -webkit-linear-gradient(top, #4292c8, #3069a4); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4292c8), color-stop(1, #3069a4)); /* Chrome 10, Safari */
    border-radius: 5px 5px 5px 5px ;
    padding: 5px 8px;
    color: #fff;
    text-transform: uppercase;
}

div.coach-prod:hover input.btnDetail{
    display:block;
}

.hide_about_product_info{
    display:none;
}

#about_product_info{
    width: 90%;
    height:600px;
    padding:10px 5px 20px 5px;
    position:fixed;
    top:10%;
    left:4.5%;
    background-color: #f7f7f9;
    border: 1px solid black;
    border-radius: 8px 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    overflow:hidden;
}

#about_product_info .about_content {
	overflow-y: auto;
    overflow-x: hidden;
    height:99%;
}



#about_product_info #drag_window {
    padding: 0;
    position: relative;
    height: 28px;

}

#close_window_info{
    position: absolute;
    right: 8px;
    color: #388AC1;
    cursor:pointer;
    padding: 5px 0;
    margin: 0!important;
}

#for_img{
    position: relative;
    float: left;
    margin-bottom: 2%;
    padding: 0 0 2% 0;


}

#for_img img {
    width: 200px;
}


#for_htmldesc{
    position: relative;
    padding: 1% 20px 2% 250px;
    text-align: justify;

}


#for_desc{
    position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
    width: auto;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
}



p#number_of_product{
    font-size: 18px;
    line-height: normal;
    margin: 0 !important;
    line-height: 14px;
    padding-left: 10px;
    color: #388AC1;
}

label.coach-prod input.btnDetail{
    position:absolute;
    display:none;
}

label.coach-prod:hover input.btnDetail{
    display:block;
}

.hide_about_product_info{
    display:none;
}

#close_window_info{
    float:right;
    margin: 0px 10px  0px 0px;
    cursor:pointer;
}

#for_img{
    margin: 0px 20px 0px 20px;
    float:left;

}


#for_htmldesc{
    margin: 0px auto;
    clear:both;
    width:98%;
	border:0px solid black;
    padding: 0 1%;
    text-align: center;
}

#number_of_product{
    margin-left:10px;
}

.footer_row a{
    cursor: pointer;
}


.service-right-panel {
    padding:0px;
    margin:0px;
    position:fixed;
    right:0px;
    top:150px;
    z-index: 100;
}

.service-right{
    float:right;
    width:200px;
    height:300px;
}
.service-panel{
    width:0px;
    background: #fff;
    height: 320px;
    -webkit-box-shadow: 1px 1px 4px 3px #eaeae9;
	box-shadow: 1px 1px 4px 3px #eaeae9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.service-panel > .service-panel-content {
	overflow-y: auto;
    overflow-x: hidden;
    height: 310px;
}

.service-right .slide {
    margin-top: 150px!important;
    padding: 0;
    height: 69px;
    width:0;
    float:right;
}
.service-right .service-panel{
	float:right;
}

.slide a{
    text-decoration:none;
    cursor:pointer;
    text-align: center;
}

.show_product{
    width:138px;
    text-align: center;
    padding: 7px;
    cursor: pointer;
}
.rotate90 {
	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.roundimage {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	overflow:hidden;
	border: 1px solid #DDDDDD;
	margin: 0 auto;
}
.size100 {
	width:100px;
	height:100px;
}
.roundimage > img {
	border:0;
	margin-top:-5px;
	margin-left:-5px;
}
.roundimage > span {
	margin-top: 31px;
	display: block;
	color: #A8A8A8;
}

/*!
 * bootstrap-select v1.4.1
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */

.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 220px;
}

.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px\0; /*IE9 and below*/
}

.bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
}

.bootstrap-select > .btn {
    width: 100%;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}


.dropdown-menu {
  z-index: 2000;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select .btn:focus {
    outline: 0;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 12px;
    right: 25px;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    position: relative;
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle{
    border-color: #b94a48;
}

.bootstrap-select-searchbox {
    padding: 4px 8px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}


@CHARSET "ISO-8859-1";

.bootstrap-checkbox > button.btn{
	padding:7px 0 4px 2px;
	width:28px;
}
.bootstrap-checkbox > button.btn.displayAsButton{
	width:auto!important;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.label-checkbox{
	padding:0 8px 0 4px;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.icon{
	margin: 2px 4px;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.label-prepend-checkbox{
	padding:0 4px 0 8px;
}
.bootstrap-checkbox > button.btn.btn-large{
	padding:10px 0 6px 2px;
	width:36px;
}
.bootstrap-checkbox > button.btn.btn-small{
	padding:5px 0 3px 1px;
	width:24px;
}
.bootstrap-checkbox > button.btn.btn-mini{
	padding:4px 0 1px 1px;
	width:20px;
}

.bootstrap-checkbox > .btn.btn-link{
 	text-decoration:none;
}

label.bootstrap-checkbox.disabled{
	cursor:default;
	color:#666;
}

.bootstrap-checkbox > .label-prepend-checkbox{
	padding-right:4px;
}

.bootstrap-checkbox > .label-checkbox{
	padding-left:4px;
}

.bootstrap-checkbox.disabled > [class^="label-"],
.bootstrap-checkbox > .btn[disabled]{
	cursor:not-allowed;
}

[class^="cb-icon-"],
[class*=" cb-icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/icons.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

.bootstrap-checkbox button.btn > span.cb-icon-check,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check{
	background-position: 0 -1px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check,
.bootstrap-checkbox button.btn:active > span.cb-icon-check{
	background-position: 0 -25px;
}
.bootstrap-checkbox button.btn > span.cb-icon-check-empty,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-empty,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-empty{
	background-position: -24px -1px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check-empty,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check-empty,
.bootstrap-checkbox button.btn:active > span.cb-icon-check-empty{
	background-position: -24px -25px;
}

.bootstrap-checkbox button.btn > span.cb-icon-check-indeterminate,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-indeterminate,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-indeterminate{
	background-position: -48px -1px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check-indeterminate,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check-indeterminate,
.bootstrap-checkbox button.btn:active > span.cb-icon-check-indeterminate{
	background-position: -48px -25px;
}

/* File Button */
.file-input-wrapper {
    overflow: hidden;
    position: relative;
}
.file-input-wrapper > input[type="file"] {
	font-size: 200px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
.file-input-wrapper > .btn-file {
	display: inline-block;
}

/* Password Strength */

#pwstrengthbox {
    width: 200px;
    border: 1px solid #ccc;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    color: #9A9A9A;
    font-weight: normal;
}

#pwstrengthbox.strong {
    background-color: #33CC00;
    border: 1px solid #289F00;
    color: #fff;
    font-weight: bold;
}

#pwstrengthbox.moderate {
    background-color: #ff6600;
    border: 1px solid #C44F00;
    color: #fff;
    font-weight: bold;
}

#pwstrengthbox.weak {
    background-color: #cc0000;
    border: 1px solid #9D0000;
    color: #fff;
    font-weight: bold;
}

.search-box {

}

/* Tickets */

.ticketdetailscontainer {
    margin: 10px 0 20px 0;
    padding: 15px;
	background-color: #f8f8f8;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DBDADA;
}

.ticketdetailscontainer .detail {
    margin: 5px 0 0 0;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DBDADA;
}

.ticketmsgs {
    margin: 20px 0;
    padding: 0;
    color: #000;
}
.ticketmsgs .adminheader {
    margin: 0;
    padding: 5px 10px;
    background-color: #f8f8f8;
	font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #f8f8f8;
    border: 1px solid #DBDADA;
}
.ticketmsgs .adminmsg {
    margin: 0 10px;
    padding: 10px 15px;
    min-height: 100px;
    border: 1px solid #DBDADA;
    border-top: 0;
    border-bottom: 0;

}
.ticketmsgs .clientheader {
    margin: 0;
    padding: 5px 10px;
    background-color: #fff;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DBDADA;
}
.ticketmsgs .clientmsg {
    margin: 0 10px;
    padding: 10px 15px;
    min-height: 100px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.ticketmsgs .clientmsg:last-child, .ticketmsgs .adminmsg:last-child {
    border-bottom: 1px solid #ccc;
}


table.ticketrating {
	display: table;
	width: auto;
	border: 0;
	border-spacing: 1px; /* 2px ? */
	border-collapse: separate;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	/* XXXldb do we want this if we're border-collapse:collapse ? */
	-moz-box-sizing: border-box;
	text-indent: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
table.ticketrating td {
  display: table-cell;
  min-width: 16px;
  line-height: 16px;
  vertical-align: inherit;
  text-align: inherit;
  padding: 0;
  border: 0;
}
table.ticketrating td.point {
    cursor: pointer;
    cursor: hand;
}
table.ticketrating td.star {
    background: url('../../../images/rating_neg.png');
    cursor: pointer;
    cursor: hand;
}
.domcheckererror {
    color: #cc0000;
}

.domcheckersuccess {
    color: #009933;
}
.button-checkbox .btn-link {
	color: #333;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-clip: padding-box;
}
.dropdown-menu {
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.100);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.100);
	background-clip: padding-box;
}

.nav .dropdown-menu > li > a {
	line-height: 23px;
    color: #cccccc;
    font-family: Tahoma;
    font-size: 12px;
}

.big-menu .nav,
.big-menu .dropup,
.big-menu .dropdown,
.big-menu .collapse {
  position: static;
}
.big-menu .navbar-inner,
.big-menu .container {
  position: relative;
}
.big-menu .dropdown-menu {
  left: auto;
}
.big-menu .dropdown-menu > li {
  display: block;
}
.big-menu .nav.pull-right .dropdown-menu {
  right: 0;
}
.big-menu .big-menu-content {
  padding: 20px 30px;
  *zoom: 1;
}
.big-menu .big-menu-content ul {
	padding:0;
}
.big-menu .big-menu-content li {
	list-style: none;
	min-width: 200px;
	padding: 0;

}
.big-menu .big-menu-content li > a {
	display: block;
	padding: 3px 0;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	font-size: 14px;
	line-height: 23px;
}
.big-menu .big-menu-content li > a:hover,
.big-menu .big-menu-content li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.big-menu .big-menu-content:before,
.big-menu .big-menu-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.big-menu .big-menu-content:after {
  clear: both;
}
.big-menu.navbar .nav > li > .dropdown-menu:after,
.big-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.big-menu .dropdown.big-menu-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .big-menu .dropdown.big-menu-fullwidth .dropdown-menu {
    width: auto;
  }
  .big-menu .big-menu-content {
    padding-left: 0;
    padding-right: 0;
  }
  .big-menu .dropdown-menu > li > ul {
    display: block;
  }
}


/* Popup Window */

body.popupwindow {
    margin: 15px 20px 0;
    padding: 15px 0 0;
}

body.popupwindow .popupcontainer {
    margin: 20px 0px 15px;
    height: 250px;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: auto;
}
.pp-foto {
	margin-top:5px;
	height:240px;
	width:247px;
	float:right;
}

.pp-foto #addfoto, .pp-foto #deletefoto {
	margin-top: -230px;
	margin-left: 10px;
	display: none;
	z-index: 1000;
}
.pp-foto #showPic > img {
	width:100%;
}

/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


#event-mess {
width:920px;
height:280px;
background:url("../images/bg.jpg") no-repeat;

}

#timetoevent {
float:right;
color:#FFAF00;
font-size:48px;
font-family:trebuchet ms, arial;
margin-right:65px;
margin-top:70px;
}

#header_timer {
width:920px;
height:107px;
text-align:center;
}

#time_block {

width:920px;
height:173px;
}

#button_timer{
color:#ffffff;
width:258px;
float:right;
background:#FFB731;
border-radius:4px;
text-align:center;
padding:11px 5px 11px 5px;
margin:25px 25px 0px 0px;
}

.link {
width:390px;
float:left;
padding-top:30px;
padding-left:225px;
}

#header_timer a {
color:#ffffff;
text-decoration:none;
font-size:28px;
font-family:arial;
padding:
}

#button_timer a{
color:#ffffff;
text-decoration:none;
font-size:20px;
font-family:arial;
}

/*New header*/

/*line widget*/
.container-fluid.area_users{
    background: #023842;
    color: #ffffff;
    height: 30px;
    /*overflow: hidden;*/
}
.container-fluid.area_users .count_users{
    padding: 0;
    /*margin-top: 5px;*/
}
.container-fluid.area_users .count_users .padding_user_icon{
    /*padding: 6px 0 0 0;*/
    padding: 0;
}
.container-fluid.area_users .count_users .user_icon {
    font-size: 20px;
    color: #06bcbc;
    background: #06252b;
    padding: 5px 12px 5px 12px;
    position: absolute;
}
.container-fluid.area_users .last_users{
    white-space: nowrap;
    overflow: hidden;
    margin: 8px 0 0 0;
}
.registered_users_container{
    margin: 0;
}
/*header*/
.container-fluid.header,
.container-fluid.header_log{
    height: 90px;
    background: #06bcbc;
}
/*logo*/
.container-fluid.header .container_logo,
.container-fluid.header_log .container_logo{
    text-align: center;
    padding-top: 8px !important;
    padding: 0;
}
.container-fluid.header .container_logo h6,
.container-fluid.header_log .container_logo h6{
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    font-size: 11px;
}
.container-fluid.header .container_logo a,
.container-fluid.header_log .container_logo a{
    text-decoration: none;
}

/*center Guest*/
.container_center_pre_trial{
    height: 90px;

    padding: 0 !important;
}
.container_center_pre_trial .questions{
    padding: 0;
}
.container_center_pre_trial .questions li a.questions_pre_trial{
    padding: 30px 40px;
}
.container_center_pre_trial .questions li a.exit_pre_trial{
    padding: 30px 20px;
    color: #ffffff;
    font-size: 16px;
}
.container_center_pre_trial .questions li a.exit_pre_trial .glyphicon.glyphicon-log-out{
    font-size: 24px;
}
.container_center_pre_trial .questions li a.exit_pre_trial .glyphicon-class{
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    bottom: 4px;
}
.container_center_pre_trial>ul>li>a:hover,
.container_center_pre_trial>ul>li.open>a,
.container_center_pre_trial>ul>li>a:focus,
.container_center_pre_trial>ul>li>a:active {
    background: #058c8c;
    border: none;
    border-radius: 0;
}
/*center logged*/
.container-fluid.header_log .container_center{
    height: 90px;
    background: #00a8a8;
    padding-left: 0;
    padding-right: 0;
}
.header_log .container_center>ul>li>a:hover,
.header_log .container_center>ul>li.open>a,
.header_log .container_center>ul>li>a:focus,
.header_log .container_center>ul>li>a:active{
    background: #058c8c;
    border: none;
    border-radius: 0;
}
.container-fluid.header_log .container_center .house_padding{
    text-align: center;
    padding: 15px 5px;
    width: 114px;
}
.container-fluid.header_log .container_center .house_padding .icon-house{
    font-size: 42px;
    color: #ffffff;
}

.container-fluid.header_log .container_center .list_padding{
    text-align: center;
    padding: 12px 37px 15px;
    width: 114px;
}

.container-fluid.header_log .container_center .list_padding .glyphicon.glyphicon-th-list{
    font-size: 28px;
    color: #ffffff;
    width: 114px;
}
.container-fluid.header_log .container_center .questions_padding{
    text-align: center;
    padding: 15px 30px;
    width: 80px;
}

.container-fluid.header_log .container_center .questions_padding .icon-question{
    font-size: 46px;
    color: #ffffff;
}
/*user*/
.container-fluid.header_log .container_user_right{
    height: 90px;
    /* background: #029a9a; */
}
.container-fluid.header_log .container_user_right .profile,
.container-fluid.header_log .container_user_right .logout{
    color: #428bca;
}
.container-fluid.header_log .container_user_right .profile{
    border-bottom: 1px solid #428bca;
}
/*homepage*/
.wrapper{
    width:100%;
    margin:0 auto;
    height: 100%;
}
.bodyCon {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
    padding: 0;
    min-width: 0;
    background: #ebebeb;
    height: 100%;
}
.home_content{

}
/*footer*/
.footer_content,
.footer_content_log{
/*    height: 60px;*/
    background: #023842;
    color: #cccccc;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.footer_content .footer_menu,
.footer_content_log .footer_menu_log{
    padding-top: 8px;
}
.footer_content .footer_widget_us_already{
    /*padding-top: 8px;*/
}

.footer_content .footer_widget_all_web,
.footer_widget_all_web_log{
    font-family: Tahoma;
    font-size: 12px;
    padding-top: 8px;
}
.footer_content .footer_company_info{
    padding-top: 8px;
}
.footer_menu .dropup-menu:after,
.footer_menu_log .dropup-menu:after{
    position: absolute;
    bottom: -23px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-top: 12px solid #023842;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
}
.footer_menu .dropup-menu:before,
.footer_menu_log .dropup-menu:before{
    position: absolute;
    bottom: -23px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-top: 12px solid #023842;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
}
.footer_content_log .footer_company_info_log{
    padding-top: 10px;
    text-align: right;
    font-family: Tahoma;
    font-size: 12px;
}
.footer_content_log .footer_menu_log .text{
    color: #cccccc;
}
.footer_content_log .footer_menu_log .sub_menu_log{
    float: right;
}
.footer_content_log .footer_menu_log .dropdown-menu{
    background: #023842;
    margin-bottom: 10px;
    bottom: 100%;
    top: auto !important;
}
.footer_content_log .footer_menu_log .dropdown-menu li a:hover{
    background: #034d5a;
    color: #cccccc;
}
/*@media*/

@media (min-width: 768px) and (max-width: 1100px){

    .footer_content_log .footer_menu_log,
    .questions_log,
    .footer_widget_us_already_log,
    .footer_widget_all_web_log{
        zoom: 0.9;
    }
    .footer_company_info_log{
        zoom: 0.8;
        padding-top: 12px !important;
    }
    /**/
    .container_center{
        position: absolute;
        top: 120px;
    }
    .container-fluid.header_log{
        height: 180px;
    }
    .container-fluid.header_log  .container_center{
        position: absolute;
        top: 120px;
    }
    .container-fluid.header_log .container_logo,
    .container-fluid .container_user_right{
        width: 50%;
    }
    .container-fluid .container_center{
        width: 100%;
    }
    .container_packet{
        width: 992px;
    }
    .container_support{
        width: 992px;
    }
    .container_invoice{
        padding: 0 20px !important;
        width: 100%;
    }
    .cl_area_product_details{
        width: 100%;
        padding: 40px 10px !important;
    }
    .client_area_product{
        width: 100%;
    }
    .client_area_product .list_produts{
        padding-right: 0 !important;
    }
    .container_login .block_links{
        font-size: 13px;
    }
    .container-fluid.header .container_logo{
        zoom: 0.9 !important;
        -moz-transform: scale(0.9);
        padding-top: 32px !important;
    }
    .container-fluid.header .container_center_pre_trial .block_buttons{
        zoom: 0.9 !important;
        -moz-transform: scale(0.9);
        padding: 26px 0 0 20px !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .container_center .navbar-nav .dropdown{
        min-width: 114px !important;
        max-width: 114px !important;
        float: left;
    }
    .container_center_pre_trial .navbar-nav .dropdown{
        float: left;
    }
    .container_center .dropdown-menu.drop_tab,
    .dropdown-menu.m-l-small.m-t-mini{
        position: absolute !important;
    }
    .container_center .navbar-nav,
    .container_center_pre_trial .navbar-nav{
        margin: 0 !important;
    }
    body,
    .container_center,
    .footer_content_log{
        max-width: 768px;
    }

    .container_center{
        position: absolute;
        top: 120px;
    }
    .container-fluid.header_log{
        height: 180px;
    }
    .container-fluid.header_log  .container_center{
        position: absolute;
        top: 120px;
    }
    .footer_content_log{
       max-width: 768px;
       position: static;
	   height: auto !important;
    }
    .footer_content{
        zoom: 0.8;
    }
    .footer_content_log .footer_menu_log .sub_menu_log{
        float: none;
        text-align: center;
        margin: 0;
    }
    .footer_content_log .footer_menu_log .dropdown-menu{
        left: 50px !important;
        text-align: left;
    }
    .container_packet{
        width: 992px;
    }
    .container_support{
        width: 992px;
    }
    .container_invoice{
        padding: 0 20px !important;
        width: 100%;
    }
    .cl_area_product_details{
        zoom: 0.9;
        width: 100%;
        padding: 40px 10px !important;
    }
    .client_area_product{
        width: 100%;
    }
    .client_area_product .list_produts{
        padding-right: 0 !important;
    }
    .container_contacts .contacts_text{
        text-align: center;
    }
    .container_login .block_links{
        font-size: 13px;
    }
    .container-fluid.header .container_logo{
        padding-top: 32px !important;
        -moz-transform: scale(0.9);
        zoom: 0.9 !important;
    }
    .container-fluid.header .container_center_pre_trial .block_buttons{
        padding: 26px 0 0 20px !important;
        -moz-transform: scale(0.9);
        zoom: 0.9 !important;
    }
    .container_contacts .list-margin li{
        list-style-type: none;
    }
}
@media (max-width: 480px) {
    .container_center .navbar-nav .dropdown{
        min-width: 114px !important;
        max-width: 114px !important;
        float: left;
    }
    .container_center .dropdown-menu.drop_tab,
    .dropdown-menu.m-l-small.m-t-mini{
        position: absolute !important;
    }
    .container_center .navbar-nav,
    .container_center_pre_trial .navbar-nav{
        margin: 0 !important;
    }
    body,
    .container_center,
    .footer_content_log{
        max-width: 768px;
    }

    .container_center{
        position: absolute;
        top: 120px;
    }
    .container-fluid.header_log{
        height: 180px;
    }
    .container-fluid.header_log  .container_center{
        position: absolute;
        /*top: 220px;*/
    }
    .footer_content_log{
        max-width: 768px;
        position: static;
    }
    .footer_content{
        zoom: 0.8;
    }
    .footer_content_log .footer_menu_log .sub_menu_log{
        float: none;
        text-align: center;
        margin: 0;
    }
    .footer_content_log .footer_menu_log .dropdown-menu{
        left: 50px !important;
        text-align: left;
    }
    .container_sponsor{
        width: 768px;
    }
    .container_packet{
        width: 992px;
    }
    .container_support{
        width: 992px;
    }
    .container_invoice{
        padding: 0 20px !important;
        width: 100%;
    }
    .cl_area_product_details{
        zoom: 0.9;
        width: 100%;
        padding: 40px 10px !important;
    }
    .client_area_product{
        width: 100%;
    }
    .client_area_product .list_produts{
        padding-right: 0 !important;
    }
    .container_contacts .contacts_text{
        text-align: center;
    }
    .container_login .block_links{
        font-size: 13px;
    }
    .container-fluid.header .container_logo{
        padding-top: 32px !important;
        -moz-transform: scale(0.9);
        zoom: 0.9 !important;
    }
    .container-fluid.header .container_center_pre_trial .block_buttons{
        padding: 26px 0 0 20px !important;
        -moz-transform: scale(0.9);
        zoom: 0.9 !important;
    }
    .container_contacts .list-margin li{
        list-style-type: none;
    }
}

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
    margin-bottom: 0 !important;
    bottom: 0 !important;
    border-left: 1px solid #FFF;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

#modal_div{
    display:none;
}

#modal_div .modal_header_div p,
#modal_div .modal_body_div p,
#modal_div .modal_footer_div p{
    margin: 0;
}

#modal_div .modal_header_div {
    padding: 15px;
    border-bottom: #d3d3d3 solid 1px;
    color: #00a8a8;
    font-family: 'OpenSans-Semibold';
    text-align: center;
    font-size: 18px;
}

#modal_div .modal_body_div{
    padding: 15px;
    color: #000000;
    font-family: 'OpenSans-Bold';
    text-align: center;
}
#modal_div .modal_body_div .google_img{
    margin-top: 15%;
}
#modal_div .modal_footer_div{
    border-top: #d3d3d3 solid 1px;
    text-align: center;
    padding: 20px 15px;
    background: #f0f0f0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#modal_div .btn_modal{
    background-color: #2055a3;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 12px;
    -webkit-user-select: none
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#modal_div .btn_modal:hover,
#modal_div .btn_modal:focus,
#modal_div .btn_modal:active{
    background-color: #00a8a8;
    border-color: #00a8a8;
    color: #ffffff;
    text-decoration: none;
}
/*form registration*/
.register_container{
    background: #ffffff;
}
.register_container .register_form{
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
}
.register_container .label_image{
    height: 90px;
    text-align: center;
    background: #06bcbc;
}
.register_container .label_image img{
    padding-top: 35px;
}
.register_container .label_image_text{
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    color: #00a8a8;
    font-size: 18px;
    padding-top: 40px;
    margin: 0;
}

.register_container .error_register{
    background: #f5f5f5;
    color: #000000;
    font-family: 'OpenSans-Regular';
    font-size: 13px;
    border-color: #f0ae26;
}

.register_container .text_create_pass{
    font-size: 13px;
    font-family: 'OpenSans-Regular';
    color: #000000;
}
.register_container .register_email{
    font-size: 13px;
    font-family: 'OpenSans-Regular';
    color: #000000;
    font-weight: 500 !important;
    text-align: left !important;
}
.register_container .register_email a{
    font-family: 'OpenSans-Bold';
    font-size: 15px;
}
.register_container .attention_save p{
    font-size: 13px;
    font-family: 'OpenSans-Regular';
    color: #000000;
}
.register_container .attention_save strong{
    font-family: 'OpenSans-Bold';
    color: #00a8a8;
    text-transform: uppercase;
    font-size: 15px;
}
.register_container input:focus{
    border-color: rgba(240, 174, 38, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(240, 174, 38, 0.6);
    outline: 0 none;
}
.register_container .btn_log_reg{
    margin-top: 12px;
    background-color: #06bcbc;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 32px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 12px;
    -webkit-user-select: none
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.register_container .btn_log_reg:hover,
.register_container .btn_log_reg:focus,
.register_container .btn_log_reg:active{
    background-color: #ffffff;
    border-color: #06bcbc;
    color: #06bcbc;
}
.top_menu_item {
    height: 90px;
}
/*notifications*/
.container_notifications{
    background: #ffffff;
    height: 100%;
    min-height: 100%;
}
.adminreturndiv {
    background-color: #023842 !important;
    padding: 7px 7px 0 0 !important;
}
.img-circle.avatar {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFF;
}
/*nav table-header*/
.container-fluid.header_log .header_nav_table{
	background:#60554b;
	padding: 10px;
	display: table-row;
}
.container-fluid.header_log .header_nav_table li:last-child {
    border-right: none;
}

.container-fluid.header_log .header_nav_table li{
	display: table-cell;
	border: 1px solid rgba(0, 0, 0, .2);
	text-align: center;
	color: #ffffff;
}
.container-fluid.header_log .header_nav_table li a{
    text-decoration: none;
    color: #ffffff;
    background: none;
    cursor: pointer;
}
.container-fluid.header_log .header_nav_table li a h5{
    font-size: 13px;
}
.container-fluid.header_log .drop_tab{
	margin: 0;
	padding: 0;
	opacity: 0.9;
	margin-left: -187px;
}
.container-fluid.header_log .drop_tab:before{
	position: absolute;
	top: -29px;
	/*left: 210px;*/
	left: 210px;
	display: inline-block;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	border-bottom: 15px solid #60554b;
	border-left: 15px solid transparent;
	content: '';
}
.container-fluid.header_log .header_nav_table .casing{
	padding: 30px 20px 20px 20px;
	width: 117px;
	height: 150px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* container_links */
.cont_links{
    background: #ffffff;
}
.cont_links .cont_links_text{
    padding: 20px 55px;
    font-family: Tahoma;
}
.cont_links .cont_links_tab{
    padding: 0 55px 55px 55px;
}
.cont_links .cont_links_tab #sales_links{
    height:250px;
}
/* Profile
---------------*/
#avatar div:first-child {border-radius:50%;}
#profile_crop {top:0%;}
.modal-open {overflow:hidden!important; position:relative;}
.modal-open .modal {overflow-x:hidden; overflow-y:auto;}
#profile_crop h2 {color:#06bcbd;}
#profile_crop .modal-dialog {width:650px;}
#profile_crop .modal-footer {
    background:#f0f0f0;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}
.jcrop-holder {margin:0 auto;}
.jcrop-keymgr {display:none!important;}

#profile_crop .btn_profile{
	background-color: #06bcbc;
	font-family: 'OpenSans-Bold';
	color: #fff;
	display: inline-block;
	padding: 4px 32px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #f7983e;
	border-radius: 12px;
	-webkit-user-select: none
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
#profile_crop .btn_profile:hover,
#profile_crop .btn_profile:focus,
#profile_crop .btn_profile:active{
    background-color: #fff;
    border-color: #06bcbc;
    color: #06bcbc;
    text-decoration: none;
}

.container_user_right .avatar {
    background-size: cover;
    width: 69px;
    height: 69px;
    border: 1px solid #fff;
    float: left;
    background-image:url("../images/placeholder.png");
    margin-top: 10px;
    float: left;
    background-position: 100% 100%;
}
.container_user_right .avatar img {
    border-radius: 50%;
    width: 67px;
}
body {
    overflow: inherit !important;
}
.help_tabs>li {
    float: right !important;
}
.help_tabs a:hover {
    background: #058c8c;
    border: none;
    border-radius: 0;
}
/*container_packet*/
.container_packet{
    background: #ffffff;
    color: #000000;
    padding: 20px 40px;
}
.container_packet .header_packet{
    text-transform: uppercase;
}
.container_packet .br_grey{
    border: 1px solid #cccccc;
    border-bottom: none;
}
.container_packet .br_right{
    border-right: 1px solid #cccccc;
}
.container_packet .top_left,
.top_centre,
.top_right{
    height: 400px;
}
.container_packet .bottom_left,
.bottom_centre,
.bottom_right{
    height: 600px;
}
.container_packet .top_left,
.container_packet .bottom_left{
    color: #00a8a8;
    font-size: 13px;
}
.container_packet .top_centre,
.container_packet .bottom_centre{
    padding:10px 20px;
}
.container_packet .b_packet,
.container_packet .fee_includes{
    padding-left: 20px;
}
.container_packet .centre_img{
    padding-top: 20px;
    text-align: center;
}
.container_packet .top_left .con_pro{
    padding-top: 10px;
}
.container_packet .top_left .get_coaching{
    padding-top: 180px;
}
.container_packet .top_left .gift{
    padding-top: 20px;
}

.container_packet .pk_tools{
    padding-top: 10px;
}
.container_packet .pk_step{
    padding-top: 20px;
    text-transform: uppercase;
    color: #00a8a8;
}
.container_packet .footer_packet{
    background: #ebebeb;
    text-align: center;
}
.container_packet a.btn_packet{
    background-color: #2055a3 !important;
    font-family: 'OpenSans-Semibold' !important;
    color: #ffffff !important;
    display: inline-block !important;
    padding: 12px 80px !important;
    margin: 20px 0 !important;
    font-size: 16px !important;
    line-height: 1.428571429 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    background-image: none !important;
    border: 1px solid #2055a3 !important;
    border-radius: 24px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
}
.container_packet a.btn_packet:hover,
.container_packet a.btn_packet:focus{
    background-color: #ffffff !important;
    border-color: #2055a3 !important;
    color: #2055a3 !important;
    text-decoration: none !important;
}
.container_packet .btn_center{
    text-align: center;
    padding-top: 80px;
}
/*supportticketsubmit-stepone*/
.container_list_dep{
    background: #ffffff;
    color: #333;
    padding: 20px 40px;
}
.container_list_dep .page-header{
    padding-bottom: 15px;
    margin: 40px 15px 20px 0;
    border-bottom: 1px solid #d3d3d3;
}
.container_list_dep .pad_left{
    padding-left: 15px;
}
.container_list_dep .block_sup_dep{
    margin-bottom: 10px;
}
.container_list_dep .title_dep a{
    color: #00a8a8;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
/*supportticketsubmit-steptwo*/
.container_steptwo{
    background: #ffffff;
    color: #333;
    padding: 20px 40px 40px;
}
.container_steptwo .page-header{
    padding-bottom:30px;
    margin: 40px 15px 40px 0;
    border-bottom: 1px solid #000000;
}
.container_steptwo .btn_sup_send{
    background-color: #06bcbc;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 18px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;

    float: right;
}
.container_steptwo .btn_sup_send:hover,
.container_steptwo .btn_sup_send:focus{
    background-color: #ffffff;
    border-color: #06bcbc;
    color: #06bcbc;
}
.container_steptwo label{
    font-weight: normal;
}
.container_steptwo .bt_margin{
    margin-bottom: 15px;
}
.container_steptwo .img_height{
    height: 40px;
}
.container_steptwo select,
input#name,
input#email,
input#subject,
textarea#message{
    background-color: #f0f5f8;
}
.user_menu {
	background-color: #60554b !important;
	padding: 10px !important;
}
.container_loaded{
    background: #ffffff;
    padding: 15% 0;
}
.container_loaded #loader p{
    font-size: 16px;
}
.container_loaded #gateway{
    padding: 10px 0 20px;
}
/*viewinvoice*/
.container_invoice{
    width: 950px !important;
    background: #ffffff;
    padding: 0 80px;
}
.container_invoice .logo img{
    margin-left: 10px;
}
.container_invoice .payer,
.container_invoice .recipient{
    min-height: 160px;
}
.container_invoice .close_block a{
    background-color: #06bcbc;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 18px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.container_invoice .close_block a:hover,
.container_invoice .close_block a:focus{
    background-color: #ffffff;
    border-color: #06bcbc;
    color: #06bcbc;
    text-decoration: none;
}
.container_invoice .invoice_num{
    color: #008d87;
    font-size: 16px;
}
.container_invoice .invoicestransactions{
    color: #008d87;
    font-size: 16px
}
/*clientareaproducts*/
.client_area_product{
    background: #ffffff;
    padding: 40px 20px;
}
.client_area_product .table thead a{
    color: #008d87;
}
.client_area_product .btn_see_details{
    background-color: #06bcbc;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.client_area_product .btn_see_details:hover,
.client_area_product .btn_see_details:focus{
    background-color: #ffffff;
    border-color: #06bcbc;
    color: #06bcbc;
    text-decoration: none;
}
.client_area_product .list_produts{
    padding-right: 3%;
}
.client_area_product .pagination .prev a,
.client_area_product .pagination  .next a{
    background-color: #ffffff;
    border-color: #06bcbc;
    color: #06bcbc;
}
.client_area_product .pagination .prev.disabled a{
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}
/*clientareaproductsdetails*/
.cl_area_product_details{
    background: #ffffff;
    padding: 40px 20px;
}
.cl_area_product_details .btn_back_list{
    background-color: #ffffff;
    font-family: 'OpenSans-Bold';
    color: #06bcbc;
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-color: #06bcbc;
    border-radius: 18px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.cl_area_product_details .btn_back_list:hover,
.cl_area_product_details .btn_back_list:focus{
    background-color: #06bcbc;
    border-color: #06bcbc;
    color: #ffffff;
    text-decoration: none;
}
/*youtube label shadow*/
.shadow{
    z-index: 999;
    width: 14%;
    height: 8%;
    /*background: red;*/
    position: absolute;
    bottom: 7%;
    left: 83%;
}
.modal {
    top: 0 !important;
    padding-top: 10% !important;
}
/*modal window AltClub*/
#modalAltLogin .btn_alt_club{
    background-color: #06bcbc;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 18px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#modalAltLogin .btn_alt_club:hover,
#modalAltLogin .btn_alt_club:focus{
    background-color: #ffffff;
    border-color: #06bcbc;
    color: #06bcbc;
}

.help_modal{
    padding-top: 5% !important;
}
.help_modal .modal-dialog{
    margin: 30px auto 70px !important;
}

.container_contacts,
.container_about,
.container_privacy,
.container_service{
    padding: 60px 15px;
}
.container_privacy .privacy_text p,
.container_privacy .privacy_text li{
    font-size: 16px;
}
.container_privacy .privacy_text ul{
    padding-left: 15px;
}
/*container_versions*/
.container_versions {
  background: #023842 none repeat scroll 0 0;
  color: #ffffff;
  min-height: 40px;
}
.container_versions .ver_block{
    color: #ffffff;
}
.container_versions .ver_block h5{
    font-size: 12px;
    margin-top: 14px;
}
.container_versions a.btn_pay_alt,
#warningStartBs a.btn_pay_alt{
    background-color: #2055a3;
    font-family: 'OpenSans-Semibold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 40px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;

    margin-top: 6px;
}
.container_versions a.btn_pay_alt:hover,
.container_versions a.btn_pay_alt:focus,
#warningStartBs a.btn_pay_alt:hover,
#warningStartBs a.btn_pay_alt:focus{
    background-color: #ffffff;
    border-color: #2055a3;
    color: #2055a3;
    text-decoration: none;
}
.container_versions .days_end{
   color: #fda02c;
}
/*modal window warning and modal change window*/
#warningModal .btn_warning,
#changePageModal .btn_warning,
#activationModalText .btn_warning,
#contactAsMentor .btn_warning{
    background-color: #06bcbc;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 18px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#warningModal .btn_warning:hover,
#changePageModal .btn_warning:hover,
#activationModalText .btn_warning:hover,
#contactAsMentor .btn_warning:hover,
#warningModal .btn_warning:focus,
#changePageModal .btn_warning:focus,
#activationModalText .btn_warning:focus,
#contactAsMentor .btn_warning:focus{
    background-color: #ffffff;
    border-color: #06bcbc;
    color: #06bcbc;
    text-decoration: none;
}
#warningModal .modal-dialog,
#changePageModal .modal-dialog{
    width: 480px;
}
#activationModalText .modal-dialog,
#contactAsMentor .modal-dialog{
    width: 600px;
}
#warningModal .modal-title,
#changePageModal .modal-title,
#activationModalText .modal-title,
#contactAsMentor .modal-title{
    color: #06bcbc;
    font-weight: 500;
}
#warningModal .modal-body,
#changePageModal .modal-body,
#activationModalText .modal-body,
#contactAsMentor .modal-body{
    padding: 20px 40px;
    color: #696969;
    font-weight: 500;
}
/*PRE-TRIAL header button*/
.block_buttons{
    padding: 22px 0 0 20px;
}
.btn_step1{
    background-image: url(/templates/navigator4life/images/call_sponsor.png);
    background-position: 4%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-color: #ffffff; /* Цвет фона */
    font-family: 'OpenSans-Bold';
    color: #06bcbc;
    display: inline-block;
    padding: 12px 24px 12px 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 36px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;

    margin-left: 10px;
}
.btn_step2,
.btn_step3{
    background-image: url(/templates/navigator4life/images/activ_alt.png);
    background-position: 4%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-color: #ffffff; /* Цвет фона */
    font-family: 'OpenSans-Bold';
    color: #06bcbc;
    display: inline-block;
    padding: 12px 24px 12px 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 36px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;

    margin-left: 10px;
}
.btn_step1:hover,
.btn_step1:focus,
.btn_step2:hover,
.btn_step2:focus,
.btn_step3:hover,
.btn_step3:focus{
    background-color: #f7f7f7;
    color: #06bcbc;
    text-decoration: none;
}
/*modal contactAsMentor*/
#contactAsMentor .modal-body{
    padding: 20px 0 0;
}
#contactAsMentor .body_text{
    padding: 0 40px 15px;
}
#contactAsMentor #addContact .form-group{
    margin: 0 0 15px 0;
}
#contactAsMentor #addContact .ph{
    padding: 0 40px;
}
#contactAsMentor #addContact .sk{
    padding: 0 40px 5px
}
#contactAsMentor #addContact .bt{
    padding: 0 40px;
}
.container-fluid.header_log .container_center .text_menu{
    color: #fff;
    font-family:Verdana;
    font-size: 14px;
    font-size-adjust: 0.5;
    margin: 0;
    padding-top: 7px;
}
.container-fluid.header_log .container_center .list_padding img{
    padding-bottom: 2px;
}
.container-fluid.header_log .container_center .hm_consultant{
    min-width: 40px;
    height: 90px;
    padding: 15px 5px;
    float: right;
    text-align: center;
    text-decoration: none;
}
.container-fluid.header_log .container_center .hm_consultant .text_menu{
    font-size: 12px;
    line-height: 13px;
    font-size-adjust: 0.5;
}
.container-fluid.header_log .container_center .hm_consultant:hover,
.container-fluid.header_log .container_center .hm_consultant:focus,
.container-fluid.header_log .container_center .hm_consultant:active{
    background: #058c8c;
    border: none;
    border-radius: 0;
}
/*modal success payment in header*/
#successPayment a.btn_go_calendar{
    background-color: #06bcbc;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 18px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#successPayment a.btn_go_calendar:focus,
#successPayment a.btn_go_calendar:hover{
    background-color: #ffffff;
    border-color: #06bcbc;
    color: #06bcbc;
    text-decoration: none;
}
.container_steptwo .selectbox{
    z-index: 1;
}
.viewinvoice_logo {
    background: #06bcbc;
}
.container_contacts .list-margin{
    margin-left: 15px;
}
#warningStartBs .modal-dialog{
    width: 500px;
}
div.modal { overflow-y: scroll  !important; }
.navbar-nav>li>a { float: left !important;}
.container_center_pre_trial .top_menu_item{
    text-align: center;
    padding: 15px 5px;
    width: 114px;
	color: #fff;
}
/*NEW MENU*/
.nav{

}
.nav .top_menu_item{
	width: auto;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 10px;
	min-width: 75px
}
.nav .icon{
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.nav .icon-panel{
	background-image: url("../images/menu_icons/menu.png");
}
.nav .icon-cart{
	background-image: url("../images/menu_icons/cart.png");
}
.nav .icon-websites{
	background-image: url("../images/menu_icons/websites.png");
}
.nav .icon-candidates{
	background-image: url("../images/menu_icons/clietns.png");
}
.nav .icon-info{
	background-image: url("../images/menu_icons/info.png");
}
.nav .icon-events{
	background-image: url("../images/menu_icons/events.png");
}
.nav .icon-stars{
	background-image: url("../images/menu_icons/stars.png");
}
.nav .icon-payments{
	background-image: url("../images/menu_icons/payments.png?v=2");
}
.nav .icon-support{
	background-image: url("../images/menu_icons/support.png");
}
.nav .icon-help{
	background-image: url("../images/menu_icons/help.png");
}
.nav .icon-handshake{
	background-image: url("../images/menu_icons/handshake.png");
}
.nav .icon-up{
	background-image: url("../images/menu_icons/up.png");
}
.nav .dropdown.open .top_menu_item .icon,
.nav .activeMenuItem .top_menu_item .icon,
.nav .top_menu_item:hover .icon{
	background-position: 0 -42px;
}
.nav.nav-right{
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.nav.nav-right .top_menu_item{
	width: auto!important;
	padding: 10px;
	min-width: 40px
}


/*@media (max-width: 1100px)and (min-width: 993px){
	.container-fluid.header_log { width: 100% !important; }
	.container-fluid.header_log .container_logo {width: 25% !important;}
	.container-fluid.header_log .container_center {width: 50% !important;}
	.container-fluid.header_log .container_user_right{ width: 25%; }

}*/
@media (min-width: 480px)and (max-width: 992px) {

	.container-fluid.header_log .container_logo {width: 50% !important;}

	.container-fluid.header_log .container_user_right{ width: 50%;!important; }
}
@media (max-width: 768px) {
	.container-fluid.header_log .nav li {float: left !important;}}

@media (min-width: 768px) {
	.container-fluid.header_log > .container {width: 100% !important;}
}

/*@media (max-width: 480px) {*/
	/*.container-fluid.header_log {*/
		/*height: 280px !important;}*/
/*}*/

.navbar-nav > li { display: inline-block !important;}





@media (max-width: 992px) {
	.container_pay_prod .btn_select_prod {
		margin-top: 10px !important;}
}

@media (max-width: 560px) {
	.footer_content, .footer_content_log {
		height: auto !important;}
}

@media (max-width: 768px) {
	.container-fluid.header_log  .container_center .navbar-nav{
		position: absolute;
		top: 220px;
		display: none;}
}

@media (min-width: 769px) {
	.container-fluid.header_log  .container_center .navbar-menu{
		position: absolute;
		top: 120px;
		display: none !important;
	}}


@media (max-width: 768px) {
	.customCartSteps, .customCartStepLabels{
		display: none;
	}}
@media (max-width: 479px) {
	.container_pay_prod .invest {
		display: none !important;
	}}
@media (max-width: 768px){
	.container-fluid.header_log .drop_tab{
		margin: 0;
		padding: 0;
		opacity: 0.9;}
}

@media (max-width: 768px){
	.container-fluid.header_log .header_nav_table{
		background:#60554b;
		padding: 10px;
		display: table;}
}

@media (max-width: 768px) {
	.container-fluid.header_log .drop_tab:before {

		left: 21px !important;
	}

}
@media (max-width: 768px){
	.container-fluid.header_log .container_center .hm_consultant{
		display: none;
	}

}
@media (max-width: 768px) {
	.container_versions a.btn_pay_alt,
	#warningStartBs a.btn_pay_alt {
		background-color: #2055a3;
		font-family: 'OpenSans-Semibold';
		color: #ffffff;
		display: inline-block;
		padding: 4px 10px;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 1.428571429;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid #2055a3;
		border-radius: 18px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;

		margin-top: 10px;
	}
}
.client-fav-btn{
    display: inline-block;
    background: url("../../../modules/addons/crm/img/fav.png") no-repeat 0 -18px;
    height: 18px;
    width: 18px;
    font-size: 0;
}
#crm .client-fav-btn:hover,
#crm .client-fav-btn.active{
    background-position: 0 0;
}
/*убирает пустое поле в хедере*/
img[src="//code.directadvert.ru/track/12888.gif"] { display: none !important;}
.step-content > div.modal-body * {font-size: 18px !important; font-family: 'Roboto', sans-serif !important;}
.socialProfileIcon.vk {    background: url(/templates/navigator4life/system/img/soc-vk.png) center center no-repeat #2055a3 !important;
	background-size: cover !important;
	border-radius: 32px !important;
	height: 30px;
	width: 30px;
	display: block;
	margin: 0 auto}