/*---reset---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body ,html{
	line-height: 1;
	height:100%;
	min-height:100%;
}
body {
    -webkit-font-smoothing: antialiased;
}
a {  
	text-decoration: none;  
} 
a:hover {  
	text-decoration: underline;  
}  
a img {
	border: none;
}  
ol, ul , li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input{
outline:none;
}


.blockUIBack{
	background-color: #000000;
    border: medium none;
    cursor: wait;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.6;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000000000;
}

.blockUI{
	border: none;
	position: fixed;
    text-align: center;
    top: 40%;
    width: 30%;
    z-index: 100000000001;
    left: 35%;
    margin: 0;
    opacity: 0.5;
    padding: 15px;
	background-color: #000; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	color: #fff;
    color: #FFFFFF;
    cursor: wait;
    font-size: 21px;
}


/*---------Globals------*/
@font-face {
    font-family: OpenSansRegular;
    src: url('/images/a/fonts/OpenSans-Regular.ttf'),
        url('/images/a/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: OpenSansLight;
    src: url('/images/a/fonts/OpenSans-Light.ttf'),
    url('/images/a/fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('/images/a/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
}
@font-face {
    font-family: OpenSansItalic;
    src: url('/images/a/fonts/OpenSans-Italic.ttf');
}
@font-face {
    font-family: RobotoCondensedLight;
    src: url('/images/a/fonts/RobotoCondensed-Light.ttf');
}
@font-face {
    font-family: OpenSansBold;
    src: url('/images/a/fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: OpenSansSemibold;
    src: url('/images/a/fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: PTSans;
    src: url('/images/a/fonts/PTS55F.ttf');
}
@font-face {
    font-family: PTSansBold;
    src: url('/images/a/fonts/PTS75F.ttf');
}
@font-face {
    font-family: RobotoRegular;
    src: url('/images/a/fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: RobotoLightCond;
    src: url('/images/a/fonts/RobotoCondensed-Light.ttf');
}
@font-face {
    font-family: RobotoLightCondBold;
    src: url('/images/a/fonts/RobotoCondensed-Bold.ttf');
}
@font-face {
    font-family: RobotoCondensed;
    src: url('/images/a/fonts/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: HelveticaNeueLight;
    src: url('/images/a/fonts/HelveticaNeueCyr-Light.otf');
}
@font-face {
    font-family: HelveticaUltraLight;
    src: url('/images/a/fonts/HelveticaNeueCyr-UltraLight.otf');
}
@font-face {
    font-family: Helvetica;
    src: url('/images/a/fonts/Helvetica.ttf');
}
@font-face {
    font-family: BebasNeue;
    src: url('/images/a/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
        url('/images/a/fonts/BebasNeue-webfont.woff') format('woff'),
        url('/images/a/fonts/AA-BebasNeue.ttf') format('truetype'),
        url('/images/a/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
}
input[type="password"]:focus,
input[type="text"]:focus{
   # border:1px solid #add4ec !important;
}
.error{
    /*border:1px solid #fab95d !important;*/
    color: #fab95d !important;
}
a:active{
    transition:background 0s ease !important;
    -o-transition:background 0s ease !important;
    -moz-transition:background 0s ease !important;
    -webkit-transition:background 0s ease !important;
}
.deposittopup .item .pay-element .select-sum input[type="text"]:focus{
    border:none !important;
    border-bottom:1px solid #cacac8 !important;
}
.deposittopup .item .pay-element .select-sum input[type="text"].select{
   font-size: 25px;
}
.deposittopup .item .pay-element .select-sum input.error[type="text"]{
    color:#f79305;
    border:none !important;
    border-bottom:1px solid #cacac8 !important;
}
.f-section{
    width:100%;
    height:100%;
    /* min-height:100%; */
    position:relative;
    overflow:hidden;
}
.header{
    width:100%;
    height:73px;
    background:#fff;
    position:relative;
    z-index:1000;
}
.header .inner{
    width:1000px;
    margin:0 auto;
    height: 100%;
    z-index: 3;
    position: relative;
    background-color: rgba(255,255,255, 1);
}
.header .inner .logo{
    display:block;
    float:left;
    width:115px;
    height:31px;
    background:url(/images/a/img/logo.png) no-repeat;
    margin:24px 0 0 27px;
}
.header .inner .navigation{
    display: flex;
    float: left;
    justify-content: space-between;
    margin: 30px 68px 0;
    width: 500px;
}
.navigation ul{
	display: block;
}
.navigation ul{
	float: left;
}

.header .drop_down_menu {
	margin-left:25px;
}

.navigation .drop_down_menu{
	z-index: 10000000 !important;
}
.header .inner .navigation li:first-child{
    margin:0;
}
.header .inner .navigation li{
    float:left;
    margin:0 0 0 25px;
    position:relative;
}
.header .inner .navigation li:hover .drowdown{
    display:block;
}
.header .inner .navigation li:hover a{
    color:#86c3e9;
}
.header .inner .navigation li .drowdown{
    position:absolute;
    width:220px;
    background:#fff;
    z-index:10000000000;
    left:-4px;
    padding:30px 0 10px ;
    display:none;
}

.header .inner .navigation li .drowdown ul {
	width:100%;
}
.header .inner .navigation li a.active{
    border-bottom:2px solid #81bce1;
    padding:0 10px 5px;
}
.header .inner .navigation li.active a{
    color:#86c3e9;
}
.header .inner .navigation li .drowdown li{
    width:100%;
    font:12px/37px OpenSansRegular;
    margin:0;
}
.header .inner .navigation li .drowdown li:last-child a{
    font:12px/24px OpenSansRegular;
    padding:5px 0 5px 18px;
}
.header .inner .navigation li .drowdown li a{
    display:block;
    padding:0 0 0 18px;
    font:12px/37px OpenSansRegular;
    color:#334e5e;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}
.header .inner .navigation li .drowdown li a:hover{
    background:#81bce1;
}
.header .inner .navigation li a{
    color:#333332;
    font:13px/13px OpenSansRegular;
}
.header .inner .navigation li a:hover{
    color:#86c3e9;
    text-decoration:none;
}
.dash-header .inner .langselect,
.header .inner .langselect{
    float:left;
    position:relative;
    width:40px;
   margin:26px 0 0 28px;
    z-index:1000;
}

.dash-header .inner .langselect{
    margin:25px 0 0 30px;
}
.dash-header .inner .langselect b,
.header .inner .langselect b{
    display:block;
    padding:0 50px 0 0;
    background:url(/images/a/img/langarrow.png) right 8px no-repeat;
    color:#333332;
    font:13px OpenSansRegular;
    cursor:pointer;
    position:relative;
    z-index:2000;
}
.dash-header .inner .langselect b{
    color:#fff;
    background:url(/images/a/img/langarrow-dash.png) right 6px no-repeat;
}
.dash-header .inner .langselect:hover .dropdown,
.header .inner .langselect:hover .dropdown{
    display:block;
}
.dash-header .inner .langselect .dropdown,
.header .inner .langselect .dropdown{
    position:absolute;
    width:74px;
    padding: 45px 0 20px;
    background: #fff;
    left: -25px;
    top:5px;
    overflow:hidden;
    display:none;
}
.dash-header .inner .langselect .dropdown{
    background:#334e5e;
}
.dash-header .inner .langselect .dropdown ul,
.header .inner .langselect .dropdown ul{
    padding:0 0 0 25px;
}
.dash-header .inner .langselect .dropdown li:nth-child(even),
.header .inner .langselect .dropdown li:nth-child(even){
    margin:0;
}
.dash-header .inner .langselect .dropdown li,
.header .inner .langselect .dropdown li{
    float:left;
    width:80px;
    #margin:0 38px 0 0;
}
.dash-header .inner .langselect .dropdown li a,
.header .inner .langselect .dropdown li a{
    color:#334e5e;
    font:12px/30px OpenSansRegular;
}
.dash-header .inner .langselect .dropdown li a{
    color:#fff;
}
.dash-header .inner .langselect .dropdown a.selected,
.dash-header .inner .langselect .dropdown a:hover,
.header .inner .langselect .dropdown li a.selected,
.header .inner .langselect .dropdown li a:hover{
    color:#86c3e9;
}
.header .inner .logged-nav{
    float:right;
    margin:30px 30px 0 0;
}
.header .inner .logged-nav li{
    float:left;
    margin:0 0 0 4px;
}
.header .inner .logged-nav li a{
    color:#333332;
    font:12px/27px OpenSansRegular;
    display:block;
    height:27px;
    padding:0 14px;
    text-transform:uppercase;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s  ease;
    -moz-transition:background 0.6s, color 0.6s  ease;
    -webkit-transition:background 0.6s, color 0.6s  ease;
}
.header .inner .logged-nav li a.active{
    background:#fdcd09;
    color:#fff;
}
.header .inner .logged-nav li a.active:hover{
    color:#fff;
    background:#48606e;
    text-decoration:none;
}
.header .inner .logged-nav li a:hover{
    color:#fff;
    background:#48606e;
    text-decoration:none;
}
.header .inner .logged-nav li a:active{
    background:#334e5e;
    color:#fff;
    transition:background 0s, color 0s ease;
    -o-transition:background 0s, color 0s  ease;
    -moz-transition:background 0s, color 0s  ease;
    -webkit-transition:background 0s, color 0s  ease;
}
.header .inner .logged-nav li a.active:active{
    background:#3d5051;
    transition:background 0s, color 0s ease;
    -o-transition:background 0s, color 0s  ease;
    -moz-transition:background 0s, color 0s  ease;
    -webkit-transition:background 0s, color 0s  ease;
}
.image-section{
    /* margin:85px 0 0; */
    /*position:absolute;
    height:100%;*/
    overflow:hidden;
    /*top:0;*/
    width:100%;
    height: 600px;
}
.image-section img{
    display:block;
    margin:0 auto;
}


#mainp {
	width:1100px;
	margin:0 auto;
}

.reuters{
    width:100%;
    position:absolute;
    /*bottom:0;*/
    height:39px;
    background:#334e5e;
    overflow: hidden;
}

.reuters1{
    position:relative;
    background: none repeat scroll 0 0 #F2F2F0;
}
	
.reuters .inner{
    margin:0 auto;
}
.reuters .logo-box{
    width:120px;
    float:left;
    height:30px;
    background:url(/images/a/img/reuters-logo.png) 7px center no-repeat;
}
.reuters .run-line{
    position:absolute;
    top:7px;
    overflow:hidden;
}

.reuters .run-line ul{
    width:1000%;
}
.reuters .run-line li:first-child{
    margin:0;
}
.reuters .run-line li{
    float:left;
    margin:0 0 0 12px;
    color:#fff;
    font:11px PTSans;
}
.reuters .run-line li .t-top{
    padding:0 6px 0 0;
    background:url(/images/a/img/to-top-r.png) right center no-repeat;
}
.reuters .run-line li .t-down{
    padding:0 6px 0 0;
    background:url(/images/a/img/to-down-r.png) right center no-repeat;
}
.s-section{
    width:100%;
    height:469px;
    padding-top: 10px;
}
.s-section .inner{
    width:610px;
    margin:108px auto 0;
    color:#333332;
    font:16px/30px OpenSansLight;
}
.s-section .inner h2{
    font:48px/38px OpenSansLight;
    color:#333332;
    margin:0 0 45px;
}
.s-section .inner h2 b{
    font:48px/38px OpenSansBold;
    display:block;
    text-transform:uppercase;
    margin:25px 0 0;
}
.tab-section{
    width:100%;
    height:675px;
    background:#334e5e;
}
.tab-section .inner{
    width:870px;
    margin:0 auto;
    padding:0 65px;
}
.tab-section .tab-navigation{
    float:left;
    width:338px;
    margin:115px 0 0;
}
.tab-section.tab-section .tab-navigation li:first-child{
    margin:0;
}
.tab-section.tab-section .tab-navigation li{
    float:left;
    width:100%;
    margin:64px 0 0;
}
.tab-section.tab-section .tab-navigation li span{
    display:block;
    width:96px;
    height:96px;
    background-color:#fff;
    position:absolute;
    left:0;
    top:0;
    float:left;
    background-position:center center;
    background-repeat:no-repeat;	
    transition:background-color 0.6s, background-image 0.6s ease;
    -o-transition:background-color  0.6s, background-image 0.6s  ease;
    -moz-transition:background-color  0.6s, background-image 0.6s  ease;
    -webkit-transition:background-color  0.6s, background-image 0.6s  ease;
}
.tab-section.tab-section .tab-navigation li span.f-ico{
    background-image:url(/images/a/img/f-ico.png);
}
.tab-section.tab-section .tab-navigation li span.s-ico{
    background-image:url(/images/a/img/s-ico.png);
}
.tab-section.tab-section .tab-navigation li span.th-ico{
    background-image:url(/images/a/img/t-ico.png);
}
.tab-section.tab-section .tab-navigation li a.active span.f-ico,
.tab-section.tab-section .tab-navigation li a:hover span.f-ico{
    background-image:url(/images/a/img/f-ico-h.png);
}
.tab-section.tab-section .tab-navigation li a.active span.s-ico,
.tab-section.tab-section .tab-navigation li a:hover span.s-ico{
    background-image:url(/images/a/img/s-ico-h.png);
}
.tab-section.tab-section .tab-navigation li a.active span.th-ico,
.tab-section.tab-section .tab-navigation li a:hover span.th-ico{
    background-image:url(/images/a/img/t-ico-h.png);
}
.tab-section .tab-navigation li a{
    display:block;
    position:relative;
    height:84px;
    padding:12px 72px 0 135px;
    color:#fff;
    font:24px/36px OpenSansLight;
    text-transform:uppercase;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s  ease;
}
.tab-section .tab-navigation li a.active,
.tab-section .tab-navigation li a:hover{
    text-decoration:none;
    background:#506673;

}
.tab-section .tab-navigation li a.active span,
.tab-section .tab-navigation li a:hover span{
    background-color:#16b29d;
}
.tab-section .tab-content{
    width:425px;
    float:right;
    margin:100px 0 0;
}
.tab-section .tab-content .h2{
    font:48px/48px OpenSansLight;
    color:#fff;
    margin:0 0 20px;
    float:left;
}
.tab-section .tab-content .h2 b{
    font:46px/48px OpenSansBold;
    display:block;
    margin:8px 0 0;
    text-transform:uppercase;
}
.tab-section .tab-content .txt{
    width:100%;
    color:#fff;
    font:16px/30px OpenSansLight;
    height:202px;
    overflow:hidden;
    margin:0 0 50px;
}
.tab-section .tab-content a.do-it{
    display:block;
    border:2px solid #fff;
    height:60px;
    width:421px;
    text-align:center;
    color:#fff;
    font:20px/60px RobotoRegular;
    background:#334e5e;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s  ease;
    -moz-transition:background 0.6s, color 0.6s  ease;
    -webkit-transition:background 0.6s, color 0.6s  ease;
}
.tab-section .tab-content a.do-it:hover{
    background:#fff;
    color:#334e5e;
    text-decoration:none;
}
.tab-section .tab-content a.do-it:active{
    background:#c6d1d8;
    border:2px solid #c6d1d8;
}
.do-it-now{
    width:100%;
    height:665px;
    background:#fff;
}
.do-it-now .inner{
    width:920px;
    margin: auto;
    padding: 64px 0 0 0;
}
.do-it-now .inner .h3{
    color:#333332;
    font:48px OpenSansLight;
    text-transform:uppercase;
    display:block;
    text-align:center;
}
.do-it-now .inner .h3 b{
    font:48px OpenSansBold;
}
.do-it-now .inner .list{
    width:100%;
    float:left;
    margin:70px 0 50px;
    padding:0 0 130px 0;
    background:url(/images/a/img/list-bg.png) center bottom no-repeat;
}
.do-it-now .inner .list li{
    width:25%;
    float:left;
    text-align:center;
}
.do-it-now .inner .list li .image-box{
    display:block;
    width:96px;
    height:96px;
    background-color:#f5f6f7;
    margin:0 auto 15px;
    background-position:center center;
    background-repeat:no-repeat;
}
.do-it-now .inner .list li b{
    width:180px;
    margin:0 auto;
    text-align:center;
    color:#333331;
    display:block;
    font:14px/20px OpenSansRegular;
}
.do-it-now .inner .list li .image-box{
    background-image:url(/images/a/img/graph-ico.png);
}
.do-it-now .inner .list li+li .image-box{
    background-image:url(/images/a/img/up-down-ar.png);
}
.do-it-now .inner .list li+li+li .image-box{
    background-image:url(/images/a/img/dl-ico.png);
}
.do-it-now .inner .list li+li+li+li .image-box{
    background-image:url(/images/a/img/di-ico-h.png);
}
.do-it-now .inner .list li.active .image-box{
    background-color:#fdcd09;
}
.do-it-now .inner .try-it{
    width:455px;
    height:62px;
    background:#fdcd09;
    color:#fff;
    font:30px/62px RobotoLightCond;
    text-transform:uppercase;
    text-align:center;
    display:block;
    float:left;
    margin:0 0 0 236px;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s  ease;
    -moz-transition:background 0.6s, color 0.6s  ease;
    -webkit-transition:background 0.6s, color 0.6s  ease;
}
.do-it-now .inner .try-it:hover{
    background:#16b29d;
    text-decoration:none;
}
.do-it-now .inner .try-it:active{
    background:#1d9282;
}
.graph-box{
    width:100%;
    overflow:hidden;
}
.graph-box .head-nav{
    width:100%;
    overflow:hidden;
    background:#f3f6f7;
}
.graph-box .head-nav .inner{
    margin:0 auto;
    width:1000px;
}
.graph-box .head-nav .inner li:first-child:hover{
    padding: 9px 33px 8px 22px;
}
.graph-box .head-nav .inner li.active:first-child,
.graph-box .head-nav .inner li:first-child{
    padding: 11px 33px 8px 22px;
    margin:0;
}
.graph-box .head-nav .inner li{
    float:left;
    padding:13px 33px 8px 22px;
    font:11px/27px OpenSansRegular;
    color:#000;
    height:40px;
    cursor:pointer;
    margin:0 0 0 28px;
}
.longterm{
    float:left;
    font: 11px/27px OpenSansRegular;
    color: #000;
    height: 40px;
    cursor: pointer;
    margin:0 0 0 29px;
    padding:13px 33px 8px 22px;
}
.longterm.active,
.longterm:hover{
    border-top: 2px solid #334e5e;
    padding:11px 33px 8px 22px;
    background:#f8fafb;
}
.graph-box .head-nav .inner li:hover,
.graph-box .head-nav .inner li.active{
    border-top:2px solid #334e5e;
    padding:11px 33px 8px 22px;
    background:#f8fafb;
}
.graph-box .head-nav .inner li .ico{
    float:left;
    display:block;
    width:27px;
    height:27px;
    margin:0 8px 0 0;
    background-image:url(/images/a/img/grf-sprite.png);
    background-repeat:no-repeat;
}

.graph-box .head-nav .inner li:hover .ico,
.graph-box .head-nav .inner li.active .ico{
    background-color:#334e5e;
    background-image:url(/images/a/img/grf-sprite-a.png);
}

.graph-box .head-nav .inner li .binari{
    background-position:9px center;
}
.graph-box .head-nav .inner li .time{
    background-position:-12px center;
}
.graph-box .head-nav .inner li .cons{
    background-position:-37px center;
}
.graph-box .head-nav .inner li .touch{
    background-position:-61px center;
}
.graph-box .head-nav .inner li .ico.pairs{
    background:url(/images/a/img/pairs-ico.png) center center no-repeat;
}
.graph-box .head-nav .inner li:hover .ico.pairs,
.graph-box .head-nav .inner li.active .ico.pairs{
    background-color:#334e5e;
    background-image:url(/images/a/img/pairs-ico-a.png);
}
.second-navigation{
    width:1000px;
    margin:0 auto;
    height:35px;
    position:relative;
}
.second-navigation li:first-child{
    margin:0 0 0 40px;
}
.second-navigation li{
    float:left;
    margin:0 0 0 22px;
}
.second-navigation li a{
    color:#424346;
    font:11px/35px OpenSansRegular;
}
.second-navigation li a.active,
.second-navigation li a:hover{
    color:#23475d;
    text-decoration:underline;
}
.sortview{
    position:absolute;
    right:25px;
    top:9px;
}
.sortview li:first-child{
    margin:0;
}
.sortview li{
    float:left;
    margin:0 0 0 15px;
}
.sortview li a{
    display:block;
    width:15px;
    height:15px;
    background-image:url(/images/a/img/view-ico.png);
    background-repeat:no-repeat;
}
.sortview li a.list{
    background-position:left top;
}
.sortview li a.sm-list{
    background-position:-30px top;
}
.sortview li a.pl{
    background-position:-60px top;
}
.sortview li a.box{
    background-position:right top;
}
.sortview li a.list:hover,
.sortview li a.list.active{
    background-position:left bottom;
}
.sortview li a.sm-list:hover,
.sortview li a.sm-list.active{
    background-position:-30px bottom;
}
.sortview li a.pl:hover,
.sortview li a.pl.active{
    background-position:-60px bottom;
}
.sortview li a.box:hover,
.sortview li a.box.active{
    background-position:right bottom;
}
.diagram-box{
    width:100%;
}
.diagram-box .sort-line{
    width:100%;
    height:48px;
    background:#334e5e;
}
.diagram-box .sort-line .inner{
    width:960px;
    margin:0 auto;
}
.diagram-box .sort-line .sortbox{
    float:left;
    width:190px;
    margin:10px 0 0;
    cursor:pointer;
}
.diagram-box .sort-line .sortbox .label{
    width:60px;
    margin:0 10px 0 0;
    text-align:right;
    float:left;
    color:#eaf1f5;
    font:14px/28px OpenSansRegular;
}
.diagram-box .sort-line .sortbox .sortable{
    width:90px;
    float:right;
    height:28px;
    color:#424346;
    font:14px/28px PTSans;
    padding:0 0 0 30px;
    background:url(/images/a/img/sort-down.png) 99px 12px no-repeat #e9eff2;
    position:relative;
}
.diagram-box .sort-line .sortbox .sortable.active{
    background:url(/images/a/img/sort-up.png) 99px 12px no-repeat #e9eff2;
}
.diagram-box .sort-line .sortbox.invest{
    float:right;
    margin:10px 15px 0 0;
    width:200px;
}
.diagram-box .sort-line .sortbox.invest .label{
    width:105px;
}
.diagram-box .sort-line .sortbox.invest .sortable{
    width:70px;
    background:url(/images/a/img/sort-down.png) 68px 12px no-repeat #e9eff2;
    padding:0 0 0 15px;
}
.diagram-box .sort-line .sortable:hover .droplist{
    display:block;
}
.diagram-box .sort-line .sortbox .droplist{
    width:100%;
    background:#e9eff2;
    color:#424346;
    font:14px/28px PTSans;
    position:absolute;
    left:0;
    text-transform:uppercase;
    padding:0 0 15px;
    display:none;
    z-index:1000;
}
.diagram-box .sort-line .sortbox .droplist li{
    height:30px;
    padding:0 0 0 30px;
    margin:0;
    cursor:pointer;
}
.diagram-box .sort-line .sortbox .droplist li:hover{
    background:#fff;
}
.diagram-box .sort-line .sortbox.times .sortable{
    background:url(/images/a/img/sort-down.png) 98px 12px no-repeat #e9eff2;
    padding:0 0 0 15px;
    width:105px;
}
.diagram-box .sort-line .sortbox.times{
    margin:10px 0 0 225px;
}
.graph-inner{
    width:1000px;
    margin:0 auto;
}
.graph-inner .txt{
    color:#525252;
    font:14px/28px OpenSansRegular;
    display:block;
    margin:0 0 17px;
}
.graph-inner .txt .ico{
    display:block;
    float:left;
    width:28px;
    height:28px;
    margin:0 15px 0 0;
    background:url(/images/a/img/gold.png) center center no-repeat #f1cd07;
}
.diagram-item{
    width:654px;
    margin:20px 0 0 17px;
    float:left;
}
.diagram-item .time-nav{
    width:100%;
    float:left;
}
.diagram-item .time-nav li{
    float:left;
    width:62px;
    height:16px;
}
.diagram-item .time-nav ul{
    margin:0 0 0 105px;
}
.diagram-item .time-nav li a{
    display:block;
    background:#e9eff2;
    color:#212121;
    font:11px/16px OpenSansRegular;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s  ease;
    -moz-transition:background 0.6s, color 0.6s  ease;
    -webkit-transition:background 0.6s, color 0.6s  ease;
    text-align:center;
}
.diagram-item .time-nav li a.active,
.diagram-item .time-nav li a:hover{
    background:#b8d1e0;
    text-decoration:none;
    color:#fff;
}
.dia-item{
    width:592px;
    height:162px;
    float:left;
    position:relative;
}
.pointerline{
    width:100%;
    min-height:1px;
    background:url(/images/a/img/pointreline.png) left bottom repeat-x;
    left:0;
    text-align:right;
    position:absolute;
}
.pointerline b{
    color:#3d3d3d;
    font:11px OpenSansRegular;
    padding:0 20px 0 0;
}
.tick-rate{
    width:62px;
    position:relative;
    float:right;
    position:relative;
}
.tick-rate .ticklabel{
    color:#5b5959;
    font:8px/20px OpenSansRegular;
    position:absolute;
    width:36px;
    height:20px;
    left:-1px;
    z-index:1;
    padding:0 0 0 12px;
    display:block;
}
.tick-rate .ticklabel.act{
    background:url(/images/a/img/tick-label.png) left top no-repeat;
    color:#fff;
    font:9px/20px OpenSansRegular;
    padding:0 0 0 7px;
    width:41px;
}
.tick-rate .ticklabel.act b{
    font:11px/20px OpenSansRegular;
}
.trader-choice{
    width:392px;
    float:left;
    margin:25px 0 0 105px;
}
.trader-choice .line{
    width:100%;
    background:#e24949;
    height:7px;
    position:relative;
    margin:0 0 8px;
}
.trader-choice .line .inner{
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    height:7px;
    background:#44b156;
}
.trader-choice .f-per,
.trader-choice .s-per{
    font:10px OpenSansRegular;
    color:#333;
    width:30px;
    float:left;
}
.trader-choice .ch{
    color:#424346;
    font:12px PTSans;
    text-align:center;
    width:332px;
    float:left;
}
.trader-choice .s-per{
    float:right;
    text-align:right;
}
.directionControl{
    width:140px;
    float:left;
    margin:65px 0 0 10px;
}
.directionControl .button{
    display:block;
    width:70px;
    height:46px;
    border-radius:10px;
    padding:0 0 0 72px;
    color:#fff;
    font:18px/46px PTSans;
    float:left;
    background-repeat:no-repeat;
    background-position:32px center;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}
.directionControl .button:hover{
    text-decoration:none;
}
.directionControl .button.down{
    background-color:#df3535;
    background-image:url(/images/a/img/btn-dwn.png);
}
.directionControl .currRate{
    /* height:30px; */
    float:left;
    width:100%;
    margin:35px 0 40px;
    color:#45c090;
    font:19px OpenSansLight;
    text-align:center;
}
.directionControl .currRate .emphasisRate{
    font:36px OpenSansLight;
}
.directionControl .button.up{
    background-image:url(/images/a/img/btn-up.png);
    background-color:#44b156;
}
.directionControl .button.up:hover{
    background-color:#73c580;
}
.directionControl .button.up:active{
    background-color:#3a9749;
    transition:background 0s ease;
    -o-transition:background 0s ease;
    -moz-transition:background 0s ease;
    -webkit-transition:background 0s ease;
}
.directionControl .button.down:hover{
    background-color:#e55d5d;
}
.directionControl .button.down:active{
    background-color:#be2d2d;
    transition:background 0s ease;
    -o-transition:background 0s ease;
    -moz-transition:background 0s ease;
    -webkit-transition:background 0s ease;
}
/*.payoutOverview{
    width:146px;
    float:right;
    background:#23475d;
    color:#fff;
    position:relative;
}
.payoutOverview .potentialPayout{
    margin:32px 0 0 12px;
    padding:0 0 20px;
}
.payoutOverview .potentialPayout .title{
    font-size:15px OpenSansRegular;
}
.payoutOverview .potentialPayout .content{
    font:24px/24px HelveticaNeueLight;
    margin:10px 0 0;
}
.payoutOverview .payoutPresentage{
    padding:20px 0 25px 18px;
    background:#4b7496;
}
.payoutOverview .payoutPresentage .title{
    font:11px/11px OpenSansRegular;
}
.payoutOverview .payoutPresentage .content{
    font:68px/68px HelveticaUltraLight;
    margin:4px 0 0;
}
.payoutOverview .prorotectedAmount{
    margin:15px 0 0 15px;
    padding:0 0 50px;
}
.payoutOverview .prorotectedAmount .title{
    font:10px/10px OpenSansRegular;
}
.payoutOverview .prorotectedAmount .content{
    font:20px/20px HelveticaNeueLight;
    display:block;
    margin:5px 0 0;
}*/
.start-now{
    width:100%;
    height:100px;
    background:#f8fafb;
    padding:33px 0 0;
    margin:4px 0 0;
}
.start-now  .button{
    color:#fefefe;
    width:305px;
    height:56px;
    font:24px/56px RobotoLightCond;
    display:block;
    margin:0 auto;
    background:#4c748d;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    text-align:center;
    text-transform:uppercase;
}
.start-now  .button:hover{
    background:#16b29d;
    text-decoration:none;
}
.start-now  .button:active{
    background:#1d9282;
}
.footer.grey{
    border-top:5px solid #f5f5f5;
}
.footer{
    border-top:5px solid #F5F5F5;
    width:100%;
    background:#334e5e;
    overflow:hidden;
    padding:40px 0 20px;
    min-width:1000px;
}
.footer .contact{
    width:940px;
    margin:0 auto 45px;
    overflow:hidden;
}
.footer .contact .h5{
    font:24px PTSans;
    color:#eaf1f4;
    text-transform:uppercase;
    display:block;
    margin:0 0 25px;
}
.footer .contact .number{
    float:left;
    padding:0 0 0 25px;
    background:url(/images/a/img/phone.png) no-repeat;
    color:#eaf1f4;
    font:14px/14px OpenSansRegular;
    width:292px;
}
.footer .contact .number li:first-child{
    margin:0;
}
.footer .contact .number li{
    margin:20px 0 0 0;
}
.footer .contact .online-chat{
    float:left;
    margin:0 0 0 115px;
    width:290px;
}
.footer .contact .online-chat .och{
    background:url(/images/a/img/online-chat-ico.png) left top no-repeat;
    color:#eaf1f4;
    font:13px Helvetica;
    padding:0 0 2px 33px;
    position: relative;
    top: -2px;
}
.footer .contact .online-chat .social{
    margin:15px 0 0;
}
.footer .contact .online-chat .social li:first-child{
    margin:0;
}
.footer .contact .online-chat .social li{
    float:left;
    margin:0 0 0 20px;
}
.footer .contact .online-chat .social li a{
    display:block;
    width:26px;
    height:26px;
    background-image:url(/images/a/img/social_btn.png);
}
.footer .contact .online-chat .social li a.fb{
    background-position:left top;
}
.footer .contact .online-chat .social li a.fb:hover{
    background-position:left -27px;
}
.footer .contact .online-chat .social li a.fb:active{
    background-position:left -54px;
}
.footer .contact .online-chat .social li a.vk{
    background-position:center top;
}
.footer .contact .online-chat .social li a.vk:hover{
    background-position:center -27px;
}
.footer .contact .online-chat .social li a.vk:active{
    background-position:center -54px;
}
.footer .contact .online-chat .social li a.od{
    background-position:right top;
}
.footer .contact .online-chat .social li a.od:hover{
    background-position:right -27px;
}
.footer .contact .online-chat .social li a.od:active{
    background-position:right -54px;
}
.footer .contact  .another-ct{
    float:right;
    width:205px;
    color:#eaf1f4;
    font:14px Helvetica;
}
.footer .contact  .another-ct .skype{
    padding:0 0 0 30px;
    background:url(/images/a/img/skype.png) left top no-repeat;
    display:block;
    margin:0 0 11px;
    height:20px;
    position: relative;
    top: -3px;
}
.footer .contact  .another-ct .skype a{
	color: #EAF1F4;
	text-decoration:none;
}
.footer .contact  .another-ct .mail{
    padding:0 0 0 30px;
    background:url(/images/a/img/mail-ico.png) left center no-repeat;
    display:block;
    height:19px;
}
.footer .contact  .another-ct .mail a{
  color: #EAF1F4;
  text-decoration:none;
}
.footer .payment{
    width:100%;
    float:left;
    height:97px;
    background:#fff;
}
.footer .payment .inner{
    width:960px;
    margin:0 auto;
}
.footer .payment .title{
    color:#2c3d51;
    #font:24px/97px PTSans;
    width:255px;
    text-transform:uppercase;
    float:left;
}
.footer .payment  ul{
    width:674px;
    float:left;
}
.footer .payment  ul li{
    /* width:25%;
    height:97px; */
    float:left;
}
.footer .payment  ul li+li{
    margin:0 0 0 95px;
}
.footer .payment  ul li+li+li{
    margin:0 0 0 78px;
}
.footer .payment  ul li+li+li+li{
    margin:0 0 0 80px;
}
.footer .payment  ul li a{
    display:block;
    /* height:97px; */
    background-repeat:no-repeat;
}
.footer .payment  ul li a img{
    display:block;
    margin:25px auto 0;
}
.footer-navi{
    width:960px;
    margin:0 auto 15px;
    padding:70px 0 115px;
    overflow:hidden;
    position:relative;
    #border-bottom:1px solid #747b84;
}

.footer-navi .item .h6{
    color:#eaf1f4;
    font:13px/14px PTSansBold;
    margin:0 0 25px;
    display:block;
}
.footer-navi .item li a{
    color:#eaf1f4;
    font:14px PTSans;
}

.footer .copyraight{
    width:100%;
    text-align:center;
    color:#fefefe;
    width:960px;
    margin:0 auto;
    font:12px PTSans;
}
/*Registration on main screen*/
.f-registartion{
    padding:33px 36px;
    background:rgba(255,255,255,0.43);
    width:234px;
    position:absolute;
    top:119px;
    right:40px;
}
.form-container{
    width:1000px;
    left:50%;
    margin-left:-500px;
    top:0;
    position:absolute;
}
.slider-title-container{
    width:635px;
    left:50%;
    margin-left:-562px;
    top:0;
    position:absolute;
}
.slider-title-container .text{
    background: url("/images/a/img/mainslidertxtbg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font: 60px BebasNeue;
    height: 185px;
    left: 13%;
    margin-top: -228px;
   padding: 61px 10px 46px;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 246px;
}
.f-registartion .item:first-child{
    margin:0;
}
.f-registartion .item{
    float:left;
    width:234px;
    margin:15px 0 0;
    position:relative;
    color:#fff;
    font:12px/14px OpenSansLight;
}
.f-registartion .item a{
    color:#fff;
    text-decoration:underline;
}
.f-registartion .item p{
    padding:0 0 0 4px;
}
.f-registartion .item input[type="password"],
.f-registartion .item input[type="text"]{
    width:202px;
    height:43px;
    border:1px solid #dfdfdf;
    color:#9d9c9c;
    font:14px OpenSansRegular;
    padding:0 15px;
}
.f-registartion .item.country input[type="text"]{
    padding:0 0 0 80px;
    width:152px;
}
.select-country{
	background-color:#FFFFFF;
	border: 1px solid #DFDFDF;
	border-right:0;
    cursor: pointer;
    height: 43px;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 66px;
}
.select-country b{
    margin:12px 0 0 15px;
    padding:0 34px 0 0;
    background:url(/images/a/img/country-select.png) right center no-repeat;
}
.select-country:hover .droppednav{
    display:block;
}
.select-country .droppednav{
    position:absolute;
    top:44px;
    left:0;
    width:105px;
    max-height:180px;
    #height: 250px;
  	overflow-y: scroll;
    border:1px solid #dfdfdf;
    z-index:100;
    background:#fff;
    display:none;
}
.select-country .droppednav li:first-child{
    margin:0;
}
.select-country .droppednav li{
    width:100%;
    height:32px;
    margin:6px 0 0;
    color:#333232;
    font:14px/32px OpenSansLight;
}
.select-country .droppednav li b{
    padding:0;
    margin:0;
}
.select-country .droppednav li:hover{
    background:rgba(236,234,234,0.65);
}
.select-country .droppednav li .ico{
    display:block;
    width:20px;
    height:20px;
    margin:5px 15px 0 15px;
    overflow:hidden;
    float:left;
}
.select-country .droppednav li .ico img{
	width:100%;
	
}
.select-country b{
    width:20px;
    height:21px;
    float:left;
}
.select-currency{
    width:203px;
    height:45px;
    position:absolute;
    left:0;
    top:0;
    cursor:pointer;
}
.select-currency .c_currency{
	margin-left: 10px;
	
}
.select-currency b{
    margin:12px 0 0 15px;
    padding:0 34px 0 0;
}
#selected_c{
	width: 168px;
	background:url(/images/a/img/country-select.png) right center no-repeat;
}
.select-currency:hover .droppednav{
    display:block;
}
.select-currency .droppednav{
    position:absolute;
    top:45px;
    left:0;
    width:233px;
    height: 153px;
  	overflow-y: scroll;
    border:1px solid #dfdfdf;
    z-index:100;
    background:#fff;
    display:none;
}
.select-currency .droppednav li:first-child{
    margin:0;
}
.select-currency .droppednav li{
    width:100%;
    height:32px;
    margin:6px 0 0;
    color:#333232;
    font:14px/32px OpenSansLight;
}
.select-currency .droppednav li b{
    padding:0;
    margin:0;
}
.select-currency .droppednav li:hover{
    background:rgba(236,234,234,0.65);
}
.select-currency .droppednav li .ico{
    display:block;
    height:30px;
    margin:5px 0px 0 80px;
    overflow:hidden;
    float:left;
}
.select-currency b{
    width:25px;
    height:20px;
    float:left;
}
.currency_input{
	border: 1px solid #DFDFDF;
    color: #9D9C9C;
    font: 14px OpenSansRegular;
    height: 43px;
    padding: 0 15px;
    width: 203px;
    background: #fff;
    
}
.currency_input .c_currency{
	position: relative;
	top:-11px;
	left:100px;
}
.currency_input b{
	position: relative;
	top:11px;
	left: -26px;
}

.f-registartion .item input[type="submit"]{
    width:100%;
    height:51px;
    background:#fdcd09;
    color:#fff;
    text-align:center;
    outline:none;
    font:18px OpenSansSemibold;
    border:none;
    border-radius:8px;
    cursor:pointer;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}
.f-registartion .item input[type="submit"]:hover{
    background:#fed73a;
}
.f-registartion .item input[type="submit"]:active{
    background:#e8bc08;
    transition:background 0 ease;
    -o-transition:background 0 ease;
    -moz-transition:background 0 ease;
    -webkit-transition:background 0 ease;
}
.f-registartion .item a:hover{
    color:#2eb9ed;
}
.f-registartion .item a:active{
    color:#16b29d;
}
/*DashBoard*/

.dash-header{
    width:100%;
    height:70px;
    background:#334e5e;
}
.dash-header .inner{
    width:1000px;
    margin:0 auto;
}
.dash-header  .logo{
    display:block;
    width:63px;
    height:17px;
    background:url(/images/a/img/logo-inner.png) no-repeat;
    float:left;
    margin:25px 0 0 35px;
}
.dash-header .navigation{
    float:left;
    margin:0 0 0 45px;
}
.dash-header .navigation li:first-child{
    margin:0;
}
.dash-header .navigation li{
    float:left;
    height:70px;
    position:relative;
    margin:0 0 0 13px;
}
.dash-header .navigation li a{
    display:block;
    height:70px;
    padding:0 12px 0 7px;
    color:#e2e9ed;
    font:12px/70px OpenSansRegular;
}
.dash-header .navigation li a.active,
.dash-header .navigation li a:hover{

    border-top:2px solid #81bce1;
    font:12px/66px OpenSansRegular;
    text-decoration:none;
    height:68px;
}
.dash-header .navigation li:hover .drowdown{
    display:block;
}
.dash-header .navigation li .drowdown{
    position:absolute;
    width:220px;
    background:#334E5E;
    z-index:10000000000;
    left:-4px;
    padding:0 0 10px ;
    display:none;
}

.dash-header .navigation li .drowdown ul{
	width:100%;
} 
.dash-header .navigation li .drowdown li{
    width:100%;
    font:12px/37px OpenSansRegular;
    margin:0;
    height:auto;
}
.dash-header .navigation li .drowdown li:last-child a{
    font: 12px/24px OpenSansRegular;
    padding: 5px 0 5px 13px;	
}
.dash-header .navigation li .drowdown li a{
    display:block;
    padding:0 0 0 13px;
    font:12px/37px OpenSansRegular;
    color:#e2e9ed;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    height:auto;
}
.dash-header .navigation li .drowdown li a:hover{
    background:#81bce1;
    border:none;
}
.dash-header .user-nav{
    float:right;
    margin:17px 25px 0 0;
    position: relative;
    z-index: 9999;
}
.dash-header .user-nav .message{
    width:37px;
    height:37px;
    float:left;
    background:url(/images/a/img/email-ico.png) center center no-repeat;
    border:1px solid #c3cbd0;
    float:left;
    position:relative;
    display:block;
}
.dash-header .user-nav .message:hover{
    background:url(/images/a/img/email-ico-h.png) center center no-repeat;
    border:1px solid #ccd2d5;
}
.dash-header .message b{
    display:block;
    width:18px;
    height:18px;
    border-radius:18px;
    background:#45c090;
    color:#fff;
    position:absolute;
    top:-9px;
    right:-9px;
    text-align:center;
    font:12px PTSans;;
}
.dash-header .user-ico{
    float:left;
    width:39px;
    height:39px;
    overflow:hidden;
    margin:0 25px 0 21px;
    overflow:hidden;
    background:url(/images/a/img/user-icobg.jpg) no-repeat;
}
.dash-header .user-nav a{
    float:right;
    font:12px/37px OpenSansRegular;
    color:#e2e9ed;
}
.userdata{
    width:986px;
    margin:40px auto 0;
}
.userdata .ubox{
    padding:0 0 35px;
    border-bottom:1px solid #dde0df;
    width:100%;
    overflow:hidden;
    /*margin:0 0 30px 0;*/
}
.userdata .udata{
    float:left;
    width:360px;
    margin:0 0 0 25px;
}
.userdata .udata .user-ava{
    float:left;
    display:block;
    width:86px;
    height:86px;
    border-radius:100%;
    margin:0 25px 0 0;
    /*background:url(/images/a/img/user-avabg.png) no-repeat;*/
}
.userdata .udata .uname{
    float:left;
    color:#333332;
    width:248px;
    margin-left: 16px;
}
.userdata .udata .uname .name{
    font:18px/18px OpenSansRegular;
    margin:10px 0;
    display:block;
}
.userdata .udata .uname .level{
    font:14px/14px OpenSansRegular;
}
.userdata .udata .uname .gotoedit{
    display:block;
    width:19px;
    height:18px;
    background:url(/images/a/img/gotoedit.png) no-repeat;
    margin:10px 0 0;
}
.userdata .topup, .progressitem .topup{
    display:block;
    width:212px;
    height:49px;
    border:1px solid #1ac16d;
    color:#333331;
    font:16px/49px RobotoLightCond;
    float:left;
    text-align:center;
    text-transform:uppercase;
    background:#fff;
    transition:background 0.6s, color 0.6s, border 0.6s ease;
    -o-transition:background 0.6s, color 0.6s, border 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s, border 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s, border 0.6s ease;
    margin:20px 0 0;
}
.userdata .topup:hover{
    background:#1ac16d;
    color:#fff;
    text-decoration:none;
}
.userdata .topup:active{
    background:#27b25d;
    border:1px solid #27b25d;
}
.balance{
    width:auto;
    float:right;
    margin-right: 60px;
}
.balance .label{
    color:#333332;
    font:14px/14px OpenSansRegular;
    display:block;
    text-transform:none;
    margin-bottom:0px;
}
.balance .money{
    float:left;
}
.balance .money .number{
    font:65px BebasNeue;
    color:#f2f2f0;
}
.balance .money .number.sum{
    color:#1abc6a;
}
.balance .currency{
    float:right;
    width:75px;
    font:65px BebasNeue;
    color:#afbab4;
}
.begintrade{
    width:100%;
    background:#fdcd09;
    height:133px;
    padding:62px 0 0;
}
.begintrade a{
    width:318px;
    height:62px;
    background:#fff;
    font:24px/62px RobotoLightCond;
    color:#30302f;
    display:block;
    text-transform:uppercase;
    text-align:center;
    margin:0 auto;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}
.begintrade a:hover{
    text-decoration:none;
    background:#fffae9;
}
.begintrade a:active{
    background:#f2ecd9;
}
.active-box{
    width:1000px;
    margin:65px auto;
    overflow:hidden;
}
.active-box .assetsbox{
    width:640px;
    float:left;
    margin:0 0 0 35px;
}
.active-box .assetsbox .label{
    float:left;
    width:100%;
    font:30px RobotoLightCond;
    padding:10px 0;
    text-transform:uppercase;
}
.active-box .assetsbox .label a{
    padding:10px;
    color:#333332;		
}
.active-box .assetsbox .label a{
    text-decoration:none;
}
.progressbox{
    width:100%;
    float:left;
}
.progressbox .progresslineInner{
    width:280px;
    height:280px;
    
    position:relative;
   # margin:55px 0 0;
   margin-left: -65px;
    margin-top: -24px;
    float:left;
}

.progressbox.inactive .progresslineInner {
	margin:55px 0 0;
}
.progressbox.inactive.depositor .progresstext {
	margin-top:29px!important;
}

.progressbox.inactive .txt{
	left: 48px;
	top: 38px;
}

.progressbox .txt{
    width:190px;
    height:190px;
    background:transparent;
    position:absolute;
    z-index:1;
    border-radius:100%;
    color:#333332;
    font:72px/176px BebasNeue;
    text-align:center;
	margin-left: 41px;
    margin-top: 80px;
}
/* .progressbox .progresslineInner .txt i{
        margin-left:10px;
} */
.progressbox .txt b{
    display:block;
    color:#2f353f;
    font:18px/10px RobotoLightCond;
    position:absolute;
    top:120px;
    width:100%;
}
.progressnav{
    width:268px;
    float:right;
    margin:55px 0 0;
}
.progressnav li:first-child{
    margin:0;
}
.progressnav li{
    float:left;
    margin:0 0 0 12px;
}
.progressnav li a{
    padding:0 6px 2px;
    color:#333332;
    font:13px OpenSansRegular;
}
.progressnav li a.active,
.progressnav li a:hover{
    border-bottom:2px solid #86c3e9;
    text-decoration:none;
}
.progressitem{
    width:268px;
    float:right;
    margin:55px 0 0;
}
.progressitem li .progresscolor{
    width:15px;
    height:15px;
    display:block;
    float:left;
    margin:0 10px 0 0;
}
.progressitem li:first-child{
    margin:0;
}
.progressitem li{
    color:#333332;
    font:13px/15px OpenSansRegular;
    margin:20px 0 0;
}
/*.trand_box{
    float:right;
    width:240px;
    border-left:1px solid #dde0df;
    padding:0 0 0 30px;
    margin:15px 0 0;
}*/
 .label{
    display:block;
    color:#333332;
    font:24px/24px RobotoLightCond;
    text-transform:uppercase;
    margin:0 0 25px;
}
 .progresslineitem{
    width:100%;
    float:left;
    font:10px OpenSansRegular;	
    margin:20px 0 0;
}
 .progresslineitem .title{
    width:65px;
    float:left;
    color:#333332;
}
 .progresslineitem .s-persent,
 .progresslineitem .f-persent{
    width:30px;
    float:left;
    color:#333;
}
 .progresslineitem .itemlinep{
    width:97px;
    position:relative;
    height:7px;
    background:#ed849d;
    float:left;
    top:4px;
    margin:0 5px 0 0;
}
 .progresslineitem .itemlinep .inner{
    height:7px;
    position:absolute;
    top:0;
    left:0;
    background:#61cc96;
    z-index:1;
}
.newsbox{
    width:100%;
    background:#f9f9f9;
    padding:60px 0 20px;
    overflow:hidden;
}
.newsbox .inner{
    width:986px;
    padding:0 7px;
    margin:0 auto;
}
.newsbox .inner .label{
    color:#333332;
    font:30px RobotoLightCond;
    text-transform:uppercase;
    text-align:center;
    display:block;
    margin:0 0 50px;
}
.newsbox .news-list{
    width:100%;
    float:left;
}
.newsbox .news-list li:first-child{
    margin:0;
}
.newsbox .news-list li{
    float:left;
    width:240px;
    overflow:hidden;
    background:#fff;
    margin:0 0 0 8px;
    height:315px;
    overflow:hidden;
    position:relative;
}
.newsbox .news-list li a:hover{
    text-decoration:none;
}
.newsbox .news-list li .image-box{
    width:240px;
    height:230px;
    overflow:hidden;
    position:relative;
}
.newsbox .news-list li .image-box .ico{
    width:38px;
    height:38px;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
    background:#fdcd09;
}
.newsbox .news-list li .hover{
    display:none;
    background:rgba(255,255,255,0.29);
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
}
.newsbox .news-list li a:hover .hover{
    display:block;
}
.newsbox .news-list li .image-box .ico img{
    display:block;
    margin:7px auto;
}
.newsbox .news-list li .h2{
    font:16px/24px OpenSansRegular;
    color:#000;
    padding:20px;
    display:block;
}
.newsbox .news-list li .h3{
    font:16px/24px OpenSansRegular;
    color:#000;
    padding:20px;
    display:block;
    text-transform:uppercase;
    margin:15px 0;
}
.newsbox .news-list li .descr{
    padding:0 20px;
    color:#6d6d6a;
    font:13px/24px OpenSansRegular;
}
.honorsbox{
    width:1000px;
    padding:95px 0 75px;
    overflow:hidden;
    margin:0 auto;
}
.honorsbox .label{
    color:#333332;
    font:30px/30px RobotoLightCond;
    display:block;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 65px;
}
.honorsbox li{
    width:20%;
    float:left;
    text-align:center;
}
.honorsbox .hninner.locked{
    background:#c1c5cb;
}
.honoredpopup .hninner,
.honorsbox .hninner{
    width:105px;
    height:114px;
    margin:0 auto;
    position:relative;
    background:#eaedf2;
}
.honoredpopup .hninner .mask,
.honorsbox .hninner .mask{
    width:105px;
    height:114px;
    background:url(/images/a/img/honor-mask.png) no-repeat;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.honoredpopup .hninner .toolbr,
.honorsbox .hninner .toolbr{
    width:105px;
    height:114px;
    position:absolute;
    bottom:0;
}
.honoredpopup .hninner .ico,
.honorsbox .hninner .ico{
    position:absolute;
    width:100%;
    height:100%;
    z-index:2;
    background-position:center center;
    background-repeat:no-repeat;
}
.honorsbox ul{
    overflow:hidden;
    margin:0 0 85px;
}
.honorsbox li .title{
    display:block;
    text-align:center;
    color:#333332;
    font:18px/18px OpenSansRegular;
    margin:20px 0 0;
}
.honorsbox .allohnersbtn{
    color:#333332;
    font:16px/41px RobotoLightCond;
    width:171px;
    height:41px;
    border:1px solid #fdd942;
    text-transform:uppercase;
    text-align:center;
    display:block;
    margin:0 auto;
    transition:background 0.6s, color 0.6s, border 0.6s ease;
    -o-transition:background 0.6s, color 0.6s, border 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s, border 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s, border 0.6s ease; 
}
.honorsbox .allohnersbtn:hover{
    background:#fdcd09;
    border:1px solid #fdcd09;
    color:#fff;
    text-decoration:none;
}
.honorsbox .allohnersbtn:active{
    background:#e8bc08;
    border:1px solid #e8bc08;
}
.active-box .assetsbox.no-active .label a+a:hover,
.active-box .assetsbox.no-active .label a+a.active{
    color:#e0e0db;
}
.active-box .assetsbox.no-active  .progressbox .progresslineInner .txt{
    color:#f2f2f0;
}
.active-box .assetsbox.no-active  .progressbox .progresslineInner .txt b{
    color:#f2f2f0;
}
.progresstext{
    width:320px;
    float:left;
    color:#f2f2f0;
    font:48px/60px RobotoLightCond;
    margin:70px 0 0 40px;
}
.progresstext a{
    color:#81bce1;
    font:36px RobotoLightCond;
    text-decoration:underline;
    transition:color 0.6s ease;
    -o-transition:color 0.6s ease;
    -moz-transition:color 0.6s ease;
    -webkit-transition:color 0.6s ease;
}
.progresstext a:hover{
    color:#45c090;
}
.progresstext a:active{
    color:#1d9282;
}
.depositnav{
    width:100%;
    height:100px;
    background:#f2f2f0;
}
.depositnav .inner{
    width:1000px;
    margin:0 auto;
}
.depositnav .depnavigation{
    float:left;
    margin:44px 0 0;
}
.depositnav .depnavigation li:first-child{
    margin:0 0 0 44px;
}
.depositnav .depnavigation li{
    float:left;
    margin:0 0 0 19px;
}
.depositnav .depnavigation li a{
    padding:0 13px;
    height:31px;
    display:block;
    color:#2f353f;
    font:13px/31px OpenSansRegular;
    background:none;
    border-radius:6px;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}
.depositnav .depnavigation li a.active,
.depositnav .depnavigation li a:hover{
    background:#fff;
    text-decoration:none;
}
.depositbalance{
    float:right;
    margin:23px 0 0;
   #width:166px;
}
.depositbalance .title{
    color:#000;
    font:14px OpenSansRegular;
}
.depositbalance .mcash{
    font:55px/50px BebasNeue;
    color:#45c090;
}
.deposittopup{
    width:1000px;
    margin:70px auto 0;
    overflow:hidden;
    padding-bottom: 45px;
}
.deposittopup .item:first-child{
    margin:0;
}
.deposittopup .item{
    width:100%;
    float:left;
    margin:80px 0 0;
}
.deposittopup .item .number{
    width:46px;
    height:46px;
    display:block;
    border:1px solid #95a3ab;
    font:30px/46px HelveticaUltraLight;
    color:#334e5e;
    text-align:center;
    border-radius:100%;
    float:left;
    margin:0 30px 0 0;
}
.deposittopup .item .label-box{
    #float:left;
    color:#333332;
    font:14px/21px OpenSansRegular;
    width:355px;
    margin:0 0 0 10px;
}
.deposittopup .item .pay-element{
    width:570px;
    float:right;
    margin-top: 6px;
}
.deposittopup .item .pay-element .select-sum li{
    float:left;
    margin:0 0 0 18px;
    color:#333332;
    font:12px/28px OpenSansRegular;
}
.deposittopup .item .pay-element .select-sum li b{
    display:block;
    font:12px/28px OpenSansRegular;
    float:left;
}
.deposittopup .item .pay-element .select-sum li a{
    display:block;
    width:72px;
    height:28px;
    background:#f2f2f0;
    color:#818b91;
    font:15px/28px OpenSansRegular;
    text-align:center;
    border-radius:4px;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
}
.deposittopup .item .pay-element .select-sum li a.select,
.deposittopup .item .pay-element .select-sum li a:hover{
    background:#81bce1;
    color:#fff;
    text-decoration:none;
}
.deposittopup .item .pay-element .select-sum input[type="text"]{
    width:113px;
    height:32px;
    top:-5px;
    border:none;
    outline:none;
    color:#717171;
    font:12px OpenSansRegular;
    text-align:center;
    margin:0 0 0 15px;
    border-bottom:1px solid #cacac8;
    z-index:1000;
    position:relative;
}
.deposittopup .item .label-box b{
    line-height:47px;
}

/*radiobtn*/

input[type="radio"]{
    display:none;
    margin:0;
}

input[type="radio"] + label{
    position:relative;
    top:-4px;
}
input[type="radio"] + label span {
    display:inline-block;
    margin:-4px 4px 0 0;
    vertical-align:middle;
    background:#f2f2f0;
    width:20px;
    height:19px;
    border-radius:100%;
    cursor:pointer;
    border-radius:22px;
}
input[type="radio"]:checked + label span {
    background:#81bce1;
}
.deposittopup .item .pay-element .selectpayment:first-child{
    margin:0;
}
.deposittopup .item .pay-element .selectpayment{
    color:#333332;
    font:14px/19px OpenSansRegular;
    float:right;
    margin:0 0 0 120px;
    margin-left: 18px !important;
    width: 550px;
}
.deposittopup .item .pay-element .selectpayment .pay-ico{
    margin:3px 0 0 2px;
}
.deposittopup .item .pay-element .selectpayment ul{
    position:relative;
    top:-18px;
}
.deposittopup .item .pay-element .selectpayment li{
    margin:18px 0 0;
    width:50%;
    float:left;
}


.deposittopup .item .card-element{
    width:100%;
    float:left;
    margin:38px 0 0 ;
}
.deposittopup .item .card-element .card-box{
    width:364px;
    height:230px;
    background:#e3e3e3;
    border-radius:6px;
    float:left;
}
.deposittopup .item .card-element .card-box.left{
    margin:0 50px 0 112px;
}
.deposittopup .item .card-element .card-box .card-number{
    padding:0 15px;
    width:334px;
    margin:19px 0 0;
    min-height:65px;
    float:left;
}
.card-user .label,
.deposittopup .item .card-number .label{
    color:#333332;
    font:12px OpenSansRegular;
    margin:0 0 8px;
    display:block;
    text-transform:none;
    margin-bottom:0px;
}
.deposittopup .item .card-number  input[type="text"]{
    width:58px;
    height:27px;
    background:#fff;
    border:none;
    padding:0 5px;
    color:#333332;
    font:12px OpenSansRegular;
    border:1px solid #fff;
}
.deposittopup .item .card-number li:first-child{
    margin:0;
}
.deposittopup .item .card-number li{
    float:left;
    margin:0 0 0 17px;
}
.deposittopup .item  .validitybox{
    width:250px;
    float:right;
    margin:26px 0 6px
}
.deposittopup .item  .validitybox .label{
    display:block;
    float:left;
    width:140px;
    color:#333332;
    font:12px/12px OpenSansRegular;
    margin-top:8px;
    text-align:right;
    text-transform:none;
}
.deposittopup .item  .validitybox  input[type="text"]{
    height:27px;
    background:#fff;
    border:none;
    padding:0 2px;
    float:left;
    margin:0 0 0 9px;
    width:31px;
    color:#333332;
    font:12px OpenSansRegular;
    border:1px solid #fff;
}
.card-user{
    padding:0 15px;
    width:334px;
    float:left;
}
.card-user li:first-child{
    margin:0;
}
.card-user li{
    float:left;
    margin:0 0 0 13px;
}
.card-user li input[type="text"]{
    height:27px;
    background:#fff;
    border:none;
    padding:0 5px;
    float:left;
    width:148px;
    color:#333332;
    font:12px OpenSansRegular;
    border:1px solid #fff;
}
.deposittopup .item .card-element .card-box .card-line{
    width:100%;
    height:32px;
    background:#79797a;
    float:left;
    margin:33px 0 0;
}
.deposittopup .item .card-element .card-box .xx{
    margin:0 13px 0 0;
    float:left;
    width:100%;
    text-align:right;
    color:#333332;
    font:12px OpenSansRegular;
    margin:10px 0 0;
}
.deposittopup .item .card-element .card-box .xx b{
    text-decoration:underline;
    margin: 0 15px 0 0;
}
.deposittopup .item .card-element .card-box .cvv{
    float:right;
    margin:13px 13px 0 0;
    color:#333332;
    font:12px/32px OpenSansRegular;
}
.deposittopup .item .card-element .card-box .cvv .title{
    float:left;
    margin:0 13px 0 0;
}
.deposittopup .item .card-element .card-box .cvv input[type="text"]{
    float:right;
    width:57px;
    background:#fff;
    height:30px;
    color:#333332;
    font:12px OpenSansRegular;
    border:1px solid #fff;
}
.deposittopup .depositdo{
    width:208px;
    height:47px;
    color:#fff;
    font:15px/47px OpenSansRegular;
    text-align:center;
    border-radius:6px;
    display:block;
    float:left;
    margin:85px 0 70px 366px;
    background:#81bce1;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}


.b-modal-deposit__button {
    padding:0 20px;
    height:47px;
    color:#fff;
    font:15px/47px OpenSansRegular;
    text-align:center;
    border-radius:6px;
    display:table;
    margin:25px auto 0 auto;
    background:#81bce1;
    transition:background 0.6s ease;
    cursor:pointer;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}
.deposittopup .depositdo:hover{
    text-decoration:none;
    background:#9ac9e7;
}
.deposittopup .depositdo:active{
    background:#6ea0bf;
}
.sumrecovery{
    margin:0 0 0 47px;
}
.sumrecovery .danied{
    width:365px;
    float:left;
}
.sumrecovery .danied .item:first-child{
    margin:0;
}
.sumrecovery .danied .item{
    width:100%;
    float:left;
    margin:36px 0 0;
}
.sumrecovery .danied .item .label{
    color:#333332;
    font:14px/21px OpenSansRegular;
    float:left;
    width:200px;
    padding:0 16px 0 0;
}
.sumrecovery .danied .item .label.s1{
    line-height:32px;
}
.sumrecovery .danied .item input[type="password"],
.sumrecovery .danied .item input[type="text"]{
    width:134px;
    height:30px;
    padding:0 5px;
    border:1px solid #eaeae9;
    border-radius:4px;
    color:#717171;
    font:16px OpenSansRegular;
    text-align:center;
}
.sumrecovery .danied .dropdown, .single.dropdown{
    width:134px;
    height:30px;
    padding:0 5px;
    border:1px solid #eaeae9;
    border-radius:4px;
    float:left;
    background:url(/images/a/img/wallet_drop.png) right 12px no-repeat;
    position:relative;
    cursor:pointer;
}
.single.dropdown {
	width:auto;
	padding-right:27px;
	min-width:193px;
}
.sumrecovery .danied .dropdown:hover .dropdownnav, .single.dropdown:hover .dropdownnav{
    display:block !important;
}
.sumrecovery .danied .dropdown .dropdownnav, .single.dropdown .dropdownnav{
    position:absolute;
    top:30px;
    left:0;
    width:224px;;
    background:#f6f6f3;
    padding:15px 0;
    display:none;
}
.sumrecovery .danied .dropdown .dropdownnav li, .single.dropdown .dropdownnav li{
    padding:0 17px;
    height:27px;
    font:12px/27px OpenSansRegular;
    color:#717171;
    cursor:pointer;
}
.sumrecovery .danied .dropdown .dropdownnav li:hover, .single.dropdown .dropdownnav li:hover{
    color:#fff;
    background:#81bce1;
}
.single.dropdown  .dropdownnav li #delete_token{
	
    display: block;
    float: right;
    height: 27px;
    margin-right: -17px;
    position: relative;
    width: 49px;
    overflow: hidden;
    text-align:center;
}
.single.dropdown  .dropdownnav li img{

    width: 22px;;
    margin-top:3px;
}
.single.dropdown  .dropdownnav li #delete_token:hover{
	color:#fff;
    background:none repeat scroll 0 0 #f6274b;
	opacity: 0.40;
}
.sumrecovery .danied .dropdown b, .single.dropdown b{
    color:#717171;
    font:12px/32px OpenSansRegular;
    padding:0 0 0 10px;
}
.sumrecovery .message{
    width:410px;
    float:left;
    margin:12px 0 0 105px;
    background:url(/images/a/img/messagebordertop.jpg) left top no-repeat;
    padding:15px 0 0;
    color:#334e5e;
    font:30px/48px RobotoLightCond;
    text-transform:uppercase;
}
.enterdata{
    width:930px;
    float:left;
    margin:55px 0 65px 47px;
}
.enterdata .h2{
    color:#333332;
    font:14px OpenSansRegular;
    text-transform:uppercase;
    display:block;
    margin:35px 0 55px;
    width:585px;
    float:left;
}
.enterdata .inp-box.f{
    margin:0;
}
.enterdata .inp-box{
    float:left;
    width:255px;
    margin:0 0 0 70px;
}
.enterdata .inp-box .label{
    color:#333332;
    font:14px/32px OpenSansRegular;
    display:inline;
}
.enterdata .inp-box li:first-child {
    margin:0;
}
.enterdata .inp-box li{
    margin:38px 0 0;
}
.enterdata .inp-box input[type="text"] {
    float:right;
    width:120px;
    height:30px;
    padding:0 5px;
    border:1px solid #eaeae9;
    border-radius:4px;
    color:#717171;
    font:16px OpenSansRegular;
    text-align:center;
}
.enterdata .btnbox{
    float:left;
    width:585px;
    margin:75px 0 0;
}
.enterdata .btnbox .inquirybtn{
    width:172px;
    height:39px;
    background:#e0e0dd;
    border-radius:6px;
    text-align:center;
    color:#fff;
    font:15px/39px OpenSansRegular;
    display:block;
    float:left;
    margin:0 0 0 67px;
}
.enterdata .btnbox .tradebtn{
    background:#81bce1;
    color:#fff;
    font:15px/39px OpenSansRegular;
    display:block;
    float:left;
    border-radius:6px;
    text-align:center;
    margin:0 0 0 58px;
    width:172px;
    height:39px;
}
.enterdata .btnbox a{
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}
.enterdata .btnbox a:hover{
    background:#9ac9e7;
    text-decoration:none;
}
.enterdata .btnbox a:active{
    background:#6ea0bf;
    text-decoration:none;
}
.advbox{
    float:right;
    position:relative;
    width:320px;
}
.graph-box .head-nav .inner  .term{
    float: left;
    display: block;
    width: 27px;
    height: 27px;
    margin: 0 8px 0 0;
    background: url(/images/a/img/long-term.png) center center no-repeat;
}
.graph-box .head-nav .inner .longterm:hover .term,
.graph-box .head-nav .inner .longterm.active .term{
    background-color:#334e5e;
    background-image:url(/images/a/img/long-term-a.png);
}
.arrow-grap{
    display:block;
    position:absolute;
    width:14px;
    height:19px;
    background:url(/images/a/img/arrow-grap.png) no-repeat;
    left:-14px;
    top:50%;
    margin-top:-9px;
}
.hovereffect{
    display:none;
    background:rgba(255,255,255,0.29);
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
}
.advbox a:hover .hovereffect{
    display:block;
}
.active-box .assetsbox .label a.actives-btn{
    background-image:url(/images/a/img/actives-arrow.png);
    background-position:right center;
    background-repeat:no-repeat;
    padding:0 40px 0 10px;
}
.active-box .assetsbox .label a{
    padding:0 10px;
}
.assetsbox .label li{
    float:left;
    position:relative;
    margin:0 9px 0 0;
}
.assetsbox .label li:hover .dropdown{
    display:block;
}
.assetsbox .label li .dropdown{
    position:absolute;
    width:302px;
    background:#f2f2f0;
    display:none;
}
.assetsbox .label li .dropdown li{
    width:100%;
    float:left;
    height:53px;
    margin:0;
}
.assetsbox .label li .dropdown li a{
    display:block;
    padding:0 0 0 10px;
    font:30px/53px RobotoLightCond;
}
.assetsbox .label li .dropdown li a.active,
.assetsbox .label li .dropdown li a:hover{
    background:#80bce1;
    color:#fff;
}
.active-box .assetsbox .label a.active,
.active-box .assetsbox .label .actives-btn:hover{
    text-decoration:none;
    background-color:#f2f2f0;
}
.wallettable{
    width:1000px;
    margin:0 auto;
}
.wallettable .cont{
    width:740px;
    float:left;
    padding:0 0 0 5px;
}
.wallettable .cont table{
    width:100%;
    border-collapse:collapse;
    border-bottom:1px solid #fbfbfb;
}
.wallettable .cont th:first-child{
    padding:0;
}
.wallettable .cont th{
    background:#334e5e;
    height:51px;
    color:#fff;
    font:13px OpenSansRegular;
    width:86px;
    padding:0 0 0 8px;
    vertical-align:middle;
    text-align:center;
}
.wallettable .cont tr.nobg td{
    background:none;
}
.wallettable .cont td{
    font:13px/15px OpenSansRegular;
    width:86px;
    vertical-align:middle;
    text-align:center;
    color:#909295;
    padding:10px 0 10px 8px;
    background:#f6f5f5;
}
.page-navi{
    width:100%;
    float:left;
    margin:40px 0 35px;
}
.page-navi li:first-child{
    margin:0;
}
.page-navi li{
    float:left;
    position:relative;
    margin:0 0 0 10px;
}
.page-navi ul{
    float:left;
}
.page-navi li a{
    display:block;
    text-align:center;
    width:38px;
    height:37px;
    border-radius:100%;
    color:#2f353f;
    font:18px/37px HelveticaNeueLight;
}
.page-navi li a.active,.page-navi li a.current,
.page-navi li a:hover{
    border:1px solid #445c6b;
    text-decoration:none;
    height:35px;
    width:36px;
    font:18px/35px HelveticaNeueLight;
}
.page-navi li b{
    padding:11px 0 0;
    display:block;
}
.page-navi .inner{
    display:table;
    margin:0 auto;
}
.page-navi .inner .prev{
    display:block;
    width:10px;
    height:19px;
    background:url(/images/a/img/pagenaviprev.png) no-repeat;
    float:left;
    margin:7px 25px 0 0;
}
.page-navi .inner .next{
    display:block;
    width:10px;
    height:19px;
    background:url(/images/a/img/pagenavinext.png) no-repeat;
    float:right;
    margin:7px 0 0 25px;
}
.walletlinenav{
    width:100%;
    float:left;
    margin:29px 0 27px;
}
.walletlinenav .dropdownbox{
    width:auto;
    padding-right:30px;
    height:32px;
    background:url(/images/a/img/walletdroparrow.png) right 12px no-repeat rgba(242,242,240,0.52);
    position:relative;
    margin:0 0 0 40px;
    float:left;
}
.walletlinenav .dropdownbox b{
    font:13px/32px OpenSansRegular;
    color:#2f353f;
    padding:0 0 0 10px;
}
.datapicker{
    float:right;
    width:275px;
    margin:0 0 0 0;
}
.datapicker .label{
    padding:0 33px 0 0;
    background:url(/images/a/img/calendar.png) right top no-repeat;
    height:20px;
    font:13px/20px OpenSansRegular;
    color:#2f353f;
    display:block;
    float:left;
    margin:6px 14px 0 0;
}
.datapicker input[type="text"]{
    width:154px;
    padding:0 5px;
    height:32px;
    background:rgba(242,242,240,0.52);
    border:none;
}
.datapicker input[type="text"]:focus{
    width:152px;
    height:30px;
}
.adverstingbox{
    width:240px;
    float:right;
    margin:8px 0 0;
}
.adverstingbox .videoadv{
    float:left;
    width:240px;
    margin:0 0 8px;
    position:relative;
    height:160px;
    overflow:hidden;
}
.adverstingbox .videoadv a{
    display:block;
}
.advbox a:hover .vhover-effect,
.adverstingbox .videoadv a:hover .vhover-effect{
    display:block;
}
.vhover-effect{
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0.48);
    z-index:1;
    display:none;
}
.adverstingbox .advbox{
    width:240px;
    overflow:hidden;
}
.profile{
    width:990px;
    margin:0 auto;
    height: 500px;
}
.profile .profileheader{
    width:100%;
    float:left;
    margin:35px 0 0;
    padding:0 0 60px;
    border-bottom:1px solid #dde0df;
}
.profile .profileheader .useravatar{
    width:105px;
    margin:0 0 0 29px;
    float:left;
}
.profile .profileheader .useravatar .image{
    width:86px;
    height:86px;
    border-radius:100%;
    overflow:hidden;
    margin:0 auto;
    display:block;
}
.profile .profileheader .useravatar .edit-ava{
    display:block;
    padding:0 0 0 30px;
    color:#333331;
    font:12px/14px OpenSansRegular;
    background:url(/images/a/img/gotoedit.png) left top no-repeat;
    margin:20px 0 0;
}
.profile .profileheader .contactdata{
    float:left;
    margin:0 0 0 55px;
    width:716px;
}
.profile .profileheader .contactdata .name{
    display:block;
    color:#333331;
    font:18px OpenSansRegular;
    margin:0 0 50px;
    padding:0 0 0 15px;
}
.profile .profileheader .contactdata ul{
    float:left;
    width:100%;
}
.profile .profileheader .contactdata ul li{
    float:left;
    width:280px;
    color:#333332;
    font:14px/37px OpenSansRegular;
    margin:0 0 13px;
}
.profile .profileheader .contactdata ul li+li{
    width:320px;
}
.profile .profileheader .contactdata ul li+li+li{
    width:280px;
}
.profile .profileheader .contactdata ul li+li+li+li{
    width:320px;
}
.profile .profileheader .contactdata ul li+li+li+li+li{
    width:280px;
}
.profile .profileheader .contactdata ul li+li+li+li+li+li{
    width:330px;
}
.profile .profileheader .contactdata ul li .ico{
    display:block;
    width:37px;
    height:37px;
    float:left;
    margin:0 18px 0 0;
}
.profile .profileheader .contactdata ul li .ico.user{
    background:url(/images/a/img/user-ico.png) no-repeat;
}
.profile .profileheader .contactdata ul li .ico.number{
    background:url(/images/a/img/number-ico.png) no-repeat;
}
.profile .profileheader .contactdata ul li .ico.mail{
    background:url(/images/a/img/maild-ico.png) no-repeat;
}
.profile .profileheader .contactdata ul li .ico.password{
    background:url(/images/a/img/password.jpg) no-repeat;
}
.profile .profileheader .contactdata ul li .ico.location{
    background:url(/images/a/img/location-ico.png) no-repeat;
}
.profile .profileheader .contactdata ul li b{
    padding:0 35px 0 0;
    cursor:pointer;
}
.profile .profileheader .contactdata ul li.active b.edit{
    display:none;
}
.profile .profileheader .contactdata ul li .editbl{
    display:none;
}
.profile .profileheader .contactdata ul li .editbl input[type="text"]{
    width:101px;
    padding:0 7px;
    border:none;
    border-bottom:1px solid #cacac8;
    height:32px;
    color:#333332;
    font:14px OpenSansRegular;
    float:left;
}
.profile .profileheader .contactdata ul li .editbl input[type="submit"], input[type="button"]{
    width:36px;
    height:36px;
    display:block;
    margin:0 0 0 5px;
    border:none;
    text-indent:-9999px;
    overflow:hidden;
    background:url(/images/a/img/edit-submit.png) no-repeat;
    float:left;
    cursor:pointer;
}

.profile .profileheader .contactdata ul li .editbl input[type="password"]{
    width:101px;
    padding:0 7px;
    border:none;
    border-bottom:1px solid #cacac8;
    height:32px;
    color:#333332;
    font:14px OpenSansRegular;
    float:left;
}
.profile .profileheader .contactdata ul li .editbl input[type="text"]:focus{	
    border:none !important;
    border-bottom:1px solid #cacac8 !important;
}
.profile .profileheader .contactdata ul li.active .editbl{
    display:block;
}
.profile .profileheader .contactdata ul li b:hover{
    background:url(/images/a/img/editeico.png) right center no-repeat;
}
.profile .profileheader .buttonbox{
    float:left;
    margin:48px 0 0;
    width:174px;
}
.profile .profileheader .buttonbox a{
    display:block;
    width:172px;
    height:50px;
    border:1px solid #fdcd09;
    font:16px/50px RobotoLightCond;
    color:#333331;
    text-align:center;
    text-transform:uppercase;
    background-color:#fff;
    transition:background-color 0.6s, background-image 0.6s, color 0.6s ease;
    -o-transition:background-color 0.6s, background-image 0.6s, color 0.6s ease;
    -moz-transition:background-color 0.6s, background-image 0.6s, color 0.6s ease;
    -webkit-transition:background-color 0.6s, background-image 0.6s, color 0.6s ease;
}
.profile .profileheader .buttonbox .salesbtn{
    background-image:url(/images/a/img/salestnbbg.png);
    background-position:24px center;
    background-repeat:no-repeat;
    margin:0 0 28px;
}
.profile .profileheader .buttonbox .salesbtn:hover{
    background-image:url(/images/a/img/salestnbbg-h.png);
}
.profile .profileheader .buttonbox a:hover{
    background-color:#fdcd09;
    color:#fff;
    text-decoration:none;
}
.profile .profileheader .buttonbox a:active{
    background-color:#e8bc08;
}
.motivationalbox{
    width:100%;
    margin:80px 0 0;
    /* overflow:hidden; */
    float:left;
    padding:0 0 75px;
    border-bottom:1px solid #dde0df;
}
.motivationalbox .h2{
    font:30px RobotoLightCond;
    color:#333332;
    display:block;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 30px;
}
.motivationalbox .item{
    width:100%;
}
.motivationalbox .item .label{
    width:210px;
    float:left;
}
.motivationalbox .item:first-child{
    margin:0;
}
.motivationalbox .item{
    float:left;
    width:100%;
    margin:45px 0 0;
}
.motivationalbox .item.select .count{
    border:1px solid rgba(133,190,226,0.58);
}
.motivationalbox .item .count{
    display:block;
    width:38px;
    height:38px;
    border:1px solid rgba(51,78,94,0.58);
    border-radius:100%;
    text-align:center;
    color:#334e5e;
    font:23px/38px HelveticaUltraLight;
    float:left;
}
.motivationalbox .item .label b{
    display:block;
    float:right;
    width:155px;
    color:#333332;
    font:14px OpenSansRegular;
}
.motivationalbox .list{
    width:715px;
    float:right;
}
.motivationalbox .list li:first-child{
    margin:0;
}
.motivationalbox .list li{
    float:left;
    margin:0 0 0 17px;
}
.motivationalbox .list li a{
    display:block;
    padding:0 10px;
    height:29px;
    color:#818b91;
    font:15px/29px OpenSansRegular;
    background:#f2f2f0;
    border-radius:4px;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
    position:relative;
    z-index:100;
}
.motivationalbox .list li:hover a,
.motivationalbox .list li a:hover,
.motivationalbox .list li a.active{
    background:#81bce1;
    color:#fff;
    text-decoration:none;
}
.honorsbox.prof{
    padding:55px 0 60px;
}
.tradecontainer{
    width:100%;
    padding:35px 0 0;
}
.tradecontainer .tradeheader{
    width:1000px;
    margin:0 auto 33px;
    overflow:hidden;
}
.tradecontainer .tradeheader .timebox{
    float:left;
    margin:0 0 0 30px;
    width:110px;
}
.tradecontainer .tradeheader .timebox .time{
    float:left;
   /* width:100%;*/
    font:60px/60px BebasNeue;
    color:#2f353f;
    overflow: hidden;
    height: 69px;
}
.tradecontainer .tradeheader .timebox b{
    display:block;
    text-transform:uppercase;
    color:#2f353f;
    font:12px RobotoLightCond;
    padding:0 0 0 7px;
}
.tradecontainer .tradeheader .somemessage{
    float:left;
    width:230px;
    margin:0 0 0 120px;
    color:#334e5e;
    font:24px/36px RobotoLightCond;
    text-transform:uppercase;
}
.tradecontainer .tradeheader .balance{
    margin:0 70px 0 0;
    width:auto;
    float:right;
    max-width:215px;
}
.tradecontainer .tradeheader .balance .label{
    color:#000;
    font:12px RobotoLightCond;
    display:block;
    text-transform:uppercase;
    margin-bottom:0px;
}
.tradecontainer .tradeheader .balance .money{
    font:63px/60px BebasNeue;
    color:#1ac16d;
    display:block;
}
.get-cahs{
    float:right;
    margin:26px 5px 0 2px;	
}
.get-cahs a{
    display:block;
    width:172px;
    height:44px;
    border:1px solid #1ac16d;
    border-radius:1px;
    color:#2f353f;
    font:16px/42px RobotoLightCond;
    text-align:center;
    text-transform:uppercase;
    transition:background 0.6s, color 0.6s, border 0.6s ease;
    -o-transition:background 0.6s, color 0.6s, border 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s, border 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s, border 0.6s ease;
}
.get-cahs a:hover{
    background:#1ac16d;
    text-decoration:none;
    color:#fff;
    border:1px solid #1ac16d;
}
.get-cahs a:active{
    background:#27b25d;
    border:1px solid #27b25d;
}
.newssection .reuters,
.tradecontainer .reuters{
    position:relative;
    background:#f5f5f5;	
}
.reuters_platform .reuters {
	height: 30px !important;
	overflow: hidden;
}
.reuters_dashboard{
	width: 1000px;
	margin: auto;	
}

.reuters_platform .reuters .run-line{
 	top:0px;	
 	margin-top:2px;
}
.newssection .reuters li,
.tradecontainer .reuters li{
    color:#334e5e;
}
.newssection .reuters .logo-box,
.tradecontainer .reuters .logo-box{
    background:url(/images/a/img/reuters-l.png) 10px center no-repeat;
}
.tradercontainer{
    width:100%;
    background:#f5f5f5;
    #padding:8px 0 0;
    overflow:hidden;
}
.tradercontainer .manualbox{
    width:1000px;
    margin:0 auto 14px;
    overflow:hidden;
}
.tradercontainer .manualbox .cont{
    width:760px;
    float:left;
    background:#fff;
    padding:20px 20px 29px;
}
.tradercontainer .manualbox .cont .h2{
    font:18px RobotoLightCond;
    color:#333332;
    text-transform:uppercase;
    display:block;
    margin:0 0 35px;
    text-align:center;
}
.tradercontainer .manualbox .cont  li{
    float:left;
    width:30%;
    padding-right: 25px;
    color:#333332;
    font:12px/14px OpenSansRegular;
}
.tradercontainer .manualbox .cont li .ico{
    display:block;
    float:left;
    width:34px;
    height:34px;
    background-color:#f5f6f7;
    margin:0 15px 0 0;
    background-image:url(/images/a/img/howtotradesprite.png);
    background-repeat:no-repeat;
}
.tradercontainer .manualbox .cont li .ico.graf{
    background-position:9px center;
}
.tradercontainer .manualbox .cont li .ico.updn{
    background-position:-32px center;
}
.tradercontainer .manualbox .cont li .ico.inv{
    background-position:-70px center;
}
.tradercontainer .manualbox .adverstingbox{
    width:187px;
    float:right;
    overflow:hidden;
    height:142px;
    margin:0;
}
.graphwidth{
    width:1000px;
    margin:0 auto;
}
.tradecontainer .graph-box{
    background:#f5f5f5;
}
.graph-box .head-nav .inner{
    overflow:hidden;
    background:#fff;
}
.second-navigation{
    background:#fff;
}
.diagram-box{
    overflow:hidden;
}
.diagram-box .graph-inner{
    overflow:hidden;
    background:#fff;
}
.graphwidth .diagram-box{
    margin:0 0 30px;
}
.expiredposition{
    width:100%;
    background:#f5f5f5;
    overflow:hidden;
}
.expiredpositioncont{
    width:1000px;
    margin:0 auto;
}
.expiredposition .tabnavigation{
    width:100%;
}
.expiredposition .tabnavigation .first-nav{
    float:left;
    width:100%;
}
.expiredposition .tabnavigation .first-nav li:first-child{
    margin:0;
}
.expiredposition .tabnavigation .first-nav li{
    float:left;
    margin:0 0 0 9px;
    height:43px;
    font:14px/43px OpenSansRegular;
    color:#9e9a9a;
    position:relative;
    padding:0 54px 0 20px;
    background:#fff;
    border-radius:4px 4px 0 0;
    text-transform:uppercase;
    cursor:pointer;
}
.expiredposition .tabnavigation .first-nav li:hover,
.expiredposition .tabnavigation .first-nav li.active{
    background:#334e5e;
    font:14px/43px OpenSansRegular;
    color:#fff;
}
.expiredposition .tabnavigation .first-nav li .numb{
    position:absolute;
    right:20px;
    top:10px;
    width:19px;
    height:19px;
    font:11px/19px Helvetica;
    font-weight:bold;
    background:#81bce1;
    text-align:center;
    border-radius:100%;
    color:#fff;
}
.expiredposition .tabnavigation .secondnav{
    width:100%;
    height:46px;
    background:#334e5e;
    position:relative;
    float:left;
}
.expiredpositioncont .tabnavigation .secondnav ul{
    margin:0 0 0 8px;
}
.expiredpositioncont .tabnavigation .secondnav li:first-child{
    margin:0;
}
.expiredpositioncont .tabnavigation .secondnav li{
    float:left;
    margin:0 0 0 20px;
    height:44px;
}
.expiredpositioncont .tabnavigation .secondnav li a{
    color:#a4aeb4;
    font:12px/44px OpenSansRegular;
    display:block;
    padding:0 12px;
    border-bottom:2px solid #334e5e;
}
.expiredpositioncont .tabnavigation .secondnav li a.active,
.expiredpositioncont .tabnavigation .secondnav li a:hover{
    border-bottom:2px solid #81bce1;
    color:#fff;
    text-decoration:none;
}
.expiredpositioncont .tabnavigation .secondnav .currenttotal{
    position:absolute;
    height:66px;
    bottom:0;
    right:0;
    padding:0 20px;
    background:#f5f5f5;
}
.expiredpositioncont .tabnavigation .secondnav .currenttotal .label{
    color:#2f353f;
    font:11px OpenSansRegular;
    display:block;
}
.expiredpositioncont .tabnavigation .secondnav .currenttotal .money{
    color:#56b967;
    font:43px BebasNeue;
    letter-spacing:2px;
}
.tabledatabox{
    width:100%;
    padding:0 0 20px;
    overflow:hidden;
    float:left;
}
.tabledatabox .tableheader td{
    color:#525252;
    font:11px/12px OpenSansRegular;
    padding:10px 0 0 6px;
    vertical-align:middle;
}
.tabledatabox  table{
    width:100%;
    border-collapse:collapse;
}
.tabledatabox  table td{
    width:50px;
    padding:0 0 0 6px;
    position:relative;
}
.tabledatabox  table td+td{
    width:64px;
    text-align:center;
}
.tabledatabox  table td+td+td{
    width:60px;
}
.tabledatabox  table td+td+td+td{
    width:90px;
}
.tabledatabox  table td+td+td+td+td{
    width:52px;
}
.tabledatabox  table td+td+td+td+td+td{
    width:113px;
}
.tabledatabox  table td+td+td+td+td+td+td{
    width:103px;
}
.tabledatabox  table td+td+td+td+td+td+td+td{
    width:62px;
}
.tabledatabox  table td+td+td+td+td+td+td+td+td{
    width:75px
}
.tabledatabox  table td+td+td+td+td+td+td+td+td+td{
    width:62px;
}
.tabledatabox  table td+td+td+td+td+td+td+td+td+td+td{
    width:90px;
}
.tabledatabox  table td+td+td+td+td+td+td+td+td+td+td+td{
    width:89px;
}
.tabledatabox  table td+td+td+td+td+td+td+td+td+td+td+td+td{
    width:77px;
}
.tabledatabox .inner{
    height: 100%;
    position: relative;
    width: 100%;
}
.tabledatabox .item{
    width:100%;
    float:left;
    margin:10px 0 0;
}
.tabledatabox .item td{
    height:40px;
    color:#334e5e;
    background:#fff;
    font:10px OpenSansSemibold;
    vertical-align:middle;
}
.tabledatabox .item td+td{
    text-transform:uppercase;
    font:11px OpenSansRegular;
}
.tabledatabox .item td b{
    font:13px OpenSansRegular;
}
.tabledatabox .item td .green{
    width:100%;
    height:100%;
    position:absolute;
    background:#a6e1ca;
    color:#157751;
    font:11px/40px Arial;
    top:0;
    left:0;
}
.tabledatabox .item td .to-dwn{
    padding:0 0 0 16px;
    background:url(/images/a/img/putico.png) left center no-repeat;
}
.tabledatabox .item td .to-top{
    padding:0 0 0 16px;
    background:url(/images/a/img/puticot.png) left center no-repeat;
}
.tabledatabox .item td .green b{
    font:13px Arial;
}
.tabledatabox .item td i{
    display:block;
}
.tabledatabox .item td i em{
    font:10px OpenSansRegular;
    text-transform:none;
}
.tabledatabox .item td+td+td+td+td+td+td+td{
    color:#525252;
    font:16px OpenSansRegular;
}
.tabledatabox .item td+td+td+td+td+td+td+td+td{
    color:#334e5e;
}
.tabledatabox .item.active td {
    background:#fcfaeb;
}
.tabledatabox .item .contentbox{
    width:100%;
    background:#fff;
    overflow:hidden;
    margin:10px 0 0;
    padding:30px 0;
}
.tabledatabox .item .contentbox .diagramit{
    width:420px;
    float:left;
}
.tabledatabox .item .contentbox .diagramit .inner{
    margin:0 0 0 70px;
    position:relative;
}
.tabledatabox .item .contentbox .diagramit .inner .image{
    width:237px;
    float:left;
}
.tabledatabox .item .contentbox .diagramit .inner .timeline{
    float:left;
    font:6px Arial;
    color:#5b5959;
}
.tabledatabox .item .contentbox .diagramit .inner .timeline li:first-child{
    margin:0;
}
.tabledatabox .item .contentbox .diagramit .inner .timeline ul{
    margin:0 0 0 12px;
}
.tabledatabox .item .contentbox .diagramit .inner .timeline li{
    float:left;
    margin:0 0 0 20px;
}
.tabledatabox .item .contentbox .diagramit .tick-rate{
    position:absolute;
    top:0;
    left:235px;
}
.tabledatabox .item .contentbox .diagramit .tick-rate .ticklabel{
    font:6px Arial;
    padding:0 0 0 6px;
}
.tabledatabox .item .contentbox .diagramit .tick-rate .ticklabel b{
    font:7px/13px Arial;
}
.tabledatabox .item .contentbox .diagramit .tick-rate .ticklabel.act{
    width:30px;
    height:13px;
    background:url(/images/a/img/smalllabel.png) no-repeat;
    font:6px/13px Arial;
}
.tabledatabox .item .contentbox .description{
    width:485px;
    float:right;
    margin:0 90px 0 0;
}
.tabledatabox .item .contentbox .description li:first-child{
    padding:0;
    border:none;
}
.tabledatabox .item .contentbox .description li{
    float:left;
    width:100%;
    border-top:1px solid #d4d4d4;
    padding:15px 0 0;
    margin:0 0 9px;
    position:relative;
}
.tabledatabox .item .contentbox .description li .title{
    font:18px OpenSansRegular;
    color:#525252;
    margin:0 0 5px;
    display:block;
    float:left;
    width:330px;
}
.tabledatabox .item .contentbox .description li p{
    float:left;
    width:330px;
    font:10px Arial;
    color:#7d7d7d;
}
.tabledatabox .item .contentbox .description li a.block{
    display:block;
    width:140px;
    height:36px;
    border:1px solid #959595;
    border-radius:4px;
    position:absolute;
    right:0;
    top:10px;
    font:16px/36px OpenSansLight;
    color:#334e5f;
}
.tabledatabox .item .contentbox .description li a.block b{
    padding:5px 0 5px 50px;
}
.tabledatabox .item .contentbox .description li a.block.doubleup b{
    background:url(/images/a/img/smalldoubleup.png) 15px center no-repeat;
}
.tabledatabox .item .contentbox .description li a.block.rollover b{
    background:url(/images/a/img/smallrollover.png) 15px center no-repeat;
}
.tabledatabox .item .contentbox .description li a.block.sell b{
    background:url(/images/a/img/smallsell.png) 15px center no-repeat;
}
.onlinechatbtn{
    display:block;
    width:28px;
    height:137px;
    position:fixed;
    top:240px;
    background:url(/images/a/img/onlinechattbn.png) left top no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    right:0;
    z-index:1000;
}
.onlinechatbtn:hover{
    background:url(/images/a/img/onlinechattbn.png) -28px top no-repeat;
}
.onlinechatbtn:active{
    background:url(/images/a/img/onlinechattbn.png) -62px top no-repeat;
}
.graph-inner.box {
    padding:0 0 30px;
}
.graph-inner.box .diagram-item {
    width:820px;
    margin:25px 0 0 17px
}
.graph-inner.box .diagram-item .txt{
    margin:0 0 40px;
}
.graph-inner.box .diagram-item  .dia-item{
    width:753px;
    height:auto;
}
.graph-inner.box .diagram-item  .trader-choice{
    width:570px;
}
.graph-inner.box .diagram-item  .trader-choice .ch{
    width:510px;
}
.graph-inner.box .directionControl{
    margin:20px 0 0 20px;
}
.graph-inner.box .directionControl{
    width:130px;
}
.graph-inner.box .directionControl a{
    width:60px;
}
.graph-inner.box .payoutOverview{
    width:151px;
}
.graph-inner.box  .payoutOverview .prorotectedAmount{
    padding:0 0 10px;
}
.graph-inner.box .payoutOverview .payoutPresentage{
    padding:10px 0 20px 18px;
}
.graph-inner.box .directionControl .currRate{
    margin:20px 0 25px;
    /* height: 40px; */
}
.graphwidth .head-nav {
    border-bottom:1px solid #c3cbce;
}
.listcomponent{
    width:100%;
    margin:0 0 40px;
    overflow:hidden;
}
.listcomponent .item{
    width:1000px;
    margin:10px 0 0 0;
    /* overflow:hidden; */
    height:100%;
    float:left;
    cursor:pointer;
}
.listcomponent .item .prod{
    display:block;
    width:27px;
    height:27px;
    background-color:#f1cd07;
    float:left;
    margin:0 59px 0 15px;
}
.listcomponent .item .prod img{
    display:block;
    margin:0 auto;
    padding:7px 0 0;
}
.listcomponent .item .dropitem{
    width:106px;
    height:28px;
    float:left;
    margin:0 65px 0 0;
    background:url(/images/a/img/assetsdrop.png) right 12px no-repeat #e9eff2;
}
.listcomponent .item .dropitem.asset b{
    font:14px/28px PTSans;
    color:#424346;
    padding:0 0 0 10px;
    text-transform:uppercase;
}
.listcomponent .item  .white-element{
    background:url(/images/a/img/itemcorner.png) right top no-repeat #fff;
    width:551px;
    padding:14px 28px 17px 0;
    float:left;
    position:relative;
    /* z-index:10; */
}
.listcomponent .item .dropitem.time{
    width:112px;
}
.listcomponent .item .dropitem.time b{
    padding:0 0 0 34px;
    display:block;
    color:#424346;
    font:12px/28px OpenSansRegular;
}
.listcomponent .item .dropitem.intestment{
    width:68px;
    background:url(/images/a/img/assetsdrop.png) 54px 12px no-repeat #e9eff2;
    margin:0;
}
.listcomponent .item .dropitem.intestment b{
    color:#424346;
    font:12px/28px OpenSansRegular;
    padding:0 0 0 15px;
}
.listcomponent .item .potentialitem{
    float:left;
    width:121px;
    height:59px;
    background:#4b7496;
}
.listcomponent .item .potentialitem .percent{
    display:block;
    text-align:center;
    color:#fff;
    font:26px HelveticaNeueLight;
    margin:5px 0 2px;
}
.listcomponent .item .potentialitem .money{
    display:block;
    text-align:center;
    color:#fff;
    font:14px OpenSansRegular;
}
.listcomponent .item .putcallitem{
    width:238px;
    position:relative;
    float:left;
    margin:0 0 0 15px;
}
.listcomponent .item .putcallitem .put{
    float:left;
    width:115px;
    height:58px;
    background:#fff;
    border-radius:4px;
}
.listcomponent .item .putcallitem .call{
    float:right;
    width:115px;
    height:58px;
    background:#fff;
    border-radius:4px;
}
.listcomponent .item .putcallitem .ico{
    color:#424346;
    font:17px PTSans;
    text-transform:uppercase;
    background-repeat:no-repeat;
}
.listcomponent .item .putcallitem .put .ico{
    padding:0 0 0 20px;
    margin:23px 0 0 11px;
    float:left;
    background-position:left center;
}
.listcomponent .item .putcallitem .ico.dwn{
    background-image:url(/images/a/img/puticodwn.png);
}
.listcomponent .item .putcallitem .ico.up{
    background-image:url(/images/a/img/puticotop.png);
}
.listcomponent .item .putcallitem .call .ico{
    padding:0 23px 0 0;
    margin:23px 6px 0 0;
    float:right;
    background-position:right center;
}
.listcomponent .item .putcallitem .rate{
    width:80px;
    height:35px;
    background:#c9ced1;
    display:block;
    position:absolute;
    top:12px;
    left:81px;
    border-radius:4px;
    color:#fff;
    font:13px OpenSansRegular;
    text-align:center;
}
.listcomponent .item .putcallitem .rate b{
    font:24px OpenSansRegular;
}
.listcomponent .item .putcallitem .rate.up{
    background:#44b156;
}
.listcomponent .item .putcallitem .rate.dwn{
    background:#df3535;
}
.listcomponent .item .chartitem{
    float:right;
    width:27px;
    height:58px;
    background:url(/images/a/img/chart-ico.png) center center no-repeat #fff;
    border-radius:4px;
    cursor:pointer;
    margin:0 5px 0 0;
}
/*.listcomponent .item:hover .white-element,*/
.listcomponent .item.active .white-element{
    background:url(/images/a/img/itemcorner-a.png) right top no-repeat #334e5e;
}
.listcomponent .chartitem:hover,
.listcomponent .item.active .chartitem{
    background:url(/images/a/img/chart-ico-a.png) center center no-repeat #334e5e;
}
.listcomponent .item.active .graphbox{
    display:block;
}
.listcomponent .item .graphbox{
    width:100%;
    padding:30px 0 20px;
    background:#fff;
    float:left;
    margin:10px 0 0;
    display:none;
}
.listcomponent .item .graphbox .inner{
    width:725px;
    position:relative;
    margin:0 0 0 100px;
}
.listcomponent .item .graphbox .inner .canva{
    float:left;
    width:682px;
    position:relative;
}
.listcomponent .item .graphbox .inner .tick-rate{
    position:absolute;
    right:-9px;
    top:0;
}
.listcomponent .item .graphbox .inner .tick-rate .ticklabel.act{
    font:10px/20px OpenSansRegular;
    padding:0 0 0 8px;
}
.listcomponent .item .graphbox .inner .tick-rate .ticklabel.act b{
    font:11px/20px OpenSansRegular;
}
.listcomponent .item .graphbox .inner .tick-rate .ticklabel{
    font:9px/20px OpenSansRegular;
    padding: 0 0 0 17px;
}
.listcomponent .item .graphbox .time-line{
    float:left;
    width:682px;
    margin:10px 0 0;
}
.listcomponent .item .graphbox .time-line li:first-child{
    margin:0 0 0 28px;
}
.listcomponent .item .graphbox .time-line li{
    float:left;
    font:9px OpenSansRegular;
    color:#5b5959;
    margin:0 0 0 35px;
}
.listcomponent .item .graphbox .trader-choice{
    margin:40px 0 0 260px;
}
.listcomponent .item .graphbox .trader-choice .line .inner{
    margin:0;
    width:auto;
}
.tiledisplay{
    width:904px;
    margin:20px auto 0;
    position:relative;
}
.tiledisplay  ul{
    width:944px;
}
.tiledisplay li{
    margin:0 40px 30px 0;
    width:196px;
    height:183px;
    background:#fff;
    float:left;
}
.tiledisplay li .item{
    position:relative;
    padding:25px 9px 0;
}
.tiledisplay li .item .selectnav{
    float:left;
    width:100%;
    margin:0 0 14px;
}
.tiledisplay li .item .selectnav .dropitem{
    width:82px;
    height:20px;
    float:left;
    background:url(/images/a/img/assetsdrop.png) 70px 6px no-repeat #e9eff2;
}
.tiledisplay li .item .selectnav .dropitem:nth-child(2){
    float:right;
}
.tiledisplay li .item .selectnav .dropitem b{
    font:12px/21px OpenSansRegular;
    color:#424346;
    padding:0 0 0 3px;
}
.tiledisplay li .item .putcallbox{
    width:100%;
    position:relative;
    float:left;
}
.tiledisplay li .item .putcallbox a{
    display:block;
    width:56px;
    height:24px;
    border:1px solid #e5e7e8;
    font:16px OpenSansRegular;
    color:#424346;
    text-transform:uppercase;
    text-align:center;
    padding:45px 0 0;
    border-radius:4px;
}
.tiledisplay li .item .putcallbox a.put{
    float:left;
    background:url(/images/a/img/tiledown.png) center 15px no-repeat;
}
.tiledisplay li .item .putcallbox a.call{
    float:right;
    background:url(/images/a/img/tiletop.png) center 15px no-repeat;
}
.tiledisplay li .item .putcallbox .rate{
    position:absolute;
    width:80px;
    height:36px;
    background:#c9ced1;
    border-radius:6px;
    color:#fff;
    font:13px OpenSansRegular;
    left:47px;
    top:23px;
    text-align:center;
    padding:8px 0 0;
}
.tiledisplay li .item .putcallbox a:hover{
    text-decoration:none;
    color:#fff;
    border: none;
}
.tiledisplay li .item .putcallbox a.call:hover{
    background:url(/images/a/img/tiletop-a.png) center 15px no-repeat #44b156;
}
.tiledisplay li .item .putcallbox a.put:hover{
    background:url(/images/a/img/tiledown-a.png) center 15px no-repeat #df3535;
}
.tiledisplay li .item .putcallbox a.call:active{
    background:url(/images/a/img/tiletop-a.png) center 15px no-repeat #3a9749;
}
.tiledisplay li .item .putcallbox a.put:active{
    background:url(/images/a/img/tiledown-a.png) center 15px no-repeat #be2d2d;
}
.tiledisplay li .item .putcallbox .rate b{
    font:24px OpenSansRegular;
}
.tiledisplay li .item .putcallbox .rate.up{
    background:#44b156;
}
.tiledisplay li .item .putcallbox .rate.dwn{
    background:#df3535;
}
.tiledisplay li .item .putcallbox .dropitem{
    width:57px;
    height:20px;
    position:absolute;
    background:url(/images/a/img/assetsdrop.png) 42px 6px no-repeat #e9eff2;
    left:60px;
    top:0;
}
.tiledisplay li .item .putcallbox .dropitem b{
    color:#424346;
    font:12px/20px OpenSansRegular;
}
.tiledisplay li .item .potentialpayout{
    font:8px OpenSansRegular;
    color:#424346;
    float:left;
    width:100%;
    text-align:center;
    margin:15px 0 0;
}
.tiledisplay li .item .potentialpayout b{
    font:14px OpenSansRegular;
}
.tiledisplay li .item .potentialpayout span{
    font:12px OpenSansRegular;
}
/*option Builder*/
.payoutOverview.option{
    width:157px;
}
.payoutOverview .optionExpires {
    padding:14px 0 0 9px;
}
.payoutOverview .optionExpires .title{
    font:10px/9px OpenSansRegular;
    color:#fff;
    display:block;
}
.payoutOverview .optionExpires .percentprofit{
    width:138px;
    height:62px;
    background:#e9eff2;
    position:relative;
    border-radius:4px;
    margin:8px 0 15px;
}
.payoutOverview .optionExpires .percentprofit .profit{
}
.payoutOverview .optionExpires .percentprofit span{	
    display:block;
    font:30px/16px OpenSansLight;
    color:#424346;
    float:left;
    margin:15px 0 0 10px;
}
.payoutOverview .optionExpires .percentprofit span i{
    font:18px OpenSansLight;
}
.payoutOverview .optionExpires .percentprofit span b{
    display:block;
    font:12px OpenSansRegular;
}
.payoutOverview .optionExpires .rebutton{
    position:absolute;
    width:7px;
    right:5px;
    top:23px;
}
.payoutOverview .optionExpires .rebutton a{
    display:block;
    width:7px;
    height:6px;
    background-image:url(/images/a/img/smnavbtn.png);
}
.payoutOverview .optionExpires .rebutton a.up{
    background-position:left top;
    margin:0 0 4px;
}
.payoutOverview .optionExpires .rebutton a.dwn{
    background-position:left bottom;
}
.payoutOverview.option .payoutPresentage {
    padding:25px 0 25px 18px;
}
.payoutOverview.option .payoutPresentage .title{
    font:10px OpenSansRegular;
}
.payoutOverview.option .payoutPresentage .content{
    font:36px HelveticaNeueLight;
}
.tradercontainer .manualbox .cont li p{
    padding:0 0 0 49px;
}
.manualbox.online .cont{
    width:960px;
}
.manualbox.online .cont li{
    width:25%;
}
.manualbox.online .cont li:last-child{
    margin:0 0 0 70px;
    width:15%;
    line-height:36px;
}
.tradercontainer .manualbox .cont li .ico.apply{
    background:url(/images/a/img/apply-ico.png) center center no-repeat #f5f6f7;
}
.tabledatabox .item td .red{
    background:#f1a8a8;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #b83d5a;
    font: 11px/40px Arial;
    top: 0;
    left: 0;
}
.directionControl.onetouch{
    width:132px;
}
.directionControl.onetouch .button{
    width:132px;
    padding:36px 0 0;
    height:28px;
    text-align:center;
    font:18px PTSans;
}
.directionControl.onetouch .apply{
    background-color:#44b156;
    background-image:url(/images/a/img/applyupico.png);
    background-position:center 15px;
}
.directionControl.onetouch .apply:hover{
    background-color:#73c580;
}
.directionControl.onetouch .apply:active{
    background-color:#3a9749;
}
.directionControl.onetouch.dwn .apply{
    background-color:#df3535;
    background-image:url(/images/a/img/applydwnico.png);
    background-position:center 15px;
    margin:11px 0 0;
}
.directionControl.onetouch.dwn .apply:hover{
    background-color:#e55d5d;
}
.directionControl.onetouch.dwn .apply:active{
    background-color:#be2d2d;
}
.directionControl.onetouch.top .currRate{
    width:129px;
    height:58px;
    border:1px solid #bebebe;
    border-radius:10px;
    position:relative;
    margin:40px 0 0;
}
.directionControl.onetouch.top .currRate .tt{
    position:absolute;
    top:-20px;
    color:#4e4e4e;
    font:11px OpenSansRegular;
    display:block;
    text-align:center;
    width:100%;
}
.directionControl.onetouch.dwn .currRate{
    width:129px;
    height:58px;
    border:1px solid #bebebe;
    border-radius:10px;
    position:relative;
    margin:60px 0 0;
    color:#e75275;
}
.directionControl.onetouch.dwn .currRate .tt{
    position:absolute;
    top:-20px;
    color:#4e4e4e;
    font:11px OpenSansRegular;
    display:block;
    text-align:center;
    width:100%;
}
.payoutOverview.onetouch{
    width:157px;
}
.payoutOverview.onetouch .optionExpires{
    padding:15px 0 10px 18px;
}
.payoutOverview.onetouch .optionExpires .title{
    font:10px OpenSansRegular;
}
.payoutOverview.onetouch .optionExpires .content{
    font:17px OpenSansRegular;
}
.payoutOverview.onetouch .payoutPresentage{
    padding:17px 0 20px 15px;
}
.payoutOverview.onetouch .payoutPresentage .potencialpayout{
    padding:0 0 10px;
    border-bottom:1px solid #23475d;
    width:135px;
    margin:0 0 20px;
}
.payoutOverview.onetouch .payoutPresentage .potencialpayout .title{
    font:11px OpenSansRegular;
}
.payoutOverview.onetouch .payoutPresentage .potencialpayout .content{
    font:35px HelveticaNeueLight;
}
.payoutOverview.onetouch .payoutPresentage .potencialpayout .content b{
    font:14px HelveticaNeueLight;
}
.payoutOverview.onetouch .payoutPresentage .potencialpayout .oneunit{
    display:block;
    font:10px OpenSansRegular;
    color:#fff;
}
.payoutOverview.onetouch .payoutPresentage .payout .title{
    font:11px OpenSansRegular;
    color:#fff;
}
.payoutOverview.onetouch .payoutPresentage .payout .content{
    font:57px HelveticaUltraLight;
    color:#fff;
}
.payoutOverview.onetouch .prorotectedAmount{
    padding:0 0 10px;
}
.dia-item .rate{
    width:150px;
    height:30px;
    background:#fff;
    position:absolute;
    border-top:1px solid rgba(180,180,180,0.67);
    box-shadow:3px 5px 0 rgba(0,0,0,0.22);
    border-radius:6px;
    font:11px/40px OpenSansRegular;
    color:#424346;
    padding:0 0 0 10px;
}
.dia-item .rate b.top{
    color:#45c090;
    font:18px OpenSansRegular;
    padding:0 20px 0 0;
    background:url(/images/a/img/goalratetop.png) right center no-repeat;
}
.dia-item .rate b.dwn{
    color:#ed4030;
    font:18px OpenSansRegular;
    padding:0 20px 0 0;
    background:url(/images/a/img/goalratedwn.png) right center no-repeat;
}
/*60 sec layout*/
.diagram-box .sort-line  .expirestime{
    float:left;
    margin:10px 0 0 155px;
}
.diagram-box .sort-line  .expirestime .label{
    float:left;
    color:#eaf1f5;
    margin:0 10px 0 0;
    font:14px/28px OpenSansRegular;
}
.diagram-box .sort-line  .expirestime ul{
    float:left;
}
.diagram-box .sort-line  .expirestime li{
    float:left;
    margin:0 0 0 5px;
}
.diagram-box .sort-line  .expirestime li a{
    display:block;
    padding:0 10px;
    height:28px;
    color:#dbdde0;
    font:12px/28px OpenSansRegular;
}
.diagram-box .sort-line  .expirestime li a.active,
.diagram-box .sort-line  .expirestime li a:hover{
    text-decoration:none;
    color:#424346;
    background:#e9eff2;
}
.graph-inner .txt img{
    float:left;
    margin:0 10px 0 0;
}
/*60 sec expired*/
.tabledatabox .timeitem{
    width:100%;
    float:left;
    margin:10px 0 0;
}
.tableheader.time{
    margin:14px 0 0;
}
.tabledatabox .timeitem td:first-child{
    font:10px OpenSansSemibold;
}
.tabledatabox .timeitem td{
    width:74px;
    padding:0 18px;
    text-align:left;
    vertical-align:middle;
    color:#334e5e;
    font:11px OpenSansRegular;
    background:#fff;
    height:41px;
}
.tabledatabox .timeitem td i{
    display:block;
}
.tabledatabox .timeitem td i em{
    font:10px OpenSansRegular;
}
.tabledatabox .timeitem td  b{
    font:13px OpenSansRegular;
}
.tabledatabox .timeitem td+td{
    text-align:center;
    text-transform:uppercase;
}
.tabledatabox .timeitem td+td+td+td{
    text-align:center;
    text-transform:none;
}
.tabledatabox .timeitem td+td+td+td+td+td+td+td{
    font:16px OpenSansRegular;
}
.tabledatabox .timeitem td:last-child{
    position:relative;
    font:16px OpenSansRegular;
}
.tableheader.time td{
    width:74px !important;
    padding:0 18px !important;
    vertical-align:middle;
    text-align:left !important;
}
.tableheader.time td+td{
    text-align:center !important;
}
.tabledatabox .timeitem td .green{
    width:76px;
    height:100%;
    position:absolute;
    background:rgba(69,192,144,0.48);
    color:#157751;
    font:11px/40px Arial;
    top:0;
    left:18px;
}
.tabledatabox .timeitem td .to-dwn{
    padding:0 0 0 16px;
    background:url(/images/a/img/putico.png) left center no-repeat;
}
.tabledatabox .timeitem td .to-top{
    padding:0 0 0 16px;
    background:url(/images/a/img/puticot.png) left center no-repeat;
}
.tabledatabox .timeitem td .green b{
    font:13px Arial;
}
.tabledatabox .timeitem td .red{
    background:#f4acbd;
    width:76px;
    height: 100%;
    position: absolute;
    color: #e55d5d;
    font: 11px/40px Arial;
    top: 0;
    left:18px;
}
.tabledatabox .timeitem.won td{
    color:#8b8e90;
}
.tabledatabox .timeitem.won td:last-child{
    color:#24bb84;
}
.tabledatabox .timeitem.tie td .to-dwn,
.tabledatabox .timeitem.lost td .to-dwn,
.tabledatabox .timeitem.won td .to-dwn{
    padding:0 0 0 16px;
    background:url(/images/a/img/todowngrey.png) left center no-repeat;
}
.tabledatabox .timeitem.tie td .to-top,
.tabledatabox .timeitem.lost td .to-top,
.tabledatabox .timeitem.won td .to-top{
    padding:0 0 0 16px;
    background:url(/images/a/img/totopgrey.png) left center no-repeat;
}
.tabledatabox .timeitem.lost td{
    color:#8b8e90;
}
.tabledatabox .timeitem.tie td{
    color:#8b8e90;
    background:#e4e4e2;
}
.directionactivebox{
    width:315px;
    float:right;
    margin:15px 10px 25px 0;
}
.directionactivebox .title{
    font:19px OpenSansRegular;
    color:#4f4e4e;
    display:block;
    text-align:center;
    letter-spacing:-1px;
}
.directionactivebox .buttonbox{
    float:left;
    width:100%;
    margin:15px 0 0;
    position:relative;
}
.directionactivebox .buttonbox .item{
    float:left;
    width:100px;
}
.directionactivebox .buttonbox .item:nth-child(2){
    float:right;
}
.directionactivebox .buttonbox .item .prodimage{
    height:38px;
    width:100px;
    float:left;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.directionactivebox .buttonbox .item  .prodname{
    font:14px OpenSansRegular;
    color:#3f3f3f;
    text-transform:uppercase;
    display:block;
    text-align:center;
    position:relative;
    padding:0 11px;
    float:left;
    width:78px;
    margin:5px 0 0;
}
.directionactivebox .buttonbox .item  .prodname .green{
    width:11px;
    height:11px;
    background:#44b156;
    display:block;
    left:14px;
    top:50%;
    margin-top:-6px;
    position:absolute;
}
.directionactivebox .buttonbox .item .button{
    display:block;
    width:98px;
    height:61px;
    border:1px solid #cbd0d2;
    border-radius:10px;
    float:left;
    margin:5px 0 0;
    background-repeat:no-repeat;
    background-color:#fff;
    background-position:center center;
}
.directionactivebox .buttonbox .item .button.call{
    background-image:url(/images/a/img/callfasttrade.png);
}
.directionactivebox .buttonbox .item .button.call:hover{
    background-color:#44b156;
    background-image:url(/images/a/img/callfasttrade-a.png);
    border:1px solid #44b156;
    transition:background-color 0.6s, background-image 0.6s, border 0.6s ease;
    -o-transition:background-color 0.6s, background-image 0.6s, border 0.6s ease;
    -moz-transition:background-color 0.6s, background-image 0.6s, border 0.6s ease;
    -webkit-transition:background-color 0.6s, background-image 0.6s, border 0.6s ease;
}
.directionactivebox .buttonbox .item .button.call:active{
    background-color:#3a9749;
    border:1px solid #3a9749;
}
.directionactivebox .buttonbox .item .button.put{
    background-image:url(/images/a/img/putfasttrade.png);
}
.directionactivebox .buttonbox .item .button.put:hover{
    background-color:#df3535;
    background-image:url(/images/a/img/putfasttrade-a.png);
    border:1px solid #df3535;
    transition:background-color 0.6s, background-image 0.6s, border 0.6s ease;
    -o-transition:background-color 0.6s, background-image 0.6s, border 0.6s ease;
    -moz-transition:background-color 0.6s, background-image 0.6s, border 0.6s ease;
    -webkit-transition:background-color 0.6s, background-image 0.6s, border 0.6s ease;
}
.directionactivebox .buttonbox .item .button.put:active{
    background-color:#be2d2d;
    border:1px solid #be2d2d;
}
.directionactivebox .buttonbox .rate{
    width:88px;
    font:14px OpenSansRegular;
    color:#444;
    text-align:center;
    position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-44px;
}
.directionactivebox .buttonbox .rate .inner{
    width:88px;
    height:38px;
    font:14px OpenSansRegular;
    color:#fff;
    background:#44b156;
    border-radius:4px;
}
.directionactivebox .buttonbox .rate .inner b{
    font:25px OpenSansLight;
}
.directionactivebox .potentialpay{
    width:100%;
    color:#fff;
    float:left;
    padding:10px 0;
    background:#466c84;
    position:relative;
    margin:15px 0 0;
}
.directionactivebox .potentialpay .title{
    font:10px OpenSansRegular;
    margin:0 0 16px;
    color:#fff;
    display:block;
}
.directionactivebox .potentialpay .payoutpotential{
    padding:0 7px 0 15px;
    border-right:1px solid #6a9cbc;
    float:left;
    height:69px;
}
.directionactivebox .potentialpay .payoutpotential .content{
    font:29px OpenSansLight;
}
.directionactivebox .potentialpay .protectedamount{
    float:left;
    padding:0 9px;
    height:69px;
    border-right:1px solid #6a9cbc;
}
.directionactivebox .potentialpay .protectedamount .content{
    font:20px/29px OpenSansLight;
    text-align:center;
    display:block;
}
.directionactivebox .potentialpay .payout{
    float:left;
    padding:0 0 0 13px;
    height:69px;
}
.directionactivebox .potentialpay .payout .content{
    font:36px/29px OpenSansLight;
}
.directionactivebox .potentialpay .arrow{
    position:absolute;
    top:-9px;
    left:50%;
    margin-left:-8px;
    width:16px;
    height:9px;
    display:block;
    background:url(/images/a/img/payoutarrow.png) center top no-repeat;
}
/*longterm*/
.payoutOverview.term{
    width:157px;
}
.tick-rate .ticklabel.grey{
    background: url(/images/a/img/tick-labelgrey.png) left top no-repeat;
    color: #fff;
    font: 9px/20px OpenSansRegular;
    padding: 0 0 0 10px;
    width: 41px;
}
.pointerline.option .ticklabel{
    position:absolute;
    color:#fff;
    font:12px/36px OpenSansSemibold;
    width:66px;
    height:30px;
    display:block;
    background:url(/images/a/img/big-ticklabel.png) no-repeat;
    z-index:1;
    top: 1px;
    right: 2px;
    text-align:left;
    padding:0 0 0 5px;
}
.pointerline.option b{
    padding:0 80px 0 0;
}
.pointerline.option .ticklabel b{
    font:18px OpenSansSemibold;
    color:#fff;
    padding:0;
}
.tabledatabox .item.term td .red,
.tabledatabox .item.term td .green{
    width:60px;
    left:30px;
}
.graph-box.main .head-nav .inner{
    background:none;
}
.active-box .assetsbox .label li:hover a.actives-btn{
    background-image:url(/images/a/img/actives-arrow-h.png)
}
.active-box .assetsbox .label li a.no-active.actives-btn{
    background-image:url(/images/a/img/actives-arrow-n.png);
    color:#e0e0db;
    background-color:#f2f2f0;
}
.active-box .assetsbox .label li.no-active:hover .dropdown{
    display:none;
}
.walletlinenav .dropdownbox{
    position:relative;
    cursor:pointer;
}
.walletlinenav .dropdownbox .subnav{
    width:100%;
    position:absolute;
    top:32px;
    left:0;
    background:#f2f2f0;
    display:none;
}
.walletlinenav .dropdownbox .subnav li{
    font: 13px/28px OpenSansRegular;
    color: #2f353f;
}
.walletlinenav .dropdownbox .subnav li a{
    color: #2f353f;
    display:block;	
    padding: 0 0 0 10px;
}
.walletlinenav .dropdownbox .subnav li a:hover{
    background:#f8fafb;
    text-decoration:none;
}
.walletlinenav .dropdownbox:hover .subnav{
    display:block;
}
/*Study*/
.studylist{
    width:900px;
    margin:100px auto 0;
    border-bottom:3px solid #f2f2f0;
    padding:0 0 20px;
    overflow:hidden;
}
.studylist .studyitem{
    width:100%;
    margin:45px 0 0;
    overflow:hidden;
}
.studylist .studyitem .h2, .vid_container .h2{
    color:#2f353f;
    font:24px OpenSansLight;
    text-transform:uppercase;
    display:block;
    border-bottom:2px solid #f2f2f0;
    padding:0 0 10px;
    margin:0 0 35px;
}

.vid_container .h2 {
	
	margin:0 37px 35px;
}
.studylist .studyitem ul{
    width:970px;
}
.studylist .studyitem li{
    width:254px;
    display:block;
    float:left;
    overflow:hidden;
    margin:0 65px 65px 0;
    #height:337px;
}
.studylist .studyitem .image{
    width:254px;
    #height:46px;
    position:relative;
    overflow:hidden;
}
.studylist .studyitem .title{
    color:#2f353f;
    font:18px/30px OpenSansRegular;
    padding:0 7px;
    margin:10px 0 0;
    display:block;
}

.studylist .studyitem .no-image .title {
	padding: 0 7px 0 53px;
    min-height: 53px;
}

.studylist .studyitem li.no-image .ico {
	top: 18px;
}

.studylist .studyitem li.no-image p { 
	color: #2F353F;
    display: block;
    font: 14px/24px OpenSansRegular;
    margin: 25px 0 0;
    padding: 0 25px;	
}


.studylist .studyitem li .layer{
    position:absolute;
    width:254px;
    height:254px;
    background-color:rgba(255,255,255,0.26);
    opacity:0;
    transition:opacity 0.6s ease;
    -o-transition:opacity 0.6s ease;
    -moz-transition:opacity 0.6s ease;
    -webkit-transition:opacity 0.6s ease;
    background-position:center center;
    background-repeat:no-repeat;
}
.studylist .studyitem li a:hover .layer{
    opacity:1;
}
.studylist .studyitem li a:hover{
    text-decoration:none;
}
.studylist .studyitem li a.lock .layer{
    background-image:url(/images/a/img/lockico.png);
    opacity:1;
}
.studylist .studyitem li a.done .layer{
    background-image:url(/images/a/img/doneico.png);
    opacity:1;
}
.studylist h1{
    text-align:center;
    display:block;
    color:#2f353f;
    font:36px OpenSansRegular;
    text-transform:uppercase;
    padding:0 0 35px;
}
/*lesson layout*/
.lessonpage{
    width:922px;
    overflow:hidden;
    margin:8px auto 0;
}
.lessonpage .thumbnailimage{
    position:relative;
    width:922px;
    height:110px;
    margin:0 0 70px;
    overflow:hidden;
}


.lessonpage .thumbnailimage.payment {
	height:auto;
	#margin:0 0 70px;
}

.lessonpage.assets .thumbnailimage {
	height : auto;
	margin:0 auto 70px;
}


.lessonpage .thumbnailimage .title{
    position:absolute;
    padding:0 30px;
    min-height:55px;
    background:#fff;
    bottom:40px;
    color:#334e5e;
    font:30px/55px RobotoLightCond;
    text-transform:uppercase;
}
.lessonpage .thumbnailimage .title em{
    text-transform:none;
}
.lessonpage .thumbnailimage .status{
    position:absolute;
    display:block;
    width:140px;
    height:60px;
    text-transform:uppercase;
    color:#fff;
    font:14px/70px OpenSansRegular;
    -moz-transform: rotate(38deg); /* Р вЂќР В»РЎРЏ Firefox */
    -ms-transform: rotate(38deg); /* Р вЂќР В»РЎРЏ IE */
    -webkit-transform: rotate(38deg); /* Р вЂќР В»РЎРЏ Safari, Chrome, iOS */
    -o-transform: rotate(38deg); /* Р вЂќР В»РЎРЏ Opera */
    transform: rotate38deg	);
    background:#45c091;
    z-index:10;
    top:-15px;
    right:-52px;
    text-align:center;
}
.lessonpage .content{
    padding:0 100px 75px 170px;
    width:652px;
}

.lessonpage .content.article2{
    padding:0 75px 75px;
    width: 852px;
}
.lessonpage .content p{
    color:#2f353f;
    margin-bottom:20px;
    font:16px/28px OpenSansRegular;
    margin-top:20px;
}
.lessonpage .content p strong{
	font-weight:bold;
}

.lessonpage .content blockquote{
    padding:0 0 0 30px;
    border-left:5px solid #81bce1;
    color:#2f353f;
    font:24px/48px OpenSansRegular;
    margin:40px 0;
}
.lessonpage .lessonvideo{
    margin:35px 0 0;
    overflow:hidden;
}
.lessonpage .lessonvideo .inner{
    width:631px;
    height:351px;
    overflow:hidden;
    position:relative;
    margin:0 0 65px;
}
.lessonpage .lessonvideo a{
    display:block;
    float:left;
    width:173px;
    height:39px;
    font:15px/39px OpenSansRegular;
    color:#fff;
    text-align:center;
    border-radius:4px;
}
.lessonpage .lessonvideo a.seelesson{
    background:#334e5e;
    margin:0 0 0 88px
}
.lessonpage .lessonvideo a.seelesson:hover{
    background:#9ac9e7;
}
.lessonpage .lessonvideo a.seelesson:active{
    background:#6ea0bf;
}
.lessonpage .lessonvideo a.trade{
    background:#81bce1;
    margin:0 0 0 92px
}
.lessonpage .lessonvideo a.trade:hover{
    background:#9ac9e7;
}
.lessonpage .lessonvideo a.trade:active{
    background:#6ea0bf;
}
.brokerask{
    width:100%;
    height:414px;
    background:#f2f2f0;
    overflow:hidden;
}
.brokerask .inner{
    width:628px;
    margin:75px auto 0;
}
.brokerask .inner label{
    color:#2f353f;
    font:18px/18px OpenSansRegular;
    margin:0 0 23px;
    float:left;
    width:100%;
}
.brokerask .inner textarea{
    width:578px;
    height:147px;
    resize:none;
    outline:none;
    border:none;
    padding:25px;
    color:#333332;
    font:18px OpenSansRegular;
}
.brokerask .inner input[type="submit"]{
    width:173px;
    height:39px;
    float:right;
    background:#fff;
    border:none;
    color:#646364;
    font:15px OpenSansRegular;
    text-align:center;
    margin:23px 0 0;
    border-radius:4px;
    cursor:pointer;
}
.studylist.lesson{
    margin:15px auto 0;
    border:none;
}
.informationbox{
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
.informationbox .headernav{
    float:left;
    width:100%;
}
.informationbox .headernav ul{
    display:table;
    margin:0 auto;
}
.informationbox .headernav li:first-child{
    margin:0;
}
.informationbox .headernav li{
    float:left;
    margin:0 0 0 20px;
    padding:0 0 8px 0;
}
.informationbox .headernav li a{
    padding:0 4px 5px;
    color:#2f353f;
    font:18px OpenSansRegular;
}
.informationbox .headernav li a.active,
.informationbox .headernav li a:hover{
    border-bottom:3px solid #81bce1;
    text-decoration:none;
}
.informationbox .actionlist{
    width:100%;
    float:left;
    margin:60px 0 0;
}
.informationbox .actionlist ul{
    width:960px;
}
.informationbox .actionlist li{
    width:171px;
    height:168px;
    display:inline-block;
    vertical-align:top;
    margin:0 17px 20px 0;
    cursor:pointer;
}
.informationbox .actionlist li .image{
    display:table-cell;
    height:102px;
    width:171px;
    vertical-align:middle;
    text-align:center;
}
.informationbox .actionlist li .title{
    text-align:center;
    display:block;
    padding:0 12px;
    margin:25px 0 0;
    font:16px/16px OpenSansRegular;
    color:#2f353f;
}
.vocabularybox{
    width:100%;
    float:left;
    margin:60px auto 100px;
    overflow:hidden;
}
.vocabularybox .vocabularynav{
    width:100%;
}
.vocabularybox .vocabularynav ul{
    display:table;
    margin:0 auto;
}
.vocabularybox .vocabularynav li:first-child{
    margin:0;
}
.vocabularybox .vocabularynav li{
    float:left;
    margin:0 0 0 12px;
}
.vocabularybox .vocabularynav li a{
    color:#2f353f;
    font:24px OpenSansRegular;
    text-transform:uppercase;
}
.vocabularybox .item{
    width:660px;
    margin:80px auto 0;
}
.vocabularybox .item .label{
    color:#81bce1;
    font:24px/24px OpenSansRegular;
    text-transform:uppercase;
    margin:0 0 30px;
    display:block;
}
.vocabularybox .item li:first-child{
    margin:0;
}
.vocabularybox .item li{
    width:100%;
    margin:40px 0 0;
    color:#2f353f;
    font:16px/28px OpenSansRegular;
}
.vocabularybox .item li b{
    font:16px/28px OpenSansSemibold;
}
.faqbox{
    width:100%;
    overflow:hidden;
    margin:40px 0 0;
}
.faqbox .faqnavigation{
    width:100%;
    height:61px;
    padding:36px 0 0;
    background:#f2f2f0;
}
.faqbox .faqnavigation .inner{
    width:468px;
    margin:0 auto; 
}
.faqbox .faqnavigation .inner li:first-child{
    margin:0;
}
.faqbox .faqnavigation .inner li a{
    float:left;
    padding:0 13px;
    height:31px;
    margin:0 0 0 20px;
    border-radius:4px;
    font:15px/31px OpenSansRegular;
    color:#2f353f;
}
.faqbox .faqnavigation .inner li a.active,
.faqbox .faqnavigation .inner li a:hover{
    background:#fff;
    text-decoration:none;
}
.itemcontainer{
    overflow:hidden;
    width:660px;
    margin:60px auto 130px;
}
.itemcontainer li:first-child{
    margin:0;
}
.itemcontainer li{
    float:left;
    width:100%;
    margin:30px 0 0;
}
.itemcontainer li a{
    color:#5bacdf;
    font:18px OpenSansRegular;
    text-decoration:underline;
}
.itemcontainer li.active .description{
    display:block;
}
.itemcontainer li .description{
    color:#2f353f;
    font:16px/28px OpenSansRegular;
    margin:30px 0;
    display:none;
}
.informationbox .actionlist.goods,
.informationbox .actionlist.currency {
    margin:60px 0 100px;
}
.informationbox .actionlist.currency .image{
    vertical-align:middle;
    font:30px OpenSansLight;
    color:#66b1e0;
    height:116px;
}
.informationbox .actionlist.currency .title{
    font:13px OpenSansRegular;
    color:#2f353f;
    margin:0;
    padding:0 6px;
}
.newssection{
    width:100%;
    background:#f2f2f0;
    padding:15px 0 0;
    overflow:hidden;
}
.newssection .container{
    width:940px;
    margin:20px auto 0;
    overflow:hidden;
    background:none;
}
.newssection .container .headernews{
    width:100%;
    float:left;
    margin:0 0 35px;
}
.newssection .container .headernews .bigitem{
    width:620px;
    float:left;
    height:392px;
    background:#fff;
}
.newssection .container .headernews .bigitem .image{
    position:relative;
    width:410px;
    float:left;
    height:392px;
    overflow:hidden;
}
.newssection .container .headernews .bigitem .title{
    margin:85px 0 0 20px;
    display:block;
    height:220px;
    float:left;
    width:170px;
    color:#2f353f;
    font:24px/36px OpenSansRegular;
}
.newssection .container .headernews .bigitem .content{
    display:block;
    float:left;
    width:170px;
    margin:0 0 0 20px;
}
.newssection .container span.ico{
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:46px;
    height:46px;
    background:#fdcd09;
}
.newssection .container .headernews .singleitem{
    float:right;
}
.newssection .container .singleitem{
    width:300px;
    height:392px;
    background:#fff;
}
.newssection .container .singleitem .image{
    width:300px;
    height:286px;
    overflow:hidden;
    position:relative;
}
.newssection .container .singleitem .title{
    color:#2f353f;
    font:18px/24px OpenSansRegular;
    display:block;
    padding:0 25px;
    margin:25px 0 0;
}

.newssection .container .singleitem.no-image .image {
	height:auto;
	overflow:hidden;
}
.newssection .container .singleitem.no-image .title {
	padding-left:62px;
    min-height: 46px;
}
.newssection .container .singleitem.no-image p {
	color: #6D6D6A;
    display: block;
    font: 14px/24px OpenSansRegular;
    height: 190px;
    margin: 45px 0 0;
    overflow: hidden;
    padding: 0 25px;
}
.newssection .container .singleitem.no-image span.ico {
	top:25px;
}

.newslistbox{
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
.newslistbox ul{
    width:960px;
}
.newslistbox li{
    width:300px;
    height:392px;
    overflow:hidden;
    float:left;
    margin:0 20px 40px 0;
}
/*news layout*/
.newspage{
    width:922px;
    margin:10px auto 0;
}
.newspage .thumbnailimage, .white-background .newsthumb{
    width:1000px;
    overflow:hidden;
    position:relative;
    height:297px;
}
.newspage .title, .white-background .newsthumb .title{
    position:absolute;
    display:block;
    min-height:55px;
    padding:0 25px 0 80px;
    color:#334e5e;
    font:30px/55px RobotoLightCond;
    text-transform:uppercase;
    left:0;
    bottom:38px;
    background:#fff;
}
.newspage .title .ico, .white-background .newsthumb .title .ico{
    width:55px;
    height:55px;
    display:block;
    background:#fdcd09;
    position:absolute;
    left:0;
    top:0;
}
.newspage .content{
    width:100%;
    margin:65px 0 0;
}
.newspage .content .sidebar{
    width:130px;
    float:left;
    color:#262626;
    font:12px OpenSansRegular;
    text-align:right;
}
.newspage .content .sidebar .source{
    margin:25px 0;
    display:block;
}
.newspage .content .sidebar .source b{
    display:block;
}
.newspage .content .sidebar .date{
    color:#828080;
}
.newspage .content .inner{
    float:left;
    width:650px;
    margin:0 0 0 40px;
    color:#2f353f;
    font:16px/28px OpenSansRegular;
}

.newspage .content .inner p {
	
	padding-bottom:20px;
}

.newspage .content .inner div img {
	max-width:650px;	
}
.newspage .content .inner em {
	font-style:italic;
}
.newspage .content .inner b,
.newspage .content .inner strong{
    font:16px/28px OpenSansSemibold;
    font-weight: bold;
}
.newspage .content .inner blockquote{
    padding:0 0 0 30px;
    border-left:5px solid #81bce1;
    color:#2f353f;
    font:20px/36px OpenSansRegular;
    margin:40px 0;
}
.newspage .content .quotebox{
    text-align:right;
    color:#2f353f;
    font:16px/28px OpenSansRegular;
    margin:0 100px 45px 0;
}
.lessonpage.company blockquote{
    border-left:4px solid #fdd019;
    color:#706c6c;
}
.lessonpage.company .content{
    padding:0 120px 75px 120px;
    width:700px;
}
.privacypage{
    color:#2f353f;
    font:12px/18px OpenSansRegular;
    padding:0 60px;
    width:802px;
    margin:0 0 70px;
}
.privacypage p {
    padding-bottom:10px;
}
.privacypage p strong{
    font-weight:bold;
}
.lessonpage.term .privacypage{
    padding:0 60px;
    width:802px;
    font:12px/18px OpenSansRegular;
    color:#2f353f;
}
.lessonpage.term .privacypage storng,
.lessonpage.term .privacypage b{
    font:12px/18px OpenSansSemibold;
    display:block;
}
.m_content{
    width:100%;
    overflow:hidden;
}
.m_content .dialogs_row.dialogs_new_msg{
    background:rgba(253,205,9,0.1);
}
.m_content .dialogs_row{
    width:100%;
    overflow:hidden;
}
.m_content .dialogs_row .dialog_wrap{
    width:988px;
    margin:0 auto;
    border-bottom:1px solid #dde0df;
    padding:35px 0;
    overflow:hidden;
}
.m_content .dialogs_row .dialog_wrap .dialogs_photo{
    float:left;
    width:76px;
    height:76px;
    overflow:hidden;
    margin:0 25px 0 38px;
}
.m_content .dialogs_row .dialog_wrap .dialogs_info{
    width:200px;
    float:left;
    margin:0 20px 0 0;
}
.m_content .dialogs_row .dialog_wrap .dialogs_info .dialogs_user{
    color:#333332;
    font:18px/14px OpenSansRegular;
}
.m_content .dialogs_row .dialog_wrap .dialogs_info .dialogs_user_trader{
    color:#333332;
    font:14px/14px OpenSansRegular;
    display:block;
    margin:10px 0;
}
.m_content .dialogs_row .dialog_wrap .dialogs_info .dialogs_date{
    color:#a5a5a4;
    font:14px/14px OpenSansRegular;
}
.m_content .dialogs_row .dialog_wrap .dialogs_msg_contents{
    float:left;
    width:600px;
    float:left;
}
.m_content .dialogs_row .dialog_wrap .dialogs_msg_contents .h2{
    color:#333332;
    font:18px/18px OpenSansRegular;
    display:block;
    margin:0 0 17px;
}
.m_content .dialogs_row .dialog_wrap .dialogs_msg_contents .descr{
    font:14px/24px OPenSansRegular;
    color:#333332;
}
.m_content h1{
    text-align:center;
    display:block;
    color:#2f353f;
    font:36px/36px OpenSansLight;
    margin:40px 0;
}
.dialogs_row:nth-child(1) .dialog_wrap,
.dialogs_row:nth-child(2) .dialog_wrap{
    border-top:1px solid #dde0df;
}
.motivational_msg{
    width:100%;
    height:115px;
    background:#81bce1;
    /* margin:0 0 5px; */
    position:relative;
}
.motivational_msg .inner{
    width:830px;
    margin:0 auto;
    padding:40px 0 0;
    #overflow:hidden;
}
.motivational_msg .inner .title{
    color:#fff;
    font:24px/39px OpenSansRegular;
    width:420px;
    float:left;
    text-transform:uppercase;
}
.motivational_msg .inner a{
    display:block;
    width:172px;
    height:37px;
    background:#fff;
    font:15px/38px OpenSansRegular;
    color:#81bce1;
    text-align:center;
    float:left;
    border-radius:6px;
    border:1px solid #fff;
    transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
}
.motivational_msg .inner a.trade{
    margin:0 60px 0 0;
}
.motivational_msg .inner a:hover{
    background:#81bce1;
    text-decoration:none;
    color:#fff;
}
.motivational_msg .inner a:active{
    background:#ecf0f1;
    color:#334e5e;
}
.dialogs_msg_contents .im_answer{
    display:block;
    float:left;
    width:171px;
    height:41px;
    color:#8b8e8d;
    font:16px/41px RobotoLightCond;
    text-align:center;
    text-transform:uppercase;
    border:1px solid #e3e5e5;
    margin:55px 0 0;
    display:none;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
}
.dialogs_msg_contents.opened .im_answer{
    display:block;
}
.sending_msg{
    width:100%;
}
.sending_msg.done{
    height:190px;
    background:url(/images/a/img/msg_sendico.png) center 100px no-repeat #81bce1;
    color:#fff;
    font:48px RobotoLightCond;
    text-align:center;
    text-transform:uppercase;
    padding:225px 0 0;
    width:1000px;
    margin:0 auto;
}
.dialog_wrap.answer{
    border:none;
    position:relative;
    top:-1px;
    background:#fff;
}
.platforminfo{
    width:100%;
    margin:10px 0 0;
}
.platforminfo .thumbnailimage{
    width:922px;
    margin:0 auto 70px;
}
.platforminfo .profitcontainer{
    width:922px;
    margin:0 auto;
    overflow:hidden;
}
.platforminfo .profitcontainer .percent{
    float:left;
    width:200px;
    color:#62b0e0;
    font:24px RobotoLightCond;
    text-transform:uppercase;
}
.platforminfo .profitcontainer .percent b{
    display:block;
    font:100px/100px BebasNeue;
}
.platforminfo .profitcontainer .desc{
    float:left;
    color:#2f353f;
    font:16px/28px OpenSansRegular;
    width:650px;
}
.platforminfo .platforminformation{
    width:100%;
    height:162px;
    background:#334e5e;
    margin:70px 0 100px;
}
.platforminfo .platforminformation .inner{
    width:922px;
    margin:0 auto;
    padding:42px 0 0;
}
.platforminfo .platforminformation .inner li{
    float:left;
    width:25%;
}
.platforminfo .platforminformation .inner li img{
    display:block;
    margin:0 auto;
}
.platforminfo .platforminformation .inner li b{
    display:block;
    text-align:center;
    color:#fffefe;
    font:18px OpenSansRegular;
}
.platforminfo .platforminformation .inner li .img{
    height:44px;
    margin:0 0 15px;
}
.secondinfobox{
    width:860px;
    margin:0 auto;
    overflow:hidden;
}
.secondinfobox img{
    float:left;
}
.secondinfobox .image{
    width:360px;
    height:360px;
    overflow:hidden;
    float:left;
}
.secondinfobox .descr{
    width:450px;
    float:left;
    margin:0 0 0 40px;
    color:#2f353f;
    font:16px/28px OpenSansRegular;
}
.secondinfobox .descr .trade{
    display:block;
    width:162px;
    height:37px;
    color:#2f353f;
    text-align:center;
    font:14px/37px OpenSansRegular;
    margin:60px auto 0;
    border:1px solid #81bce1;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
}
.secondinfobox .descr .trade:hover{
    background:#81bce1;
    color:#fff;
    text-decoration:none;
}
.secondinfobox .descr .trade:active{
    background:#6ea0bf;
}
.thirdinfobox{
    width:860px;
    margin:100px auto 115px;
    overflow:hidden;
}
.thirdinfobox .descr{
    padding:0 0 0 155px;
    color:#2f353f;
    font:16px/28px OpenSansRegular;
}
.howtotrade{
    width:770px;
    margin:0 auto;
    overflow:hidden;
}
.howtotrade .h2{
    display:block;
    text-align:center;
    color:#2f353f;
    font:36px/36px RobotoLightCond;
    margin:0 0 130px;
}
.howtotrade .item{
    width:100%;
    float:left;
    margin:0 0 140px;
}
.howtotrade .item:nth-child(3) .image{
    float:right;
    margin:0 0 0 65px;
}
.howtotrade .item:nth-child(3) .descr{
    float:left;
    text-align:right;
}
.howtotrade .item:nth-child(3) .descr  .label{
    float:right;
}
.howtotrade .item:nth-child(3) .descr  .label .count{
    float:right;
}
.howtotrade .item:nth-child(3) .descr  .label b{
    float:right;
}
.howtotrade .item:nth-child(3) .descr  .count b{
    float:right;
}
.howtotrade .item .image{
    width:363px;
    float:left;
    margin:0 65px 0 0;
}
.howtotrade .item .descr{
    width:335px;
    float:left;
}
.howtotrade .item .descr .label{
    width:100%;
    float:left;
}
.howtotrade .item .descr .label .count{
    width:48px;
    height:48px;
    border:1px solid #83bde1;
    border-radius:100%;
    color:#2f353f;
    font:23px/48px HelveticaNeueLight;
    text-align:center;
    display:block;
    float:left;
}
.howtotrade .item .descr .label b{
    color:#2f353f;
    font:30px/48px RobotoLightCond;
    margin:0 0 0 19px;
    text-transform:uppercase;
}
.howtotrade .item .descr .cont{
    float:left;
    width:100%;
    color:#2f353f;
    font:16px/28px OpenSansRegular;
    margin:45px 0 0;
}
.payoption{
    width:670px;
    margin:0 auto;
}
.payoption .item{
    width:100%;
    float:left;
    margin:0 0 140px;
}
.payoption .item .image{
    float:left;
    width:180px;
    text-align:center;
    padding:55px 0 0;
}

.payoption .item .image img {
    max-width:180px;
}

.payoption .item .descr{
    float:left;
    margin:0 0 0 40px;
    width:450px;
    color:#2f353f;
    font:16px OpenSansRegular;
}
.payoption .item .descr p{
    line-height:28px;
}
.payoption .item .descr .h2{
    height:55px;
    font:16px/16px OpenSansSemibold;
    display:block;
}
.payoption .item .descr a.paybtn{
    display:block;
    float:left;
    margin:50px 0 0;
    width:162px;
    height:37px;
    border:1px solid #77c2f1;
    color:#2f353f;
    font:14px/37px OpenSansRegular;
    text-align:center;
}
.parnerscontainer{
    height:392px;
    overflow:hidden;
    position:relative;
    /*margin:0 0 90px;*/
}
.parnerscontainer .partnerslist{
    width:100%;
    height:160px;
    background:#334e5e;
    position:absolute;
    z-index:10;
    left:0;
    bottom:0;
}
.parnerscontainer .partnerslist .inner{
    width:1000px;
    margin:0 auto;
    padding:50px 0 0;
    overflow:hidden;
}
.parnerscontainer .partnerslist .inner li:first-child{
    margin:0;
    width:25%;
}
.parnerscontainer .partnerslist .inner li{
    width:22%;
    margin-left:3%;
    float:left;
}
.parnerscontainer .partnerslist .inner li .count{
    float:left;
    display:block;
    color:#fff;
    font:80px/70px BebasNeue;
    width:50px;
}
.parnerscontainer .partnerslist .inner li .descr{
    padding:0 0 0 50px;
    color:#fff;
}
.parnerscontainer .partnerslist .inner li .descr .h2{
    font:16px OpenSansSemibold;
    display:block;
    margin:0 0 7px;
}
.parnerscontainer .partnerslist .inner li .descr p{
    font:14px OpenSansRegular;
}
.partnersprogramm{
    width:1000px;
    margin:0 auto;
    overflow:hidden;
}
.partnersprogramm .content{
    padding:0 0 0 70px;
    width:520px;
    margin:0 100px 0 0;
    float:left;
    color:#333332;
    font:16px/24px OpenSansLight;
}
.partnersprogramm .content .h2{
    color:#333332;
    font:36px/48px OpenSansBold;
    margin:0 0 50px;
    display:block;
}
.partnersprogramm .content .h2 b{
    display:block;
    font:36px/48px OpenSansBold;
}
.partnersprogramm .content h3{
    color:#333332;
    font:30px OpenSansLight;
    margin:55px 0;
}
.partnersprogramm .content li:first-child{
    margin:0;
}
.partnersprogramm .content li{
    margin:15px 0 0;
}
.partnersform{
    width:300px;
    height:620px;
    float:right;
    background:#334e5e;
}
.partnersform .h2{
    color:#fff;
    font:20px OpenSansLight;
    text-align:center;
    display:block;
    text-transform:uppercase;
    margin:30px 0 40px;
}
.partnersform  .item{
    padding:0 35px;
    margin:25px auto 0;
    width:204px;
}
.partnersform  .item input[type="text"]{
    width:194px;
    margin:0 auto;
    border:none;
    background:#334e5e;
    border-bottom:1px solid #506673;
    padding:0 5px;
    color:#fff;
    font:14px OpenSansLight;
    height:34px;
}
.partnersform  .item input[type="text"]:focus{
    border:none !important;
    border-bottom:1px solid #506673 !important;
}
.partnersform  .item input[type="text"]::-moz-placeholder{
    color:#6e8c9d;
}
.partnersform  .item input[type="text"]::-webkit-input-placeholder {
    color:#6e8c9d;
}
.partnersform  .item textarea{
    height:120px;
    width:194px;
    padding:0 10px;
    font:14px/40px OpenSansLight;
    color:#fff;
    border:none;
    outline:none;
    background:url(/images/a/img/textareabg.png) left 35px repeat-x;
    resize:none;
}
.partnersform  .item textarea::-moz-placeholder{
    color:#6e8c9d;
}
.partnersform  .item textarea::-webkit-input-placeholder {
    color:#6e8c9d;
}
.partnersform  .item label{
    color:#6e8c9d;
    font:14px OpenSansLight;
}
.partnersform  .item a{
    text-decoration:underline;
    color:#6e8c9d;
}
/*checkbox*/

.remember input[type="checkbox"] ,
.partnersform  .item input[type="checkbox"] {
    display:none;
}

.remember input[type="checkbox"] + label span ,
.partnersform  .item input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:18px;
    margin:-4px 0 0 12px;
    vertical-align:middle;
    background:url(/images/a/img/checkbox.png) left top no-repeat;
    cursor:pointer;
}

.remember input[type="checkbox"]:checked + label span ,
.partnersform  .item input[type="checkbox"]:checked + label span {
    background:url(/images/a/img/checkbox.png) -20px top no-repeat;
}
.partnersform input[type="submit"]{
    width:232px;
    height:50px;
    background:#fdcd09;
    font:18px OpenSansSemibold;
    text-align:center;
    color:#fff;
    border:none;
    border-radius:6px;
    margin:20px 35px 0;
    cursor:pointer;
}
.wayscooperation{
    padding:0 230px 0 70px;
    width:700px;
    margin:75px auto 40px;
    overflow:hidden;
}
.wayscooperation .h3{
    color:#333332;
    font:36px/48px OpenSansLight;
    display:block;
    margin:0 0 50px;
}
.wayscooperation .item{
    width:100%;
    float:left;
    margin:0 0 30px;
}
.wayscooperation .item .count{
    float:left;
    width:48px;
    height:48px;
    border:1px solid #88c0e3;
    border-radius:100%;
    text-align:center;
    color:#2f353f;
    font:23px/48px HelveticaNeueLight;
    margin:0 20px 0 0;
}
.wayscooperation .item .descr{
    float:left;
    width:630px;
}
.wayscooperation .item .descr .label{
    color:#333332;
    font:24px/24px OpenSansLight;
    display:block;
}
.wayscooperation .item .descr{
    color:#333332;
    font:16px/24px OpenSansLight;
}
.whyutrader{
    width:100%;
    background:#334e5e;
    padding:80px 0 75px;
}
.whyutrader .inner{
    padding:0 60px 0 305px;
    width:635px;
    margin:0 auto;
    color:#fff;
    font:16px/24px OpenSansLight;
    background:url(/images/a/img/whywe.jpg) 60px 90px no-repeat;
}
.whyutrader .inner .h4{
    font:36px OpenSansLight;
    color:#fff;
    display:block;
    margin:0 0 30px;
}
.whyutrader .inner .h4 b{
    font:36px OpenSansBold;
}
.howtobecome{
    width:925px;
    padding:0 0 0 75px;
    margin:100px auto 70px;
}
.howtobecome .h5{
    color:#333332;
    font:36px OpenSansLight;
    display:block;
    margin:0 0 50px;
}
.howtobecome .h5 b{
    font:36px OpenSansBold;
}
.howtobecome p{
    color:#333332;
    font:16px/24px OpenSansLight;
    width:680px;
}
.howtobecome .welcome{
    padding:55px 0 0;
    margin:80px 0 0;
    color:#333332;
    font:30px/46px OpenSansLight;
    background:url(/images/a/img/welocmeico.jpg) no-repeat;
}
/*popup*/
.honoredpopup{
    width:625px;
    height:270px;
    padding:80px 0 40px;
    position:relative;
    background:#fff;
}
.honoredpopup .title{
    display:block;
    text-align:center;
    text-transform:uppercase;
    color:#525252;
    font:24px OpenSansLight;
}
.honoredpopup.opend .msg{
    font:24px OpenSansLight;
}
.honoredpopup.pay a,
.honoredpopup.opend a{
    border:1px solid #1ac16d;
}
.honoredpopup.pay a:hover,
.honoredpopup.opend a:hover{
    background:#1ac16d;
    border:1px solid #1ac16d;
}
.honoredpopup.pay a:active,
.honoredpopup.opend a:active{
    border:1px solid #27b25d;
    background:#27b25d;
}
.honoredpopup .msg{
    font:30px OpenSansLight;
    color:#525252;
    display:block;
    margin:60px 0 10px;
    text-align:center;
    height:100px;
    padding:0 75px;
}
.honoredpopup a{
    display:block;
    width:155px;
    height:37px;
    border:1px solid #fdcd09;
    font:14px/37px OpenSansRegular;
    color:#525252;
    text-align:center;
    margin:0 auto;
}
.honoredpopup a:hovepopupcontainerr{
    background:#fdcd09;
    color:#fff;
    text-decoration:none;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
}
.honoredpopup a:active{
    background:#e8bc08;
    border:1px solid #e8bc08;
}
.honoredpopup .hninner{
    position:absolute;
    top:-55px;
    left:50%;
    margin-left:-52px;








}
.popupcontainer{
    padding:36px 0 0;
    position:relative;
    width:625px;
    margin: auto;
    top: 40px;
}
.popupcontainer .closed{
    display:block;
    position:absolute;
    width:22px;
    height:26px;
    background:url(/images/a/img/closedico.png) no-repeat;
    right:0px;
    top:2px;
}
.honoredpopup.pay .title{
    font:24px OpenSansLight;
    margin:30px 0 20px;
    height:100px;
}
.honoredpopup.pay .ico{
    position:absolute;
    width:112px;
    height:112px;
    top:-56px;
    left:50%;
    margin-left:-56px;
}
.sertificateconfirmed{
    width:880px;
    background:#334e5e;
    padding:60px 60px 35px;
    margin:0 auto;
}
.sertificateconfirmed .title{
    width:100%;
    text-align:center;
    color:#e3e7ea;
    font:36px OpenSansLight;
    text-transform:uppercase;
    margin:0 0 85px;
}
.sertificateconfirmed .title b{
    display:block;
    color:#6e8c9d;
    font:18px OpenSansLight;
    margin:4px 0 0;
}
.sertificateconfirmed .udata{
    width:100%;

}
.sertificateconfirmed .udata .name{
    font:64px OpenSansLight;
    color:#e3e7ea;
    text-align:center;
}
.sertificateconfirmed .udata .about{
    text-align:cetnter;
    color:#fff;
    font:30px OpenSansLight;
    margin:20px 0 0;
}
.sertificateconfirmed .msg{
    padding:0 100px;
    color:#fff;
    font:18px/30px OpenSansLight;
    margin:60px 0 145px;
    text-align:center;
}
.sertificateconfirmed .helpedline{
    width:100%;	
    overflow:hidden;
    padding:25px 0 0;
}
.sertificateconfirmed .helpedline .date{
    color:#e3e7ea;
    font:36px/92px HelveticaUltraLight;
    float:left;
    width:180px;
}
.sertificateconfirmed .helpedline .trade{
    display:block;
    width:242px;
    height:62px;
    float:left;
    margin:0 0 0 138px;
    text-transform:uppercase;
    color:#16b29d;
    font:24px/62px OpenSansLight;
    border:1px solid #16b29d;
    text-align:center;
    transition:background 0.6s, color 0.6s, border 0.6s ease;
    -o-transition:background 0.6s, color 0.6s, border 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s, border 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s, border 0.6s ease;
}
.sertificateconfirmed .helpedline .trade:hover{
    background:#16b29d;
    border:1px solid #16b29d;
    color:#fff;
    text-decoration:none;
}
.sertificateconfirmed .helpedline .trade:active{
    background:#139786;
    border:1px solid #139786;
}
.sertificateconfirmed .helpedline .painting{
    float:right;
    position:relative;
    top:-25px;
}
.sertificateconfirmed .socialnav{
    width:200px;
    margin:50px auto 0;
    overflow:hidden;
}
.sertificateconfirmed .socialnav li:first-child{
    margin:0;
}
.sertificateconfirmed .socialnav li{
    float:left;
    margin:0 0 0 20px;
}
.sertificateconfirmed .socialnav li a{
    display:block;
    width:50px;
    height:50px;
    border:1px solid #567283;
    background-image:url(/images/a/img/confirmed-ico.png);
    background-repeat:no-repeat;
}
.sertificateconfirmed .socialnav li a.todown{
    background-position:19px center;
}
.sertificateconfirmed .socialnav li a.fb{
    background-position:-52px center;
}
.sertificateconfirmed .socialnav li a.print{
    background-position:-126px center;
}
.sertificateconfirmed .helpedline .socialnav a{
    border:1px solid #16b29d;
    height:62px;
    width:62px;
    background-image:url(/images/a/img/confirmed-icog.png);
}
.sertificateconfirmed .helpedline .socialnav a.todown{
    background-position:22px center;
}
.sertificateconfirmed .helpedline .socialnav a.fb{
    background-position:-66px center;
}
.sertificateconfirmed .helpedline .socialnav a.print{
    background-position:-158px center;
}
.sertificateconfirmed .helpedline .socialnav{
    float:left;
    margin:0 0 0 115px;
    width:250px;
}
.sertificateconfirmed .name .inputtxt input[type="text"]{
    width:280px;
    border:none;
    border-bottom:1px dashed #6e8c9d;
    background:none;
    height:100px;
    color:#fff;
    font:64px OpenSansLight;
    position:relative;
    top:2px;
}
.sertificateconfirmed .name .inputtxt input[type="password"]:focus,
.sertificateconfirmed .name .inputtxt input[type="text"]:focus{
    color:#768f9d;
    border:none !important;
    border-bottom:2px solid #6e8c9d !important;
}
.sertificateconfirmed .name .inputtxt input.error[type="password"],
.sertificateconfirmed .name .inputtxt input.error[type="text"]{
    color:#e7cba3;
    border:none !important;
    border-bottom:2px solid #a1752c !important;
}
.sertificateconfirmed .about .inputtxt input[type="text"]::-moz-placeholder,
.sertificateconfirmed .name .inputtxt input[type="password"]::-moz-placeholder,
.sertificateconfirmed .name .inputtxt input[type="text"]::-moz-placeholder{
    color:#6e8c9d;
}
.sertificateconfirmed .about .inputtxt input[type="text"]::-webkit-input-placeholder ,
.sertificateconfirmed .name .inputtxt input[type="password"]::-webkit-input-placeholder ,
.sertificateconfirmed .name .inputtxt input[type="text"]::-webkit-input-placeholder {
    color:#6e8c9d;
}
.sertificateconfirmed .name .inputtxt input[type="text"]:focus{
    border:none !important;
    border-bottom:1px dashed #6e8c9d !important;
}
.sertificateconfirmed .about .inputtxt input[type="text"]{
    width:310px;
    border:none;
    border-bottom:1px dashed #6e8c9d;
    background:none;
    height:45px;
    color:#fff;
    font:30px OpenSansLight;
    position:relative;
    top:2px;
}
.sertificateconfirmed .about .inputtxt .dropdown{
    top:0;
}
.sertificateconfirmed .about .inputtxt{
    position:relative;
    top:10px;
}
.sertificateconfirmed .about .dropdown{
    top:10px;
}
.sertificateconfirmed .about .inputtxt input[type="text"]:focus{
    border:none !important;
    border-bottom:1px dashed #6e8c9d !important;
}
.sertificateconfirmed .about .inputtxt.country input[type="text"]{
    width:140px;
}
.inputtxt.country{
    display:inline-block;
    width:140px;
}
.inputtxt.trader{
    display:inline-block;
    width:320px;
}
.sertificateconfirmed .about .inputtxt.trader .dropdown{
    float:left;
    width:310px;
}
.sertificateconfirmed .about .inputtxt.country .dropdown{
    float:left;
    width:140px;
}
.sertificateconfirmed .about .inputtxt.trader .dropdown b{
    width:320px;
}
.sertificateconfirmed .about .inputtxt.country .dropdown b{
    width:140px;
}
.sertificateconfirmed .about .dropdown{
    display:inline;
    position:relative;
    float:right;
}
.sertificateconfirmed .about .dropdown b{
    display:block;	
    color:#6e8c9d;
    font:30px/45px OpenSansLight;
    width:222px;
    border-bottom:1px dashed #6e8c9d;
    cursor:pointer;
}
.sertificateconfirmed.active .about .dropdown .subnavigation{
    display:block;
}
.sertificateconfirmed .about .dropdown .subnavigation{
    position:absolute;
    width:310px;
    right:0;
    top:0;
    background:#16b29d;
    padding:40px 0 30px;
    z-index:1000;
    display:none;
}
.sertificateconfirmed .about .dropdown .subnavigation li{
    padding:10px 35px;
    font:24px OpenSansLight;
    color:#fff;
    cursor:pointer;
}
.sertificateconfirmed .about .dropdown .subnavigation li:hover{
    background:#239e8d;
}
.sertificateconfirmed .about .dropdown .subnavigation li.active{
    color:#157b6d;
    background:url(/images/a/img/valueselected.png) right center no-repeat;
}
.sertificateconfirmed.active{
    position:relative;
}
.sertificateconfirmed.active .layer{
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0.24);
    top:0;
    left:0;
    z-index:10;
}
/*pringcontainer*/
.pringcontainer{
    width:972px;
    background:#fff;
    padding:85px 14px 100px;
    margin:0 auto;
    overflow:hidden;
    z-index: 10000000000000;
}
.pringcontainer .motivation_msg{
    width:100%;
    margin:0 0 55px;
}
.pringcontainer .motivation_msg .title{
    display:block;
    color:#1d4862;
    font:36px OpenSansRegular;
    text-transform:uppercase;
    margin:0 0 50px;
    text-align:center;
}
.pringcontainer .motivation_msg .title b{
    font:36px OpenSansBold;
}
.pringcontainer .motivation_msg .descr{
    padding:0 130px;
    color:#333332;
    font:16px/30px OpenSansLight;
    text-align:center;
}
.pringcontainer .packbox{
    width:100%;
}
.pringcontainer .packbox .item{
    width:313px;
    height:433px;
    margin:12px 0 0;
    float:left;
    background:#f0f2f3;
    position:relative;
    padding:0 0 80px;
}
.pringcontainer .packbox .item .title{
    color:#48525f;
    font:18px OpenSansRegular;
    text-align:center;
    display:block;
    margin:25px 0 35px;
    text-transform:uppercase;
}
.pringcontainer .packbox .item .price{
    color:#16b29d;
    font:60px/60px BebasNeue;
    display:block;
    text-align:center;
    margin:0 0 24px;
}
.pringcontainer .packbox .item .position{
    display:block;
    text-align:center;
    height:45px;
    padding:1px 0;
    background:url(/images/a/img/posotionborder.png) center top no-repeat;
    color:#3e3d3d;
    font:16px/45px OpenSansRegular;
    text-transform:uppercase;
    margin:0 0 40px;
}
.pringcontainer .packbox .item ul{
    padding:0 20px 0 55px;
}
.pringcontainer .packbox .item ul li:first-child{
    margin:0;
}
.pringcontainer .packbox .item ul li{
    color:#3e3d3d;
    font:14px OpenSansRegular;
    margin:15px 0 0;
}
.pringcontainer .packbox .item ul li b{
    color:#525252;
}
.pringcontainer .packbox .item .purchase{
    display:block;
    width:244px;
    height:49px;
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left:-122px;
    background:#1d4862;
    color:#fff;
    font:16px/49px OpenSansRegular;
    text-align:center;
}
.pringcontainer .packbox .item .purchase:hover{
    text-decoration:none;
}
.pringcontainer .packbox .item:nth-child(3){
    float:right;
}
.pringcontainer .packbox .item:nth-child(2){
    margin:0 9px;
    width:328px;
    height:466px;
    padding:0 0 90px;
}
.pringcontainer .packbox .item:nth-child(2) .price{
    font:70px/70px BebasNeue;
}
.pringcontainer .packbox .item:nth-child(2) .purchase{
    background:#16b29d;
}
/*registrationpopup*/

.pringcontainer .center{
    width:862px;
    margin:0 auto;
    position:relative;
    top:-40px;
}
.pringcontainer .closed{
    display:block;
    position:absolute;
    width:22px;
    height:26px;
    background:url(/images/a/img/closedico.png) no-repeat;
    right:14px;
    top:0px;
}

.pringcontainer .closed_custom {
	background:url(/images/a/img/closedico_dark.png) no-repeat !important;
}

.mainpopupbody{
    padding:40px 0 0;
    position:relative;
}
.mainpopupbody .center{
    width:862px;
    margin:0 auto;
    position:relative;
    top:-20px;
}

.mainpopupbody .closed{
    display:block;
    position:absolute;
    width:22px;
    height:26px;
    background:url(/images/a/img/closedico.png) no-repeat;
    right:14px;
    top:0px;
}

.mainpopupbody .closed{
    display:block;
    position:absolute;
    width:22px;
    height:26px;
    background:url(/images/a/img/closedico.png) no-repeat;
    right:14px;
    top:0px;
}
.registrationpopup{
    background: none repeat scroll 0 0 #334E5E;
    margin: auto;
    min-height: 210px;
    padding: 45px 0 50px;
    width: 1000px;
}
.registrationpopup .inner{
    padding: 0 76px;
    width:862px;
    position:relative;
    margin:0 auto;
}
.registrationpopup .inner .title{
    display:block;
    text-align:center;
    color:#768f9d;
    font:36px RobotoLightCond;
    text-transform:uppercase;
    margin:0 0 15px;
}
.registrationpopup .inner .title a{
    color:#768f9d;
    text-decoration:none;
}
.registrationpopup .inner .title a:hover{
    border-bottom:2px solid #768f9d;
}
.registrationpopup .inner .title a.active{
    color:#fff;
    text-decoration:none;
}
.registrationpopup .inner .title a.active:hover{
    border:none;
}
.registrationpopup .form{
    width:314px;
    float:left;
}
.registrationpopup .form-center{
	float:none;
	margin: auto;
}
.registrationpopup .form .item{
    width:100%;
    margin:0 0 30px;
}
.registrationpopup .form .item input[type="password"],
.registrationpopup .form .item input[type="text"]{
    width:314px;
    padding:0;
    text-align:center;
    color:#fff;
    border:none;
    background:none;
    font:24px OpenSansLight;
    border-bottom:2px solid #506673;
    height:50px;
}
.registrationpopup .form .item .dropdown{
    width:314px;
    padding:0;
    color:#768f9d;
    border:none;
    background:none;
    font:24px OpenSansLight;
    border-bottom:2px solid #506673;
    height:50px;
    position:relative;
    cursor:pointer;
    z-index:100;
    text-align:center;
}
.registrationpopup .form .item .dropdown b{
    background:url(/images/a/img/registdroparrow.png) right 12px no-repeat;
    padding:0 35px 0 0;
    margin:0 0 0 34px;
}
.registrationpopup .form .item .dropdown:hover b{
    background:url(/images/a/img/registdroparrowh.png) right 12px no-repeat;
}
.registrationpopup .form .item .dropdown b.select{
    color:#fff;
}
.registrationpopup .form .item .dropdown:hover .secondnav{
    display:block;
}
.registrationpopup .form .item .dropdown .secondnav{
    position:absolute;
    top:52px;
    width:314px;
    left:0;
    background:#16b29d;
    display:none;
    height:207px;
    overflow:auto;
    z-index: 1000;
}

.registrationpopup .form .item .dropdown .currency{
	height:154px;
	z-index: 10;
}

#country_list{
	z-index: 1000;
}
#currency_list{
	z-index: 100;
}
.registrationpopup .form .item .dropdown .secondnav li{
    padding:10px 45px 10px 33px;
    color:#fff;
    font:20px OpenSansLight;
}
.registrationpopup .form .item .dropdown .secondnav li:hover{
    background:#239e8d;
}
.registrationpopup .form .item .dropdown .secondnav li.active{
    color:#157b6d;
    background:url(/images/a/img/valueselected.png) right center no-repeat;
}
.registrationpopup .form:nth-child(2){
    float:right;
}
.registrationpopup .form .item input[type="password"]:focus,
.registrationpopup .form .item input[type="text"]:focus{
    color:#fff;
    border:none !important;
    border-bottom:2px solid #4984a7 !important;
}
.registrationpopup .form .item input.error[type="password"],
.registrationpopup .form .item input.error[type="text"]{
    color:#e7cba3;
    border:none !important;
    border-bottom:2px solid #a1752c !important;
}
.registrationpopup .form .item input[type="password"]::-moz-placeholder,
.registrationpopup .form .item input[type="text"]::-moz-placeholder{
    color:#768f9d;
}
.registrationpopup .form .item input[type="password"]::-webkit-input-placeholder ,
.registrationpopup .form .item input[type="text"]::-webkit-input-placeholder {
    color:#768f9d;
}
.remember input[type="checkbox"] + label span {
    margin:-4px 4px 0 0;
}
.registrationpopup .form .remember{
    margin:30px 0 0 50px;
    color:#e2edf3;
    font:14px OpenSansLight;
}
.registrationpopup .form .remember a{
    color:#768f9d;
}
.registrationpopup .form .remember a:hover{
    color:#fff;
    text-decoration:none;
}
.registrationpopup .form .remember a:active{
    color:#4f95bc;
}
.registrationpopup .enterbtn{
    width:100%;
    float:left;
    margin:15px 0 0;
}
.registrationpopup .enterbtn a{
    display:block;
    margin:0 auto;
    width:156px;
    height:58px;
    border:1px solid #fff;
    font:18px/58px OpenSansLight;
    color:#fff;
    text-align:center;
}
.registrationpopup .enterbtn a:hover{
    text-decoration:none;
}
.registrationpopup .enterbtn.reg a{
    width:281px;
}
.registrationpopup .termuse{
    margin:17px 0 0;
    color:#768f9d;
    font:12px OpenSansLight;
    padding:14px 0 0 13px;
    text-align: center;
}
.registrationpopup .termuse a{
    color:#768f9d;
    border-bottom:2px solid #768f9d;
}
.registrationpopup .termuse a:hover{
    color:#fff;
    border-bottom:2px solid #fff;

    text-decoration:none;
}
.registrationpopup .termuse a:active{
    color:#4f95bc;
    border-bottom:2px solid #4f95bc;
}
/*Utrader popup*/
.utradepopup{
    width:540px;
    background:#fff;
    margin:0 auto;
    overflow: hidden;
    padding: 0 0 50px;
}
.utradepopup .header{
    width:100%;
    height:48px;
    background:#334e5f;
    color:#f5f5f5;
    font:18px/48px OpenSansLight;
    text-align:center;
    margin:0 0 5px;
}
.utradepopup .data{
    width:512px;
    margin:0 auto;
    overflow:hidden;
}
.utradepopup .data .item:nth-child(1){
    border:none;
}
.utradepopup .data .item{
    padding:0 10px;
    height:44px;
    border-top:1px solid #cdcdcd;
}
.utradepopup .data .item .obj{
    float:left;
    width:50%;
}
.utradepopup .data .item .obj .label{
    width:155px;
    float:left;
    color:#656565;
    font:12px/44px OpenSansRegular;
}
.utradepopup .data .item .obj .prod{
    float:left;
    font:16px/44px OpenSansRegular;
    color:#656565;
    position:relative;
}
.utradepopup .data .item .obj .prod b{
    padding:0 0 0 25px;
    position:absolute;
    left:-25px;
}
.utradepopup .data .item .obj .prod b.up{
    color:#45c090;
    font:20px/44px OpenSansLight;
    background:url(/images/a/img/puticotop.png) left center no-repeat;
}
.countbox{
    width:100%;
    margin:45px 0 0;
}
.countbox .timeline{
    width:100%;
    position:relative;
    background:#f5f5f3;
}
.countbox .timeline .inner{
    display:block;
    height:2px;
    background:#92c8e7;
}
.countbox .countdown{
    width:100%;
    text-align:center;
    color:#3f4247;
    font:36px BebasNeue;
    margin:35px 0 60px;
}
.countbox .buttonbox{
    width:100%;
}
.countbox .buttonbox a{
    display:block;
    float:left;
    width:147px;
    height:45px;
    color:#fff;
    font:15px/45px OpenSansRegular;
    text-align:center;
    border-radius:6px;
}
.countbox .buttonbox a:hover{
    text-decoration:none;
}
.countbox .buttonbox a.cancel{
    background:#cacfd1;
    margin:0 0 0 101px;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.countbox .buttonbox a.approve{
    background:#45c090;
    margin:0 0 0 43px;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.countbox .buttonbox a.ok:hover,
.countbox .buttonbox a.approve:hover{
    background:#6acda6;
}
.countbox .buttonbox a.ok:active,
.countbox .buttonbox a.approve:active{
    background:#3ba37b;
}
.countbox .buttonbox a.ok{
    float:none;
    margin:0 auto;
    background:#45c090;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.countbox .msg{
    width:100%;
    text-align:center;
    margin:25px 0 80px;
    color:#656565;
    font:22px OpenSansLight;
}
.countbox .msg b{
    padding:0 0 0 46px;
    background:url(/images/a/img/ticksuccess.png) left center no-repeat;
}
.countbox.cancel .msg b{
    background:url(/images/a/img/crosscancel.png) left center no-repeat;
}
.countbox.cancel a.cancel{
    float:none;
    margin:0 auto;
}
.utradepopup .sellbox {
    padding:25px 0;
    background:#fcfcf5;
}
.utradepopup .sellbox .price{
    text-align:center;
    width:100%;
    color:#3f4247;
    font:36px BebasNeue;
    margin:30px 0 0;
}
.utradepopup .sellbox .msg{
    color:#656565;
    font:18px OpenSansLight;
    text-align:center;
}
.utradepopup.sell .countbox{
    margin:0;
}
.utradepopup.sell .countbox .countdown{
    margin:25px 0;
    color:#cacfd1;
}
.utradepopup .rollover{
    padding:25px 0;
    background:#e9eff2;
    float:left;
    width:100%;
    margin:10px 0 35px;
}
.utradepopup .rollover .chose{
    width:400px;
    float:right;
    margin:0 70px 25px 0;
}
.utradepopup .rollover .chose .label{
    width:265px;
    float:left;
    color:#020202;
    font:22px OpenSansLight;
}
.utradepopup .rollover .chose .dropdown{
    width:135px;
    height:34px;
    float:right;
    background:url(/images/a/img/assetsdrop.png) right 15px no-repeat #fff;
    cursor:pointer;
    position:relative;
}
.utradepopup .rollover .chose .dropdown:hover .subnavigation{
    display:block;
}
.utradepopup .rollover .chose .dropdown .subnavigation{
    position:absolute;
    top:34px;
    width:100%;
    background:#fff;
    display:none;
}
.utradepopup .rollover .chose .dropdown .subnavigation li{
    text-align:center;
    color:#424346;
    font:15px/27px OpenSansRegular;
}
.utradepopup .rollover .chose .dropdown .subnavigation li:hover{
    background:#81bce1;
    color:#fff;
}
.utradepopup .rollover .chose .dropdown b{
    display:block;
    text-align:center;
    color:#424346;
    font:15px/34px OpenSansRegular;
}
.utradepopup .rollover .payout,
.utradepopup .rollover .investment{
    float:left;
    width:147px;
    margin:0 0 0 101px;
    color:#010101;
    font:24px OpenSansRegular;
    text-align:center;
}
.utradepopup .rollover .payout b,
.utradepopup .rollover .investment b{
    display:block;
    color:#6c6a6a;
    font:12px OpenSansRegular;
}
.utradepopup .rollover .payout{
    margin:0 0 0 43px;
}
.utradepopup.double .sellbox .msg{
    color:#656565;
    font:24px OpenSansLight;
}
.utradepopup.double .sellbox .descr{
    color:#656565;
    font:11px/14px OpenSansRegular;
    padding:20px 35px 0;
}
.utradepopup.double .countbox{
    margin:25px 0 0;
}
/*indicator section*/
.indicatorbox{
    width:986px;
    margin:0 auto 40px;
    overflow:hidden;
}
.indicatorbox .investtoday{
    float:left;
    margin:20px 0 0 40px;
    width:100px;
    text-transform:uppercase;
    color:#333332;
    font:14px RobotoLightCond;
}
.indicatorbox .investtoday b{
    display:block;
    font:66px/50px BebasNeue;
    color:#333332;
    padding:0 22px 0 0;
    background:url(/images/a/img/investtodayico.png) right bottom no-repeat;
    margin:0 0 10px;
}
.indicatorbox .indicatorcontainer{
    float:left;
    width:520px;
    margin:0 0 0 95px;
}
.indicatorbox .indicatorcontainer .item{
    width:104px;
    float:left;
    position:Relative;
}
.indicatorbox .indicatorcontainer .item .circle{
    width:104px;
    height:104px;
}
.indicatorbox .indicatorcontainer .item .cont{
    position:absolute;
    z-index:10;
    width:100px;
    height:100px;
    top:2px;
    left:2px;
    border-radius:100%;
    background:#fff;
    text-align:center;
    color:#2f353f;
    font:36px/100px BebasNeue;
}
.indicatorbox .indicatorcontainer .item .title{
    width:100%;
    text-align:center;
    color:#333332;
    font:14px RobotoLightCond;
    margin:15px 0 0;
    text-transform:uppercase;
}
.indicatorbox .indicatorcontainer .item:nth-child(2){
    margin:0 102px;
}
.reuters.dashboard .logo-box{
    background:url(/images/a/img/dashreuters.png) 10px center no-repeat;
}
.reuters.dashboard{
    background:#fff;
    position:relative;
}
.reuters.dashboard li{
    color:#333332;
}
.indicatorbox .platformtime{
    float:right;
    width:140px;
    margin:10px 36px 0 0;
}
.indicatorbox .platformtime .time{
    color:#333331;
    font:66px/66px BebasNeue;
    text-align:center;
    overflow: hidden;
    width: 116px;
    height: 75px;
}
.indicatorbox .platformtime b{
    color:#333331;
    font:14px RobotoLightCond;
    display:block;
    text-transform:uppercase;
    text-align:left;
    #padding:0 0 0 10px;
    margin-left: 6px;
    margin-top: -7px;
    width: 124px;
}
/*Clock Layout*/
.clockbox{
    width:100%;
    padding:70px 0 110px;
    background:#282e3b;
    overflow:hidden;
}
.clockbox .inner{
    width:940px;
    margin:0 auto;
}
.clockbox .inner .inmoscowtime{
    text-align:center;
    color:#fefefe;
    font:36px RobotoLightCond;
    text-transform:uppercase;
    margin:0 0 70px;
}
.clockbox .inner .inmoscowtime div{
    display:inline;
}
.clockcontainer{
    width:100%;
}
/* ---------- APP ---------- */

.app {
    text-align: center;
}
.clock {
    background: #1a1d24;
    border-radius: 35px;
    -webkit-box-shadow: 0 8px 0 #15181f;
    -moz-box-shadow: 0 8px 0 #15181f;
    -o-box-shadow: 0 8px 0 #15181f;
    box-shadow: 0 8px 0 #15181f;
    height: 160px;
    margin-bottom: 24px;
    position: relative;
    width: 160px;
}

.clock-inner {
    background: #f9f9f9;
    border-radius: 50%;
    height: 130px;
    left: 50%;
    margin: -65px 0 0 -65px;
    position: absolute;
    top: 50%;
    width: 130px;
}

.clock-center,
.clock-seconds,
.clock-minutes,
.clock-hours {
    left: 50%;
    position: absolute;
    top: 50%;
}

.clock-center {
    background: #1a1d24;
    border-radius: 50%;
    height: 12px;
    margin: -6px 0 0 -6px;
    width: 12px;
    z-index: 4;
}

.clock-seconds {
    background: #c40206;
    border-radius: 2px;
    height: 60px;
    margin: -60px 0 0 -1px;
    -webkit-transform-origin: 1px 60px;
    -moz-transform-origin: 1px 60px;
    -ms-transform-origin: 1px 60px;
    -o-transform-origin: 1px 60px;
    transform-origin: 1px 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 2px;
    z-index: 3;
}

.clock-minutes {
    background: #aaa;
    border-radius: 4px;
    height: 50px;
    margin: -50px 0 0 -2px;
    -webkit-transform-origin: 2px 50px;
    -moz-transform-origin: 2px 50px;
    -ms-transform-origin: 2px 50px;
    -o-transform-origin: 2px 50px;
    transform-origin: 2px 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 4px;
    z-index: 2;
}

.clock-hours {
    background: #1a1d24;
    border-radius: 4px;
    height: 40px;
    margin: -40px 0 0 -2px;
    -webkit-transform-origin: 2px 40px;
    -moz-transform-origin: 2px 40px;
    -ms-transform-origin: 2px 40px;
    -o-transform-origin: 2px 40px;
    transform-origin: 2px 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 4px;
    z-index: 1;
}

.clock-numbers {
    color: #888;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 120px;
    margin: -60px 0 0 -60px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 120px;
}

.clock-numbers li {
    height: 20px;
    line-height: 20px;
    margin: -10px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.clock-numbers li:nth-child(1) {
    left: 50%;
    top: 8px;
}

.clock-numbers li:nth-child(2) {
    right: 8px;
    top: 50%;
}

.clock-numbers li:nth-child(3) {
    bottom: 8px;
    left: 50%;
}

.clock-numbers li:nth-child(4) {
    left: 8px;
    top: 50%;
}
.clockcontainer .item:last-child{
    margin:0;
}
.clockcontainer .item {
    width:160px;
    float:left;
    margin:0 85px 0 0;
}
.clockcontainer .item .appcontainer{
    width:160px;
}
.clockcontainer .item  .descr{
    width:100%;
}
.clockcontainer .item  .descr .title{
    color:#fff;
    font:20px RobotoLightCond;
    text-transform:uppercase;
    display:block;
    text-align:center;
}
.clockcontainer .item  .descr .open{
    display:block;
    text-align:center;
    color:#f8f7f2;
    font:14px OpenSansRegular;
    margin:10px 0 5px;
}
.clockcontainer .item  .descr .status{
    font:12px OpenSansRegular;
    margin:10px 0 5px;
    display:block;
    text-align:center;
}
.clockcontainer .item  .descr .status.open{
    color:#45c090;
}
.clockcontainer .item  .descr .status.close{
    color:#e75275;
}
.beginnow{
    width:100%;
    height:97px;
    background:#f8fafb;
    padding:45px 0 0;
}
.beginnow a{
    display:block;
    text-transform:uppercase;
    color:#fefefe;
    font:24px/56px RobotoLightCond;
    height:56px;
    width:304px;
    margin:0 auto;
    text-align:center;
    background:#4c748d;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -moz-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
}
.beginnow a:hover{
    background:#16b29d;
    text-decoration:none;
}
.beginnow a:active{
    background:#1d9282;
}
.layerback{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index: 1100;
}
.sertificateconfirmed ,
.popupcontainer,
.mainpopupbody,
.utradepopup{
    position:absolute;
    z-index:1111;
    width: 100%;
    top: 18px;
}
.pringcontainerup{
	width: 100%;
	margin: auto;
	position:absolute;
	z-index:100000000000;
}
.dialogs_msg_contents .im_answer:hover{
    background:#81bce1;
    text-decoration:none;
    color:#fff;
}
.dialogs_msg_contents .im_answer:active{
    background:#6ea0bf;
}
.sending_msg{
    background:#f2f2f0;
    height:415px;
    position:relative;
    top:-1px;
}
.sending_msg .inner{
    width:780px;
    margin:0 auto;
    padding:60px 0 0;
}
.sending_msg .inner textarea{
    width:738px;
    height:155px;
    resize:none;
    outline:none;
    background:#fff;
    padding:20px;
    border:none;
    color:#333332;
    font:18px OpenSansLight;
    border:1px solid #fff;
}
.sending_msg .inner textarea:focus{
    border:1px solid #a9cfe6;
}
.sending_msg .sendingbtn{
    width:100%;
    float:left;
    margin:40px 0 0;
}
.sending_msg .sendingbtn a{
    display:block;
    width:171px;
    height:41px;
    font:16px/41px RobotoLightCond;
    text-transform:uppercase;
    float:left;
    text-align:center;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
    text-decoration:none;
}
.sending_msg .sendingbtn a.cancel{
    color:#8b8e8d;
    border:1px solid #dde0df;
    margin:0 0 0 208px;
}
.sending_msg .sendingbtn a.send{
    color:#333332;
    border:1px solid #95c6e4;
    margin:0 0 0 17px;
}
.sending_msg .sendingbtn a.cancel:hover{
    border:1px solid #e6e6e3;
    background:#e6e6e3;
}
.sending_msg .sendingbtn a.cancel:active{
    border:1px solid #fff;
    background:#fff;
}
.sending_msg .sendingbtn a.send.active:hover,
.sending_msg .sendingbtn a.send:hover{
    border:1px solid #9ac9e7;
    background:#9ac9e7;
    color:3fff;
}
.sending_msg .sendingbtn a.send.active:active,
.sending_msg .sendingbtn a.send:active{
    border:1px solid #6ea0bf;
    background:#6ea0bf;
}
.sending_msg .sendingbtn a.send.active{
    background:#81bce1;
    border:1px solid #81bce1;
    color:#fff;
}
.pringcontainer .packbox .item .purchase,
.registrationpopup .enterbtn a{
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
}
.registrationpopup .enterbtn a:hover{
    background:#fff;
    text-decoration:none;
    color:#395f75;
}
.registrationpopup .enterbtn a:active{
    background:#c6d1d8;
    border:1px solid #c6d1d8;
    color:#395f75;
}
.pringcontainer .packbox .item .purchase:hover{
    background:#16b29d;
}
.pringcontainer .packbox .item .purchase:active{
    background:#1d9282;
}
.getsertificate{
    display:block;
    width:300px;
    height:64px;
    margin:0 auto;
    background:#16b29d;
    color:#fff;
    font:24px/64px RobotoLightCond;
    text-align:center;
    text-transform:uppercase;
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;

}
.getsertificate:hover{
    background:#1d9282;
    text-decoration:none;
}
.playbutton{
    background:url(/images/a/img/playbtn.png) center center no-repeat;
    width:100%;
    height:100%;
    z-index:10;
    position:absolute;
    left:0;
    top:0;
}
.tradercontainer .manualbox .adverstingbox .videoadv{
    width:187px;
    height:142px;
}
.hoverlayer{
    position:absolute;
    width:100%;
    height:392px;
    background:rgba(255,255,255,0.29); 
    display:none;
    top:0;
    left:0;
    z-index:10;
}
.newssection .container .headernews .bigitem a{
    display:block;
    position:relative;
}
.singleitem,
.newssection .container .headernews .bigitem{
    position:relative;
}
.singleitem:hover .hoverlayer,
.newssection .container .headernews .bigitem:hover .hoverlayer{
    display:block;
}
.singleitem a:hover{
    text-decoration:none;
}
.newspage .title .ico img, .white-background .newsthumb .title .ico img{
    display:block;
    margin:6px auto;
}
.studylist .studyitem li .ico{
    display:block;
    width:45px;
    height:45px;
    position:absolute;
    bottom:0;
    left:0;
    background:#fdcd09;
}
.studylist .studyitem li .ico img{
    display:block;
    #margin:12px auto;
}
.payoption .item .descr a.paybtn{
    transition:background 0.6s, color 0.6s ease;
    -o-transition:background 0.6s, color 0.6s ease;
    -moz-transition:background 0.6s, color 0.6s ease;
    -webkit-transition:background 0.6s, color 0.6s ease;
}
.payoption .item .descr a.paybtn:hover{
    background:#81bce1;
    border:1px solid #81bce1;
    color:#fff;
    text-decoration:none;
}
.payoption .item .descr a.paybtn:active{
    background:#6ea0bf;
}
.partnersform .item a:hover{
    color:#fff;
}
.partnersform .item a:active{
    color:#4f95bc;
}
.diagram-item .timelinenavigation{
    float:left;
    width:640px;
}
.diagram-item .timelinenavigation li{
    float:left;
    color:#525252;
    font:8px OpenSansRegular;
    margin:0 0 0 33px;
}
.listcomponent .item .dropitem .droppedanvi li{
    height: 30px;
    padding: 0 0 0 10px;
    margin: 0;
    cursor: pointer;
}
.listcomponent .item .dropitem .droppedanvi li:hover{
    background:#fff;
}
.listcomponent .item .dropdown{
    position:relative;
    width: 106px;
    height: 28px;
}
.listcomponent .item .dropdown:hover .droppedanvi{
    display:block;
}
.listcomponent .item .dropitem .droppedanvi{
    position:absolute;
    left:0;
    width:100%;
    background:#e9eff2;
    top:28px;
    color: #424346;
    font: 14px/28px PTSans;
    text-transform: uppercase;
    display: none;
    z-index:1000;
}
.listcomponent .item .putcallitem .call:hover .ico{	
    background-image:url(/images/a/img/puticotop-a.png);
    color:#fff;
}
.listcomponent .item .putcallitem .put:hover .ico{
    color:#fff;
    background-image:url(/images/a/img/puticodwn-a.png);
}
.listcomponent .item .putcallitem .put:hover{
    background-color:#df3535;
    background-repeat:no-repeat;
}
.listcomponent .item .putcallitem .put:active{
    background-color:#be2d2d;
}
.listcomponent .item .putcallitem .call:hover{
    background-color:#44b156;
    background-repeat:no-repeat;
}

.listcomponent .item .putcallitem .call:active{
    background-color:#3a9749;
}

.tiledisplay li .item .putcallbox .dropitem .dropdown,
.tiledisplay li .item .selectnav .dropitem .dropdown{
    position:relative;
}
.tiledisplay li .item .putcallbox .dropitem .dropdown:hover .subnavigation,
.tiledisplay li .item .selectnav .dropitem .dropdown:hover .subnavigation{
    display:block;
}
.tiledisplay li .item .putcallbox .dropitem .dropdown .subnavigation,
.tiledisplay li .item .selectnav .dropitem .dropdown .subnavigation{
    width:100%;
    padding:0 0 10px;
    background:#e9eff2;
    position:absolute;
    top:20px;
    left:0;
    z-index:100;
    display:none;
    overflow:hidden;
}
.tiledisplay li .item .putcallbox .dropitem .dropdown .subnavigation li,
.tiledisplay li .item .selectnav .dropitem .dropdown .subnavigation li{
    height:30px;
    font: 12px/30px OpenSansRegular;
    color: #424346;
    padding: 0 0 0 3px;
    margin:0;
    float:none;
    background:none;
    width:80px;
    cursor:pointer;
    text-transform:uppercase;
}
.tiledisplay li .item .putcallbox .dropitem .dropdown .subnavigation li:hover,
.tiledisplay li .item .selectnav .dropitem .dropdown .subnavigation li:hover{
    background:#fff;
    padding:0 0 0 2px
}
.dia-item .ratetimed{
    position:absolute;
    font:10px/11px OpenSansRegular;
    color:#5b5959;
    left:12px;
    top:2px;
}
.dia-item .ratetimed .ico{
    display:block;
    float:left;
    width:11px;
    height:11px;
    background:#44b156;
    margin:0 5px 0 0;
}
.graph-inner .txt.sm{
    font:14px/12px OpenSansRegular
}
.payoutOverview.option .prorotectedAmount{
    margin:20px 0 0 15px;
    padding:0 0 20px
}
.directionControl.onetouch{
    margin:90px 0 0 10px
}
.tabledatabox .tableheader.time{
    margin:14px 0 5px;
}
.diagram-box .sort-line .sortbox.actives .sortable{
    padding:0 0 0 10px;
    width:110px;
}
.diagram-box .sort-line .sortbox.actives .droplist li{
    padding:0 0 0 10px;
}
.tick-rate .droppedelement{
    width:52px;
    height:16px;
    background:url(/images/a/img/sort-down.png) 40px 5px no-repeat #e9eff2;
    text-align:center;
    position:Relative;
    cursor:pointer;
    left: -2px;
    top: -16px;
}
.tick-rate .droppedelement:hover .secondnav{
    display:block;
}
.tick-rate .droppedelement .secondnav{
    position:absolute;
    top:16px;
    left:0;
    width:100%;
    background:#e9eff2;
    padding:5px 0;
    display:none;
    z-index:1000;
}
.tick-rate .droppedelement .secondnav li{
    text-align:center;
    height:16px;
}
.tick-rate .droppedelement .secondnav li:hover{
    background:#fff;
}
.tabledatabox .tableheader{
    margin:0 0 5px;
}
.studylist .studyitem li a.lock .layer,
.studylist .studyitem li a.done .layer{
    background-color:rgba(107,107,107,0.26);
}
.studylist .studyitem li a.done .layer:hover{
    background-color:rgba(255,255,255,0.29);
    background-image:url(/images/a/img/studyicodone.png);
}
.studylist .studyitem li a.done:hover .title{
    opacity:0.71;
}
.studylist .studyitem li a:hover .title,
.studylist .studyitem li a:hover .image{
    opacity:0.71;
    transition:opacity 0.6s ease;
    -o-transition:opacity 0.6s ease;
    -webkit-transition:opacity 0.6s ease;
    -moz-transition:opacity 0.6s ease;
}
.studylist .studyitem li a.lock .layerlock{
    width:100%;
    height:100%;
    position:absolute;
    background:url(/images/a/img/lessonlocked.png) center 40px no-repeat #334e5e;
    z-index:10;
    opacity:0;
    transition:opacity 0.6s ease;
    -o-transition:opacity 0.6s ease;
    -moz-transition:opacity 0.6s ease;
    -webkit-transition:opacity 0.6s ease;
}
.studylist .studyitem li a.lock{
    position:relative;
    display:block;
}
.studylist .studyitem li a.lock .layerlock .decr{
    margin:155px 25px 0;
    color:#fff;
    font:18px/30px OpenSansRegular;
    display:block;
}
.studylist .studyitem li a.lock:hover .layerlock{
    opacity:1;
}
.lessonvideo .inner{
    position:relative;
}
.lessonvideo .inner:hover .vhover-effect{
    display:block;
}
.lessonvideo .inner .vhover-effect{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.29);
    z-index:1;
    left:0;
    top:0;
}
.lessonvideo .inner .playbutton{
    background:url(/images/a/img/playbtnb.png) center center no-repeat;
}
.brokerask .inner textarea{
    width: 576px;
    height: 145px;
    border:1px solid #fff;
}
.brokerask .inner textarea:focus{
    border:1px solid #add4ec;
}
.lessonpage .lessonvideo a:hover{
    text-decoration:none;
}
.brokerask .inner input.active[type="submit"],
.brokerask .inner input[type="submit"]:hover{
    background: #81bce1;
    text-decoration: none;
    color: #fff;
}
.brokerask .inner input[type="submit"]:active{
    background:#ecf0f1;
    color:#334e5e;
}
.informationbox .actionlist li:hover{
    opacity:0.7;
}
.itemcontainer li a{
    text-decoration:none;
    border-bottom:2px solid #b8d8ef;
}
.itemcontainer li{
    padding:0 0 2px;
}
/*Galley Style*/
.informationbox .actionlist ul{
    position:relative;
}
.informationbox .actionlist li .itemcur{
    border:1px solid #edeaea;
    height:168px;
}
.informationbox .actionlist li.active .itemcur{
    background:#fdcd09;
}
.informationbox .actionlist li.active{
    height:100%;
    position:relative;
}
.informationbox .actionlist li.active .image{
    color:#fff;
}
.informationbox .actionlist li.active .title{
    color:#fff;
}
.informationbox .actionlist li.active:hover{
    opacity:1;
}
.informationbox .actionlist li .cerrencycontainer{
    position:relative;
    left:0;
    top:20px;
    border:1px solid #edeaea;
    width:840px;
    padding:70px 49px 50px;
    cursor: default;
    margin:0 0 20px;
    overflow:hidden;
}
.informationbox .actionlist li .cerrencycontainer .first-line{
    width:100%;
    float:left;
    margin:0 0 50px;
}
.informationbox .actionlist li .cerrencycontainer .first-line .h2{
    color:#66b1e0;
    font:30px/30px OpenSansLight;
    float:left;
    margin:0 35px 0 0;
}
.informationbox .actionlist li .cerrencycontainer .first-line .ab{
    color:#2f353f;
    font:24px/30px OpenSansLight;
}
.informationbox .actionlist li .cerrencycontainer .item{
    float:left;
    width:100%;
    margin:10px 0 0;
}
.informationbox .actionlist li .cerrencycontainer .item .line{
    display:block;
    color:#2f353f;
    font:18px/30px OpenSansLight;
}
.calendar .close,
.honorednotification .close,
.cerrencycontainer .close{
    display:block;
    position:absolute;
    width:22px;
    height:26px;
    background:url(/images/a/img/closedico.png) no-repeat;
    top:24px;
    right:20px;
    z-index:100;
}
.cerrencycontainer .close {
	 background:url(/images/a/img/closedico_dark.png) no-repeat;	
}

.cerrencycontainer .description{
    color:#2f353f;
    font:18px/30px OpenSansLight;
}
.informationbox .actionlist.currency.ind li .cerrencycontainer .item{
    margin:40px 0 0;
}
.informationbox .actionlist.goods li .cerrencycontainer .item{
    margin:10px 0 0;
}
.informationbox .actionlist.currency.ind li .cerrencycontainer .item .line,
.informationbox .actionlist.goods li .cerrencycontainer .item .line{
    color:#50abe4;
}
.walletlayout{
    width:100%;
    overflow:hidden;
}
.honorednotification{
    padding:21px 0 0;
    position:relative;
    width:380px;
}
.honorednotification .item{
    width:338px;
    height:338px;
    border-radius:100%;
    overflow:hidden;
    position:relative;
}
.honorednotification .item .layer{
    width:322px;
    height:322px;
    background:#fff;
    border-radius:100%;
    left:8px;
    top:8px;
    z-index:1;
    position:absolute;
}
.honorednotification .item .layer .procent{
    color:#2f353f;
    font:91px BebasNeue;
    text-align:center;
    display:block;
    margin:120px 0 0;
}
.honorednotification .item .layer .opit{
    display:block;
    text-align:center;
    color:#2f353f;
    font:25px RobotoLightCond;
}
/*Calendar*/
#ui-datepicker-div,
.calendar{
    padding:60px 0 0 0;
    position:relative;
    z-index:1000 !important;
    width:427px;
    border-bottom:10px solid #fff;
    /* top:130px !important; */
}
#ui-datepicker-div .close-datepicker{
    background:url(/images/a/img/whiteclose.png) no-repeat;
    right:0;
    top:0;
    display:none;
    position:absolute;
    width:22px;
    height:26px;
    cursor:pointer;
}
.calendar .inner{
    width:427px;
    height:370px;
    position:relative;
    z-index:1000;
}
.ui-datepicker-header,
.calendar .header{
    width:100%;
    height:48px;
    padding:10px 0 0;
    background:#81bce1;
    position:relative;
    text-align:center;
    font:13px OpenSansRegular;
    color:#fff;
    text-transform:uppercase;
}
.ui-datepicker-month{	
    font:13px OpenSansRegular;
    color:#fff;
    display:block;
}
.ui-datepicker-title,
.calendar .header b{
    display:block;
    color:#334e5e;
    font:8px OpenSansRegular;
}
.ui-datepicker-prev{
    background-position:left top;
    left:11px;
}
.ui-datepicker-next{
    right:11px;
    background-position:right top;
}
.ui-datepicker-prev,
.ui-datepicker-next{
    display:block;
    width:7px;
    height:12px;
    position:absolute;
    display:block;
    top:50%;
    margin-top:-6px;
    width:7px;
    height:12px;
    background-image:url(/images/a/img/calendarprevn.png);
    text-indent:-9999px;
    overflow:hidden;
    cursor:pointer;
}
.ui-datepicker-calendar{
    width:100%;
}
#ui-datepicker-div .covered{
    padding:10px 30px 20px; 
    background:#fff;
}
#overlay-block.active{
    width:100%;
    height:100%;
    position:fixed;
    z-index:1000;
    background:rgba(0,0,0,0.51);
}
.ui-datepicker-calendar thead,
.calendar .container .day{
    width:100%;
    margin:0 30px;
}
.ui-datepicker-calendar thead th:first-child,
.calendar .container .day li{
    margin:0;
}
.ui-datepicker-calendar thead th,
.calendar .container .day li{
    width:39px;
    height:39px;
    text-align:center;
    font:13px/39px OpenSansRegular;
    color:#81bce1;
    text-transform:uppercase;
    margin:0 0 0 10px;
}
.ui-datepicker-calendar tbody td,
.calendar .container td{
    text-align:center;
    color:#334e5e;
    font:13px/39px OpenSansRegular;
    cursor:pointer;
    padding:0 0 0 14px;
}
.ui-datepicker-calendar tbody td .ui-state-default,
.calendar .container td b{
    width:39px;
    height:39px;
    display:block;
    color:#334e5e;
    text-decoration:none;
}
.ui-datepicker-calendar tbody td:first-child,
.calendar .container tr td:first-child{
    padding:0;
}
.ui-datepicker-calendar tbody td:hover .ui-state-default,
.calendar .container td.active b,
.calendar .container td:hover b{
    background:#81bce1;
    border-radius:100%;
    color:#fff;
}
/*Table header list header*/
.tableheader.listheader li{
    float:left;
    width:47px;
    padding:0 0 0 10px;
    color:#525252;
    font:11px OpenSansRegular;
    margin:10px 0;
}
.tableheader.listheader li+li{
    width:73px;
    padding:0;
    text-align:center;
}
.tableheader.listheader li+li+li{
    width:30px;
    padding:0 15px;
    text-align:left;
}
.tableheader.listheader li+li+li+li{
    padding:0 20px;
}
.tableheader.listheader li+li+li+li+li{
    width:52px;
}
.tableheader.listheader li+li+li+li+li+li{
    width:30px;
    padding:0 35px 0 20px;
}
.tableheader.listheader li+li+li+li+li+li+li{
    width: 60px;
    padding: 0 25px 0 30px;
}
.tableheader.listheader li+li+li+li+li+li+li+li{
    padding:0 20px 0 0;
}
.tableheader.listheader li+li+li+li+li+li+li+li+li{
    padding:0;
}
.tableheader.listheader li+li+li+li+li+li+li+li+li+li{
    padding:0 5px 0 10px;
}
.tableheader.listheader li:last-child{
    padding:0 0 0 22px;
    text-indent:5px;
}
.adverstingbox.side{
    margin:8px 5px 0 0;
}
.profile .profileheader .useravatar .edit-ava:hover{
    background:url(/images/a/img/gotoedit-a.png) left top no-repeat;
}
.dot{
    margin:-9px;
}
.tradercontainer .manualbox .cont.pr li{
    width:215px;
    margin:0 61px 0 0;
}
.tradercontainer .manualbox .cont.pr li+li{
    width:205px;
    margin:0 77px 0 0;
}
.tradercontainer .manualbox .cont.pr li+li+li{
    margin:0;
    width:165px;
}
.manualbox.online .cont.pr li{
    width:190px;
    margin:0 50px 0 0;
}
.manualbox.online .cont.pr li+li{
    width:160px;
    margin:0 68px 0 0;
}
.manualbox.online .cont.pr li+li+li{
    width:255px;
    margin:0 68px 0 0;
    font:12px/16px OpenSansRegular
}
.manualbox.online .cont.pr li+li+li+li{
    width:150px;
    margin:0;
    font:12px/14px OpenSansRegular;
}
.payoutOverview.ut34 .prorotectedAmount{
    padding:0 0 60px;
}
.payoutOverview.ut34 {
    width:157px;
}
.directionControl .ut34{
    margin:70px 0 0 10px;
}
.motivational_msg .inner.trade{
    width:625px;
}
.motivational_msg .inner.trade .getbalance{
    float:right;
}
.graph-inner.box .directionControl .currRate{
    margin:15px 0 20px;
}
.directionControl.risk{
    margin:58px 0 0 10px;
}
.graph-inner .txt.sm{
    margin:2px 0 23px;
}
.directionControl.risk .currRate{
    margin:32px 0 35px;
}
.directionControl.risk .currRate .emphasisRate{
    font:36px/36px OpenSansLight
}
.directionControl.risk .button{
    width:59px;
}
.payoutOverview.option .prorotectedAmount{
    margin:28px 0 0 22px;
}
.directionControl.onetouch .currRate .emphasisRate{
    font:36px/58px OpenSansLight
}
.diagram-item.pairs{
    margin: 28px 0 0 17px;
}
.diagram-item.pairs .trader-choice{
    margin:37px 0 0 105px
}
.directionControl.pairs .button{
    width:59px;
}
.tick-rate .ticklabel.grey b{
    font:11px/20px OpenSansRegular
}
.diagram-box.term .diagram-item{
    margin:14px 0 0 17px;
}
.directionControl.ut34 .button{
    width:59px;
}
.payoutOverview.ut34 .payoutPresentage{
    padding:22px 0 29px 28px;
}
.payoutOverview.ut34 .potentialPayout{
    margin:32px 0 0 22px;
}
.payoutOverview.ut34 .prorotectedAmount{
    margin:15px 0 0 26px;
}
.informationbox .actionlist.information li .cerrencycontainer .item .line{
    color:#50abe4;
}
.informationbox .actionlist.information li .cerrencycontainer .companyico{
    float:left;
    width:150px;
    height:100px;
    text-align:center;
}
.informationbox .actionlist.information li .cerrencycontainer .first-line{
    float:none;
    width:auto;
    overflow:hidden;
    margin:0 0 40px;
}
.informationbox .actionlist.goods li .imgactive,
.informationbox .actionlist.information li .imgactive{
    display:none;
}
.informationbox .actionlist.goods li.active .imgactive,
.informationbox .actionlist.information li.active .imgactive{
    display:block;
    display: table-cell;
    height: 102px;
    width: 171px;
    vertical-align: middle;
    text-align: center
}
.informationbox .actionlist.goods li.active .image,
.informationbox .actionlist.information li.active .image{
    display:none;
}
.informationbox .actionlist{
    margin:60px 0 100px;
}

.vocabularybox .vocabularynav li a.active,
.vocabularybox .vocabularynav li a:hover{
    color:#81bce1;
    text-decoration:none;
}
.dialogs_row .sending_msg.done{
    width:1000px;
    margin:0 auto;
}
.deposittopup .item .card-element .card-box .cvv,
.deposittopup .item .validitybox,
.registrationpopup .form .item,
.deposittopup .item .card-number li,
.card-user li{
    position:relative;
}
.deposittopup .item .card-element .card-box .cvv label.error{
    right: 0;
    top: 35px;
    position: absolute;
    width: 150px;
    text-align:right;
    color:#848181;
    font:13px OpenSansRegular;
}
.deposittopup .item .validitybox label.error,
.deposittopup .item .card-number li label.error,
.card-user li label.error{
    color:#848181;
    font:13px OpenSansRegular;
    float:right;
    position:absolute;
    top: 28px;
    width: 100%;
    right: 0;
}
.sumrecovery .danied .item label.error{
    color:#848181;
    font:13px OpenSansRegular;
    float:right;
}
.deposittopup .item .pay-element .select-sum li{
    position:relative;
}
.deposittopup .item .pay-element .select-sum label.error{
    color:#f79305;
    font:12px OpenSansRegular;
    float:right;
    width: 235px;
    right: -75px;
    top:0px;
    text-align:center;
    padding:36px 0 0;
    #background:url(/images/a/img/errorcancel.png) 170px top no-repeat;
    position:absolute;
}
.registrationpopup .form .item label.error{
    width:100%;
    color:#fbfbfb;
    font:16px OpenSansLight;
    text-align:center;
    position:absolute;
    bottom:-25px;
    left:0;
}
.countbox .buttonbox a.cancel:hover{
    background:#d5d9da;
}
.countbox .buttonbox a.cancel:active{
    background:#acb0b2;
}
.sertificateconfirmed .helpedline .trade:hover{
    background:#16b29d;
    color:#334e5e;
}
.sertificateconfirmed .helpedline .trade:active{
    background:#139786;
    color:#334e5e;
}
.sertificateconfirmed .helpedline .socialnav li a:hover{
    background-image:url(/images/a/img/confirmed-icog-h.png);
}
.sertificateconfirmed .helpedline .socialnav li a:active{
    background-image:url(/images/a/img/confirmed-icog-h.png);
}
.sertificateconfirmed .socialnav li a:hover{
    background-image:url(/images/a/img/confirmed-ico-h.png);
    background-color:#16b29d;
    border-color:#16b29d;
}
.sertificateconfirmed .socialnav li a:active{
    background-image:url(/images/a/img/confirmed-ico-h.png);
    background-color:#139786;
    border-color:#139786;
}
.honoredpopup .hninner{
    background:url(/images/a/img/honorback.png) center top no-repeat;
}
.honoredpopup .hninner .mask{
    display:none;
}
.honoredpopup .hninner .toolbr{
    overflow:hidden;
    background-position:left bottom;
}
.helpednav{
    width:100%;
    float:left;
    margin:0 0 20px;
}
.helpednav .datapicker{
    float:left;
    margin:18px 0 0 10px;
}
.helpednav .datapicker input[type="text"]{
    background:#fff;
}
.helpednav .activedropdown{
    float:left;
    margin:18px 0 0 50px;
    position:relative;
}
.helpednav .activedropdown .title{
    color:#2f353f;
    font:13px/32px OpenSansRegular;
    margin:0 13px 0 0;
    float:left;
}
.helpednav .activedropdown .inner b{
    width:180px;
    height:32px;
    display:block;
    float:left;
    color:#2f353f;
    font:13px/32px OpenSansRegular;
    background:url(/images/a/img/activesarrow.png) right 12px no-repeat #fff;
    text-indent:11px;
}
.helpednav .activedropdown .inner:hover .dropdown{
    display:block;
}
.helpednav .activedropdown .dropdown{
    width:180px;
    position:absolute;
    right:0;
    padding:10px 0 20px;
    top:32px;
    z-index:100;
    background:#fff;
    display:none;
}
.helpednav .activedropdown .dropdown li{
    padding:0 0 3px 15px;
    color:#2f353f;
    font:13px/24px OpenSansRegular;
    cursor:pointer;
}
.helpednav .activedropdown .dropdown li:first-child:hover{
    background:none;
}
.helpednav .activedropdown .dropdown li:hover{
    background:#81bce1;
}
.helpednav .activedropdown .dropdown li .search{
    width:145px;
    position:relative;
    margin:0 0 30px;
}
.helpednav .activedropdown .dropdown li .search input[type="text"]{
    width:145px;
    height:30px;
    border:none;
    font:13px OpenSansRegular;
    color:#2f353f;
    border-bottom:1px solid #81bce1;
}
.helpednav .activedropdown .dropdown li .search input[type="text"]:focus{
    border:none !important;
    border-bottom:1px solid #81bce1 !important;
}
.helpednav .activedropdown .dropdown li .search input[type="submit"]{
    width:20px;
    height:30px;
    background:url(/images/a/img/searchico.png) right 4px no-repeat;
    cursor:pointer;
    position:absolute;
    right:0;
    top:0;
    text-indent:-9999px;
    overflow:hidden;
    border:none;
}
.tabledatabox .item td .expire{
    font:12px OpenSansRegular;
    text-transform:none;
}
.active-box .assetsbox.no-active .progressbox .progresslineInner .txt{
    width: 204px;
    height: 205px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 33px;
    left: 40px;
    border-radius: 100%;
    color: #f2f2f0;
    font: 72px/176px BebasNeue;
    text-align: center;
}
.enterdata .inp-box li{
    position:relative;
}
.enterdata .inp-box label.error{
    position:absolute;
    color:#848181;
    font:13px OpenSansRegular;
    right:0;
    top:33px;
}
.userdata .udata .uname .gotoedit:hover{
    background:url(/images/a/img/gotoedit-a.png) left top no-repeat;
}
.deposittopup .item .pay-element .select-sum input.valid{
    color:#81bce1;
}
.deposittopup .item .pay-element .select-sum input.error{
    color:#f79305;
}
.deposittopup .item .pay-element .select-sum input.error.small{
    font:12px OpenSansRegular;
}
.deposittopup .item .pay-element .select-sum input.valid,
.deposittopup .item .pay-element .select-sum input.error,
.deposittopup .item .pay-element .select-sum input[type="text"]:focus{
    font:24px OpenSansRegular;
}
.deposittopup .item .pay-element .select-sum li.valgood .notif-block{
    display:block;
    position:absolute;
    width:36px;
    height:36px;
    background:url(/images/a/img/edit-submit.png) no-repeat;
    right:-42px;
    top:0px;
}
body.grey{
    background:#f2f2f0;
}
.informationbox .actionlist li .cerrencycontainer{
    left:1px;
}
.manualbox.online .cont.pr li+li+li+li{
    font:12px/34px OpenSansRegular
}
.partnersform .item{
    position:relative;
}
.partnersform .item label.error{
    position:absolute;
    color:#fff;
    right:0;
    top:35px;
    text-align:center;
    width:100%;
}
.partnersform .item input.error{
    border:none !important;
    border-bottom:1px solid #fab95d !important
}
.partnersform input[type="submit"]:hover{
    background:#fdd73a;
}
.partnersform input[type="submit"]:active{
    background:#e8bc08;
}
.brokerask .inner textarea[type="text"]::-moz-placeholder{
    color:#aaaaa9;
}
.brokerask .inner textarea[type="text"]::-webkit-input-placeholder {
    color:#aaaaa9;
}
.reuters.nobg{
    background:none !important;
}
.itemvideo{
    position:absolute;
    z-index:1111;
    width:78px;
    height:78px;
    display:block;
    background:url(/images/a/img/mainvideo.png) center center no-repeat;
    left:50%;
    top:50%;
    margin-top:-109px;
    margin-left:-39px;
    display:block !important;
}
.sertificateconfirmed .msg{
    float:left;
}
.sertificateconfirmed .udata .about b{
    float:left;
}
.sertificateconfirmed .udata .about span{
    display:inline;
    float:left;
}
.sertificateconfirmed .udata .about span{
    position:relative;
    margin:15px 5px 0;
}
.sertificateconfirmed .about .dropdown{
    float:left;
    display:inline;
    width:auto;
}
.sertificateconfirmed .about .dropdown b{
    width:auto;
}/* 
.f-registartion .item input[type="password"]{
        font-size:34px;
}
.f-registartion .item input[type="password"]::-moz-placeholder{
        font:14px/45px OpenSansRegular;
}
.f-registartion .item input[type="password"]::-webkit-input-placeholder {
        font:14px/45px OpenSansRegular
} */
.indicatorbox .indicatorcontainer .item input:focus{
    border:none !important;
}
.motivationalbox .list input{
    display:none;
}
.indicatorbox .indicatorcontainer .item .ico{
    position:absolute;
    z-index:100;
    width:92px;
    height:92px;
    left:4px;
    top:4px;
    background:#fff;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    border-radius:100%;
}
.indicatorbox .indicatorcontainer .item .ico img{
    margin:30px 0 0;
}
.boxwtxt{
    width:320px;
    height:412px;
    position:relative;
}
.boxwtxt .label{
    width:255px;
    height:40px;
    background:#fff;
    color:#334e5e;
    font:18px/40px RobotoLightCond;
    position:absolute;
    bottom:35px;
    left:33px;
    text-align:center;
    text-transform:uppercase;
}
.dash-header .user-nav a:hover{
    color:#86c3e9;
}
@-moz-document url-prefix()
{
    .indicatorcontainer .item .procent{
    top:29px !important;
}
}
.motivationalbox .list li {
    position:relative;
}
.motivationalbox .list li:hover .dropdown{
    display:block;
}
.motivationalbox .list li .dropdown{
    width: 100%;
    position: absolute;
    top: 25px;
    padding:4px 0 10px;
    left: 0;
    background: #f2f2f0;
    display: none;
}
.motivationalbox .list li .dropdown li {
    font: 13px/28px OpenSansRegular;
    color: #2f353f;
    width:100%;
    margin:0;
}
.motivationalbox .list li .dropdown li a {
    color: #2f353f;
    display: block;
    padding: 0 0 0 10px;
    background:none !important;
}
.motivationalbox .list li .dropdown li a:hover{
    background:#f8fafb !important;
    text-decoration:none;
}
.brokerask .inner textarea::-moz-placeholder{
    color:#aaaaa9;
}
.brokerask .inner textarea::-webkit-input-placeholder {
    color:#aaaaa9;
}
.sertificateconfirmed .udata .name .inputtxt{
    position:relative;
}
.sertificateconfirmed .udata .name label.error{
    font:16px OpenSansLight;
    position:absolute;
    right:0;
    bottom: -37px;
    width: 100%;
    text-align: center;
}
.bx-wrapper{
    height:100% !important; 
    max-height:100% !important;
    position:absolute !important;
    width:100%;
}
.bx-wrapper .bx-viewport{
    height:100% !important; 
    max-height:100% !important;
    position:absolute !important;
}
.slider-holder div{
    height:100%;
    max-height:100%;
    /*margin:85px 0 0;*/
}
.coin-slider,
.slider-holder{
    height:100% !important;
}
.bx-controls{
    bottom:40px;
}
.slider-holder div .text{
    width:246px;
    height:185px;
    background:url(/images/a/img/mainslidertxtbg.png) no-repeat;
    position:absolute;
    top:400px;
    margin-top:-228px;
    left:13%;
    color:#fff;
    font:60px BebasNeue;
    text-align:center;
    padding:75px 10px 25px;
}
.newspage .content .sidebar .source a{
    color:#262626;
    display:block;
}

/*--------------my-----------*/
section {
    background-color: white;
}
.tabs-sl-1 {
    width: 425px;
    float: right;
    margin: 100px 0 0;
}
.tab-section .tabs-sl-1 .tab-content {
    width: auto;
    float: right;
    margin: 0;
}
.tabs-sl-1 > div.tab-content {
    display:none;
}
.f-registartion div.item {
    position: relative;
}
.f-registartion label.error {
    border: none !important;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    color:#fab95d;
    width:115%;
}
.elFixWidth {
    display: none;
}
.reuters, .form-container, .header .inner .navigation li .drowdown  {
    z-index: 100 !important;
}

.bx-controls-direction {
    display: none;
}

.bx-controls{
    width:1000px;
    left:50%;
    /*margin-left:500px;*/
}
.whited {
    color:#fff;
}
.card-element label,
.deposittopup label,
.partnersform label,
.udata label,
.registrationpopup label{
    border:none !important;
}

.honorednotification .item .layer .procent {
    color: #2f353f;
    font: 91px BebasNeue;
    text-align: center;
    display: block;
    /* margin: 112px 0 0; */
    margin:0;
    top:112px;
    position: absolute;
    right: 80px;
}

.honorednotification .item .layer .opit {
    display: block;
    text-align: center;
    color: #2f353f;
    font: 30px RobotoLightCond;
    position: absolute;
    bottom: 75px;
    left: 135px;
}

.honorednotification .item .layer .add {
    color: #2f353f;
    font: 91px BebasNeue;
    text-align: center;
    display: block;
    /* margin: 112px 0 0; */
    top:112px;
    position: absolute;
    left: 75px;
}
.dial:focus, .dial-count:focus, .honor-new:focus, .honor:focus {
    outline: none !important;
}

.tradecontainer .tradeheader .timebox {
    width: 125px;
}

.cerrencycontainer {
    display: none;
}

.indicatorcontainer .item .procent {
    position: absolute;
    font: 36px BebasNeue;
    top: 33px;
    right: 18px;
    color:#2f353f;
}

.progresslineInner div.txt {
    margin: -1px 0px 0px -3px;
}
.informationbox .actionlist li .cerrencycontainer {
    width: 823px;
}

.m_content .dialogs_row .dialog_wrap .dialogs_msg_contents {
    height: 82px;
    overflow: hidden;
}

.m_content .dialogs_row .dialog_wrap .dialogs_msg_contents.opened{
    height: auto;
    overflow: hidden;
}
.sending_msg {
    display: none;
}

.notif-block {
    display:none;
    cursor: pointer;
    position:absolute;
    width:36px;
    height:36px;
    background:url(/images/a/img/edit-submit.png) no-repeat;
    right:-42px;
    top:0px;
}

.big {
    font-size:24px;
}
.depositbalance{
    float:right;
    margin:19px 0 0;
    #width:166px;
}
.depositnav .depnavigation{
    float:left;
    margin:44px 0 0 -10px;
}
.listcomponent .item .potentialitem .percent{
    display:block;
    text-align:center;
    color:#fff;
    font:26px HelveticaNeueLight;
    margin:3px 0 2px;
}
.informationbox .actionlist li .image{
    height:82px;
    padding:20px 0 0;
}
.informationbox .actionlist.goods li.active .imgactive,
.informationbox .actionlist.information li.active .imgactive{
    padding:20px 0 0;
    height: 82px;
}
.informationbox .actionlist li .title{
    text-align:center;
    display:block;
    padding:0 12px;
    margin:10px 0 0;
    font:16px/16px OpenSansRegular;
    color:#2f353f;
}
.informationbox .actionlist.currency .image{
    vertical-align:middle;
    font:1.6em OpenSansLight;
    color:#66b1e0;
    height:82px;
    padding:25px 0 15px;
}

.informationbox .actionlist.currency .title{
    padding: 0 3px;
}
.newspage .content .sidebar{
    width:130px;
    float:left;
    color:#262626;
    font:12px OpenSansRegular;
    text-align:right;
    padding-top: 8px;
}
.clockbox{
    width:100%;
    padding:55px 0 110px;
    background:#282e3b;
    overflow:hidden;
}
.beginnow{
    width:100%;
    height:87px;
    background:#f8fafb;
    padding:35px 0 0;
}
.sertificateconfirmed .helpedline{
    width:100%;
    overflow:hidden;
    padding:0;
}
.honoredpopup{
    width:625px;
    height:245px;
    padding:80px 0 25px;
    position:relative;
    background:#fff;
    margin: auto;
}
.honoredpopup .msg{
    font:30px OpenSansLight;
    color:#525252;
    display:block;
    margin:40px 0 10px;
    text-align:center;
    height:100px;
    padding:0 75px;
}
.tiledisplay li .item .putcallbox a:hover{
    text-decoration:none;
    color:#fff;
    border: none;
}
.partnersform form .item input[type="text"]:focus{
    border:none !important;
    border-bottom:1px solid #a9cfe6 !important;
}
.helpednav .activedropdown .dropdown{
    width:180px;
    position:absolute;
    right:0;
    padding:10px 0 20px;
    top:32px;
    z-index:100;
    background:#fff;
    display:none;
}
.helpednav .activedropdown .dropdown ul{
    height: 200px;
    overflow-y: scroll;
}
.listcomponent .white-element:hover,
.listcomponent .item.active .white-element{
    background:url(/images/a/img/itemcorner-a.png) right top no-repeat #334e5e;
}

body{
    background-color: rgb(237, 239, 239);
}

/* Меняем Margin -> Padding */

.parnerscontainer{
    height:392px;
    overflow:hidden;
    position:relative;
    margin:0 0 0;
}
.partnersprogramm{
    overflow:hidden;
    padding-top: 90px;
}
.wayscooperation{
    padding:75px 230px 40px 70px;
    width:700px;
    margin:0 auto;
    overflow:hidden;
}
.howtobecome{
    width:925px;
    padding:100px 0 70px 75px;
    margin:0 auto;
}
.userdata{
    padding: 40px 7px 0;
    margin: 0 auto;
    border-bottom:1px solid #dde0df;
}
.indicatorbox{
    padding: 30px 7px 40px;
    margin: 0 auto;
}
.active-box{
    padding: 65px 0;
    margin:0 auto;
}
.deposittopup{
    padding-top: 70px;
    margin:0 auto;
}
.walletlayout{
    width:1000px;
    margin:0 Auto;
}
.profile{
    width:1000px;
}
.profile .profileheader{
    background-color: white;
    padding-top: 35px;
    margin: 0;
}
.motivationalbox{
    background-color: white;
    padding: 80px 0 75px;
    margin: 0;
}
.motivationalbox .item{
    width:100%;
    padding-left: 40px;
}
.tradercontainer .manualbox{
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    margin-bottom: 14px;
}
.graphwidth .diagram-box{
    background-color: white;
    margin:0;
    margin-bottom: 30px;
}
.listcomponent{
    margin: 0;
    padding-bottom: 40px;
}
.graph-navigation {
    background-color: white;
}
.tiledisplay{
    margin: 0 auto;
    padding-top: 20px;
}
.studylist{
    width: 900px;
    margin: 0 auto;
    padding: 100px 50px 20px;
}
.lessonpage{
    margin: 0 auto;
    padding-top: 8px;
    width: 1000px;
    margin-top: 5px;
}
.lessonpage .thumbnailimage{
    margin:auto;
}
.studylist.lesson {
    margin: 0 auto;
    padding-top: 15px;
}
.brokerask{
    width:1000px;
    background:#f2f2f0;
    margin: 0 auto;
}
.informationbox{
    padding-left: 30px;
    padding-right: 30px;
}
.faqbox{
    width: 1000px;
    margin:0 auto;
    padding-top: 40px;
}
.newssection .container{
    padding: 0 30px 0; 
}
.newspage{
    width:922px;
    margin: 0 auto;
    padding: 10px 39px 0;
}
.platforminfo{
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px ;
}
.m_content{
    width: 1000px;
    margin: 0 auto;
}

/* Правки 14 */

.newsbox{
    width: 1000px;
    margin: 0 auto;
}
.deposittopup .item .label-box{
    margin: 0 0 0 35px;
    float: left;
}
.get-cahs{
    margin: 26px 30px 0 2px;	
}
.tradecontainer{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.expiredposition{
    width: 1000px;
    margin: 0 auto;
}
.informationbox .actionlist li .title{
    padding: 15px 12px;
}
.newssection{
    width: 1000px;
    margin: 0 auto;
}
.white-background {
    background-color: white;
    margin: 0 auto;
    width: 1000px;
}
.utradepopup .sellbox {
    padding:25px 0;
    background-color: white;
}
.tiledisplay li {
    margin: 0 40px 30px 0;
}

.userdata .ubox {
    border-bottom: none;
}

.reuters.dashboard {
    width: 1000px;
    margin: 0 auto;
}

.begintrade {
    width: 1000px;
    margin: 0 auto;
}

.reuters.dashboard.trade-width {
    width: 100%;
    margin: 0 auto;
}

.begintrade.trade-width {
    width: 100%;
    margin: 0 auto;
}
.honoredpopup .msg{
    margin: 40px 0 10px;
}
.deposittopup .item .pay-element .select-sum input[type="text"]{
    #font-size: 10px;
}

.deposittopup .item .pay-element .select-sum .valgood input[type="text"]{
    font-size: 24px;
}

.helpednav .activedropdown .inner b:hover{
    background:url(/images/a/img/activesarrow-h.png) right 12px no-repeat #fff;
}
body.grey{
    background-color: rgb(237, 239, 239);
}
.informationbox .actionlist li .cerrencycontainer .first-line .h2{
    height: 65px;
}
.registrationpopup .form .email1{
    display: inline;
    width: 300px;
    margin-left: 0px;
    margin-right: 100px;
    color: silver;
    font: 24px OpenSansLight;
}
.registrationpopup .form .email2{
    display: inline;
    width: 300px;
    margin-left: 100px;
    margin-right: 0px;
}

.registrationpopup .form.email{
    width: 800px;
    text-align: center;
    margin: 0 auto;
    float: none;
}
.registrationpopup .enterbtn.email{
    margin: 100px 0 0;
}

.motivationalbox .list li a.actives-btn{
    background-image:url(/images/a/img/actives-arrow.png);
    background-position:right center;
    background-repeat:no-repeat;
    padding-right: 35px;
}
.motivationalbox .list li:hover a.actives-btn{
    background-image:url(/images/a/img/actives-arrow-h.png)
}

/*--------custom-----------------*/

.tabs-sl-1 {
    width: 425px;
    float: right;
    margin: 100px 0 0;
}
.tab-section .tabs-sl-1 .tab-content {
    width: auto;
    float: right;
    margin: 0;
}
.tabs-sl-1 > div.tab-content {
    display:none;
}
.f-registartion div.item {
    position: relative;
}
.f-registartion label.error {
    border: none !important;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    color:#fab95d;
}
.elFixWidth {
    display: none;
}
.reuters, .form-container, .header .inner .navigation li .drowdown  {
    z-index: 100 !important;
}

.bx-controls-direction {
    display: none;
}

.bx-controls{
    width:1000px;
    left:50%;
    /*margin-left:500px;*/
}
.whited {
    color:#fff;
}
.card-element label,
.deposittopup label,
.partnersform label,
.udata label,
.registrationpopup label{
    border:none !important;
}

.honorednotification .item .layer .procent {
    color: #2f353f;
    font: 91px BebasNeue;
    text-align: center;
    display: block;
    margin: 112px 0 0;
    position: absolute;
    right: 80px;
}

.honorednotification .item .layer .opit {
    display: block;
    text-align: center;
    color: #2f353f;
    font: 25px RobotoLightCond;
    position: absolute;
    bottom: 75px;
    left: 140px;
}

.honorednotification .item .layer .add {
    color: #2f353f;
    font: 91px BebasNeue;
    text-align: center;
    display: block;
    margin: 112px 0 0;
    position: absolute;
    left: 75px;
}
.dial:focus, .dial-count:focus, .honor-new:focus, .honor:focus {
    outline: none !important;
}

.tradecontainer .tradeheader .timebox {
    width: 125px;
}

.motivational_msg {
    z-index: 100;
}

.cerrencycontainer {
    display: none;
}

.indicatorcontainer .item .procent {
    position: absolute;
    font: 36px BebasNeue;
    top: 33px;
    right: 18px;
    color:#2f353f;
}

.progresslineInner div.txt {
    margin: 0 0 0 -7px;
}

.informationbox .actionlist li .cerrencycontainer {
    width: 823px;
}

.m_content .dialogs_row .dialog_wrap .dialogs_msg_contents {
    height: 73px;
    overflow: hidden;
}

.m_content .dialogs_row .dialog_wrap .dialogs_msg_contents.opened{
    height: auto;
    overflow: hidden;
}
.sending_msg {
    display: none;
}
.bx-wrapper .bx-viewport {
    height:634px !important;
}
.paymentmethods{
	display: none;
}
.card-inputs{
    border-radius: 6px;
    float: left;
    width: 364px;
	margin: 0 10px 10px 112px;
	font: 12px OpenSansRegular;
}


#method_qiwi .card-inputs,#method_neteller .card-inputs  {
	background:none;
}

#method_qiwi .card-inputs .card-input .label{ 
	width : 159px;	
	line-height: 33px;
	text-transform:none;
}

#method_qiwi .card-inputs .card-input input  { 
	border: 1px solid #EAEAE9;
	border-radius:4px;
	font:16px OpenSansRegular;
}

#method_bank .card-element .card-inputs .card-input, #method_Neteller .card-element .card-inputs .card-input {line-height: 33px!important;}


#method_bank .card-element .card-inputs {	
	background: none;
}

#method_bank.item .card-element, #method_Neteller .item .card-element {	
	width:450px;
}

#method_bank .card-element .card-input .label, #method_Neteller .card-element .card-input .label{	
	width:150px;	
}
#method_bank .card-element .card-input input, #method_Neteller .card-element .card-input input {	
	border:1px solid #95A3AB;
	border-radius:6px;
}

.card-input{
	float: left;
	width: 100%;
	margin: 5px 0px 5px 1px;
	font: 12px OpenSansRegular;
}
.card-input .custom{
	margin-left: 25px;
}
.card-input .label{
	width: 100%;
	float: left;
	margin: 5px 0 5px 0;
	text-transform:none;
	font-size:20px;
}
.card-input input{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #333332;
    float: left;
    font: 12px OpenSansRegular;
    height: 27px;
    padding: 0 5px;
    width: 160px;
    margin: 5px 0 5px 0;
}
.clear{
	clear: both;
}
.method_image{
	float:left;
	width: 50px;
	height: 40px;	
	margin: 20px 0 0 20px
}
.location_custom{float:left; width: 113px;}
.location_custom select {width: 113px;}
.profile_li span{ float: left !important; margin-left: 10px; margin-right: 10px;}
.profile_li label{ float: left !important; margin-top: -13px;}

.blockOverlay{
	z-index: 100000000 !important;
}
.platform_container{
	background-color: #F5F5F5;
	min-he: 400px;
}

.leverate-rates-ticker-container {
	position: relative;
	overflow: hidden;
	height: 30px;
	border-radius: 3px;
	width: 100%;
}
.leverate-rates-ticker-container .leverate-rates-animated-row {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 99;
}
.leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item {
	float: left;
	display: inline-block;
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	margin-top: 6px;
}
.leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-arrow {
	width: 16px;
	height: 13px;
	display: inline-block;
	float: left;
	margin-top: 1px;
}
.leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-arrow.leverate-arrow-up {
	background: url(data:image/gif;base64,R0lGODlhEAANAMQAAHrGAnjGAXvEAXfFAHvFAHnFA4DGBHfCA3fHBHfDAHbEAHjGAH/EB3zGAXnFAXzGAHTGAH3FAnnHAXjFA3nFAHbGAXXFBHzFBHjEAv///wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABkALAAAAAAQAA0AAAUrYCaOZGmeaKqupCWw2SIFynowj2MUKRVBgUsAgzgJJoBkZdBIEGDQqFQVAgA7) no-repeat;
}
.leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-arrow.leverate-arrow-down {
	background: url(data:image/gif;base64,R0lGODlhEAANAMQAAO41M/A0Ne42Nu82NO80O+83N+w2M+01M+81OPEzNfM1Nes1Mu01N+42NO81OvE2Me40OfA2Oe83Oe43Me82M+41Ou04MfA0Mu00Mf///wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABkALAAAAAAQAA0AAAUrYCaOZGmeaKquCOAGjHQIxXk1T6Jg05AuEYrAYVhZCBDfKlMJLJ/QqFQUAgA7) no-repeat;
}
.leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-symbol-icon {
	display: inline-block;
	float: left;
	margin-right: 5px;
	width: 48px;
	margin-top: -3px;
}
.leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-symbol {
	display: inline-block;
	margin-right: 5px;
	float: left;
	padding: 2 6px 0 0;
	color: #fff;
	font: 11px PTSans;
	/*background: url(/images/a/img/to-top-r.png) right center no-repeat;*/
}
.reuters1 .leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-symbol{
	color: #334E5E !important;
}

.leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-rate {
	display: inline-block;
	float: left;
	color: #fff;
	/*padding-top: 2px;*/
	font: 11px PTSans !important;
	font-weight: normal !important;
}

.reuters1 .leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-rate{
	color: #334E5E !important;
}

.leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-rate span {
	font: 11px PTSans !important;
	font-weight: normal !important;	
}

.reuters1	.leverate-ticker-dark {
	background: #F2F2F0 !important;
}

.leverate-ticker-dark .leverate-rates-item {
	color: #fff;
}


.reuters1 .leverate-ticker-dark .leverate-rates-item {
	color: #334E5E !important;
}
.reuters1  {
	color: #334E5E !important;
}


.leverate-ticker-dark .sirix-ticker-logo-wrapper {
	border-radius: 2px 10px 10px 2px;
	/*z-index: 9999;*/
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	display:none;
}
.leverate-ticker-dark .sirix-ticker-logo-wrapper .sirix-ticker-logo {
	margin: 5px;
	margin-top: 10px;
	width: 29px;
	height: 10px;
	background: url(../../content/images/website/sirix_black.png) no-repeat;
}
.leverate-ticker-light {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAeCAIAAACXCWggAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpivHjxIgMhwMLIyEhQERMDEYAok4hUxMBIV+sYmahlEhNd3cQ0KH03ZB1OXzcNvoxAVDYHCDAAWFIDP3nsWaIAAAAASUVORK5CYII%3D) repeat-x !important;
}
.leverate-ticker-light .leverate-rates-item {
	color: #333;
}
.leverate-ticker-light .sirix-ticker-logo-wrapper {
	border-radius: 2px 10px 10px 2px;
	z-index: 9999;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAeCAIAAACe4shaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNpi1NTUZMAGWP7//z8IJf79+zeUdJAuQUU7hlggUk+CmQEHAAgwAO9oVHuCYUfpAAAAAElFTkSuQmCC) repeat-x;
}
.leverate-ticker-light .sirix-ticker-logo-wrapper .sirix-ticker-logo {
	margin: 5px;
	margin-top: 10px;
	width: 29px;
	height: 10px;
	background: url(../../content/images/website/sirix_white.png) no-repeat;
}

/* common */
.leverate-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.leverate-clearfix {
	display: inline-block;
}
html[xmlns] .leverate-clearfix {
	display: block;
}
* html .leverate-clearfix {
	height: 1%;
}
.leverate-fl {
	float: left;
	display: inline;
}
.leverate-fr {
	float: right;
	display: inline;
}
.leverate-pr {
	position: relative;
}
.leverate-pa {
	position: absolute;
}

.leverate-hide {
	display: none;
}
.leverate-inline {
	display: inline
}
.leverate-block {
	display: block;
}
.leverate-iblock {
	display: inline-block;
}
.leverate-center {
	margin-left: auto;
	margin-right: auto;
}

@font-face {
	font-family: PTSans;
	src: url('/images/a/fonts/PTS55F.ttf');
}
@font-face {
	font-family: PTSansBold;
	src: url('/images/a/fonts/PTS75F.ttf');
}
.leverate-ticker-dark .sirix-ticker-logo-wrapper .sirix-ticker-logo {
	background: none !important;
	display: none;
}

.leverate-ticker-dark .sirix-ticker-logo-wrapper {
	background: none !important;
	display: none;
}





.account-types-table {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    padding: 23px 0 34px 0;
}

.account-types-table table {
    width: 100%;
    border: none;
    border-collapse: collapse
}

.att-header-top {
    background-color: #334e5e;
    color: #fff;
    font-family: OpenSansLight, "open-sans", sans-serif;
    font-size: 28px;
    font-weight: 300;
    height: 68px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 28px
}

.att-blue-td {
    background-color: #467a99;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 14px;
    height: 149px;
    vertical-align: bottom;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.att-blue-td:nth-child(4) {
    background-color: #346480;
}

.att-blue-td:nth-child(4) .att-blue-td__button {
    color: #fff;
    background-color: #ff8a00;
    border: 2px solid #ff8a00
}

.att-blue-td.hover-light {
    background-color: #417391;
}

.att-blue-td.hover-light .att-blue-td__button {
    color: #fff;
    background-color: #ff8a00;
    border: 2px solid #ff8a00
}

.att-blue-td__title {
    color: #fff;
    font-family: OpenSansLight, "open-sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 12px;
}

.att-blue-td__title--main {
    font-size: 18px;
    margin-bottom: 0
}

.att-blue-td__coins {
    color: #d2dada;
    font-family: OpenSansLight, "open-sans", sans-serif;
    font-size: 14px;
    font-weight: 300
}

.att-blue-td__icon {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 15px;
}

.att-blue-td__icon--flag {
    width: 29px;
    height: 35px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAQAAADC6slZAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAFGSURBVEjH7ZQ7SANBEIa/C1cEtFAbO0FtBCEgiKUIgg9sLZQoWAgiokgKOwsLC2NjYZXGVBErA9oYEImCiI21YGmwChi18P1bnM/c3nF3tvmn2Znhm2GHnbWU4o13zMrwhKcsiRvODZkWumjk1htF0q4w2JSkBmPm02JElu2b3efVM7fuj1Z4MUTjDFKi6I8mjWPaZIBJHsLfdYQ50hwRekzNbHHBMoRFLbLUMe5MwA6FLjDEDJeOE6ZrgjXyZL7c4GicHGWmfwLB0V462aEcBS2wzTzdUVCYpUSO+ihohSTtbHz78pN76VYkjTpnS+KAs1+1x4iTZZgeTunnsaqzzTEdJLh2ui7+qZtXUTlJq7KMK96mOx0qJgO6p7KklM//MCFpyYSeKIie1ep+w2kK3AeYd5O7a2D7x7dWQ2tolWz6uIqGfgAZdRhcqc1kmgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNC0wNFQxMjoyMDo0NCswMDowMODrgz8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDQtMDRUMTI6MjA6NDQrMDA6MDCRtjuDAAAAAElFTkSuQmCC")
}

.att-blue-td__icon--coin {
    width: 45px;
    height: 37px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAlCAQAAAB8QKh8AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAANjSURBVEjH7ZZNTFRnFIafOz8Uh6HQlgFG0kJThjJa1BjbhVGG2jaNrtropjUkNDGxTRfadFHTNMamLlh0W1mIolFjXNCYVhPatCo1qDVGXTDkkoDRqDAw1ozMiD8IbxdzGe/AoDCMCxPPWX0/57nfvfe853yIWfsySVtnv9/BM7MX6CegXTkhpiiP0dv4E8+8wc38St5UdCXvc2ye8Ga+o4x8a5TKQ0Mtkk7IM2Om1immr56Qyc2S/lXR5Ni+ZKhFffLPQUR2d+iQHSwM2V/I4FX+y/pzOPEQt8GUNelp9nxKZmaZFLOIavyUshAfLgpwk899xB0gyjADROnH5GZmwNRvnc971FPPEspss3cZ4w4Qw4sLD3kU2VbjhOmiky5uZ0Y7+ZBGPqEAeECYML2Y3GSICPemHcmNDz/lBAgSpI5iYIITHKSdhLXHyugm9Uua0BltV4Py55zTy7RFv+mepJh2JmWHkFfHJcX0k17PUi6TXqjN6pPUp5ok+rCkdpXOEzvpbu3QuK7IgRySfpeRI3DSv5VU5sAJDJNbUV4DSpBL0kOty+GZ39J1ScEk+oGkParMAbZQ3yshSapKopt1VtK4jqsx699ZoLXaq7ik69oqqSop9Agr+ZgvWcs6oJdTXMCkJ11dGc1DDYupo4EVOIFz7OUAtUk1uhjjG0y28QM9rGcNq6mwAqMMEmGIKHGrdkABbhbwChX48FOBAcAIXXTSToRjdNDBJd6cLE/lhCjhNvsZ4xcGWEKQIAHKqUn1unR7RJRBzhOml25uEaCbWxQT4iodML3yeWhjP01c4WhqrpDX8Fq1T1aZuks0La6JNj61xQAuRJw3iGU82U5W0UDcakteVtDPjdRqNa3sY1+GuErijDsYp48tLMBIfyYA7xCyjao5yQbb2EuIqikRMQx204qbIQfwORF2cYo1wChf0Dpb0dnsMj9iAjXs5jRFNPLQBZgs52c28jcmR+jgQlbo+3xECw3AOb7mor0VBNnEZ/iBUc5yHpMeeu3NHx8b6eSSbSaPAG+zmKXU4wNGOUobfyUX0xuYk3o+IMS7vGTNJBgkSpQRJkjwCCgGXqYIPz5KrF2im384yR+pDsNM95A8aqllEQFKWUhpCvHYEgwwzCDXCGPSw8h0yNyuOMZciu//Y3C1j57WgCUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMDQtMDRUMTI6MjE6MjUrMDA6MDBvMeoyAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTA0LTA0VDEyOjIxOjI1KzAwOjAwHmxSjgAAAABJRU5ErkJggg==")
}

.att-blue-td__icon--babosi {
    width: 59px;
    height: 31px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAfCAQAAADzEX0YAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAKWSURBVEjHxZZNSFRRGIbf0REpLUeNSUNKSM1FpRUJFi7aCG3EMAlX6loERVyEUC36pWKE6G8RuBGziNqE0CpMgiLKSs2dLUQxRsxJMHL0aTHjzZm59zjMNPiezf2++57znHv4vsN14dWcUi1XdMItSRqXPxzvUakmk9zIEe3QsBVVKsfGgxeoR+HxADhpRYmNfuCwFb2GWE9axB6y1aAFvUvySIckNZstkdir2qV7Chr8eapVvY4r3eB5phm1qcLItQ7ZRQ8wxU7HwyvmKauENEcn6Y7OJmCaiohDrmOUunVHCHuOOkaAHxx0XOoYfuArl+niEQHgOW5H90VgmVscsrAtQEskNqSX7HVcJptpoANXOPYyDFwzFFYTMwCsOWO/cJtqY3WeB25EZDxM85vdhjnbaWaAgDO23ogU4gMreKJy3UDrpjNjD7mDyjTFpzJ908+o3FtJBxJoMJ9q4sUGlRGTc0taSwCr6L511qTKVBCVOyVpLBnsXQ2qwbiFAaXpSkSmUO1a0pBhToF69EbVtu/wAgEARsMNbjcymQBusi0clzMBdDn6XXSzBKyyHFNS0L5eyUd5DCxR47jQfqaAWfro5RVB4L7VxbHQh8A8neTbVPIGrBCtrPIDryM4Fx8L4avlM42GpmkDxsOXz6ZYcQG4Y+zCDMqpotDo8TBPgGLHvoX2yDK6rhm1KtNQJiua1HvNGsu0UXnq1ffNK3ldf/REWTqRWFNYqpXUb7aEfmp8uhSO8yX1aSEpbKnQoBWV2GPXtKhc5VqZgHJs/37iV1C/VLwhWrTD+uVJCpKQ4r0c/7PcG56LdDaFpConbIl8W/G1YzqTYtpHO6xfL7bia/+pyCGfYuyI9qUW68Iue1pZKaV++gs/Jxht4WiZtwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNC0wNFQxMjoyMTozNSswMDowMKOb6qwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDQtMDRUMTI6MjE6MzUrMDA6MDDSxlIQAAAAAElFTkSuQmCC")
}

.att-blue-td__icon--card {
    width: 40px;
    height: 26px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAQAAABvRdZAAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAFGSURBVEjHtZU7S0NBEIW/TRY0ms5GSREfhTaGq42VP0A7IaJVwFYQbAQbIRYqWKRR8A9YWERJZ+sDQQURBMkVH1hGbAQRY3E5FgkhtnfXs8UOs/Axe2bZMQIwGFwl1NhTKsuPqhoVRkXWWOeCyLHCLBv8MISutC+8rFlJyQRpnpz9a+gRMAlPsJaM6nR45KUs8MyuF9gYBUB1nXhqypykTu8eWiBN4IXVD//SlBqXHHiBDVAisnwRUvECDAC5NWWYSXr+puIDM5wTcsYbW+2fn42JMxwxwiIheVZ5p9Q60b2KMR7xhKRCMz7WixAKJNm4V+4DbpvxDRl3Dx+AaQCSTBG6e1ilzCaDhMwwTt4dCAVqLNDNK/Mc+gB+s8QyXXy2Mqbh4Qe52NCoDQc5QJYK2+xx3Zyq8dXLCndEyGpHdS9z+VRZ8QstbFYTMEe2VQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNC0wNFQxMjoyMTo0MSswMDowMF0Rx6YAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDQtMDRUMTI6MjE6NDErMDA6MDAsTH8aAAAAAElFTkSuQmCC")
}

.att-blue-td__icon--diamond {
    width: 47px;
    height: 34px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAiCAQAAABlsEj5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAKISURBVEjHtdVLSFRRHMfx3ziTNaAZYkQPpMX0sk0uellElGCECzdRtMoeixYRLop2SZQMIWREkrTICDNahEgRRNAi6SGCVPSAZIohqYjKYHJEx/m2GOd1n2cWnbM6//+Zz+/OmXvvBFBuBNWqsIrHAk3JfQRVphlLbUij+UWooHFCl/SyiAtqm+L67Io3aFyxotpapbVaidya7KzmN88JoIK5B2gpqhTPEUYslSbgXH6db1wGtlo2R0lT7cF3MkuVpfaQJCus/Bpm6Ld9fJhRD1w0A82WWh0pbln5QZKstGysYpZOT955x1VgYyG/G+gwujb/0xeLmWAo8ysKUcYrvlNpdLJme04B+7L8UeCY4ZWZfcNyYsSYj0Iq1wW90z0tstzVC1WvblvVOl4rrSYN2ertuqk2RQNs11P9nzGpipDe6pcqdV0fLc2wzuqTenyIWrXpsR7YnudWrVdv5qQifGGSXbYTjAL1Pmc/wF9qbCc/CETzN6ZzwBKS3PXE60jT5Y7nHyvngCukWefB9zHNcne88J3jFFDLNL2ueIQUPV54Ie8ccIMUtS78NVJEvPBi3ilgFWm6HfFlTHPbG7fyTgF3SLLUge8C6rxxO28P2ABctO2qIcFAbhWkzwl34u0B90nY/lTOA5v8cGfeGrAFaC/qVzHBI3/cjbcGPOEnFQXdM8BOf9ydzwbsQIhG4HSuE+YHz0xwLz4T8IfNCPGCr4Tn6ieBvSa4N18Y0AIcn7sF44wSMMH9+HxAgDfECSGOAPvNcH8+H3AAOESQMT4wzww34bMBDYzxnoPAYVPcjM8GdAAJ4vSb4qZ8NuAbMGyOm/OZgCRTpeCl8CLCeGl4abyoobGk/foHIYM634GqwJAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMDQtMDRUMTI6MjE6NDcrMDA6MDA+wfKcAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTA0LTA0VDEyOjIxOjQ3KzAwOjAwT5xKIAAAAABJRU5ErkJggg==")
}

.att-blue-td__button {
    display: block;
    width: 139px;
    height: 45px;
    border: 2px solid rgba(196, 196, 196, 0.5);
    font-family: OpenSansLight, "open-sans", sans-serif;
    color: rgba(196, 196, 196, 0.5);
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: color .3s ease, background-color .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border .3s ease;
    transition: color .3s ease, background-color .3s ease, border .3s ease;
    text-decoration: none !important;
}

.att-blue-td__button:hover {
    color: #fff;
    background-color: #ff8a00;
    border: 2px solid #ff8a00;
    text-decoration: none !important
}

.att-td {
    font-family: OpenSansLight, "open-sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    font-weight: 300;
    text-align: left;
    padding: 20px 14px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
    -webkit-transition: background-color .3s ease, border-bottom .3s ease, border-right .3s ease;
    -moz-transition: background-color .3s ease, border-bottom .3s ease, border-right .3s ease;
    -o-transition: background-color .3s ease, border-bottom .3s ease, border-right .3s ease;
    transition: background-color .3s ease, border-bottom .3s ease, border-right .3s ease;
}

.att-td:nth-child(1) {
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 30px solid #fff
}

.att-td:nth-child(6) {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 30px solid #fff;
}

.att-td:nth-child(6).hover-light {
    border-right: 30px solid #e8ebed
}

.att-td:nth-child(4) {
    background-color: #c8d9da;
    border-bottom: 1px solid #bac3c3
}

.att-td.hover-light {
    background-color: #e8ebed;
    border-bottom: 1px solid #cbced0
}

.att-td--title {
    color: #828282
}

.att-td--ok {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAANCAMAAAB8UqUVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAV1BMVEUVsgD///8VsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgAVsgD///8DeVKZAAAAG3RSTlMAAAaybvYzQvpIAlQDpk4beKWHdIhp/VPEWwmOeuX5AAAAAWJLR0QB/wIt3gAAAFdJREFUGNNlyFkCQCAABcCXNSRFsnT/e4q00HwO8FOUVV51k1dL/kU7QtAPsdhIObE3GRFKUo77IHw+5c6nq/cwmyWUPyizMqk3pGdz1we+B+UrOZyIdwGJ/wPAEXDz8QAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNC0wNFQxNDowMjoxMyswMDowMJHQBfQAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDQtMDRUMTQ6MDI6MTMrMDA6MDDgjb1IAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 14px center;
    -webkit-background-size: 19px 13px;
    -moz-background-size: 19px 13px;
    -o-background-size: 19px 13px;
    background-size: 19px 13px
}

.att-td--not-ok {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAV1BMVEX/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD///9zvqsBAAAAG3RSTlMAEEgBBk0FaJcKvvo3eE6bff1P/Amyg2Y8XD7WyT2PAAAAAWJLR0QcnARBBwAAAF1JREFUGNN9jkkSgCAMBEfFBRRww43//1MpCkw8mEuq+5A0irJCHlE3aH2XjVT9AOhsHjZhJ5M4mZejoRyMZQyMfpopS7WQ7/Ge5j3mr2f99AjHe+B4z4b9oP/P6wbD3gWXuSYAOAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNC0wNFQxNDowMjozMSswMDowMERqE6AAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDQtMDRUMTQ6MDI6MzErMDA6MDA1N6scAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 14px center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px
}








.itemvideo{
    position:absolute;
    z-index:1100;
    width:78px;
    height:78px;
    display:block;
    background:url(/images/a/img/mainvideo.png) center center no-repeat;
    left:50%;
    top:424px;
    margin-top:-109px;
    margin-left:-39px;
    display:block !important;
    cursor:pointer;
}
.video-player{
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left:0;
}
.video-player .vv{
    position:absolute;
	#top:18;
	width:100%;
    z-index:3000;
    #top:65px;
}

.video-player .video-fade {
	background-color: #3e474c;
    box-shadow: rgba(62,71,76,0.75) 0 4px 12px;
    height: 100%;
    width: 100%;
    opacity:0.3;
    position:fixed;
    top:0;
    z-index: 2999;
}


.video-close-button{
    font-family: 'arial';
    -webkit-font-smoothing: antialiased;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-size: 30px;
    font-weight: normal;
    height: 21px;
    position: absolute;
    right: 67.4375px;
    text-shadow: rgba(62, 71, 76, 0.4) 0px 2px 0px;
    top: 20px;
    z-index:3001;
    width: 18px;
}
.payment_text strong{ 
	font-weight: bold;
}
.payment_text{
    margin: 26px 0 0 112px;
    width: 790px;
    float:left;
    color: #333332;
    font: 12px/21px OpenSansRegular;
   
}





/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/


div.tabcontent
{
 margin-top:15px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
    overflow:auto;
    width: 1000px;
}

ul.tabs
{
    padding: 7px 0; 
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}

.rtl ul.tabs{text-align: right;}

ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:1px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 14px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #fff;
  background: rgb(51,102,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,102,153,1) 0%, rgba(47,94,142,1) 50%, rgba(40,82,122,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,102,153,1)), color-stop(50%,rgba(47,94,142,1)), color-stop(100%,rgba(40,82,122,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,102,153,1) 0%,rgba(47,94,142,1) 50%,rgba(40,82,122,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,102,153,1) 0%,rgba(47,94,142,1) 50%,rgba(40,82,122,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,102,153,1) 0%,rgba(47,94,142,1) 50%,rgba(40,82,122,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(51,102,153,1) 0%,rgba(47,94,142,1) 50%,rgba(40,82,122,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#28527a',GradientType=0 ); /* IE6-9 */

    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#5592EE;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background:#990000;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}

#tabs{width:1000px; margin: 0 auto;}

#inner_tabs{width:94%;margin: 0;border-width:0}
.vid_container h1{margin-top:0}


.vid_container{
	overflow: auto;
	width: 100%;
	margin:0 auto;
	padding:0;
}

.vid_container .crs_tit{
	display:block
}

.vid_container .tab_tit{
	
	/*background:#CC3300;*/
	display:block;
	text-align:center;
	color: black;
	padding:3px;
	font: 36px OpenSansRegular;
	text-transform: uppercase;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,0.8);	
}

h1{margin:15px}

.vid_container ul.btns{
position: relative;

	margin:0;
	padding: 0;
	margin-top: -5px;
	font-size:18px;
	color: grey;
	background-color: #565656;
  	color: transparent;
  	text-shadow: 0px 1px 2px rgba(255,255,255,0.8);
  	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
	font-family: Arial, sans-serif;
}
.vid_container  li.play_gr:after{
   	content: url(/images/lock1.png);
	position:absolute;
	top:24px;
	right:60px;
	
}
.vid_container ul.btns li{
	position:relative;
	/*background:#f4f4f4;*/
    /*padding-left: 45px;
    padding-top: 12px;
    padding-bottom:5px;*/
    height:330px;
    width: 300px;
    float: left;
    margin: 15px;
    font-size:14px;
  	list-style-type: none;
  	cursor: pointer;
	border-bottom:4px solid #fff;
	text-shadow:none;
}

/*.vid_container ul.btns li:hover{ background-color:#ddd}*/

.vid_container #rtl {
	/*float: right;
margin-right: 20px;*/
	direction: RTL;
	text-align:right;
}

.vid_container #rtl .lsn_inf{
position: relative;
right: 160px;
}
.vid_container .tmb{
	display:block;
	width:254px;
	height:254px;
	margin: 0 auto;
	/*position:absolute;
	right:60px;
	border:2px solid #fff;*/
}
.vid_container .tmb:hover {
	opacity: 0.6;
	transition: opacity 0.6s ease;
	background:url(/images/a/img/playbtn.png) center center no-repeat;
}

.vid_container .lsn_inf{
	display:none;
	padding:4px;
	text-align:left;
	width:330px;
	/*margin-left:16px;*/
position: relative;
left: 160px;
	font-size:14px;
	text-align: justify;
	color: #444;
}

.vid_container .lsn_tit{
	display:block;
	/*width:150px;*/
	text-align:left;
	color: #2f353f;
	font: 18px/30px OpenSansRegular;
	font-weight:normal;
	/*position:absolute;*/
	left: 20px;
	bottom: 70px;
	width:242px;
	padding:0 26px;
	margin:10px 0 auto;
}

.vid_container .ply_icn{
	display:none;
	position:absolute;
	left:45px;
	top:65px;
}

.separator{
	display:none;
	/*
	height:1px;
	background:#DDDDDD;
	border-bottom:1px solid #FFFFFF;
	margin: 2px;
	position:absolute;
	top:-23px;
	right:20px;*/
}


.vid_container .play_gr{
	font-size: 14px;
	color: red;
	background-color:#bbb;
}
.vid_container .play_gr .lsn_inf{
	color: grey;
}

.vid_container .play_gr .lsn_tit{
	color: grey;
}



/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/
/********************** MTE ***********************************************/



/********************** NEW MAIN PAGE TOP TRADERS BLOCK ********************************************/
.binar_box{
	width:651px;
	float:left;
	background:#fff;
}
.carousel_box{
	float:left;
	width:100%;
	padding:16px 0 0;
	background:#fff;
}
.carousel_box .item .carousel_container .post a{
    color:#fff;
    width:208px;
    font:14px/24px OpenSansRegular;
    float:right;
    position:relative;
    top:2px;
    padding:0 0 5px;
    text-decoration:underline;
}
.carousel_box .item.binari .post{
    margin:0 7px 28px 0;
    width:296px;
}
.carousel_box .item.binari .carousel_container .post .date{
    width:86px;
    height:46px
}
.carousel_box .item.binari .carousel_container .post .date b{
    display:block;
    font:13px OpenSansBold;
}
.carousel_box .item.binari .carousel_container .post a{
    width:200px;
}
.carousel_box .item ul{
    width:100%;
    float:left;
    margin:0 0 0 11px;
}
.carousel_box .item li{
    color:#fff;
    font:14px OpenSansLight;
    padding:0 0 0 25px;
    background:url(/images/a/img/list-bg-carusel.png) left 4px no-repeat;
    margin:0 0 20px;
}
.carousel_box .item .carousel_container.one li,
.carousel_box .item .carousel_container.two li{
    color:#fff;
    font:14px OpenSansLight;
    padding:0;
    background:none;
    margin:0 0 20px;
}


/*video bottom block */
.video_box{
    width: 100%;
    #height: 1134px;
    float: left;
    background: #fff;
}
.video_box .text_box{
    width: 540px;
   #height: 485px;
    margin: 78px auto 0px auto;
}
.video_box .text_box .h2{
    font: 36px OpenSansLight;
    color: #333332;
    margin-bottom: 35px;
    display: block;
    text-align: center;
    line-height: 1;
}
.video_box .text_box .h2 .bold{
    font: 36px OpenSansBold;
	font-weight:bold;
}
.video_box .text_box .text{
    font: 16px OpenSansLight;
    color: #333332;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.video_box .text_box .pics{
    width: 611px;
    height: 90px;
    margin: 0 -36px 49px auto;
}
.video_box .text_box .pics li{
    display: inline-block;
    width: auto;
    margin-right: 60px;
    text-align: center;
}
.video_box .text_box .pics li:first-child{
    margin-left: 35px;
}
.video_box .text_box .pics li:last-child{
    margin: 0;
}
.video_box .text_box .pics li img{
    margin-bottom: 12px;
}
.video_box .text_box .pics li .title{
    font: 14px RobotoCondensedLight;
    color: #181816;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.video_box .text_box .submit{
    display: block;
    width: 232px;
    height: 25px;
    font: 16px OpenSansLight;
    color: #1b2f3b;
    border: none;
    background-color: #fded0f;
    border-radius: 5px;
    margin: 0 auto 60px auto;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
}
.video_box .text_box .submit:hover{
    background:#f6eb59;
}
.video_box .text_box .submit:active{
    background:#e6d11b;
}
.video_box .video{
    width: 100%;
    height: 570px;
    position: relative;
}
.video_box .video .mac{
    width: 100%;
    height: 377px;
    background: url("..//images/a/img/mac.png") center no-repeat;
    position: absolute;
    top: 0;
    z-index: 1;
}
.video_box .video .mac:hover .hovereffect{
    display: block;
}
.video_box .video .mac .hovereffect{
    width: 495px;
    height: 310px;
    background: url("..//images/a/img/mac-h.png") center no-repeat;
    position: absolute;
    top: 22px;
    left: 253px;
    display: none;
    cursor: pointer;
}
.video_box .video .mac .hovereffect span{
    display: block;
    width: 155px;
    height: 80px;
    padding: 60px 0 0;
    background: url("..//images/a/img/replay.png") center top no-repeat;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 18px RobotoCondensedLight;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -73px;
    text-decoration: none;
    transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
}
.video_box .video .awards{
    width: 100%;
    height: 201px;
    background-color: #2f5369;
    position: absolute;
    bottom: 0;
}
.video_box .video .awards ul{
    width: 575px;
    height: 75px;
    display: block;
    margin: 43px auto 22px auto;
}
.video_box .video .awards ul li{
    display: inline-block;
    margin-right: 50px;
}
.video_box .video .awards ul li:last-child{
    margin: 0;
}
.video_box .video .awards span{
    font: 18px OpenSansLight;
    color: #9eb9d1;
    text-align: center;
    display: block;
}
/*about block*/
.about_box{
    #float: left;
    width: 100%;
    background: #fff;
    margin-bottom:6px;
}
.about_box .text_box{
    float: left;
    width: 55%;
    margin: 65px 70px 55px 45px;
}
.about_box .text_box .h2{
    font: 30px OpenSansLight;
    color: #333332;
    margin-bottom: 65px;
    float: left;
    line-height: 1;
}
.about_box .text_box .h2 .bold{
    font: 30px OpenSansBold;
}
.about_box .text_box .text{
    font: 14px OpenSansRegular;
    color: #333332;
    float: left;
    margin-bottom: 52px;
}
.about_box .text_box .text .bold{
    font: 14px OpenSansBold;
}
.about_box .text_box .subhead{
    font: 24px OpenSansLight;
    color: #333332;
    float: left;
    margin-bottom: 30px;
    margin-top: 7px;
}
.about_box .text_box .text.list{
    margin-bottom: 25px;
}
.about_box .text_box .text.list.last{
    margin-bottom: 35px;
}
.about_box .text_box .text.list .bold{
    font: 14px OpenSansBold;
}
.about_box .text_box .subhead.black{
    font: 24px OpenSansLight;
    color: #000;
    margin-bottom: 45px;
}
.about_box .text_box .check_list{
    width: 445px;
    float: left;
    margin: 0 0 48px 15px;
}
.about_box .text_box .check_list li{
    font: 14px/18px OpenSansRegular;
    color: #333332;
    margin-bottom: 25px;
    padding-left: 40px;
    background: url("..//images/a/img/check.png") left 1px no-repeat;
}
.about_box .text_box .check_list li:last-child{
    margin-bottom: 0;
}
.about_box .text_box .list:nth-last-of-type(1){
    margin-bottom: 0;
}
.about_box .sidebar{
    width: 312px;
    #height: 100%;
    float: right;
    background-color: #2f5369;
    margin: 30px 9px 0 0;
}
.about_box .sidebar .h2{
    font: 22px/26px OpenSansLight;
    color: #fff;
    text-align: center;
    margin: 28px 0 35px 0;
    display: block;
}
.about_box .sidebar li{
    margin: 0 auto 40px auto;
    text-align: center;
    display: block;
    width: 210px;
}
.about_box .sidebar li img{
    width: 86px;
    height: 86px;
    #float: left;
    #margin-left: 30%;
    margin-bottom: 25px;
}
.about_box .sidebar li .title{
    font: 16px OpenSansRegular;
    color: #fff;
    display: block;
    margin-bottom: 14px;
    #float:right;
}
.about_box .sidebar li .title i{
    font: 13px OpenSansRegular;
    display:block;
    margin-top: 14px;
}
.about_box .sidebar li .description{
    font: 13px OpenSansRegular;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}
.about_box .sidebar li .description .red{
    font: 13px OpenSansBold;
    color: #e73952;
}
.about_box .sidebar li .description .green{
    font: 13px OpenSansBold;
    color: #14b061;
}


.about_box p
{
font-family:arial;
margin-bottom:25px;
color:#333332;
float:left;
font:14px OpenSansRegular;
}
		.about_box p b
		{
			font:14px OpenSansBold;
		
		}
//////////////////////////////tuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuut vnimanie//////////



 .carousel_box{
	float:left;
	width:333px;
	padding:16px 0 0;
	background:#fff;
}
.carousel_box .item{
	float:left;
	width:321px;
	height:300px;
	background:#334e5e;
	margin:0 0 0 9px;
}
.carousel_box .item + .item{
	margin:0 0 0 10px;
}
.carousel_box .item .title{
	color: #FFFFFF;
    float: left;
    font: 24px/24px OpenSansLight;
    height: 50px;
    margin: 30px 0 10px;
    text-align: center;
    width: 100%;
}

.carousel_box .item div .app  {
	text-align:center;
	padding : 15px 0px;	
	clear:both;
}

.carousel_box .item div .app:first-child {
	padding-top:24px;	
}

.carousel_box .item .carousel_container{
	width:290px;
	margin:0 13px;
}
.carousel_box .item .carousel_container .post{
	width:100%;
    height: 72px;
	float:left;
	margin:0 0 30px;
}
.carousel_box .item .carousel_container .post .date{
	width:70px;
	float:left;
	color:#fff;
	text-align:center;
	margin-top:8px;
	height:22px;
	background:#1fb05c;
	font:13px/22px OpenSansRegular;
}
	

 .top_sal .h2{
	height:78px;
	float:left;
	width:100%;
	color:#fff;
	font:24px/78px OpenSansLight;
	text-align:center;
}
.top_sal{
	width:651px;
	height:411px;
	background:#334e5e;
	float:left;
	margin:0 0 0 9px;
}

.top_sal table{
	width:100%;
}
.top_sal tr th{
	color:#fff;
	font:13px OpenSansRegular;
	text-align:center;
	vertical-align:middle;
	height:55px;
	background:#1fb05c;
}
.top_sal tr td{
	text-align:center;
	color:#fff;
	font:13px OpenSansRegular;
	height:51px;
	vertical-align:middle;
}
.top_sal tr td + td{
	text-align:center;
}
.top_sal tr:nth-child(odd){
	background:rgba(255,255,255,0.15);
}
 .top_sal tr td img{
	margin:4px 5px 0;
}
.top_sal tr td + td + td{
	color:#16b13b;
	font:13px OpenSansSemiBold;
	text-align:center;
}
.top_sal tr td + td + td + td{
	color:#fff;
	font:13px OpenSansRegular;
}
/********************** NEW HP ********************************************/
/********************** NEW HP ********************************************/
/********************** NEW HP ********************************************/
/********************** NEW HP ********************************************/

.wrapper{
    width:100%;
    background:#edefef;
    overflow:hidden;
}
.wrapper .inner{
    width:1000px;
    margin:0 auto;
    background:#fff;
}
.wrapper .inner .gradientelement{
    width:1000px;
    margin:0 auto;
    background:#fff;
    height:573px;
    position:relative;
}
.wrapper .inner .gradientelement .background{
    width:100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
}	
.wrapper .inner .gradientelement .mac{
    position:absolute;
    width:646px;
    height:385px;
    background:url(/images/a/img/macbook.png) center top no-repeat;
    bottom:-54px;
    left:50%;
    margin-left:-323px;
}
.wrapper .inner .h1{
    color:#fff;
    text-align:center;
    font:28px/35px OpenSansLight;
    display:block;
    width:100%;
    margin:40px 0 0;
    position:relative;
    z-index:20;
    float:left;
}
.wrapper .inner .btnbx{
    width:100%;
    float:left;
    margin:60px 0 0;
    position:relative;
    z-index:20;
}
.wrapper .inner .btnbx a{
    display:block;
    width:216px;
    height:45px;
    background:#fff;
    color:#334e5e;
    font:16px/45px OpenSansLight;
    margin:0 auto;
    text-align:center;
    text-transform:uppercase;
    border-radius:6px;
    box-shadow:5px 7px 3px rgba(0,0,0,0.17);
    text-decoration:none;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.wrapper .inner .benebox{
    height:195px;
    padding:25px 0 25px 0px;
}
.wrapper .inner .benebox ul{
    width:940px;
    margin:40px 0 0;
    padding:0 30px;
}
.wrapper .inner .benebox li{
    float:left;
    width:235px;
    text-align:center;
}
.wrapper .inner .benebox li .thumbnail{
    text-align:center;
    width:100%;
    float:left;
}
.wrapper .inner .benebox li .title{
    color:#333332;
    font:18px RobotoLightCond;
    text-transform:uppercase;
    display:block;
    margin:15px 0 10px;
}
.wrapper .inner .benebox li .description{
    color:#333332;
    font:14px/18px OpenSansLight;
}
.wrapper .inner .welcomebox{
    width:100%;
    height:590px;
    background:#334e5e;
}
.wrapper .inner .welcomebox .videocontainer{
    width:515px;
    height:100%;
    position:relative;
    float:left;
}
.wrapper .inner .welcomebox .content{
    float:right;
    width:320px;
    padding:0 110px 0 55px;
    height:100%;
}
.wrapper .inner .welcomebox .content .h2{
    color:#fff;
    font:38px/57px OpenSansBold;
    text-transform:uppercase;
    margin:62px 0 0;
    display:block;
}
.wrapper .inner .welcomebox .content .title{
    color:#fff;
    display:block;
    font:28px OpenSansLight;
    margin:8px 0 39px;
}
.wrapper .inner .welcomebox .content .description{
    color:#fff;
    font:14px/22px OpenSansLight;
}
.wrapper .inner .welcomebox .content .openbtn{
    display:block;
    width:216px;
    height:55px;
    background:#12b19c;
    color:#fff;
    text-align:center;
    font:16px/55px OpenSansLight;
    margin:53px 0 0;
    border-radius:6px;
}
.wrapper .inner .binarioption{
    height:590px;
    width:100%;
    background:url(/images/a/img/dotted.png) center 360px no-repeat;
}
.wrapper .inner .binarioption .title{
    text-align:center;
    color:#333332;
    font:28px/24px OpenSansLight;
    display:block;
    margin:85px 0 0;
    float:left;
    width:100%;
}
.wrapper .inner .binarioption .option{
    width:100%;
    overflow:hidden;
    float:left;
}
.wrapper .inner .binarioption .option ul{
    width:705px;
    margin:83px auto 0;
}
.wrapper .inner .binarioption .option li:first-child{
    margin:0;
}
.wrapper .inner .binarioption .option li{
    float:left;
    width:126px;
    text-align:center;
    margin:0 0 0 69px;
}
.wrapper .inner .binarioption .option li:last-child{
    margin: 0 0 0 60px;
}
.wrapper .inner .binarioption .option li.active .thumbnail{
    background:#12b19c;
    transition:background 2.5s ease;
    -o-transition:background 2.5s ease;
    -webkit-transition:background 2.5s ease;
    transition:background 2.5s ease;
}
.wrapper .inner .binarioption .option li .thumbnail{
    width:85px;
    height:85px;
    display:block;
    background:#f7f7f7;
    margin:0 auto;
}
.wrapper .inner .binarioption .option li .thumbnail .ico{
    display:block;
    width:100%;
    height:100%;
    background:url(/images/a/img/stageico.png) left center no-repeat;
    z-index:1;
}
.wrapper .inner .binarioption .option li+li .thumbnail .ico{
    background:url(/images/a/img/stageico.png) -194px center no-repeat;
}
.wrapper .inner .binarioption .option li+li+li .thumbnail .ico{
    background:url(/images/a/img/stageico.png) -390px center no-repeat;
}
.wrapper .inner .binarioption .option li+li+li+li .thumbnail .ico{
    background:url(/images/a/img/stageico.png) right center no-repeat;
}
.wrapper .inner .binarioption .option li.active .thumbnail .ico{
    display:block;
    width:100%;
    height:100%;
    background:url(/images/a/img/stageico-a.png) left center no-repeat;
    z-index:1;
}
.wrapper .inner .binarioption .option li+li.active .thumbnail .ico{
    background:url(/images/a/img/stageico-a.png) -194px center no-repeat;
}
.wrapper .inner .binarioption .option li+li+li.active .thumbnail .ico{
    background:url(/images/a/img/stageico-a.png) -390px center no-repeat;
}
.wrapper .inner .binarioption .option li+li+li+li.active .thumbnail .ico{
    background:url(/images/a/img/stageico-a.png) right center no-repeat;
}
.wrapper .inner .binarioption .option li .h3{
    display:block;
    margin:20px 0 0;
    color:#333331;
    font:14px OpenSansLight;
}
.wrapper .inner .binarioption .buttonline{
    width:100%;
    margin:160px 0 0;
    float:left;
}
.wrapper .inner .binarioption .buttonline a{
    display:block;
    width:414px;
    height:58px;
    background:#f7f7f7;
    border-radius:6px;
    color:#334e5e;
    font:24px/58px OpenSansLight;
    text-align:center;
    text-transform:uppercase;
    margin:0 auto;
}
.wrapper .inner .reuters{
    width:100%;
    height:42px;
    background:#f7f7f7;
}

.wrapper .inner .reuters.hp {
	width:1000px;
	height:34px;
	position:relative;
	color:#334E5E;
}

.wrapper .inner .reuters.hp .leverate-ticker-dark {
	background:#F7F7F7!important;	
}
.wrapper .inner .reuters.hp .leverate-ticker-dark .leverate-rates-item {
	color:#334E5E!important;
}

.wrapper .inner .reuters.hp .leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-symbol,.wrapper .inner .reuters.hp .leverate-rates-ticker-container .leverate-rates-animated-row .leverate-rates-item .leverate-item-rate {
	color:#334E5E!important;
}
.wrapper .inner .reuters .logo{
    width:115px;
    height:42px;
    background:url(/images/a/img/reulogo.png) 9px center no-repeat;
    float:left;
}
.wrapper .inner .reuters .rcontainer{
    float:right;
    overflow:hidden;
    width:885px;
}
.wrapper .inner .reuters ul{
    width:1000%;
}
.wrapper .inner .reuters li{
    float:left;
    color:#334e5e;
    font:11px/42px PTSansRegular;
    padding:0 7px 0 0;
    margin:0 12px 0 0;
}
.wrapper .inner .reuters li.down{
    background:url(/images/a/img/dwnar.png) right center no-repeat;
}
.wrapper .inner .reuters li.up{
    background:url(/images/a/img/upar.png) right center no-repeat;
}

.header .inner .enterbtn:hover{
    background:#22b4c9;
}
.header .inner .enterbtn:active{
    background:#148d9f;
}
.wrapper .inner .btnbx a:hover{
    background:#11a9bf;
    color:#fff;
}
.wrapper .inner .btnbx a:active{
    background:#128d9f;
}
.wrapper .inner .welcomebox .content .openbtn{
    text-transform:uppercase;
    text-decoration:none;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.wrapper .inner .welcomebox .content .openbtn:hover{
    background:#4ec0b1;
}
.wrapper .inner .welcomebox .content .openbtn:active{
    background:#1f9281;
}
.wrapper .inner .binarioption .buttonline a.buttonColor:hover,
.wrapper .inner .binarioption .buttonline a:hover{
    background:#4ec0b1;
    text-decoration:none;
    color:#fff;
}
.wrapper .inner .binarioption .buttonline a{
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.wrapper .inner .binarioption .buttonline a.buttonColor.hover,
.wrapper .inner .binarioption .buttonline a.hover{
    background:#4ec0b1;
    text-decoration:none;
    color:#fff;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.wrapper .inner .binarioption .buttonline a.buttonColor:active,
.wrapper .inner .binarioption .buttonline a:active{
    background:#1f9281;
}
.wrapper .inner .binarioption .buttonline a.buttonColor.active,
.wrapper .inner .binarioption .buttonline a.active{
    background:#1f9281;
    color:#fff;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}



.wrapper .inner .gradientelement .mac{
    cursor:pointer;
}
.wrapper .inner .gradientelement .mac:hover .hovereffect{
    display:block;
}
.wrapper .inner .gradientelement .mac .hovereffect{
    width:490px;
    height:306px;
    background:url(/images/a/img/hovereffectbg.png);
    position:absolute;
    top: 22px;
    left: 79px;
    display:none;
}
.wrapper .inner .gradientelement .mac .hovereffect span{
    display:block;
    width:146px;
    height:18px;
    padding:36px 0 0;
    background:url(/images/a/img/replay.png) center 12px no-repeat #149cb0;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font:10px OpenSansLight;
    border-radius:8px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-22px 0 0 -73px;
    text-decoration:none;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.wrapper .inner .gradientelement .mac .hovereffect span:hover{
    background:url(/images/a/img/replay.png) center 12px no-repeat #12a9bf;
}
.wrapper .inner .welcomebox .videocontainer .hovereffect{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:none;
    cursor:pointer;
    opacity:0;
    background:url(/images/a/img/secondhbg.png);
    transition:opacity 0.6s ease;
    -o-transition:opacity 0.6s ease;
    -webkit-transition:opacity 0.6s ease;
    transition:opacity 0.6s ease;
}
.wrapper .inner .welcomebox .videocontainer:hover .hovereffect{	
    opacity:1;
}
.wrapper .inner .welcomebox .videocontainer .play{
    cursor:pointer;
    display:block;
    width:82px;
    height:54px;
    background:url(/images/a/img/playbtn.png) center center no-repeat;
    position:absolute;
    top:50%;
    left:50%;
    margin:-16px 0 0 -67px;
    z-index:30;
}



.videotop{
    width:100%;
    height:100%;
    background:rgba(49,68,79,0.91);
    position:fixed;
    top:0;
    z-index:99999;
    
    display: none;
}
.videotop .inner{
    width:880px;
    height:450px;
    position:relative;
    margin:5% auto 1%;
}
.videotop .msg{
    width:780px;
    position:relative;
    overflow:hidden;
    margin:3% auto 0;
    color:#fff;
    font:30px/62px OpenSansLight;
}
.videotop .msg a{
    display:block;
    float:right;
    width:183px;
    height:62px;
    font:16px/62px OpenSansLight;
    text-transform:uppercase;
    text-decoration:none;
    background:#13b19c;
    text-align:center;
    color:#fff;
    border-radius:6px;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.videotop .msg a:hover{
    background:#4ec0b1;
}
.videotop .msg a:active{
    background:#1f9281;
}
.videiopopup .play,
.videotop .inner .play{
    display:block;
    width:82px;
    height:54px;
    #background:url(/images/a/img/playbtn.png) center center no-repeat;
    position:absolute;
    top:50%;
    left:50%;
    margin:-22px 0 0 -41px;
    opacity:0.61;
    z-index:999;
    cursor:pointer;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}

.videiopopup .play:hover,
.videotop .inner .play:hover{
    background:url(/images/a/img/playbtn-h.png) center center no-repeat;
    opacity:0.61;
}
.wrapper .inner .welcomebox .videocontainer .play{
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.wrapper .inner .welcomebox .videocontainer:hover .play{
    background:url(/images/a/img/playbtn-h.png) center center no-repeat;
    opacity:0.77;
}
.videiopopup .close,
.videotop .close{
    display:block;
    position:absolute;
    right:-40px;
    top:-60px;
    background:url(/images/a/img/closebtn.png) left top no-repeat;
    width:45px;
    height:45px;
    z-index:200;
    cursor:pointer;
}
.videiopopup .close:hover,
.videotop .close:hover{
    background:url(/images/a/img/closebtn.png) left -60px no-repeat;
}
.videiopopup .close:active,
.videotop .close:active{
    background:url(/images/a/img/closebtn.png) left bottom no-repeat;
}
.videotops{
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0.78);
    top:0;
    z-index:5000;
    min-height:100%;
    display:none;
}
.wrapper .inner .welcomebox{
    position:relative;
}
.videiopopup{
    width:1000px;
    height:549px;
    position:absolute;
    top:0;
    z-index:9999;
    display: none;
}


.videotop div.inner div{
    background-color:black;
    height:450px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
}
.videotop video{
    height: 100%;
    width: 100%;
}
.mac .hovereffect div{
    display: none;
    margin: -1px 0px 0px -1px;
    background-color: black;
}
.mac .hovereffect video{
    height: 306px;
    width: 490px;
}

.wrapper .inner .binarioption .buttonline a.buttonColor{
    background-color:rgb(18, 177, 156);
    color:white;
}



/********************** NEW HP ********************************************/
/********************** NEW HP ********************************************/
/********************** NEW HP ********************************************/
/********************** NEW HP ********************************************/
/********************** NEW HP ********************************************/



/********************** NEW HEADER ****************************************/
/********************** NEW HEADER ****************************************/
/********************** NEW HEADER ****************************************/
/********************** NEW HEADER ****************************************/

.header .inner .enterbtn{
    display:block;
    float:right;
    height:73px;
    width:118px;
    text-align:center;
    background:#149cb0;
    color:#fff;
    font:12px/73px OpenSansRegular;
    text-transform:uppercase;
    text-decoration:none;
    z-index:999;
    position:relative;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}

/********************** NEW HEADER ****************************************/
/********************** NEW HEADER ****************************************/
/********************** NEW HEADER ****************************************/
/********************** NEW HEADER ****************************************/


/********************** NEW SIGNUP ***************************************/
/********************** NEW SIGNUP ***************************************/
/********************** NEW SIGNUP ***************************************/
/********************** NEW SIGNUP ***************************************/
/********************** NEW SIGNUP ***************************************/

.thumbscreen{
    width:100%;
    float:left;
    height:286px;
}
.container{
    width:100%;
    background:#fff;
    overflow:hidden;
    float:left;
}
.container .sidebar{
    width:310px;
    background:#f5f6f7;
    margin:0 0 0 30px;
    float:left;
    padding:0 0 40px;
}
.container .sidebar .h2{
    color:rgba(51,78,94,0.67);
    font:24px OPenSansLight;
    display:block;
    margin:70px 0 0;
    text-align:center;
}
.container .sidebar ul{
    width:100%;
    float:left;
    margin:37px 0 0;
}
.container .sidebar ul li:first-child{
    margin:0;
}
.container .sidebar ul li{
    width:100%;
    margin:90px 0 0;
}
.container .sidebar ul li .thumb{
    width:100%;
    text-align:center;
}
.container .sidebar ul li .title{
    text-align:center;
    display:block;
    color:#333331;
    font:16px OpenSansRegular;
    margin:15px 0 17px;
}
.container .sidebar ul li .description{
    color:#333331;
    text-align:center;
    font:13px OpenSansRegular;
}
.container  .content{
    width:625px;
    margin:0 15px;
    float:right;
}
.container  .content .h3{
    width:92%;
    color:#333332;
    text-align:center;
    font:24px OpenSansLight;
    margin:73px 0 50px;
    display:block;
}
.container  .content .formcontainer{
    width:100%;
}
.container  .content .formcontainer .item{
    width:100%;
    margin:13px 0 0;
    float:left;
    position:relative;
}
.container  .content .formcontainer .callback{
    width:100%;
    margin:21px 0 9px;
    float:left;
}
.container  .content .formcontainer .callback .checkboxitem{
    float:left;
    color:#333332;
    font:16px/16px OpenSansLight;
    margin:0 0 0 45px;
}
.container  .content .formcontainer .countrychoose{
    height:28px;
    border-bottom:1px solid rgba(202,202,200,0.55);
    width:234px;
    text-align:center;
    color:#333332;
    font:14px/37px OpenSansLight;
    float:left;
}
.container  .content .formcontainer .countrychoose b{
    color:#a1a19d;
    padding:0 34px 0 0;
    background:url(/images/a/img/dropparrow.png) right 4px no-repeat;
    position:relative;
    top:-4px;
}
.container  .content .formcontainer .callback .time{
    float:left;
    margin:0 0 0 45px;
    height: 28px;
}
.container  .content .formcontainer .callback .time div{
    float:left;
    color:#a1a19d;
    font:15px OpenSansLight;
}
.container  .content .formcontainer .callback .time .mnts,
.container  .content .formcontainer .callback .time .hrs{
    padding:0 25px 0 0;
    background:url(/images/a/img/dropparrow.png) right 6px no-repeat;
}
.container  .content .formcontainer .callback .time .dot{
    margin:0 -35px;
}
.container  .content .formcontainer .item .currency{
    float:left;
    width:290px;
    margin:0 0 19px;
}
.container  .content .formcontainer .item .currency li{
    width:100%;
    color:#333332;
    font:14px OpenSansLight;
    float:left;
}
.container  .content .formcontainer .item .currency li label{
    margin:0;
    width:auto;
}
.container  .content .formcontainer .item label{
    width:148px;
    float:left;
    color:#333332;
    font:16px/37px OpenSansLight;
    margin:0 0 0 45px;
}
.container  .content .formcontainer .item  input[type="password"],
.container  .content .formcontainer .item  input[type="text"]{
    height:27px;
    border:none;
    border-bottom:1px solid rgba(202,202,200,0.55);
    width:234px;
    text-align:center;
    color:#333332;
    font:14px OpenSansLight;
}

.container  .content .formcontainer .item #prefix {
	width:34px;
}
.container  .content .formcontainer .item #phone {
	width:200px;
}
.container  .content .formcontainer .item  input[type="text"]:focus,
.container  .content .formcontainer .item  input[type="password"]:focus{
    border-bottom:1px solid #82bce0;
}
.container  .content .formcontainer .item  .prp .container{
    overflow-y:scroll;
    padding:0 40px 0 0;
    height:161px;
}
.container  .content .formcontainer .item  .prp{
    width:467px;
    height:161px;
    border:1px solid #cacac8;
    overflow:hidden;
    color:#a1a19d;
    font:12px OpenSansLight;
    margin: 12px 0 0 45px;
}
.container .content .formcontainer .item.checked{
    margin:27px 0 0 18px;
}
.container .content .formcontainer .item.checked  + .item.checked{
    margin:17px 0 0 18px;
}
.container  .content .formcontainer .item  .prp .inner{
    margin:0px 15px 0;
    width:auto;
}
.container  .content .formcontainer .item.checked label{
    width:auto;
    color:#a1a19d;
    font:12px OpenSansLight;
}
.container  .content .formcontainer .item.checked input[type="checkbox"] {
	display:inline;
	visibility:hidden;
}
.container  .content .formcontainer .item.checked input[type="checkbox"] + label span, .container  .content .formcontainer .item.checked input[type="checkbox"] + div.validatemsg + label span {
    margin:-1px 11px 0 0;
    float:left;
}
.container  .content .formcontainer .item.checked  b{
    padding:0 0 0 29px;
    display:block;
    width:420px;
}
.container  .content .formcontainer .capcha{
    width:100%;
    float:left;
    margin:49px 0 0;
}
.container  .content .formcontainer .capcha label{
    margin:0 0 0 45px;
    width:165px;
    float:left;
    color:#333332;
    font:16px/39px OpenSansLight;
}
.container  .content .formcontainer .capcha input[type="text"]:focus{
    border-bottom:1px solid #81bce1;
    color:#333332;
}
.container  .content .formcontainer .capcha input[type="text"]{
    width:174px;
    height:34px;
    border:none;
    border-bottom:1px solid rgba(202,202,200,0.55);
    text-align:center;
    color:#a1a19d;
    float:left;
    font:14px OpenSansLight;
}
.container  .content .formcontainer .capcha .capchaimg{
    float:left;
    margin:0 0 0 34px;
}

.container  .content .formcontainer .submiting{
    width:100%;
    float:left;
    margin:59px 0 0;
}
.container .content .formcontainer .submiting input[type="submit"]{
    #width:170px;
    height:49px;
    background:#13b19c;
    color:#fff;
    font:16px/49px OpenSansRegular;
    border-radius:10px;
    text-align:center;
    border:none;
    text-transform:uppercase;
    margin:0 auto;
    display:block;
    left: -32px;
    position: relative;
    cursor:pointer;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.container  .content .formcontainer .submiting input[type="submit"]:hover{
    background:#4ec0b1;
}
.container  .content .formcontainer .submiting input[type="submit"]:active{
    background:#1f9281;
}
/*checbox*/
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span, .container .content .formcontainer .item.checked label span {
    display:inline-block;
    width:19px;
    height:18px;
    margin:-3px 19px 0 0;
    vertical-align:middle;
    background:url(/images/a/img/checkbox.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span, .container .content .formcontainer .item.checked input[type="checkbox"]:checked + label span, .container .content .formcontainer .item.checked input[type="checkbox"]:checked + div.validatemsg + label span  {
    background:url(/images/a/img/checkbox.png) -21px top no-repeat;
}
/*radio*/
input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display:inline-block;
    width:20px;
    height:30px;
    margin:-3px 19px 0 0;
    vertical-align:middle;
    background:url(/images/a/img/radiobtn.png) right 5px no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(/images/a/img/radiobtn.png) left center no-repeat;
}


.countrychoose{
    position:relative;
    cursor:pointer;
}
.container .content .formcontainer  .countrychoose:hover b{
    #color:#353534;
    background:url(/images/a/img/dropparrow-t.png) right 6px no-repeat
}
.container .content .formcontainer .callback.active .time div{
    color:#353534;
}
.countrychoose:hover .scroll-pane{
    padding-top: 10px;
    opacity: 1;
    left:0;
}
.countrychoose .scroll-pane {
    position: relative;
    z-index: 9999;
    background: #f6f6f3;
    top:-8px;
    opacity: 0;
    right:-10000px;
}



.countrychoose .scroll-pane li{
    width:187px;
    height:31px;
    color:#717171;
    font:14px/30px OpenSansRegular;
    padding: 0 0 0 54px;
    text-align:left;
    cursor:pointer;
    margin:0 0 3px 0;
    transition:background 0.6s ease;
    -o-transition:background 0.6s ease;
    -webkit-transition:background 0.6s ease;
    transition:background 0.6s ease;
}
.countrychoose .scroll-pane li:hover{
    background:#82bce0;
    color:#fff;
}

.countrychoose .jspPane{
    margin-top: 10px;
}

.container .content .formcontainer input[type="text"].validatemsg, .container .content .formcontainer input[type="password"].validatemsg{
    border-bottom:1px solid rgba(246,148,30,0.55);
}
.container .content .formcontainer .item div.validatemsg{
    position:absolute;
    width:234px;
    text-align:center;
    color:#f6941e;
    font:12px OpenSansRegular;
    left:193px;
}
div.done{
    display:block;
}
.container .content .formcontainer .item input[type="text"].done + div,
.container .content .formcontainer .item input[type="password"].done + .done{
    display: block !important;
    color: white;
    width:32px;
    height:38px;
    position:absolute;
    background:url(/images/a/img/doneico.png) no-repeat;
    left:430px;
    top:0;
    z-index:200;
}


.scroll-pane{
    height:108px;
    top:0px;
    overflow:hidden;
}


.jspHorizontalBar{
    opacity:0;
}
.container.scroll-pane{
    opacity: 1;
    height:161px;
    width:433px;
}


.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: none;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: none;
    position: relative;
}

.jspDrag
{
    background: rgba(83,83,80,0.14);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 6px;
    border-radius:4px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

.container.scroll-pane .jspPane{
    padding: 0px;
    width: 450px;
}


/********************** NEW SIGNUP ***************************************/
/********************** NEW SIGNUP ***************************************/
/********************** NEW SIGNUP ***************************************/
/********************** NEW SIGNUP ***************************************/
/********************** NEW SIGNUP ***************************************/

.footer{
    width:100%;
    background:#334e5e;
    overflow:hidden;
    padding:40px 0 20px;
    min-width:1000px;
}
.footer .contact{
    width:940px;
    margin:0 auto 36px;
    overflow:hidden;
}
.footer .contact .h5{
    font:24px PTSans;
    color:#eaf1f4;
    text-transform:uppercase;
    display:block;
    margin:0 0 25px;
}
.footer .contact .number{
    float:left;
    padding:0 0 0 25px;
    background:url(/images/a/img/phone.png) no-repeat;
    color:#eaf1f4;
    font:14px/14px OpenSansRegular;
    width:292px;
}
.footer .contact .number li:first-child{
    margin:0;
}
.footer .contact .number li{
    margin:20px 0 0 0;
}

.footer .contact .number li span {
	color:#c2c2c2;	
}

.footer .contact .online-chat{
    float:left;
    margin:0 0 0 94px;
    width:120px;
}
.footer .contact .online-chat .och{
    background:url(/images/a/img/online-chat-ico.png) left top no-repeat;
    color:#eaf1f4;
    font:13px Helvetica;
    padding:0 0 2px 33px;
}
.footer .contact .online-chat .och:hover{
    background:url(/images/a/img/online-chat-ico-h.png) left top no-repeat;
    border-bottom:none;
}

.footer .contact .online-chat .social{
    margin:15px 0 0;
}
.footer .contact .online-chat .social li:first-child{
    margin:0;
}
.footer .contact .online-chat .social li{
    float:left;
    margin:0 0 0 20px;
}
.footer .contact .online-chat .social li a{
    display:block;
    width:26px;
    height:26px;
    background-image:url(/images/a/img/social_btn.png);
}
.footer .contact .online-chat .social li a.fb{
    background-position:left top;
}
.footer .contact .online-chat .social li a.fb:hover{
    background-position:left -27px;
}
.footer .contact .online-chat .social li a.fb:active{
    background-position:left -54px;
}
.footer .contact .online-chat .social li a.gpl{
    background-position:73px top;
}
.footer .contact .online-chat .social li a.gpl:hover{
    background-position:73px -27px;
}
.footer .contact .online-chat .social li a.gpl:active{
    background-position:73px -54px;
}
.footer .contact .online-chat .social li a.tw{
    background-position:right top;
}
.footer .contact .online-chat .social li a.tw:hover{
    background-position:right -27px;
}
.footer .contact .online-chat .social li a.tw:active{
    background-position:right -54px;
}


.footer .contact  .another-ct{
    float:right;
    width:205px;
    color:#eaf1f4;
    font:14px Helvetica;
}
.footer .contact  .another-ct .skype{
    padding:0 0 0 30px;
    background:url(/images/a/img/skype.png) left top no-repeat;
    display:block;
    margin:0 0 16px;
    height:20px;
}
.footer .contact  .another-ct .mail{
    padding:0 0 0 30px;
    background:url(/images/a/img/mail-ico.png) left center no-repeat;
    display:block;
    height:19px;
}

.footer .payment{
    width:100%;
    float:left;
    height:97px;
    background:#fff;
}
.footer .payment .inner{
    width:940px;
    margin:0 auto;
}
.footer .payment .title{
    color:#2c3d51;
    font:24px/97px PTSans;
    width:270px;
    text-transform:uppercase;
    float:left;
    text-indent:18px;
}
.footer .payment  ul{
    width:670px;
    float:left;
}
.footer .payment  ul li{
    width:63px;
    height:97px;
    float:left;
}
.footer .payment  ul li+li{
    width:73px;
    margin:0 0 0 95px;
}
.footer .payment  ul li+li+li{
    width:134px;
    margin:0 0 0 78px;
}
.footer .payment  ul li+li+li+li{
    width:136px;
    margin:0 0 0 79px;
}
.footer .payment  ul li a{
    display:block;
    height:97px;
    background-repeat:no-repeat;
}

.footer-navi{
    width:960px;
    #margin:0 auto 15px;
    padding:30px 0 27px;
    overflow:hidden;
    position:relative;
    #display: flex;
	justify-content: space-between;
}
.footer-navi .item{
    float:left;
    margin:0 23px 0 29px;
}
.footer-navi .item:nth-child(2){
    #margin:0 0 0 69px;
}
.footer-navi .item:nth-child(3){
    #margin:0 0 0 121px;
}
.footer-navi .item:nth-child(4){
    #margin:0 0 0 109px;
}
.footer-navi .item:nth-child(5){
    #margin:0 0 0 115px;
}
.footer-navi .item:nth-child(6){
    #margin:0 0 0 107px;
}
.footer-navi .item .h6{
    color:#eaf1f4;
    font:13px/14px OpenSansRegular;
    display:block;
}
.footer-navi .item .h6 a{
    color:#fff;
}
.footer-navi .item li a{
    color:#eaf1f4;
    font:14px PTSans;
}
.f-logo{
    display:block;
    width:47px;
    height:47px;
    background:url(/images/a/img/f-logo.png) no-repeat;
    margin:28px auto 0;
}
.footer .copyraight{
    width:100%;
    text-align:center;
    color:rgba(255,255,255,0.39);
    width:960px;
    margin:0 auto;
    font:10px/16px OpenSansRegular;
}


.marked {
	color: #16b29d;
	font-size: 18px;
}

.small-text {
	text-align: left;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.button {
	font-size: 11.84px;
	color: white;
	background: #fdcd09;
	width: 100px;
	/*height: 50px;*/
	padding:15px;
	border-radius: 10px;
	margin: 5px auto;
}

.light {
	background: #16b29d;
}

.button:hover {
	background: #16b29d;	
}

.light:hover {
	background: #1d4862;
}

.privacypage {

}


.lessonpage.assets .content p {
	text-align: center;
}

section.newspage .inner a img {
	max-width:650px;
}
///////////////////////////registrationForm///////
/*Container style*/
.wrapper{
	background:#fff;
	width:1000px;
	margin:0 auto;
}
.reg-screen{
	height:517px;
	position:relative;
	width:100%;
}
.reg-screen > img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.reg-screen .form{
	width:234px;
	height:431px;
	background:rgba(23, 70, 98, 0.75);
	#background:none repeat scroll 0 0 #334e5e;
	position:absolute;
	right:28px;
	#right:0;
	top:24px;
	padding:37px 36px 0;
}
.reg-screen .form .item:first-child{
	margin:0;
}
.reg-screen .form .item{
	width:100%;
	float:left;
	margin:23px 0 0;
    position: relative;
}
.reg-screen .form .item input[type="submit"]{
	width:232px;
	height:51px;
	text-align:center;
	background:#fded0f;
	#border-radius:4px;
	border:none;
	padding:0;
	margin:0 1px;
	cursor:pointer;
	color:#22292e;
	font:20px OpenSansRegular;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(159,113,0,0.64);
    -moz-box-shadow: 0px 4px 0px 0px rgba(159,113,0,0.64);
    box-shadow: 0px 4px 0px 0px rgba(159,113,0,0.64);
}
.reg-screen .form .item input[type="submit"]:hover{
	background:#f6eb56;
}
.reg-screen .form .item input[type="submit"]:active{
	background:#e6d11b;
}
.reg-screen .form .item input[type="password"],
.reg-screen .form .item input[type="text"]{
	width:192px;
	height:43px;
	background:#fff;
	border:1px solid #dfdfdf;
	padding:0 19px;
	color:#9d9c9c;
	font:14px OpenSansRegular;
    position: relative;
}
.reg-screen .form .item input[name="phone"]{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    color: #9D9C9C;
    font: 14px OpenSansRegular;
    height: 43px;
    padding: 0 25px;
    position: relative;
    width: 127px;
    margin-left: 53px;
}

}
.reg-screen .form .item .select{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 12px 0 0 5px;
    display: inline-block;
}
.reg-screen .form .item .select .pins{
    float: left;
}
.reg-screen .form .item .select .pins li{
    width: 20px;
    height: 20px;
    display: none;
}
.reg-screen .form .item .select .pins li.selected{
    display: block;
    width: 20px;
    height: 20px;
}
.reg-screen .form .item .select .pins li.active{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.reg-screen .form .item .select .check{
    background: url("/images/a/img/langarrow-form-top.png") center top no-repeat;
    width: 13px;
    height: 8px;
    float: right;
    margin: 5px 0 0 11px;
    cursor: pointer;
}
.reg-screen .form .item a{
	text-decoration:underline;
	color:#fff;
}
.reg-screen .form .item p{
	color:#fff;
	font:12px OpenSansLight;
	text-align:center;
}
.reg-screen .text-box {
  left: 290px;
  margin-top: 56px;
  position: absolute;
  top: 0;
  width: 290px;
}
.reg-screen .text-box .h2{
	color:#fff;
	font:48px/48px RobotoLightCondBold;
	text-transform:uppercase;
}
.reg-screen .text-box .description{
	color:#fff;
	font:18px/24px RobotoCondensedLight;
	margin:25px 0 0;
	display:block;
}
.reg-screen .text-box .see-video{
	display:block;
	width:184px;
	height:39px;
	padding:0 0 0 36px;
	background:url(/images/a/img/videobtn_bg.jpg) left top no-repeat #334e5e;
	color:#fff;
	font:18px/39px RobotoCondensedLight;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin:50px 0 0 7px;
    cursor: pointer;
}
.reg-screen .text-box .see-video:hover{
	background:url(/images/a/img/videobtn_bg.jpg) left top no-repeat #3f6276;
}
.reg-screen .text-box .see-video:active{
	background:url(/images/a/img/videobtn_bg.jpg) left top no-repeat #2a414e;
}
/*.news-line{
	width:100%;
	height:61px;
	background:#334e5e;
	font:14px/61px OpenSansLight;
	color:#fff;
}
.news-line p{
	margin:0 2px;
}*/


/*////////////////*bottom form registration*/
.header .inner .enterbtn:hover{
        background:#556c80;
}
.header .inner .enterbtn:active{
	background:#4b5f6f;
}
.form_bottom form .item .select .pins{
	width:88px;
	max-height:203px;
	background:#fff;
	position:absolute;
}
.form_bottom form .item .select .pins li.active{
	width:86px;
	height:32px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}
.form_bottom form .item .select .pins li:last-child{
	border-bottom:1px solid #dfdfdf;
}
.form_bottom form .item .select .pins li{
	width:86px;
	height:32px;
}
.form_bottom form .item .select .pins li img{
	float:left;
	margin:7px 12px 0 14px;
}
.form_bottom form .item .select .pins li b{
    color:#6abeee;
    float:left;
    font:14px/32px OpenSansLight;
}
.reg-screen .form .item .select .pins li b{
	float:left;
	font:14px/32px OpenSansLight;
	color:#333232;
}
.form_bottom form .item .select .pins li:hover{
	background:rgba(236,234,234,0.65);
}
.form_bottom form .item .select .pins li.selected {
	height:43px !important;
	width:86px;
}
.form_bottom form .item .select .pins li.selected:hover {
	background:none;
}
.form_bottom form .item .select .pins li.selected img{
	margin:12px 0 0 15px;
}
.form_bottom form .item .select .pins li.selected b{
	display:none;
}

/*.form_bottom form .item .select .check.rotated{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 
    -webkit-transform:rotate(180deg); 
}*/
.form_bottom form .item .select .pins{
	background:#2f5369;
}
.form_bottom form .item .select .pins li.active{
	width:86px;
	height:32px;
	border-left:1px solid #6abeee;
	border-right:1px solid #6abeee;
}
.form_bottom form .item .select .pins li.active:first-child{
	border-top:1px solid #6abeee;
}
.form_bottom form .item .select .pins li:last-child{
	border-bottom:1px solid #6abeee;
}
.form_bottom form .item .select{
	top:-13px;
	left:-6px;
}


.form_bottom{
    width: 100%;
    height: 348px;
    float: left;
    background-color: #2f5369;
}
.form_bottom .h2{
    font: 28px/28px OpenSansLight;
    color: #fff;
    display: block;
    text-align: center;
    margin: 55px 0 65px 0;
}
.form_bottom form{
    width: 950px;
    height: 205px;
    display: block;
    margin: 0 auto;
}
.form_bottom form .item{
    display: inline-block;
    width: 199px;
    height: 42px;
    margin-right: 42px;
    border-bottom: 1px solid #6abeee;
    position: relative;
}
.form_bottom form .item:nth-of-type(4){
    margin-right: 0;
}
.form_bottom form .item:nth-of-type(4) input{
    margin-left: 85px;
    width: 100px;
}
.form_bottom form .item input{
    display: inline-block;
    width: 199px;
    height: 29px;
    font: 16px OpenSansLight;
    color: #6abeee;
    border: none;
    background-color: #2f5369;
    padding: 5px;
    position: relative;
}
.form_bottom form .item .select{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 12px 0 0 0;
    display: inline-block;
    background-color: #2F5369;
}
.form_bottom form .item .select .pins{
    float: left;
    top:-15px;
    height: 38px;
    overflow-y: hidden;
    
}

.form_bottom form .item .select .pins li{
    width: 20px;
    height: 20px;
    display: none;
}
.form_bottom form .item .select .pins li.selected{
    display: block;
    width: 20px;
    height: 20px;
}
/*.form_bottom form .item .select .pins li.active{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}*/
.form_bottom form .item .select .active{
	float: left;
    top:-15px;
	border: 1px solid #6ABEEE;
	overflow-y: scroll;
	width: 113px;
	max-height:184px;
	margin: -14px 0 0;
	overflow-x: hidden;
	background-color: #2F5369;
}


.form_bottom form .item .select .active li{
    #width: 64px;
    height: 20px;
    display: none;
    padding: 10px;
    
    cursor: pointer;
    color:#6ABEEE;
    
   
}
.form_bottom form .item .select .active li img{
	padding-top:4px;
	float: left;
	
}
.form_bottom form .item .select .active li:hover{
    background:#DFDFDF;
}
.form_bottom form .item .select .active li b{
    float: right;
    padding-top:4px;
    padding-right:5px;
    font:15px OpenSansLight;
}
.about_box .form form .submit input:hover{
    background:#f6eb59;
     cursor: pointer;
}
.form_bottom form .item .select .active li.selected{
    display: block;
    #width: 64px;
    height: 20px;
    overflow-y:hidden;
}
/*////////////////news-line*/
.news-line{
	width:100%;
	height:61px;
	background:#334e5e;
	font:14px/61px OpenSansLight;
	color:#fff;
	overflow: hidden;
}
.news-line a{
	margin:0 10px;
	font:14px/61px OpenSansLight;
	color:#fff;
}
/*.form_bottom form .item .select .active li.active{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}*/
.form_bottom form .item .select .check{
    background: url("/images/a/img/langarrow-form.png") center top no-repeat;
    width: 13px;
   
    float: right;
    margin: 3px 0 0 7px;
    cursor: pointer;

	left:43px;
	
	height:9px;
	z-index:999;
	position:absolute;
	display:block;
}
/*.form_bottom form .item .select .check1{
    background: url("/images/a/img/langarrow-form.png") center top no-repeat;
    width: 13px;
    height: 8px;
    float: left;
    margin: 5px -43px 0 ;
    cursor: pointer;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 
    -webkit-transform:rotate(180deg); 
}*/
.form_bottom form .submit input{
    display: block;
    width: 232px;
    height: 55px;
    font: 16px OpenSansLight;
    color: #1b2f3b;
    border: none;
    background-color: #fded0f;
    padding: 5px;
    border-radius: 5px;
    margin: 60px auto;
    cursor: pointer;
    text-transform: uppercase;
}
.form_bottom form .submit input:hover{
    background:#f6eb59;
}
.form_bottom form .submit input:active{
    background:#e6d11b;
}
/*trand-box*/
.inner .trand_box{
	float:right;
	width:321px;
	height:411px;
	background:#334e5e;
	margin:0 9px 0 0;
}
.inner .trand_box .h2{
	height:78px;
	float:left;
	width:100%;
	color:#fff;
	font:24px/78px OpenSansLight;
	text-align:center;
	margin:0 0 12px 0;
}

.inner .trand_box .progresslineitem{
	width:100%;
	float:left;
	font:10px OpenSansRegular;	
	margin:0 0 16px 41px;
}
.inner .trand_box .progresslineitem .title{
	width:65px;
	float:left;
	color:#fff;
}
.inner .trand_box .progresslineitem .s-persent,
.inner .trand_box .progresslineitem .f-persent{
	width:30px;
	float:left;
	color:#fff;
}
.inner .trand_box .progresslineitem .itemlinep{
	width:97px;
	position:relative;
	height:7px;
	background:#e44737;
	float:left;
	top:4px;
	margin:0 5px 0 0;
}

.about_box {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-bottom: 9px;
    width: 100%;
}
/******************registration side box**/

.container .sidebar_new{
    width:310px;
    background:#f5f6f7;
    margin:0 0 0 30px;
    float:left;
    padding:0 0 40px;
}
.container .sidebar_new .h2{
    color:rgba(51,78,94,0.67);
    font:24px OPenSansLight;
    display:block;
    margin:70px 0;
    text-align:center;
}
.container .sidebar_new ul{
    width:100%;
    float:left;
    margin-bottom: 77px;
}
.container .sidebar_new ul li:first-child{
    margin:0;
}
.container .sidebar_new ul li{
    width:260px;
    margin:90px 0 0;
}
.container .sidebar_new ul li .thumb{
    width:100%;
    text-align:center;
}
.container .sidebar_new ul li .thumb img{
    margin-left:35px;
}
.container .sidebar_new ul li .title{
    text-align:center;
    display:block;
    color:#333331;
    font:16px OpenSansLight;
    margin:15px 0 17px 50px;
}
/*.container .sidebar_new ul li .description{
    color:#333331;
    text-align:center;
    font:16px OpenSans;
}*/
.container .sidebar_new ul li .description ul li{
    background: url("/images/a/img/hec_registration.png") no-repeat scroll left -2px rgba(0, 0, 0, 0);
    color:#333331;
    text-align: left;
    padding-left: 30px;
    font:12px OpenSansLight;
     margin: 0 10px 10px;
}
.container .sidebar_new ul li .description ul li span{
    padding-right: 4px;
    text-align: right;
    color:#81BCE1;
    font:16px OpenSansLight;
}
	
	.platformtrand{
    float:right;
    width:240px;
    border-left:1px solid #dde0df;
    padding:0 0 0 30px;
    margin:15px 0 0;
}
.platformtrand .label{
    display:block;
    color:#333332;
    font:24px/24px RobotoLightCond;
    text-transform:uppercase;
    margin:0 0 25px;
}

.reg-screen .text-box .cert {
	background: url("/images/a/img/cert-small.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    display: none;
    font: 12px OpenSansLight;
    height: 35px;
    margin: 23px 0 0;
    padding: 0 0 0 36px;
    text-decoration: none;
}
.form .cert {
    display:none;
}
.reg-screen .text-box .cert span {
	display:block;
}

.reg-screen .text-box .cert span b {
	font: 12px OpenSansSemibold;
}

.reg-screen .text-box .cert span:last-child {
	font-size:12px;
}



.footer .contact  .another-ct .cert  {
    margin: 35px 0 0 0px;	
    font:12px OpenSansLight;
    color:#fff;
}
.footer .contact  .another-ct .cert a { 
	color:#fff;;	
}
.footer .contact  .another-ct .cert a:hover {
	text-decoration:underline;
	cursor:pointer;	
}
.footer .contact  .another-ct .cert span:first-child {
	background: url("/images/a/img/cert-small.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    display: block;
    font: 14px/36px OpenSansRegular;
    height: 35px;
    padding: 0 0 0 36px;
    text-decoration: none;
}
.error_text{
   margin:auto;
    width:auto;
    padding: 10px 20px 20px 20px;
    color: red;
    text-align: center; 
}

.error_bar{
    background: none repeat scroll 0 0 #FDEEF4;
    border-radius: 6px;
    float: left;
    margin-left: 112px;
    margin-top:20px;
    width: 739px;
    clear: both;
    padding: 10px 20px 20px 20px;
    color: red;
    text-align: center;
    display:none;
    font: 16px OpenSansRegular;
}

.error_credit{
    
    font-size: 13px;
    
}
/* NEW YEAR!!! :D */
body.new-year .header .inner .logo {
    background:url(/images/a/img/logo.png) no-repeat;
    height: 37px;
    margin-top: 24px;
}
body.new-year .reg-screen .form {
    right: 0;
    background-color: #4f6674;
}

.zulutrade {
    font-family: RobotoCondensedLight, serif;
    display: table;
    border-collapse: collapse;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #c3cbce;
    width: 1000px;
    margin: 20px auto;
    background-color: white;
    overflow: auto;
    height: 73px;
    letter-spacing: -0.02em;
    position: relative;
}
.zulutrade > div {
    display: table-row;
}
.zulutrade > div > div {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.zulutrade > div > div.hidden {
    display: none;
}

.zulutrade div.zulutrade-title {
    text-align: left;
    color: #ff9540;
    font-size: 30px;
    font-weight: 300;
    padding-left: 50px;
}
.zulutrade img {
    position: relative;
    top: 3px;
}
.zulutrade div.zulutrade-note {
    color: #6d8b9c;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    line-height: 17px;
}
.zulutrade div.zulutrade-button {
    text-align: right;
    padding: 0 30px;
    letter-spacing: normal;
    width: 230px;
    box-sizing: border-box;
}
.zulutrade div.zulutrade-button a {
    background-color: rgba(255, 149, 64, 0.5);
    display: inline-block;
    border: 1px solid transparent;
    height: 36px;
    width: 174px;
    text-align: center;
    text-decoration: none;
    color: #334e5e;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    transition: background-color 0.5s, border-color 0.5s;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.zulutrade  div.zulutrade-button a:hover {
    border: 1px solid #ffb87f;
    background-color: rgba(255, 255, 255, 0.5);
}
.zulutrade  div.zulutrade-confirmed {
    color: #ff9540;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}
.zulutrade  div.zulutrade-confirmed > img {
    left: 12px;
}
.zulutrade div.zulutrade-loader {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}
.zulutrade div.zulutrade-loader img {
    vertical-align: top;
    margin-top: 5px;
}
.btns li .playbutton2, #btn3 .playbutton2 {
    margin-left: 86px;
}
li .playbutton2 {
    background: url("/images/a/img/studyicoclosed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 54px;
    margin: 0 auto;
    position: relative;
    top: -153px;
    width: 81px;
}

.header--title_text {
    margin: 0;
    padding: 0;
}
/** -----form------ **/
.form_page:before,
.form_page:after {
    content: "";
    display: table;
}
.form_page:after {
    clear: both;
}
body .wrapper .form_page {
    margin-top: 23px;
    margin-bottom: 20px;
}
.header--title_text {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    letter-spacing: -0.005em;
    line-height: 1.25;
}
.header--title {
    background-color: #334e5e;
    position: relative;
    padding: 15px 30px 19px 30px;
}

.modal-iframe .header--title {
    padding: 10px 30px 14px 30px;
    z-index:3;
}

.form_content {
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: 25px 30px 0 30px;
    /** form fields **/
    /** end form fields **/
}
.form_content:before,
.form_content:after {
    content: "";
    display: table;
}
.form_content:after {
    clear: both;
}
.form_content--top {
    position: relative;
}
.form_content--fields {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin-right: 15px;
    width: 625px;
    position: relative;
    z-index: 3;
}
.form_content--banner {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    right: 0;
    top: 0;
    /*bottom 77px*/
    bottom: 0;
    position: absolute;
    border: 1px solid #b9c4ca;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_content--banner_holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #fff;
}
.form_content--banner:after {
    display: block;
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #fff;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 23px;
    border: 1px solid #b9c4ca;
    left: -13px;
}
.form_content--banner_title {
    position: absolute;
    z-index: 3;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #fff;
    left: 36px;
    right: 36px;
    top: 31px;
}
.form_content--banner_image {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.form_content--button {
    text-align: center;
    margin: 23px auto 0 auto;
    position: relative;
    display: table;
}
.form_content--button span {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.form_content--button.active span {
    opacity: 0;
}
.form_content--field {
    position: relative;
}
.form_content--field.error input[type="text"],
.form_content--field.server_error input[type="text"],
.form_content--field.error input[type="phone"],
.form_content--field.server_error input[type="phone"],
.form_content--field.error input[type="email"],
.form_content--field.server_error input[type="email"],
.form_content--field.error input[type="password"],
.form_content--field.server_error input[type="password"] {
    border-color: #f00;
    color: #f00;
}
.form_content--field.error input[type="text"]:focus,
.form_content--field.server_error input[type="text"]:focus,
.form_content--field.error input[type="phone"]:focus,
.form_content--field.server_error input[type="phone"]:focus,
.form_content--field.error input[type="email"]:focus,
.form_content--field.server_error input[type="email"]:focus,
.form_content--field.error input[type="password"]:focus,
.form_content--field.server_error input[type="password"]:focus,
.form_content--field.error input[type="text"]:active,
.form_content--field.server_error input[type="text"]:active,
.form_content--field.error input[type="phone"]:active,
.form_content--field.server_error input[type="phone"]:active,
.form_content--field.error input[type="email"]:active,
.form_content--field.server_error input[type="email"]:active,
.form_content--field.error input[type="password"]:active,
.form_content--field.server_error input[type="password"]:active {
    border-color: #467a99;
    color: #333;
}
.form_content--field + .form_content--field {
    margin-top: 13px;
}
.form_content--field_label {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    color: #425f70;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 255px;
    line-height: 1.25;
    position: relative;
    top: -1px;
}
.form_content--field_input_big {
    width: 262px;
}
.form_content--field_input_small {
    width: 150px;
    margin-left: 13px;
}
.form_content--field_input_prefix {
    width: 99px;
}
.form_content--field_input {
    cursor: pointer;
}
.list_open .form_content--field_input {
    background-color: #c8dcdc;
    border-color: #467a99;
}
.form_content--field_input:hover {
    border-color: #467a99;
}
.form_content--field input[type="text"],
.form_content--field input[type="phone"],
.form_content--field input[type="email"],
.form_content--field_input,
.form_content--field input[type="password"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b9c4ca;
    padding: 0 15px;
    line-height: 1.25;
    position: relative;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.form_content--field input[type="text"]:active,
.form_content--field input[type="phone"]:active,
.form_content--field input[type="email"]:active,
.form_content--field_input:active,
.form_content--field input[type="password"]:active,
.form_content--field input[type="text"]:focus,
.form_content--field input[type="phone"]:focus,
.form_content--field input[type="email"]:focus,
.form_content--field_input:focus,
.form_content--field input[type="password"]:focus {
    border-color: #467a99;
}
.form_content--field input[type="text"].input_big,
.form_content--field input[type="phone"].input_big,
.form_content--field input[type="email"].input_big,
.form_content--field_input.input_big,
.form_content--field input[type="password"].input_big {
    width: 262px;
}
.form_content--field input[type="text"].input_small,
.form_content--field input[type="phone"].input_small,
.form_content--field input[type="email"].input_small,
.form_content--field_input.input_small,
.form_content--field input[type="password"].input_small {
    width: 150px;
    margin-left: 13px;
}
.form_content--field input[type="text"]::-webkit-input-placeholder,
.form_content--field input[type="phone"]::-webkit-input-placeholder,
.form_content--field input[type="email"]::-webkit-input-placeholder,
.form_content--field_input::-webkit-input-placeholder,
.form_content--field input[type="password"]::-webkit-input-placeholder {
    color: #b5b5b5;
    padding-top: 1px;
}
.form_content--field input[type="text"]:-moz-placeholder,
.form_content--field input[type="phone"]:-moz-placeholder,
.form_content--field input[type="email"]:-moz-placeholder,
.form_content--field_input:-moz-placeholder,
.form_content--field input[type="password"]:-moz-placeholder {
    color: #b5b5b5;
}
.form_content--field input[type="text"]::-moz-placeholder,
.form_content--field input[type="phone"]::-moz-placeholder,
.form_content--field input[type="email"]::-moz-placeholder,
.form_content--field_input::-moz-placeholder,
.form_content--field input[type="password"]::-moz-placeholder {
    color: #b5b5b5;
}
.form_content--field input[type="text"]:-ms-input-placeholder,
.form_content--field input[type="phone"]:-ms-input-placeholder,
.form_content--field input[type="email"]:-ms-input-placeholder,
.form_content--field_input:-ms-input-placeholder,
.form_content--field input[type="password"]:-ms-input-placeholder {
    color: #b5b5b5;
}
.form_content--field input[type="text"] img,
.form_content--field input[type="phone"] img,
.form_content--field input[type="email"] img,
.form_content--field_input img,
.form_content--field input[type="password"] img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.form_content--field input[type="text"] span,
.form_content--field input[type="phone"] span,
.form_content--field input[type="email"] span,
.form_content--field_input span,
.form_content--field input[type="password"] span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 48px;
}
.form_content--field_select {
    display: inline-block;
    vertical-align: middle;
    /*width 262px*/
    position: relative;
}
.form_content--field_select-active {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.form_content--field_select-active:hover .form_modal_info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0.5s;
    -webkit-backface-visibility: hidden;
    transition-delay: 0.5s;
}
.form_content--field_list {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 284px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 49px;
    left: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #425f70;
    line-height: 50px;
    z-index: 4;
    border-left: 1px solid #467a99;
    border-right: 1px solid #467a99;
    border-bottom: 1px solid #467a99;
    visibility: hidden;
    opacity: 0;
    margin-top: -1px;
    -webkit-transform: translateY(-50%) scaleY(0);
    -ms-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out, margin-top 0.3s ease-in-out, opacity 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
    transition: transform 0.25s ease-in-out, margin-top 0.3s ease-in-out, opacity 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
}
.form_content--field_list:focus {
    outline: none;
}
.list_open .form_content--field_list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    margin-top: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.form_content--field_list li {
    height: 50px;
    background-color: #f4f7f8;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.form_content--field_list li img {
    display: inline-block;
    margin-right: 10px;
    top: -2px;
    position: relative;
    vertical-align: middle;
}
.form_content--field_list li:hover,
.form_content--field_list li.sel {
    background-color: #c8dcdc;
    color: #333;
}
.form_info--area {
    background-color: #f4f7f8;
    margin: 23px 0 0 -30px;
    padding: 17px 0;
}
.form_info--item {
    margin-left: 316px;
}
.form_info--item_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: 19px;
    color: #425f70;
}
.error .form_info--item_text {
    color: #f00;
}
.form_info--item:nth-child(n + 2) {
    margin-top: 8px;
}
.form_info--item_holder {
    position: relative;
    padding: 0 30px;
    display: block;
}
.form_info--item_holder:hover .form_info--icon:nth-child(1) {
    border-color: #467a99;
}
.form_info--item_holder:hover input[type="checkbox"]:checked + .form_info--item_icons .form_info--icon:nth-child(1) {
    border-color: #b9c4ca;
}
.form_info--item_holder input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.form_info--item_holder input[type="checkbox"]:checked + .form_info--item_icons .form_info--icon:nth-child(1) {
    background-color: transparent;
}
.form_info--item_holder input[type="checkbox"]:checked + .form_info--item_icons .form_info--icon + .form_info--icon {
    opacity: 1;
}
.form_info--item_holder input[type="checkbox"]:checked + .form_info--item_holder:hover .form_info--icon:nth-child(1) {
    background-color: transparent;
}
.form_info--item a {
    text-decoration: underline;
    color: #a1adb3;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.form_info--item a:hover {
    color: #425f70;
}
.form_info--item_icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
}
.form_info--item_icons .form_info--icon {
    position: absolute;
    display: block;
}
.form_info--item_icons .form_info--icon:nth-child(2) {
    /*opacity 0*/
    width: 18px;
    top: -1px;
    left: 3px;
    height: 14px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    background: url("/images/a/image/registration/check_single.png") center no-repeat;
}
.form_info--item_icons .form_info--icon:nth-child(1) {
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b9c4ca;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.error .form_info--item_icons .form_info--icon:nth-child(1) {
    border-color: #f00;
}
.form_button {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.02em;
    color: #fff;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #367f00;
    border-top: 3px solid transparent;
    height: 54px;
    padding: 0 19px 5px 19px;
    background-color: #46a600;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
}
.form_button:hover {
    background-color: #4bb200;
    outline: none;
}
.form_button:focus {
    outline: none;
}
.form_button:active,
.active .form_button {
    outline: none;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #367f00;
    padding-bottom: 0;
}
/** ----------- **/
.register_bonus {
    background-color: #467a99;
    margin: 32px 0 0 0;
    position: relative;
    font-size: 0;
    line-height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 30px 30px 30px;
}
.register_bonus:after {
    display: block;
    content: '';
    position: absolute;
    width: 66px;
    height: 66px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #467a99;
    left: 50%;
    top: -8px;
    margin-left: -33px;
    z-index: 1;
}
.register_bonus--item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
}
.register_bonus--item:nth-child(2) {
    margin-left: 2%;
}
.register_bonus--item:nth-child(2) li span {
    padding-top: 2px;
}
.register_bonus--item:nth-child(1) li span {
    padding-top: 5px;
}
.register_bonus--item_separator {
    height: 15px;
}
.register_bonus--item_header {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.25;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 20px 0;
}
.register_bonus--item_list {
    margin: 0;
    padding: 0 0 0 5px;
}
.register_bonus--item_list-image {
    max-width: 32px;
    vertical-align: top;
    top: 0;
    left: 0;
    padding-right: 13px;
    display: table-cell;
}
.register_bonus--item_list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    line-height: 1.25;
    position: relative;
    display: table-row;
}
.register_bonus--item_list li span {
    display: table-cell;
    vertical-align: top;
}
.form_modal {
    position: absolute;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: 16px;
    letter-spacing: -0.02em;
    min-height: 50px;
    background-color: rgba(51,78,94,0.9);
    z-index: 5;
    border-radius: 5px;
    display: table;
}
.form_modal_error {
    right: -144px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
    width: 210px;
    z-index: -1;
}
.error .form_modal_error,
.server_error .form_modal_error {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.form_modal_error:after {
    position: absolute;
    content: '';
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid rgba(51,78,94,0.9);
    border-bottom: 12px solid transparent;
    width: 0;
    top: 50%;
    left: -12px;
    margin-top: -12px;
    z-index: 1;
}
.form_modal_info {
    right: 0;
    top: -11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
    transition: transform 0.2s ease-in-out, opacity 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
}
.form_modal_info:after {
    position: absolute;
    content: '';
    height: 0;
    border-top: 12px solid rgba(51,78,94,0.9);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    width: 0;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
}
.form_modal_content {
    padding: 9px 12px 9px 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
}
.form_modal_content.server_answser {
    display: none;
}
.server_error .form_modal_content {
    display: none;
}
.server_error .form_modal_content.server_answer {
    display: table-cell;
}
/** -----icons--- **/
.ico_arrow {
    position: absolute;
    display: block;
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
.list_open .ico_arrow:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.list_open .ico_arrow:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ico_arrow:before,
.ico_arrow:after {
    background-color: #5b7585;
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 1px;
    margin-top: -5px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.ico_arrow:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ico_arrow:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
}
/** ------ **/
/** loader **/
.loader_section {
    position: absolute;
    z-index: 5;
    background-color: rgba(255,255,255,0);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
}
.active .loader_section {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
.loader-walk {
    text-align: center;
    height: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    margin-top: 3px;
}
.loader-walk > div {
    content: '';
    width: 18px;
    height: 8px;
    background: #367f00;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-animation: animate 1.2s linear infinite;
    animation: animate 1.2s linear infinite;
    opacity: 0;
}
.loader-walk > div + div {
    margin-left: 12px;
}
.loader-walk > div:nth-of-type(1) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loader-walk > div:nth-of-type(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loader-walk > div:nth-of-type(3) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.form_info_message {
    position: absolute;
    top: -10px;
    left: 6px;
    right: 6px;
    background-color: #46a600;
    border-radius: 6px;
    text-align: center;
    padding: 13px 13px 15px 13px;
    color: #fff;
    z-index: 10;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: 16px;
    letter-spacing: -0.02em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.showed_message .form_info_message {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.form_info_message:after {
    display: block;
    position: absolute;
    height: 14px;
    content: '';
    width: 14px;
    background-color: #46a600;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
}
@-webkit-keyframes animate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes animate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.b-modal, .b-modal-deposit {
    position:fixed;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    background-color: rgba(0,0,0, .5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out, visibility 0s ease-in .15s, z-index 0s ease .15s;
    transition: opacity .15s ease-in-out, visibility 0s ease-in .15s, z-index 0s ease .15s;
    pointer-events: none;
    z-index: -10;
}

.b-modal.showed, .b-modal-deposit.showed {
    transition-delay: 0s;
    opacity:1;
    visibility: visible;
    pointer-events: auto;
    z-index:1001;
}


.b-modal-deposit.showed .b-modal-deposit__wrapper {
    transform: translateY(-51%);
    opacity:1;
}

.b-modal-deposit__wrapper {
    background: #fff;
    width: 600px;
    left: 50%;
    margin: 0 0 0 -300px;
    font-size:18px;
    top: 50%;
    transform: translateY(-150%);
    opacity:0;
    box-sizing:border-box;
    min-height:260px;
    line-height: 1.25;
    position: absolute;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}

.b-modal-deposit__wrapper ul a {
    color:#334e5e;
    font-weight:700;
}

.b-modal-deposit__wrapper ul {
    margin:10px 0;
}
.b-modal-deposit__wrapper ul li + li {
    margin-top:5px;
}

.b-modal-deposit__content {
    background: #fff;
    padding:25px;
    position:relative;
    z-index:3;
}

.modal-iframe {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height:508px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    background-color:#fff;
    opacity: 0;
    -webkit-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}


.b-modal.showed .modal-iframe {
    opacity : 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.i-close {
    display:block;
    position: absolute;
    right:10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    width:21px;
    height:21px;
}

.i-close:after {
    display: block;
    content: '';
    position: absolute;
    margin-top: 11px;
    width: 21px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color:#fff;
    -webkit-backface-visibility: hidden;
}

.i-close:before {
    display: block;
    content: '';
    margin-top: 11px;
    position: absolute;
    width: 21px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color:#fff;
    -webkit-backface-visibility: hidden;
}

.modal-iframe iframe {
    position: relative;
    margin: 0;
    padding: 0;
    height: 450px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.b-loader {
    position:absolute;
    top: 50%;
    left:0;
    right:0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)

}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #334e5e;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/*---june promo page---*/
.b-june {
    position: relative;
    background-color: #fff;
}

.b-june__holder {
    width: 1000px;
    position: relative;
    margin:0 auto -5px auto;
    background-color:#ecf0f1;
}
.b-june__header {
    position: relative;
    height: 394px;
    background: url('/images/a/promo/june_header.png') center no-repeat;
    margin-bottom: -50px;
}
.b-june__title {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:46px;
    line-height:1.25;
    letter-spacing: -0.04em;
    text-align:center;
    color:#fff;
    top: 20px;
}

.b-june__date {
    font-family: Open Sans, sans-serif;
    font-size 18px;
    line-height: 22px;
    color:#fff;
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align:center;
    letter-spacing: -0.04em;
}

.b-june__subtitle {
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:22px;
    line-height:1.25;
    color: #fff;
    margin:0;
    padding:0;
    position: absolute;
    width: 100%;
    top: 82px;
    letter-spacing: -0.04em;
}

.b-june-content {
    margin: 0 60px;
}

.b-june-content__icon {
    width: 36px;
    height: 33px;
    display: block;
    position: absolute;
    background:  url('/images/a/promo/button_icon.png') center no-repeat;
    left: 24px;
    top: 14px;
}

.b-june-content__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    line-height:27px;
    letter-spacing: -0.04em;
    color:#4a5d64;
}

.b-june-content__text strong {
    text-transform: uppercase;
    font-weight: 700;
}

.b-june-content__field {
    text-align:center;
    margin: 35px 0;
}

.b-june-content__button {
    display:inline-block;
    position: relative;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    outline:none;
    height: 65px;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    padding: 18px 24px 0 75px;
    text-transform: uppercase;
    border-bottom: 5px solid #bb9600;
    line-height: 1;
    font-size:24px;
    background-color:#ffcc00;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-decoration: none;
}

.b-june-content__button:hover {
    background-color: #ffe400;
    outline:none;
    text-decoration: none;
}
.b-june-content__button:active {
    background-color:#e9ba00;
    border-top: 5px solid #bb9600;
    border-bottom: none;
    outline:none;
}

.b-june-content__button:active .b-june-content__icon {
    top: 13px;
    margin-top:1px;
}

.b-june-example {
    position: relative;
    width:490px;
    height:203px;
    background: url('/images/a/promo/june-example.png') center no-repeat;
}

.b-june-example__container {
    width: 562px;
    margin: 34px auto 0 auto;
    position:relative;
}

.b-june-example__title {
    position:absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:12px;
    color:#8697a0;
    letter-spacing: -0.04em;
    line-height: 14px;
    text-align: center;
    top:70px;
    width:65px;
}

.b-june-example__title--left {
    left: 65px;
}

[lang="ru"] .b-june-example__title--left {
    left: 66px;
}

.b-june-example__title--right {
    right:160px;
}

[lang="ru"] .b-june-example__title--right {
    right: 157px;
}

.b-june-example__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:18px;
    line-height:22px;
    color:#4a5d64;
    position: absolute;
    width: 235px;
    right: -33px;
    top: 12px;
    letter-spacing: -0.04em;
}

[lang="ru"] .b-june-example__text {
    width: 290px;
    right: -88px;
}

.b-june-quote {
    text-align: center;
    color:#4a5d64;
    font-size:30px;
    line-height:36px;
    letter-spacing: -0.04em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 24px 0 34px 0;
}

.b-june-footer {
    border-top: 1px solid #bcc9cf;
    text-align: center;
    padding: 27px 0 42px 0;
}

.b-june-footer__text {
    color:#4a5d64;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.04em;
    padding-bottom: 5px;
}

.b-june-footer_quotes {
    display: inline-block;
    position: relative;
    padding-top:2px;
}

.b-june-footer_quote {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #a0a3a4;
    font-size:12px;
    line-height:15px;
    letter-spacing: -0.04em;
    display: inline-block;
    vertical-align: top;
    max-width: 230px;
    position: relative;
    text-align: left;
    padding-left:10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[lang="ru"] .b-june-footer_quote {
    max-width:270px;
}

.b-june-footer_quote:before {
    position: absolute;
    display:block;
    content: '*';
    top: 0;
    left: 0;
}

.b-june-footer_quote:first-child {
    margin-right: 75px;
}

[lang="ru"] .b-june-footer_quote:first-child {
    margin-right:45px;
}

/*---------------------*/

/**/
/*big better promo*/
/**/

.b-better {
    position: relative;
    margin-top:-36px;
}
.b-better-holder {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}
.b-better__header {
    position: relative;
    height: 585px;
}
.b-better__header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/a/promo/better/header.jpg") center no-repeat;
    background-size: cover;
}
.b-better-button {
    position: relative;
    z-index: 10;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.02em;
    height: 80px;
    color: #fff;
    line-height: 80px;
    padding: 0 70px 0 35px;
    text-shadow: 0 -2px 0 #0c7700;
    border-radius: 38px;
    -webkit-box-shadow: inset 0 -5px 0 0 #0a6400, 0 3px 7px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 -5px 0 0 #0a6400, 0 3px 7px 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 -5px 0 0 #0a6400, 0 3px 7px 0 rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(to bottom, #69ba00 0%, #0b7900 100%);
    background: linear-gradient(to bottom, #69ba00 0%, #0b7900 100%);
    text-decoration: none;
}
.b-better-button:hover {
    transform: translateY(-2px);
    background: -webkit-linear-gradient(to bottom, #73cc00 0%, #0e9200 100%);
    background: linear-gradient(to bottom, #73cc00 0%, #0e9200 100%);
}
.b-better-button:focus {
    outline: none;
}
.b-better-button:active {
    outline: none;
    transform: translateY(0);
    -webkit-box-shadow: inset 0 5px 0 0 #0a6400;
    -moz-box-shadow: inset 0 5px 0 0 #0a6400;
    box-shadow: inset 0 5px 0 0 #0a6400;
}
.b-better-button:after {
    display: block;
    position: absolute;
    content: '';
    width: 19px;
    height: 27px;
    background: url("../images/a/promo/better/button_arrow.png") center no-repeat;
    right: 28px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-better-button:hover {
    outline: none;
    text-decoration: none;
}
.b-better-button:focus {
    outline: none;
}
.b-better__button {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    transform: -webkit-translateX(-50%);
    background-color: #fff;
    z-index: 11;
    padding: 8px;
    border-radius: 45px;
}
.b-better-ranked {
    position: relative;
    background: url("../images/a/promo/better/numbers_bg.png") center 27px no-repeat;
    white-space: nowrap;
    text-align: center;
    margin: 77px 0 40px 0;
}
.b-better-ranked__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 59px;
}
[lang="en"] .b-better-ranked__item {
    margin: 0 64px;
}
.b-better-ranked__image {
    display: block;
    margin: 0 auto;
}
.b-better-ranked__text {
    color: #7d00a1;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin: 4px 0 8px 0;
}
.b-better-ranked__sum {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    height: 54px;
    line-height: 56px;
    position: relative;
}
.b-better-ranked__sum:after {
    top: 0;
}
.b-better-ranked__sum:before {
    bottom: 0;
}
.b-better-ranked__sum:after,
.b-better-ranked__sum:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    left: 0;
    height: 5px;
    background-color: #7d00a1;
    border-radius: 5px;
}
.b-better__terms {
    position: relative;
    background: url("../images/a/promo/better/content.png") center no-repeat;
    height: 177px;
}
.b-better__terms-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: middle;
}
.b-better__terms-item {
    display: block;
    position: relative;
    padding-left: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    letter-spacing: 0.04em;
}
.b-better__terms-item:after {
    position: absolute;
    display: block;
    content: '';
    background: url("../images/a/promo/better/promo_list-arrow.png") center no-repeat;
    width: 12px;
    height: 11px;
    left: 0;
    top: 9px;
}
.b-better__title {
    font-family: Roboto, sans-serif;
    color: #666;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-top: 26px;
    text-align: center;
}
.b-better_parts {
    position: relative;
    text-align: center;
    margin: 30px 0 45px 0;
}
.b-better_parts__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1;
    border-radius: 25px;
    padding: 15px 24px 13px 24px;
    cursor: default;
}
.b-better_parts__item + .b-better_parts__item {
    margin-left: 33px;
}
.b-better_parts__item:after {
    display: block;
    position: absolute;
    content: '';
}
.b-better_parts__item:nth-child(1):after {
    background: url("../images/a/promo/better/shape_left.jpg") center no-repeat;
    width: 42px;
    height: 27px;
    bottom: -24px;
    right: -5px;
}
.b-better_parts__item:nth-child(2):after {
    background: url("../images/a/promo/better/shape_right.jpg") center no-repeat;
    width: 41px;
    height: 27px;
    bottom: -25px;
    left: -4px;
}
.b-better_parts__item strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
}
.b-better_parts__item.active {
    color: #666;
    border: 3px solid #d9d9d9;
}
.b-better_parts__item:not(.active) {
    color: #7d00a1;
    border: 3px solid transparent;
    opacity: 0.5;
}
.b-better_parts__item:not(.active):after {
    display: none;
}
.b-better_parts__item:not(.active) .b-better_parts__text {
    border-bottom: 1px dashed #cbcac5;
}
.b-better-rank-small {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-better-rank-small--colored {
    margin-bottom: 36px;
}
.b-better-rank-small--gray {
    margin-bottom: 43px;
}
.b-better-rank-small__item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin: 0 52px;
}
.b-better-rank-small__item img {
    display: block;
    margin: 0 auto;
}
.b-better-rank-small__text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    margin: 3px 0 5px 0;
    line-height: 1;
    font-weight: 600;
}
.b-better-rank-small--colored .b-better-rank-small__text {
    color: #7d00a1;
}
.b-better-rank-small--gray .b-better-rank-small__text {
    color: #707061;
}
.b-better-rank-small__sum {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    height: 37px;
    line-height: 38px;
    font-size: 24px;
    position: relative;
}
.b-better-rank-small--colored .b-better-rank-small__sum {
    color: #333;
}
.b-better-rank-small--gray .b-better-rank-small__sum {
    color: #707061;
}
.b-better-rank-small__sum:after,
.b-better-rank-small__sum:before {
    position: absolute;
    display: block;
    height: 3px;
    content: '';
    width: 100%;
    left: 0;
}
.b-better-rank-small--colored .b-better-rank-small__sum:after,
.b-better-rank-small--colored .b-better-rank-small__sum:before {
    background-color: #7d00a1;
}
.b-better-rank-small--gray .b-better-rank-small__sum:after,
.b-better-rank-small--gray .b-better-rank-small__sum:before {
    background-color: #d9d9d9;
}
.b-better-rank-small__sum:after {
    bottom: 0;
}
.b-better-rank-small__sum:before {
    top: 0;
}
.b-better-rank-small__number {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 50px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    background-color: #707061;
    border-radius: 100%;
    font-size: 30px;
}
.b-better-prices {
    display: table;
    margin: 0 auto;
}
.b-better-ranks-list {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.b-better-ranks-list + .b-better-ranks-list {
    margin-left: 20px;
}
.b-better-ranks-list__item {
    margin: 0;
    list-style: none;
    padding: 0 15px;
    background-color: #a7a7a7;
    border-radius: 24px;
    height: 48px;
    display: block;
    vertical-align: top;
}
.b-better-ranks-list__item.big li + li {
    margin-left: 25px;
}
.b-better-ranks-list__item.small li + li {
    margin-left: 20px;
}
.b-better-ranks-list__item li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 30px;
    font-family: Roboto, sans-serif;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
}
.b-better-ranks-list__price {
    display: inline-block;
    position: relative;
}
.b-better-ranks-list__text {
    font-size: 18px;
    line-height: 1;
    font-family: Roboto, Sans-Serif;
    font-weight: 700;
    color: #a7a7a7;
    margin: 3px 0 5px 0;
}
.b-better-ranks-list__sum {
    font-size: 24px;
    color: #a7a7a7;
    font-family: Roboto, Sans-Serif;
    font-weight: 900;
    line-height: 38px;
    height: 36px;
    position: relative;
}
.b-better-ranks-list__sum:after,
.b-better-ranks-list__sum:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #d9d9d9;
    width: 100%;
}
.b-better-ranks-list__sum:after {
    top: 0;
}
.b-better-ranks-list__sum:before {
    bottom: 0;
}
.b-better-footer {
    position: relative;
    background: url("../images/a/promo/better/footer.jpg") center 35px no-repeat;
    height: 137px;
    margin: 40px 0 -5px 0;
}
.b-better-footer__button {
    display: table;
    margin: 0 auto;
}


/**/
/**/
/**/
.b-modal .cnpContainer {
    display: none !important;
}
.b-modal .cnpContainer.cardPayment {
    display: block !important;
}
.b-modal form.cpnForm,
.b-modal form.cnpForm div,
.b-modal div.cnpMessage {
    font-family: "Open Sans", serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #425f70 !important;
}
.b-modal form.cnpForm {
    position: relative !important;
}
.b-modal form.cnpForm.style-card {
    width: auto !important;
    height: 567px !important;
}
.b-modal form.cnpForm.cardStyleSprite {
    background: transparent url(/images/a/img/cards.png) top 130px left 30px no-repeat !important;
}
.b-modal form.cnpForm .cardIconSprite {
    position: absolute !important;
    top: 360px !important;
    left: 372px !important;
    background: url("/images/a/img/cards-logo-sprite.png") no-repeat -1000px -1000px !important;
}
.b-modal form.cnpForm .cardIconSprite.brand-VISA {
    width: 79px !important;
    height: 24px !important;
    background-position: 0 -9px !important;
}
.b-modal form.cnpForm .cardIconSprite.brand-VISAELECTRON {
    width: 66px !important;
    height: 42px !important;
    margin-top: -8px !important;
    background-position: -6px -42px !important;
}
.b-modal form.cnpForm .cardIconSprite.brand-MAESTRO {
    width: 68px !important;
    height: 41px !important;
    margin-top: -8px !important;
    background-position: -5px -85px !important;
}
.b-modal form.cnpForm .cardIconSprite.brand-MASTER {
    width: 68px !important;
    height: 41px !important;
    margin-top: -8px !important;
    background-position: -5px -127px !important;
}
.b-modal form.cnpForm .cardIconSprite.brand-VISADEBIT {
    width: 79px !important;
    height: 40px !important;
    margin-top: -8px !important;
    background-position: 0 -169px !important;
}
.b-modal form.cnpForm .cardIconSprite.brand-VPAY {
    width: 37px !important;
    height: 40px !important;
    margin-top: -8px !important;
    background-position: -21px -211px !important;
}
.b-modal form.cnpForm input,
.b-modal form.cnpForm button,
.b-modal form.cnpForm select,
.b-modal form.cnpForm textarea {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #a1adb3 !important;
    border: 1px solid #b9c4ca !important;
    box-sizing: border-box !important;
    transition: all 0.5s !important;
    outline: none !important;
}
.b-modal form.cnpForm input:focus,
.b-modal form.cnpForm button:focus,
.b-modal form.cnpForm select:focus,
.b-modal form.cnpForm textarea:focus {
    border-color: #467a99 !important;
    color: black !important;
}
.b-modal form.cnpForm input.inputError,
.b-modal form.cnpForm button.inputError,
.b-modal form.cnpForm select.inputError,
.b-modal form.cnpForm textarea.inputError {
    color: red !important;
    border: 1px solid red !important;
}
.b-modal form.cnpForm select {
    height: 50px !important;
    background: #ffffff url("/images/a/img/card-arrow.png") right 13px center no-repeat !important;
    padding: 0 25px 0 13px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.b-modal form.cnpForm select option {
    color: #425f70 !important;
    background-color: #f4f7f8 !important;
    padding: 15px 0 15px 13px !important;
}
.b-modal form.cnpForm .brandLabel {
    display: none !important;
}
.b-modal form.cnpForm .brandSelect {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 105px !important;
    background-color: #f4f7f8 !important;
    text-align: center !important;
    line-height: 105px !important;
}
.b-modal form.cnpForm .customLabel {
    text-transform: uppercase !important;
    font-size: 11px !important;
    float: none !important;
    margin: 0 !important;
}
.b-modal form.cnpForm .customInput {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.b-modal form.cnpForm .customInputField {
    padding: 0 0 0 16px !important;
    border: 1px solid #b9c4ca !important;
}
.b-modal form.cnpForm .customInputField:focus {
    border-color: #467a99 !important;
    color: black !important;
}
.b-modal form.cnpForm .customSelect {
    float: none !important;
    margin: 0 !important;
    height: auto !important;
    padding: 0 !important;
}
.b-modal form.cnpForm .errorMessage {
    background-color: #465f6d !important;
    opacity: 90 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: white !important;
    position: absolute !important;
    text-align: left !important;
    padding: 15px !important;
    border-radius: 5px !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.b-modal form.cnpForm .errorMessage:before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -12px !important;
    left: -12px !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 12px 12px 12px 0 !important;
    border-color: transparent #465f6d transparent transparent !important;
}
.b-modal form.cnpForm .cardNumberLabel {
    position: absolute !important;
    top: 160px !important;
    left: 65px !important;
    height: 60px !important;
}
.b-modal form.cnpForm .cardNumberInput {
    position: absolute !important;
    top: 180px !important;
    left: 65px !important;
    width: 388px !important;
}
.b-modal form.cnpForm .cardNumberInput .cardNumberInputField {
    height: 60px !important;
    font-size: 32px !important;
    color: #a1adb3 !important;
}
.b-modal form.cnpForm .cardNumberInput .cardNumberInputField.inputError {
    color: red !important;
}
.b-modal form.cnpForm .customCardNumberErrorMessage {
    left: 464px !important;
    top: 210px !important;
    width: 164px !important;
}
.b-modal form.cnpForm .expiryMonthLabel {
    position: absolute !important;
    top: 295px !important;
    transform: translateY(-50%) !important;
    left: 65px !important;
    width: 102px !important;
    text-align: right !important;
    line-height: 18px !important;
}
.b-modal form.cnpForm .expiryMonthSelect {
    position: absolute !important;
    top: 270px !important;
    left: 180px !important;
}
.b-modal form.cnpForm .expiryMonthSelect:after {
    display: block !important;
    content: "/" !important;
    position: absolute !important;
    top: 25px !important;
    left: 87px !important;
    font-size: 24px !important;
    color: #a1adb3 !important;
    transform: translateY(-50%) translateX(-50%) !important;
}
.b-modal form.cnpForm .expiryYearSelect {
    position: absolute !important;
    top: 270px !important;
    left: 285px !important;
}
.b-modal form.cnpForm .customExpiryYearErrorMessage {
    top: 295px !important;
    left: 382px !important;
    width: 164px !important;
}
.b-modal form.cnpForm .cardHolderLabel {
    position: absolute !important;
    top: 334px !important;
    left: 65px !important;
}
.b-modal form.cnpForm .cardHolderInput {
    position: absolute !important;
    top: 352px !important;
    left: 65px !important;
}
.b-modal form.cnpForm .cardHolderInput .cardHolderInputField {
    height: 42px !important;
    width: 220px !important;
}
.b-modal form.cnpForm .customCardHolderErrorMessage {
    top: 373px !important;
    left: 297px !important;
    width: 214px !important;
}
.b-modal form.cnpForm .cvvLabel {
    position: absolute !important;
    top: 254px !important;
    left: 764px !important;
    width: auto !important;
    text-align: left !important;
}
.b-modal form.cnpForm .cvvInput {
    position: absolute !important;
    top: 268px !important;
    left: 764px !important;
    width: 77px !important;
}
.b-modal form.cnpForm .cvvInput .cvvInputField {
    box-sizing: border-box !important;
    height: 42px !important;
    width: 77px !important;
}
.b-modal form.cnpForm .customCvvErrorMessage {
    top: 322px !important;
    left: 764px !important;
    width: 140px !important;
    transform: none !important;
}
.b-modal form.cnpForm .customCvvErrorMessage.errorMessage:before {
    margin: 0 !important;
    top: -12px !important;
    left: 20px !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 0 12px 12px 12px !important;
    border-color: transparent transparent #465f6d transparent !important;
}
.b-modal form.cnpForm .submitInput {
    position: absolute !important;
    top: 470px !important;
    text-align: center !important;
    width: 100% !important;
}
.b-modal form.cnpForm .submitInput .cardSubmitButton {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    letter-spacing: -0.02em !important;
    color: #fff !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 3px solid #367f00 !important;
    border-top: 3px solid transparent !important;
    height: 54px !important;
    padding: 0 25px 5px 25px !important;
    background-color: #46a600 !important;
    outline: none !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-transition: background-color 0.2s ease-in-out !important;
    transition: background-color 0.2s ease-in-out !important;
    cursor: pointer !important;
    position: relative !important;
}
.b-modal form.cnpForm .submitInput .cardSubmitButton:hover {
    background-color: #4bb200 !important;
    outline: none !important;
}
.b-modal form.cnpForm .submitInput .cardSubmitButton:focus {
    outline: none !important;
}
.b-modal form.cnpForm .submitInput .cardSubmitButton:active {
    outline: none !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #367f00 !important;
    padding-bottom: 0 !important;
}


/**november promo**/

.b-november {
    position:relative;
    margin:25px auto 20px auto;
    width: 1000px;
    background-color:#141b1b;
}

.b-november-header {
    height:600px;
    position: relative;
    text-align:center;
    background: url('/images/a/november/header-bg.png') center no-repeat;
}

.b-november-header__logo {
    position: absolute;
    top:50px;
    width: 100%;
    left: 0;
    height: 60px;
    background: #141b1b;
    -webkit-box-shadow: 2px 1px 1px 0 rgba(255, 255, 255, 0.35), inset -1px 3px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    2px 1px 1px 0 rgba(255, 255, 255, 0.35), inset -1px 3px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow:         2px 1px 1px 0 rgba(255, 255, 255, 0.35), inset -1px 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.b-november__logo {
    display: block;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left:50%;
}

.b-november__logo img {
   display:block;
}



.b-november-header__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:85px;
    line-height: 1;
    color: #ffe13d;
    text-shadow: -4px 7px 8px rgba(0, 0, 0, .6);
    text-transform:uppercase;
}


.b-november-header__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color:#fff;
    text-transform: uppercase;
    font-size:54px;
    line-height: 1;
    text-shadow: -4px 7px 8px rgba(0, 0, 0, .6);
}

.b-november-header__text {
    position: absolute;
    top:77px;
    width: 100%;
    left: 0;
}

.b-november-section {
    text-align:center;

}

.b-november-section__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color:#fff;
    font-size:22px;
    line-height: 1.25;
    margin:0 0 38px 0;
}

.b-november-section__text-thin {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color:#fff;
    font-size:24px;
    line-height: 1.25;
}

.b-november-section__text-thin mark {
    background: transparent;
    font-weight: 500;
    color:#6c9880;
}


.b-november-section__green-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color:#6c9880;
    font-size:32px;
    line-height: 1;
    margin:5px 0;
    text-transform: uppercase;
}

.b-november-section__title {
    padding:0;
    text-transform: uppercase;
    color:#fdea48;
    font-size:22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.25;
    margin: 15px 0 10px 0;
}

.b-november-section__white-title {
    position: relative;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:42px;
    line-height: 1;
    display:inline-block;
    margin:0;
    padding:0 0 5px 0;
}

.b-november-section {
    padding: 15px 0 37px 0;
}

.b-november-section__white-title:after, .b-november-section__white-title:before {
    content: '';
    display:block;
    position:absolute;
    width: 109px;
    height: 66px;
    background: url('/images/a/november/feather.png') center no-repeat;
    bottom: -7px;
}

.b-november-section__white-title:after {
    left: -130px;
}

.b-november-section__white-title:before {
    right: -130px;
    transform: scaleX(-1)
}


.b-november-section__holder {
    position:relative;
    background: url('/images/a/november/text-holder.png') center no-repeat;
    height: 70px;
    margin-bottom:4px;
}

.b-november-section__holder-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.25;
    color:#a1d8ba;
    position: absolute;
    width: 100%;
    text-align: center;
    top:9px;
    font-size:24px;
}


.b-november__footer {
    height: 368px;
    position: relative;
    padding: 24px 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/images/a/november/bottom-bg.png') center no-repeat;
}

.b-november__info {
    font-size:18px;
    font-family: Roboto, sans-serif;
    color:#92b6a0;
    text-align: center;
    background: #335041;
    font-weight: 300;
    padding:21px 0 20px 0;
    position: absolute;
    left:0;
    width: 100%;
    bottom:0;
}

[lang="pl"] .b-november__info {
    font-sizE:16px;
}

[lang="en"] .b-november__info {
    font-sizE:16px;
}


.b-november__button {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    display: inline-block;
    color:#1f2120;
    border-radius: 4px;
    line-height: 92px;
    font-size:28px;
    padding:0 30px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, .6);
    background: linear-gradient(to bottom, #eedb32 0%,#fe911c 100%);
    -webkit-box-shadow: 5px 3px 54px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    5px 3px 54px 0 rgba(0, 0, 0, 0.75);
    box-shadow:         5px 3px 54px 0 rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    top:50%;
    position:relative;
    left:50%;
    transform: translate(-50%, -50%);
}

[lang="pl"] .b-november__button, [lang="en"] .b-november__button {
    font-size: 25px;
}

.b-november__button:hover {
    outline:none;
    text-decoration:none;
}

.b-november__input {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color:#8bcaa7;
    background: url('/images/a/november/input_bg.png') center no-repeat;
    height: 53px;
    position:relative;
    width: 790px;
    text-transform: uppercase;
    text-align:center;
    margin:0 auto 22px auto;
    line-height: 53px;
}

.b-november__input mark {
    background: transparent;
    color:#fff;
    font-weight: 700;
}

.b-november__input-big {
    background: url('/images/a/november/input_bg-big.png') center no-repeat;
    position:relative;
    width: 790px;
    height: 181px;
    margin:0 auto;
}
/**end promo**/

/*analitic's team start*/
.middle__analitics_2016 {
    background: #fff none repeat scroll 0 0;
    color: #2f353f;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    padding: 40px 57px 25px 57px;
    width: 884px;
}

.b-analytics__wrapper:after {
    clear:both;
    visibility: hidden;
    height:0;
    width:0;
    content: '';
    display:block;
}

[lang="pl"] .our_analitics_2016:nth-child(1) {
    display:none;
}

[lang="en"] .our_analitics_2016:nth-child(1) {
    display:none;
}

.middle__analitics_2016 p,
.middle__analitics_2016 center {
    padding-bottom: 35px;
    margin: 0;
    color:#2f353f;
    line-height: 25px;
}
.middle__analitics_2016 p{
    font-weight: 300;
}
.middle__analitics_2016 center {
    font-weight: 700;
}
.middle__analitics_2016 .title {
    background: #fff none repeat scroll 0 0;
    color: #334e5e;
    display: block;
    font: 30px/55px RobotoLightCond;
    min-height: 55px;
    padding: 0 0 85px;
    position: unset;
    text-transform: uppercase;
}
.our_analitics_2016 {
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    padding: 15px;
    width: 412px;
}
.our_analitics_2016 table {
    text-align: left;
    width: 412px;
    background-color: #e1e5e7;
    margin-left: auto;
    margin-right: auto;
}
.our_analitics_2016 .face {
    background-color: #334e5e;
}
.our_analitics_2016 .face_img {
    height: 140px;
    margin: 0;
    padding: 10px 20px 10px 15px;
    vertical-align: middle;
    width: 135px;
}
.our_analitics_2016 .face_img img {
    border: medium none;
    display: block;
    height: auto;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
    width: 136px;
}
.our_analitics_2016 .kavy4 {
    height: 73px;
    padding: 20px 15px 10px;
    vertical-align: top;
}
.our_analitics_2016 .kavy4 img {
    display: block;
    float: left;
    margin-top: -9px;
    padding-right: 16px;
    width: 22px;
}
.our_analitics_2016 .kavy4 span {
    color: #2f353f;
    display: block;
    float: left;
    font-family: OpenSansItalic;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 88%;
}
.our_analitics_2016 .left_face_text {
    display: block;
    height: 150px;
    margin: 0;
    padding: 10px 15px 0 0;
}
.our_analitics_2016 .left_face_text h3 {
    border-bottom: 1px solid #637681;
    display: block;
    font-style: normal;
    #font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 4px 0 10px;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
    font-size: 15px;
    font-family: OpenSansSemibold;
}
.our_analitics_2016 .left_face_text h3 span {
    font-size: 14px;
    color: #ffbc00;
    font-family: OpenSansBold;
    font-weight: normal;
}
.our_analitics_2016 .left_face_text p {
    display: block;
    line-height: 16px;
    margin: 0;
    padding: 10px 0 7px;
    color:#fff;
    font-family: OpenSansRegular;
}


/*analitic's team end*/

/**/
/*mart 2016 promo*/
/**/
.b-pm__container {
    width: 1000px;
    margin:0 auto;
}

.b-pm__header {
    background: url('/images/a/promo/march_2016/collage_bg.jpg');
    height: 664px;
    position: relative;
}

[lang="pl"] .b-pm__header {
    background: url('/images/a/promo/march_2016/march-pl-head.png');
    height: 701px;
}


.b-pm__header-logo {
    display:block;
    position: absolute;
    top: 25px;
    left:50%;
    transform: translateX(-50%);
}

[lang="pl"] .b-pm__header-logo {
    display:none
}


.b-pm__header-title {
    top: 45px;
    left:0;
    font-family:Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 55px;
    height:55px;
    font-size:30px;
    text-transform: uppercase;
    position:absolute;
    color: #fff;
    background-color: #ffb22b;
    padding:0 20px 0 40px;
    margin:0;
}

[lang="pl"] .b-pm__header-title {
    font-size:29px;
    background: #d81735;
    color:#fff;
    padding: 0 25px;
    height:57px;
    line-height:57px;
    top:277px;
}

[lang="pl"] .b-pm__header-title strong {
    font-weight:700;
    color:#ffcc00;
}

.b-pm__header-title:after, .b-pm__header-title:before {
    display:block;
    content: '';
    position:absolute;
    right:-30px;
}

.b-pm__header-title:after {
    top:0;
    width: 0;
    height: 0;
    border-top: 30px solid  #ffb22b;
    border-right: 30px solid transparent;
}

[lang="pl"] .b-pm__header-title:after {
    display:none;
}


[lang="pl"] .b-pm__header-title:before {
    border:1px dashed #fff;
    left:-1px;
    top: 6px;
    bottom:6px;
    height:auto;
    width:auto;
    right:6px;
    content: '';
    display: block;
}

.b-pm__header-title:before {
    bottom:0;
    width: 0;
    height: 0;
    border-bottom: 30px solid  #ffb22b;
    border-right: 30px solid transparent;
}



.b-pm__header-title strong {
    color: #a60811;
    font-weight: 700;
}

.b-pm__header-subtitle {
    font-family: Roboto, sans-serif;
    font-size:62px;
    color:#fff;
    text-transform: uppercase;
    position:absolute;
    right:120px;
    bottom:140px;
    line-height:1.05;
    margin:0;
}


[lang="pl"] .b-pm__header-subtitle {
    top: 37px;
    left:37px;
    right:auto;
    bottom:auto;
    color:#d81735;
    font-size:83px;
    font-weight: 500;
    line-height: 0.85;
}

[lang="pl"] .b-pm__header-subtitle mark {
    font-size:59px;
    font-weight: 300;
    color: #296632;
    background:transparent;
    text-transform: none;
    display:inline-block;
    position:relative;
    top:-15px
}

.b-pm__header-subtitle strong {
    color: #ffb22b;
    font-weight:900;
    font-size:91px;
}


[lang="pl"] .b-pm__header-subtitle strong {
    font-weight:900;
    color:inherit;
    font-size:inherit;
}


[lang="pl"] .b-pm__header-subtitle mark strong {
    font-weight: 600;
}

.b-pm__header-info {
    position:absolute;
    right: 45px;
    bottom:30px;
    font-family: Roboto, sans-serif;
    font-size:16px;
    color: #91a4b3;
    font-weight: 300;
    line-height:20px;
}

.b-pm__header-info strong {
    color:#fff;
    font-weight: 900;
}


[lang="pl"] .b-pm__header-info {
    color:#372922;
    left:37px;
    top:345px
}


[lang="pl"] .b-pm__header-info strong {
    color: inherit;
}

.b-pm__content {
    background: #e4e4e6;
    position:relative;
    margin:5px 0 0 0;
    padding:22px 0 100px 0;
}

[lang="pl"] .b-pm__content {
    border-top: 6px solid #372922;
    margin: 0;
    background: rgba(250, 210, 107, 0.32);
}

.b-pm__content-title {
    color: #496a7d;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    font-weight:700;
}

[lang="pl"] .b-pm__content-title {
    color: #372922;
    font-size : 36px;
    position : relative;
}

[lang="pl"] .b-pm__content-title:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 166px;
    background: #372922;
    bottom: -18px;
    left: 50%;
    margin-left: -88px
}

.b-pm-list {
    padding:0;
    list-style:none;
    margin:42px 80px 0 80px;
}


.b-pm-list:after {
    display:block;
    content:'';
    height:0;
    width:0;
    clear:both;
    visibility: hidden;
}

.b-pm-list__item {
    position:relative;
    margin:0;
    padding:0 30px 0 67px;
    height: 140px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.b-pm-list__item:nth-child(odd) {
    float:left;
}

.b-pm-list__item:nth-child(even) {
    float:right;
}

.b-pm-list__item:nth-child(1n + 3) {
    margin-top:90px;
}

.b-pm-list__item:after {
    content: '';
    border-left: 5px solid #9fb7c5;
    position: absolute;
    height: 100%;
    left: 59px;
    top: 0;
}

[lang="pl"] .b-pm-list__item:after {
    border-color: #ffb22b
}

.b-pm-list__amount {
    color: #5b717e;
    font-family: Roboto, sans-serif;
    font-size:24px;
    line-height:1;
    font-weight: 400;
}

[lang="pl"] .b-pm-list__amount {
    color: #372922;
}

.b-pm-list__amount strong {
    font-weight:900;
}


.b-pm-list__section {
    height:55px;
    display:inline-block;
    background-color: #ffb22b;
    line-height:55px;
    font-size:19px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #130c01;
    padding:0 10px;
    position:relative;
    min-width: 170px;
}


.b-pm-list__section:after, .b-pm-list__section:before {
    display:block;
    content: '';
    position:absolute;
    right:-30px;
}

.b-pm-list__section:after {
    top:0;
    width: 0;
    height: 0;
    border-top: 30px solid  #ffb22b;
    border-right: 30px solid transparent;
}

.b-pm-list__section:before {
    bottom:0;
    width: 0;
    height: 0;
    border-bottom: 30px solid  #ffb22b;
    border-right: 30px solid transparent;
}

.b-pm-list__section-number {
    font-weight: 900;
    display:inline-block;
    vertical-align: middle;
    font-size:53px;
    line-height:56px;
    padding-right:10px;
}

.b-pm-list__section-item {
    display:inline-block;
    line-height:1;
    vertical-align: middle;
}

.b-pm-list__wrapper:after {
    content: '';
    display:block;
    clear:both;
    visibility: hidden;
    height:0;
    width:0;
}

.b-pm-list__section-symbol {
    position:relative;
    width: 20px;
    height:20px;
    margin-right:10px;
}

.b-pm-list__section-symbol:after, .b-pm-list__section-symbol:before {
    content: '';
    display:block;
    position:absolute;
    background: #130c01;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

}

.b-pm-list__section-symbol:after {
    height:3px;
    width:100%;
}

.b-pm-list__section-symbol:before {
    width:3px;
    height:100%;
}

.b-pm-list__holder {
    margin:3px 0 0 0;
}

.b-pm-list__item-place {
    position: absolute;
    width: 64px;
    height:135px;
    background-size:cover;
    left:0;
    top: 50%;
    margin: -67px 0 0 0;
}


.b-pm-list__item-place--top {
    background:url('/images/a/promo/march_2016/position_top.png') center no-repeat;
}

.b-pm-list__item-place--bottom {
    background:url('/images/a/promo/march_2016/position_bottom.png') center no-repeat;
}

[lang="pl"] .b-pm-list__item-place--bottom {
    background:url('/images/a/promo/march_2016/position_top.png') center no-repeat;
}


.b-pm-list__section.b-pm-list__section--gray {
    background: #9fb7c5;
}

[lang="pl"] .b-pm-list__section.b-pm-list__section--gray {
    background: #97ac27;
}

.b-pm-list__section.b-pm-list__section--gray:after {
    border-top-color: #9fb7c5;
}

[lang="pl"]  .b-pm-list__section.b-pm-list__section--gray:after {
    border-top-color: #97ac27;
}

.b-pm-list__section.b-pm-list__section--gray:before {
    border-bottom-color: #9fb7c5;
}


[lang="pl"] .b-pm-list__section.b-pm-list__section--gray:before {
    border-bottom-color: #97ac27;
}


.b-pm-list__section strong {
    font-weight: 900;
    padding-left:8px;
}

.b-pm-section__button {
    margin:5px 0 -5px;
    background:#9fb7c5;
    padding: 45px 0;
    text-align:center;
    position:relative;
}

[lang="pl"] .b-pm-section__button  {
    margin-top:0;
    border-top:6px solid #372922;
    background:url('/images/a/promo/march_2016/promo-bottom.png') center no-repeat;
    height:167px;
    box-sizing: border-box;
}

.b-pm__button {
    min-width: 450px;
    text-align:center;
    padding:0 35px;
    font-family: BebasNeue, sans-serif;
    font-weight: 600;
    background:#b62b22;
    box-shadow: 2px 3px 18px 0 rgba(0, 0, 0, 0.74);
    height: 71px;
    line-height:71px;
    text-decoration:none;
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#fff;
    font-size:28px;
    text-transform:uppercase;
    position:relative;
}

[lang="ru"] .b-pm__button {
    font-family: Roboto, sans-serif
}

[lang="en"] .b-pm__button {
    letter-spacing: 0.15em;
}

[lang="pl"] .b-pm__button {
    font-family: Roboto, sans-serif;
    box-shadow: 2px 3px 18px 0 rgba(0, 0, 0, 0.74);
    background:#ffb22b;
    padding:0 45px 0 106px

}


[lang="pl"] .b-pm__button mark {
    color:#372922;
    background:transparent;
}


.b-pm__button:after {
    content: '';
    display:block;
    top: -6px;
    left:-6px;
    bottom:-6px;
    right:-6px;
    border: 6px solid  rgba(255, 255, 255, .58);
    border-radius: 6px;
    position:absolute;
}

[lang="pl"] .b-pm__button:after {
    display:none;
}

[lang="pl"] .b-pm__button:before {
    display:block;
    position:absolute;
    top:50%;
    left:24px;
    content: '';
    background:url('/images/a/promo/march_2016/button-ico.png') center no-repeat;
    width: 50px;
    height:34px;
    margin-top:-17px;
}



.b-pm__button:hover {
    text-decoration:none;
}

.b-pm-list__section.section-big {
    width: 270px;
}


.b-pm-list__section.section-small {
    width: 180px;
}

.b-pm-list__section mark {
    color:#fff;
    background-color: transparent;
}


[lang="pl"] .b-pm-list__item:nth-child(1) .b-pm-list__holder:nth-child(1) .b-pm-list__section {
    background: #d81735;
}


[lang="pl"] .b-pm-list__item:nth-child(1) .b-pm-list__holder:nth-child(1) .b-pm-list__section:before {
    border-bottom-color: #d81735;
}

[lang="pl"] .b-pm-list__item:nth-child(1) .b-pm-list__holder:nth-child(1) .b-pm-list__section:after {
    border-top-color: #d81735;
}


[lang="pl"] .b-pm-list__item:nth-child(1) .b-pm-list__holder:nth-child(1) .b-pm-list__section-number, [lang="pl"] .b-pm-list__item:nth-child(1) .b-pm-list__holder:nth-child(1) .b-pm-list__section-item {
    color:#fff;
}



[lang="pl"] .b-pm-list__item:nth-last-child(1) .b-pm-list__holder:nth-child(1) .b-pm-list__section {
    background: #97ac27;
}


[lang="pl"] .b-pm-list__item:nth-last-child(1) .b-pm-list__holder:nth-child(1) .b-pm-list__section:before {
    border-bottom-color: #97ac27;
}

[lang="pl"] .b-pm-list__item:nth-last-child(1) .b-pm-list__holder:nth-child(1) .b-pm-list__section:after {
    border-top-color: #97ac27;
}





.webinars {
    background-color: #edefef
}

.webinars-all {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    padding: 30px 0 65px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.webinars-title {
    position: relative;
    background-color: #334e5e;
    font-family: "open-sans", sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 69px;
    text-align: left;
    padding-left: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.webinars-block {
    position: relative;
    background-color: #fff;
    padding: 24px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.webinars-block-item {
    position: relative;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wbi-header {
    font-size: 0;
    position: relative;
    background-color: #f4f7f8;
    padding: 13px 32px 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 94px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    will-change: background-color;
}

.wbi-header:after {
    position: absolute;
    content: " ";
    width: 29px;
    height: 16px;
    top: 40px;
    right: 31px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAQCAQAAABABLxaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAB7SURBVCjPldPLEcAgCATQZQtNb7FRvDgGEQx6RN+ofETRFILbpY/IqwBwiRUAOJDeQgjnjVU8X0nz3Ao23+MI1fCSF87wP3YJpdk6460SXLZzHJSQ7kiMw9p7GuGkaXbqcdptEbX40KYxXW9O+jujH0gHQ/ZKNJugw0R1lGwgYceYWaAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMDQtMTFUMTM6NTA6MjQrMDA6MDAv1lDrAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTA0LTExVDEzOjUwOjI0KzAwOjAwXovoVwAAAABJRU5ErkJggg==");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    -o-transition: transform .3s ease, -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
    will-change: transform
}

.wbi-header:hover, .wbi-header.open {
    background-color: #dce7e8;
}

.wbi-header:hover .wbi-header__date, .wbi-header.open .wbi-header__date {
    border-right: 1px solid #c6c6c6;
}

.wbi-header:hover .wbi-header__date--small, .wbi-header.open .wbi-header__date--small {
    border: none
}

.wbi-header.open:after {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.wbi-header__date {
    font-family: "roboto-condensed", sans-serif;
    position: relative;
    display: inline-block;
    width: 81px;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #a1a1a1;
    font-size: 32px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    will-change: border;
}

.wbi-header__date--small {
    border: none;
    font-size: 24px;
    font-family: "roboto-condensed", sans-serif;
    padding: 0;
    width: auto
}

.wbi-header__text {
    position: relative;
    display: inline-block;
    width: 650px;
    min-height: 50px;
    line-height: 29px;
    font-family: "open-sans", sans-serif;
    color: #425f70;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    padding-left: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
}

.wbi-header__text--small {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 300;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAEuSURBVCjPddLPK+VxFMbx1/fTLSWxcNmNWUioWVmR38pmREpZCCtl4cfCnzCrWVlIWVgMC12JxmKSLDRTihQr5GZhNRZSXyU2Shb3mvleP57dec6753Q6J1qWV9qYXjXSrp346YcHGBXywJRzdb75IqXBgm4XBnKtFFjQqd1pHr+yYUOHjM9mc8i0To1uFeq3ZgfObUXLaVmtzrynr+bUB+M2E0CJXwlky19tQZ9MwkxpKchZ1RLUOvKxjlQFZeKE9SjoStQ3yoJYOmHd67eWgCrFwYnGguhdgwmoyWWwaeTV/P9QZNifYFHHq5wXqMqQlP3gzox1n95ADcrNmxh9Clgx77BgDyLNdk3aeznjd1lLsjKOxSo0GVas1x5E//6lSI9u1UrFsrbteMr9yzOwSkxddFOp7wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNC0xMVQxMzo1MDozNCswMDowMON8UHUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDQtMTFUMTM6NTA6MzQrMDA6MDCSIejJAAAAAElFTkSuQmCC");
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    -o-background-size: 17px 17px;
    background-size: 17px 17px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px
}

.wbi-block {
    font-size: 0;
    position: relative;
    background-color: #dce7e8;
    padding: 13px 25px 41px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: height .3s ease, padding .3s ease;
    -moz-transition: height .3s ease, padding .3s ease;
    -o-transition: height .3s ease, padding .3s ease;
    transition: height .3s ease, padding .3s ease;
    will-change: height padding;
}

.wbi-block.prepare {
    opacity: 0
}

.wbi-block.hide {
    height: 0 !important;
    padding: 0
}

.wbi-block__text {
    width: 820px;
    padding-left: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "open-sans", sans-serif;
    border-left: 1px solid #c6c6c6;
}

.wbi-block__text p {
    margin: 0;
    padding: 0;
}

.wbi-block__text p + p {
    margin-top: 10px
}

.wbi-block__icon {
    position: relative;
    display: inline-block;
    width: 81px;
    padding: 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
}

.wbi-block__icon--sheet {
    height: 40px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAlCAQAAAAZrVoDAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAADOSURBVDjLY1zIzsDPgA98ivuBKcjC4MuwGq+2L4us4i6jCzIxMDBcYRDECb8wMDPsW6SLTdtfhg844V+GdQwMmBqZGAiBNwxOmBoJa2OIu4ypkQht2DQSpQ1TI5Ha0DUSrQ1VIwtB1b6LFJB4lxmsGY4tEiCk7TIDL4MCisgTBiUGVkLabOPQBBYZMJwnyW/IgExtyI7cgE3BIgTzZFw7Nm0KDPjBfey2GWBTG4fVhNEgGQ2S0SAZEkGiiD0wMIIEAvgh2m4yzCLRqjMMfwBbaEyIkIJPPgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNC0xMVQxMzo1MDo0MSswMDowMLuBdssAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDQtMTFUMTM6NTA6NDErMDA6MDDK3M53AAAAAElFTkSuQmCC");
    -webkit-background-size: 27px 37px;
    -moz-background-size: 27px 37px;
    -o-background-size: 27px 37px;
    background-size: 27px 37px;
    background-position: center;
    background-repeat: no-repeat
}

.wbi-block__icon--edit {
    height: 40px;
    margin-top: 25px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAQAAAAsXwcHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAFPSURBVDjLvdUxS8NAGIDht/VQcJBOTuIPcHRoQdCGbg7+gSJ1cQj+gSgOunnu0jkKdhBxKgoOUjdxc3foUhCxalFEkarDYfBMc/niYLYMz3vffUOS2yXzk6NOj1XzotgUkJC2xX0Ak1BsCAKtKGD4PmMEJqGAbXRK4NniBywxxKFJKOCVR/HdfWCcEV6os8Aia/lMq/NpsI5Hk3mO6ODxqTLyGn0+2GKOGzyuzQ6ycbjkna7hILmCzSs0uWXWcEkgzu+/T5cEUnhaIJW7Ay6ep8CwO+A+fZIHqu7ATtrw7itoViI+k8yTApog4iVOkvnggM1PeUrmgwKZeDygCTiW898BTcAbRaak3A4sE9CgBJxRlXE7MAHUuKKCYk/G4zvoA6Mo7mQ8/kFpAdP0pNyeoM05ABdybk8QEkpZ8g7+P6AAT/R/tJ/Cz0CZ8t8n+AKYL48LR5Kl2gAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNC0xMVQxMzo1MDo0OSswMDowMIhuOKwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDQtMTFUMTM6NTA6NDkrMDA6MDD5M4AQAAAAAElFTkSuQmCC");
    -webkit-background-size: 32px 31px;
    -moz-background-size: 32px 31px;
    -o-background-size: 32px 31px;
    background-size: 32px 31px;
    background-position: center;
    background-repeat: no-repeat
}

.wbi-block__registration {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block !important;
    margin-top: 25px;
    color: #425f70;
    padding-left: 27px;
    font-size: 24px;
    font-weight: 300;
    font-family: "open-sans", sans-serif;
    line-height: 1;
    height: 235px;
    width: 835px;
    border-left: 1px solid #c6c6c6;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
    will-change: height;
    padding-top: 3px;
}

.wbi-block__registration.done {
    height: 40px;
    pointer-events: none;
}

.error-text {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity;
}

.done.error .error-text {
    color: #f00;
    opacity: 1
}

.done.ok .error-text {
    display: none
}

.ok-text {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity;
}

.done.ok .ok-text {
    opacity: 1
}

.done.error .ok-text {
    display: none
}

.done .just-text {
    display: none
}

.wbi-block-form {
    font-size: 0;
    position: relative;
    padding: 30px 0 0 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity;
}

.done .wbi-block-form {
    opacity: 0
}

.wbi-block-form__input {
    position: relative;
    width: 252px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b9c4ca;
    float: left;
    margin-left: 25px;
    margin-bottom: 15px;
}

.wbi-block-form__input .select-country {
    width: 100%;
    height: 100%;
    border: none
}

.wbi-block-form__input .select-country b {
    float: right;
    padding: 0;
    margin: 14px 15px 0 0
}

.wbi-block-form__input .select-country span.ico {
    display: none
}

.wbi-block-form__input .select-country span.ico.selected {
    display: inline-block;
    position: absolute;
    max-width: 24px;
    max-height: 24px;
    top: 12px;
    left: 15px
}

.wbi-block-form__input .select-country span.ico.selected img {
    width: 100%
}

.wbi-block-form__input:nth-child(1), .wbi-block-form__input:nth-child(4) {
    margin-left: 0
}

.wbi-block-form__input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 48px;
    color: #a1adb3;
    line-height: 2;
    font-size: 14px;
    font-weight: 300;
    font-family: "open-sans", sans-serif;
    border: none;
    outline: none;
    background: none
}

.wbi-block-form__input input[type="checkbox"] {
    display: none;
}

.wbi-block-form__input input[type="checkbox"] + label:before {
    cursor: pointer;
    border: 1px solid #b9c4ca;
    background-color: #fff;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px
}

.wbi-block-form__input input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #666;
    content: "\2713";
    text-align: center
}

.wbi-block-form__input input[type="checkbox"]:checked + label:after {
    font-weight: bold
}

.wbi-block-form__input label {
    position: relative;
    vertical-align: top;
    color: #000;
    padding: 0 15px 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "open-sans", sans-serif;
}

.wbi-block-form__input label a {
    vertical-align: top;
    text-decoration: none;
    color: #527e8d;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "open-sans", sans-serif;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
}

.wbi-block-form__input label a:hover {
    color: #7abccf
}

.wbi-block-form__input input {
    position: relative;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    outline: none;
    background-color: #fff;
    color: #000;
    padding: 0 15px;
    line-height: 2;
    font-size: 14px;
    font-weight: 300;
    font-family: "open-sans", sans-serif;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wbi-block-form__input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #000 !important
}

.wbi-block-form__input input::-webkit-input-placeholder {
    color: #a1adb3 !important
}

.wbi-block-form__input input:-moz-placeholder {
    color: #a1adb3 !important
}

.wbi-block-form__input input::-moz-placeholder {
    color: #a1adb3 !important
}

.wbi-block-form__input input:-ms-input-placeholder {
    color: #a1adb3 !important
}

.wbi-block-form__input input:focus::-webkit-input-placeholder {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
    color: transparent !important
}

.wbi-block-form__input input:focus:-moz-placeholder {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
    color: transparent !important
}

.wbi-block-form__input input:focus::-moz-placeholder {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
    color: transparent !important
}

.wbi-block-form__input input:focus:-ms-input-placeholder {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
    color: transparent !important
}

.wbi-block-form__input button {
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #46a600;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: "open-sans", sans-serif;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -moz-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    will-change: color background-color;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wbi-block-form__input button:active {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wbi-block-form__input button:hover {
    background-color: #55d100
}

.wbi-block-form__input.active button {
    color: transparent
}

.wbi-block-form__input--checkbox {
    position: relative;
    width: 535px;
    height: 18px;
    text-align: left;
    border: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 15px
}

.wbi-block-form__input--button {
    cursor: pointer;
    -webkit-box-shadow: 0 3px 0 0 #367f00;
    -moz-box-shadow: 0 3px 0 0 #367f00;
    box-shadow: 0 3px 0 0 #367f00;
    float: right;
    position: relative;
    width: 252px;
    border: none;
    height: 50px;
    text-align: center;
    border: none;
    margin-left: 0;
    margin-bottom: 0
}
/**/
/**/
/**/
/*report promo*/
/**/
.b-promo-report{position:relative;background:#fff;margin-bottom:-5px;}.b-promo-report__header{position:relative;background:url("/images/a/promo/rating/90black.png") center repeat-x;height:383px}.b-promo-report__content{padding:82px 0 0 0;position:relative;z-index:2}.b-promo-report__viewport{position:relative;width:1000px;margin:0 auto;}.b-promo-report__viewport--full_height{height:100%}.b-promo-report__header-content{position:absolute;left:25px;bottom:118px}.b-promo-report__button{font-family:'Open Sans',sans-serif;font-size:18px;font-weight:600;font-style:normal;color:#000;background-color:#ffb400;position:relative;border-radius:3px;height:51px;line-height:51px;padding:0 56px 0 19px;min-width:250px;box-sizing:border-box;display:inline-block;-webkit-transition:background-color .2s ease,-webkit-transform .1s ease-in;transition:background-color .2s ease,transform .1s ease-in;}[lang="pl"] .b-promo-report__button{min-width:200px}[lang="ru"] .b-promo-report__button{min-width:260px}.b-promo-report__button:hover{text-decoration:none;background:#ffde00}.b-promo-report__button:active{text-decoration:none;background:#ffde00;-webkit-transform:translateY(2px);transform:translateY(2px)}.b-promo-report__button:after{content:'';position:absolute;top:50%;right:28px;width:8px;height:13px;margin-top:-6px;background:url("/images/a/promo/rating/button-arrow.png") center no-repeat}.b-promo-report__title{color:#fff;font-family:'Open Sans',sans-serif;font-size:48px;font-weight:700;font-style:normal;line-height:1.25;margin:0 0 52px 0;}[lang="ru"] .b-promo-report__title{font-size:36px;line-height:1.25}[lang="pl"] .b-promo-report__title{font-size:30px;line-height:1.25}.b-promo-report__girl{background:url("/images/a/promo/rating/girl.png") center no-repeat;width:703px;height:427px;position:absolute;left:406px;bottom:-61px}.b-promo-report__bottom-image{background:url("/images/a/promo/rating/bottom.png") center no-repeat;height:523px;width:100%;left:0;bottom:0;position:absolute;background-size:cover;z-index:1}.b-promo-report__table{width:100%;}.b-promo-report__table th{font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;font-style:normal;color:#7b7b7b;padding:0 0 18px 0;text-align:left}.b-promo-report__table thead td{height:15px;background:#fff;border-top:1px solid #ccc}.b-promo-report__table tbody td{height:36px;vertical-align:middle;text-align:left;}.b-promo-report__table tbody td:nth-child(1){padding-right:24px;width:1%}.b-promo-report__table tbody td + td{width:20%}.b-promo-report__table tbody td.cell-title{color:#333;font-family:'Open Sans',sans-serif;font-size:16px;font-weight:700;font-style:normal}.b-promo-report__table tbody td.cell-date{color:#7b7b7b;font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;font-style:normal}.b-promo-report__table tbody td.cell-direction{font-family:'Open Sans',sans-serif;font-size:16px;font-weight:700;font-style:normal}.b-promo-report__table tbody td.cell-direction--up{color:#008c0d}.b-promo-report__table tbody td.cell-direction--down{color:#f00}.b-promo-report__table tbody td.cell-prev{font-family:'Open Sans',sans-serif;font-size:14px;font-weight:400;font-style:normal}.b-promo-report__table tbody td img{width:62px;display:block}.b-promo-report__table tbody tr:nth-child(even) td{background:#fff}.b-promo-report__table tbody tr:nth-child(odd) td{background-color:#f6f6f6}.b-promo-report__arrow{display:inline-block;vertical-align:middle;position:relative;margin-right:10px;top:-1px;}.b-promo-report__arrow:after{display:block;content:'';width:13px;height:7px}.b-promo-report__arrow--up:after{background:url("/images/a/promo/rating/arrow-up.png") center no-repeat}.b-promo-report__arrow--down:after{background:url("/images/a/promo/rating/arrow-down.png") center no-repeat}.b-promo-report__small-arrow{display:inline-block;vertical-align:middle;position:relative;margin-right:8px;top:-1px;}.b-promo-report__small-arrow:after{display:block;content:'';width:9px;height:5px}.b-promo-report__small-arrow--up:after{background:url("/images/a/promo/rating/arrow-small_up.png") center no-repeat}.b-promo-report__small-arrow--down:after{background:url("/images/a/promo/rating/arrow-small_down.png") center no-repeat}.b-promo-report__content-button{display:table;margin:40px auto 0 auto;padding-bottom:40px}.b-promo-report__table-holder{padding:0 25px 28px 25px;background:#fff}
/**/
.footer .payment {
  background: none repeat scroll 0 0 #fff;
  float: left;
  height: 100%;
  width: 100%;
}
.footer .payment .title {
  color: #2c3d51;
  float: left;
  font: 24px/55px PTSans;
  text-align: center;
  text-indent: 18px;
  text-transform: uppercase;
  width: 100%;
  height: 44px;
}
.footer .payment ul {
  display: flex;
  float: left;
  height: 91px;
  justify-content: space-around;
  width: 100%;
}
.footer .payment ul li {
  display: block;
  float: left;
  height: 97px;
  min-width: 144px;
  margin: 0 !important;
}
.dash-header .navigation {
    display: flex;
    float: left;
    justify-content: space-between;
    margin: 0 0 0 45px;
    width: 683px;
}
.dash-header .navigation li:first-child {
    margin: 0 0 0 27px;
}

.video_box .text_box .pics {
	margin-left:30px;
}

.footer .contact {
	padding-top:4px;
}
.footer-navi{
    display: flex;
    justify-content: space-between;
}
.footer-navi .item{
    float:left;
    display:block;
    margin:0 23px 0 29px;
}

/*.dash-header .navigation ul:first-child {
    display: flex;
    justify-content: space-around;
    margin-left: 29px;
    min-width: 17vw;
}*/
.dash-header .navigation{
    width:642px;
}

.dash-header .inner {
    display: flex;
    justify-content: space-between;
}
.dash-header .navigation li{
    margin:0 0 0 36px;
}
.dash-header .navigation li:first-child {
    margin: 0;
}
.video_box .video .mac .hovereffect span{
    background:none;
}
.video_box .video .mac .hovereffect{
     background:none;
}
#loaderPass{
   background: url("/images/a/img/pass-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    float: left;
    height: 60px;
    margin: -11px 0 0 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 60px;
    
}
