﻿@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);

@import "grid.css";
@import "ui.totop.css";
@import "superfish-menu.css";
@import "stuck-menu.css";
@import "owl.theme.css";
@import "owl.carousel.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #2d3037;
  text-size-adjust:0.5;
  background-attachment: fixed;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a{
  text-decoration: none; 
  cursor: pointer;
  border: 0px;
  outline: 0px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; 
}
a *{
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; 
}
a.link-hover-1:hover *,a.link-hover-1:hover{
  color:#3498db!important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; 
}
a.link-hover-2:hover *,a.link-hover-2:hover{
  color:#2b3a42!important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
a.link-hover-3:hover *,a.link-hover-3:hover{
  color:#FFF!important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.clearfix{
  float: none;
  clear: both;
  display: block;
}
#preloader{
  display: table;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  background: rgb(255,255,255);
  z-index: 99;
}
#status{
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin: auto;
}
#status img{
  width: 100px;
}
.bg-1{
  background-color: #f4f5f5!important;
}
.bg-2{
  background-color: #3498db;
}
.bg-2:after{
  border-left-color:#3498db!important; 
}
.bg-3{
  background-color: #7ecefd!important;
}
.bg-3:after{
  border-left-color:#7ecefd!important; 
}
.bg-4{
  background-color: #272a31;
}
.bg-5{
  background: url(../images/bg1.png) repeat;
  background-attachment: fixed;
}
.color-1{
  color:#3498db;
}
.color-2{
  color:#7ecefd;
}
.button1,.button2,.button3{
  position: relative;
  display: inline-block;
  color:#FFF;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; 
}
.button2 span{
  position: relative;
  display: inline-block;
  background-color: #272a31;
  font-size: 14px;
  font-weight: 600;
  padding: 19px 30px 18px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; 
  z-index: 1;
}
.button1 i, .button1 span,.button2 i{
  position: relative;
  font-size: 25px;
  display: inline-block;
  background-color: rgb(52,152,219);
  text-transform: uppercase;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; 
}
.button2{
  margin-top: 32px;
}
.button1 i, .button1 span{
  padding: 11px;
}
.button2 i{
  z-index: 1;
  padding: 13px;
}
.button2 span:before{
  background:none repeat scroll 0 0 #3498DB;
  right: 0;
  bottom: 0;
  top:0;
  transition:all 0.5s ease 0s;
  position: absolute;
  content: "";
  width: 0%;
  z-index: -1;
  height: 100%;
}
.button2:hover span:before{
  width: 100%;
  transition:all 0.5s ease 0s;
}
.button2 i:after{
  background:none repeat scroll 0 0 #272a31;
  right: 0;
  bottom: 0;
  top:0;
  transition:all 0.5s ease 0s;
  position: absolute;
  content: "";
  width: 0%;
  z-index: -1;
  height: 100%;
}
.button2:hover i:after{
  width: 100%;
  transition:all 0.5s ease 0s;
}
.button1:hover i, .button1:hover span{
  background-color: #7ecefd;
}
.button3{
  font-size: 30px;
  font-weight: 300;
  padding: 8px 14px;
  background-color: #31353d;
  margin-top: 56px;
}
.button3:hover{
  background-color: rgba(52,152,219,1);
}
h1.logo{
  display: table;
  text-align: left!important;
}
h1.logo i+span{
  display: table-cell;
  padding-left: 27px;
  padding-top: 6px;
}
h1.logo i{
  display: table-cell;
  font-size: 137px;
  color: #3498db;
}
h1.logo span.name{
  display: table-row;
  font-size: 76px;
  font-weight: 300;
  color: #31353d;
}
h1.logo span.slogan{
  display: table-cell;
  padding-left:5px;
  font-size: 19px;
  color: #9e9fa1;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 19px;
}
.horizontal-list-1{
  list-style: none;
  display: inline-block;
  margin-bottom: 15px;
}
.horizontal-list-1 .hover-wrapper-1, .horizontal-list-2 .hover-wrapper-1{
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 5px;
  border-radius: 147px;
}
.horizontal-list-1 .horizontal-list-item, .horizontal-list-2 .horizontal-list-item{
  position: relative;
  font-size: 50px;
  font-weight: 300;
  color:#FFF;
  text-transform: uppercase;
  display:inline-block;
  border-radius: 147px;
  transition:all 0.5s ease 0s;
  background-attachment:fixed; 
  z-index: 1;
}
.horizontal-list-1 .horizontal-list-item span, .horizontal-list-2 .horizontal-list-item span{
  padding: 33px 46px 37px 44px;
  display: block;
}
.horizontal-list-1 .horizontal-list-item i{
  padding: 38px;
}
.horizontal-list-1 .horizontal-list-item i{
  font-size: 43px;
}
.horizontal-list-1 p{
  margin-top: 12px!important;
}
.horizontal-list-2{
  margin-bottom: 0px;
}
.horizontal-list-2 p{
  margin-top: 23px!important;
}
.horizontal-list-2 h6{
  color:#2b3a42!important;
  line-height: 36px!important;
}
.horizontal-list-2 strong{
  font-weight: 700;
}
.horizontal-list-3{
  margin-top:78px;
  text-align: center; 
  display: inline-block;
  margin-bottom: 13px;
}
.horizontal-list-3 li{
  background-color: #FFF;
  margin-top: 30px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.horizontal-list-3 li *{
  padding: 0px 10px;
}
.horizontal-list-3 .horizontal-list-item{
  top:0px;
  left:0px;
  position: absolute;
  width: 100%;
  height: auto;
  font-size: 30px;
  text-transform: uppercase;
  background-color: #3498db;
  padding: 20px 0px;
  color:#FFF;
  font-weight: 300;
  transition:all 0.5s ease 0s;
}
.horizontal-list-3 .horizontal-list-item:before{
  position: absolute;
  margin: 0 auto;
  content: "";
  width: 0px;
  display: block;
  border: 18px solid transparent; border-top: 15px solid #3498db; 
  left:0px;
  right: 0px;
  bottom:-33px;
  transition:all 0.5s ease 0s;
}
.horizontal-list-3 li:hover .horizontal-list-item{
  padding: 25px 0px;
  background-color: #353942;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition:all 0.5s ease 0s;
}
.horizontal-list-3 li:hover .horizontal-list-item:before{
  opacity: 0;
  transition:all 0.5s ease 0s;
}
.horizontal-list-3 h2{
  margin-top: 90px!important;
  color:#2b3a42!important;
}
.horizontal-list-3 h6{
  margin-top: 14px!important;
  color: #3498db;
  font-weight: 400;
}
.horizontal-list-3 p{
  margin-top: 15px!important;
  padding: 0px 20px;
}
.vertical-list-1, .vertical-list-2{
  font-weight: 400;
  font-size: 15px;  
  color:#3498db;
  text-transform: uppercase;
}
.vertical-list-2{
  margin-top: 23px;
  color:#31353d;
}
.vertical-list-1 li, .vertical-list-2 li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 24px;
}
.vertical-list-1 li:before, .vertical-list-2 li:before{
  position: absolute;
  content: "\f00c";
  left:0px;
  font-family: fontAwesome;
  color:#31353d;
}
.blog-item-box{
  margin-top: 30px;
  background-color: #FFF;
  padding-bottom: 18px;
}
.blog-item-box a h5{
  color:#3498db;
  display: inline;
}
.blog-item-box .lightbox{
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-item-box .lightbox img{
  width: 100%;
}
.blog-item-box .lightbox:before{
  position: absolute;
  content: "";
  width:100%;
  height:0%;
  left:0px;
  bottom:-5px;
  background:rgba(255,255,255,0.6);
  transition:all 0.3s ease 0s;
}
.blog-item-box .lightbox:hover:before{
  bottom:0px;
  height: 100%;
  transition:all 0.3s ease 0s;
}
.blog-item-box .lightbox > div:before{
  position: absolute;
  opacity: 0;
  margin:auto;
  bottom:0px;
  left:0px;
  top:100%;
  right:0px;
  width: 50px;
  height: 50px;
  font-family: fontAwesome;
  color:#2d3438;
  font-size: 50px;
  content: "\f067";
  transition:all 0.2s ease 0s;
}
.blog-item-box .lightbox:hover > div:before{
  top:0px;
  opacity: 0.9;
  transition:all 0.3s ease 0s;
}
.blog-item-box .blog-item-info{
  padding:22px 32px 13px; 
}
.blog-item-box .blog-item-info p{
  margin-top: 15px!important;
}
.blog-item-box .bottom img{
  width: auto!important;
  margin-right: 8px;
  background-color: #FFF;
  transition:all 0.5s ease 0s;
}
.blog-item-box .bottom{
  padding:0px 20px 0px;
  clear: both;
  display: block;
}
.blog-item-box .bottom a{
  color:#2b3a42!important;
  font-size: 15px;
  display: inline-block;
  padding: 10px 9px;
}
.blog-item-box .bottom a:hover img, .blog-item-box .bottom a:hover{
  color:#FFF!important;
  background-color: #2b3a42;
}
.pad-0{
  margin-top: 100px!important;
}
.pad-1{
  padding-bottom: 108px!important;
}
#newsletter {
  position:relative;
} 

