@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Exo:400,300,500,700);
@import url(//fonts.googleapis.com/css?family=Rubik:400,700,900,300,500);

/* 
first: #b41818;
second: #e30b0b;
*/

.seobanner {
       position:absolute;
       left:0;top:-27px;
       transition:.6s;
       -webkit-transition: .6s;
       z-index:999;
       height:30px;
       width:100%;
       line-height:30px;
       margin:0;
       padding:0;
       background:#333333;
       color:#fff;
       font-size:12px;
       text-align:center;
}
.seobanner:hover {
       top:0;
       transition:.6s;
       -webkit-transition: .6s;
}

::-webkit-scrollbar-track
{
	background-color: #111;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{background-color: #b41818;}

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Exo', sans-serif;
}

a, a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}

hr{
	width: 30px;
	margin: 10px 0;
	border:1px dashed #b41818;
	display:block;
}

p{
	font-size: 15px;
	line-height: 190%;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


header{
	width: 100%;
	float: left;
	background-color: #fff;
	color: #b41818;
}

.logo{
	float: left;
	text-align: left;
	padding-left: 40px;
}

.logo img{
	height: 120px;
	padding: 10px 0;
}

.ers{
	float: right;
	width: 50%;
	text-align: right;
	padding-right: 40px;
}
.ers i{
	margin-right: 10px;
}
.ers p{
	line-height: 120px;
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
}

.logo i{
	font-size: 40px;
	line-height: 40px;
	margin-right: 15px;
	display: inline-block;
	color: #b41818;
}

.logo p{
	font-size: 26px;
	font-weight: 700;
	line-height: 120px;
	display: inline-block;
	color: #111;
	font-family: 'Rubik', sans-serif;
	letter-spacing: -1px;
	margin: 0;
}

.banner{
	width: 100%;
	position: relative;
	float: left;
}

.headerbar{	
	background-color: #e30b0b;
	z-index: 20;
	position: relative;
}
.headerbar::after{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.08);
	height: 30px;
	z-index: 30;
	content: " ";
	pointer-events:none;
}

nav ul{
	padding: 0px;
	margin: 0;
	display: block;
}
nav ul li{position: relative;float: left;}
nav ul li a{
	float: left;
	line-height: 60px;
	padding: 0 15px;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	box-shadow: inset 0px -3px 0px #e30b0b;
	transition: ease 0.3s;	
	position: relative;
}
nav ul li a:hover{
	box-shadow: inset 0px -3px 0px #b41818;
	transition: ease 0.3s;	
	background-color: rgba(0,0,0,0.2);
}
.active{
	box-shadow: inset 0px -3px 0px #b41818;
	background-color: rgba(0,0,0,0.1);
}
.sub{
	position: absolute;
	background-color: #e30b0b;
	width: 300px;
	margin-top: 60px;
	display: none;
	opacity: 0.8;
}
.sub li{
	box-shadow: 0px;
	width: 100%;
	float: left;
}
.sub li a{
	width: 100%;
	box-shadow: inset 0px -2px 0px #b41818;
}

nav ul li:hover .sub{display: block;}


.contact{
	float: right;
}
.contact a{
	float: left;
	line-height: 60px;
	padding: 0 10px;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	box-shadow: inset 0px -3px 0px #e30b0b;
	transition: ease 0.3s;	
}
.contact i{
	margin-right: 10px;
}
.contact a:hover{
	box-shadow: inset 0px -3px 0px #b41818;
	transition: ease 0.3s;	
}

.slider{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.slider img{
	width: 100%;
}

.slickcontrols{
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	overflow: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px 0;
}

.dots{
	float: left;
	width: calc(100% - 100px);
}
.arrows{
	float: right;
	width: 100px;
	text-align: right;
	position: relative;
}

.welcome{
	width: 100%;
	float: left;
	background-color: #e30b0b;
	color: white;
	padding: 30px 0;
	position: relative;
	z-index: 0;
}

.welcome::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e30b0b;
	z-index: -1;
	content: " ";
	opacity: 0.65;
}
.scroll{
	text-align: center;
	float: left;
	width: 100%;
}
.scroll a{
	position: absolute;
	bottom: -30px;
	background-color: #b41818;
	font-size: 25px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
}

h1{
	font-size: 25px;
}
.title{
	padding-left: 40px;
	border-left: 2px dashed #fff;
}
.icon{
	text-align: center;
}
.icon i{
	font-size: 110px;
	color: #fff;
}

main{
	float: left;
	width: 100%;
	padding: 60px 0;
}

