/*
    Theme Name: Bethany
    Theme URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

/* ol,
ul {
	list-style: none;
} */

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.section-padding {
	padding: 110px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
}

/**media Queries**/

.navbar-default {
	/* by john menu bar */
 	background-color: white  ;

}

.main-header {
 	background-size: cover; 
	min-height: 20px;   
 
}


.mainContent {
  width: 100vw;
}

.logotitle {
	vertical-align: baseline !important;
	display: inline-block !important;
}

.bg-color {
	background-color: RGBA(0, 0, 0, .2);
}

.navbar-default .navbar-nav > li > a {
	color: rgb(255, 255, 255);
}

.navbar-brand {
	padding: 0px;
	height: inherit;
	font-family: 'Lato', sans-serif;

}
.iconSmallText {
	font-size: 10px;
}
 
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color:black;
}

.navbar-header:hover {
	color:rgb(255, 254, 253);
}

.navbar-default .navbar-brand {
	/* john  */
  font-size: 25px;
	font-weight: 700;
	letter-spacing: 5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {

	color: #f2f0fa;
	background-color: chocolate;
}
 

.navbar-default .navbar-nav > li > a {
	/* by john menu selection display */

	padding: 10px 20px;
	background-color: red;
	margin-left: 5px;
	border-radius: 6px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	/* by john menu selection hover */
	color: rgb(235, 231, 231);
 
	background-color: rgb(209, 1, 1) ;
}

.navbar-fixed-top {
	padding: 36px 0;
	transition: all 0.5s;
	border-bottom: 3px solid gray;
}

@media (max-width: 768px) {
	.navbar-collapse {
		/* by john - menu bar after scroll */
		background-color: white ;
		color:rgb(0, 0, 0);
		border-top: 0;
	}
 
}

.top-nav-collapse {
	/* ny john - menu bar scroll collapse */
	background-color: white  ;
	color:rgb(0, 0, 0);
	padding: 25px 0;
}
/* 130px change john */
.wrapper {
	padding: 90px 0px 10px;
	
}

.top-title {
	z-index: 5;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	line-height: 38px;
	letter-spacing: 4px;
	opacity: 1;
	/* text-transform: uppercase; */
}

.sub-title {
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	line-height: 71px;
	letter-spacing: 4px;
	opacity: 1;
}

.title {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	line-height: 88px;
	letter-spacing: 4px;
	opacity: 1;
 
	padding: 25px 0px;
}
.user-image {
	border-radius: 50%;
}
.loginuser {
	padding: 10px;
}

.datepicker {
  background-color:white;
	color:black;
	border-radius: 5px;
 
} 

.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #ad1818;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10%;
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-menu a {
	color: rgb(231, 208, 208);
	padding: 5px 15px;
	text-decoration: none;
	display: block;
}

.dropdown:hover .dropdown-menu  {
	display: block;
}

.dropdown-item:hover {
	background-color: #c4c2be;
	color:black;
}
.datepicker {
  background-color:white;
	color:black;
	border-radius: 5px;
 
} 
.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search .form-control-feedback {
  position: absolute;
  left:16px;
  top:5px;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  
}
.btn-submit {
	background: #ffd34e;
	border: 0px;
	display: inline-block;
	font-size: 16px;
	/* text-transform: uppercase; */
	padding: 10px 40px;
	font-weight: normal;
	border-radius: 0px;
	letter-spacing: 1px;
	color: #333;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 25px;
	border: 2px solid #ffd34e;
}

.btn-submit:hover {
	background: #fff;
}

.btn-login {
	background: #ffd34e;
	/* border: 0px;
	display: inline-block; */
	/* font-size: 16px; */
	/* text-transform: uppercase; */
	/* padding: 10px 40px; */
	/* font-weight: normal;
	border-radius: 0px;
	letter-spacing: 1px;
	color: #333;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 25px; */
	border: 2px solid #ffd34e;
}

.btn-login:hover {
	background: #fff;
}

 

#news {
	background-color: #f8f8f8;
	padding-top: 100px;
	margin-top: 52px;
}

.news-img {
	width:200px;
	width:180px;
 }

.head-title {
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 700;
}

.botm-line {
	background-color: #2b2b2b;
	width: 34px;
	height: 3px;
	display: inline-block;
}

.section-title:hover .botm-line {
	width: 70px;
	/* For Safari 3.1 to 6.0 */
	-webkit-transition-property: width;
	-webkit-transition-duration: 2s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 1s;
	/* Standard syntax */
	transition-property: width;
	transition-duration: 2s;
	transition-timing-function: linear;
	transition-delay: 1s;
}

p {
	color: #888;
}

.icon {
	position: relative;
	height: 180px;
	width: 200px;
	float: left;
	margin-top: 14px;
	margin-bottom: 20px;
}
.icon-schedule {
	position: relative;
	float: left;
	margin-top: 14px;
	margin-bottom: 20px;
}

.icon i {
	font-size: 35px;
}

.icon-text {
	margin-left: 73px;
	padding: 0px 25px 25px 0px;
}

h3.txt-tl {
	font-size: 24px;
	line-height: 1.35;
}

 

.parallax {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
}

.bg-image-2 {
	background: url('../img/cta-banner.jpg') no-repeat center fixed;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section {
	position: relative;
	padding: 88px 0 67px 0;
	display: block;
}

.cta-txt h3 {
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 700;
	color: rgb(3, 3, 3);
}

.cta-txt p {
	color: rgb(49, 48, 48);
}

 
#market {
	padding-top: 150px;
}
.market-box {
	margin-bottom: 15px;
}