#newsletter input {
     border:0px;
     background:#FFF;
     color:#bbbaba;
     text-transform: uppercase;
     font-size:12px;
     line-height:1.2307em;
     padding:5px 0 5px 10px;
     width:180px;
     outline:none;     
     box-shadow:none;
  }
#newsletter label {
  position: relative;
    display:inline-block;
    min-height:30px;
    right: -4px;
  }

#newsletter .error { 
    position: absolute;  
    display:block;
    overflow:hidden;
    height:0px;
    font-size:9px;
    color:#F00;   
    margin: 5px 0px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
  }

#newsletter .success {
    width:277px;
    padding:13px 0 13px 10px;
    background:#7ECEFD;
    color:#333;
    position:absolute;
    z-index:10;
    margin: auto;
    right: 0;
    left:3px;
    top:0px;
    font-size: 12px;
  }

#newsletter label.invalid .error {
  /*display: block;*/
  height:auto;
}
p{
  font-size: 14px;
  color:#bfbfbf;
  font-weight: 300;
  line-height: 23px;
  font-family: Arial, Helvetica, sans-serif;
}
/*========================================================
                    Headers
=========================================================*/
h1{
  float: left;
}
h2 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 50px;
}
h3{
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
}
h4{
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
h5{
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  display:block;
}
h6{
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header-top{
  position: relative;
  background: url(../images/bg.png) repeat;
  background-attachment: fixed;
}
.header-top-line{
  width: 100%;  
  height: 14px;
  background: #3498db;
}
.header-top form#search{
   margin: 108px 0px 0px;
   position: relative;
  float:right;
  width: 272px;
}
.header-top form#search label{
  display: block;
  float: left;
  position: relative;
}
.header-top form#search input{
  height: 47px;
  width: 226px;
  border: none;
  outline: none;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header-top form#search input:focus{
  opacity: 0.7;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
