/*Home*/
@import url(hp_sliders.css);


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

.slider {
background:url('home-bg.jpg') no-repeat;
background-position:center;
background-size:cover;
height:500px;
}
.slider h1 {
padding-top:390px;
}
.button-link {
font-size:1.8em;
background:rgba(173,123,81, .85);
border:2px solid #fff;
box-shadow:0px 5px 10px 3px rgba(0,0,0,0.2);
}
.button-link:hover {
background:#AD7B51;
}
.button-adjust {
text-align:center;
padding:20px 0px;
}
.boxes-of-4 {
float:left;
width:23%;
margin:20px 1%;
height:200px;
}
.boxes-of-4 a:hover {
text-decoration:none;
}
#box1 {
background:url('home-1.jpg') no-repeat;
background-position:center;
background-size:cover;
}
#box2 {
background:url('home-2.jpg') no-repeat;
background-position:center;
background-size:cover;
}
#box3 {
background:url('home-3.jpg') no-repeat;
background-position:center;
background-size:cover;
}
#box4 {
background:url('home-4.jpg') no-repeat;
background-position:center;
background-size:cover;
}
.inner-box {
width:100%;
padding:80px 0px;
background:rgba(0, 0, 0, .7);
opacity:.01;
text-align:center;
color:#fff;
margin:0px;
}
.inner-box:hover {
transition:all .5s ease;
opacity:1;
text-decoration:none;
}
.inner-box span {
padding:3px 20px;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
}
.golfbg {
background:url('golf-bg.jpg');
background-position:center;
background-size:cover;
background-attachment:fixed;
}
#expo-slider {
left:10%;
}

@media (min-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 980px) and (max-width: 1199px) {
.slider h1 {
padding-top:340px;
}
.boxes-of-4 {
height:162px;
}
.inner-box {
padding:61px 0px;
}

}

@media (min-width: 768px) and (max-width: 979px) {
.slider h1 {
padding-top:365px;
}
.boxes-of-4 {
width:48%;
height:260px;
}
.inner-box {
padding:110px 0px;
}

}

@media (max-width: 767px) {
.slider {
text-align:center;
}
.slider h1 {
padding-top:365px;
}
.boxes-of-4 {
width:98%;
margin:20px 1%;
height:300px;
}
.inner-box {
padding:130px 0px;
opacity:1;
}

}

@media (max-width: 480px) {
.boxes-of-4 {
height:200px;
}
.inner-box {
padding:80px 0px;
}
.golfbg {
background-attachment:scroll;
}

}
