@import url('//fonts.googleapis.com/css?family=Open+Sans:400,500,700|Oswald:300,400,500,600,700');

body {
	font-family:"Open Sans";
	font-size:14px;
	color:#1b2026;
}
h1,h2,h3,h4,h5{
	font-family: 'Oswald', sans-serif;
}
h1.pageTitle {
	margin-bottom: 25px;
}
.btn-primary.btnSearch {
    color: #000;
    background-color: #eab803;
    border-color: #eab803;
    border-radius:0;
}
.btn-primary.btnSearch:hover {
    color: #fff;
    background-color: #181a1e;
    border-color: #eab803;
}
.btn-primary {
    color: #fff;
    background-color: #181a1e;
    border-color: #eab803;
    border-radius:0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #eab803;
    border-color: #eab803;
}
.page-header .carousel-indicators li {
	background-color:#181a1e!important;
}
.page-header .carousel-control {
	display:none;
}
a.langLocale {
    background: #eab803;
    display: block;
    color: #000;
    border-radius: 0 0 5px 5px;
    padding: 5px 15px;
		font-weight: 600;
    font-size: 15px;
}
@media (min-width: 778px) {
	a.langLocale {
    color: #eab803;
		background: transparent;
	}
}
.page-header {
	text-align:center;
    /*min-height: 650px;
    max-height: 650px;*/
    padding: 0;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    background:#666;
    margin:0;
    border:none;
}
.rellax-header {
    position: absolute;
    height: 100%;
    /*width: 100%;*/
    z-index: 1;
	bottom:0;
	right:0;
}
.page-header-image {
	/*background-image: url('/images/mainImage.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;
    top: 25.5%;
    width: 100%;
    height: 100%;
}
.hero-slide {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 25px;
}
.hero-slide-content {
	display: flex;
    align-items: center;
    justify-content:flex-end;
    text-align:center;
	padding: 30px 15px;
}
.hero-slide-content h2 {
    font-size: 44px;
    /*text-shadow: 1px 1px 5px #000;*/
    color: #eab803;
    margin:0;
}
.hero-slide-content h3 {
	margin:0;
    font-size: 38px;
    line-height: 1.5;
    /*text-shadow: 1px 1px 5px #000;*/
}

.sticky header {
	box-shadow:none;
}
.sticky .top-header, .sticky nav {
	background: none rgba(24, 26, 30, 1);
}

header {
	box-shadow: none;
	position: static;
}

.top-header {
	background: rgba(24,26,30.0);
}
.header-info i.fa {
    background: #eab803;
    color: #000;
    font-size: 34px;
    line-height: 50px;
    padding: 14px 15px;
    margin-right: 15px;
}
.sheading {
    margin-top: 10px;
}
.header-info {
	font-family:'oswald';
	font-size:18px;
	font-weight:300;
	display: flex;
    float: right;
}
.header-info .callUs {
    display: inline-flex;
}
.header-info .findUs {
    display: inline-flex;
    margin-left: 15px;
}
.header-info .lheading {
	font-weight:400;
	font-size:20px;
}
.header-info .lheading a {
	color:#fff;
	text-decoration:none;
}
/** Side Menu Open**/
.locationTopHolder {
    position: absolute;
    top: 0px;
    width: 201px;
    right: 0px;
}
.slidingDiv {
	background: url(/images/LocationDrop.png) no-repeat;
    background-position: 0px -77px;
}
.slidingDiv a {
	display: block;
    width: 238px;
    height: 116px;
}
a.show_hide {
	background:url(/images/LocationDrop.png) no-repeat;
	display:block;

}
a.show_hide {
   background-position: 0 0px;
}


/** Side Menu Close**/
nav {
	background: rgba(24,26,30.0);
}

.navbar-expand-md {
    padding:0 1rem;
}
.navbar-expand-md .navbar-nav .nav-item {
	margin-right:5px;
}
.navbar-expand-md .navbar-nav .nav-item:last-child {
	margin-right:0;
}
.navbar-expand-md .navbar-nav .nav-link {
	font-family:'oswald';
	font-size:16px;
	font-weight:500;
	color:#fff;
	padding:20px;
	background:transparent;
	-webkit-transition: background .45s;
    -webkit-transition-timing-function: linear;
    transition: background .45s ease-in;
    transition-timing-function: linear;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav li.inMenu .nav-link {
	background-color: transparent;
    color: #eab803;
	-webkit-transition: color .45s;
    -webkit-transition-timing-function: linear;
    transition: color .45s ease-in;
    transition-timing-function: linear;
}
.dropdown-menu {
    margin-top: -1px;
    background: #181a1e;
    border: none;
    box-shadow: none;
}
.dropdown-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #eab803;
    white-space: nowrap;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background: #eab803;
}

