@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic);

body {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
  color: #333;
  background: #fff;
}

/* HEADER *******************************************************************************/
header {
  background: #fff;
}
.header {
  padding-top:15px;
  padding-bottom: 15px;
}

.logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.logo img {
  max-height:80px;
}
.adresone, .adrestwo {
  font-style: normal;
  text-align: right;
  color: #333;
  padding-top:10px;
  line-height:24px;
}
.adresone strong, .adrestwo strong {
  font-size: 24px;
  font-weight: 600;
  color: #ff721a;
  font-family: 'Open Sans Condensed', sans-serif;
}
.adresone p, .adrestwo p {
  margin-bottom: 2px;
}

.languages {
  padding-top:14px;
  text-align: right;
}

.languages a {
  padding-left:5px;
  padding-right:5px;
}

@media screen and (max-width: 768px) {
  .adresone, .adrestwo {
    text-align: center !important;
  }
  .languages {
    text-align: center !important;
  }
  .languages br {
    display:none;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    margin: 0 auto;
  }
}


/* MAINMENU */
.mainmenu > ul > li > a {
  padding: 15px 10px;
}
.mainmenu {
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(70, 70, 70, 0.25);
  -moz-box-shadow:    0px 3px 5px 0px rgba(70, 70, 70, 0.25);
  box-shadow:         0px 3px 5px 0px rgba(70, 70, 70, 0.25);   
  padding:10px 0;
  border-top: 1px solid #efefef;
}
.mainmenu .navbar {
  margin-bottom:0;
  min-height: auto;
  border-radius: 0;
}
.mainmenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.mainmenu .container-fluid {
  padding-left:0;
  padding-right:0;
}
.icon-bar {
  background-color: #ea8a1a;
}
/* END MAINMENU */

/* TOP SLIDER */
.owl-top-slider .owl-prev,
.owl-top-slider .owl-next {
  position: absolute;
  top: 50%;
  font-size: 42px;
  color: #efefef
}
.owl-top-slider .owl-prev {
  left: 20px;
}
.owl-top-slider .owl-next {
  right: 20px;
}

.carusel-caption {
  position: absolute;
  top:10%;
  margin: auto;
  color: #fff;
  width: 100%;
  font-size:16px;
}
.carusel-caption h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 64px;
}

/* END TOPSLIDER */

/* END HEADER *************************************************************/

/* SIDEBAR ****************************************************************/
.sidebar-item  {
  margin-bottom:30px;
  padding-bottom:15px;
}
.menu {
  background: #f4f4f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menu .caption {
  padding: 15px 10px 0 10px;
  margin-top: 0;
}

/* END SIDEBAR ************************************************************/

/* CONTENT ****************************************************************/
.wrapper {
  margin-top:20px;
  margin-bottom:30px;
  padding-top: 15px;
  background: #fff;
}
.welcome {
  background-size: cover;
}

.topanonces {
  padding-bottom: 30px;
}

.contentitem {
  border: 0;
  margin-bottom: 15px;
}
.itemdescr {
  color: #666;
}

.contentitem .caption {
  padding-left:0;
  padding-right: 0;
  padding-top:15px;
}

.list {
  margin-bottom: 40px;
}

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

.list img {
  width:180px !important;
  max-width: 180px !important;
}

.content-header {
  padding-bottom: 10px;
  margin-top: 0;
}

.document {
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 30px;
}

.document img {
  max-width: 100%;
  height:auto;
  display: block;
}

.botanonces {
  background: #efefef;
  padding: 20px 0;
}
.botanonces .contentitem {
  background: none;
  color: #fff;
}
}
.botanonces .contentitem img {
  border: 3px solid #fff;
}

/* BANNERS */
.topbans {
  margin: 10px 0 30px;
}
.topbans img {
  display: block;
  max-width: 300px;
}

.contentlist .image {
  width:100%;
  padding: 0;
  margin:0;
  overflow: hidden;   
}

.image img {
  max-width: 100%;
  width: 100%;
  padding:0;
}

.galery .contentitem {
  padding-top: 20px;
  padding-bottom: 20px;
}
.galery .contentitem .image {
  overflow: hidden;
}
.galery .contentitem .image img {
  max-width: none;
  max-height: none;
  height: 100%;
  width: auto;
}
.galery .contentitem .caption {
  padding-top:5px;
  font-size: 14px;
  color: #666;
  
}

/* END CONTENT ************************************************************/

/* FOOTER *****************************************************************/
footer {
  padding: 10px 0 20px 0;
  background: #efefef;
}

footer .adresone, footer .adrestwo {
  text-align: left;
  padding-bottom: 20px;
}

#copyright {
  margin-top:0;
  font-size: 13px;
  text-align:left;
  padding-top:10px;
}

#bottommenu {
  margin:20px 0 10px 0;
  text-align: right;
}

#bottommenu .nav > li > a {
  padding: 10px;
  font-size: 13px;
}

#map { height: 470px; width:100%; margin:0 0 0 0;}

/* END FOOTER *************************************************************/

/* UTIL *******************************************************************/