/*liveSearch*/
.header-top form#search input:focus+.live-search-box{
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header-top form#search .live-search-box:hover{
  display: block;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header-top form#search .live-search-box{
  display: none;
  position: absolute;
  width:272px;
  z-index: 99999;
  font-weight: 300;
}
.header-top form#search .live-search-box li{
  margin: 2px 0px;
  padding:10px 10px 10px;
  font-size: 15px;
  margin-left: 0px;
  background:rgba(255,255,255,1);
  -webkit-transition: 0.3s all ease;
  word-wrap:break-word;
  word-break:break-all;
}
.header-top form#search .live-search-box p{
  margin-bottom: 0px;
}
.header-top form#search .live-search-box li a{
  color:#3498db;
  font-size: 14px;
  line-height: 15px;
}
.header-top form#search .live-search-box li a:before{
  position: absolute;
  content: "";
  width:100%;
  height: 100%;
}
.header-top form#search .live-search-box li h4{
  font-size: 14px!important;
  line-height: 20px;
}
.header-top form#search .live-search-box .search{
  color:#3498db;
}
.header-top form#search .live-search-box li .match{
  display: none;
}
.header-top form#search .live-search-box li:hover{
  background:#31353d;
  color: #FFF;
  opacity: 0.9;
  -webkit-transition: 0.3s all ease;
}
.header-top form#search .live-search-box li:hover a, .header-top form#search .live-search-box li:hover .search{
  color:#7ECEFD;
}
/*****************/
.header-top h1{
  margin: 65px 0px 75px;
  float: left;
}
.header-bottom{
  background: #31353d;
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  
}
.slider-bg{
  position: relative;
  background-image: url(../images/slider-bg.jpg);
  width: 100%;
  height: 629px;
  background-size: cover;
}
#slider{
  text-align: center;
  padding-top: 10%;
}
#slider a{
  font-size: 67px;
  color:#FFF;
  font-weight: 300;
  line-height: 67px;
  text-transform: uppercase;
}
#slider a span{
  color:#7ecefd;
}
/*****BLOCK1*****/
.block1{
  background-color: #FFF;
  padding:0px 0 94px;
  text-align: center;
}
.block1 h2{
  margin-top:100px;
  color:#3498db;
}
.block1 h3{
  margin-top:23px;
  color:#2b3a42;
}
.block1 h6{
  color:#3498db;
  margin-top: 21px;
}
.block1 p{
  margin-top:45px;
}
.block1 .button2{
  margin-bottom: 13px;
}
/*****BLOCK2*****/
.bg-5 .block2{
  background:rgba(1,4,12,0.8);
}
.block2{
  text-align: center;
  padding: 0px 0 63px;
}
.block2 h2{
  color:#FFF;
  margin-top: 62px;
  font-weight: 300;
}
.block2 h3{
    color:#FFF;
    margin-top: 65px;
}
.block2 .big-text{
  margin-top: 10px;
  font-size: 80px;
  display:block;
  color:#FFF;
  font-weight: 300;
}
.block2 .big-text sup{
  font-size: 30px;
  line-height: 40px;
}
.block2 #newsletter{
  margin-top: 47px;
}
.block2 #newsletter input{
  padding: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.block2 #newsletter input:focus{
  opacity: 0.7;
  color:rgb(52, 152, 219);
}
.block2 #newsletter .button1 span{
  font-size: 15px!important;
  padding: 17px 12px 18px ;
}
/*****BLOCK3*****/
.block3{
  text-align: center;
  color:#FFF;
  background-color:#23262c;
}
.block3 h5{
  margin: 25px 0px;
}
.block3 p{
  margin: 34px 0px;
}
/*****BLOCK4*****/
.block4{
  text-align: left;
  background-color: #FFF; 
  padding-bottom: 85px;
}
.block4 h3{
  margin-top: 105px;
}
.block4 .box-1{
  margin-top: 36px;
}
.block4 .box-1 img{
  float:left;
  margin-top: 7px;
  margin-right: 30px;
}
.block4 .box-1 i{
  float:left;
  margin-top: 5px;
  margin-left: 13px;
  margin-right: 42px;
  color: #3498db;
  font-size: 44px;
} 
.block4 .box-1 p{
  margin: 13px 0px 15px;
}
.block4 .box-1 h5{
  margin-top: 5px;
  color:#3498db;
}
.block4 .box-1 h6{
  font-weight: 400;
}
.block4 .box-1 .date{
  position: relative;
  float:left;
  padding: 12px 14px 17px;
  color:#FFF;
  margin-top: 7px;
  margin-right: 27px;
}
.block4 .box-1 .date:after{
  position: absolute;
  content: "";
  right: -20px;
  top:13px;
  border: 8px solid transparent; border-left: 15px solid; 
}
.block4 .box-1 .date .number{
  display: block;
  font-size: 40px;
  font-weight: 300;
  clear: both;
  text-align: center;
}
.block4 .box-1 .date .month{
  margin-top: 6px;
  display: block;
  font-size: 15px;
  font-weight: 300;
  clear: both;
  text-align: center;
}
.block4 .box-1 .line{
  width: 100%;
  height: 1px;
  background-color: #f7f7f7;
  margin: 32px 0px 27px;
}
.block4 .box-1 .wrapper-1{
  margin-bottom: 20px;
}
.block4 .box-1 .wrapper-1 h5{
  color:#2b3a42;
  letter-spacing: -1px;
}
.block4 .box-1 .wrapper-1 h6{
  color:#3498db;
  margin-top: -2px!important;
}
.block4 .box-1 .wrapper-1 p{
  margin-top: 9px;
}
.block4 .box-2{
  margin-top: 103px;
  margin-bottom: 22px;
  text-align: left;
  opacity: 0.98;
  padding: 35px 37px 43px;
}
.block4 .box-2 h4{
  font-weight: 400;
  color:#FFF;
}
.block4 .box-2 h5{
  font-size: 18px;
  color:#bbbaba;
  margin-top: 9px;
  line-height: 23px;
  font-weight: 300;
}
.block4 .box-2 h5 b{
  font-weight: 700;
  color:#FFF;
}
.block4 .box-2 .button1{
  margin-top: 37px;
}
.block4 .box-2 .button1 span{
  font-weight: 600;
  font-size: 15px;
  padding: 18px 30px;
}
.block4 .box-3{
  margin-top: 13px;
  margin-bottom: 20px;
}
.block4 .box-3 .wrapper-1{ 
  margin-top: 41px;
}
.block4 .box-3 a{
  color:#3498db;
}
.block4 .box-3 i{
  text-align: center;
  width: 100px;
  margin-right: 30px;
  font-size: 66px;
  background-color: #3498db;
  color:#FFF;
  float: left;
  padding: 17px 0px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block4 .box-3 p{
  margin-top: 10px;
}
.block4 table{
  width: 100%;
  border-collapse:collapse;
  margin: 42px 0px 20px;
}
.block4 table th{
  font-size: 15px;
  color:#2b3a42;
  text-transform: uppercase;
  padding: 18px;
  border-spacing:1px;
  border:1px solid #FFF;
}
.block4 table td{
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #bab9b9;
  font-size: 14px;
  padding: 18px;
  border:1px solid #FFF;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.block4 table .col1{
  background-color: #f4f5f5;
  width: 35%;
}
.block4 table .col2{
  background-color: #f8f9f9;
  width: 35%;
}
.block4 table .col3{
  background-color: #fbfbfb;
  width: 30%;
}
.block4 .button2{
  margin-top: 22px;
}
/*****EXTRA-BLOCK*****/
.extra-block{ 
  position: relative;
  background: #f4f5f5;
  overflow: hidden;
}
.extra-block a{
  position: relative;
  display:table-cell;
  width: 25%;
  overflow: hidden;
}
.extra-block a:hover img{
  transform: scale(1.2);
}
.extra-block .extra-block-row{
  border-left: 1px solid #FFF;
}
.extra-block .extra-block-row + .extra-block-row{
  border-right: 1px solid #FFF;
}
.extra-block a+a{
  border-left: 1px solid #FFF;
}
.extra-block a img{
  width: 100%;
}
.extra-block-row{
  display: table-cell;
}
/*****MAP*****/
.content_map{
	margin: 43px 0px 20px;
	position: relative;
	height: 610px;
}
.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
 #map-canvas img {
        max-width: none !important; 
    }