@media (min-width: 768px) {

	header {
		position:fixed;
		z-index: 999;
		width:100%;
		left:0;
		color:#fff;
		box-shadow: 0px 25px 25px 25px rgba(24,26,30,.6);
	}
	.top-header {
		border-bottom:1px solid #323537;
		background: rgba(24, 26, 30, .9);
	}
	nav {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181a1e+0,181a1e+100&0.9+0,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(24,26,30,0.9) 0%, rgba(24,26,30,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(24,26,30,0.9) 0%,rgba(24,26,30,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(24,26,30,0.9) 0%,rgba(24,26,30,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6181a1e', endColorstr='#80181a1e',GradientType=0 ); /* IE6-9 */

	}
}

.topMobileBtnArea {
	background: #0f1012;
	padding: 12px 0px;
	text-align: center;
}
.topMobileBtnArea {
	text-align: center;
}
.btnMobileTop {
	color: #fff;
	background-color: #eab803;
	border-color: #eab803;
	border-radius: 0;
}
.btnMobileTop:hover {
	color: #000;
}
.page2 {
    padding-top: 200px;
	margin-bottom: 50px;
	min-height:500px;
}
.hsearch {
    background: #181a1e;
    padding: 25px 0;
    color: #fff;
}
.mainImageTextBox {
   	background: #181a1e;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    width:320px;
}
.mainImgText p {
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
}
.btnMainImg {
    width: 100%;
    background: #eab803;
    color: #000;
    font-size: 23px;
    font-weight: 800;
}
.btnMainImg:hover {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 23px;
    font-weight: 800;
}
.searchForm {
	margin:0 auto;
}
.hsearch select.form-control{
	background: transparent;
    border: 1px solid #fff;
    border-left: 4px solid #eab803;
    border-radius: 0px;
    color: #fff;
}
.hsearch select.form-control option {
    color: #000;
}

.searchForm input[type="text"] {
    background: transparent;
    border: 1px solid #fff;
    border-right: 4px solid #eab803;
    border-radius: 0px;
    color: #fff;
}
.searchForm select#locationId {
    background: transparent;
    border: 1px solid #fff;
    border-right: 4px solid #eab803;
    border-radius: 0px;
    color: #fff;
}
.searchForm select.form-control option {
    color: #000;
}
.ui-datepicker .ui-datepicker-title {
    color: #000;
}


.searchForm ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
.searchForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}
.searchForm ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}

.home-box {
	background: #ccc url(/images/icon-bg.jpg) center top / cover no-repeat;
	padding: 100px 0;
}
.home-box h3 {
	font-family:'oswald';
	font-size:36px;
	font-weight:300;
	text-align:center;
	margin:0 0 35px;
}
.box-stuff {
    text-align: center;
    margin-top: 15px;
}
.box-stuff i.fa {
    font-size: 60px;
    color: #3db049;
}
.box-stuff h4 {
    margin: 0 0;
    padding:15px 0 15px;
    font-weight:600;
}
.box-stuff .text-mute {
	padding-bottom:15px;
}
a.btn-primary.btnSpecial {
	 background: none;
    border: 1px solid #eab803;
    color:#000;
    position: relative;
    width: 130px;
    border-radius:0;
}
a.btn-primary.btnSpecial:hover {
	background: #eab803;
    border: 1px solid #eab803;
	color:#fff;
}

.hbox {
	background:#181a1e;
	padding:100px 50px;
	color:#fff;
}
.hbox .hbox-1 {
	background:url(/images/hbox-bg1.jpg);
}

.hbox .hbox-2 {
	background:url(/images/hbox-bg2.jpg);
}
.hbox .hbox-1, .hbox .hbox-2 {
	text-align:center;
	padding-top:60px;
	padding-bottom:60px;
	background-repeat:no-repeat;
	background-size:cover;
}
.hbox h3 {
	padding:0;
	margin:0;
	font-weight:500;
	font-size:26px;
	font-family:'oswald';
	font-weight:300;
	color:#eab803;
}
.hbox h3 span{
	font-weight:400;
}
.hbox p {
    padding: 10px 0;
    margin: 0;
}
.btn-hbox {
	background:none;
	border:1px solid #ea8503;
	border-radius:0;
	color:#eab803;
	font-weight:600;
	padding:10px 45px;
}
.btn-hbox:hover {
	background:#eab803;
	border:1px solid #eab803;
	color:#000;
}

