html, body{
  font-family: 'Open Sans', sans-serif;
}

a{
  color: #f0543d;
  text-decoration: underline;
}

a:hover{
  color: #bb5a4b;
  text-decoration: none;
}

h2,
h1.text-title{
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 1.3;
}

.red{
  color: #ee543c;
}

.btn-blue{
  background-color: #ee423e;
  border-color: #ee423e;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 21px;
  text-decoration: none;
}

.btn-blue:hover{
  transition: all ease 0.3s;
  color: #fff;
  background-color: #ec8f8d;
  border-color: #ec8f8d
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.text-uppercase{
  text-transform: uppercase;
}
.text-ultrabold{
  font-weight: 900;
}

.wide-section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.wide-section-grey{
  background-color: #f3f3f3;
}

.wide-section .button-wrapper{
  padding: 30px 0 0 0;
}

.site-header{
    background: rgb(11,80,155);
background: linear-gradient(90deg, rgba(11,80,155,1) 0%, rgba(16,81,152,1) 35%, rgba(36,117,164,1) 100%);
}

.site-header .tel,
.site-header .email{
  white-space: nowrap;
  display: block;
  padding-left: 32px;
  position: relative;
}


.site-header .tel:before,
.site-header .email:before{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  display: block;
  font-size: 16px;
  left:0;
  color:#626262;
  position: absolute;

}



.site-header .tel{
  font-size: 20px;
  color: #fff;
  font-weight:700;
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
}

.site-header .email{
  font-size: 12px;
  background-image: url(../img/email.png);
background-repeat: no-repeat;
  background-position: 0 10px;

}


.site-header{
  color: #fff;
  padding: 15px 0;
}

.site-header .navbar{
  margin-bottom:0;
}



.site-header,
.site-footer{
  background-color: #222;
  background-repeat: repeat;
}

.site-header .navbar-toggle{
  padding-right:0;
  margin-right: 0;
}

.site-header .navbar-brand{
  padding: 0 15px 0 0;
  height: 60px;
}

.site-header .nav.navbar-nav.navbar-right{
  margin-top: 15px;
}

.site-header .navbar-nav > li > a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.site-header .navbar-nav > li.active > a,
.site-header .navbar-nav > li.current-menu-item > a,
.site-header .navbar-nav > li > a:hover, 
.site-header .navbar-nav > li > a:focus{
  background: none;
  text-decoration: underline;
  color: #fff;
}

.site-header .nav .open > a, 
.site-header .nav .open > a:hover, 
.site-header .nav .open > a:focus{
  background: #0b509b;
  color: #fff;
  border-bottom-color:#222;
}

.site-header .nav .open .dropdown-menu{
  background: #0b509b;
  border-color: #0b509b;
}


.site-header .nav .menu-item.dropdown .caret{
  display: none;
}

.site-header .nav .open .dropdown-menu a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.site-header .nav .dropdown-menu > li > a:hover, 
.site-header .nav .dropdown-menu > li > a:focus{
  background: none;
  color: #0b509;
}

.site-header .icon-bar {
  background-color: #fff;
}

.header-contacts-wrapper::after{
  clear: both;
  content:"";
  display: block;
}

.header-contacts{
  text-align: left;
}

.frontpage-banner .background{
  background-image: url(slide2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.frontpage-banner .background-opacity{
  background-color: rgba(0,0,0,0.7);
  padding: 100px 0;
}

.frontpage-banner .logo-image{
  width: 180px;
  margin-bottom: 30px;
}

.frontpage-banner h1{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.frontpage-books{
  background-color: #f7f7f7;
}

.book-widget{
  background-color: #fff;
  border: solid 1px #dddddd;
}

.book-widget{
  margin-bottom: 15px;
}

.book-widget-image{
  padding: 10px;
}

.book-widget-image img{
  border:solid 1px #f3f3f3;
}

.book-widget-description{
  padding: 10px;  
  font-size: 14px;
  line-height: 1.6;
}

.book-widget-description h3,
.book-widget-description h3 a{
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.book-widget-description h3 a:hover{
  color: #0b509b;
}

.book-widget-description h3{
  margin:15px 0;
  padding: 0;
}

.slick-slide{
  outline: none;
}

.event-widget{
  border:solid 1px #0b509b;
}

.event-widget-sidebar{
  margin-bottom: 30px;
}

.event-special-title,
.widget-sidebar-books .widget-title{
  color: #626262;
  padding: 20px;
  font-weight: 900;
  line-height: 1.4;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: solid 1px #f2f2f2;
}


.event-meta{
  background-color: #a4a4a6;
  padding: 20px;
 /*  border-top:solid 1px #f2f2f4;
 border-left:solid 1px #f2f2f4;
 border-right:solid 1px #f2f2f4;
 border-bottom:solid 1px #d8d8d8; */
}

.blue-cells{
  background-color: #0b509b;
}

.event-finished .event-meta{
  background-color: #a4a4a6;
}

.event-widget-sidebar .event-meta{
  background: #e9eaec;
  border:none;
}

.event-meta .date,
.event-meta .location{
  /* padding-left: 30px; */
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 10px;
  padding-top: 5px;
}

.event-meta .icon{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}


.event-widget-sidebar .event-meta .icon{
  color: #94be15;
}

.event-widget-sidebar .event-meta .date,
.event-widget-sidebar .event-meta .location{
  color: #000;
}

.event-description{
  padding: 20px;
  border-bottom:solid 1px #f2f2f4;
  border-left:solid 1px #f2f2f4;
  border-right:solid 1px #f2f2f4;
  background-color: #feffff;
  
}

.event-widget-sidebar .event-description{
  background: #fff;
  font-weight: 400;
  border:none;
}

.event-description a{
  text-decoration: none;
  color: #616161;
}

.event-description a:hover{
  text-decoration: underline;
}


.event-widget-sidebar .event-description a{
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: underline;
}

.event-widget-sidebar .event-description a:hover{
  text-decoration: none;
}

.slick-prev:before, .slick-next:before{
  color: #ccc;

  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  
 
  
  font-variant: normal;
  text-transform: none;
 

  line-height: 1em;
 

  margin-left: .2em;
 

 

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 

  font-size: 40px;
}

.slick-prev:before{
  content: '\e803';
}

.slick-next:before{
  content: '\e802';
}

.slick-prev, .slick-next{
  width: 40px;
  height: 40px;
}

.slick-prev{
  left: -40px;
}

.slick-next{
  right: -25px;
}


.frontpage-advantages{
  background: #fff;
  padding: 60px 0
}


.advantages-widget{
  margin: 20px 0 40px 0;
}

.advantages-widget-icon{
  text-align: center;
  height: 64px;
}

.advantages-widget-icon .advantages-icon{
  display: inline-block;
}

.advantages-widget-text{
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  color: #626262;
  font-size: 16px;
  line-height: 1.4;
}


.news-widget{
  position: relative;
  margin:20px 0 40px 0;
}
.news-widget-date{
    display: block;
    position: absolute;
    left: -13px;
    top: 0;
    width: 54px;
    color: #0b509b;
    text-align: center;
}
/* .news-widget-date{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  color: #0b509b;
  text-align: center;
  padding: 5px;
} */

/* .news-widget-date:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #94bd16;
    position: absolute;
    top: 20px;
    left: 58px;
} */

.news-widget-date .date{
  font-weight: 500;
  font-size: 17px;
}

.news-widget-date .year{
  font-size: 11px;
}
.news-widget .news-widget-text{
  padding-left: 80px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.news-widget .news-widget-text a{
  color: #626262;
  text-decoration: none;
}

.news-widget .news-widget-text a:hover{
  text-decoration: underline;
}


.partners-carousel .logo{
  display: block;
  float: left;
  width: auto;
  margin:0 15px;
}

.partners-carousel .slick-prev:before{
  content: '\e805';
}

.partners-carousel .slick-next:before{
  content: '\e804';
}

.bottom-menu ul.menu{
  list-style: none;
  text-align: center;
  margin: 15px 0;
  padding: 0;
}

.bottom-menu ul.menu li{
  display: inline-block;
  margin:5px 5px;
}

.bottom-menu ul.menu li a{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.bottom-menu ul.menu li a:hover,
.bottom-menu ul.menu li.active a,
.bottom-menu ul.menu li.current-menu-item a{
  color: #0b509b;
}

.page-template-template-contacts .wide-section.contacts{
    background-image: url(contacts-page-bg-xs.jpg);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-template-contacts .wide-section.contacts .contacts-inner{
  background-color: rgba(255,255,255,0.9);
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-template-template-contacts .wide-section.contacts .main-text-content{
  color: #000;
}

.form-control.form-control-subscribe{
  border: none;
  border-radius: none;
  background-color: #e9eaec;
  box-shadow:none;
}

.form-control.form-control-subscribe:focus{
  border: none;
  border-radius: none;
  box-shadow:none;
}

.footer-contacts .background{
  background-image: url(contacts-bg-xs.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.footer-contacts .background .background-opacity{
  background-color: rgba(0,0,0,0.6);
  padding: 30px 0;
}

.footer-contacts .feedback-form{
  background: #0b509b;
  padding: 50px 75px;
}

.footer-contacts .feedback-form input{
  text-align: center;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  border:none;
  font-size: 15px;
  color: #636363;
}

.footer-contacts .feedback-form .title{
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 700;
}


.footer-contacts .feedback-form input::-webkit-input-placeholder       {color:#636363; opacity: 1; transition: opacity 0.3s ease;}
.footer-contacts .feedback-form input::-moz-placeholder                {color:#636363; opacity: 1; transition: opacity 0.3s ease;}
.footer-contacts .feedback-form input:-moz-placeholder                 {color:#636363; opacity: 1; transition: opacity 0.3s ease;}
.footer-contacts .feedback-form input:-ms-input-placeholder            {color:#636363; opacity: 1; transition: opacity 0.3s ease;}
.footer-contacts .feedback-form input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.footer-contacts .feedback-form input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.footer-contacts .feedback-form input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.footer-contacts .feedback-form input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.footer-contacts .feedback-form .btn.wpcf7-submit{
  border-radius: 0;
  border:solid 2px #fff;
  background-color: #0b509b;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  color: #fff;
  margin-top: 10px;
  outline: none;
}

.footer-contacts .feedback-form .btn.wpcf7-submit:hover,
.footer-contacts .feedback-form .btn.wpcf7-submit:focus{
  background-color: #fff;
  color: #0b509b;
  transition: all 0.3s ease;
}


.footer-contacts .contacts-info .title{
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 30px;
}

.footer-contacts .contacts-info-details,
.footer-contacts .contacts-info-details a
{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}

.footer-contacts .contacts-info-details{
  position: relative;
  /* padding-left: 40px; */
}

.footer-contacts .contacts-info-details a:hover{
  text-decoration: underline;
}

.footer-contacts .contacts-phone{
  font-weight: 600;
  font-size: 24px;
}

.footer-contacts .contacts-info-icon{
  color: #94bd16;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top:0;
  left:0;
}

.footer-contacts .contacts-phone .contacts-info-icon{
  top:7px;
}

.footer-copyright{
  color: #fefefe;
  padding: 10px 0;
  font-size: 14px;
  background-color: #0b509b;
}
.footer-copyright .company-name{
  font-weight: 500;
}

.footer-copyright .rights-reserved{
  
  font-weight: 100;
}

#breadcrumbs{
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis; 
    font-weight: 100;
}

.breadcrumbs-container{
  background: #e9eaec;
  padding: 15px 0;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;

}

#breadcrumbs li a{
    color: #ee543a;
    text-decoration: underline;
}

#breadcrumbs li a:hover{
  text-decoration: none;
}

#breadcrumbs .separator{
    font-size:12px;
    font-weight:100;
    color:#4c4d4f;
}

#breadcrumbs .bread-current{
  color:#202020;
}


.pagination-wrapper{
  background-color: #f5f5f5;
  padding: 15px 0 10px 0;
}

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

.pagination > li:last-child > a, 
.pagination > li:last-child > span{
  border-radius: 0;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span{
  border-radius: 0;
}

.pagination > li > a, 
.pagination > li > span{
  border-color: #e9e9e9;
  color: #616161;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus{
  color: #e95239;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus,
.pagination > li > a.current, 
.pagination > li > span.current, 
.pagination > li > a.current:hover, 
.pagination > li > span.current:hover, 
.pagination > li > a.current:focus, 
.pagination > li > span.current:focus
{
  color: #fff;
  background-color: #e95239;
  border-color: #e9e9e9;
  font-weight: 700;
}


.single-book > main,
.single-training > main,
.single-article > main,
.single-news > main
{
  margin-top: 50px;
  margin-bottom: 50px;
}

.book-header{
  margin-bottom: 30px;
}
.book-main-info{
  background-color: #eaeaea; 
}

.book-main-info > .book-image{
  padding-left: 0;
  padding-right: 0;
}

.book-main-info:after{
  display: table;
  content: "";
  clear: left;
}

.book-details{
  padding-top: 30px;
  padding-bottom: 15px; 
}

.book-title{
  font-weight: 600;
  margin:0 0 15px 0;
  color: #000;
  font-size: 20px;
}

.badge-special{
  background: #96bd16;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
}

.book-details blockquote{
  border:none;
  background: #fff;
  margin: 30px 0 0 0;
  font-size: 15px;
}


.main-text-content{
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.main-text-content p{
  margin-bottom: 30px;
}

.price-widget{
  background-color: #0b509b;
  border-radius: 4px;
  padding: 10px 25px;
  margin-bottom: 15px;
}

.price-widget .price-label{
  line-height: 24px;
  font-weight: 300;
  font-size: 14px;
  color:#fff;
  float: left;
  max-width: 30%;
  width: auto;
  text-align: left;
  white-space: normal;
}

.price-widget .no-vat{
  line-height: 24px;
  font-weight: 300;
  font-size: 14px;
  color:#fff;
}

.price-widget .price-label b{
  font-size: 16px;
}

.price-widget .price{
  float: right;
  width: auto;
  max-width: 70%;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  white-space: nowrap;
  font-weight: 700;
}

.price-widget:after{
  display: table;
  content: "";
  clear: left;
}

.sidebar .order-buttons{
  margin-bottom: 30px;
}

.order-buttons .btn-red{
  margin-right: 15px;
  margin-bottom: 15px;
}

.sidebar .order-buttons .btn-red{
  padding: 10px 25px;
  white-space: normal;
}

.sidebar .order-buttons .btn-red.text-left{
  text-align: left;
}

.sidebar .order-buttons.multiple{
  border: solid 1px #f2f2f4; 
  padding:15px; 
  border-radius:3px;  
}

.sidebar .price-widget{
  padding: 10px;
}

.widget-sidebar-books .widget-title{
  border-bottom: none;
}

.widget-sidebar-books{
  border: solid 1px #f0f0f0;
}

.widget-sidebar-books-book{
  padding: 20px;
  border-top: solid 1px #f0f0f0;
}

.widget-sidebar-books-book:after{
  display: table;
  content: "";
  clear: left;
}

.widget-sidebar-books-image{
  width:80px;
  float: left;
  margin-right: 15px;
}

.widget-sidebar-books-link{
  padding-left: 95px;
  font-size: 13px;
}

.widget-sidebar-books-link a{
  color: #000;
}

.widget-sidebar-books-link a:hover{
  text-decoration: none;
}

.post-type-archive-training  .event-widget-wrapper{
  margin-bottom: 30px;
}


.training-title{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.training-date-location{
  margin: 20px 0;
}
.training-date-location .event-meta{
  padding: 10px 20px 5px 20px;
}

.training-date-location .event-meta .date,
.training-date-location .event-meta .location{
  float: left;
}

.training-date-location .event-meta .date{
  margin-right: 30px;
}

.training-date-location .event-meta:after{
  display: table;
  content: "";
  clear: left;
}

.training-cite blockquote{
  font-size: 15px;
  border: none;
  background: #f2f2f2;
  padding: 30px 20px;
}

.training-cite blockquote cite{
  font-size: 14px;
  color: #000;
}

.date-badget{
  background: #91b915;
  display: inline-block;
  position: relative;
  border-radius: 4px 4px 4px 0;
  padding: 4px 8px;
  color: #fff;
  white-space: nowrap;
}

.date-badget:before{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #91b915 transparent transparent transparent;

  position: absolute;
  content: "";
  top:100%;
  left: 0;
  font-size: 14px;
  line-height: 14px;
}

.date-badget .date{
  font-weight: 700;
}

.date-badget .year{
  font-size: 90%;
}

.news-content-date{
  margin-bottom: 15px;
}


.post-type-archive-article main,
body.partners > main{
  min-height: 600px;
}

.post-type-archive-news .news-item,
.post-type-archive-article .news-item{
  margin-bottom: 30px;
  color: #626262;
  font-size: 14px;
  font-weight: 300;
}

.post-type-archive-news .news-item .news-image,
.post-type-archive-article .news-item .news-image{
  margin-bottom: 15px;
}

.article-title{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.news-article-title{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.news-article-title a{
  color: #626262;
  text-decoration: none;
  line-height: 1.3;
}

.news-article-title a:hover{
  color: #f0543d;
}


img.bordered{
  border:solid 1px #eaeaea;
}

.margin-bottom{
  margin-bottom: 20px;
}

.main-text-content ul{
  padding: 0 0 0 22px;
}

.main-text-content ul,
.main-text-content ul.red-icon li ul{
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAG1BMVEUAAABiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmIRsALQAAAACHRSTlMAdyLu3UQRmToPLS8AAAA1SURBVHjaTc1LDgAwBEVR9Wnf/ldcQWDi3Bignjskk7MMmK/Hab+wQDntoYCmq8JV4a7x/PtAtAD5oIVonQAAAABJRU5ErkJggg==);

}

.main-text-content ul.red-icon{
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAMFBMVEUAAADvVDvvVDvvVDvvVDvvVDvvVDvvVDvvVDvvVDvvVDvvVDvvVDvvVDvvVDvvVDsAdgbzAAAAD3RSTlMA3SLuRBG7qneZzGZVM4hFkxo1AAAAZ0lEQVR4AT3KWZYFIQgE0UActIbO/e+2D1LP+2UkstW/tebLp1zaVsuj62MxNNMxgHmuXapgvyx0LYpkz9hZTFf0hJEpo7m8QqY6dMWQGV9vxZDpDRjxcIUb9pB8ku4rqr8c5amN8A9B1gaX71RgjQAAAABJRU5ErkJggg==);
}

.main-text-content ul li{
  margin-bottom: 20px;
}
.main-text-content ul li > ul{
  margin-top: 20px;
}

.padding-20{
  padding: 20px;
}

.inner-page-container{
    padding: 50px 0;
}

.lightbox-widget > a{
  text-decoration: none;
  color:#222;
  font-size: 14px;
  line-height: 20px;
}

.lightbox-widget > a:hover{
  color: #ef553d;
}

.lightbox-widget > a .image{
  border:solid 1px #e1dfe0;
  margin-bottom: 10px;
  position: relative;
}





.lightbox-widget > a .image:before{
  content:"";
  display: none;
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  /*z-index: 100;*/
}


.lightbox-widget > a .image:after{
  content:'\e806';
  display: none;
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  background-color: #f0543b;
  border-radius: 50%;

  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  speak: none;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}



.lightbox-widget > a:hover .image:before,
.lightbox-widget > a:hover .image:after{
  display: block;
}

.order-buttons .btn-blue{
    font-size: 15px;
}




.featherlight .featherlight-image{
    max-width:100%;
    max-height:100%;
    width:auto !important;
    margin:5px;
}

.lightbox-widget{
  margin-bottom: 40px;

}

.bg-grey{
  background: #f5f5f5
}


.featherlight .featherlight-content{
  overflow: inherit;
  max-height: 90%;
  padding: 0;
}

.featherlight .featherlight-content .caption{
  background: #f0f0f0;
  padding: 20px;
  white-space: pre-line;
}

#navbar{
    font-size: 12px;
}

.dropdown-menu{
     font-size: 12px;
}

/* xs */
@media(max-width:767px){
  .navbar-brand > img{
    max-height: 50px;
  }

  .nav > li > a{
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #2f2e2e;
  }

  .footer-contacts .feedback-form{
    background: #0b509b;
    padding: 50px 25px;
  }
}

/* sm only */
@media (min-width:768px) and (max-width:992px){
  .navbar-brand > img{
    max-width: 140px;
  }

  .navbar-nav > li > a{
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header .nav.navbar-nav.navbar-right{
    margin-top: 0
  }
  .news-widget-wrapper:last-child{
    display: none;
  }

  .sidebar .price-widget .price{
    font-size: 18px;
  }

  .widget-sidebar-books-image{
    margin-bottom: 10px;
  }

  .widget-sidebar-books-image,
  .widget-sidebar-books-link{
    width: 100%;
    padding: 0;
  }
}

/* sm */
@media(min-width:768px){

  .frontpage-banner h1{
    font-size: 28px;
  } 
  .frontpage-banner .logo-image{
    width: 200px;
  }
  .site-header .navbar-brand{
    height: 50px;
  }
  .footer-contacts .background{
    background-image: url(contacts-bg-sm.jpg);
  }
  .page-template-template-contacts .wide-section.contacts{
      background-image: url(contacts-page-bg-small.jpg);
  }
}



/* md only */
@media (min-width:992px) and (max-width:1200px){
  .site-header .navbar-brand{
    height: 50px;
  }

  .navbar-brand > img{
    max-width: 130px;
  }
  .navbar-nav > li > a{
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header .nav.navbar-nav.navbar-right{
    margin-top: 0
  }

  .footer-contacts .background{
    background-image: url(contacts-bg-md.jpg);
  }
  .page-template-template-contacts .wide-section.contacts{
      background-image: url(contacts-page-bg-medium.jpg);
  }
}

/* md+ */
@media(min-width:992px){

  .frontpage-banner h1{
    font-size: 32px;
  } 
  .frontpage-banner .logo-image{
    width: 220px;
  }

  .book-widget-image-wrapper{
    padding-right:0;
  }

  .book-widget-description-wrapper{
    padding-left: 0;
  }

  .bottom-menu ul.menu{
    text-align: justify;
    text-align-last: justify;
  }

  .bottom-menu ul.menu li:first-child{
    margin-left: 0;
  }

  .bottom-menu ul.menu li:last-child{
    margin-right: 0;
  }

  .footer-contacts .background{
    background-image: url(contacts-bg.jpg);
  }

}

/* lg */
@media(min-width:1200px){
  .frontpage-banner h1{
    font-size: 40px;
  } 
  .frontpage-banner .logo-image{
    width: 320px;
  }
  .site-header .tel{
    margin-top: 10px;
  }
  .footer-contacts .background{
    background-image: url(/themes/img/moscow.jpg);
  }
  .page-template-template-contacts .wide-section.contacts{
      background-image: url(/themes/img/moscow.jpg);
  }
}
[class^='advantages-icon-'], [class*=' advantages-icon-'] { background-image:url('advantages.png'); }
.advantages-icon-approach { background-position:0 0; width:55px; height:60px; }
.advantages-icon-comfort { background-position:0 -60px; width:60px; height:60px; }
.advantages-icon-experience { background-position:0 -120px; width:82px; height:64px; }
.advantages-icon-governance { background-position:0 -184px; width:78px; height:60px; }
.advantages-icon-prices { background-position:0 -244px; width:60px; height:60px; }
.advantages-icon-professionalism { background-position:0 -304px; width:54px; height:62px; }
.advantages-icon-responsibility { background-position:0 -366px; width:58px; height:58px; }
.advantages-icon-training { background-position:0 -424px; width:70px; height:61px; }
.event-widget .event-description a{
    display: block;
    max-height: 200px;
    overflow: auto;
    padding-right: 20px;
}

.event-widget .event-description {
    padding-right: 0;
}