@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url('style.reset.css');
@import url('style.animated.css');
@import url('style.fonts.css');
@import url('style.header.css');
@import url('style.nav.css');
@import url('style.conditions.css');
@import url('style.contact.css');
@import url('style.social.css');
@import url('style.gallery.css');
@import url('style.subscription.css');
@import url('style.footer.css');
body{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%;
}
img{
  border: solid 1px #ccc;
}
a{ color: #1ab4ef; text-decoration: none; }
a:hover, a:focus { color: #48c6f7; }
.logo{
  display: block;
  width: 180px;
}
.logo img{
  width: 100%;
  border: none !important;
}
.clicktocall{
  float: right;
  display: inline-block;
  text-align: right;
  font-weight: 600;
  height: 45px;
  line-height: 18px;
  margin: 0 0 0 20px;
  font-size: 1.2em;
  text-align: right;
}
.clicktocall a{
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 0.1em 0.3em;
  border-radius: 3px;
}
.clicktocall a:hover{
  background: #c7342e;

}
.box{
  width: 100%;
  background: red;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.box figure{
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.box figure img{
  width: 100%;
  margin: 0;
}
.box figure figcaption{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 49%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 49%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 49%,rgba(0,0,0,0.65) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  border-bottom: solid 8px #c7342e;
  text-shadow: 1px 1px 3px rgba(0,0,0, 0.8);
  position: absolute;
  color: #FFF;
  top: 0;
  padding: 275px 2% 0.3em 2%;
  text-align: left;
  font-size: 4em;
  font-weight: 100;
  width: 96%;
}
.box figure figcaption i{
  margin: 0px 0 0 7em;
  font-size: 0.4em;
  display: block;
}
.wrap{
  background: #EEE;
  color: #333;
  font-size: 1.2em;
  padding: 4em;
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 1.3em;
  overflow: hidden;
}
.wrap h2{
  font-size: 2em;
  line-height: 1.8em;
}
.box_opt{
  overflow: hidden;
  font-size: 0;
  margin: 30px 0;
  clear: both;
  text-align: center;
}
.box_opt li{
  width: 25%;
  display: inline-block;
}
.box_opt li p{
  position: absolute;
  background: #000;
  color: #FFF;
  margin: -100px 0 0 40px;
  display: block;
  z-index: 9;
  font-size: 24px;
  padding: 0.5em 1em;
}
.box_opt img, .box_img img{
  width: 100%;
}

.box_bullet{
  display: inline-block;
  width: 46%;
  padding: 0 0 0 20px;
}
.box_bullet li{
  list-style: outside;
}

.box_bullet_2{
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.box_bullet_2 ul{
  vertical-align: top;  
  display: inline-block;
  width: 22%;
  margin: 0 10px 0 0;
}
.center{ text-align: left;}
.center img{ width: 100%; }
.box_txt{
  width: 48%;
  margin: 0 1%;
  float: left;
}
.box_img{
  text-align: center;
  overflow: hidden;
  margin-top: 30px; 
}
.box_img li:nth-child(2){
  margin: 0 4.7%;
}
.box_img li{
  width: 30%;
  display: inline-block;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}
.box_img li p{
  background: #DDD;
  padding: 1em 0;
  font-weight: 600;
}
.box_int{
  overflow: hidden;
  float: left;
  width: 50%;
}
.box_int figure{
  width: 40%;
  float: left;
  margin-right: 30px;
}
.box_int figure img{
  width: 100%;
}
.box_int h2{
  font-size: 1.5em;
  padding: 0;
  margin: -5px 0 0 0;
  line-height: 1.3em;
}
.box_int li{
  margin-right: 20px;
}
.w20 li{ width: 20% !important; }
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1600px) {
  .wrap{ }
  .box_txt{ width: 48%; margin: 0 1%; }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1200px) {
  .wrap{ }
  .box_opt li p{ position: relative; margin: -17px 0 10px 0; font-size: 14px; padding: 0.5em 1em; }
  .box_img li{ width: 45%; margin:0 5px 10px 5px !important; }
  .box_txt{ width: 48%; margin: 0 1%; }
/* Tablet Portrait size to standard960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .wrap{  padding: 2em; }
  .box_opt li p{ position: relative; margin: -17px 0 10px 0; font-size: 14px; padding: 0.5em 1em; }
  .box_img li{ width: 45%; margin:0 5px 10px 5px !important; }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .box figure{ height: 240px; }
  .box figure img{ width: 150%; }
  .box figure figcaption{ padding: 157px 2% 0.3em 2%; font-size: 3em; }
  .box figure figcaption i{ margin: 0 0 0 7em; }
  .wrap{ padding: 1em; }
  .wrap h2{ font-size: 1.7em; line-height: 1em; margin-bottom: 10px; }
  .box_opt li{ width: 50%; }
  .box_opt li p{ position: relative; margin: -15px 0 10px 0; font-size: 14px; padding: 0.5em 1em; }
  .box_txt{ width: 100%; float: none; }
  .box_img li{ width: 100%; margin:0 0 10px 0 !important; }
  .box_int{ margin: 0 0 20px 0; }
  .box_int, .box_int figure{ float: none; width: 100%; }
  .box_int figure{ margin: 0 0 20px 0 !important;}
  .box_int figure img{ width: 100%; }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .box figure{ height: 240px; }
  .box figure img{ width: 150%; }
  .box figure figcaption{ padding: 157px 2% 0.3em 2%; font-size: 3em; }
  .box figure figcaption i{ margin: 0 0 0 7em; }
  .wrap{ padding: 1em; }
  .wrap h2{ font-size: 1.7em; line-height: 1em; margin-bottom: 10px; }
  .box_opt li{ width: 50%; }
  .box_opt li p{ position: relative; margin: -7px 0 10px 0; font-size: 14px; padding: 0.5em 1em; }
  .box_txt{ width: 100%; float: none; }
  .box_img li{ width: 100%; margin:0 0 10px 0 !important; }
  .box_int{ margin: 0 0 20px 0; }
  .box_int, .box_int figure{ float: none; width: 100%; }
  .box_int figure{ margin: 0 0 20px 0 !important;}
  .box_int figure img{ width: 100%; }
  .w20 li{ width: 50% !important; }
  .box_bullet{ width: 85%; padding: 0 0 20px 8%; }
  .box_bullet_2 ul{ width: 100%; margin: 0 0 10px 0; }
  .center img{ width: 100%; }
}
