*{
  margin: 0;
  padding: 0;
}

body{
  background-color:#000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height:20px;
  color:#FFFFFF;
}

img{
  border: 0;
  max-width:100%;
}

a{
  text-decoration: none;
  cursor:pointer;
  color:#FFF;
}
a:focus{
  outline: none;
}

h2{
  font-weight:800;
  font-size: 40px;
  line-height:50px;
  margin-bottom: 20px;
}

h3{
  font-weight:600;
  font-size: 23px;
  line-height: 25px;
  margin: 40px 0 5px 0;
}
h3:first-child{
  margin-top:0;
}

p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}

.bold{
  font-weight:800 !important;
}

.container{
  position:relative;
  width:98%;
  max-width: 1200px;
  margin: 0 auto;
}

.clear{
  clear:both;
}

.header{
  position:fixed;
  z-index:5;
  width:100%;
  top:0;
  left:0;
  padding: 20px 0;
  background-color:rgba(0,0,0,.6);
  font-weight: 600;
  font-size: 18px;
  line-height:18px;
  text-transform: uppercase;
  color:#FFFFFF;
}

.header h1{
  float:left;
  font-weight:600;
  font-size:20px;
  line-height:22px;
}
.header ul{
  text-align:right;
  list-style-type:none;
  margin:0;
}
.header ul li{
  display: inline;
}
.header ul li a{
  color:#FFFFFF;
  margin-left:15px;
  font-size: 15px;
}
.header ul li a.current{
  font-weight:800;
}

.fullimg{
  display:block;
  width:100%;
  margin-bottom: 20px;
}

.imgcontainer{
  display:block;
  float:left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.img{
  display:block;
  padding-bottom:56.25%;
  background-size: cover;
  background-position:center center;
  position:relative;
}
.imgcontainer:nth-child(3n+3){
  margin-right:0;
}

.img .label{
  position:Absolute;
  left:0;
  bottom:0;
  width:100%;
  box-sizing:border-box;
  background-color:rgba(0,0,0,.5);
  padding: 5px;
  color:#FFFFFF;
  text-align:center;
  opacity:0;
  transition: 1s opacity;
}
.img:hover .label{
  transition:.3s opacity;
  opacity:1;s
}


.footer{
  background-color:#20202F;
  padding: 30px 0;
  margin-top: 100px;
}
.footer ul{
  list-style-type:none;
  margin:0;
  -webkit-columns: auto 4;
  columns: auto 4;
}

.footer a{
  color:#FFFFFF;
  display:block;
  margin-bottom:7px;
  opacity: .6;
  transition: .3s opacity;
}
.footer a:hover{
  opacity:1;
  transition: .3s opacity;
}

.copy{
  margin: 50px 0 10px 0;
  font-size: 12px;
  color:#FFFFFF;
  opacity: .2;
}
.copy a{
  display:inline;
  opacity:1;
}

.half{
  float:left;
  width:50%;
}
.half.right{
  width:45%;
  padding-left:5%;
  text-align:right;
}

.home{
  font-weight:400;
  text-align:center;
  font-size: 16px;
  line-height:25px;
  margin: 25px auto;
  max-width: 700px;
}

.enquire{
  font-weight:800;
}

.back{
  float:right;
  font-size: 13px;
}