.hcontent {
	background:#fff;
	padding:100px 50px;
}
.hcontent .container-fluid {
	background:url(/images/welcome.jpg) no-repeat 15px 0;
	min-height:460px;
}
.hc-holder {
	background: #24262b;
    padding: 10px 0 10px 10px;
    margin-top:25px;
}

.hc-box {
	background: #181a1e;
    border: 1px solid #000;
	color:#fff;
	padding:30px;
}
.hc-right-box {
	color:#fff;
	padding:0;
}

.hc-box h1 {
	margin:0 0 25px;
	padding:0;
	font-size:34px;
	font-weight:300;
	font-family:'oswald';
	color:#eab803;
}
.hc-box h1 span {
	font-weight:500;
}
.hc-right-box h4 {
    color: #fff;
    font-weight: 300;
    font-family: 'oswald';
}
.hc-location {
    border-bottom: 1px solid #000;
    box-shadow: 1px 1px 1px rgba(255,255,255,.5);
    padding: 0 15px 10px;
}

.hc-location.last-child {
	 border-bottom:none;
	 box-shadow:none;
}
.hc-phone {
    padding: 10px 0;
}
.hc-phone a {
	font-weight: 600;
    padding: 5px 0;
    color:#fff;
    text-decoration:none;
}
.HrsDirect a {
    color: #eab803;
    text-decoration:none;
}
.hc-btn {

}
.hc-btn .btn-primary {
	background:transparent;
	border:1px solid #eab803;
	color:#eab803;
	padding:6px 35px;
	border-radius:0;
}
.hc-btn .btn-primary:hover {
	background:#eab803;
	color:#000;
	border:1px solid #eab803;
}
.hc-hours {
	margin-top:30px;
	padding:0 15px 15px;
}
.hc-hours h4 {
	margin:0 0 15px;
	padding:0;
	font-weight:600;
}
.hc-hours span {
	font-weight:600;
}


