.slide {   background: url( images/header-bg.jpg) center center cover no-repeat fixed; }
.fon2 {
    background: #363638 url(../images/header-bg.jpg) repeat-x;
    background-size: cover;
}
.fon3 {
    background: #363638 url(../images/bg-slide-02.jpg) repeat-x;
    background-size: cover;
		background-size:100%;
}
.fon4 {
    background: #363638 url(../images/123.jpg) repeat-x;
    background-size: cover;
	 
}
.fon5 {
    background: #363638 url(../images/i.jpg) repeat-x;
    background-size: cover;
	 
}

@media screen and (max-width: 768px) {
	.fer {
 display:none;
}
 .title  { color:#FFFFFF;font-family: 'Oswald', sans-serif; font-size:20px;}
	  .title1  { color:#FFFFFF;font-family: 'Oswald', sans-serif;margin-top:150px;font-size:20px;} 
	  	  .title2  { color:#FFFFFF;font-family: 'Oswald', sans-serif;margin-bottom:10%;font-size:20px;}
		  .title3  { color:#FFFFFF;font-family: 'Oswald', sans-serif; font-size:20px;}
 .title3  { color:#FFFFFF;font-family: 'Oswald', sans-serif; font-size:20px;}
.bg {    background: #363638 url(bg.jpg) repeat-x;   background-size: cover;
	 
}		  
}
 

 
@media screen and (min-width: 768px) { 
.fer {
display: block;
	 } 
	  .title  { color:#FFFFFF;font-family: 'Oswald', sans-serif; font-size:40px;}
 
  .title1  { color:#FFFFFF;font-family: 'Oswald', sans-serif;margin-top:150px;font-size:80px;}
    .title2  { color:#FFFFFF;font-family: 'Oswald', sans-serif;margin-bottom:10%;font-size:60px;} 
	 .title3  { color:#FFFFFF;font-family: 'Oswald', sans-serif; font-size:60px;}

	 }
	 
	
 

 h3{
 font-family: 'Oswald', sans-serif;
} 
 h4{
 font-family: 'Oswald', sans-serif;
} 

.qwe {
    position: relative;
    float: left;
    width: 100%;
	padding-bottom:10px;
       background: rgba(0, 0, 0, 0.6);
 color:#BCBCBC;
    border: 10px solid #BCBCBC;
}

.qwe1 {
    position: relative;
    float: left;
    width: 100%;
	padding:10px;
	padding-bottom:10px;
       background: rgba(0, 0, 0, 0.6);
 color:#BCBCBC;

}
.box{
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
	  box-shadow: 0px 0px 29px 7px #000000;
}
.box:hover{
    transform: translateY(-8px);
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 40%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box .box-content:before{
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    left: 30px;
    right: 30px;
}
.box .box-content:after{
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    top: 30px;
    bottom: 30px;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box .title{
    font-size: 25px;
    font-weight: 700;
    color: #ed8639;
    margin: 0 0 15px 0;
}
.box-content .post{
    display: block;
    font-size: 15px;
    color: #fff;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

 .item {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
 color:#BCBCBC;
    border: 10px solid #BCBCBC;
}
 .item .title-img {
    position: absolute;
 
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
 
    text-align: center;
}
 .item .content {
    padding: 80px 18px 0;
    font-family: din-comp;
    font-size: 20px;
	font-family: 'Oswald', sans-serif;
}
video{
display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	overflow-y: hidden;
	vertical-align: top;
}
 

 
	.price{
		font-size: 25px;
    	margin: 0 auto;
    	color: #333;
		font-family: 'Oswald', sans-serif;
	}
	.right{
		float:right;
		border-bottom: 1px solid #4B8E4B;
	}
	.thumbnail{
		font-family: 'Arial', sans-serif;
		font-size:14px;
		opacity:0.90;
		-webkit-transition: all 0.7s; 
		transition: all 0.5s;
	 
	}
	.thumbnail:hover{
		opacity:1.00;
		box-shadow: 0px 0px 10px #4bc6ff;
	}
	.line{
		margin-bottom: 5px;
	}
	@media screen and (max-width: 770px) {
		.right{
			float:left;
			width: 100%;
		}
	}
	
	/* -------------------------------- 

Основные стили

-------------------------------- */
 
@media only screen and (min-width: 768px) {
  header {
    height: 300px;
    line-height: 300px;
  }
}

#google-container {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 345px;
	width:100%;
  }
}

#google-map {
  position: relative;
}
#google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#zoom-in, #zoom-out {
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  transition:all 0.25s ease;
}
#zoom-in {
  background-image: url("../img/plus.png");
}
#zoom-out {
  background-image: url("../img/minus.png");
}

#zoom-in:hover, #zoom-out:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #zoom-in, #zoom-out {
    margin-left: 50px;
  }
}

#zoom-in {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #zoom-in {
    margin-top: 50px;
  }
}


/*Стили для демо*/
.copyrights {
  background:#01BC78;
  line-height: 3em;
  text-align: center;
  color:#fff;
  font-size: 1.2em;
}

.copyrights a {
  background: #fff;
  color:#01BC78;
  text-decoration: none;
  padding:6px 9px;
  border-radius: 4px;
  -webkit-transition:background 0.35s ease;
          transition:background 0.35s ease;
}

.copyrights a:hover {
  background: #F0F0F0;
  color:#01BC78;
}

.copyrights span {
  position: relative;
  padding-left:14px;
}

.copyrights span:before {
  content:"";
  position: absolute;
  top:0;
  left:4px;
  height: 100%;
  border-right:2px solid #fff;
}

@media all and (max-width: 480px){
  .copyrights {
    padding-top:10px;
  }

  .copyrights span, .copyrights a {
    display: block;
    width: 70%;
    margin:0 auto;
  }

  .copyrights span:before {
    border-right:none;
  }
}