@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap);

/* 
dark: #313131;
light: #f7931e;
 */

::-moz-selection { color: #fff; background: #f7931e;}
::selection { color: #fff; background: #f7931e;}


body{
	margin: 0;
	padding: 0;
	background-color: #333;
	padding: 0px 0;
	font-family: 'Nunito', sans-serif;
	overflow-x:hidden; 
	z-index: -10;
}
.wrapper{
	width: 100%;
	max-width: 100%;
	overflow-x:hidden;
}
a, a:active, a:visited, a:link{
	color: #fff;
	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{
	margin: 0;
	margin-bottom: 10px;
}

header{
	z-index: 10000;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #111;
}
nav{
	position: fixed;
	top: -100%;
	left:0;
	width: 100%;
	text-align: center;
	background-color: #111;
	z-index: 10;
	padding-top: 30px;
	padding-bottom: 30px;
-webkit-transition: all 0.45s cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 0.45s cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 0.45s cubic-bezier(1,.11,.52,.99); 
        transition: all 0.45s cubic-bezier(1,.11,.52,.99);
        box-shadow: 0 0 80px rgba(0,0,0,0.2);
}
.shownav{
	top: 0;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a {
	display: inline-block;
	padding: 5px 20px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.5px;
	color: #fff!important;
}
nav ul li::after{	
	background-color: #f7931e;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	pointer-events: none;
	opacity: 0;
	background-color: rgba(0,0,0,0.1);
	z-index: -1;
}
nav ul li:hover::after{
	opacity: 1;
}
.sitediv{
	position: relative;
-webkit-transition: all 0.6s cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 0.6s cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 0.6s cubic-bezier(1,.11,.52,.99); 
        transition: all 0.6s cubic-bezier(1,.11,.52,.99);
        width: 100%;
        overflow: hidden;
}
.movetop{
	margin-top: 70px;
	opacity: 0.4;
}
.smallsite{
	transform:scale(0.95);
}
.toggler{
	cursor: pointer;
	float: right;
	position: relative;	
	padding: 50px 0;
	width: 100px;
}
.togglerlines{
	position: relative;
	
}
.topline{
	width: 40px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transition: ease 0.3s ;
	-o-transition: ease 0.3s ;
	transition: ease 0.3s ; 
	transform-origin:50% 50%;
}
.topchange{
	transform: rotate(45deg);
	top: 15px;
}
.bottomline{
	width: 30px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 20px;
	left: 0;
	-webkit-transition: ease 0.3s ;
	-o-transition: ease 0.3s ;
	transition: ease 0.3s ; 
	transform-origin:50% 50%;
}
.bottomchange{
	transform: rotate(-45deg);
	width: 40px;
	top: 15px;
}
.toggler p{
	line-height: 30px;
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	color: #f7931e;
}
.logo{
	position: relative;
	color: #111!important;
	padding: 0;
}
.logo p{
	line-height: 90px;
	font-size: 35px;
	font-weight: 700;
	display: inline-block;
	margin: 0;
	color: #111!important;
	padding: 20px 0;
}
.logo p span{
	font-weight: 300;
	color: #f7931e;
}
.logo img{
	height: 130px;
	padding: 25px 0;
}
.fabars{
	text-align: right;
}
.fabars img{
	height: 60px;
	padding: 15px;
}
.banner{
	width: 100%;
	height: 750px;
	background-image: url(../images/banner.jpg);
	-webkit-background-size: cover;
	background-size: cover;	
	position: relative;
	background-attachment: fixed;
}
.otherbanner{
	height: 600px;
}
.loadtitle{
	font-size: 80px;
	line-height: 80px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	margin: 0 20%;
	width: 60%;
	text-align: center;
	font-weight: 700;
	color: white;	
	text-shadow: 5px 5px 20px rgba(0,0,0,0.2);
	z-index: 10000;
}
.loadtitle span{
	font-weight: 300;
}
.bannertext{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.banmask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom left, rgba(0,0,0,0.9), rgba(0,0,0,0.2));
	background: -o-linear-gradient(bottom left, rgba(0,0,0,0.9), rgba(0,0,0,0.2));
	background: linear-gradient(to top right, rgba(0,0,0,0.9), rgba(0,0,0,0.2));
	content: " ";
	z-index: 100;
}
.bannertext .row{
	position: relative;
	z-index: 100;
}
.bantext{
	left: 0;
	bottom: 150px;
	padding: 20px;
	color: white;
	width: 100%;
	position: absolute;
	z-index: 1000;
}
.innertext{
	position: absolute;
	bottom: 0;
	width: 75%;
	padding: 40px 0px;
}
.innertext span{
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
}
.innertext p{
	font-size: 15px;
	line-height: 25px;
}
.bannermask{
	width: 100%;
	height: 100%;
	background-color: #111;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
}
.callback{
	height: 140px;	
	width: 100%;
	position: absolute;
	animation: bannerchange 2s forwards;
	background-color:#313131;
	bottom: 0;
	z-index: 1000;
}
@-webkit-keyframes bannerchange {
    0.01% {height: 0px}
    50% {height: 0px}
    100% { height: 140px;}
} 
.callback::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(left, #c52e2c, #f7931e);
	background: -o-linear-gradient(left, #c52e2c, #f7931e);
	background: linear-gradient(right, #c52e2c, #f7931e);
	z-index: 0;
	opacity: 0.2;
}
.callback .row{
	position: relative;
	z-index: 10;
}
.call-left{
	padding: 40px 0;
}
.call-left a{
	line-height: 50px;
	background-color: #f7931e;
	padding: 0 50px;
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	box-shadow: 5px 7px 12px rgba(0,0,0,0.2);
	-webkit-transition: ease 0.3s ;
	-o-transition: ease 0.3s ;
	transition: ease 0.3s ; 
	overflow: hidden;
	position: relative;	
}
.call-left a::after{
	position: absolute;
	top: -25px;
	left: 20%;
	width: 60%;
	height: 100px;
	background-color: #aaa;
	content: " ";
	-webkit-transition: ease 0.3s ;
	-o-transition: ease 0.3s ;
	transition: ease 0.3s ;
	opacity: 0;
	z-index: -1;
}
.call-left a:hover::after{
	width: 100%;
	height: 100px;
	left: 0%;
	top: -25px;
	opacity: 0.7;
}
.call-left a:hover{
	box-shadow: 2px 3px 5px rgba(0,0,0,0.3);		
}
.call-right{
	padding: 40px 0;
	text-align: right;
}
.call-right a{
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	margin-left: 40px;
}
.call-right img{
	height: 25px;
	margin-right: 15px;
}

.callbacksection{
	position: absolute;
	width: 100%;
	top: calc(100% + 30px);
	display: none;
	z-index: 100;
}

.callbacksection .row{
	position: relative;
}
.callbackbackground{
	width: calc(100% - 100px);
	height: 100%;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 50px;
}
.callbackdiv{
	background-color: #111;
	display: block;
	padding: 80px 50px;
	color: white;
	overflow: auto;
	position: relative;

	background-image: url(../images/quotes.png);
	background-position: right 100px top 30px;
	background-repeat: no-repeat;
	-webkit-background-size: 300px;
	background-size: 300px;
}
.callbackdiv::after{	
	position: absolute;
	left: -40px;
	top: 40px;
	content: " ";
	background-color: #ddd;
	width: 100%;
	height: calc(100% - 80px);
	z-index: -1;
}
.callbackdiv span{
	font-size: 18px;
	font-weight: 300;
	color: #f7931e;
	display: block;
	margin: 0;
	line-height: 25px;
	margin-bottom: 10px;
}
.callbackdiv h4{
	display: block;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
}
.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: #333;
	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: #FFF;
	background-color: #111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #fff;
	padding: 0px 20px;
	border:0px;
	border-left: 2px solid #111;
	height: 51px;
	margin-bottom: 12px;
	background-color: rgba(50,50,50,0.5);
	font-size: 12px;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #fff;
	border:0px;
	border-left: 2px solid #111;
	width: 100%;
	height: 225px;
	background-color: rgba(50,50,50,0.5);
	font-size: 12px;
}
.enquiryform textarea{
	background-color: rgba(50,50,50,0.05);
	color: #111;
	border-left: 2px solid #f7931e;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(50,50,50,0.05);
	border-left: 2px solid #f7931e;
	color: #111;	
}
.select-option{
	background-color: #666;
	border: none;
	color: #FFF;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}

input[type=submit]{
	background: #f7931e; 
	border:1px solid #f7931e;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;	
    display: inline-block;
    padding: 0 20px;
    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: 100%;
}
.enquiryform input[type=submit]{
	background: #f7931e; 
	border:1px solid #f7931e;	
}
.content input[type=submit]{
	background: #f7931e; 
	border:1px solid #f7931e;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 2px solid #374140;
	outline: none!important;
	background-color: rgba(50,50,50,0.5);
	box-shadow: 0 0 0 black;
}

.enquiryform input:focus, .enquiryform textarea:focus, .enquiryform select:focus{
	background-color: rgba(50,50,50,0.07);
	color: #111;	
}
@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;
	}
}
.callbackinner{
	padding: 0;
	padding-right: 10px;
}
.successmessage{
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
}
::-webkit-input-placeholder { color: #888!important;}
::-moz-placeholder { color: #888!important;}
:-ms-input-placeholder { color: #888!important;}
:-moz-placeholder { color: #888!important;}

.aboutleft{
	padding-top: 120px;
	padding-bottom: 120px;
}
.aboutleft span{
	font-size: 18px;
	line-height: 40px;
	font-weight: 300;
}
.aboutleft hr{
	border:0;
	width: 40px;
	height: 3px;
	background-color: #f7931e;
	display: inline-block;
}
.aboutright{
	padding-top: 120px;
	padding-bottom: 120px;
}
.aboutleft p{
	font-size: 27px;
	line-height: 35px;
	margin: 0;
	font-weight: 500;
}
.nextbanner{
	height: 400px;
}
main{
	background-color: #ddd;
}
.homecontent{
	padding-bottom: 180px;
	padding-top: 180px;
	position: relative;
	z-index: 10;
}
.innerabout{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	column-gap: 40px;
	margin-top: 30px;
	display: block;	
}
.innerabout:first-of-type p{
	margin-top: 0;
}
.homeright{
	height: 550px;
	background-image: url(../images/homeside.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.rightblock{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(top left, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	background: -o-linear-gradient(top left, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	background: linear-gradient(to bottom right, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	opacity: 0.5;
	z-index: -1;
}
.homeleft{
	padding-right: 100px;
	padding-top: 20px;
}
.homeleft h1{
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
	display: block;	
	margin-bottom: 10px;
	font-weight: 300;
}
.homeleft h2{
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	display: block;	
	margin-bottom: 20px;
}
.homeleft h3{
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	margin: 0px 0;
	display: block;
	margin-bottom: 20px;
}
.homeleft h4{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin: 0px 0;
	display: block;
	opacity: 0.6;
	margin-bottom: 20px;
}
.homeleft h5{
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	margin: 0px 0;
	display: block;
	margin-bottom: 20px;
	color: #f7931e;
}

.ratesquotes{
	padding-bottom: 180px;
}
.ratesquotes span{
	font-size: 18px;
	line-height: 40px;
	font-weight: 300;
	color: #f7931e;
}
.ratesquotes h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	margin: 0px 0;
	display: block;
	margin-bottom: 20px;	
}
.ratesquotes hr{
	width: 80px;
	display: inline-block;
	border: 0;
	height: 2px;
	background-color: #f7931e;
}
.ratesquotes p{	
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	font-weight: 300;
	opacity: 0.6;
}
.leftrate{
	height: 300px;
	background-image: url(../images/bottom1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-bottom: 20px;
	display: block;
	width: calc(100% + 100px);
	z-index: 10;
}

.rightrate{
	height: 300px;
	background-image: url(../images/bottom2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.ratesright{
	margin-left: -200px;
}

.revealz{
	width: 00%;
	height: 100%;
	content: " ";
	background-color: #f7931e;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: rgba(255,255,255,0.0);
	opacity: 0.0;
}
.leftrate .visible {
	animation: textreveal 3s forwards;
	animation-delay:0s;
-webkit-transition: all 00ms cubic-bezier(.21,.67,1,.21); 
   -moz-transition: all 00ms cubic-bezier(.21,.67,1,.21); 
     -o-transition: all 00ms cubic-bezier(.21,.67,1,.21); 
        transition: all 00ms cubic-bezier(.21,.67,1,.21);
}
.rightrate .visible {
	animation: textreveal 2.5s forwards;
	animation-delay:0s;
-webkit-transition: all 00ms cubic-bezier(.21,.67,1,.21); 
   -moz-transition: all 00ms cubic-bezier(.21,.67,1,.21); 
     -o-transition: all 00ms cubic-bezier(.21,.67,1,.21); 
        transition: all 00ms cubic-bezier(.21,.67,1,.21);
}

@-webkit-keyframes textreveal {
    0.01% {width: 100%; left: 0; background-color: #f7931e; opacity: 0.99}
    100% { width: 0%; left: 100%; background-color: #111111;opacity: 0.99;}
}

.members{
	padding-top: 180px;
	padding-bottom: 180px;
	text-align: center;	
	background-color: rgba(30,30,30,1);
	position: relative;
}
.members::after{
	position: absolute;
	top: calc(5% + 20px);
	right: -20px;
	width: calc(100% - 100px);
	height: 80%;
	content: " ";
	background: -webkit-linear-gradient(top left, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	background: -o-linear-gradient(top left, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	background: linear-gradient(to bottom right, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	z-index: 0;
}
.members::before{
	position: absolute;
	top: 5%;
	right: 0;
	width: calc(100% - 100px);
	height: 80%;
	content: " ";
	background-color: white;
	z-index: 1;
}
.members .row{
	z-index: 10;
	position: relative;
}
.members span{
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	font-weight: 300;
	color: #f7931e;
	margin: 0;
}
.members h5{
	font-size: 52px;
	line-height: 55px;
	font-weight: 500;
	margin: 10px 0 50px;
	display: block;
}
.logos{
	padding-bottom: 40px;
	
}
.logos img{
	display: inline-block;
	height: 100px;
	margin: 10px;
	margin-left: 0;
}



footer{
	background-color: #060606;
	padding-top: 200px;
	padding-bottom: 200px;

	background-image: url(../images/quotes.png);
	background-position: right 300px bottom -30px;
	background-repeat: no-repeat;
	-webkit-background-size: 450px;
	background-size: 450px;
}
.fcol{
	position: relative;
}
.fcol a, .fcol p{
	margin: 0px 0;
	line-height: 50px;
	font-size: 30px;
	display: block;	
	color: white;
}
.fcol a{
	word-break: break-all;
}
.fcol a:hover{opacity: 0.6;}
.fcol img{
	height: 30px;
}
footer h6{
	font-size: 15px;
	color: #f7931e;
	font-weight: 300;
	display: block;
	margin-bottom: 40px;
}
.by{
	background-color: #212121;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}
.fdes p{
	font-size: 18px;
	line-height: 35px;
}

.thumbs{
	float: left;
	width: 33.33%;
	padding: 12px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 24px);
	height: calc(50% - 12px);
	top: 12px;
	left: 12px;
	z-index: 20;
	position: absolute;
	opacity: 0.1;
	pointer-events:none;
	background-color: #fff;
-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: 500px;
	width: 100%;
	min-height: 500px;
}
blockquote{
	background-color: #111;
	padding: 20px 30px;
	width: 100%;
	margin: 0;
	margin-top: 50px;
	position: relative;
	color: white;
}
blockquote::after{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(top left, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	background: -o-linear-gradient(top left, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	background: linear-gradient(to bottom right, rgba(30,30,30,0.5), rgba(30,30,30,0.5), #f7931e);
	opacity: 0.5;
	z-index: -1;
}
blockquote span{
	font-style: italic;
	font-size: 13px!important;
	color: #f7931e;
}
blockquote p{
	line-height: 25px;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}


.callnow{display: none;
}

.sidebar{
	border-left: 2px solid rgba(0,0,0,0.1);
	padding-left: 50px;
}
.sidebar ul li{
	display: block;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 12px;
}
.sidebar h2{
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	display: block;	
	margin-bottom: 20px;
}
.sidebar h3{
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	display: block;	
	margin-bottom: 20px;
}

hr{
	display: inline-block;
	width: 70px;
	height: 2px;
	border:0;
	background-color: #f7931e;
	margin: 10px 0;
}

.homeleft ul{
	margin-top: 20px;
	padding-left: 20px;
	display: block;
	margin-bottom: 40px;
}
.homeleft ul li{
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 5px;
	padding: 5px 20px;
	font-size: 13px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.homeleft ul li::after{
	height: 100%;
	content: " ";
	position: absolute;
	width: 20px;
	left: -20px;
	top: 0px;
	background-color: #f7931e;
}

.twolist{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	column-gap: 40px;
}

.sidebar a img{
	height: 25px;
	margin-right: 15px;
}
.sidebar a{
	display: block;
	line-height: 40px;	
	font-size: 13px;
	margin: 0;
	color: #111!important;
}
address p{
	font-style: normal;
	display: block;
	line-height: 40px;	
	font-size: 13px;
	margin: 0;
}























@media screen and (max-width: 1024px) {

p{
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
}
footer{
	background-color: #111;
	padding-top: 200px;
	padding-bottom: 200px;

	background-image: url(../images/quotes.png);
	background-position: right 30px bottom 50px;
	background-repeat: no-repeat;
	-webkit-background-size: 450px;
	background-size: 450px;
}
.members h5{
	font-size: 32px;
	line-height: 35px;
}
.thumbs{
	float: left;
	width: 33.33%;
	padding: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	opacity: 0;
}
.twolist{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.loadtitle{
	font-size: 40px;
	line-height: 40px;
	width: 100%;
	margin: 0;
}
nav{
	z-index: 100;
}
nav ul li{
	display: block;
	position: relative;
}
nav ul li a {
	display: block;
	width: 100%;
	padding: 5px 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.5px;
	color: #fff!important;
}

.movetop{
	margin-top: 0px;
	opacity: 0.8;
}
.smallsite{
	transform:scale(1);
}


.logo p{
	line-height: 30px;
	padding: 0px 1.15rem;
	font-size: 25px;
}
.fabars{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #222;
	z-index: 100000;
}
.toggler{
	float: left;
	padding: 10px 0;
	z-index: 100000;
}
header{
	padding-top: 65px;
	padding-bottom: 15px;
}
header .row{
	padding: 0;
}

.shownav{
	top: 50px;
}

nav{
	position: fixed;
	top: -100%;
	background-color: #111;
	padding-top: 15px;
	padding-bottom: 15px;
-webkit-transition: all 0.3s cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 0.3s cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 0.3s cubic-bezier(1,.11,.52,.99); 
        transition: all 0.3s cubic-bezier(1,.11,.52,.99);
}


.innertext span{
	font-size: 45px;
	line-height: 45px;
	font-weight: 500;
}
.innertext p{
	font-size: 16px;
	line-height: 20px;
}

.innertext{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40px 0px;
	left: 0;
}

.leftrate{
	display: none;
}

.homeleft{
	padding: 0;
}

.innerabout{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
	margin-top: 30px;
	display: block;	
}

.aboutleft span{
	font-size: 18px;
	line-height: 40px;
	font-weight: 300;
}
.aboutleft p{
	font-size: 21px;
	line-height: 25px;
	margin: 0;
	font-weight: 500;
}
.nextbanner{
	height: 250px;
}
.otherbanner{
	height: 450px;
}
.homecontent{
	padding-bottom: 80px;
	padding-top: 80px;
}
.homeright{
	height: 250px;
	background-image: url(../images/homeside.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: 30px;
}
.rightblock{
	display: none;	
}
.ratesquotes{
	color: black;
	padding-bottom: 80px;
}
.ratesquotes p{	
	font-size: 15px;
	line-height: 25px;
	opacity: 1;
}
.ratesright{
	padding-left: 0;
	padding-right: 0;
}
.ratesleft{
	padding-left: 0;
	padding-right: 0;
}
.rightrate{
	height: 200px;
}
.fcol a, .fcol p{
	margin: 0px 0;
	line-height: 40px;
	font-size: 17px;
	display: block;	
	color: white;
}
.fdes p{
	font-size: 14px;
	line-height: 25px;
}
.fcol{
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
}

footer{
	padding-top: 80px;
	padding-bottom: 80px;
}


.members{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;	
	background-color: rgba(30,30,30,1);
	position: relative;
}
.members::after{
	display: none;
}
.members::before{
	position: absolute;
	top: 0%;
	right: 0;
	width: calc(100% - 00px);
	height: 100%;
	content: " ";
	background-color: white;
	z-index: 1;
}
.members img{
	height: auto;
	width: 100%;
	margin-top: 30px;
}


.homeleft h1{
	font-size: 17px;
	line-height: 30px;
}
.homeleft h2{
	font-size: 21px;
	line-height: 30px;
}
.homeleft h3{
	font-size: 50px;
	line-height: 60px;
}
.homeleft h4{
	font-size: 24px;
	line-height: 30px;
}
.homeleft h5{
	font-size: 17px;
	line-height: 25px;
}
.callnow{
	position: fixed;
	bottom: -60px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 10000;
	background-color: #111;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.callnow a{
	line-height: 60px;
	margin: 0;
	text-align: center;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}
.showcall{
	bottom: 0;
}
.callbackdiv{
	padding: 30px 10px;
}
.call-right{display: none;
}
.aboutleft{
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
}

.twolist{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}

.sidebar{
	border-left: 0px solid rgba(255,255,255,0.1);
	padding-left: 0;
	padding-right: 0;
}
.thumbs{
	float: left;
	width: 33.33%;
	padding: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.sidebar{
	margin-top: 40px;
	margin-bottom: 40px;
}

.callback{
	height: calc(100vh - 100px);	
	width: 100%;
	position: absolute;
	animation: bannerchange 1s forwards;
	bottom: 0;
	z-index: 1000;
}
@-webkit-keyframes bannerchange {
    0.01% {height: 0px}
    50% {height: 0px}
    100% { height: 100px;}
}
.call-left{
	padding: 20px 0;	
}

.sidebar a{
	display: block;
	line-height: 30px;	
	font-size: 13px;
	margin: 0;
	color: #111!important;
}
address p{
	font-style: normal;
	display: block;
	line-height: 30px;	
	font-size: 13px;
	margin: 0;
}

.call-left a{
	width: 100%;
}
.logo img{
	height:auto;
	width: 60%;
	margin: 0 20%;
	padding: 25px 0;
}