@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900');

/* 
dark: #2553b4;
light: #00b0d8;
 */
.hamburger {
  padding: 45px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: none;
  border: 0;
  float: left;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background: -webkit-linear-gradient(left top, #2553b4, #00b0d8);
    background: -o-linear-gradient(bottom right, #2553b4, #00b0d8); 
    background: -moz-linear-gradient(bottom right, #2553b4, #00b0d8);
    background: linear-gradient(to bottom right, #2553b4, #00b0d8);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.toggler{
	position: relative;
	top: 0;
	right: 60px;
	height: 120px;
	float: right;
-webkit-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
        transition: all 900ms cubic-bezier(1,.11,.52,.99);
}

body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	padding: 0px 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden; 
}
.wrapper{
	width: 100%;
	max-width: 100%;
	overflow-x:hidden;
}
a, a:active, a:visited, a:link{
	color: #ffffff;
	text-decoration: none;
}
p{
	font-size: 13px;
	line-height: 22px;
	font-weight: 300;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.revealpageone{
	width: 100%;
	position: fixed;
	background-color: #222222;
	animation: pagereveal 2s;
	animation-delay:0;
	-webkit-transition: ease 0.9s;
	-o-transition: ease 0.9s;
	transition: ease 0.9s;
	z-index: 200;
}
@-webkit-keyframes pagereveal {
    0% {height: 100%; top: 0;background-color: #2553b4;}
    5% {height: 100%; top: 0;background-color: #2553b4;}
    39% {height: 100%; top: 0;background-color: #2553b4;}
    55% {height: 100%; top: 100%;background-color: #111111;}
    95% {height: 0%; top: 100%;background-color: #111111;}
    100% { height: 0%; top: 100%;background-color: #111111;}
} 
.revealpageonez{
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	animation: pagerevealzies 1.4s;
	animation-delay:0;
	-webkit-transition: ease 0.9s;
	-o-transition: ease 0.9s;
	transition: ease 0.9s;
	z-index: 210;
}
@-webkit-keyframes pagerevealzies {
    0% {height: 100%; top: 0;background-color: #ffffff;}
    5% {height: 100%; top: 0;background-color: #ffffff;}
    39% {height: 100%; top: 0;background-color: #ffffff;}
    55% {height: 100%; top: 100%;background-color: #ffffff;}
    95% {height: 0%; top: 100%;background-color: #222222;}
    100% { height: 0%; top: 100%;background-color: #222222;}
} 
.revealpagetwo{
	width: 100%;
	position: fixed;
	background-color: #555555;
	z-index: 230;
	height: 0;
	bottom: 0;
}
.revealup{
	animation: pagerevealz 1s;
	animation-delay:0;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
	background-color: #ffffff;
}
@-webkit-keyframes pagerevealz {
    0% {height: 0%; top: 0;}
    5% {height: 0%; top: 0;}
    39% {height: 0%; top: 100%;}
    55% {height: 100%; top: 100%;background-color: #555555;}
    95% {height: 100%; top: 00%;background-color: #ffffff;}
    100% { height: 100%; top: 0%;background-color: #ffffff;}
} 

.revealpagethree{
	width: 100%;
	position: fixed;
	background-color: #555555;
	z-index: 220;
	height: 0;
	bottom: 0;
}
.revealupz{
	animation: pagerevealzz 0.6s forwards;
	animation-delay:0;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
}
@-webkit-keyframes pagerevealzz {
    0% {height: 0%; top: 0;background-color: #2553b4;}
    5% {height: 0%; top: 0;background-color: #2553b4;}
    39% {height: 0%; top: 100%;background-color: #2553b4;}
    55% {height: 100%; top: 100%;background-color: #2553b4;}
    95% {height: 100%; top: 00%;background-color: #222222;}
    100% { height: 100%; top: 0%;background-color: #222222;}
}

header{
	width: 100%;
	height: 100vh;
	background-color: #111111;
	position: relative;
	overflow: hidden;
}
header::after{
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1;
    background: -webkit-linear-gradient(left top, #2553b4, #111111);
    background: -o-linear-gradient(bottom right, #2553b4, #111111); 
    background: -moz-linear-gradient(bottom right, #2553b4, #111111);
    background: linear-gradient(to bottom right, #2553b4, #111111);
}
header::before{
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 1;
    background-color: #111111;
}
.otherheader{
	height: 60vh;
	position: relative;
	overflow: hidden;
}
.headerimage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
nav{
	width: 100%;
	display: block;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 10px;
	line-height: 40px;
}
.slidenav{
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height:100vh;
	background-color: #2553b4;
	z-index: 104;
	display: table;
    background: -webkit-linear-gradient(left top, #2553b4, #00b0d8);
    background: -o-linear-gradient(bottom right, #2553b4, #00b0d8); 
    background: -moz-linear-gradient(bottom right, #2553b4, #00b0d8);
    background: linear-gradient(to bottom right, #2553b4, #00b0d8);


	-webkit-transition: ease 0.9s;
	-o-transition: ease 0.9s;
	transition: ease 0.9s;
	background-image: url(../images/navbg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.slidenav::after{
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	opacity: 0.85;
	z-index: 1;
    background: -webkit-linear-gradient(left top, #2553b4, #111111, #000000);
    background: -o-linear-gradient(bottom right, #2553b4, #111111, #000000); 
    background: -moz-linear-gradient(bottom right, #2553b4, #111111, #000000);
    background: linear-gradient(to bottom right, #2553b4, #111111, #000000);
}
.innerslide{
	position: relative;
	padding: 15px 30px;
	z-index: 5;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
nav ul li{
	display: block;
	-webkit-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;
}
nav ul li a{
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 300;
	line-height: 35px;
	-webkit-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;
}
.active{
	font-size: 40px;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 1px;
}
.shownav{
	top: 0;
}
nav ul li a:hover{
	color: #ffffff;
	-webkit-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;
}
nav:hover li{
	opacity: 0.5;
}
nav ul li:hover{
	opacity: 1;
}
.topbar{
	padding: 0;
	z-index: 105;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	transition: ease 0.2s;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.15);
}
.logo{
	float: left;
	padding: 20px 30px;
	padding-right: 120px;
}
.logo img{
	height: 80px;
}
.toggler p{
	float: left;
	line-height: 115px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 12px;
	cursor: pointer;
}
.closemenu{
	display: none;
}

.bannertext{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 60px;
	padding: 15px 30px;
	border-left: 3px solid #00b0d8;
	color: white;
	max-width: 65%;
	overflow: hidden;
	z-index: 10;
}
.bannertext{
	animation: pagerevealzies 1.4s;
	animation-delay:0;
	-webkit-transition: ease 0.9s;
	-o-transition: ease 0.9s;
	transition: ease 0.9s;
}
@-webkit-keyframes pagerevealzies {
    0% {height: 100%; top: 0;background-color: #ffffff;}
    5% {height: 100%; top: 0;background-color: #ffffff;}
    39% {height: 100%; top: 0;background-color: #ffffff;}
    55% {height: 100%; top: 100%;background-color: #ffffff;}
    95% {height: 0%; top: 100%;background-color: #222222;}
    100% { height: 0%; top: 100%;background-color: #222222;}
} 
.phonedeets{
	margin-top: 30px;
}
.phonedeets a, .phonedeets span{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 30px;
	font-size: 13px;
}
.phonedeets a img, .phonedeets span img{
	height: 25px;
	margin-right: 15px;
}

.phonedeets span{
	color: white;
	display: block;
	margin-top: 30px;
}
.bannertext h1{
	font-size: 70px;
	font-weight: 900;
	line-height: 70px;
}
.bannertext p{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.bannertextlogo{
	margin-bottom: 10px;
	display: block;
	color: #00b0d8!important;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
}

main{
	width: 100%;
	background-color: #2553b4;
    background: -webkit-linear-gradient(left top, #2553b4, #00b0d8);
    background: -o-linear-gradient(bottom right, #2553b4, #00b0d8); 
    background: -moz-linear-gradient(bottom right, #2553b4, #00b0d8);
    background: linear-gradient(to bottom right, #2553b4, #00b0d8);
	color: white;
	position: relative;
	background-image: url(../images/content.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center right;
	background-attachment: fixed;
}
main::after{
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	opacity: 0.85;
	z-index: 1;
    background-color: #111111;
    background: -webkit-linear-gradient(left top, #2553b4, #111111, #111111);
    background: -o-linear-gradient(bottom right, #2553b4, #111111, #111111); 
    background: -moz-linear-gradient(bottom right, #2553b4, #111111, #111111);
    background: linear-gradient(to bottom right, #2553b4, #111111, #111111);
}
main .row{
	position: relative;
	z-index: 5;
}
.content{
	padding: 140px 0;
	padding-right: 90px;
	overflow: auto;
}
.sidebar{
	padding-right: 0;
	position: relative;
}
/* .sidebar::before{
	width: 200%;
	height: 100%;
	background-image: url(../images/slide3.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center right;
	content: " ";
	position: absolute;
	right: -100%;
} */
.intro{
	width: 100%;
	background-color: #ffffff;
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
}
.intro div{
	position: relative;
	z-index: 5;
}
.intro::after{
	width: 100%;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: #eeeeee;
}
.intro:hover::after{
	height: 100%;
}
.intro h2{	
	font-size: 40px;
	margin: 0;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 20px;
	display: block;
}
.intro p{
	font-size: 13px;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0;
}





.logos{
	width: 100%;
	background-color: #ffffff;
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
	text-align: center;
}
.logos div{
	position: relative;
	z-index: 5;
}
.logos::after{
	width: 100%;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: #eeeeee;
}
.logos:hover::after{
	height: 100%;
}
.logos img{
	width: auto;
	height: 80px;
	padding: 5px 20px;
	display: inline-block;
	margin: 0 10px;
}
.logos h2{	
	font-size: 30px;
	margin: 0;
	line-height: 70px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 20px;
	display: block;
}
.why{
	padding-top: 160px;
	padding-bottom: 160px;
	color: white;
	position: relative;
	background-image: url(../images/why.jpg);
	background-attachment: fixed;
}
.why .row{
	position: relative;
	z-index: 2;
}
.why::after{
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: 1;
    background: -webkit-linear-gradient(left top, #2553b4, rgba(0,0,0,0.2));
    background: -o-linear-gradient(bottom right, #2553b4, rgba(0,0,0,0.2)); 
    background: -moz-linear-gradient(bottom right, #2553b4, rgba(0,0,0,0.2));
    background: linear-gradient(to bottom right, #2553b4, rgba(0,0,0,0.2));
}
.why h4{
	margin-bottom: 10px;
	display: block;
	color: #00b0d8!important;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
}
.why h5{
	font-size: 50px;
	margin: 0;
	line-height: 50px;
	font-weight: 900;
}
.slidez{
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
}
.slidez p{
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
.content h2{
	margin-bottom: 10px;
	display: block;
	color: #00b0d8!important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.content h3{
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 20px;
	font-weight: 900;	
	line-height: 35px;
}
.content h4{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 20px;
	font-weight: 300;	
	line-height: 25px;
}
.content p{
	color: #aaaaaa;
}
footer{
	text-align: center;
	background-color: #111111;
	color: white;
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
}
footer p{
	font-size: 17px;
	margin: 0;
}
footer h6{
	font-size: 50px;
	margin: 0;
	line-height: 70px;
	font-weight: 900;
}
.by{
	background-color: #222222;
	text-align: center;
	color: white;
}
footer .row{
	position: relative;
	z-index: 10;
}
footer::after{
	width: 100%;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: #060606;
}
footer:hover::after{
	height: 100%;
}

.content ul{
	list-style: square;
	margin-top: 20px;
	padding-left: 20px;
	display: block;
	margin-bottom: 20px;
}
.content ul li{
	background-color: rgba(0,0,0,0.0);
	margin-bottom: 5px;
	padding: 4px 20px;
	font-size: 13px;
	line-height: 15px;
}



.thumbs{
	float: left;
	width: 25%;
	padding: 12px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 24px);
	height: calc(00% - 24px);
	top: 12px;
	left: 12px;
	z-index: 20;
	position: absolute;
	opacity: 0.1;
	pointer-events:none;
	background-color: #ffffff;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
}


.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/icons/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 10%;
	background-size: 10%;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}

.thumbs:hover::before{
	height: calc(100% - 24px);
}
#map{
	height: 550px;
	width: 100%;
	min-height: 550px;
}

.gallery{
	padding-left: 0;
	padding-right: 0;
}
.myform{
	margin-top: 20px;
	overflow: auto;
}

.myform label{
	float: left;
	font-size: 12px;
	position: relative;
	font-weight: bold;     
	text-transform: uppercase;
	line-height: 24px;
	box-sizing: border-box;
	color: #ae2830;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: #333333;
	margin: 10px 10px 10px 0px;
	display: block;
}
.security{
	width: 100%;
	display: block;
	overflow: auto;
}
#code{
	width: calc(100% - 225px);
	margin-bottom: 0px;
	margin-top: 10px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #FFFFFF;
	background-color: #888888;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #ffffff;
	padding: 0px 20px;
	border:0px;
	border-left: 2px solid #888888;
	height: 51px;
	margin-bottom: 12px;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.25);
	font-size: 12px;
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	border:0px;
	border-left: 2px solid #888888;
	width: 100%;
	height: 225px;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.25);
	font-size: 12px;
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
}
.select-option{
	background-color: #666666;
	border: none;
	color: #FFFFFF;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}

input[type=submit]{
	background: #00b0d8; 
	border:1px solid #00b0d8;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;	
    display: inline-block;
    padding: 0 70px;
    position: relative;
    line-height: 50px;
    font-weight: 300;
    overflow: hidden;
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
	width: auto;
	margin-top: 20px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 2px solid #374140;
	outline: none!important;
	background-color: rgba(0,0,0,0.35);
	box-shadow: 0;
}
@media screen and (max-width: 580px){
		.myform img{
		width: 100%;
		height:auto;
	}
	#code{
		width: 100%;
		margin-bottom: 0px
	}
	.myform a{
		width: 100%;
		margin-top: 10px;
		line-height: 30px;
	}
}



blockquote{
	background-color: rgba(0,0,0,0.35);
	padding: 30px;
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
}
blockquote span{
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
}
.content img{
	margin-bottom: 20px;
}



































@media screen and (max-width: 768px) { 
.toggler p{
	display: none;
}
.bannertext h1{
	font-size: 35px;
	font-weight: 900;
	line-height: 35px;
}
.bannertext{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 1.15rem;
	padding: 15px 0px;
	border-left: 0px solid #00b0d8;
	max-width: 100%;
}
.bannertextlogo{
	font-size: 18px;}

.logo{
	float: left;
	padding: 20px 20px;
	padding-right: 40px;
}
.logo img{
	height: auto;
	width: calc(100% - 80px);
}
.toggler{
	position: absolute;
	right: 20px;
	top: 15px;
	height:80px;
	float: right;
}
.topbar{width: 100%;
}

.hamburger {
  padding: 25px 20px;
}
.content{
	padding: 60px 0;
	padding-right: 0;
}

.intro, .logos{
	padding-top: 60px;
	padding-bottom: 60px;
}

.content h2{
	font-size: 18px;
}
.content h3{
	font-size: 17px;
	line-height: 25px;
}
.content h4{
	font-size: 15px;
	line-height: 25px;
}
.logos h2{	
	font-size: 25px;
	line-height: 30px;
}
.intro h2{	
	font-size: 25px;
	line-height: 30px;
}

.why h5{
	font-size: 30px;
	margin: 0;
	line-height: 40px;
	font-weight: 900;
}
.slide p{
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
}
.why{
	padding-top: 60px;
	padding-bottom: 60px;
}
.active{
	font-size: 17px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: 1px;
}

.thumbs{
	width: 33.33%;
	padding: 3px;
}

.intro .row > div{
	padding: 0;
}
.phonedeets a{
	display: block;
	line-height: 40px;
	word-break: break-all;
}
.phonedeets span{
	color: white;
}
.slidenav{padding-top: 50px;}
.nomob{display: none;}

.slidez{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
}