.content{
	padding-right: 50px;
	border-right: 2px dashed #b41818;
}

.content img{
	margin: 20px 0 40px;
}

.sidebar{
	padding-left: 50px;
}

.sidebar ul{
	margin-top: 30px;
}

.sidebar ul li{
	line-height: 50px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}

.sidebar img{
	width: 100%;
	margin-top: 20px;
}

.boxes{
	float: left;
	width: 100%;
	background-color: #ddd;
	padding: 60px 0;
	position: relative;
}
.boxes h2{
	line-height: 140%;
	font-size: 21px;
	margin-bottom: 20px;
}
.box{
	position: relative;
	margin-left: 00px;
	padding: 0;
	overflow: hidden;
}
.box img{
	width: 100%;
	margin: 0;
}
.boxes p{
	line-height: 140%;
	margin: 0;
}
.boxes h5{
	font-size: 16px;
	line-height: 60px;
	margin-bottom: 10px;
}
.boxtext{
	position: absolute;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	display: block;
	width: 100%;
	color: white;
	padding: 20px;
	padding-top: 0;
	top: 100%;
	margin-top: -60px;
	transition: all 0.5s;	
}
.boxes .columns{
	padding-right: 0;
}
.box:hover .boxtext{
	top: 60px;
}

.getintouch{
	float: left;
	width: 100%;
	padding: 100px 0;
	background-image: url(../images/tbg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	color: white;
}

.touchbtn{
	text-align: right;
}

.touchbtn a{
	padding: 15px 30px;
	background-color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	font-size: 14px;
	float: right;
	margin-top: 15px;
	font-weight: 700;
	border:1px solid rgba(255,255,255,0.3);
}


footer{
	float: left;
	width: 100%;
	padding: 40px 0 0;
	color: #ddd;
	background-color: #0a0a0a;
	border-top: 3px solid #b41818;
}
footer h3{color: #b41818;margin-bottom: 10px;}

.ftitle{
	padding-right: 60px;
	border-right: 1px dashed #b41818;
}

footer ul li a{
	line-height: 36px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ddd!important;
}

.by{
	background-color: #050505;
	float: left;
	width: 100%;
	padding: 0 30px;
	margin-top: 30px;
}

.toggler{display: none;}
.socialtoggler{display: none;}


.thumbs{
	width: 25%;
	padding: 5px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumbs img{
	width: 100%;
	margin: 0;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	-webkit-backface-visibility: hidden;
}
.thumbs:hover img{
	opacity: 0.8;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	-webkit-backface-visibility: hidden;
}


#mapbox{    
	margin: 50px 0;
    width: 100%;
    height: 350px;
    float: left;
}

/* .content ul{
	list-style: none;
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	padding: 0;
	margin: 0;
	margin: 20px 0;
}

.content ul li{
	font-size: 16px;
	padding: 0px 0 10px;
	line-height: 45px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
	margin: 10px 0;
}*/

.content ul li:before{
	content:"\f00c" ;
	margin-right: 20px;
	margin-left: 0;
	font-family:fontAwesome;
	color: white;
	background-color: #e30b0b;
	padding: 10px 12px;
} 







.myform label{
	float: left;
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	margin-bottom: -12px;
	font-weight: bold;	
	background-color: #FFF;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0px 10px;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
	color: #e30b0b;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: #333;
	margin: 10px 10px 10px 0px;
}
.security{
	width: 100%;
	display: block;
	overflow: auto;
}
#code{
	width: calc(100% - 225px);
	margin-bottom: 0px
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #FFF;
	background-color: #888;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #444;
	padding: 0px 20px;
	border: 2px solid #888;
	height: 46px;
	margin-bottom: 12px;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #444;
	border: 2px solid #888;
	width: 100%;
	height: 120px;
	border-radius: 0px;
}
.select-option{
	background-color: #e30b0b;
	border: none;
	color: #FFF;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}

input[type=submit]{
	width: auto;
	height: 46px;
	margin-top: 20px;
	background-color: #e30b0b;
	border-radius: 2px;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	outline: none;
	float: left;
	padding: 0px 20px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border: 2px solid #e30b0b;
	outline: none!important;
}
@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;

}
}



.test{
	width: 100%;
	color: #444;
	padding: 0px 25px 20px;
	border: 2px solid #888;
	margin-bottom: 12px;
	float: left;
	background-color: #fff;
	margin-top: 30px;
}