address dl{
  margin-top:5px;
  margin-bottom: 15px;
  line-height: 25px;
}
address dl dt{
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
address dl dd{
  line-height: 23px;
  font-size: 14px;
  color: #bab9b9;
  font-weight: 300;
}
address dl dd a{
  font-size: 14px;
}
address dl dd span{
  display: inline-block;
  width: 82px;
}
address dl dd:last-child span{
  width: auto;
}
address dl dd .email{
  color: #3498db;
}
address dl dd .email:hover{
  color:#31353d;
}
address p{
  text-transform: uppercase;
  font-size: 15px;
}
#privacy_page h5{
  display: block;
  margin-top: 36px;
}
#privacy_page p{
  display: block;
  margin-bottom: 25px;
}
#privacy_page .link-email{
  color:#3498db!important;
  font-size: 14px;
  display:inline-block;
  margin: 0px 0 20px;  
}
#privacy_page .link-email:hover{
  color:#31353d!important;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 58px 0;
  background: url(../images/bg2.png) repeat;
  background-attachment: fixed;
}
#footer .social{
position: relative;
  float: right;
  margin-top: 7px;
  margin-right: 5px;
}
#footer .social li{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin:0px 3px;
}
#footer .social li a{
  position: relative;
  text-align: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  color:#FFF; 
  padding:8px 9px 10px;
  font-size: 18px;
  background: #3498db;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; 
  border-radius: 147px;
  z-index:1; 
}
#footer .social li a:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background:#31353b;
  z-index: -1;
  top:0px;
  left:0px;
  border-radius: 147px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease; 
}
#footer .social a:hover:before{
  transform:scale(1.5); 
  opacity: 0;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease; 
}
#footer .wrapper-1{
  font-size: 14px;
  color: #5f6773;
  line-height:50px;
  font-weight: 300;
  float: left;
  margin-left: 15px;
}
#footer .wrapper-1 a{
  color: #5f6773;
}
#footer .wrapper-1 a:hover{
  color:#7ecefd;
}
#footer h1.logo{
  margin-right: 20px;
}
#footer h1.logo i{
  font-size: 65px;
  line-height: 55px;
}
#footer h1.logo span.name{
  font-size: 25px;
}
#footer h1.logo i+span{
  padding-top: 0px;
  padding-left: 20px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .slider-bg{
    height: 500px;
  }
  .blog-item-box .bottom a{
    display: block;
  }
  br{
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  #header h1.logo{float:none;clear: both;margin: 40px auto 20px;}
  .header-top form#search{float:none;clear: both; margin: 20px auto 40px; text-align: center;}
  .block4 .box-1 i{
    margin-right: 13px;
  }
  .button2 span{
    padding: 19px 10px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .extra-block a{
    width: 50%;
  }
  .extra-block a{
    border-bottom: 1px solid #FFF;
    border-left:1px solid #FFF;
  }
  .extra-block a+a{
    border-right:1px solid #FFF;
  }
  .extra-block .extra-block-row + .extra-block-row a{
    border-bottom: none;
  }
  .extra-block-row{
    display: table-row;
  }
  #footer{
    text-align: center;
    padding: 30px 0px;
  }
  #footer .social{
    display:block;
    margin:10px 0px;
    float: none!important;
    clear: both;
  }
  #footer .wrapper-1{
    display: inline-block;
    margin:10px 0px;
    float: none!important;
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  h1.logo {
    margin: 0 auto;
    float:none;
    clear: both;
  }
  h1.logo i{
    font-size: 90px;
  }
  h1.logo i+span{
    padding-left: 15px;
  }
  h1.logo span.name{
    font-size: 40px;
  }
  h1.logo span.slogan{
    font-size: 12px;
  }
  h2{
    font-size: 40px;
  }
  img{
    width: 100%;  
  }
  .slider-bg{
    height: 450px;
  }
  .owl-carousel a{
    font-size: 35px!important;
  }
  .block2 .big-text{
    font-size: 50px;
  }
  .block2 #newsletter .button1 span{
    width:212px;
    left: 4px;
  }
  .block2 #newsletter .error{
    top:100px;
  }
  .block2 #newsletter .success{
    top:100px;
    width: 226px;
    right: -5px;
  }
  .block4 .box-1 h6{
      display: inline-block;
      margin: 10px auto 0px;
  }
  .block4 .box-1 h5{
      margin-top: 15px;
  }
  .extra-block a{
    width:100%;
    display: table;
    border-right: 1px solid #FFF;
  }
  .extra-block .extra-block-row + .extra-block-row a+a{
    border-top: 1px solid #FFF;
  }
  #footer h1.logo{
    margin: 0px;
    float:none;
    clear: both;
  }
}
/*Core variables and mixins*/