/* ------------------------------------------------------
* changes by wolf-media.net
* 
* Template main color: from #987F28 to #E31E24;
------------------------------------------------------ */
/* yanone-kaffeesatz-regular - latin */
@font-face {
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/yanone-kaffeesatz-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/yanone-kaffeesatz-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/yanone-kaffeesatz-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/yanone-kaffeesatz-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/yanone-kaffeesatz-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/yanone-kaffeesatz-v24-latin-regular.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
  }

body {
	font-family: 'Yanone Kaffeesatz', Verdana;	
}

section {
    padding: 60px 100px 0px;
}
@media only screen and (max-width: 1200px) {
	section {
		padding: 70px 50px 0 50px;
	}
	.section-inner {
		padding: 80px 40px;
	}
}
@media only screen and (max-width: 768px) {
	section {
		padding: 50px 20px 0 20px;
	}
	.section-inner {
		padding: 40px 20px;
	}
}
#logo {
	top: 0px;	
}
#preloader .pulse {
    border-radius: 0;
    height: 300px;
    width: 300px;
    margin-top: -150px;
	margin-left: -150px;
    background-image: url(../img/logo/logo_gray_white_90px.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: scaleout 2.0s infinite ease;
	animation: scaleout 2.0s infinite ease;
    
}
.redcolor {
	color: #E31E24;
}
.padding-20px {
	weight:50%;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 22px;
    font-weight: 300;
    color: #333;
}
.header-tools > ul > li > a {
    position: relative;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    z-index: 9;
    text-decoration: none;
}
.dropdown-menu > li > a {
    display: block;
    margin-bottom: 1px;
    padding: 7px 30px 7px 20px;
    clear: both;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333;
    white-space: nowrap;
}
.info-box-small .info-box-icon {
	
	background-color: #5B5B5B;
    border-radius: 0%;
    width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 42px;
	
}
.bg-dark {
    /*background-color: #5B5B5B !important;*/
	background-color: #3F3F3E !important;
}

#intro-slider-section {
    padding-top: 135px;
}

.owl-carousel .cc-caption.center {
    top: 80%;
}
.scroll-down-arrow {
    bottom: 40px;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(227, 30, 36, 0.8);
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-color: rgba(123, 123, 123, 0.8);
}
.team-box-rounded .team-image {
    border-radius: 0;
}
.nav-rounded .owl-nav .owl-prev, .nav-rounded .owl-nav .owl-next {
    border-radius: 0;
}
.btn-primary:hover {
    background-color: darkred;
    border-color: darkred;
}
.h2, h2 {
    font-size: 28px;
}

.mapresponsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.mapresponsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}