/* common */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&amp;subset=latin-ext');

body {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.75em;
  color: #888
}

/* header */

.wrap {
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	text-align: center;
	
}

@media screen and (min-width: 992px) {
    .wrap {
	position: fixed;	
	}

    header .logo {
    display: block;
    margin: 0 auto;
    width: 272px;
	    margin-top: -10px;
	    margin-top: -10px;
    margin-bottom: -20px;
    }
}

header .logo img {
   margin: 30px 0;
}

header .logoes img {
    margin: 20px 15px;
    max-height: 50px;
}

.navbar {
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-fixed-top.scrolled {
  transition: background-color 200ms linear;
}

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

    header {
	    padding-top: 20px;
	}

header .logo img {
    max-width: 80%;
    margin: 10px 0 15px;
}
	header .logoes img {
    max-height: 50px;
    margin: 0px 10px 20px;
}

	.navbar {
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	margin-bottom: 10px;
	}

}


footer {
  background: #000;
  padding: 45px 0;
  color: #888;
}

footer i {
	color: #ccc;
	margin-right: 2px;
}

footer p,
footer a
 {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0px;
}
footer a:hover {
	color: #f1e60d;
	text-decoration: underline
	}
footer h2{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px
}

footer h2:nth-of-type(2),h2:nth-of-type(3){	
	margin-top: 60px
}

footer h3{
	margin: 30px 0 15px;
	font-size: 16px;
	letter-spacing: 1px;
}

footer ul{padding-inline-start: 0px;}
footer li {list-style: none}

@media screen and (max-width: 1025px) {
footer .row {
    margin-right: 0px;
    margin-left: 0px;
}

}

a#scrollTop {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #f1e60d;
    text-align: center;
    line-height: 48px;
    color: #000;
    border-radius: 100%;
}

a#scrollTop:hover, a#scrollTop:active, a#scrollTop:focus{
text-decoration: none;
}


.copyright {
 background: #FFF;
 color: #2c2c2c
}

@media screen and (max-width: 767px) {
header.container{
padding: 0px;
}
  footer {
    text-align: center;
  }

}


.content-boxes {
	background: #fff; 
	text-align:center;
	padding: 100px 0
}
.content-boxes h2 {
	font-weight: 300;
	color:#000;
	/*text-transform: uppercase;*/
}


.content-boxes h3 {
	margin-bottom: 50px;
	font-weight: 300;
}

.content-boxes a.mehr{
	display: block;
	margin-bottom:20px;
	color:#000;
}

.content-box figure {
	width: 100%;
	overflow: hidden;
}
.content-box figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.content-box figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

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


.button {
height: 35px;
line-height: 35px;
padding: 0 7px;
display: inline-block;
border:1px solid #fff;
text-align: center;
margin-right: 20px;
margin-top: 10px;
-webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
.button {
height: 36px;
line-height: 34px;
padding: 0 15px;
}
.carousel-caption h3 {
 font-size: 18px;
 padding: 0 10px;
}
}

.button-filled {
background: rgba(0,0,0,0.6);	
color: #fff
}

.button-filled:hover {
    
    color: #ffffff;
    border:1px solid #fff;
    text-decoration: none;
    cursor: pointer
}

 #map {
       margin-bottom: -15px
      }

.fax-icon {
    background: url(../images/icon-fax.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 5px;
}
/*carousel*/

html {
    position: relative;
    min-height: 100%;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.desktop .item:nth-child(1) {
    background: url(../images/slider/1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.desktop .item:nth-child(2) {
    background: url(../images/slider/2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.desktop .item:nth-child(3) {
    background: url(../images/slider/3.jpg) no-repeat center center fixed;;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.desktop .item:nth-child(4) {
    background: url(../images/slider/4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.desktop .item:nth-child(5) {
    background: url(../images/slider/5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.desktop .item:nth-child(6) {
    background: url(../images/slider/6.jpg) no-repeat center center fixed;;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mobile .item:nth-child(1) {
    background: url(../images/slider/1_mobile.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mobile .item:nth-child(2) {
    background: url(../images/slider/2_mobile.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mobile .item:nth-child(3) {
    background: url(../images/slider/3_mobile.jpg) no-repeat center center fixed;;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mobile .item:nth-child(4) {
    background: url(../images/slider/4_mobile.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mobile .item:nth-child(5) {
    background: url(../images/slider/5_mobile.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mobile .item:nth-child(6) {
    background: url(../images/slider/6_mobile.jpg) no-repeat center center fixed;;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.scrolled-carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}

.carousel-caption
			{
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 10000;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #fff;
				text-align: center;
				/*background: rgba(0,0,0,0.6); */
							}




@media screen and (max-width: 767px) {
footer h2 {
margin: 40px 0 10px;
}
footer h3 {
margin: 0px 0 30px;
}

}

