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

}

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

}

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

}

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-extrabold-webfont.eot');
    src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-extrabold-webfont.woff') format('woff'),
    url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: 900;
    font-style: normal;

}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: proxima_nova;
 	/*letter-spacing:1px !important;*/
    background: #ebebee;
}

strong {
	font-weight: bold;
}

.main-wrap {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

header, nav, footer, aside, div, section, p, a, h1, h2, h3, h4, h5, h6, ul, dl, ol, li, p{ 
	padding: 0px; 
	margin: 0px;
}

header{
	background: url('../images/bg-header.png') no-repeat;
	background-size:100% 100%;
	padding: 16px 0 16px;
	width: 100%;
}

.footer {
	background: #ebebee;
	position: relative;
	width: 100%;
}
	
.footer p {
	text-align: center;
	font-size: 11px;
	font-family: proxima_nova;
	font-weight: 500;
	padding: 20px 0px 70px;
	background: none repeat scroll 0% 0% #EBEBEE;
	width: 100%;
}

footer .col-lg-12 {
	padding-left: 0px;
	padding-right:0px;
}

.logo {
	width: 100%;
	overflow: hidden;
}

.logo-wrap {
	margin: 0px auto;
	width: 1020px;
}

.content-wrap {
	background: #fff url('../images/content-wrap-bg.png') no-repeat center bottom;
	background-size: 100%;
	overflow: hidden;
	padding-bottom: 35px;
	height:auto;
}

.content {
	width: 100%;
	background: #07070a url('../images/bg-content.png') top right no-repeat;
	color: #FFF;
    min-height: 527px;
}

.left-content-wrap h1 {
	font-family: proxima_nova;
	font-weight: 900;
	padding: 0px;
	margin: 0px;
	font-size: 50px;
	line-height: 45px;
	/* width: 482px; */
}

.content span.with {
	margin: 0px 6px 0px 0px;
    font-size: 20px;
}

.left-content-wrap {
	/* width: 1020px; */
	margin: 0px auto;
	padding-top: 170px;
	padding-bottom: 90px;
}

.left-content-wrap p img {
	vertical-align: middle;
	margin-top: -5px;
}

.taxi-lightbox {
	font-family: proxima_nova;
	font-weight: 500;
    font-size: 21px;
}

.left-content-wrap p {
	margin: 27px 0px;
	font-size: 19px;
}

.left-content-wrap p.phone-wrap {
	margin-top: 13px;
}

.phone-number {
	font-family: proxima_nova; 
	font-weight: bold;
	font-size: 23px !important;
}


strong {font-family: proxima_nova !important;font-weight:500px;}

.right-content-wrap img {
	width: 100%;
	height:auto;
}
