html, body {height:100%;}
body{
    padding:0;
    margin:0;
    font-family: 'Roboto', sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.clearfix {zoom: 1;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix {height: 1%;}
.clearfix {display: table;}
*,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

.clear {clear:both;}
img {max-width:100%; max-height:100%;}

.overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:150%;
    background:rgba(0,0,0,0.7);
    z-index: 54;
}

/*popUp*/
.oPop {
    position: absolute;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    min-width: 285px;
    max-width: 600px;
    max-height: 600px;
    box-shadow: 0 0 25px #000;
    transform: translateX(-50%) translateY(-50%);
    z-index: 55;
    display:none;
}
.popClose {
    position: absolute;
    background: #fff url('/img/xClose.png') no-repeat center center;
    cursor:pointer;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    box-shadow: 0 0 30px #000;
    border-radius: 50px;
    z-index: 1;
}

.oPop input {
    display:block;
    width:80%;
    margin:18px auto;
    background:#fff;
    border: 1px solid #bfbfbf;
    padding:13px;
    font-size: 1.15em;
}
.oPop input[type=submit] {
    cursor:pointer;
}

/*login Error*/
.Error {
    display: block;
    height: initial;
    background: #fff;
    min-width: 200px;
    min-height: 200px;
}

/*loader popUp*/
.oLoader {
    background: #fff;
    max-width: 500px;
    max-height: 500px;
    border-radius: 10px;
    display: block;
    width: 75%;
    height: 75%;
}

.oLoader img {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width:100%;
    max-height:100%;
}

.oLoader span {
    position:absolute;
    bottom: 0;
    left: 50%;
}

/*login popUp*/
.oLogin {
    display: block;
    height: initial;
}
.oLeft {
    position: relative;
    background: #e5e5e5 url('/img/popBull.png') no-repeat right bottom;
    display: table-cell;
    vertical-align:top;
    width: 50%;
    padding:25px;

    border-width: 3px 3px 3px 0;
    border-style: solid;
    -webkit-border-image: 
        -webkit-gradient(linear, 0 0, 100% 0, from(rgba(193, 193, 193, 1)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
        -webkit-linear-gradient(left, rgba(193, 193, 193, 1), rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
        -moz-linear-gradient(left, rgba(193, 193, 193, 1), rgba(0, 0, 0, 0)) 1 100%; 
    -o-border-image:
        -o-linear-gradient(left, rgba(193, 193, 193, 1), rgba(0, 0, 0, 0)) 1 100%;
    border-image:
        linear-gradient(to left, rgba(193, 193, 193, 1), rgba(0, 0, 0, 0)) 1 100%; 
}

.oLeft h1 {
    font-size:1.6em;
    font-weight:300;
    color:#000000;
    margin:0 0 20px 0;
    padding:0;
}
.oLeft p {
    font-size:1.1em;
    color:#919191;
    margin:0 0 14px 0;
    padding:0;
}

.oRight {
    position: relative;
    background:#fff;
    display: table-cell;
    vertical-align:top;
    width: 50%;
}

.popHbox {
    position:relative;
}
.popHbox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #e7e7e7, transparent);
    background-image: -moz-linear-gradient(left, #e7e7e7, transparent);
    background-image: -o-linear-gradient(left, #e7e7e7, transparent);
}

.popHbox a, .oRight h1, .oRight a {
    display:block;
    padding: 20px;
    font-size:1.6em;
    font-weight:300;
    color:#000000;
}
.oRight h1 {
    margin:0 0 6px 0;
    padding: 12px 20px;
}

.logOpt {
    position:relative;
    width: 88%;
    margin:0 auto 10px auto;
    text-align:right;
    font-size: 1em;
    font-weight: 300;
}
.logOpt b{
    font-size: 1.2em;

}

.logOpt a {color:#fff;padding:15px;display:block;font-size: 1em;}
.logOpt div {
    content:"";
    position:absolute;
    left:3px;
    top:3px;
    height: 48px;
    width: 48px;
    border-width: 3px 3px 3px 0;
    border-style: solid;
    -webkit-border-image: 
        -webkit-gradient(linear, 0 0, 100% 0, from(rgba(200, 200, 200, 0.35)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
        -webkit-linear-gradient(left, rgba(200, 200, 200, 0.35), rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
        -moz-linear-gradient(left, rgba(200, 200, 200, 0.35), rgba(0, 0, 0, 0)) 1 100%; 
    -o-border-image:
        -o-linear-gradient(left, rgba(200, 200, 200, 0.35), rgba(0, 0, 0, 0)) 1 100%;
    border-image:
        linear-gradient(to left, rgba(200, 200, 200, 0.35), rgba(0, 0, 0, 0)) 1 100%; 
    background-size: cover;
}

.lGoogle {
    background:#e84c3d;
    border:1px solid #ee867b;
}
.lGoogle div {
    background: transparent url('/img/gPlusW.png') no-repeat center center;
}

.lFacebook {
    background:#297fb8;
    border:1px solid #5899c5;
}
.lFacebook div {
    background: transparent url('/img/facebookW.png') no-repeat center center;
}


.lMail {
    background:#3598dc;
    border:1px solid #81c0e9;
}
.lMail div {
    background: transparent url('/img/mailW.png') no-repeat center center;
}

/*popUp subscribe*/
.oSubscr {
    display: block;
    height: initial;
    max-width:300px;
    background:#e5e5e5;
}
.oSubscr h1 {
    display:block;
    padding: 10px;
    margin:0;
    font-size:1.6em;
    font-weight:300;
    color:#000000;
    border-bottom:1px solid #c1c1c1;
}

.oSubscr ul {
    margin:0;
    padding:0;
    background:#fff;
}
.oSubscr ul li {
    margin:0;
    padding:0;
    list-style-type:none;
    border-bottom:1px solid #e5e5e5;
}

.oSubscr label {
    cursor:pointer;
    display:block;
    padding: 12px 0 12px 50px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.oSubscr input[type=checkbox] {display:none;}
.oSubscr input[type=checkbox] + label {
    color:#a3a3a3;
    font-size:1.1em;
    background: transparent url('/img/unChecked.png') no-repeat 10px center;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.oSubscr input[type=checkbox]:checked + label {
    background: transparent url('/img/uChecked.png') no-repeat 10px center;
}

.companiesList {
    background:#fff;
    padding:12px;
}
.companiesList ul {margin:0; padding:0;}
.companiesList ul li {
    position:relative;
    margin:5px;
    padding: 5px 25px 5px 10px;
    list-style-type:none;
    color:#fff;
    background:#3598dc;
    border-radius:15px;
    float: left;
    font-size: 0.7em;
}
.cRemove {
    position: absolute;
    top: 7.5px;
    right: 7.5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    background: transparent url('/img/subClose.png') no-repeat center center;
}

.subSearch {
    padding:12px;
    background:#3598dc;
}

.oPop input.sSearch {
    display:inline-block;
    border: none;
    background:#fff;
    width:82%;
    margin:0;
    padding: 6.5px;
}
.oPop input.sBtn {
    display:inline-block;
    width:15%;
    padding:3px;
    cursor:pointer;
    border: none;
    background:transparent;
    color:#fff;
}

/*popUp Profile*/
.oProfile {
    display: block;
    height: initial;
    max-width:300px;
    background: #e5e5e5 url('/img/popBull.png') no-repeat right bottom;
}
.oProfile h1 {
    display: block;
    width: 80%;
    margin: 18px auto;
    font-size:1.6em;
    font-weight:300;
    color:#000000;
}

.oProfile .submit {
    font-size:1.25em;
    color:#fff;
    padding:15px;
    display:block;
    background:#3598dc url('/img/profSubmitLeft.png') no-repeat left center;
    text-align:right;
    position:relative;
    cursor:pointer;
}
.oProfile .submit:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    height: 100%;
    width: 50px;
    border-width: 3px 3px 3px 0;
    border-style: solid;
    -webkit-border-image: 
        -webkit-gradient(linear, 0 0, 100% 0, from(rgba(200, 200, 200, 0.35)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
        -webkit-linear-gradient(left, rgba(200, 200, 200, 0.35), rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
        -moz-linear-gradient(left, rgba(200, 200, 200, 0.35), rgba(0, 0, 0, 0)) 1 100%; 
    -o-border-image:
        -o-linear-gradient(left, rgba(200, 200, 200, 0.35), rgba(0, 0, 0, 0)) 1 100%;
    border-image:
        linear-gradient(to left, rgba(200, 200, 200, 0.35), rgba(0, 0, 0, 0)) 1 100%; 
}


/*mailReg popUp*/
.oMail {
    display: block;
    height: initial;
}

.oMail .submit {
    font-size: 1.25em;
    color: #fff;
    padding: 15px;
    display: block;
    background: #3598dc url('/img/mailReg.png') no-repeat left center;
    text-align: right;
    position: relative;
    cursor: pointer;
}

.oMail .oRight h1, .oMail .oRight a {
    display: block;
    width: 80%;
    margin: 18px auto;
    padding:0;
    font-size: 1.6em;
    font-weight: 300;
    color: #000000;
}

.oMail .oRight .popHbox {
    padding: 0 0 5px 0;
}

/*oRegSocial popUp*/
.oSocial {
    display: block;
    height: initial;
}

.oSocial .popHbox {
    padding: 0 0 5px 0;
}

.oSocial .logOpt a {
    font-size: 1em;
}


/*================*/
a {
    color: #428bca;
    text-decoration: none;
}

.grid-stack-item-content {
    background-color: red;
}

header {
    min-height: 65px;
    min-width: 320px;
}

.itemsWrap {position:absolute; height:100%; display:table; margin:0 27px;}
.tbItem {display:table-cell; vertical-align:middle; padding:0 22px;white-space: nowrap; font-size: 0.85em;}
.tbItem span {font-weight:bold;}
.tbItem .green {color:#80b52c;}
.tbItem .orange {color:#ff7700;}
.tbItem .red {color:#ff0000;}

.panel-top {
    width: 100%;
    position:relative;
    height:65px;
    margin: 0;
    padding: 0;
    color:#fff;
    box-shadow: 0 0 15px #000;
}

.panel-top a {color:#fff; text-decoration:none;}
.panelRight:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.panelLeft {float:left;height:65px; display: table;}
.panelRight {float:right;height:65px; display: table;margin: 0 7px 0 0;}

.panel-top .panelLeft span,.panel-top  .panelRight span {
    display:table-cell;
    position: relative;
    vertical-align:middle;
    float:none;
    margin: 0;
    padding: 0 13px;
    font-size: 18.75px;
    font-weight: bold;
}

.panel-top .panelLeft .bseLogo {
    padding: 0 13px 0 0;
}
.bseLogo img {
    display:block;
}



.bseLogo:after, .lang:after, .profile:after, .editMode:after, .searchMobile:after, .searchMobile:before {
    content: "";
    position: absolute;
    width: 1px;
    top: 10px;
    right: 0;
    background: #fff;
    height: 45px;
}
.editMode:after {
    right: -2px;
}
.profile:after {
    right: 2px;
}

.searchMobile:before {
    right: inherit;
    left:0;
}

.lang {}
.editMode {position:relative;}
.panel-top  .panelRight .profile span {display:block; font-weight:normal; font-size:9px; text-align:center; max-width:75px;}
.profile img {max-width:45px; max-height: 45px;}
.panelRight span i {font-size: 28px;display:block; min-width: 28px; margin:5px auto;cursor:pointer;opacity:1; -webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.panelRight span.open i {opacity:0.9; color: #ff7e00;}
#profileLogOut, #profileLogIn {display:none;}


.profileItems {
    position:absolute;
    z-index: 6;
    top: 65px;
    left:0;
    width: 168px;
    display:none;
    /*background:rgba(167,167,167, 0.75);*/
    background:#bdbdbd;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.open .profileItems {
    display:block;
}

.profileItems a:first-child:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateY(-100%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bdbdbd;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.profileItems a:first-child:hover:before {
    border-bottom: 10px solid #fff;
}

.profileItems a {
    color: #000;
    display: block;
    padding: 10px;
    font-weight: normal;
    font-size: 16px;
    background:transparent;
    border-bottom: 1px solid #212257;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.profileItems a:hover {
    background:#fff;
}
.profileItems a:last-child {border:none;}

#configurator {display:none;}

#menuButton {
    width:120px;
    background:url('/img/menuWhite.png') 85% center no-repeat;
    cursor: pointer;
    position: inherit;
}
#menuButton.open {
    background: #fff url('/img/menuBlue.png') 85% center no-repeat;
    color: #242545;
}


#menuButton #menuList {
    position: absolute;
    left: 0;
    z-index: 4001;
    /*    opacity: .9;*/
    background: white;
    display: none;
    top: 65px;
    cursor:default;
    margin: 0 0 20px 65px;
    width: calc(100% - 72px);
    box-shadow: 0px 10px 20px 0px #afafaf;
    padding:30px 35px;
}
.open #menuList {
    display:block!important;
}


.menuBlock {
    display:inline-block;
    vertical-align:top;
    width: 15%;
    margin: 0 1.2% 0 0%;
}
.menuBlock h1 {
    text-transform: uppercase;
    color: #212257;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #212257;
    padding: 0 0 20px 0;
    height: 61px;
    display: table-cell;
    vertical-align: bottom;
}
.menuBlock a {
    display:block;
    color:#212257;
    font-size:16px;
    padding:10px 0;
    font-weight: 300;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.menuBlock a:hover {
    padding:10px 0 10px 3px;
}


#configWrap {position:relative; margin:0; padding:0; z-index: 40;color: white;}
.tabsWrap {display:block; width: 100%; border-bottom:1px solid #666687; height:65px; padding:0;}
.tabber {display:table-cell; vertical-align:middle;}

.tabsW {display:table; margin:0 auto;width: 85%;height: 100%;}
.tabsWleft, .tabsWright {
    position: relative;
    display: table-cell;
    height: 65px;
    vertical-align: bottom;
}
.tabsWleft {width: 430px; vertical-align: middle;}
.tabsWright {text-align: center;}

.editModeImg {position:relative; width: 130px;}
.editModeImg img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 126px;
    max-height: 126px;
}
.opts, .opts a {color:#ff7e00; font-size:18px; position:relative; width: 100px;}
.opts p, .opts p a{margin:0; padding:0; font-weight: 300;}
.opts:after{
    content: ' ';
    position: absolute;
    width: 1px;
    top: 15%;
    right: 0;
    background: #fff;
    height: 70%;
}

.checks {
    padding: 0 10px;
    width: 220px;
}
.hCheck {display:none;}
.checks input[type="checkbox"] + label {
    background: url('/img/notChecked.png') no-repeat left center;
    font-weight:300;
    font-size: 0.875em;
    cursor:pointer;
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.checks input[type="checkbox"]:checked + label {
    background: url('/img/checked.png') no-repeat left center;
}

.navis {vertical-align:bottom; display: block;}
#configWrap .nav {
    padding: 0;
    border: none;
    display: table;
    margin: 0 auto;
}

#configWrap .nav li a {
    font-size:18px;
    font-weight:300;
    color: #fff;
    text-transform:uppercase;
    border:none;
    position: relative;
    display: block;
    padding: 10px 15px;
}


.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    cursor: default;
}

.nav > li {
    position: relative;
    display: block;
}

#configWrap .nav li.active a {
    background: none;
    border-bottom: 5px solid #ff7e00;
}

#configPanel {min-height: 300px;}

.closingX {position:absolute; top:20px; right:10px; cursor:pointer;}

/*tabs*/
.tab-content > .tab-pane {
    display: none;
    min-height: 300px;
}
.tab-content > .active {
    display: block;
}
.tab-content > .tab-pane > ul {padding: 10px 0 20px 0; white-space:nowrap;}

#widgets-tab {overflow:hidden; position:relative;}

#widgets-menu {
    display:none;
    position: relative;
}
.active #widgets-menu {
    display: block;
    height: initial;
}
.wgmLeft {
    position:absolute;
    left:0;
    width:80px;
    height:60px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:25px;
    font-weight:bold;
    line-height:60px;
    background:#ff7e00 url('/img/wgArrLeft.png') 10% center no-repeat;
    cursor:pointer;
    box-shadow:0 0 10px #000;
    text-align: right;
    padding: 0 25px 0 30px;
    z-index: 9;
}
.wgmRight {
    position:absolute;
    right:0;
    width:80px;
    height:60px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:25px;
    font-weight:bold;
    line-height:60px;
    background:#ff7e00 url('/img/wgArrRight.png') 90% center no-repeat;
    cursor:pointer;
    box-shadow:0 0 10px #000;
    text-align: left;
    padding: 0 30px 0 15px;
    z-index: 9;
}

.singlewidget {max-width:300px;}
.doublewidget {max-width:615px;}

.widgetBox {
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    height: 300px;
    margin: 0 7px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
    padding: 0;
    list-style-type: none;
}

.widgetBox > span {
    position:absolute;
    z-index: 9;
    display:block;
    top: 0;
    right: 0;
    width:47px;
    height:47px;
    background:#ff7e00 url('/img/Info-icon.png') center center no-repeat;
    cursor:pointer;
}
.widgetBox > span:hover {
    background:#ff7e00 url('/img/Info-iconX.png') center center no-repeat;
}

.widgetBox > div {
    position: absolute;
    width: 100%;
    min-width:300px;
    height: 100%;
    top: 0;
    overflow: hidden;
    left: 0;
    font-size:0.95em;
}

.wZoneBack {
    opacity: 0;
    z-index: 0;
    border:3px solid #ff7e00;
    border-radius: 5px;
}

.wZone {
    height:100%;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    z-index: 1;
    background:#fff;
    color:#212257;
}

#widgets-tab .wZone .wTitle, .canDrag .wTitle {
    cursor:all-scroll;
}

.widgetBox span:hover ~ .wZone {
    /*	border:3px solid #ff7e00;
            overflow: hidden;*/
    opacity: 0;
    z-index: 0;
}

.widgetBox span:hover ~ .wZoneBack {
    opacity: 1;
    z-index: 1;
}

.wZone .wTitle {
    height: 47px;
    color: #ffffff;
    line-height: 47px;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -0.25px;
    padding:0 0 0 50px;
    border-bottom: 1px solid white;
}

.wZone .wContent {
    margin: 0px;
    padding: 0px;
    height: calc(100% - 47px);
}

.wZone iframe {
    margin: 0px;
    padding: 0px;
    border:  0px;
    height:100%;
    width:100%;
    font-family: 'Roboto', sans-serif;

}
.wZone .wContent p, .wZoneBack .wContent p {
    margin: 0 0 10px 0;
}

.wZoneBack .wTitle {
    background: none;
    height: 47px;
    color: #fff;
    line-height: 47px;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -0.25px;
    padding: 0 50px 0 10px;
}
.wZoneBack .wContent {
    color: #fff;
    padding: 5px 10px 10px 10px;
    text-align: justify;
}

.wWrapper {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor: url(/img/dragActive.png) 31 31, all-scroll;
    z-index:1;
}
.wWrapper:hover {
    border: 2px solid #ff7e00;
}

.wWrapper > span.closeBtn {
    position:absolute;
    z-index: 9;
    display:block;
    top: 0;
    right: 0;
    width:47px;
    height:47px;
    background-color:#ff7700;
    padding: 8px 0px 0px 11px;
    /*background:#ff7e00 url('/img/Info-iconX.png') center center no-repeat;*/
    cursor:pointer;
}

.wWrapper:hover > span.closeBtn {
    width:45px;
    height:45px;
    padding: 6px 0px 0px 11px;
}

.wCore {
    width: 100%;
    height: 100%;
}

.wIcon {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 50px;
}
.wIcon i {    
    font-size: 30px;
    position:absolute;
    top:50%;
    left:50%;
    max-width:30px;
    max-height:30px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

/*skins*/

#skins-tab {overflow:hidden;}
.skinWrap {}
.active .skinWrap {
    display:table; position:relative; width:100%; padding:20px 15px 30px 15px;
}
.skinBox {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    white-space: nowrap;
    width:615px;
    height:300px;
    position: relative;
}

.skinZone {
    position: relative;
    display:table;
    width:100%;
    height: 100%;
}

.zoneLeft {
    display:table-cell;
    vertical-align:top;
    width:50%;
    background:#fff;
    padding: 15px;
}
.zoneLeft h1 {
    font-weight: 300;
    font-size: 1.6em;
    color: #000037;
    margin: 10px 0;
    padding: 0;
}
.colorScheme {
    display:block;
    width:265px;
    height: 80px;
    font-size: 0;
}
.colorScheme span {
    display: inline-block;
    position: relative;
    height: 100%;
    border: 1px solid #2a2b5d;
    margin: 0 0 0 1px;
    float: none;
}

p.skinDescr {
    color: #000037;
    white-space: normal;
    font-size: 0.9em;
}

.zoneRight {
    display:table-cell;
    vertical-align:middle;
    width:50%;
    background-position:center center;
    background-repeat: no-repeat;
    background-size:cover;    
}


.skinSelect {
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%) translatey(50%);
    font-size:22px;
    font-weight:300;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    width:200px;
    height:40px;
    line-height:40px;
    background:#ff7e00;
    cursor:pointer;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.skinSelect:hover {
    background:#a1a1a1;
}

.skinSelect.selected, .zoneSelect.selected {
    cursor:default;
    background:#a1a1a1;
}


#config-tab {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.presetTitle {
    position:absolute;
    top: -5px;
    left: -25px;
    width:209px;
    height:39px;
    background:url('/img/presetTitle.png') left center no-repeat;
    z-index:1;
    font-size:18px;
    font-weight:300;
    line-height:39px;
    text-transform:uppercase;
    padding: 0 0 0 10px;
}

.tab-content > .tab-pane > ul.bfbPreset {
    display:block;
    position: relative;
    vertical-align:top;
    padding: 10px 55px 20px 55px;
}
.pBox {
    display:inline-block;
    vertical-align:top;
    position:relative;
    padding: 0 10px;
    list-style-type: none;
    margin: 0;
    width: 320px;
    height: 300px;
}
.pBoxLast {
    margin: 0 55px 0 0;
}
.pBoxZone {
    position: relative;
    width: 100%;
    height: 100%;
    color: #000037;
    background: #fff;
    white-space: normal;
    padding: 50px 15px 0 15px;
}
.pBoxZone h1 {
    font-size: 1.6em;
    font-weight: 300;
    margin: 0;
}
.pBoxZone h2 {
    font-size: 1.15em;
    font-weight: 300;
    color: #515151;
    margin: 0;
}
p.pBoxDescr {
    font-size: 0.95em;
}

.zoneSelect {
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%) translatey(50%);
    font-size:22px;
    font-weight:300;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    width:200px;
    height:40px;
    line-height:40px;
    background:#ff7e00;
    cursor:pointer;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.zoneSelect:hover {
    background:#a1a1a1;
}


main {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: calc(100% - 250px);
    position:relative;
}

#dashboard {
    height:100%;
}

.fBox {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 0.5%;
    padding: 0 5px;
}
.fBox:first-child {margin:0 2% 0 0;}
.fBox:last-child {margin:0 0 0 2%;}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


/*content*/
.mainWrap {
    width: 100%;
    height:100%;
    max-width: 610px;
    margin: 0 auto;
    padding: 15px 0;
}

.mainWrap .widgetBox {
    border-radius: 4px;
    overflow: hidden;
    font-size: initial;
    margin: 7.5px;
}

/*Drop Zone*/
#widgets-menu .placeholder {
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    height: 300px;
    margin: 0px 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
    border: 1px solid #ff7e00;
    background: white;
    padding: 0;
    list-style-type: none;
    max-width: 615px;
}
#widgets-list .placeholder {
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    height: 300px;
    margin: 7px 6.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
    border: 1px solid #ff7e00;
    background: white;
    padding: 0;
    list-style-type: none;
    max-width: 615px;
}

/*menu items popup & content*/
/*.mPopup {
    display: none;
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
    white-space: nowrap;
    box-shadow: 0 0 45px #000;
}*/

.mPopup {display: flex; flex-grow: 1; width: 100%; align-items: stretch;}


/*.leftPop {
    display: table-cell;
    vertical-align: top;
    width: 65px;
    height: 100%;
    white-space: normal;
    position: relative;
}*/

.leftPop {flex-basis: 65px; min-width:65px; text-align: left;}


.mIcon {
    display:block;
    position:relative;
    height:65px;    
    width: 65px;
}
.mIcon a{
    display:block;
    position:relative;
    height:65px;    
    width: 65px;
    padding: 14px 14px;
}
.mIcon i {
    color: #fff;
    font-size: 35px;
    position:absolute;
    top:50%;
    left:50%;
    max-width:35px;
    max-height:35px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.mIcon.open i {
    color: #428bca;
}    

.mIcon i:hover {
    color: #aaa;
    cursor: pointer;
}


.mIcon:first-child {
    height:65px;
}
/*


.mIcon:first-child:before {
    content: "";
    position: absolute;
    top: 17px;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #212257;
}*/

.mIcon:after {
    content:"";
    position:absolute;
    bottom:0;
    left:10%;
    width:80%;
    height:1px;
    background:#fff;
}

.mIcon:hover {
    cursor: pointer;
}

.mIcon:first-child:hover {
    cursor: default;
}

.mIconEnd {
    content:"";
    height:30px;
}



.leftPop svg {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    fill: #fff;
}

/*.rightPop {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
}*/


.rightPop {flex-grow: 10; width: calc(100% - 65px); background: white; }

/*.pTitle {
    text-transform: uppercase;
    background: #e1e1e1; 
    height: 65px; 
    font-size: 1.6em; 
    font-weight: 300; 
    color: #383863; 
    padding: 0px; 
}*/

.pTitle {
    display: flex; 
    align-items: stretch;
    text-transform: uppercase;
    background: #e1e1e1; 
    height: 65px; 
    font-size: 1.5em; 
    font-weight: 300; 
    color: #383863; 
    padding: 0px; 
}


/*.pClose {
    display: block; 
    width: 20px; 
    height: 20px; 
    margin: 20px 10px 25px 10px; 
    cursor: pointer;
}*/

.pClose {font-weight:900; cursor:pointer;flex-basis: 30px; min-width:30px; text-align: left; margin: 15px 15px 20px 5px;}

beam {
    text-transform: lowercase;
    font-weight: bold;
} 

.beamBanner {
    width: 100%;
    margin: 0 0 10px;
    border-radius: 4px;
}

.beamBanner img {
    display: block;
    width: 100%;
    height: auto;
}

.beamBanner .img_short {
    display: none;
}

.beamDisclaimer {
    display: inline-block;
    position: relative;
    padding: 16px;
    margin: 30px 0 0;
    background-color: #e1e1e1 !important;
    color: #4c4c4c;
    font-size: 12px;
}

.pRcntWrap {
    padding: 10px 10px;
    /*    padding: 18px 8px 8px 8px;*/
    width: 100%;
    min-height: calc(100% - 65px);
    /*overflow: auto;*/
} 

.pRcntWrap input[type="checkbox"] + label {
    background: url('/img/notCheckedBlue.png') no-repeat left center;
    font-weight:300;
    font-size: 0.875em;
    cursor:pointer;
    display: block;
    padding: 5px 5px 5px 30px;
    margin: 0;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.pRcntWrap input[type="checkbox"]:checked + label {
    background: url('/img/checkedBlue.png') no-repeat left center;
}

.pTopForm {
    color:#1e366c;
}

.pWord, .pTime {
    display: inline-block;
    vertical-align: middle;
}

.pWord label, .pTime label {
    display: inline-block;
    vertical-align: middle;
    font-size:0.75em;
    font-weight: bold;
}
.pWord input, .pTime input, .pTime select {
    display: inline-block;
    vertical-align: middle;
}
.pWord {margin: 0 20px 0 0;}
.pWord .search {
    border: 0;
    color: #515151;
    background: #c3c3c3;
    padding: 2px;
    height:19px;
}
.pWord .searchBtn {
    height:19px;
    width:35px;
    background:#7f7f7f url('/img/searchIcon.png') no-repeat center center;
    border:0;
    cursor:pointer;
    margin: 0 0 0 -4px;
}

.pTime select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background:#afafaf url('/img/selectBgr.png') no-repeat right center;
    height:19px;
    font-size: 0.8em;
    color: #515151;
    padding: 0 40px 0 5px;
    border:none;
}
.pTime select.second {margin:0 0 0 -4px;}

.pTime select::-ms-expand { /* for IE 11 */
    display: none;
}

.pTime .searchBtn {
    color: #fff;
    background: #212257;
    font-size: 0.8em;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    width: 90px;
    height: 19px;
    cursor: pointer;
    margin: 0 0 0 30px;
}

.pSeparate {
    width:100%;
    height:2px;
    background:#959595;
    margin:19px 0;
}

.pBotWrap {
    position:relative;
    height: 100%;
}

.pbLeft {
    display:inline-block;
    width:48%;
    float:left;
}

.pbLside {
    display:table-cell;
    vertical-align: middle;
}

.pbLside img {
    max-height:100px;
}


.pbRside {
    display:table-cell;
    vertical-align: top;
    padding:10px;
}
.pbRside h1 {
    margin:0;
    padding:0 0 10px 0;
    font-size:1.1em;
    color:#1e366c;
}
.pbRside h1 span {
    color:#2b6ec4;
}
.pbRside .text {
    font-size:0.9em;
    color:#515151;
}


.pbRight {
    display:inline-block;
    width:50%;
    float:right;
}



div.panelRight .searchMobile {display:none;}



@media (max-width:1080px) {
    div.menuBlock {
        width: 30%;
    }
}

@media (max-width:1024px) {
    .beamBanner .img_short {
        display: block;
    }
    .beamBanner .img_long {
        display: none;
    }

    .tabsWrap {height:130px;}
    .navis {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .tabsW {
        height: 65px;
    }
    .tabsWleft, .tabsWright {display:block;}
    .tabsWleft {display: table;}
    .tabsWright {}

    .fBox {width: 48%;}

}

@media (max-width:800px) {
    div.menuBlock {
        width: 45%;
        max-width: 390px
    }
}

@media (max-width:790px) {

    header {
        position: relative;
        z-index: 2;
    }
    main {
        z-index: 1;
    }

    .panel-top {height:auto;}
    div.panelRight .searchMobile {display:table-cell;}

    div.panel-top .panelLeft .bseLogo {text-align: left;}
    div.panel-top .panelLeft span {
        /*width: 1%;*/
        text-align:right;
    }

    .bseLogo:after {
        content:"";
        display:none;
    }

    div.panel-top .panelLeft span {
        width: initial;
        text-align: initial;
    }

    div.panel-top .panelLeft span.searchArea {
        position:absolute;
        background: #fff;
        width: 100%;
        padding: 10px;
        box-shadow: 0 0 5px #000;
        opacity:0;
        z-index:-1;
        top:0;
        left: 0;

        -moz-transition:all 0.4s ease-in-out;
        -ms-transition:all 0.4s ease-in-out;
        -o-transition:all 0.4s ease-in-out;
        -webkit-transition:all 0.4s ease-in-out;
        transition:all 0.4s ease-in-out;
    }

    div.panel-top .panelLeft span.searchActive {
        top: 100%;
        opacity: 1;
    }

    .searchInput {
        width: 100%;
    }


}

@media (max-width:625px) {
    .editMode:before {
        content: "";
        position: absolute;
        background: #919191;
        top: 10px;
        left: 50%;
        width: 43px;
        height: 43px;
        border-radius: 50px;
        transform: translate(-50%,0);
    }
    .panelRight span.editMode i {opacity:0.99;}


    .editMode.open:before {
        content: "";
        display:none;
    }
    .panelRight span.editMode.open i {opacity:0.9;}

    /*Menu*/
    #menuButton #menuList {
        margin:0;
        box-shadow:none;
        width:100%;
    }
    div.menuBlock {
        width: 100%;
        max-width: initial;
    }
    .menuBlock .links {
        height:0;
        overflow: hidden;
    }

    .menuBlock.active .links {
        height:100%;
        overflow: visible;
    }


    .menuBlock h1 {
        cursor:pointer;
        height:auto;
        margin:10px 0;
        display: block;
    }

    .oLeft, .oRight {
        width:100%;
        display:block;
    }
    .oRight {
        padding: 0 0 10px 0;
    }
    .oMail .oRight h1 {
        margin: 0 auto;
        padding: 18px 0 0 0;
    }
}

@media (max-width:630px) {
    .mainWrap .widgetBox {
        margin: 5px auto 18px auto;
        display: block;
    }
    .doublewidget, .singlewidget {
        min-width: 300px;
        max-width: 90%;
        width: 90%;
    }

    .tab-content > .tab-pane > ul.bfbPreset {
        padding: 20px 35px 40px 35px;
    }
    .skinBox {
        width: initial;
    }

    .pbLeft, .pbRight {
        display:block;
        width:100%;
    }
}

@media (max-width:625px) {
    .panelLeft {float:none;}
    .panelRight {
        float:none;
        width:100%;
        display:table;
    }
    .panelRight span {text-align:center;}
    .panelRight span.menu {text-align:left;}
    #menuButton div#menuList {
        top: 130px!important;
    }
}

@media (max-width:570px) {
    #menuButton div#menuList {
        margin: 0 0 20px 0;
        width: 100%;
        opacity: 1;
        left: initial;
        right: 0;
        box-shadow: 10px 5px 50px #000;
    }
    div.menuBlock {
        width: 90%;
        margin:0 auto;
        display:block;
    }

    .fBox {
        width: 100%;
    }
    .fBox:last-child {
        margin:0 auto;
        text-align: center;
    }
}

@media (max-width:520px) {
    .tabsW {
        width:100%;
    }
}

@media (max-width:480px) {
    .tabsWleft {
        display: block;
        padding: 10px 0 0 0;
        width: 100%;
    }
    .checks, .opts:after {
        display:none;
    }

    .skinBox {
        width: calc(100% - 20px);
    }
    .skinZone .zoneLeft {
        width: 100%;
        bottom: 0;
        position: absolute;
    }
    .skinZone .zoneRight {
        position:absolute;
        width: 100%;
        height:100%;
        z-index: -1;
    }
    .colorScheme {
        width:100%;
    }
}

@media (max-width:430px) {
    .panel-top  .panelRight span {
        width:20%;	
    }
    #menuButton {
        font-size:0;
        min-width: 50px;
        background: url('/img/menuWhite.png') center center no-repeat;
    }
    #menuButton.open {
        background: #fff url('/img/menuBlue.png') center center no-repeat;
    }


    #configWrap .nav li a {
        font-size:1em;
        padding:10px;
    }

    .profileItems {
        left:inherit;
        right:0;
    }
    .profileItems a:first-child:before {
        left:inherit;
        right:15px;
    }

}

@media (max-width:390px) {

    .singlewidget , .doublewidget {
        width: calc(100% - 11px);
        min-width: 300px;
        max-width: 100%;
    }

    .searchMobile:before {display:none;}
    .mainWrap .widgetBox {margin: 5px;}
}


@media screen and (max-width:400px) {
    @-ms-viewport{ width:320px;}
}

@media screen and (max-height:660px) {
    .oPop {
        top: 10%;
        transform: translateX(-50%) translateY(0);
    }
}



/* Stankov */

.widget_container {height: 300px; float: left;  display: inline-block; position: relative;}
.widget_contents_wrapper {height:253px; line-height: 21px; overflow: hidden;}

/*top issues box + top 3 box*/
.top_issues_title_container, .top3title_container {float: left; background-color: #f7f7f7; color: #212257; font-size:0.8em; text-transform: uppercase; overflow: hidden;}
.top_issues_title_container	{height:150px;}
.top_issues_title, .top3title {-webkit-transform: rotate(-90deg);	
                               -moz-transform: rotate(-90deg);
                               -ms-transform: rotate(-90deg);
                               -o-transform: rotate(-90deg);
                               transform: rotate(-90deg); position: relative;}
.top_issues_title {bottom:-100px;}
.top_issue_container, .top_issue_container_4, .top_issue_container_5 {height:150px; float: left; background:url('/images/top_issue_box_background.jpg') top left no-repeat #212257; color: #fff;}/*êóòèéêèòå íàé-îòâúí*/
.top_issue_ticker, .premium_issue_ticker {line-height:38px; vertical-align: middle; text-transform: uppercase; text-align: center; font-size: 1em;}
.top_issue_price, .premium_issue_box_right {line-height:38px; vertical-align: top; text-align: center; font-size: 2em;}
.top_issue_change_plus {line-height:22px; vertical-align: top; text-align: center; font-size: 1em; margin: 0 auto; background-color: #008f00; font-weight: bold; width:70%;}
.top_issue_change_minus {line-height:22px; vertical-align: top; text-align: center; font-size: 1em; margin: 0 auto; background-color: #ff0000; font-weight: bold;width:70%;}
.top_issue_company_name {height:42px; line-height:21px;margin: 5px 0;vertical-align: middle; text-align: center; font-size: 0.9em;}
/*news*/
.news_item {margin: 4px 6px; padding-bottom:4px;  color: #212257; font-weight:900; background: url('/images/list_item_border_btm.jpg') bottom center repeat-x transparent;}
.news_item i {vertical-align: middle;}
.news_item a {font-weight: 400; color: #5d5d5d;}
/* .news_item hr {display: none;color: #f7f7f7; text-align: center; margin: 3px 0 3px 0; padding: 0 0;}*/
/*links*/
.links_head {font-size: 1.05em; width:50%; float: left; height:55px; border-bottom: 1px solid #d2d2d2;text-align: center; padding: 5px 8px;background-color: #fff; color: #212257;cursor:pointer;}
.links_head.open {color: #fff;}
.links_contents {height:200px; padding-top: 8px;}
.link_item {padding: 6px 0 3px 16px;}
.link_item a {color: #5d5d5d;}

/*top3issues*/
.top3title_container {height:300px; width:30px;}
.top3title {bottom:-220px; font-size:1.2em;}
.top3volume {height:100%; width:100px; float: right; background-color: #e7e7e7; color: #212257; line-height:99px; text-align: center; font-weight: 900; font-size:1.3em; margin: 0 0; padding: 0 0;}
.top3volume_cell, .top3details_cell {border-bottom:1px solid #fff;}
.top3details {margin: 0 -130px 0 -30px; padding: 0 0 0 30px;height:100%; float: left;width:100%}
.clear {clear: both; height:0px;}
.top3details_cell, .top3details_bcell {height:100px; background: url('/images/light_dark_blue_bg150.jpg') 0 -48px repeat-x transparent; padding: 0 0 0 6px;color: #fff; }
.top3details_upper_box {height:37px; font-size:1.1em; line-height:37px;}
.top3details_lower_box {height:62px;}
.top3details_upper_box, .top3details_lower_box,.top3details_offer {overflow: hidden;}
.top3details_price_plus { background-color: #008f00;}
.top3details_price_minus {background-color: #ff0000;}
.top3details_price_same {background-color: #aaa;}
.top3details_price_plus, .top3details_price_minus,.top3details_price_same {line-height:20px; vertical-align: bottom; text-align: center; font-size: 1em; font-weight: 900; width:54px; float: left;}
.top3details_price {background: url('/images/light_dark_blue_bg150.jpg') 0 -85px repeat-x transparent;line-height:38px; vertical-align: middle; text-align: center; font-size: 1.4em; float: left; padding:0 6px 0 3px; width:54px;}
.top3details_price_big {line-height:61px; vertical-align: middle; text-align: center; font-size: 2em; float: left; padding:0 6px 0 3px; width:90px; display: none;}
.top3details_offers, .top3details_trades {float: left; width:90px; line-height:29px; font-size:1.3em;}
.top3details_offer {height:31px; padding:0; margin: 0;}
.top3details_mcap {float: left; width:110px; line-height:30px; font-size:1.8em; padding-left:6px}
.top3details_mcap_title { font-size:0.4em;line-height:26px;}
.top3details_price_plus sup, .top3details_price_minus sup, .top3details_offer sup, .top3details_mcap sup, .top3details_price sup, .top3details_price_big sup, .top3details_trades sup{line-height:0;}
.top3details_company_name {display:block;}
.top3details_company_name_long {display:none;}
.top3details_price_absolute {display: none}

.descriptionListBottomSpace {
    margin-bottom: 10px;
}


/*Dermy*/
.divLeft{
    display:inline-block;
    width:50%;
    float:left;
}
.divRight {
    display:inline-block;
    width:50%;
    float:right;
}

@media only screen and (min-width: 615px)
{
    .widget_container {width: 300px;}	
    .top_issue_rows_container {width:91%;margin-left:9%}
    .top_issues_title_container {width:9%}
    .top_issue_container	{width: 33.3%; }
    .top_issue_container_4, .top_issue_container_5 {display: none;width:0px;}
    .premium_box1 {height:200px;}
    .premium_box2 {height:100px;}
    .top3details_offers, .top3details_trades {display: none;}
}

@media only screen and (max-width: 630px)
{
    .widget_container {min-width: 300px; width:100%;max-width:590px; margin: 0px auto 18px auto;}	
}

@media only screen and (min-width: 480px) and (max-width: 614px)
{
    .top_issue_container, .top_issue_container_4, .top_issue_container_5	{width: 20%;}
    .top_issue_rows_container {width:95%;margin-left:5%}
    .top_issues_title_container {width:5%}
}

@media only screen and (min-width: 390px) and (max-width: 479px){
    .top_issue_container_5 {display: none;width:0px;}
    .top_issue_container, .top_issue_container_4	{width: 25%;}
    .top_issue_rows_container {width:94%;margin-left:6%}
    .top_issues_title_container {width:6%}
}

@media only screen and (max-width: 389px)
{
    .top_issue_container_4, .top_issue_container_5, .top3details_offers, .top3details_trades {display: none;width:0px;}
    .top_issue_container	{width: 33.3%;}
    .top_issue_rows_container {width:93%;margin-left:7%}
    .top_issues_title_container {width:7%}
    .premium_box1 {height:200px;}
    .premium_box2 {height:100px;}
}

@media only screen and (min-width:390px) and (max-width:614px)
{
    .premium_text {font-size: 1.6em; padding: 10px; line-height:150%;}	
    .premium_box1, .premium_box2 {height:300px; float: left;  overflow: hidden;}
    .premium_box1 {width:66%;}
    .premium_box2 {width:34%}
    .premium_title, .premium_issue, .premium_issueR, .premium_issueNB {height:150px;}
    .premium_issue, .premium_issueR, .premium_issueNB	{background:url('/images/premium_box_background_top_rgh_151.jpg') top right no-repeat transparent;}
    .premium_issueNB {background-position: bottom right; }
    .premium_box2 .premium_issue {background-position: bottom left;}
    .premium_box2 .premium_issueR {background-position: top left;}
    .premium_box2 .premium_issue , .premium_box2 .premium_issueR {width:100%;}
    .premium_issue_company_name {line-height:350%}
    .links_head_left, .links_head_right {padding-top:16px;}
    .top3details_company_name, .top3details_price {display:none;}
    .top3details_company_name_long, .top3details_price_absolute, .top3details_offers, .top3details_trades, .top3details_price_big {display: block;}
    .top3details_price_plus, .top3details_price_minus, .top3details_price_same {line-height:31px;}
}

@media only screen and (min-width:500px) and (max-width:614px)
{
    .premium_text {padding: 30px 0;}
}

@media only screen and (min-width:390px) and (max-width:585px) {.top3details_offers {display:none;}}
@media only screen and (min-width:390px) and (max-width:494px) {.top3details_trades {display: none;}}

