html{
	box-sizing:border-box;
	margin:0px;
	padding:0px;
}

*,*:after,*:before{
	box-sizing:inherit;
}

@font-face {
	font-family: 'New Rail Alphabet White';
	src: url('../fonts/NewRailAlphabet.eot');
	src: url('../fonts/NewRailAlphabet.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NewRailAlphabet.woff') format('woff'),
		url('../fonts/NewRailAlphabet.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

body{
	font-family: 'New Rail Alphabet White';
	font-size:17px;	
	margin:0px;
	padding:0px;
}

.wrapper{
	max-width:1170px;
	width:100%;	
	margin:0 auto;
}

.contact-details{
	background-color:#E22328;
	color:#fff;
	margin-top:20px;
}

.clear{
	clear:both;	
}

.footer{
	display:block;
	background:#111;
}

.footer .wrapper{
	color:#696A6A;	
	font-size:13px;
	padding:30px 10px;
}

.contact{
	height:250px;
	margin:20px 0px;
}

.company_logo{
	max-width:295px;
	margin:0 auto;	
}

.company_logo img{
	display:block;
	margin:0 auto;
	margin-bottom:30px;
}

.companies{
	margin-top:50px;	
}


.company_text{
	width:100%;
	max-width:295px;
	margin:0 auto;	
}

.company_text a{
	text-decoration:none;
	color:#000;	
}

.icons img{
	max-width:78px;	
	margin:	30px 0px;
}

.header{
	background-image: url('../images/header-bg.png');	
	background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
	height:180px;
	padding:25px 0px 20px 0px;
}

.logo img{
	max-width:260px;display:block;
}

.logo{
	float:left;
	max-width:260px;
	display:block;
	padding-left:20px;
}

h3.number {
    color: #e22328;
    display: inline-block;
	font-family: 'Open Sans', sans-serif;
    font-size: 52px;
	line-height:39px;
    margin: 0;
    padding: 0;
	font-weight:800;
	font-weight:bold
}

.header .header-top {
    margin: 40px 20px 0 0;
	float:right;
	
}

.tp-caption{
	font-size:43px;
	color:#fff;
}

#home-slider{
	max-height:550px;	
}


span.header-social-icon:first-child {
    margin: 0 15px 0 0;
}
span.header-social-icon {
    display: block;
    float: left;
    font-size: 1.75em;
}
.header h3.number {
    font-size: 3.3em;
    margin: 0 25px 0 0;
}

.header-social-icons {
    float: right;
}


span.header-social-icon i {
    border-color: #000;
    border-radius: 0;
    color: #e22328;
}
.fa-border {

    padding: 0.2em 0.25em 0.15em;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.tp-fullwidth-forcer{
	max-height:570px !important;
}

@media screen and (max-width: 1300px) {
	.company_logo img{
		width:100%;
		max-width:210px;
		display:block;
		margin:0 auto;
		
	}
	
	.company_logo{
		height:	133px;
		display:block;
		margin-bottom:30px;
	}
	
}

@media screen and (max-width: 770px) {
	.company_text{
		text-align:center;
		max-width:400px;
	}
	
	.icons{
		margin-bottom:20px;
	}

	.company_logo img{
		max-height:133px;
		width:auto !important;
		max-width:none !important;
	}
	
	.contact{
		text-align:center;	
		height: auto !important;
		margin-bottom:40px;
	}
	
	.contact-details{
		padding:30px 0px;	
	}
	
	
.footer .wrapper{
	text-align:center;
}

.header{
	height: auto !important;
	padding:0px;
}

.logo{
	width:80%;
	padding: 15px;
	display:block;
	margin:0 auto;
	left:0;
	right:0;
	float:none !important;
}

.logo img{
	width:100%;	
}


.header-top{
	margin-top:25px !important;
}

#slider-container{
	display:none !important;
	visibility:hidden !important;	
}

#home-slider{
	display:none !important;	
	visibility:hidden !important;		
}

.header h3.number {
    font-size: 40px !important;
    line-height: 40px !important;
    margin: 0 auto;
	float:none !important;
    display: block;
	margin-bottom:20px;
    left: 0;
    right: 0;
	width:100%;
	text-align:center;
	color:#e22328 !important;
}

.header-social-icons {
    margin: 0 auto !important;
    display: block;
    left: 0;
    right: 0px;
    width: 110px;
	padding-bottom:10px;
	float: none !important;
}
.header-top {
	width:100% !important;
    margin: 10px 0px!important;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
}