@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&subset=cyrillic,cyrillic-ext');
html {
    padding-bottom: 150px;
    padding-top: 85px;
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

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

.in { 
    margin: 0px auto;
    max-width: 1200px;
    min-width: 960px;
    display: block;
    width: 100%;
    position: relative;
}

header {
    display: block;
    min-height: 85px;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid #f3f2f2;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

header .wrapper {
    height: 10px;
    display: block;
    width: 100%;
    background: #fe8723; /* Old browsers */
    background: -moz-linear-gradient(left,  #fe8723 0%, #feb823 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fe8723 0%,#feb823 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fe8723 0%,#feb823 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8723', endColorstr='#feb823',GradientType=1 ); /* IE6-9 */

}

header .c1,
header .c2,
header .c3
 {
    display: inline-block;
    vertical-align: middle;
    min-height: 75px;
}

header .c1 {
   padding-top: 15px;
   width: 15%;
}

header .c1 .lg {
    display: block;
    padding-top: 11px;
    width: 100%;
}


header .c1 .lg img {
    display: block;
    max-height: 100px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

header .c2 {
    text-align: center;
    width: 65%;
}

header .c2 ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 26px;
}

header .c2 ul li {
    display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
    position: relative;
}

header .c2 ul li:hover ul {
    display: block;
}

header .c2 ul li ul {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid #f3f2f2;
    width: 100%;
    z-index: 100;
    left: 50%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    margin-left: -125px;
    min-width: 250px;
    padding-top: 0px;
}

header .c2 ul li ul li {
    border-bottom: 1px solid #f3f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

header .c2 ul li ul li:last-child {
    border-bottom: none;
}

header .c2 ul li ul li a {
    padding-left: 10px;
    padding-right: 10px;
}


header .c2 ul li a {
    color: #3e3e3e;
    text-decoration: none;
    font-size: 15px;
    margin-left: 4px;
}

header .c2 ul li a:hover {
    text-decoration: none;
    color: #ff9129;
}

header .c3 {
    width: 19%;
    text-align: right;
    padding-top: 19px;
}

header .c3 a {
    color: #3e3e3e;
    text-decoration: none;
    font-size: 15px;
    margin-left: 4px;
}

header .c3 a:hover {
    color: #ff9129;
}

header .lgms {
    display: inline-block;
    width: 68px;
    height: 36px;
    background-image: url(../images/msgs_lg.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    vertical-align: middle;
}

.sl {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    min-height: 450px;
}

.sl .overlay {
    display: block;
    width: 100%;
    min-height: 577px;
    background-color: rgba(0,0,0,0.5);
}

.cb .in {
    padding-top: 30px;
}

.cb h1 {
    text-align: center;
    margin-top: 0px;
    color: #fe8723;
    padding-top: 0px;
    font-size: 30px;
    font-family: "Roboto Slab", sans-serif;
    background: -webkit-linear-gradient(#ffba00,#fe8723);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-transform: none;
    position: relative;
    
}

footer {
    display: inline-table;
    background-color: #373737;
    position: absolute;
    height: 90px;
    padding-top: 15px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    
}

footer nav {
    display: inline-block;
    text-align: left;
    width: 70%;
    vertical-align: middle;
}

.donate {
    display: inline-block;
    text-align: right;
    width: 29%;
    vertical-align: middle;
}

.donate a {
    display: inline-block;
    color: #ffffff;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    min-width: 270px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    min-height: 54px;
    border-left: 2px solid #fe8723;
    border-right: 2px solid #ffba00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%);
    opacity: 0.6;
    cursor: pointer;
}

.donate a:hover {
    text-decoration: none;
    opacity: 1;
  
}


footer nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer nav ul li {
    display: inline-block;
    text-align: left;
    margin-right: 2%;
    padding-top: 20px;
}

footer nav ul li ul {
    display: none;
}

footer nav ul li a {
    color: #b6b6b6;
    text-decoration: none;
    font-size: 16px;

}

footer nav ul li:last-child {
    border-right: none;
}

footer nav ul li a:hover,
footer nav ul li a:focus

{
    text-decoration: none;
    color: #ff9129;
}

footer .ln {
    display: table;
    width: 100%;
    margin-top: 20px;
}

footer .ln .cl {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    color: #b6b6b6;
    padding-bottom: 10px;
}

footer .social {
    margin-top: 0px;
}

footer .social .cl {
    vertical-align: middle;
    padding-bottom: 0px;
}

footer .social .cl:last-child a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    opacity: 0.8;
    width: 20px;
    height: 12px;
    background-image: url(../images/vk_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}



footer .ln .cl:last-child {
    text-align: right;
}

footer .ln .cl a {
    color: #b6b6b6;
    text-decoration: none;
    cursor: pointer;
}

footer .ln .cl a:hover {
    text-decoration: none;
}

.cb a {
    color: #ff9129;
}

.cb a:hover {
    color: #ff9129;
    text-decoration: underline;
}

.cb .in {
    font-size: 16px;
    color: #3E4C53;
}

.cb .btn-link {
   font-size: 16px; 
}

.cb .btn-primary {
    background-color: #ff9129;
    border-color: #ff9129;
}

.cb .btn-primary:hover {
    background-color: #ff9129;
}

.cb .auth-service .auth-link .auth-title {
    display: none;
}

.cb .ls {
    display: inline-block;
    width: 63%;
    vertical-align: top;
}

.cb .rs {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-left: 4%;
}

.cb .ls h1{
    text-align: left;
    font-size: 30px;
    font-family: "Roboto Slab", sans-serif;
    background: -webkit-linear-gradient(#ffba00,#fe8723);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-transform: none;
    position: relative;
}


.cb .rs h2{
    color: #fe8723;
    text-align: left;
    font-size:30px;
    font-family: "Roboto Slab", sans-serif;
    background: -webkit-linear-gradient(#ffba00,#fe8723);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-transform: none;
    margin-top: 0;
    
}

.cb .news .elm {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f3f3f3;
}

.cb .news .elm:last-child {
    border-bottom: none;
}

.cb .list-view  .elm:last-child {
     border-bottom: 2px solid #f3f3f3;
}

.cb .library .elm:last-child {
    border-bottom: none;
}

.cb .news .elm .dt {
    display: block;
    margin-bottom: 10px;
    color: #969696;
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif;
}

.cb .news .elm .ttl {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-family: "Roboto Slab", sans-serif;
}

.cb .news .elm .txt {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-top: 10px;
}

.cb .qa .elm {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.cb .qa .elm .pn {
    display: block;
    margin-top: 10px;
}

.cb .qa .elm .pn .c {
    display: inline-block;
    width: 47%;
    vertical-align: middle;
    color: #969696;
    font-size: 14px;
    font-family: "Roboto Slab", sans-serif;
}

.cb .qa .elm a {
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto Slab", sans-serif;
    color: #333333;
}

.cb .qa .elm .desc {
    display: block;
    margin-top: 10px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 22px;
}

.cb .qa .elm .dt {
    font-size: 14px;
    display: block;
    color: #969696;
    font-size: 14px;
    font-family: "Roboto Slab", sans-serif;
    margin-bottom: 10px;
}

.cb .qa .elm:last-child {
    border-bottom: none;
}

.cb .rs .news .elm {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.library .hd {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    border-spacing:20px 0px;
}

.library .hd a {
    vertical-align: middle;
    display: table-cell;
    text-decoration: none;
    cursor: pointer;
    height: 76px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border-left: 2px solid #fe8723;
    border-right: 2px solid #ffba00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%);
}

.hd a span {
    color: #fe8723;
    font-size: 20px;
    font-family: "Roboto Slab", sans-serif;
    display: block;
    line-height: 28px;
}

.library .hd a.active {
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-position: inherit;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%); 
}

.library .hd a.active span {
    color: #ffffff;
    
}


.library .listData {
    position: relative;
    text-align: left;
    display: block;
    margin-bottom: 30px;
    padding-left: 10px;
    margin-top: 20px;
}

.library .listData .elm {
    display: inline-block;
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
    margin-bottom: 30px;
}

.library .listData .elm .img {
    display: block;
    width: 143px;
    height: 200px;
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.library .listData .elm .m {
    display: table;
    width: 100%;
    height: 200px;
}

.library .listData .elm .m .image {
    display: table-cell;
    width: 153px;
    vertical-align: top;
}

.library .listData .elm .m .down {
    display: table-cell;
    background-image: url(../images/download_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 55px;
    text-align: left;
}

.library .listData .elm .m .down a {
    text-decoration: underline;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.library .listData .elm .txt {
    color: #999999;
    font-size: 16px;
    display: block;
    text-align: left;
    margin-top: 10px;
}

.library .listData .elm .txt .title {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.library .listData .elm .txt .author {
    display: block;
    font-size: 16px;
    color: #3e3e3e;
}

.library .search {
  display: table;
  width: 100%;  
  width: 31px;
}

.library .search .t,
.library .search .f {
    display: table-cell;
    height: 40px;
    line-height: 14px;
    padding: 0px;
}

.library .search .f {
    /*width: 90%;*/
    width: 30px;
    border-left: 2px solid #fe8723;
    border-right: 2px solid #ffba00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%);
    padding-top: 2px;
    padding-left: 2px;
    overflow:hidden;

}

.library .form-group  {
    margin-bottom: 0px;
}

.library .search .f input {
    border: none;
    height: 39px;
    box-shadow: none;
    border-radius: 0px;
    background: transparent;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 34px;
    font-size: 16px;
    color: #373737;
    line-height: 16px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
}

.library .search .f input:focus {
    outline: none;
}

.library .search .t {
    width: 10%;
    display: none;
}

.library .sb {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.library .search .t .btn {
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-position: inherit;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%); 
    border-radius: 0px;
    height: 45px;
    border: none;
    width: 100%;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
}

.library .search label {
    display: none;
}

.preloader {
    background-color: rgba(255,255,255,0.5);
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    top: 0px;
    left: 0px;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    
}

.login  {
    display: block;
    margin-bottom: 20px;
}

.login .col {
    display: inline-block;
    width: 49%;
  
    vertical-align: top;
    position: relative;

}

.login .col:first-child {
   margin-right: 1%;   
}

.login .input input,
.login .input select
{
   box-shadow: none;
   border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-color: #cccccc;
   color: #3e3e3e;
   height: 39px;
   font-size: 20px;
}

.login .input input:focus,
.login .input select:focus
{
    border-left: 1px solid #fe8723;
    border-right: 1px solid #ffba00;
    border-top: none;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%);
    outline: none;
    box-shadow: none;
}

.login .input label {
    color: #fe8723;
    font-size: 20px;
    padding-left: 20px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
}

.login span.required {
    display: none;
}

.login .input input::-webkit-input-placeholder { /* Chrome */
  display: none;
}
.login .input input:-ms-input-placeholder { /* IE 10+ */
   display: none;
}
.login .input input::-moz-placeholder { /* Firefox 19+ */
   display: none;
}
.login .input input:-moz-placeholder { /* Firefox 4 - 18 */
   display: none;
}

.login .checkbox label {
 font-size: 20px;
 color: #3e3e3e;
}

.login .checkbox input {
    
}

.login .input-group-addon {
    border-radius: 0px;
}

.login .input-group-addon a {
    text-decoration: none;
}

.login .input textarea {
    box-shadow: none;
   border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-color: #cccccc;
   color: #3e3e3e;
   font-size: 24px;
   resize: vertical;
}

.login .input textarea:focus {
      border-left: 1px solid #fe8723;
    border-right: 1px solid #ffba00;
    border-top: none;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%);
    outline: none;
    box-shadow: none;  
}


/*.checkbox input{
    visibility: hidden;
    position: absolute;
    left: 0px;
}*/
 
/*
.checkbox-custom {
    position: relative;       
 border-left: 1px solid #fe8723;
    border-right: 1px solid #ffba00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%);
    outline: none;
    box-shadow: none;
    height: 26px;
    width: 26px;
}
 
 
.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
 
 
.checkbox:checked + .checkbox-custom::before {
    content: "";           
    display: block;          
    position: absolute;       
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;      
    border-radius: 2px;
}*/
.checkbox {
    margin-left: -20px;
    margin-bottom: 20px;
}
.checkbox [type="checkbox"]:not(:checked),
.checkbox  [type="checkbox"]:checked,
.checkbox [type="radio"]:not(:checked),
.checkbox  [type="radio"]:checked
{
  position: absolute;
  left: -9999px;
}
.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label,
.checkbox [type="radio"]:not(:checked) + label,
.checkbox [type="radio"]:checked + label
{
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox  [type="checkbox"]:not(:checked) + label:before,
.checkbox  [type="checkbox"]:checked + label:before,
.checkbox  [type="radio"]:not(:checked) + label:before,
.checkbox  [type="radio"]:checked + label:before
{
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

.checkbox  [type="radio"]:not(:checked) + label:before,
.checkbox  [type="radio"]:checked + label:before {
    border-radius: 40px;
}
/* checked mark aspect */
.checkbox  [type="checkbox"]:not(:checked) + label:after,
.checkbox  [type="checkbox"]:checked + label:after,
.checkbox  [type="radio"]:not(:checked) + label:after,
.checkbox  [type="radio"]:checked + label:after
{
  content: '✔';
  position: absolute;
  top: .1em; left: .2em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #000000;
  transition: all .2s;
}

.checkbox  [type="radio"]:not(:checked) + label:after,
.checkbox  [type="radio"]:checked + label:after {
    content: "⦁";
    top: -6px;
    left: 4.5px;
    font-size: 2em;
}

/* checked mark aspect changes */
.checkbox  [type="checkbox"]:not(:checked) + label:after,
.checkbox  [type="radio"]:not(:checked) + label:after
{
  opacity: 0;
  transform: scale(0);
}
.checkbox  [type="checkbox"]:checked + label:after,
.checkbox  [type="radio"]:checked + label:after 
{
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox [type="checkbox"]:disabled:checked + label:before,
.checkbox [type="radio"]:disabled:not(:checked) + label:before,
.checkbox [type="radio"]:disabled:checked + label:before 
{
  box-shadow: none;
  border-color: #cccccc;
  background-color: #ffffff;
}
.checkbox [type="checkbox"]:disabled:checked + label:after,
.checkbox [type="radio"]:disabled:checked + label:after 
{
  color: #999;
}
.checkbox [type="checkbox"]:disabled + label,
.checkbox [type="radio"]:disabled + label
{
  color: #aaa;
}
/* accessibility */
.checkbox [type="checkbox"]:checked:focus + label:before,
.checkbox [type="checkbox"]:not(:checked):focus + label:before,
.checkbox [type="radio"]:checked:focus + label:before,
.checkbox [type="radio"]:not(:checked):focus + label:before
{
  border: 1px solid #fe8723;
}

/* hover style just for information */
.checkbox label:hover:before
{
  border: 1px solid #fe8723!important;
}

.login .btn-primary {
    border-radius: 0px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%);
    color: #ffffff;
    font-family: "Roboto Slab",sans-serif;
    font-size: 22px;
    height: 53px;
    border: none;
}

.login .btn-default {
    border-radius: 0px;
    background-color: #d3d3d3;
    color: #ffffff;
    font-family: "Roboto Slab",sans-serif;
    font-size: 24px;
    height: 53px;
    border: none;
    text-decoration: none;
    padding-top: 10px;
}

.login .btn-default:hover {
    color: #ffffff;
}

.login .btn-primary:hover {
    background-color: #ffab0a;
    border-color: #ffab0a;
}

.login .btn-link {
    font-size: 20px;
    text-decoration: underline;
    color: #fe8723;
    margin-left: 20px;
    padding-top: 0px; 
}

.login a {
    color: #c3c3c3;
    text-decoration: underline;
     font-size: 20px;
     margin-left: 20px;
    
}
.login a:hover {
   color: #c3c3c3; 
    text-decoration: none;
   
}


.login .btn-link:hover {
    text-decoration: none;
    color: #fe8723;
}

.login .col hr{
    display: none;
}

.login .services {
    overflow: hidden;
    padding-top: 35px;
    
}

.login .services li {
    display: block;
    width: 100%;
}

.login .services li .auth-icon {
    display: none;
}

.login .services li a {
    display: block;
    width: 100% !important;
    height: 53px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-bottom: 20px;
}

.login .services a.google {
    background-image: url(../images/google.png);
}

.login .services a.facebook {
    background-image: url(../images/fb.png);
}

.login .services a.vkontakte {
    background-image: url(../images/vk.png);
}

.login .services a.twitter {
    background-image: url(../images/tw.png);
}

.login .auth-services {
    overflow: hidden;
    padding-left: 40px;
}

.login {
    padding-bottom: 30px;
}

.login .social::before {
    display: block;
    height: 350px;
    content: "";
    position: absolute;
    width: 1px;
    background-color: #d2d2d2;
}

.login .social .il {
    font-size: 20px;
    color: #c3c3c3;
    display: block;
    width: 40px;
    height: 27px;
    background-color: #ffffff;
    position: absolute;
    top: 45px;
    left: -20px;
    text-align: center;
}

.login .hnt .help-block{
    padding-left: 20px;
}

.login .captcha .btn-default {
   display: inline-block; 
   background: transparent;
   color: #fe8723;
   border: none;
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
}

.login .captcha .btn-default:active,
.login .captcha .btn-default:focus,
.login .captcha .btn-default:link {
     border: none;
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;  
}

.rs .pnews {
    border-left: 2px solid #fe8723;
    border-right: 2px solid #ffba00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%); 
    margin-bottom: 50px;
}

.rs .pnews .hd {
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%), -webkit-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%), -moz-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: -o-linear-gradient(left, #fe8723 0%, #ffba00 100%), -o-linear-gradient(left, #fe8723 0%, #ffba00 100%);
    background-image: linear-gradient(to right, #fe8723 0%, #ffba00 100%), linear-gradient(to right, #fe8723 0%, #ffba00 100%); 
    display: block;
    padding-left: 10px;
    font-size: 30px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rs .pnews .ib {
    padding: 10px;
}

.rs .pnews .elm {
     padding-top: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.rs .pnews .elm:last-child {
    border-bottom: none;
}

.rs .pnews .elm .dt {
    display: block;
    color: #969696;
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif;
    margin-bottom: 10px;
}

.rs .pnews .elm a {
    font-size: 18px;
    font-family: "Roboto Slab", sans-serif;
    line-height: 24px;
    color: #333333;
}

.rs .pnews .elm .desc {
    display: block;
    margin-top: 10px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 22px;
}

.cb .cntnt {
    font-size: 16px;
    line-height: 22px;
    color: #3e3e3e;
    margin-bottom: 20px;
}

.found {
    background-color: #feb823;
    color: #000000;
}

.alert {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
    position: fixed;
    top: 106px;
    right: 20px;
    width: 15%;
    z-index: 100;
    min-width: 200px;
}

.brain_elm {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f3f3f3;
}


.brain_elm h2 a {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-family: "Roboto Slab", sans-serif;
}

.brain_elm .dt {
    display: block;
    margin-bottom: 10px;
    color: #969696;
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif;
}

.brain_elm .bp {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.brain_elm .bp span {
    display: inline-block;
    margin-right: 40px;
    color: #969696;
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif;
}

.brain_elm .bp span  a {
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif;
}

.brain_elm .txt {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 22px;
}

.login .redactor-box {
    z-index: 99;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choice {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-color: #cccccc;
    color: #3e3e3e;
    height: 49px;
    font-size: 24px;
}

.select2-container .select2-choices .select2-search-field input:focus {
    border-color: #fe8723 !important;
    box-shadow: none !important;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice {
    border-radius: 0px !important;
    font-size: 24px;
    background-color: #ff9129;
    color: #ffffff;
    border: none;
    height: 40px;
 }
 
 .select2-container-multi .select2-choices .select2-search-choice div {
     padding-top: 10px;
 }
 
 .select2-container-multi .select2-choices .select2-search-choice a {
     color: #ffffff !important;
     margin-left: 0px;
     font-size: 24px;
     background: none;
     text-decoration: none;
 }
 
 .select2-container-multi .select2-choices .select2-search-choice a:before {
     content: "x";
     font-size: 18px;
 }
 
 .tags .form-control {
     border-radius: 0px !important;
 }
 
 .tags .form-control:focus {
     border-color: #fe8723;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
 }
 
.select2-drop-active {
     border-color: #fe8723 !important;
 }
 
 .select2-drop {
     border-radius: 0px !important;
     -moz-border-radius: 0px !important;
     -webkit-border-radius: 0px !important;
 }
 
  
 .select2-results .select2-result-label {
     font-size: 18px;
 }
 
.select2-results .select2-highlighted {
     background-color: #fe8723 !important;
     color: #ffffff;
     font-size: 18px; 
 }
 
 .select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #fe8723 !important;
    outline: none;

    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.myposts .button-column {
    text-align: left;
}

.myposts .button-column a {
    margin-right: 5px !important;
}

.login a.btn-primary {
    text-decoration: none;
    padding-top: 9px;
}

.login a.btn-primary:hover {
    text-decoration: none;
    color: #ffffff;
}
.posts-list-block-meta {
    margin-top: 15px;
}


.posts-list-block-meta span {
      display: inline-block;
    margin-right: 20px;
    color: #969696;
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif;  
}

.posts-list-block-meta span a {
        font-size: 16px;
    font-family: "Roboto Slab", sans-serif;  
}

.posts-list-block-meta::after {
    border: none;
}

.posts-list-block-tags {
    font-size: 16px;
     font-family: "Roboto Slab", sans-serif;  
     margin-top: 15px;
     border-bottom: none;
     padding: 0;
     padding-right: 160px;
     background-color: #ffffff;
}
.posts-list-block-tags div {
    padding: 0;
}


.posts-list-block-tags-block span {
    font-size: 16px;
    line-height: 18px;
}

.posts-list-block-tags-block span:hover, .posts-list-block-tags-block span:hover a {
    background-color: #fe8723 !important;
    color: #ffffff !important;
    border-color: #fe8723 !important;
}

.posts-list-block-tags-comments {
    top: 0;
}

.panel,
.comments-item-avatar img, .comments-add-ava img
{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.comments-item-avatar img, .comments-add-ava img {
    border: none;
}

.avatar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: #ffffff !important;
}

a.reply:hover {
   text-decoration: none;
}

.comments-item-message {
    font-size: 16px;
    line-height: 22px;
    color:#373737;
}

a.reply {
    font-size: 16px;
}

.posts-list {
    margin-top: 20px;
}

.cb h1.left {
    text-align: left !important;
}

.catblog {
    margin-bottom: 20px;
}

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

.catblog ul li {
    list-style: none;
}

.catblog a {
    color: #333333;
}

.catblog a span {
    display: inline-block;
    padding-left: 10px;
}

.cb .rs .login .btn-primary {
    margin-left: 0px;
}

.list-view {
    padding-top: 0;
}

.blg .btn-primary {
    margin-left: 0px;
}

.imgd {
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0px auto;
 }
 
 #post img {
     margin-right: 20px;
 }

 .breadcrumb {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: transparent;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
 }
 
 .breadcrumb a {
     color: #373737;
 }
 
 .breadcrumb>.active {
     color: #979797;
 }
 
 .brain_bread {
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    top: 86px;
    left: 0px;
    display: block;
    width: 100%;
    height: 40px;
    z-index: 99;
 }
 
 .pt {
     padding-top: 20px;
 }
 
 .overlay {
     box-shadow: 0px 0px 15px rgba(83,63,75,0.01);
     display: none;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     z-index: 101;
     position: fixed;
 }
 
 .popup {
     width: 990px;
     height: 590px;
     border: 6px solid #fe9c14;
     display: none;
     position: fixed;
     left: 50%;
     top: 50%;
     margin-left: -501px;
     margin-top: -301px;
     background-color: rgba(255,255,255,1);
     box-shadow: 0px 0px 15px rgba(83,63,75,0.30);
     z-index: 102;
 }
 
 .popup .inb {
     display: block;
     padding: 63px 53px 63px 53px;
 }
 
 .popup .donate_list .ttl {
     display: block;
     width: 100%;
     text-align: center;
     font-size: 30px;
     font-weight: 300;
     color:#f68723;
     margin-bottom: 63px;
 }
 
 .popup .donate_list .bdl {
     display: table;
     width: 100%;
     margin-bottom: 63px;
 }
 
 .popup .donate_list .bdl .cl {
     display: table-cell;
     width: 33%;
     text-align: center;
     border-right: 1px solid #ffd2a7;
     padding: 20px 10px 20px 10px;
 }
 
 .popup .donate_list .bdl .cl:last-child {
     border-right: none;
 }
 
 .popup .donate_list .bdl .cl .lg {
     display: block;
     width: 100%;
     margin-bottom: 30px;
     height: 110px;
     background-repeat: no-repeat;
     background-size: contain;
     background-position: 50% 50%;
 }
 
 .popup .donate_list .bdl .cl .q {
     background-image: url(../images/qiwi_logo.png);
 }
 
 .popup .donate_list .bdl .cl .t {
     background-image: url(../images/tinkoff_logo.png);
 }
 
 .popup .donate_list .bdl .cl .y {
     background-image: url(../images/yandex_logo.png);
 }
 
 .popup .donate_list .bdl .cl a {
     color: #f68723;
     border-bottom: 1px dotted #f68723;
     font-size: 24px;
     font-weight: 300;
     text-align: center;
     cursor: pointer;
 }
 
 .popup .donate_list .bdl .cl a:hover,
 .popup .donate_list .bdl .cl a:link
 {
     text-decoration: none;
 }
 
 .popup .donate_list .bdl .cl a.selected {
     border-bottom: none;
 }
 
 .popup .donate_list .ftl {
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 42px;
    font-family: "Roboto Slab", sans-serif;
    background: -webkit-linear-gradient(#ffba00,#fe8723);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    text-transform: none;
    display: block;
 }
 
 .popup .donate_list .copy {
     font-size: 14px;
     text-align: center;
     color: #979797;
     cursor: pointer;
     display: none;
 }
 

 .experts .elm {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f3f3f3;
 }
 
 .experts .elm .info {
    display: table;
    width: 100%;
 }
 
 .experts .elm .info .cl1 {
     display: table-cell;
     width: 140px;
     vertical-align: top;
 }
 
  .experts .elm .info .cl2 {
     display: table-cell;
     vertical-align: top;
 }
 
   .experts .elm .info .cl3 {
     display: table-cell;
     vertical-align: middle;
     text-align: right;
 }
 
 .experts .elm .info .name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto Slab", sans-serif;
    color: #ff9129;
 } 
 
 .cb .in .in {
     padding-top: 20px;
 }
 
 .shm {
    text-align: center; 
 }
 
 .hint {
     position: relative;
     display: block;
     font-size: 16px;
     color: #999999;
     margin-bottom: 20px;
     
 }
 
 .hint:before {
     content: "!";
     color: #f68723;
     font-size: 16px;
     font-weight: 600;
     display: inline-block;
     margin-right: 5px;
 }
 
 header .c4,
header .c3 .exm,
header .c3 .enm,
.mobile_info,
.popup .closer,
.experts .mobile_elm
 {
     display: none;
     
     
 }
 
 .courses {
    text-align: center;
}    

.courses .elm {
    display: inline-block;
    width: 22%;
    overflow: hidden;
    margin: 15px 1% 15px 1%;
    vertical-align: top;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.courses .elm .o {
    display: table;
    width: 100%;
    height: 250px;
    background-color: rgba(0,0,0,0.5);
}

.courses .elm .o .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.courses .elm h3 {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
}

.courses .elm .txt {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

.courses .elm .more {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.courses .elm .more a {
    padding: 10px;
    color: #F90;
    border: 1px solid #F90;
    text-decoration: none;
}

.courses .elm .more a:hover {
    background-color: #F90;
    color: #ffffff;
}
 
  @media screen and (max-width: 1100px) { 
      .in {
          width: 90%;
      }
      
      header .c1 .lg {
         width: 100%;
         text-align: center;
     }
     
     header .c1 {
         width: 15%;
     }
     
     header .c1 .lg img{
         width: 100%;
         min-width: 100px;
         max-width: 200px;
         height: 100%;
     }
     
     header .c2 ul li a,
     header .c3 a
     {
         font-size: 14px;
     }
     
     header .c2 {
         width: 72%;
     }
     
     header .c3 {
         width: 12%;
     }
     
     footer nav ul li a {
         font-size: 14px;
     }
     
     footer nav ul li {
         margin-left: 2.5px;
         margin-right: 2.5px;
     }
  }
 
 @media screen and (max-width: 640px) { 
     .in {
         max-width: 640px;
         min-width: 320px;
         width: 100%;
     }
     
     header .in {
         text-align: center;
     }
     
     header .c2 {
         display: none;
         position: fixed;
         background-color: rgba(34,34,34,0.95);
         width: 100%;
         height: calc(100% - 85px);
         overflow-x: hidden;
         overflow-y: auto;
     }
     
     header .c2 ul {
         padding-top: 0px;
     }
     
     header .c2 ul li {
         text-align: left;
         width: 100%;
         margin-left: 0px;
         margin-right: 0px;
         padding-left: 15px;
         padding-right: 15px;
         font-family: "Roboto Slab", sans-serif;
         padding-top: 7px;
         padding-bottom: 7px;
     }
     
     header .c2 ul li:hover {
         background: rgb(254,135,35); /* Old browsers */
            background: -moz-linear-gradient(45deg, rgba(254,135,35,1) 0%, rgba(254,200,29,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(45deg, rgba(254,135,35,1) 0%,rgba(254,200,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(45deg, rgba(254,135,35,1) 0%,rgba(254,200,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8723', endColorstr='#fec81d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
     }
     
     header .c2 ul li a {
         color: #f9a259;
         font-size: 24px;
     }
     
     
     
     header .c2 ul li:hover a {
         color: #ffffff;
     }
     
     header .c2 ul li ul li a {
         color: #333333 !important;
     }
     
      header .c2 ul li ul li a:hover {
         color: #333333 !important;
     }
     
     header .c4 {
         display: inline-block;
         text-align: left;
         vertical-align: middle;
         width: 15%;
     }
     
     header .c4 .show_menu {
         display: inline-block;
         width: 23px;
         height: 17px;
         background-image: url(../images/menu_m_bg.png);
         background-repeat: no-repeat;
         margin-left: 10px;
     }
     
     header .c1 {
         width: 65%;
     }
     
     header .c3 {
         width: 15%;
         text-align: right;
     }
     
     header .c1 .lg {
         width: 100%;
         text-align: center;
     }
     
     header .c1 .lg img{
         width: 100%;
         min-width: 100px;
         max-width: 200px;
         height: 100%;
     }
     
     header .c3 .pr,
     header .c3 .ex,
     header .c3 .en
     {
         display: none;
     }
     
     header .c3 .exm {
         background-image: url(../images/exit_m_bg.png);
         width: 28px;
         height: 23px;
         display: inline-block;
         margin-right: 10px;
     }
     
     header .c3 .enm {
         background-image: url(../images/enter_m_bg.png);
         width: 25px;
         height: 23px;
         display: inline-block;
         margin-right: 10px;
     }
     
     
     .login {
         padding-bottom: 0px;
     }
     
     footer
     {
         display: none;
     }
     
     .cb .ls {
         width: 100%;

     }
     
     .sl {
         min-height: 155px;
     }
     
     .cb .ls h1 {
         text-align: center;
     }
     
     .cb .in {
         padding-top: 15px;
     }
     
     html {
         padding-bottom: 15px;
     }
     
     .cb .news .elm {
         margin-bottom: 15px;
         padding-bottom: 15px;
     }
     
     .cb .rs {
         width: 100%;
         margin-left: 0px;

     }
     
     .rs .pnews {
         display: none;
     }
     
     .cb .rs h2 {
         text-align: center;
     }
     
     .mobile_info {
         display: block;
         text-align: center;
         padding-left: 20px;
         padding-right: 20px;
         padding-bottom: 20px;
         margin-top: 30px;
     }
     
     .mobile_info .ln {
         color: #ffffff;
         text-align: left;
         font-weight: 300;
         font-size: 14px;
     }
     
     .mobile_info .ln a {
         color: #ffffff;
         font-weight: 300;
         text-decoration: none;
         font-size: 14px;
     }
     
     .mobile_info .donate {
         width: 100%;
         margin-bottom: 20px;
         text-align: center;
     }
     
     .cb .cntnt {
         padding-left: 15px;
         padding-right: 15px;
     }
     
     .library .hd {
         display: block;
     }
     
     .library .hd a {
         display: block;
         border: none;
         height: auto;
         min-height: 30px;
         background: transparent;
         padding-bottom: 5px;
     }
     
     .library .hd a span {
         text-align: left;
     }
     
     .library .listData .elm {
         width: 100%;
         margin-left: 0px;
         margin-right: 0px;
     }
     
     .brain_elm {
         margin-left: 0px;
         margin-right: 0px;
         margin-bottom: 15px;
         padding-bottom: 15px;
     }
     
     .brain_elm .col-sm-4 {
         display: block;
         text-align: center;
     }
     
     .brain_elm .col-sm-8 {
         padding: 0px;
         margin-bottom: 30px;
     }
     
     .brain_elm .login {
         padding-bottom: 0px;
     }
     
     .pt {
         padding-left: 15px;
         padding-right: 15px;
         padding-top: 30px;
     }
     
     .brain_bread{
         padding-left: 15px;
     }
     
     .pt .login {
         text-align: center;
     }
     
     .breadcrumb>.active {
         display: none;
     }
     
     .experts .wb {
        display: none;
    }
    
    .experts .mobile_elm {
        display: block;
    }
    
    .experts .elm .info .name{
      font-size: 24px;
      color: #191919;
    }
    
    .experts .elm .info .cl1 {
        width: 120px;
    }
 
/*     .experts .elm .info {
         display: block;
     }*/
     
/*     .experts .elm .info .cl1,
     .experts .elm .info .cl2,
     .experts .elm .info .cl3
     {
         display: block;
         width: 100%;
         text-align: center;
     }*/
     
     .experts .elm {
         padding-bottom: 15px;
         margin-bottom: 15px;
     }
     
     .experts {
         padding-left: 15px;
         padding-right: 15px;
     }
     
     .experts .login {
         padding-bottom: 0px;
     }
     
    .form .row {
         margin-left: 0px;
         margin-right: 0px;
     }
     
 
    
    .form .checkbox label {
         font-size: 14px;
         word-wrap: break-word;
         max-width: 320px;
         display: block;
         text-align: left;
     }
     
     .hint {
         padding-left: 15px;
         padding-right: 15px;
         text-align: left;
     }
     
 
     
    .form label {
       text-align: left !important;     
    }
    
    .form .btns {
        text-align: center;
    }
     
     .form .btn {
         margin: 0px auto;
     }
     
     .form .col-xs-8 {
         width: 100%;
     }
     
     .cb .in .news {
         padding-left: 15px;
         padding-right: 15px;
     }
     
     .cb .in .qa {
            padding-left: 15px;
         padding-right: 15px;
     }
     
     .library .listData {
         padding-left: 20px;
         padding-right: 20px;
     }
     
     .popup {
        width: 320px;
        margin-left: -160px;
        height: auto;
        min-height: 400px;
     }
     
     .popup .inb {
         padding: 20px;
     }
     
     .popup .donate_list .ttl {
         font-size: 16px;
         margin-bottom: 20px;
     }
     
     .popup .donate_list .bdl .cl {
         width: 100%;
         border: none;
         border-bottom: 1px solid #ffd2a7;
         display: block;
     }
     
     .popup .donate_list .bdl .cl:last-child {
         border-bottom: none;
     }
     
     .popup .donate_list .bdl .cl .lg {
         height: 30px;
         margin-bottom: 10px;
     }
     
     .popup .donate_list .bdl .cl a {
         font-size: 14px;
     }
     
     .popup .donate_list .ftl {
         display: none;
     }
     
     .popup .donate_list .bdl {
         margin-bottom: 0px;
     }
     
     .popup .closer {
         display: block;
         text-align: center;
         width: 100%;
         padding-bottom: 20px;
     }
     
     .popup .closer a {
         font-size: 14px;
         color: #999999;
         text-decoration: none;
         cursor: pointer;
         opcaity: 1;
     }
     
     .login .col {
         width: 100%;
         margin-left: 0px;
         margin-right: 0px;
     }
     
     .login .col:first-child {
        margin-right: 0px; 
     }
     
     .login .social::before {
         display: none;
     }
     
     .login .social .il {
         display: none;
     }
     
     .login .auth-services {
         padding-left: 0px;
     }
     
     .login .services li {
         margin-left: 0;
     }
     
     .login a {
         margin-left: 0px;
     }
     
     .login .col:first-child a {
         display: block;
         text-align: center;
     }
     
     .login .col:first-child .col-xs-12 {
        text-align: center; 
     }
     
     .login .col:first-child .btn {
         margin-bottom: 15px;
     }
     
     .reg  {
         text-align: center;
         margin-left: 0px;
         margin-right: 0px;
     }
     
     .reg .services {
/*         padding-left: 15px;
         padding-right: 15px;*/
     }
     
     .alert {
         position: relative;
         width: calc(100% - 30px);
         top: auto;
         left: auto;
         right: auto;
         margin-left: 15px;
         z-index: 1;
     }
     
     .blg .all {
         display: none;
     }
     
     .btns_blg {
         text-align: center;
     }
     
     .btns_blg button:first-child {
         margin-bottom: 20px;
     }
     
     .srch .in {
         padding-left: 15px;
         padding-right: 15px;
     }
     
     .srch .search {
         width: 100%;
     }
     
     .srch .search .f {
         border-right: 0px solid rgb(255, 186, 0)  !important; 
         width: 90% !important;
     }
     
     .srch .search .f input {
             padding-left: 41px  !important;
     }
     
     .srch .search .t {
         display: table-cell  !important;
     }
     
     header .lgms {
         display: none;
     }
     
     .courses .elm {
         display: block;
         width: 95%;
         margin: 15px auto 15px auto;
         
     }
     
 }