/*

    Template Name   : Volcano
    Template Author : http://pixelhint.com
    Author Email    : contact@pixelhint.com
    License    		: http://pixelhint.com/license


    *****************************************


    - Fonts
    - Reset Default Foundation Styling
    - Hero
    - Header
    - Services
    - Fancy Button
    - Quote
    - Testimonials
    - Call To Action
    - Google Map
    - Footer
    - Responsive CSS

*/










/*		Fonts		*/

@font-face {
    font-family: 'lato-black';
    src: url('../fonts/lato-black.eot');
    src: url('../fonts/lato-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black.woff') format('woff'),
         url('../fonts/lato-black.ttf') format('truetype'),
         url('../fonts/lato-black.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-light';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light.woff') format('woff'),
         url('../fonts/lato-light.ttf') format('truetype'),
         url('../fonts/lato-light.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-hairline';
    src: url('../fonts/lato-hairline.eot');
    src: url('../fonts/lato-hairline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-hairline.woff') format('woff'),
         url('../fonts/lato-hairline.ttf') format('truetype'),
         url('../fonts/lato-hairline.svg#LatoHairline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#RalewayBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-light';
    src: url('../fonts/raleway-light.eot');
    src: url('../fonts/raleway-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light.woff') format('woff'),
         url('../fonts/raleway-light.ttf') format('truetype'),
         url('../fonts/raleway-light.svg#RalewayLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#RalewayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#RalewaySemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?pu3igc');
  src:  url('../fonts/icomoon.eot?pu3igc#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pu3igc') format('truetype'),
    url('../fonts/icomoon.woff?pu3igc') format('woff'),
    url('../fonts/icomoon.svg?pu3igc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-arrow:before {
  content: "\e904";
  color: #fff;
}
.icon-twitter:before {
  content: "\e900";
  color: #55acee;
}
.icon-facebook:before {
  content: "\e901";
  color: #3c5a96;
}
.icon-login:before {
  content: "\e902";
}
.icon-signup:before {
  content: "\e903";
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*    Reset Default Foundation Styling    */

body {
  font-size: 16px;
  font-family: 'Muli', sans-serif;
}

.no-pad {
  padding: 0;
}

.no-side-pad {
  padding-left: 0!important;
  padding-right: 0!important;
}

.row{
	max-width:1140px;
	padding: 0 20px;
}


.top-bar .toggle-topbar.menu-icon a span::after{
	right: 20px;
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.top-bar .toggle-topbar.menu-icon {
  top: 55px;
}

.top-bar .toggle-topbar.menu-icon a{
	padding: 0 3rem 0 0.9375rem;
  color: #000;
}


.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li,
.top-bar.expanded .title-area,
.no-js .top-bar-section ul li:hover > a{
	background: transparent;
	height: auto;
	line-height:normal;
	padding: 0;
}

/*MC logo*/
header .title-area {
  float: left;
  max-width: 240px;
  width: 100%;
}
header ul {
  margin-bottom: 0;
list-style: none;
}

header .top-bar {
  background: #061e44;
  padding: 0!important;
  background-size: 100%;
  background-image: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,#ef9d4a),color-stop(100%,#facf3f));
  background-image: -moz-linear-gradient(left,#ef9d4a,#facf3f);
  background-image: -webkit-linear-gradient(left,#ef9d4a,#facf3f);
  background-image: linear-gradient(to right,#ef9d4a,#facf3f);
  background-color: #ef9d4a;
  border-width: 3px 0 0 0;
  color: #fff;
  padding: 0.5rem 1.875rem 1.75rem;
  overflow: visible;
}
.top-bar-section {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.top-bar-section ul li {
  display: inline-block;
  border-right: 1px solid #ef9c4b;
  margin-left: -5px;

}
.top-bar-section ul li:first-child {
  border-left: 1px solid #ef9c4b;

}
.top-bar .title-area .name {
  background: #fff!important;
  padding: 20px;
}

.top-bar .name,
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name span,
.top-bar .name p{
	line-height: normal;
	height: auto;
	font-size: 1.375rem;
}


.top-bar.expanded .toggle-topbar a{
	color: #fbdd90;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fbdd90, 0 7px 0 1px #fbdd90, 0 14px 0 1px #fbdd90;
}
.social-wrap {
  border-right: 1px solid #ccc;
  padding-right: 40px;
}
.social-wrap a {
  font-size: 29px;
  margin-top: 14px;
  margin-bottom: 17px;
  display: inline-block;
}








.not-front .row {
  text-align: left!important;
}
.not-front h1 {
  text-align: left;
  color: #000;
}

/*    Hero    */
.front .hero {
	height: 750px;
}
.hero{
	width: 100%;
	background: url('../img/hero-2.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover;
}

.hero .caption{
	margin-top: 140px;
}
.hero .caption .small{
	color: #fff;
  font-size: 18px;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
}
.hero .caption .small .icon-down-arrow {
  font-size: 12px;
}
#scroll-down {
  color: #fff;
}

.hero .caption h1.mean_cap{
	font-family: "lato-black", Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
}

@media only screen and (max-width: 1190px){
  .hero .caption h1.mean_cap{
  	font-size: 30px;
    line-height: 1.4;
  }
}

.hero .caption h2.sub_cap{
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
	margin-bottom: 50px;
}


.hero .caption .btn_details span{
	display: inline-block;
	color: #fff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: .5px;
	position: relative;
	margin-right: 5px;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 3px;
}

.hero .caption .btn_details .arrow{
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.hero .caption .btn_details:hover .arrow{
	-webkit-transform:translateX(3px);
	    -ms-transform:translateX(3px);
	     -o-transform:translateX(3px);
	        transform:translateX(3px);
}








/*    Header    */

header{
	width: 100%;
  background: #fff;
}
.logo,
.logo svg {
  max-height: 85px;
}
.logo h1{
	text-decoration: none;
	color: #ffffff;
	font-family: "lato-bold", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.logo h1 .tld{
	font-family: "lato-hairline", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
}

.banner-region-bottom {
  clear: both!important;
}

header .banner-top {
/*background-color: #fff;*/
color: #000;
padding-top: 20px;
padding-bottom: 20px;
}
.header-margin-top {
  margin-top: 15px;
}
#registration-login {
  width: 100%;
  display: inline-block;
}
#registration-login ul {
  width: 100%;
  margin: 0;
}
#registration-login a {
  width: 100%;
  padding: 16px!important;
}
header .logo{
	margin: 50px 0 0 0;
}

header nav {
	padding-top: 60px!important;
}

#mean_nav {
  clear: both;
}

header .top-bar-section ul li a{
	color: #000;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0!important;
  padding: 20px 30px!important;
	letter-spacing: .5px;
}

header .top-bar-section ul li a:hover{
  background: #ef9d4a!important;
  color: #000!important;
}


header .top-bar-section ul li:last-child a{
	margin-right: 0;
}


header .top-bar-section li:not(.has-form) a:not(.button){
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

header .top-bar-section li:not(.has-form) a:not(.button):hover{
	color: #fbdd90;
}






.icons-container {
  text-align: center;
  display: inline-block;
  width: 100%;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}



/*    Services    */
.front #services:before {
    background: #ef9d4a;
    padding: 0!important;
    background-size: 100%;
    background-image: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,#ef9d4a),color-stop(100%,#facf3f));
    background-image: -moz-linear-gradient(left,#ef9d4a,#facf3f);
    background-image: -webkit-linear-gradient(left,#ef9d4a,#facf3f);
    background-image: linear-gradient(to right,#ef9d4a,#facf3f);
    background-color: #ef9d4a;
    border-width: 3px 0 0 0;
    color: #fff;
    padding: 0.5rem 1.875rem 1.75rem;
    height: 5px;
    content: " ";
    display: block;
}
.services{
	/*padding: 140px 0;*/
}
h1 {
color: #454545;
font-family: 'Muli', sans-serif;
font-weight: bold;
text-transform: uppercase;
}

.services .mean_title,
.services .sub_title{
	text-align: center;
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
}


.services .mean_title{
	font-size: 35px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.services .sub_title{
	font-size: 22px;
	font-family: 'Muli', sans-serif;;
	font-weight: lighter;
	text-transform: lowercase;
}

.services .services_list{
	margin-top: 70px;
  text-align: center;
}

.services .services_list .serv_icon{
	margin-bottom: 60px;
}

.services .services_list p{
	color: #454545;
	font-family: 'Muli', sans-serif;;
	line-height: 30px;
}

.services .title{
	color: #454545;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px
}
.q-and-a {
  margin-top: 0!important;
}
.q-and-a .title {
  font-size: 25px;
  font-weight: normal;
  text-transform: none;
}

.btn_holder{
	text-align: center;
}

.services .btn_fancy{
	margin-top: 50px;
}

/*How it works*/
.how-it-works-wrapper {
  background-color: #e6e8ec;
  padding: 70px 0 100px;
}

.how-it-works {
  clear: both;
  padding: 0;
  margin-top: 40px!important;
}
.how-it-works .columns {
  /*padding-left: 0.3375rem;
  padding-right: 0.3375rem;*/
}

.how-it-works .title {
    margin-top: 10px;
    font-size: 17px;
    padding: 20px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #CCC;
}

@media only screen and (max-width: 40.063em) {
  .how-it-works .title {
      position: relative;
  }
}


.hiw-image-wrapper {
  position: relative;
  margin-bottom: 1.875rem;
  border: 1px solid #CCC;
}
.hiw-image-wrapper img {
  width: 100%;
}

.hiw-image-wrapper .number-count {
  font-weight: bold;
  padding: 7px;
  /* border: 4px solid #fff; */
  font-family: "lato-black", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  background-color: #071647;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 10px;

}

.hiw-image-wrapper .overlay-content {
  right: 0;
  top: 0;
  position: absolute;
  font-weight: bold;
  background-image: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,#ef9d4a),color-stop(100%,#facf3f));
  background-image: -moz-linear-gradient(left,#ef9d4a,#facf3f);
  background-image: -webkit-linear-gradient(left,#ef9d4a,#facf3f);
  background-image: linear-gradient(to right,#ef9d4a,#facf3f);
  background-color: #ef9d4a;
  padding: 10px 17px;
  /*border: 4px solid #fff;*/
}
.hiw-image-wrapper .overlay-text,
.hiw-image-wrapper .overlay-date {
    display: block;
}

.clear {
  clear: both;
}


/*    Why Enter    */
.why-enter-icon {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
}

.why-enter-icon svg,
.why-enter-icon img {
  height: 80px;
}

.why-enter-content {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.why-enter-content .columns,
.icons-container .columns {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.why-enter {
  margin-bottom: 100px;
}


/*
testimonials*/

#testimonials {
  background: #061e44;
  color: #fff;
}
#testimonials p {
  font-size: 1.5em;
}
#testimonials span {
  font-size: 0.9em;
}
#testimonials p,
#testimonials span {
  color: #fff;
}


/*    Fancy Button    */

.btn_secondary {
  display: inline-block;
	position: relative;
	text-align: center;
	background-color: #01bbe4!important;
  color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 2px;
	background: transparent;
	-webkit-transition:all .2s ease-out;
  -o-transition:all .2s ease-out;
  transition:all .2s ease-out;
}

.btn_secondary:hover {
  background-color: #053d4a!important;
  color: #01bbe4;
}

.btn_fancy{
	display: inline-block;
	position: relative;
	text-align: center;
	background-color: #EAAA00!important;
  color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 2px;
	background: transparent;
  -webkit-transition:all .2s ease-out;
  -o-transition:all .2s ease-out;
  transition:all .2s ease-out;
}

.register-link {
  color: #000;
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn_fancy .text_layer{
	position: relative;
}

.btn_fancy:hover,
.btn_fancy:focus{
	color: #EAAA00;
  background: #1F2A44!important;
}


.btn_fancy .border_layer{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed #000000;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .solid_layer{
	position: absolute;
	top: 4px;
	left: -4px;
	width: 100%;
	height: 100%;
	background: #fbdd90;
	border-radius: 2px;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy:hover .border_layer{
	-webkit-transform:translate(2px,-2px);
	    -ms-transform:translate(2px,-2px);
	     -o-transform:translate(2px,-2px);
	        transform:translate(2px,-2px);
}
.btn_fancy:hover .solid_layer{
	-webkit-transform:translate(-2px,2px);
	    -ms-transform:translate(-2px,2px);
	     -o-transform:translate(-2px,2px);
	        transform:translate(-2px,2px);
}










/**    quote    **/

.quote{
	display: table;
	width: 100%;
	height: 450px;
	background: url('../img/quote_bg.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover;
	text-align: center;
}

.quote blockquote{
	display:table-cell;
	vertical-align:middle;
}

.quote blockquote p{
	color: #4c4b4b;
	font-family: 'Muli', sans-serif;;
	font-size: 34px;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0;
}

.quote blockquote .strong{
	font-family: 'Muli', sans-serif;
	font-weight: bold;
}

.quote hr{
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 1px;
	background-color: #4b4b4b;
}


.quote .author{
	display: block;
	color: #4c4b4b;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	margin: 20px 0 0 0;
}










/*    Testimonials    */

.testimonials{
	width: 100%;
	background: #ffffff;
	padding: 70px 0;
}

.testimonials .tesimonial{
	max-width: 670px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	float: left;
}

.slider_container{
	max-width: 670px;
	margin: 0 auto;
	height: auto;
}


.testimonials .name,
.testimonials .author{
	display: block;
}


.testimonials .name{
	color: #2c2c2c;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 70px 0;
}

.testimonials p{
	color: #5b5a5a;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	line-height: 40px;
	margin: 0;
}

.testimonials .author{
	color: #2c2c2c;
	font-family: "raleway-semibold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}


.testimonials .pagination{
	display: block;
	text-align: center;
	list-style: none;
	margin: 75px 0 0 0;
	padding: 0;
}


.testimonials .pagination a{
	text-decoration: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #dfdfdf;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

.testimonials .pagination a:last-child{
	margin-right: 0;
}

.testimonials .pagination a.selected{
	background: #c5c5c5;
}

.testimonials ul.slick-dots{
	display: block;
	text-align: center;
	list-style: none;
	margin: 75px 0 0 0;
	padding: 0;
}

.testimonials ul.slick-dots li,
.slick-slide img{
	display: inline-block;
}

.testimonials ul.slick-dots li a{
	text-decoration: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #dfdfdf;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

.testimonials ul.slick-dots li:last-child a{
	margin-right: 0;
}

.testimonials ul.slick-dots li.slick-active a{
	background: #c5c5c5;
}










/*    Call To Action    */


.btn_holder a.btn_fancy {
  margin-right: 10px;
}

.cta{
	background: #ffffff;
	padding: 140px 0;
	text-align: center;
}

.cta .title{
	color: #454545;
	font-family: 'Muli', sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 74px;
}

.cta .sub_title{
	color: #454545;
	font-family: 'Muli', sans-serif;;
	font-weight: lighter;
	font-size: 18px;
	text-transform: lowercase;
}

.cta .btn_fancy{
	margin-top: 60px;
}










/*    Google Map    */
.map{
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
}

.map #map_container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}

#map_container img{
	max-width: none;
}

.map .shadow{
	width: 100%;
	height: 158px;
	background: url('../img/shadow.png') repeat-x;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 90;
}

#map_container .map_contacts{
	color:#454545;
}

#map_container .map_contacts span{
	font-family: 'Muli', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}


/*    Footer    */

footer{
	padding: 0 0 80px 0;
	background: #fff;
}

.lgpa-logo {
  margin-bottom: 20px;
}

footer .footer-wrapper {
  border-top: 5px solid #061e44;
  padding-top: 80px;
}

.footer-logos .small-logos img {
  max-width: 200px;
}

footer .copyrights{
	float: none;
  padding-top: 50px;
	margin-bottom: 80px;
}

footer .copyrights p{
	letter-spacing: .5px;
}

footer .contact_details{
	max-width: 430px;
	float: right;
}

footer .social{
	width: 130px;
	display: inline-block;
}

footer .social ul{
	margin: 0;
}

footer .social ul li{
	margin-bottom: 7px;
}

footer .social ul li a,
footer .contact{
	display: inline-block;
	color: #fff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
}

footer .contact{
	width: 215px;
	margin-left: 80px;
	vertical-align: top;
}

footer .contact .details{
	margin-bottom: 30px;
}

footer p{
	margin: 0;
	padding: 0;
}









/*  Back To Top button  */

#back_top{
	text-decoration: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	opacity: 0;
}

.btn_fancy#back_top{
	padding: 6px 16px;
}

.btn_fancy#back_top:hover .border_layer{
	-webkit-transform:translate(1px,-1px);
	    -ms-transform:translate(1px,-1px);
	     -o-transform:translate(1px,-1px);
	        transform:translate(1px,-1px);
}
.btn_fancy#back_top:hover .solid_layer{
	-webkit-transform:translate(-1px,1px);
	    -ms-transform:translate(-1px,1px);
	     -o-transform:translate(-1px,1px);
	        transform:translate(-1px,1px);
}







.center-text {
  text-align: center;
}


/*    Responsive CSS    */

@media only screen and (max-width: 40em){

  .btn_holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn_holder .btn_fancy {
    margin-bottom: 20px;
    margin-right: 0!important;
  }


  header:after {
    background: #ef9d4a;
    padding: 0!important;
    background-size: 100%;
    background-image: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,#ef9d4a),color-stop(100%,#facf3f));
    background-image: -moz-linear-gradient(left,#ef9d4a,#facf3f);
    background-image: -webkit-linear-gradient(left,#ef9d4a,#facf3f);
    background-image: linear-gradient(to right,#ef9d4a,#facf3f);
    background-color: #ef9d4a;
    border-width: 3px 0 0 0;
    color: #fff;
    padding: 0.5rem 1.875rem 1.75rem;
    height: 5px;
    content: " ";
    display: block;  }
  header .social-wrap  {
    display: none;
  }
  .top-bar {
    position:inherit;
  }
	.top-bar .top-bar-section{
		display: none;
	}

	.top-bar.expanded .top-bar-section{
		display: block;
    position: absolute;
    z-index: 999;
	}
	.top-bar-section {
    padding: 0;
  }
	.top-bar-section ul{
		margin-top: 5px;
	}
  .top-bar-section ul li {
    border-left: none!important;
    border-right: none!important;
    border-bottom: 1px solid #ef9c4b;
    width: 100%;
    clear: both;
    margin-left: 0;
	}

	.top-bar-section li:not(.has-form) a:not(.button){
	  color: #454545;
	  margin: 0;
	  display: block;
	  text-align: center;
	  padding: 20px 0;
    background-image: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,#ef9d4a),color-stop(100%,#facf3f));
    background-image: -moz-linear-gradient(left,#ef9d4a,#facf3f);
    background-image: -webkit-linear-gradient(left,#ef9d4a,#facf3f);
    background-image: linear-gradient(to right,#ef9d4a,#facf3f);
    background-color: #ef9d4a;
	  border-bottom: 1px solid #fff4d7;
	  -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	}

	header .top-bar-section li:not(.has-form):last-child a:not(.button){
		border: 0;
	}

	header .top-bar-section li:not(.has-form) a:not(.button):hover{
		color: #454545;
		background: #fbdd90;
		padding: 20px 0;
	}


	.hero .caption h1.mean_cap,
	.hero .caption h2.sub_cap{
    font-size: 30px;
    line-height: 1.4;
	}

	footer .copyrights{
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
	}


	footer .social,
	footer .contact{
		width: 100%;
		text-align: center;
		float: none;
		margin: 0;
	}

	footer .contact{
		margin-top: 60px;
	}
}

@media only screen and (max-width: 1120px){
  #registration-login a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 440px){
  #registration-login a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px){
  #registration-login a {
    font-size: 10px;
  }
}



footer .footer-wrapper .social-wrap {
  padding: 0;
  margin-bottom: 20px;
  border-right: none;
}


.footer-logos .small-logos img {
  max-width: 200px;
  margin-right: 20px;
}
.footer-logos .small-logos img:last-child {
    max-width: 130px;
    position: relative;
    top: -2px;
    margin-right: 0;
}





@media only screen and (min-width: 64.063em) {
	#back_top{
		right: 40px;
		bottom: 40px;
		margin-top: -22px;
	}
}

.full-width {
  width: 100%;
}


.icon-wrap {
  clear: both;
}

/*Contact us listing*/
@media only screen and (min-width: 40.063em) {
  .contact-us-listing .columns {
    width: 49%;
    display: inline-block;
    float: none!important;
    padding-left: 0!important;
    vertical-align: top;
  }
}
/*iframes*/
.youtube-video {
  padding-bottom: 0.9375rem;
}
iframe {
  width: 100%;
}


@media only screen and (max-width: 1800px){
  .hiw-image-wrapper {
    height: 330px;
  }
}
@media only screen and (max-width: 1520px){
  .hiw-image-wrapper {
    height: 300px;
  }
}
@media only screen and (max-width: 1310px){
  .hiw-image-wrapper {
    height: 270px;
  }
}

@media only screen and (max-width: 40.063em){
  .hiw-image-wrapper {
    height: auto;
  }
}

h2 sub {
  bottom: 0!important;
}
