@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700,300);

/* --------------------------------------------- 
* Filename:     custom-style.css
* Version:      1.0.0 (2016-02-04)
* Website:      http://www.zymphonies.com
* Description:  Global Styles
* Author:       Zymphonies Team
                info@zymphonies.com
-----------------------------------------------*/

body{
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333;
  overflow-x: hidden;
  font-weight: 500;
}

p{ margin: 0 0 20px 0; }

h1, .h1{ font-size: 22px; color: #000; }

h2, .h2{ font-size: 20px; color: #000; }

h3, .h3{ font-size: 16px; color: #000; }

h4, .h4{ font-size: 14px; color: #000; }

img{ max-width: 100%; }

a{
  color: #348BC2;
}

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

ul.links.inline{
  padding: 0;
}

ol, ul {
  padding-left: 20px;
}

ul.links.inline li{
  list-style: none;
}

.block{
  margin-bottom: 20px;
}

.container {
  max-width: 1000px;
}

.main-header {
  background-size: cover;
  position: relative;
}

.main-header nav{
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 10;
  padding: 10px 0;
}

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

/*region header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}

.site-name a{
  font-size: 22px;
  color: #333;
}

.region-header .site-branding__slogan{
  font-size: 11px;
  color: #3D93CA;
}

/*Banner*/

.slideshow{
  text-align: center;
  line-height: 160%;
}

.slideshow h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.topwidget{
  padding: 20px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

/*footerwidget*/

.footerwidget{
  padding: 20px 0;
}

.copyright{
  background: #444;
  font-size: 10px;
  color: #fff;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget ul{
  padding-left: 15px;
}

/*bottom-widgets*/

.bottom-widgets{
  padding: 20px 0;
}

.bottom-widgets img {
  max-width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px #ddd;
}

/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #333;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*SOCIAL MEDIA*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  float: left;
}

.social-media a {
  width: 30px;
  height: 30px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  background: #3262b9;
  font-size: 14px;
  line-height: 220%;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}

.social-media a:hover{
  opacity: .6;
}

/*FORM*/

input, button, select, textarea{
  padding: 8px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.btn, 
input[type="submit"]{
  background: #333;
  color: #fff;
  border: 0;
  padding: 13px;
  line-height: 100%;
  height: 39px;
}

.btn:hover, 
input[type="submit"]:hover{
  background: #000;
}

/*FRONT PAGE*/

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: none;
}

.menu-base-theme li a{
  background: #FBFBFB
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
} 

.navbar-toggle{
  z-index: 999;
}

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 11px;
}

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

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/

.search-block-form{
  max-width: 500px;
  margin: 0 auto;
}

.region-search{
  background: #F9F9F9;
  padding: 10px 0;
}

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

#search-block-form input{
  width: 100%;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact{}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #fff;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #fff;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}


/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  line-height: 100%;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*Carousel*/

.carousel-caption p,
.carousel-caption h3{
  display: none;
}

.carousel-caption h3{
  margin-top: 0;
}

.carousel-indicators li{
  border: 1px solid #348BC2;
}

.carousel-indicators .active{
  background-color: #348BC2;
}

/*sidebar block*/

.sidebar .block-block-content > h2.title{
  background: #348bc2;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0;
}

.sidebar .block-block-content > .content{
  border: 1px solid #eee;
  padding: 10px;
}

/*Profile Page*/

.path-user .profile >div{
  display: inline-block;
}

.path-user .profile .label{
  display: block;
  color: #333;
}

/*div.views-field-field-izobrazhenie-novosti{*/
  /*clear: both;*/
  /*float:left;*/
  /*padding: 0 5px 10px 0;*/
/*}*/

div.custom-item-title-wrapper {
  width: 100%;
  background-color: #444;
  margin-bottom: 3px;
}
div.custom-item-title-wrapper > span > a {
  color: white;
}

.custom-item-image {
  clear: both;
  float: left;
  background-color: white;
  padding: 0 5px 10px 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

/* SLIDER STYLES */
.page {
  max-width: 640px;
  margin: 0px auto 30px auto;}

.panel {
  background-color: #fff;
  color: #666;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
  overflow: auto;}

button {
  border: none;}

/********** LOGO **********/
h1 {
  text-align: center;
  width: 200px;
  height: 20px;
  margin: 40px auto 40px auto;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;}

/********** TYPOGRAPHY **********/
body, button {
    font-family: 'Jacques Francois', serif;}

h2, h3 {
  font-weight: normal;
  margin: 0em;}
h2 {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 230%;
  line-height: 1em;
  padding: 20px 0px 0px 20px;}
h3 {
  font-size: 90%;
  letter-spacing: 0.2em;}

p {
  font-family: 'Quattrocento Sans', sans-serif;
  line-height: 1.4em;}

a {
    text-decoration: none;}

button {
  font-size: 90%;
  text-align: left;
  text-transform: uppercase;}

.labels {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.labels .label {
    color: rgba(70,70,70,.3);
    display: flex;
    flex-grow: 1;
    transition-duration: 0.3s;
    min-height: 60px;
    border: 1px solid rgba(70,70,70,.3);
    align-items: center;
    margin: 0 3px;
    text-align: center;
    padding: 3px;
    justify-content: center;
    border-radius: 2px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    cursor: pointer;
}
.labels .label:hover {
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,.5);
}

.labels .label.active {
    border: 1px solid #34495e;
    background-color: #34495e;;
    color: #f7f7f7;
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,.5);
}
.labels .label:first-child {
    margin-left: 0;
}
.labels .label:last-child {
    margin-right: 0;
}
  /*****************  No JS ***************/
#billboard {text-align: center;}
.js-warning {display: none;}

.no-js .js-warning {
  display: block;
  border: 3px solid #fff;
  text-align: center;
  background-color: #fff;
  color: #db5391;
  padding: 10px;}

/********** SLIDER **********/
.slider {
  max-width: 940px;
  margin: 0px auto 30px auto;}

.slider p {
    margin: 0;
}

.slide-viewer {
    position: relative; /* needed for IE7 */
    overflow: hidden;
    height: 47vw;
    max-height: 435px;}

.slide-group {
    width: 100%;
    height: 100%;
    position: relative;}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

.slide img {
    width: 100%;
}

.slide:first-child {
    display: block;}

.content-list {
    margin: 0;
    padding: 0;
    margin: 0;
}


.content-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.content-list li.active {
    display: block;    
}

.content-list li p {
  color: #34495e;
  font-size: 15px;
  margin: 5px 0;  
}

.slide-progress {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #34495e;
}

.slide-progress:before {
    content: ' ';
    width: 100%;
    height: 3px;
    display: block;
}
/********** BUTTONS **********/
.slide-buttons {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-btn {
  border: none;
  background: none;
  color: #34495e;
  transition-duration: 0.4s;
  outline: none;
  font-size: 250%;
  text-shadow: 0 0 3px rgba(0,0,0,.4);
  line-height: 0.5em;
}

.slide-btn.active, .slide-btn:hover {
  transform: scale(1.4);
  color: #27ae60;
  cursor: pointer;
  text-shadow: 1px 1px 3px rgba(0,0,0,.4);
}


.bottom-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

@media all and (max-width: 767px) {
    .labels .label {
        display: none;
        margin: 0 !important;
    }
    .labels .label.active {
        display: flex;
    }
    .bottom-content   {
        flex-direction: column;
     }
    .bottom-content .content-list  {
       order: 2;
    }
    
    .bottom-content .slide-buttons  {
        order: 1;
        width: 100%;
        text-align: center;
     }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .slide-viewer {
    max-height: 334px;
  }
}
@media all and (max-width: 767px) {
  .labels .label {
      display: none;
      margin: 0 !important;
  }
  .labels .label.active {
      display: flex;
  }
  .bottom-content   {
      flex-direction: column;
   }
  .bottom-content .content-list  {
     order: 2;
  }
  
  .bottom-content .slide-buttons  {
      order: 1;
      width: 100%;
      text-align: center;
   }
   .slide-viewer {
    height: 44vw;
  }
}
/* Fonts */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */
@import url('https://fonts.googleapis.com/css?family=Rubik');
body {
  font-family: 'Rubik', sans-serif;
}
/* End fonts */

/* Typography */
h2 {
  background-color: transparent !important;
  color: #34495e !important;
  text-align: center;
  margin-bottom: 20px;  
  margin-bottom: 20px;  
}

body {
  font-size: 16px;
}
/* End typography */


/* Header */
.header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-between;
  background-color: #34495e;
  margin-bottom: 20px;
  box-shadow: 0px 2px 10px 0 rgba(0,0,0,.6);
}

.region.region-header {
  margin-left: auto;
}
.header-container .navbar-header {
  /* max-height: 30px;s */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.header-contacts {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header-contacts li {
  list-style: none;
  margin-right: 7px;
  margin-bottom: 7px;
}
.header-contacts li a {
  color: #fff;
  font-size: 14px;
}
.header-contacts li a .contacts-call img{
  width: 24px;
  height: 24px;
}
.header-contacts li a .contacts-call {
  display: flex;
  flex-direction: column;
}
.header-contacts .contacts-sites {
  flex-direction: row;
  display: flex;
}
.header-container .navbar-header::before, .header-container .navbar-header::after {
  content: none;
}

.header-container .navbar-header .language-switcher-language-url {
  margin: 0;
}

.header-container .navbar-header .navbar-toggle {
  margin: 0;
}


.header-container .navbar-header + .col-md-12 {
  border-bottom: none !important;
}

.header-container .navbar-header .content ul {
  float: none !important;
  margin: 0;
  padding: 0;
} 

nav.navbar {
  padding: 0;
}

.menu-base-theme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu-base-theme li a {
  border-radius: 2px !important;
  color: #f7f7f9 !important;
  padding: 7.5px 10px !important;  
  font-weight: 600 !important;
  font-size: 13px !important;
  border: 2px solid #34495e !important;
  margin: 1px !important;
  transition-duration: 0.4s !important;
}

.menu-base-theme li a:hover {
  border: 2px solid #27ae60 !important;
  color: #f7f7f7 !important;
  padding: 7.5px 10px !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
  font-size: 13px !important;
  transition-delay: 0ms !important;
}
.menu-base-theme li a.is-active {
  color: #27ae60 !important;
  background-color: #f7f7f7 !important;
  border: 2px solid #f7f7f7;
  font-size: 15px;

  /* color: #2c3e50; */
}

@media all and (max-width: 767px) {

  .header-container .container {
    width: 100%;
  }
  .navbar-header {
    display: flex;
    flex-wrap: wrap;
  }
  .header-contacts {
    order: 0;
    width: 100%;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
  }
  .header-contacts .contacts-sites {
    flex-direction: column;
  }

  .header-container .container .region-primary-menu {
    background-color: #34495e;
  }
  .region.region-primary-menu {
    /* display: flex; */
  }

  .menu-base-theme {
    flex-direction: column;
    align-items: center;
  }

  .menu-base-theme li a {
    border-radius: 2px;
    color: #f7f7f9;
    padding: 7.5px 15px;  
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #34495e;
    background-color: #34495e;
    margin: 3px;
    transition-duration: 0.4s;
  }

  .menu-base-theme li a:hover {
    border: 2px solid #27ae60;
    color: #f7f7f7;
    padding: 7.5px 15px;   
    font-weight: 600;
    border-radius: 2px;
    font-size: 15px;
  }
  .menu-base-theme li a.is-active {
    color: #27ae60;
    background-color: #f7f7f7;
    border: 2px solid #f7f7f7;

    /* color: #2c3e50; */
  }
}

/* Copyright */
.copyright {
  background-color: #34495e;
  box-shadow: 0px -2px 10px 0 rgba(0,0,0,.6);
  margin-top: auto;
  display: flex;
}

/* BreadCrumb */
nav.breadcrumb {

}
nav.breadcrumb ul li a {
  color: #34495e;
  font-size: 14px;
  font-weight: 600;
}
nav.breadcrumb ul li a:hover {
  text-decoration: underline;
}
/* End BreadCrumb */


/* list */

/* .views-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  clear: both;
} */
/* image */

/* .views-row .views-field-field-izobrazhenie-proekta {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px;
}
.views-row {
  box-shadow: 0 12px 16px -11px rgba(30,30,30,.2);
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.views-row .views-field-field-izobrazhenie-proekta img {
  width: 150px;
  height: 150px;
} */
/*  */
.views-row .views-field-field-izobrazhenie-proekta {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px;
}
.views-row {
  box-shadow: 0 12px 16px -11px rgba(30,30,30,.2);
  margin-bottom: 25px;
  padding-bottom: 10px;
  clear: both;
}

.views-row .views-field-field-izobrazhenie-proekta img {
  /* position: absolute;
  left: 0;
  right: 0; */
  width: 150px;
  height: 150px;
}
.views-row .custom-item-title-wrapper {
  display: flex;
  padding-left: 7px;
  width: auto;
  background-color: transparent !important;
}

.contextual-region {
  display: flex;
  flex-direction: column;
}

.views-row .custom-item-title-wrapper a {
  color: #34495e;
  font-size: 20px;
  font-weight: 600;
  transition-duration: 0.4s;
}
.views-row .custom-item-title-wrapper a:hover {
  text-decoration: underline;
}

.views-row .views-field.views-field-created {
  display: flex;
  width: auto;
  /* float: right; */
  margin-left: auto;
  justify-content: flex-end;
}
.views-row .views-field.views-field-created .field-content {
  font-size: 13px;
  color: #27ae60;
  font-weight: 600;
}
.views-row .views-field.views-field-field-opisanie-proekta p {
  margin-bottom: 2px;
  font-size: 14px;
}

/* .view-rows .field-content .custom-item-image {
  float: left;
} */


@media all and (max-width: 767px) {

  .views-row {
    display: flex;
    flex-direction: column;
  }

  .views-row .views-field-field-izobrazhenie-proekta {
    float: none;
    width: 100%;
    height: auto;
  }
  .views-row .views-field-field-izobrazhenie-proekta .custom-item-image {
    float: none;
  }
  .views-row .views-field-field-izobrazhenie-proekta a {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    display: flex;
    min-height: 200px;
    position: relative;
  }

  .views-row .views-field-field-izobrazhenie-proekta a {
    overflow: hidden;
  }
  .views-row .views-field-field-izobrazhenie-proekta img {
    position: absolute;
    width: 100%;
    height: auto;
  }
}  
@media all and (max-width: 460px) {

  .views-row .views-field-field-izobrazhenie-proekta a {
    overflow: hidden;
    min-height: 170px;
    height: 170px;
  }
}
@media all and (max-width: 390px) {

  .views-row .views-field-field-izobrazhenie-proekta a {
    min-height: 130px;
    height: 130px;
  }
} 
.dialog-off-canvas-main-canvas {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.language-link {
  width: 30px !important;
  height: 25px !important;
  color: transparent !important;
}

/* SUBMENU */

.menu-base-theme a span.sub-arrow {
  top: 18px !important;
  right: -2px !important;
}
.menu-base-theme li a {
  transition-duration: 0;
}

.show-dropmenu {
  display: flex !important;
  flex-direction: column !important;
  
}

ul.menu-base-theme li a.has-submenu + ul[role="group"] {
  background-color: #34495e  !important;;
  border-radius: 2px  !important;
  width:  316px;
  box-shadow: 1px 1px 7px 0 rgba(0,0,0,.3)  !important;
  z-index: 2;
}

div.views-field-field-opisanie-novosti {
  padding-left: 7px;
}
div.views-field-view-node{
  padding-left: 7px;
}

div.custom-item-title-wrapper{
  cursor: pointer;
}