.fv {
	background:url(/images/fv-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.fv .fv-overlay {
	background:url(/images/fv-overlay.jpg) repeat;
	padding:100px 0;
}
.fv h2 {
	margin:0 0 25px;
	padding:0;
	color:#fff;
	font-weight:300;
	font-family:'oswald';
}
.fv h2 span {
	font-weight:500;
}
/******Review Area********/
.vertical-align {
	display: flex;
	align-items: center;
	background: #24262b;
    color: #fff;
	position:relative;
}
.reviewLogo{
	padding:20px;
	text-align:center;
}
.reviewContent{
	display: table;
	color:#fff;
}

.content1{
	width: 35%;
	margin:10px;
	text-align: center;
  float:left;
}
.reviewBox.google .fa-google-plus {

}
.reviewBox.facebook .fa-facebook {

}
.MaincontentArea {
    padding: 50px 0px;
}
.home-reviews h3 {
    text-align: left;
    margin-bottom: 30px;
    color: #000;
    font-size: 30px;
    font-weight: 200;
}
.reviewBox.google .fa-google-plus {
    background: #db4437;
    padding: 15px 10px;
	    color: #fff;
    border-radius: 10px;
    border-bottom: 5px solid #a23a31;
}
.reviewBox.facebook .fa-facebook {
    background: #4661b0;
    padding: 15px 30px;
	    color: #fff;
    border-radius: 10px;
    border-bottom: 5px solid #324376;
}
.reviewLogo {
    padding: 20px;
    text-align: center;
}
.reviewTextArea {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}
.content1 h2 {
    font-size: 50px;
    text-align: center;
    margin: 0px;
    line-height: 1;
}
ul.star{
	list-style-type:none;
	padding: 0px 0 0 20px;
	margin: 5px 0;
	color: #c0990b;
}
ul.star li{
	float: left;
	padding: 0 6px 0 0;
}
.content1 p {
    font-size: 17px;
    font-weight: bold;
}
.content2{
	width: 65%;
	margin:10px;
	text-align: center;
	  float:left;
}
.content2 a {
    color: #c0990b;
}
.reviewquote {
    color: #c0990b;
    font-size: 45px;
}
.content2 p{
	margin: 10px 0 0 0;
}

.content2 button:hover{
   color:#0c4eb2 !important;
}


.vertical-align:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 0px solid transparent;
	border-top: 35px solid #24262b;
	position: absolute;
	bottom: -35px;
	right: 0;
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.reviewRow {
		padding-bottom: 50px;
	}
	.reviewLogo {
		padding: 8px;
		margin-top: 18px;
	}

	.reviewContent {
		padding: 0 0 10px 0;
	}
	.content1 {
		margin-top: 10px;
	}
	.content1 h2 {
		font-size: 50px;
	}
	ul.star {
		padding: 0 0 0 10px;
	}
	.content1 p {
		font-size: 18px;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	ul.star {
		padding: 0 0 0 40px;
	}
	.content1 p{
		margin: 10px;
	}

	.reviewLogo {
		padding: 25px 0 0 35px;
	}

	.marginTop{
		padding-top:30px;
	}

}

/* Landscape phones and portrait tablets */
@media (min-width: 410px) and (max-width: 767px) {

	ul.star {
		padding: 0 0 0 30%;
	}
	.content1 p{
		margin: 10%;
	}

	.reviewLogo {
		padding: 10px;
	}
	.reviewLogo .img{
		margin: 0 auto;
	}
	.marginTop{
		padding-top:30px;
	}


}

/* Portrait phones and smaller */
@media (max-width: 767px) {
	.reviewLogo .img{
		margin: 0 auto;
	}
	.content1 h2 {
		font-size: 45px;
	}
	ul.star {
		padding: 0 0 0 22%;
		font-size: 6px;
	}
	.content1 p {
		margin:0%;
	}
	.reviewContent {
		height: 130px;
	}

	.content1 p {
		margin: 0%;
		font-size: 12px;
	}
	.content2 p {
		font-size: 10px;
	}
	.marginTop{
		padding-top:30px;
	}


}
/******Review Area********/
/************************ Featured Section Start Css *******************************/
/***************************************************************************/
.featuredText{
	padding:15px 0 0 0;
}
.fv-image img {
    width: 100%;
}
.featuredText h2{
	color: #69bd27;
    font-size: 32px;
    font-weight: bold;
    margin-top: 0px;
}
.featuredText p{
    font-size: 16px;
}
/* Featured Vehicles */
.fv .boxArea {
    padding: 0 15px;
}
.fv .thumbnail {
	position:relative;
	background: #24262b;
	padding: 5px;
}
.fv .thumbnail img {
    margin:0 auto;
}

.fv .namecar {
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #181a1e;
	padding: 20px 0px;
	border: 2px solid #000;
}
.fv .namecar span {
	display:none;
}
.fv .locationName {
    text-align: center;
    display: block;
}
.fv .price {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 73px;
    font-weight: bold;
    padding: 9px 28px;
    color: #fff;
    background: #eab803;
    font-size: 24px;
}
.fv .price:after {
    content: '';
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 53px solid #eab803;
    bottom: 0px;
    right: 100%;
}

.fv .slick-prev, .fv .slick-next {
    background: #000!important;
    width: 30px!important;
    height: 30px!important;
}
.fv .slick-prev:before, .fv .slick-next:before {
  font-size:30px!important;
  color:#fff!important;
}
.fv .slick-prev::before {
  content: "\f104"!important;
  font-family: FontAwesome!important;
}
.fv .slick-next::before {
  content: "\f105"!important;
  font-family: FontAwesome!important;
}
.fv .slick-dots {
    display:none!important;
}
.fv .slick-next {
    right: 0;
}
.fv .slick-prev {
    left: 0px;
    z-index:999;
}
@media (min-width:563px) {
    /*.fv .slick-next {
        right: -25px;
    }
    .fv .slick-prev {
        left: -25px;
    }*/
}
/* featured vehicles */

/************************ Featured Section End Css *******************************/
/***************************************************************************/

.fv-buttons {
	text-align:center;
}
.fv-buttons .btn-primary {
	background:transparent;
	border:1px solid #eab803;
	color:#eab803;
	padding:6px 35px;
	border-radius:0;
}
.fv-buttons .btn-primary:hover {
	background:#eab803;
	color:#000;
	border:1px solid #eab803;
}


footer {
	background:#24262b;
	padding-top:50px;
	color:#fff;
}
footer h4 {
	font-weight:300;
	font-family:'oswald';
	margin:0 0 25px;
	font-size:24px;
}
footer a {
	color:#fff;
}
.footerTop {
	padding-bottom:50px;
	font-size:15px;
}
.footerTop a {
	display:block;
	padding-bottom:5px;
}
.footerTop a:hover {
	color:#eab803;
	text-decoration:none;
}
.footerTop a:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	padding-right:10px;
}
.footerBottom .row {
	background:#eab803;
	color:#24262b;
}
.footerLogo1 a, .footerAddress1 a {
	display:initial;
}
.footerLogo1 a:before, .footerAddress1 a:before {
	content:"";
}
.footerLogo1 i.fa, .footerAddress1 i.fa {
	padding-right:10px;
}
.footerLogo1 img {
	margin-bottom:25px;
}
.fadd {
	font-size: 13px;
}
.ajlogo {

}


/*button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	background-color:#505151;
	border-color:#000000;
	font-size: 14px;
	border-width: 1px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color:#212121;
	border-color:#000000;
}*/
div.staffListingC74 .titleRow h2 {
	font-size:15px;
	background:#666;
	color:#fff;
	padding:5px !important;
	font-weight:700;
}
/* Hours & Directions */
.row.hours {
	margin-bottom:25px;
}
 .hours .lbox {
	  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;


}
.hours h3 {
	text-transform: uppercase;
	text-align: center;
	color: #eab803;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	margin: 0;
	background: #000;
}
.lbox-address {
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
}
.lbox h4 {
    background: #ccc;
    margin: 0;
    padding: 10px 0;
}
.lbox .table-striped>tbody>tr:first-child td {
	border:none;
}
.hours .lbox-logo {
	min-height:160px;
}
.hours .lbox-button {
	min-height:70px;
}
.hours .img-responsive {
  margin: 0 auto;
}
.hours .tfield {
	text-align:right;
	padding-left:0;
	padding-right:0;

}
.hours .sfield {
	text-align:left;
	padding-left:0;
	padding-right:0;
}
.location-box .lbox {
	border: 1px solid #ccc;
  	padding: 5px;
  	text-align: center;
}
.location-box h3 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: #1b3870;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.location-box .lbox-logo {
	min-height:160px;
}
.location-box .lbox-button {
	min-height:70px;
}
.lbox-logo .img-responsive {
  margin: 40px auto 0;
}

