/*
 Version: 0.1
 */
@import url("../../css/review.css");
@import url("../../css/buy_buttons.css");
@import url("../../css/bullets.css");
@import url("../../css/bonus.css");
@import url("../../css/video.css");
@import url("wp-comments.css");

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-m2iqhe');
    src:url('fonts/icomoon.eot?#iefix-m2iqhe') format('embedded-opentype'),
    url('fonts/icomoon.woff?-m2iqhe') format('woff'),
    url('fonts/icomoon.ttf?-m2iqhe') format('truetype'),
    url('fonts/icomoon.svg?-m2iqhe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-pencil:before {
    content: "\e606";
}
.icon-file:before {
    content: "\e607";
}
.icon-file2:before {
    content: "\e608";
}
.icon-phone:before {
    content: "\e600";
}
.icon-envelope:before {
    content: "\e601";
}
.icon-stopwatch:before {
    content: "\e609";
}
.icon-calendar:before {
    content: "\e60a";
}
.icon-calendar2:before {
    content: "\e60b";
}
.icon-user:before {
    content: "\e602";
}
.icon-user2:before {
    content: "\e603";
}
.icon-key:before {
    content: "\e604";
}
.icon-lock:before {
    content: "\e605";
}
.icon-unlocked:before {
    content: "\e60c";
}


/**/
html, body{
    min-height: 100%;
}
body {
    background-color: #f7f8f9;
    background-repeat: repeat;
    background-position: center top;
    background-image: url('img/bg.png');
}
.header{
    margin: 0 auto;
    padding: 0;
}
.header .logo{
    display: block;
    margin: 30px auto;
}
.single-wpm-page #loginform label, .tab-content-inner form label{
    display: inline-block;
    width: 150px;
}

/* home welcome panel */
.wpm-welcome-page{
    width: 510px;
    margin: 50px auto;
}
.wpm-welcome-page .logo{
    display: block;
    margin: 30px auto;
}
.tab-content{
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #c2cbd3;
    border-top: none;
}
.nav-tabs{
    border-bottom: 1px solid #c2cbd3;
}
.wpm-welcome-page .nav-tabs > li > a > span{
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background-color: #2b9973;
    color: #ffffff;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
}
.nav-tabs>li.active>a > span, .nav-tabs>li.active>a:hover > span, .nav-tabs>li.active>a:focus > span{
    background-color: #2c8bb7;
}
.nav-tabs>li:last-child, .nav-tabs>li:last-child a{
    float: right;
    margin-right: 0;
}
.nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border-radius: 0;
    width: 253px;
    height: 46px;
    background-color: #ffffff;
    border: 1px solid #c2cbd3;
    text-align: center;
    line-height: 46px;
    padding: 0;
    color: #2b9973;
    font-size: 17px;
    font-family: "Arial";
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border-bottom: transparent;
    background-color: #ffffff;
    color: #2c8bb7;
    margin-bottom: -1px;
}
.nav-tabs>li>a:hover{
    background-color: #ffffff;
    border-color: #c2cbd3;
    color: #2c8bb7;
}


/* edit panel */
.wpm-nav-bar-wrap{
    height: 32px;
}
.wpm-nav-bar{
    direction: ltr;
    color: #ccc;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #222;
}
a.post-edit-link, .wpm-nav-bar .link{
    float: left;
    display: block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-decoration: none!important;
    z-index: 10;
}

a.post-edit-link:hover, .wpm-nav-bar .link:hover {
    background: #333;
    color: #2ea2cc;
}

/* form */
.wpm-welcome-page form{
    width: 316px;
    margin: 20px auto;
    text-align: center;
}

.wpm-welcome-page form [class^="icon-"], .wpm-welcome-page form [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #c1cfd9;
}

.wpm-welcome-page form p{
    display: block;
    margin: 0 0 15px;
    position: relative;
}
.wpm-welcome-page .login-username > label, .wpm-welcome-page .login-password > label{
    display: none!important;
}
.wpm-welcome-page input[type=text], .wpm-welcome-page input[type=email], .wpm-welcome-page input[type=password]{
    width: 316px;
    height: 37px;
    box-shadow: none;
    border: 1px solid #ced8de;
    padding-left: 36px;
    font-size: 14px;
    color: #000000;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpm-welcome-page input[type=text]:focus, .wpm-welcome-page input[type=email]:focus, .wpm-welcome-page input[type=password]:focus{
   /* border-color: #186694;
    box-shadow: none;
    outline: none; */
}
.wpm-welcome-page input[type=submit]{
    width: 316px;
    height: 57px;
    background-color: #3f8bb9;
    color: #ffffff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpm-welcome-page input[type=submit]:hover{
    background-color: #186694;
}

.wpm-welcome-page ::-webkit-input-placeholder {
    color: #677c8a;
    font-weight: normal;
}

.wpm-welcome-page :-moz-placeholder {
    color: #677c8a;
    font-weight: normal;
}

.wpm-welcome-page ::-moz-placeholder {
    color: #677c8a;
    font-weight: normal;
}

.wpm-welcome-page :-ms-input-placeholder {
    color: #677c8a;
    font-weight: normal;
}

/* materials page */
.container-content-wrap{
    margin-bottom: 30px;
}
.sidebar-col{
    font-size: 14px;
    line-height: normal;
}
.main-menu{
    padding: 20px;
    margin: 0 0 20px;
    background-color: #ffffff;
    border: 1px solid #c2cbd3;
}

