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

.cbp-bislideshow-people {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
	background-color: #000;
}

.cbp-bislideshow-people li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}

/* If background-size supported, add the images to the background of the li */

.backgroundsize .cbp-bislideshow-people li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow-people li img {
	display: none;
}

.cbp-bislideshow-people li img {
	display: block;
	width: 100%;
}

.cbp-bislideshow-cars {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
	background-color: #000;
}

.cbp-bislideshow-cars li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}

/* If background-size supported, add the images to the background of the li */

.backgroundsize .cbp-bislideshow-cars li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow-cars li img {
	display: none;
}

.cbp-bislideshow-cars li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: fixed;
	width: 100%;
	height: 100px;
	/*margin: -50px 0 0 -150px;*/
	top: 50%;
	left: 0;
	z-index:2;
	display: none;
}

.cbp-bicontrols span {
	/*float: left;*/
	/*width: 100px;*/
	height: 100px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active {
	top: 2px;
}

span.cbp-biplay:before{

}

span.cbp-bipause:before{

}

span.cbp-binext:before {
/*	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	content: "\e000";*/
/*	font-size: 60px;
	color:white;*/
}
span.cbp-binext {
	font-size: 40px;
	color:white;
	opacity:0.5;
	-webkit-transition: opacity 0.5s ease; /* Safari */
    transition: opacity 0.5s ease;
    right:2%;
}
span.cbp-binext:hover {
	color:white;
	opacity:1;
}

span.cbp-biprev {
	font-size: 40px;
	color:white;
	opacity:0.5;
	-webkit-transition: opacity 0.5s ease; /* Safari */
    transition: opacity 0.5s ease;
    left:2%;
}
span.cbp-biprev:hover {
	color:white;
	opacity:1;
}


span.cbp-biprev:before {
/*	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	content: "\e001";*/
	font-size: 82px;
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}

.logo_container{
	z-index:2;
	background-color: rgba(255,255,255,0);
	color: rgba(255,255,255,1);
	position: fixed;
	width: 100%;
	left: 0;
	top: 12px;
	height:48px;
    -webkit-transition: background-color 1s, width 1s, height 1s, bottom 1s;
    transition: background-color 1s, width 1s, height 1s, bottom 1s;
}
.logo_text{
	font-size:34px;
	display: inline-block;
	padding-left:1%;
	padding-top:14px;
	padding-bottom:5px;
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	float: right;
	margin-right: 5px;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */

}
#logo >a{
	transition: color 0.25s ease;
}

#logo:hover{
	cursor:pointer !important;
}

#logo:hover .text_sj{
	color:rgba(153,68,68,1) !important;
}
#logo:hover .text_p{
	color:rgba(185,100,100,1) !important;
}

.text_p{
	margin-left:-5px;
}
.text_sj:hover{
	/*cursor:pointer !important;*/
	/*color:rgba(149,23,23,0.5) !important;	*/
}
.text_p:hover{
	/*cursor:pointer !important;*/
	/*color:rgba(149,23,23,0.5) !important;*/
}
.text_contact{
	text-align: right;
	display: block;
	white-space: nowrap;
	font-style: bold;
	letter-spacing: 0;
	font-size: 49%;
	line-height:1;
	font-weight: 500 !important;
	width:0;
	right: 0;
	height: 80px;
	overflow: hidden;
	margin-top: -4px;
	color:rgba(0,0,0,0);
	transform : scale(1,1);
	-webkit-transform:scale(1,1); /* Safari and Chrome */
	-moz-transform:scale(1,1); /* Firefox */
	-ms-transform:scale(1,1); /* IE 9+ */
	-o-transform:scale(1,1); /* Opera */
	-webkit-transition: width 1.3s; /* For Safari 3.1 to 6.0 */
    transition: width 1.3s;
}
/*.text_contact-info{
	text-align: right;
	display: block;
	white-space: nowrap;
	font-style: bold;
	letter-spacing: 0;
	font-size: 83%;
	line-height:1;
	font-weight: 500 !important;
	/*width:0;*/
	height: 80px;
	overflow: hidden;
	margin-top: -4px;
	/*color:rgba(0,0,0,0);*/
	transform : scale(1,1);
	-webkit-transform:scale(1,1); /* Safari and Chrome */
	-moz-transform:scale(1,1); /* Firefox */
	-ms-transform:scale(1,1); /* IE 9+ */
	-o-transform:scale(1,1); /* Opera */
	-webkit-transition: width 1.3s; /* For Safari 3.1 to 6.0 */
    transition: width 1.3s;
}*/
.info_container{
	
	z-index:1;
	position: fixed;
	left: 50%;
	top: 90%;
	margin-left: -144px;
	width: 298px;
}
#myBtn{
	text-align: center;
	margin: auto;
}