#mapRow {
  position: relative;
  height: 550px;
}
#mapRow .mapwrap {
  height: 100%;
}

.mobileIconsArea a {
	width: 100%;
	margin: 8px 0px;
	text-align: left;
	font-size: 18px;
	padding: 12px 15px;
	color: #eab803;
}
.mobileIconsArea a .fa {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {



}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 667px) {
	.page2 {
		padding-top:0;
	}
	.logoArea img {
	    margin: 0 auto;
	}



	.page-header {
	    min-height: 450px;
	    max-height: 450px;
	}
	.hero-slide-content h2 {
		font-size:36px;
	}
	.hero-slide-content h3 {
		font-size:22px;
	}
	button#mnav-button span {
	    font-weight: 600;
	    font-family: 'open sans';
	}
	.xs-phone {
	    font-size: 18px;
	    margin-top: 10px;
	    margin-bottom: 5px;
	    text-align: center;
	}
	.mobileNav a {
	    color: #eab803;
	    font-weight: 600;
	}
	.xs-marker {
	    font-size: 18px;
	    margin-top: 10px;
	    margin-bottom: 5px;
	}
	a.btn.btn-primary.btnSpecial {
	    width: 100%;
	}
	.mobileNav {
	    background: #0f1012;
	}
	.hc-btn .btn-primary {
	    width: 100%;
	    margin: 9px 0px;
	}
	#homeFeaturedCars .carousel-control {
	    top: -30%;
		width: 46%;
	}
	#homeFeaturedCars a.left.carousel-control {
	    left: 5%;
	}
	#homeFeaturedCars span.price {
	    bottom: 100px;
	}
	.fv-buttons .btn-primary {
	    width: 100%;
	    margin: 6px 0px;
	}
	.fadd {
	    text-align: center;
	}
	.ajlogo {
	    text-align: center;
	}
	.page-header-image {
		background-image: url(/images/mainImage-xs.jpg);
	}
	.hsearch select.form-control {
		margin-bottom:10px;
	}
	.home-box, .hbox{
		padding:50px 0;
	}
	.hcontent {
		padding:0;
	}
	.hc-holder {
		padding: 0;
		margin-top: 0;
	}
	footer {
		padding-top:0;
	}
	.mainImageTextBox {
	 	margin-top:28%;
	 }
	 .navbar-nav>li {
		margin-right: 0;
	}
	 .navbar-nav>li>a {
	 	font-size: 18px;
    	font-weight: 400;
    	padding:10px 20px;
	 }
}
@media only screen and (max-width : 375px) {
	 .mainImageTextBox {
	 	margin-top:61%;
	 }
}
