.wrapper{
	width:100%; 
	float:left; 		
}

.wrappershort{
	max-width:1440px;
	padding:20px;
	overflow-y:auto;
	margin:20px auto;
	border:1px solid #CCC; 
	box-shadow:0px 10px 10px #ccc;
	border-radius:5px;
}

.homewrap{
	width:100%; 
	float:left; 	
	}
	
.homewrapshort{
	max-width:1440px;
	margin:20px auto;	
}


.temp a{
	text-decoration:none;
	color:	#555555;
	font-weight: bold;
	}
	
.temp a:hover{
	text-decoration:none;
	color: #eb9c01;
	cursor:pointer;
	font-weight: bold;
	}
	
.white a{
	text-decoration:none;
	color:	#fff;
	}
	
.white a:hover{
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	}
	
.resImage img {
    width: 100%;
}

.fixed-bg {
    background-image: url("../_images/2017_12_06_36908_1512550081._large.jpg");
	width:100%;
	min-height:380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.row:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;

}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 200px) {
    /* For mobile: */
    .col-mo-1 {width: 8.33%;}
    .col-mo-2 {width: 16.66%;}
    .col-mo-3 {width: 25%;}
    .col-mo-4 {width: 33.33%;}
    .col-mo-5 {width: 41.66%;}
    .col-mo-6 {width: 50%;}
    .col-mo-7 {width: 58.33%;}
    .col-mo-8 {width: 66.66%;}
    .col-mo-9 {width: 75%;}
    .col-m0-10 {width: 83.33%;}
    .col-mo-11 {width: 91.66%;}
    .col-mo-12 {width: 100%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	
	.col-13{width:20%;}
	.col-14{width:80%;}
	.col-15{width:42%;}
	.col-16{width:22.5%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}


/* iframe */

.iframe {
  border: none;
  overflow: hidden;
  border:none;
	width:100%;
}

.iframe iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
  
}

.iframe1 {
  overflow: hidden;
  border:none;
}

.iframe1 iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
  
}

#all_iframe {
    height: 0;
    width: 100%;
    padding-bottom: 56.5%;
    overflow: hidden;
    position: relative;
}
#all_iframe iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media all and (max-height: 400px){
  
    
}

 @media only screen and (max-width:700px) {

 }

.button1 {
    color: #064A16;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border:1px solid #064A16;
	padding:10px;
	border-radius: 5px;
	}
	
	.button1:hover {
    color: #fff;
	background: #064A16;
    border:1px solid #999;
	text-decoration: none;
}

.button2 {
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border:1px solid #002041;
	background:#002041;
	padding:5px 10px;
	border-radius: 5px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	}
	
	.button2:hover {
    color: #fff;
	text-decoration: none;
	background:#074a8f;
}

.button3 {
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border:1px outset  #bfa980;
	padding:10px;
	background:#bfa980;
	}
	
	.button3:hover {
	text-decoration: none;
	background:#bfa980;
	opacity: 0.8;
    filter: Alpha(opacity=80); /* IE8 and earlier */
}

.button4 {
  background: #1c5e3a top left no-repeat;
  color: white;
  width: 100px;
  border-radius:20px;
  padding: 2px 5px;
  border:1px solid #1c5e3a;
  cursor: pointer;
  text-align: center;
}

 .button4:hover {
  background: #ffffff top left no-repeat;
  color: #1c5e3a;
  width: 100px;
  border-radius:20px;
  border:1px solid #1c5e3a;
  padding: 2px 5px;
  cursor: pointer;
  text-align: center;
}

.button4 a{ 
	color:white;
	text-decoration: none;
}


.zposi img {
  position: absolute;
  z-index: 1;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.zoom { 
           max-width: 450px; 
            max-height: 450px; 
            overflow: hidden; 
            margin: 0 auto; 
        } 
      
        .zoom img { 
            width: 100%; 
            transition: 0.8s all ease-in-out; 
        } 
      
        .zoom:hover img { 
            transform: scale(1.1); 
        } 

.overlayContainer {
  position: relative;
  width: 100%;
}

.overlayimg {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.overlayContainer:hover .overlay {
  opacity: 0.7;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}