* {
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
    -webkit-tap-highlight-color:transparent; /* prevent tap highlight color / shadow */
}

#link_text{
	position: fixed;
	bottom:3.5%;
	right:1%;
	font-size:34px;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
}

#text_people{
	line-height:0;
	font-size:34px;
	font-weight:100 !important;
/*	position:absolute;*/
/*	top:-11px;*/
	color: white;
	transition: color 0.25s ease;
}
#text_people:hover{
	cursor:pointer;
	color:rgba(153,68,68,1) !important;
}
#text_cars{
	font-size:34px;
	font-weight:100 !important;
/*	left:-33px;
	position:absolute;*/
	color: white;
	transition: color 0.25s ease;
}
#text_cars:hover{
	cursor:pointer;
	color:rgba(153,68,68,1) !important;
}

#home-icon{
	display:none;
	/*opacity:0;*/
	position: fixed;
	font-size:22px;
	color: white;
	right:2%;
	padding-left:4px;
	padding-right:4px;
	top:16px;
/*	border-width:2px;
	border-style:solid;
	border-color: white;
	border-radius: 50%;*/
	/*background-color:rgba(0,0,0,0);*/
	transition: color 0.25s ease, border-color 0.25s ease;
	/*transition: background-color 0.25s ease;*/
	z-index:999999;
}

.people_cars{
	z-index:2;
	width:100%;
	left:0;
	bottom:16px;
	position: absolute;
	text-align: center;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
}


#home-icon:hover{
	color:rgba(153,68,68,1) !important;
	border-color:rgba(153,68,68,1) !important;
	/*background-color:rgba(255,255,255,1) !important;*/
	cursor:pointer;
}

#people-cars{
	display: none;
}

/*#image00{
	opacity:1 !important;
	z-index:999998;
}*/

.cbp-bislideshow-hp {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	padding: 0;
	margin: 0;
	background-color: #000;
}

.cbp-bislideshow-hp li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}

/* If background-size supported, add the images to the background of the li */

.backgroundsize .cbp-bislideshow-hp li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow-hp li img {
	display: none;
}

.cbp-bislideshow-hp li img {
	display: block;
	width: 100%;
}

.no-js.no-backgroundsize .cbp-bislideshow-hp li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow-hp li:first-child img {
	display: block;
}

#text_loading_people{
	z-index:2;
	display: none;
	height:100px;
	left:0;
	width: 100%;
	position: fixed;
	top:50%;
	font-size: 50px;
	text-align: center;
}
#text_loading_people p{
	font-size: 32px;
	margin-top:1%;
	padding-top:0;
}
#text_loading_cars{
	z-index:2;
	display: none;
	height:100px;
	left:0;
	width: 100%;
	position: fixed;
	top:50%;
	font-size: 50px;
	text-align: center;
}
#text_loading_cars p{
	font-size: 32px;
	margin-top:1%;
	padding-top:0;
}

.main_terms{
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.terms_conditions a{
	/*color: rgba(153,68,68,1);*/
	color: white;
	text-transform: none;
	letter-spacing:0;
	font-weight: 500;
	font-size:55%;
	top:-3px;
	position:relative;
	left:-1px;
}

#terms_conditions_page_header{
	/*font-size:24px;*/
	/*display: inline-block;*/
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	
	width:100%;
	top:40px;
	text-align: center;
	position: relative;
	/*height:100px;*/
	font-weight:100;
}
.terms_logo{
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); 
	-moz-transform:scale(1,1.5); 
	-ms-transform:scale(1,1.5); 
	-o-transform:scale(1,1.5); 
	font-size:40px;
	font-weight:100;
	margin-bottom:0;
}


/*.terms_logo:hover{
	color:rgba(153,68,68,1) !important;
}*/
.terms_logo:hover{
	text-decoration:underline;
	color: rgba(153,68,68,1);
}