.main-menu ul{
    padding: 0;
    margin: 0;
}
.main-menu li{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.main-menu a{
    display: block;
    padding: 12px 0;
    color: #000000;
    padding-right: 20px;
}
.main-menu .children a{
    color: #919191;
}
.main-menu a:hover, .main-menu .current-cat > a, .main-menu .current_page_item > a{
    text-decoration: none;
    color: #2c8bb7;
}
.main-menu li > a{
    border-bottom: 1px solid #c2cbd3;
}
.main-menu > li:last-child > a{
    border-bottom: none;
}

.main-menu > li > ul > li > a{
    padding-left: 15px;
}
.main-menu > li > ul > li > ul > li > a{
    padding-left: 30px;
}
.main-menu > li > ul > li > ul > li > ul > li a{
    padding-left: 45px;
}

.main-menu > li > ul li:last-child{
    border-bottom: none;
}
.main-menu .plus{
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
    font-size: 14px;
    line-height: 15px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #c2cbd3;
    color: #c2cbd3;
    border-radius: 100%;
    text-align: center;
    z-index: 50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Tahoma';
    box-sizing: content-box;
}
.main-menu .plus:hover, .main-menu .current-cat > .plus{
    color: #2c8bb7;
    border-color: #2c8bb7;
}
.main-menu .children{
    display: none;
}
.main-menu .current-cat > .children, .main-menu .current-cat-parent > .children{
    display: block;
}

/* content */
.content-col{

}
.wpm-content-inner{
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #c2cbd3;
}
.table-head{
    background-color: #3f9972;
    color: #ffffff;
    overflow: hidden;
}
.table-head [class^="icon-"], .table-head [class*=" icon-"]{
    position: relative;
    top: auto;
    left: auto;
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
    font-family: 'icomoon';
}
.table-head > div, .post-row > div{
    float: left;
}
.table-head .text-wrap, .post-row .text-wrap{
    display: block;
    padding: 15px;
}

/*
.col-title{
    width: 220px;
}
.col-description{
    width: 248px;
}
.col-date{
   width: 100px;
}
.col-button{
    width: 118px;
}*/
.show-content{
    border: 1px solid #2c8bb7;
    color: #2c8bb7;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    outline: none;
}
.no-access{
    border-color: #677c8a;
    color: #677c8a;
    outline: none;
}
.post-row{
    color: #677c8a;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-row div.text-wrap{
    text-align: left;

}
.post-row:nth-child(even){
    background-color: #f3f6f8;
}
.post-row:nth-child(odd){
    background-color: #ffffff;
}
.post-row:hover{
    border-color: #d3d9df;
    color: #000000;
}
.post-row:hover .show-content{
    background-color: #2c8bb7;
    color: #ffffff;
}

.post-row:hover .no-access{
    background-color: #677c8a;
    border-color: #677c8a;
    color: #ffffff;
}
.no-posts{
    margin: 120px auto;
    min-height: 50px;
    text-align: center;
}
/* single page */

.wpm-content{
    margin-top: 15px;
    border: 1px solid #c2cbd3;
    padding: 30px 40px;
    background-color: #ffffff;
}
.wpm-content img{
    max-width: 100%;
}

.wpm-page-header-wrap{
    border: 1px solid #c2cbd3;
}
.wpm-page-header{
    padding: 15px 40px;
    border-top: 10px solid #3f9972;
    background-color: #fbfcfc;
}
.info-row [class^="icon-"], .info-row [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    color: #3f9972;
}
.info-row{
    position: relative;
    overflow: hidden;
}
.info-row .col-label{
    float: left;
    position: relative;
    /*width: 105px;*/
    padding: 15px 15px 15px 20px;
    color: #3f9972;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}
.info-row .col-info{
   /* margin-left: 105px;*/
}
.col-info .title{
    font-size: 19px;
    line-height: normal;
    color: #000000;
    margin: 15px 0;
    padding: 0 0 0 15px;
    border-left: 1px solid #e5ebf1;
}
.col-info .description{
    color: #54626f;
    margin: 15px 0;
    padding: 0 0 0 15px;
    border-left: 1px solid #e5ebf1;
}


.wpm-button{
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 35px;
    color: #2c8bb7;
    border: 1px solid #2c8bb7;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}
.wpm-button:hover{
    background-color: #2c8bb7;
    color: #ffffff;
}
.sidebar-col .wpm-button{
    top: 80px;
    display: none;
    position: fixed;
}
.ajax-content{
    display: none;
}


.aligncenter{

    text-align: center;

}
img.aligncenter{
    display: block;
    margin: 0 auto;
}
/* header *//* footer */

.header-content, .footer-content{
    margin: 20px 0;
    padding: 30px 40px;
}

.header-content, .footer-content{
    border: 1px solid #c2cbd3;
    background-color: #ffffff;
}


/* preloader */
.loader{
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #c2cbd3;
    background-color: #ffffff;
    background-position: center 20px;
    background-repeat: no-repeat;
    z-index: 999;
}
.loader .loader-text{
    padding: 10px 0 0;
    text-align: center;
}
.loading6 {
    margin: 30px auto 0;
    width: 50px;
    height: 50px;
    background: #ff5954;
    border-radius: 50%;
    display: flex;

}

.loading6:before {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-animation: loading6-ani1 0.9s infinite;
}

@-webkit-keyframes loading6-ani1 {
    70% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 50px;
        height: 50px;
        border-width: 0;
    }
}

/* interkassa */
.interkassa-popup-wrap{
    width: 500px;
    padding: 30px;
    background-color: #ffffff;
    text-align: center;
}
/* comments */
.wpm-comments-wrap{
    margin: 20px 0;
    padding: 30px 40px;
    border: 1px solid #c2cbd3;
    background-color: #ffffff;
}