* {
	border: 0px;
}
body {
	font-family: 'Lato', sans-serif;
}
body, html {
	overflow-x: hidden;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #edc905;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
}
.btn {
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	font-family: DINProBold;
	letter-spacing: 2px;
	border-radius: 0px;
	border: none;
	text-align: center;
	white-space: normal;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 17px;
	padding-left: 30px;
	min-width: 270px;
}
.btn-info {
	background-color: #edc905;
	color: #FFF;
}
.btn-info:hover, .btn-info:focus {
	background-color: #FBD70B;
	color: #FFF;
}
.btn-default {
	background-color: #ffffff;
	color: #000;
}
.btn-default:hover, .btn-default:focus {
	background-color: #FBD70B;
	color: #FFF;
}
.btn-primary {
	background-color: #44a112;
	color: #FFF;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #59D217;
	color: #FFF;
}
.text-primary {
	color: #edc905;
}
h1 {
	font-size: 100px;
	line-height: normal;
	text-transform: uppercase;
	color: #000;
	font-family: TCB;
	font-weight: normal;
}
h2 {
	font-size: 28px;
	line-height: normal;
	text-transform: uppercase;
	color: #717171;
	font-family: TCM;
	padding-bottom: 55px;
	letter-spacing: 3px;
}
header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 999;
}
.navbar {
	background-color: #ffffff;
	margin: 0px;
	min-height: inherit;
	border: none;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.navbar-default .navbar-brand {
	padding: 0px;
	margin: 0px !important;
	height: auto;
	background-image: url(../img/logo-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 0px;
	line-height: 44px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	overflow: hidden;
	opacity: 0;
}
.navbar-default .navbar-brand img {
	display: inline-block;
	margin-top: -3px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 11px;
	text-transform: uppercase;
	color: #999898;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 44px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e5e5;
}
.navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000000;
	background-color: transparent;
}
.navbar-collapse.collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-form {
	margin: 0px;
	padding: 0px !important;
}
.call {
	display: inline-block;
	line-height: 44px;
	font-weight: 900;
	color: #edc905;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 20px;
}
.call a {
	color: #000;
}
.navbar-form .btn {
	line-height: 44px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.headerBottom {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.89+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	line-height: 140px;
	height: 140px;
}
.logo {
	float: left;
}
.logoRight {
	float: right;
}
.headerFix .headerBottom {
	height: 0px;
	overflow: hidden;
}
.headerFix .navbar-default .navbar-brand {
	width: 90px;
	padding-left: 14px;
	opacity: 1;
}
.headerFix .navbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e5e5;
}
.jumbotron {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.bannerCaption {
	left: 0px;
	right: 0px;
	bottom: 115px;
	text-align: center;
	position: absolute;
}
.bannerCaption h2 {
	font-size: 42px;
	line-height: normal;
	text-transform: uppercase;
	color: #edc905;
	font-family: TCM;
	letter-spacing: 3px;
	padding-bottom: 0px;
}
.bannerCaption h3 {
	font-size: 90px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: TCB;
	padding-bottom: 35px;
}
.bannerCaption .btn {
	margin-left: 4px;
	margin-right: 4px;
}
.thumbSection {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	position: relative;
}
.animation1 {
	position: absolute;
	top: -200px;
}
.thumbSection li {
	float: left;
	width: 20%;
	padding-right: 1px;
}
.thumbSection li figure {
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
	min-height: 150px;
	background-color: #FFF;
	overflow: hidden;
}
.thumbSection li figure img {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.thumbSection li figcaption {
	text-align: center;
	background-color: #ecedec;
	line-height: 52px;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 900;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.thumbSection li:hover figcaption {
	background-color: #edc905;
	color: #FFF;
}
.thumbSection li:hover figure img {
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-webkit-transform: scale(1.2, 1.2); /* Safari */
	transform: scale(1.2, 1.2);
	opacity: 0.3;
}
.menuIcon{
	display:none;}
#sticky.stick {
	position: fixed;
	top: 44px;
	z-index: 991;
	background-color: #696969;
	left: 0px;
	right: 0px;
}
.anchorBox {
	position: relative;
}
#sticky-anchor {
	height: 44px !important;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.thumbSection.thumbSectionAdd li figure {
	height: 0px;
	overflow: hidden;
	min-height: 0px;
}
#sticky.stick .thumbSection li figcaption {
	line-height: 40px;
	font-size: 10px;
	color: #FFF;
	background-color: #585858;
}
#sticky.stick .thumbSection li:hover figcaption {
	background-color: #44a112;
	color: #FFF;
}
.bg-primary {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #FFF;
}
.img360View {
	position: relative;
}
.view360text {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.view360text h3 {
	font-size: 100px;
	color: #edc905;
	font-family: TCB;
	line-height: normal;
	padding-bottom: 0px;
	line-height: 80px;
}
.view360text h3 sup {
	top: -.7em;
}
.view360text h4 {
	font-size: 30px;
	color: #000000;
	font-family: TCB;
	line-height: normal;
	padding-bottom: 0px;
	text-transform: uppercase;
	padding-right: 22px;
}
.btnBolck .btn {
	margin-left: 6px;
	margin-right: 6px;
}
.bg-info {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #010101;
	background-image: url(../img/bg-info.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.scrollDiv {
	position: absolute;
	top: -140px;
}
.bg-info h1 {
	color: #edc905;
}
.bg-info h1 .text-primary {
	color: #FFF;
}
.bg-info h2 {
	color: #FFF;
}
.modelArea {
	margin-top: 30px;
	position: relative;
}
.modelBlock {
	text-align: left;
	max-width: 1020px;
	margin: 0 auto 53px auto;
}
.modelBlock h3 {
	font-size: 32px;
	color: #FFF;
	text-transform: uppercase;
	font-family: TCB;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.modelBlock h4 {
	font-size: 18px;
	color: #edc905;
	text-transform: uppercase;
	font-family: TCB;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.modelBlock p {
	font-size: 16px;
	line-height: 26px;
	color: #b8b7b7;
	padding-bottom: 22px;
}
.tabBox {
	display: none;
}
.tabBox.active {
	display: block;
}
.modelBox {
	display: table;
}
.modelBox figure {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
}
.modelBox figure img {
	width: 100%;
}
.modelBox figcaption {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
.modelSocial {
	margin-top: 15px;
}
.modelSocial ul li {
	display: inline-block;
	margin-right: 32px;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	color: #898888;
	letter-spacing: 2px;
	font-family: DINProBold;
	margin-bottom: 15px;
}
.modelSocial ul li i {
	background-color: #898888;
	text-align: center;
	height: 40px;
	width: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	padding-left: 2px;
	margin-right: 10px;
}
.modelSocial li:hover i {
	background-color: #edc905;
	color: #FFF;
}
.carCarousel {
	max-width: 1600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 55px;
	padding-left: 55px;
	position: relative;
}
.owl-prev, .owl-next {
	background-color: #edc905;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	height: 45px;
	width: 45px;
	line-height: 40px;
}
.owl-nav {
	display: none;
}
.owl-next {
	position: absolute;
	left: 0%;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.owl-prev {
	position: absolute;
	right: 0%;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.modelItem {
	padding: 20px;
	border: 8px solid transparent;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	cursor: pointer;
}
.item.active .modelItem {
	border-top-color: #1a1a1a;
	border-right-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
	border-left-color: #1a1a1a;
}
.modelItem:hover, .modelItem:focus {
	border-top-color: #1a1a1a;
	border-right-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
	border-left-color: #1a1a1a;
}
.modelItem:hover h4 {
	color: #7d6a00;
}
.modelItem figure {
	margin-bottom: 8px;
}
.modelItem h3 {
	font-family: MyriadProRegular;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 1px;
	padding-bottom: 7px;
}
.modelItem h4 {
	font-family: MyriadProRegular;
	color: #FFF;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 1px;
	padding-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.bg-success {
	background-color: transparent;
	text-align: center;
	position: relative;
}
.familyCaption {
	position: absolute;
	left: 0px;
	top: 90px;
	right: 0px;
}
.bg-success h1 {
	color: #edc905;
}
.bg-success h1 .text-primary {
	color: #FFF;
}
.bg-success h2 {
	color: #FFF;
}
.subMenu {
	background-color: #000;
	text-align: center;
}
.subMenu ul li {
	display: inline-block;
	margin-right: -2px;
	margin-left: -2px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	padding-right: 80px;
	padding-left: 80px;
	line-height: 75px;
}
.subMenu ul li a {
	display: block;
}
.adptraIcon {
	margin-bottom: 10px;
}
.mapBox {
	max-width: 568px;
	position: relative;
	margin: 0 auto 70px auto;
}
.mapPointer {
	position: absolute;
	right: 58px;
	top: 188px;
}
.mapPointer img {
	-webkit-animation: pointer 4s linear 0s infinite; /* Chrome, Safari, Opera */
	animation: pointer 4s linear 0s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes pointer {
0% {
}
 100% {
-webkit-transform: rotateY(360deg); /* Safari */
transform: rotateY(360deg);
}
}

/* Standard syntax */
@keyframes pointer {
0% {
}
 100% {
-webkit-transform: rotateY(360deg); /* Safari */
transform: rotateY(360deg);
}
}
footer {
	padding-top: 100px;
	padding-bottom: 50px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #edc905;
	background-color: #000000;
	text-align: center;
}
.footerSocial {
	margin-bottom: 50px;
}
.footerSocial li {
	display: inline-block;
	margin-right: 32px;
	margin-left: 32px;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	color: #858585;
	letter-spacing: 2px;
	font-family: DINProBold;
}
.footerSocial li i {
	background-color: #2f2f2f;
	text-align: center;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #989898;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.footerSocial li:hover i {
	background-color: #edc905;
	color: #FFF;
}
.footerSocial li span {
	padding-left: 15px;
}
footer figure {
	margin-bottom: 50px;
}
.footerNav {
	margin-bottom: 35px;
}
.footerNav li {
	display: inline-block;
	margin-right: 32px;
	margin-left: 32px;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	color: #858585;
	letter-spacing: 2px;
	font-family: DINProBold;
	margin-bottom: 8px;
}
footer h5 {
	font-family: DINProRegular;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #858585;
	padding-bottom: 7px;
	letter-spacing: 1px;
}
footer h6 {
	font-family: DINProRegular;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #858585;
	padding-bottom: 0px;
	letter-spacing: 1px;
}
@media (max-width: 1360px) {
h1 {
	font-size: 70px;
}
h2 {
	font-size: 22px;
	letter-spacing: 2px;
	padding-bottom: 45px;
}
.navbar-default .navbar-nav > li > a {
	padding: 0 26px;
}
.bannerCaption {
	bottom: 70px;
}
.bannerCaption h3 {
	font-size: 70px;
	padding-bottom: 35px;
}
.bannerCaption h2 {
	font-size: 35px;
	letter-spacing: 2px;
}
.modelItem h3 {
	font-size: 15px;
}
.modelItem h4 {
	font-size: 14px;
}
}
@media (max-width: 1199px) {
h1 {
	font-size: 55px;
}
h2 {
	font-size: 18px;
	letter-spacing: 1px;
}
.navbar-form .btn {
	min-width: inherit;
}
.navbar-default .navbar-nav > li > a {
	font-size: 10px;
	padding: 0 15px;
}
.bannerCaption {
	bottom: 50px;
}
.bannerCaption h2 {
	font-size: 29px;
	letter-spacing: 1px;
}
.bannerCaption h3 {
	font-size: 55px;
	padding-bottom: 30px;
}
.bg-primary {
	padding-bottom: 50px;
	padding-top: 50px;
}
.thumbSection li figure {
	min-height: 110px;
}
.view360text h3 {
	font-size: 70px;
	line-height: 60px;
}
.view360text h4 {
	font-size: 25px;
	padding-right: 22px;
}
.bg-info {
	padding-bottom: 50px;
	padding-top: 50px;
}
.owl-nav {
	display: block;
}
.subMenu ul li {
	line-height: 55px;
}
footer {
	border-bottom: 8px solid #edc905;
	padding-bottom: 30px;
	padding-top: 60px;
}
.footerSocial li {
	margin-left: 15px;
	margin-right: 15px;
}
}
@media (max-width: 991px) {
.btn {
	letter-spacing: 1px;
	min-width: 180px;
}
h1 {
	font-size: 45px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0 10px;
}
.navbar-form .btn {
	padding: 0 15px;
	letter-spacing: 1px;
	font-size: 10px;
}
.call {
	font-size: 10px;
	margin-right: 5px;
	letter-spacing: 0px;
}
.headerFix .navbar-default .navbar-brand {
	padding-left: 4px;
	width: 70px;
}
.bannerCaption {
	bottom: 35px;
}
.bannerCaption h2 {
	font-size: 24px;
	letter-spacing: 1px;
}
.bannerCaption h3 {
	font-size: 40px;
	padding-bottom: 20px;
}
.bannerCaption .btn {
	letter-spacing: 1px;
	margin-left: 4px;
	margin-right: 4px;
	min-width: inherit;
	padding: 14px 20px;
}
.logo {
	width: 70px;
}
.logoRight {
	width: 90px;
}
.headerBottom {
	height: 80px;
	line-height: 80px;
}
.thumbSection li figure {
	min-height: 70px;
}
.thumbSection li figcaption {
	line-height: 35px;
}
.img-container {
	max-width: 480px;
}
.btnBolck .btn {
	margin-left: 2px;
	margin-right: 2px;
}
.modelBox figure {
	width: 50%;
}
.modelBlock h3 {
	font-size: 25px;
	padding-bottom: 6px;
}
.modelBlock h4 {
	font-size: 16px;
}
.modelBlock p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 15px;
}
.familyCaption {
	top: 50px;
}
.subMenu ul li {
	font-size: 12px;
	line-height: 45px;
	padding-left: 30px;
	padding-right: 30px;
}
footer {
	padding-bottom: 30px;
	padding-top: 50px;
}
.footerSocial {
	margin-bottom: 35px;
}
footer figure {
	margin-bottom: 35px;
}
.footerSocial li {
	margin-left: 5px;
	margin-right: 5px;
}
.footerSocial li span {
	display: none;
}
.footerNav li {
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-right: 10px;
}
footer h5 {
	font-size: 14px;
}
footer h6 {
	font-size: 10px;
}
}
@media (min-width: 767px) {
.thumbSection ul{
	display:block !important;}
}
@media (max-width: 767px) {
h1 {
	font-size: 38px;
	line-height: 38px;
	padding-bottom: 10px;
}
h2 {
	padding-bottom: 35px;
}
.navbar-default .navbar-toggle {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 13px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #edc905;
	height: 3px;
	width: 24px;
}
.navbar-default .navbar-brand, .headerFix .navbar-default .navbar-brand {
	width: 90px;
	padding-left: 14px;
	opacity: 1;
}
.navbar-collapse.collapse {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-default .navbar-nav > li > a {
	border: none;
	text-align: center;
	line-height: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
}
.navbar-form {
	border: none;
	text-align: center;
	padding-bottom: 15px !important;
}
.logo {
    display: none;
}
.call {
	line-height: normal;
	margin: 5px 0 12px 0;
	display: block;
}
.navbar-form .btn {
	line-height: 35px;
	display: block;
}
.logo {
	width: 60px;
}
.headerBottom {
	height: 70px;
	line-height: 70px;
}
.bannerImg {
	overflow: hidden;
}
.bannerImg img {
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
	max-width: inherit;
	width: 850px;
}
.bannerCaption .btn {
	margin-bottom: 5px;
	min-width: 240px;
	padding: 13px 20px;
}
.bannerCaption h3 {
	font-size: 40px;
	line-height: 40px;
}
.thumbSection li figure{
	display:none;}
.thumbSection li {
    float: none;
    padding-right: 0;
    width: 100%;
	display:block;
}
.thumbSection li figcaption {
    line-height: 26px;
}
.menuIcon{
	background-color: #edc905;
	font-size: 13px;
	line-height: 28px;
	color: #FFF;
	text-align: center;
	height: 26px;
	width: 26px;
	display: block;
	cursor: pointer;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
.thumbSection ul{
	display:none;}	
#sticky.stick .thumbSection li figcaption {
	line-height: 26px;
	background-color: #ecedec;
	color: #000;
}
#sticky.stick {
	background-color: #ecedec;
	
}	
.bg-primary {
	padding-bottom: 40px;
	padding-top: 40px;
}
.view360text {
	position: static;
	text-align: center;
	-ms-transform: translateY(-00%) translateX(-0%);
	-webkit-transform: translateY(-00%) translateX(-0%);
	transform: translateY(-00%) translateX(-0%);
}
.view360text h3 {
	font-size: 60px;
	line-height: 55px;
}
.view360text h4 {
	font-size: 22px;
	padding-right: 8px;
}
.bg-info {
    padding-bottom: 40px;
    padding-top: 40px;
}
.modelArea {
    margin-top: 5px;
}
.modelBox {
	display: block;
}
.modelBox figure {
	display: block;
	width: auto;
	max-width: 320px;
	margin: 0 auto 25px auto;
}
.modelBox figcaption {
	display: block;
	text-align: center;
	padding: 0px;
}
.modelSocial ul li i {
	margin: 0 auto 5px auto;
	display: block;
}
.modelSocial ul li {
	display: block;
	margin: 0 auto 15px auto;
	
}
.owl-prev, .owl-next {
    font-size: 15px;
    height: 32px;
    line-height: 29px;
    width: 32px;
}
.carCarousel {
    padding-left: 45px;
    padding-right: 45px;
}
.modelItem {
    border: 4px solid transparent;
    padding: 15px;
}
.joinFamilyImg{
	overflow:hidden;}
.joinFamilyImg img{
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
	max-width: inherit;
	width: 800px;
	}
.subMenu ul li {
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
	letter-spacing:2px;
}
.subMenu ul li a{
	font-weight:900;}
.subMenu {
    background-color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}	
.mapBox {
    margin: 0 auto 40px;
    max-width: 280px;
}
.mapPointer {
    right: 25px;
    top: 80px;
}	
.footerNav li {
    font-size: 10px;
    margin-bottom: 5px;
    margin-left: 6px;
    margin-right: 6px;
}
footer h5 {
    font-size: 13px;
}
footer {
    padding-bottom: 70px;
    padding-top: 40px;
}
.bannerCaption .btn {
	margin-left: 0px;
	margin-right: 0px;
}
.scrollDiv {
    top: -110px;
}	
}
@media (max-width: 450px) {
	.btn{
		display:block;
		width:100%;
		padding: 13px 30px;
		}
		

.btnBolck .btn {
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
}		
		}
