@font-face {
font-family: 'Bliss Pro Extra Light';
src: url('/fonts/BlissPro-ExtraLight.eot');
src: url('/fonts/BlissPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('/fonts/BlissPro-ExtraLight.woff') format('woff'),
url('/fonts/BlissPro-ExtraLight.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Bliss Pro Light';
src: url('/fonts/BlissPro-Light.eot');
src: url('/fonts/BlissPro-Light.eot?#iefix') format('embedded-opentype'),
url('/fonts/BlissPro-Light.woff') format('woff'),
url('/fonts/BlissPro-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


body {
  font-family: 'Bliss Pro Extra Light' !important;
  min-width: 320px;
  color: #808080;
  background: #f6f6e9;
  font-size: 16px;
}

a {
  color: #318ad6;
}
a:hover {
  text-decoration: underline;
} 

/* 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: #ce15bd;
  font-family: 'Open Sans Condensed', sans-serif;
}
.adresone p, .adrestwo p {
  margin-bottom: 2px;
}

.languages {
  padding-top:5px;
  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: #fcfcf7;
  -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;
  border-bottom: 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;
  text-transform: uppercase;
  font-family: 'Bliss Pro Light' !important;
}
.mainmenu .container-fluid {
  padding-left:0;
  padding-right:0;
}
.mainmenu li a:hover {
  text-decoration: underline;
}
.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;
}

/* Product slider */
.owl-product-slider .owl-prev,
.owl-product-slider .owl-next,
.owl-thumb-slider .owl-prev, 
.owl-thumb-slider .owl-next
{
  position: absolute;
  top: 50%;
  font-size: 18px;
  color: #333;
}

.owl-product-slider {
  margin-bottom: 10px;
}

.owl-thumb-slider .owl-prev, 
.owl-thumb-slider .owl-next {
  top: 30%;
  font-size: 12px;
}


.owl-product-slider .owl-prev,
.owl-thumb-slider .owl-prev {
  left: 10px;
}
.owl-product-slider .owl-next,
.owl-thumb-slider .owl-next {
  right: 10px;
}


/* END TOPSLIDER */

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

/* SIDEBAR ****************************************************************/
.sidebar-item  {
  margin-bottom:30px;
  padding-bottom:15px;
}
.menu {
  background: #fcfcf7;
  -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;
}
.welcome {
  background-size: cover;
}

.topanonces {
  padding-bottom: 30px;
}

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

.contentitem .caption {
  padding-left:0;
  padding-right: 0;
  padding-top:15px;
  text-transform: uppercase !important;
  font-family: 'Bliss Pro Light', sans-serif !important;
  font-weight: bold;
}

.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;
  font-family: 'Вliss Pro', sans-serif !important;

}

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

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

.botanonces {
  background: #fcfcf7;
  padding: 20px 0;
  margin-bottom: 20px;
}
.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: #e6e5d9;
}

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 *******************************************************************/

.sidebar-files  a{
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}
.sidebar-files li {
	padding-top: 7px;
	padding-bottom: 7px;
}

.sidebar-files ul {
	margin:10px 0;
}
.toptext {
	padding-left:20px;
	padding-right:20px;
}
.document .table {
	border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

  .sp-wrap {
      max-width: 100%;
  }

  .docprice {
    font-size: 38px;
    margin:20px 0;
    color: #003161;
  }
  .valuta {
   font-size: 28px; 
  }
  .productheader {
    margin-top:0;
  }
  .product-content {
    margin:30px 0;
  }

  .nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.leftmenu {
  font-size: 18px;
}

.my-breadcrumb {
  background: #fcfcf7;
}