.terms_header{
	transform : scale(1,1.3);
	-webkit-transform:scale(1,1.3); 
	-moz-transform:scale(1,1.3); 
	-ms-transform:scale(1,1.3); 
	-o-transform:scale(1,1.3); 
	font-size:30px;
	font-weight:100;
	color: white;
	margin-top:30px;
	margin-bottom:80px;
}
.terms_text{
/*	transform : scale(1,1.15);
	-webkit-transform:scale(1,1.15); 
	-moz-transform:scale(1,1.15); 
	-ms-transform:scale(1,1.15); 
	-o-transform:scale(1,1.15); */
	text-align: left;
	/*letter-spacing: 0.05em;*/
	/*text-align: justify;*/
	/*font-weight:100 !important;*/
	font-size:18px;
	color: white;
	/*padding-bottom:26px;*/
	line-height: 1.1em;
	margin:0;
	font-weight: 500;
}

.terms_text_container{
	padding-bottom:26px;
}
.terms_text_alt{
/*	transform : scale(1,1.15);
	-webkit-transform:scale(1,1.15); 
	-moz-transform:scale(1,1.15); 
	-ms-transform:scale(1,1.15); 
	-o-transform:scale(1,1.15); */
	/*letter-spacing: 0.05em;*/
	text-align: left;
	/*font-weight:500;*/
	font-size:18px;
	color: #aaa;
	/*padding-bottom:26px;*/
	line-height: 1.1em;
	margin:0;
	font-weight: 500;
}


#intro_logo{
	/*display: none;*/
	font-size:34px;
	/*display: inline-block;*/
	overflow: hidden;
	white-space: nowrap;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
	width:100%;
	text-align: center;
	height:100px;
	z-index:111;
	position: fixed;
	top:50%;
}
#intro_logo p{
	margin-top:0;
	margin-bottom:0;
}
#intro_enter{
	display: none;
	font-size:34px;
	/*display: inline-block;*/
	overflow: hidden;
	white-space: nowrap;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
	width:100%;
	text-align: center;
	height:100px;
	z-index:111;
	position: fixed;
	font-size:22px;
	top:calc(50% + 60px);
	/*top:65%;*/
}
#intro_enter p{
	margin-top:0;
	margin-bottom:0;
	transition: color 0.5s ease;
}
#intro_enter p:hover{
	cursor: pointer;
	color: rgba(153,68,68,1)
}

.cbp-bislideshow-intro {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
	background-color: #000;
}

.cbp-bislideshow-intro li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}

/* If background-size supported, add the images to the background of the li */

.backgroundsize .cbp-bislideshow-intro li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow-intro li img {
	display: none;
}

.cbp-bislideshow-intro li img {
	display: block;
	width: 100%;
}


.main-home{
	background: url('../images/home/homepage.jpg');
	background-position: center center;
	background-size: cover;
	height:100vh;
	width:100vw;
	position: fixed;
	top:0;
	left:0;
	/*z-index:9999999;*/

}





.header-container{
	z-index: 2;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 98%;
	margin-top: 5px;
	margin-left: 1%;
}
.header-logo{
	float: left;
	font-size: 32px;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-logo:hover{
	cursor: pointer;
}
.text_sj {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.text_p {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header-logo:hover .text_sj{
	color: #994444 !important;
}
.header-logo:hover .text_p{
	color: #b96464 !important;
}
.info-buttons{
	float: right;
	color: white;
	font-size: 32px;
	margin-top: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fa-info-circle{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fa-instagram{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fa-instagram:hover{
	color: #994444;
}
.fa-info-circle.inactive{
	color: white !important;
}
.fa-info-circle.active{
	color: #994444;
}
.fa-info-circle:hover{
	cursor: pointer;
	color: #994444;
}
.info-button-display-container{
	display: block;
	position: absolute;
	float: right;
	text-align: right;
	margin-top: 40px;
	width: 100%;
	font-size: 18px;
	overflow: hidden;
}
.info-button-display-container-text-one{
	/*width: calc(100% + 380px);*/
	right: -400px;
	position: relative;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
	margin-top: 20px;
}
.info-button-display-container-text-two{
	/*width: calc(100% + 380px);*/
	right: -400px;
	position: relative;
	margin-top: -14px !important;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
}
.info-button-display-container-text-three{
	/*width: calc(100% + 380px);*/
	right: -400px;
	position: relative;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
	margin-top: -14px;
	color: #aaa;
}
.info-button-display-container-text-four{
	/*width: calc(100% + 380px);*/
	right: -400px;
	position: relative;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
	font-size: 12px !important;
	margin-top: -12px;
	color: white;
/*	text-transform: none;
	letter-spacing:0;
	font-weight: 500;
	font-size:55%;
	top:-3px;
	position:relative;
	left:-1px;*/
}
.info-button-display-container-text-four a{
	color: white !important;
}