/* port schedule  */
#member {
	background-color: #f8f8f8;
	/* height: 500px; */
}
.icon-schedule {
	/* padding-top:12px; */
	padding-right:20px
}

.icon-schedule img {
	width:50px;
	height:50px;

}
.icon-schedule p {
	margin-top:-7px;
}

#contact {
	background-color: #f8f8f8;
}

.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
	display: block;
}

.black {
	color: #000 !important;
	font-weight: 600;
}

.btn-send {
	border-radius: 0px;
	color: #000;
	background-color: #ffd34e;
}

 

.cont-title {
	font-size: 24px;
	padding: 15px 0px;
}

.location-info p span {
	display: inline-block;
}

.location-info p span {
	width: 40px;
	font-size: 24px;
	color: #666;
	vertical-align: middle;
}

.location-info p {
	margin-bottom: 5px;
}

.location-info p {
	font-size: 18px;
	line-height: 32px;
	color: #000;
}

.contact-icon-container {
	position: absolute;
	top: -38px;
	right: 0;
	/* padding-right: 20px; */
	font-size: 320px;
	color: #555;
	opacity: 0.3;
	line-height: 300px;
	-ms-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
 

/****/

#footer {
	background-color: #191919;
	padding: 20px 0px;
}

.footer-copyright {
	color: #fff;
	line-height: 32px;
	text-align: left;
}

.footer-social {
	float: right;
}

.footer-social a {
	font-size: 18px;
	color: #666;
}

.link-dec,
.link-dec:hover {
	color: #000;
}
.myBoxes {
	font-family: Comic Sans MS;
}
.myBoxes .i {
	font-style: italic;
	color: #aab7b8;
}


.carousel-caption {
	margin-top: -145px;
	width:400px; 
}


.carousel-caption-tr {
	text-align: left;
	top: 30%; 
	left: 65%;
}
.carousel-caption-mt {
	text-align: center;
	top: 30%; 
	left: 35%;
 }

.carousel-caption-md {
	text-align: center;
	top: 50%; 
	left: 35%;
 }

 .carousel-caption-bl {
	text-align: left;
	bottom: 10%; 
	left: 5%;
}
.carousel-caption-tl {
	text-align: left;
	top: 30%; 
	left: 5%;
}


.carousel-caption >h1 {
	font-size: 50px;
	font-weight: bold;
}
.carouselTitleWhite  {
   color:white;
}
.carouselTitleBlack   {
	color:black;
}

.carousel-inner > .item > img {
  width:100%;
  height:85vh;
}

/****/

@media (min-width: 451px) and (max-width: 900px) {
	.section-title {
		margin-bottom: 15px;
	}
}

@media (min-width: 20px) and (max-width: 450px) {
 
	.navbar-default .navbar-nav > li > a {
		/* by john menu selection display */
	 
		background-color: red;
		margin-left: 5px;
		border-radius: 0px;
		border: 1px solid gray;
	}

	.navbar-toggle:hover,
	.navbar-toggle {
		background-color: #fff;
		color: #000;
	}

	.navbar-toggle {
		margin-top: 0px;
	}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
		
	}

	.top-title {
		font-size: 15px;
	}
	.title {
		font-size: 50px;
	}
	.sub-title {
		font-size: 20px;
	}
	.footer-copyright {
		text-align: center;
	}

	.section-title {
		margin-bottom: 15px;
	}
	.cta-txt h3 {
		font-size: 28px;
	}
	body {
		font-size: 14px;
	}
	h3.txt-tl {
		font-size: 20px;
	}
	.carousel-inner > .item > img {
		width:100%;
	  height:220px;
	}
 
	.carousel-caption {
		display:none;
	}
	 
 
 
 
	.icon-text {
		/* font-size: 18px;
		line-height: 1.35; */
		padding-top: 220px;
    margin-left: 0px;
	}
	.icon-schedule  {
		text-align: center;
    width: 100%;
	} 
	.icon-schedule img {
		width:120px;
		height:120px;
	}

	.schedule-text {
	  padding-top: 110px;
		
	
	} 

}
 /* end of max-width: 450px  */

.banner-block container {
	margin-left:-20px; 

}

 

.cartIconDesktop {
	top: 30%;
	right: 2%;
	position:fixed;
 
	z-index: 3000;
	writing-mode: vertical-rl;
	text-orientation: mixed;

	padding:10px;
	color:floralwhite | important ;
	background-color: darkviolet;
	border-radius: 10px;
	box-shadow:0 0 8px gray
}

.cartIconDesktop .cartImg:hover {
	width: 63px !important;
	height: 60px !important;
 
}
.cartIconDesktop a {
	color:white | important ;
} 

 
 
.cta-txt {
	text-shadow: 0 1px 2px rgb(182, 173, 173);
}

.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}

/* for product enter */

.imgContainer {
  margin-left:10px;
  /* margin-right:-5px; */
  padding:10px;
} 

.imgBox {
  background-position: center;
  margin-left:12px;
  background-color:white;
   
  width: 95px;
  border-radius:15px;
  transition: transform ease-in-out 0.3s;
  overflow: hidden;

}  
.imgBox:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.ui-autocomplete {
  background-color:whitesmoke;
	width: 300px;
	padding:0;
	margin: 0;
	z-index: 5000;

}

.ui-autocomplete li {
	list-style: none;
	padding:5px
	 
}

.ui-autocomplete li:hover {
  background-color:thistle;
	 
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
/****/