.test p span{
	float: left;
	margin-left: 0px;
	font-size: 14px;
	position: relative;
	font-weight: bold;	
	background-color: #FFF;
	text-transform: uppercase;
	line-height: 24px;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
	color: #e30b0b;
	margin-top: -15px;
	margin-bottom: 10px;
}
.test p{
	float: left;
	margin: 0;
}





.content ul{
	width: 100%;
	color: #444;
	padding: 10px 25px 10px;
	border: 2px solid #888;
	margin-bottom: 12px;
	float: left;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

.content ul h4{
	float: left;
	margin-left: 0px;
	font-size: 14px;
	position: relative;
	font-weight: bold;	
	background-color: #FFF;
	text-transform: uppercase;
	line-height: 24px;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
	color: #e30b0b;
	margin-top: -15px;
	margin-bottom: 10px;
}
.content ul li{
	font-size: 16px;
	padding: 0px 0 5px;
	line-height: 25px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
	margin: 5px 0;
	float: left;
	width: 100%;
}
.content ul li:last-child{
	border-bottom: 0px;
}

#map{    
	margin: 50px 0;
    width: 100%;
    height: 350px;
    float: left;
}

footer i{
	background-color: white;
	color: #111;
	width: 30px;
	height: 30px;
	line-height: 30px!important;
	margin-right: 3px;
	text-align: center;
	display: inline-block;
}


















@media screen and (max-width: 1023px) { 

p{
	font-size: 14px;
	line-height: 170%;
}

.logo{
	text-align: center;
	padding-left: 00px;
	width: 100%;
	padding: 30px 0
}

.ers{
	float: right;
	width: 100%;
	text-align: center;
	padding-right: 00px;
}
.ers p{
	line-height: 50px;
	background-color: #eee;
}
.logo p{
	font-size: 25px;
	line-height: 40px;
}

.banner .row{padding: 0;width: 100%!important;}

.headerbar::after{display: none;}

.welcome{
	padding: 30px 0;
}

main{
	float: left;
	width: 100%;
	padding: 30px 0;
}

.content{
	padding-right: 30px;
	border-right: 0px;
}

.title{
	padding-left: 30px;
	border-left: 0px;
}

.sidebar{
	padding-left: 25px;
	margin-top: 30px;
}
.touchbtn a{
	float:left;
}

footer .row .columns{margin-bottom: 40px;}

.boxes .columns{
	padding-right: 20px;
	margin-top: 20px;
}
.boxpadcya .columns{
	padding-left: 0;
}

.boxes{
	padding: 30px 0;
}


.socialtoggler{display: block;}

.socialtoggler{
	width: 50%;
	float: left;
	background-color: #e30b0b;
	text-align: center;
	opacity: 0.9;
	position: relative;
}
.socialtoggler i{
	display: inline-block; 	
	padding-right: 10px;
	color: white;
}

.socialtoggler p{
	display: inline-block;
	font-weight: 300;
	margin-left: 5px;
	color: white;
	margin: 0;
	line-height: 60px;
}

.toggler{
	width: 50%;
	float: left;
	background-color: #b41818;
	text-align: center;
	display: block;
	position: relative;
}
.toggler::after, .socialtoggler::after{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.10);
	height: 30px;
	z-index: 30;
	content: " ";
	pointer-events:none;
}
.toggler i{
	display: inline-block;	
	padding-right: 10px;
	color: white;
}

.toggler p{
	display: inline-block;
	font-weight: 300;
	margin-left: 5px;
	color: white;
	margin: 0;
	line-height: 60px;
}

nav ul li{position: relative;float: left;width: 100%;}
nav ul{display: none;}
nav ul li a{
	margin: 0px;
	font-weight: 300;
	width: 100%;
	float: left;
	padding: 0;
	text-align: center;
	color: white!important;
	font-size: 13px;
	line-height: 60px;
}
.contact{width: 100%;display: none;}
.contact a{
	line-height: 50px;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.scroll a{
	margin-left: -30px;
}

nav ul li a:nth-child(odd), .contact a:nth-child(odd){
	background-color: rgba(0,0,0,0.08);
}

h1{
	font-size: 22px;
}
h2{
	font-size: 19px;
}
h3{
	font-size: 18px;
}

.thumbs{
	width: 33.33%;
	padding: 4px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

}




















/*Tablets in portrait*/
@media screen and (max-width: 768px) { 
	.none{display: none;}

}
/*Larger Phones - iphone 6 etc*/
@media screen and (max-width: 375px) { 

}
/*Smaller Phones - iPhone 4s etc*/
@media screen and (max-width: 320px) { 

}