html, body {
  height: 100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	
}

/* disable front site edit */
.icons{
	display: none;
}



/* layout */

.moy-wrap{
	min-height: 100%;
}

.moy-container-main{
	width: 100%;
	min-height: 100%;
	padding-bottom: 140px;  /*this needs to be bigger than footer height*/
}

.moy-container{
	max-width: 996px;
	margin: auto;
}

.moy-top-bar-container {
	position:relative;
}

.logo-moyes{
	position:absolute;
	top:20px;
	left:-92px;
	max-width: 375px;
	max-height: auto;
	z-index:99;
}
.social-icons{
	position:absolute;
	bottom:20px;
	right:30px;
	z-index:99;
}
.social-icons img{
	margin-left:8px;
	height:28px;
	width:auto;
}

@media (max-width: 767.98px) { 
	.social-icons{
		display:none;
	}
}


@media (max-width: 575.98px) { 
	.logo-moyes{
		top:15px;
		left:-50px;
		max-width: 275px;
		max-height: auto;
		z-index:1000;
	}
}

.home-box{
	border-bottom-style:solid; 
	border-bottom-width:20px; 
	border-bottom-color:#e5e5e5;
}
.home-box img{
	width:450px;
	height:300px;
}

.clearboth{
	clear:both;
}

.breadcrumbs{
	font-size:12px;
	color:#CCC;
	margin-top:-20px;
	margin-bottom:20px;
}


@media (max-width: 991.98px) {
	.logo-container{
		position:absolute; 
		width:180px; 
		z-index:99;
	}
	.logo-container img{
		margin-top:0px;
		width: 180px;
		height: 125px;
	}
	
}

.promo-box{
	font-size:11px;
	color:#4c4c4c;
	line-height:14px;
	transform: scale(0.95,0.95);
}

.promo-box:hover{
	transform: scale(1,1);
}
.img-shadow{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.img-shadow-lighter{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.promo-box:hover .img-shadow{
		box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.promo-box:hover .img-shadow-lighter{
		box-shadow: 2px 2px 6px rgba(0,0,0,0.05);
}


/* desktop */
@media (max-width: 991.98px) {
	.moy-container, .moy-container-main {
			width:100%;
		}
}


/* carousel */
.carousel-overlay {
    background-image: url('/templates/moyes18/images/top-bar-bk.png');
	position: absolute;
	top: 0px;
	height: 141px;
	width: 100%;
	z-index: 98;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.carousel-overlay-no-image {
    background-image: url('/templates/moyes18/images/top-bar-no-img-bk.jpg');
	position: absolute;
	top: 0px;
	height: 137px;
	width: 100%;
	z-index: 98;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 470px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
}

.carousel-item img {
	width:100%;
	height:auto;
}

.carousel-shd {
	background: linear-gradient( rgb(180,180,180,1),rgb(180,180,180,0) );
	height:3px;
	width:100%;
}

@media (max-width: 767.98px) { 
	 .carousel-img-thin {
		min-height:132px;
	}
}

@media (max-width: 575.98px) { 
	 img.carousel-img-thin {
		min-height:132px;
		width:676px;
	}
	.carousel-overlay {
		height: 122px;
	}
	.carousel-indicators {
		display: none;
	}
}



.video-container4x3 {
position: relative;
padding-bottom: 75%;
height: 0; 
overflow: hidden;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0; 
overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container4x3 iframe,
.video-container4x3 object,
.video-container4x3 embed
 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.sold-container{
position:relative;
width:100%;
}
.sold{
position: absolute;
width: 60%;
left: 25%;
top:200px;
}

.big-bull{
font-size:2rem;
line-height: 1.5rem;
padding-left:1.5rem;
}
.inc{
	font-size:8px;
	color:#666;
}

/* footer */

.moy-footer-wrap {
	color:#595959;
	background-color:#121212;
	background: linear-gradient( #000, #1f1f1f 4% );
	width:100%;
	min-height:100px;
	position: relative;
  	margin-top: -100px; /* negative value of footer height */
}

.moy-footer {
	font-size:11px;
	padding-top:17px;
	line-height:20px;
	position:relative;
}

.moy-footer .text-right{
		text-align:right;
	}

.moy-footer a {
	color: #595959;
}
.moy-footer a:hover, .moy-footer a:focus {
	color: #777777;
}

.moy-hia-logo{
 position:absolute;
 top:-60px;
 right:5px;
}
.moy-hia-logo img{
height:50px;
width:50px;
}
.moy-hia-logo img:hover{
height:75px;
width:75px;
}


@media (max-width: 767.98px) {
	.moy-footer .text-right{
		text-align:left !important;
	}
}

/* buttons  */
.btn{
	margin-top: 5px;
}
.btn-add{
	background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #FFF;
}
.btn-add:focus,
.btn-add.focus {
  color: #FFF;
  background-color: #398ed1;
  border-color: #398ed1;
}
.btn-add:hover {
  color: #FFF;
  background-color: #398ed1;
  border-color: #398ed1;
}
.btn-add:active,
.btn-add.active,
.open > .dropdown-toggle .btn-add {
  color: #FFF;
  background-color: #398ed1;
  border-color: #398ed1;
}


/* typography */

h1, .h1 {
	color: #343c4d;
	font-weight: bold;
	font-size:30px;
}
h2, .h2 {
	font-weight:normal;
	color:#343c4d;
	font-size:24px;
}

h3, .h3 {
	color:#5c6577;
	font-size:24px;
}

h4, .h4 {
	color:#5c6577;
	font-style: italic;
	font-size:24px;
}
h5, .h5 {
}
h6, .h6 {
}

p {
    margin: 0 0 16px;
}
a {
	color: #1a69c6;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ff9900;
	text-decoration: none;
}
.txt_intro{
	font-size: 18px;
	line-height: 30px;
	color: #7a7a7a;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 20px;
}
.txt_white{
	color:#FFF;
}
.txt_grey{
	color:#ccc;
}
.txt_dark_grey {
	color: #333;
}
.txt_red {
	color: #C00;
}
.txt_green {
	color: #090;
}
.txt_orange {
	color: #FF9900;
}



.cat_list_title{
 margin-top:8px;
 margin-bottom: 6px;
 font-size:20px;
}
.cat_list_desc{
	color: #ccc;
	line-height: 1.4;
	font-size:12px;
	
}


@media (max-width: 991.98px) {
	body{
	font-size: 14px;
    line-height: 1.45;
	}


}

@media (max-width: 767.98px) {
	body{
		font-size: 14px;
		line-height:  1.45;
	}
	
	.text-center{
		text-align:left;
	
	}
}

/*tabes */
.moy-table table {
    width: 100%;
    margin-bottom: 6px;
}

.moy-table table tr:nth-child(even) {
    background-color: #f8f8f8;
}

.moy-table table tr:hover, 
.moy-table  table td:hover,
.moy-table tr.total:hover td {
    background-color: #e8e8e8;
}

.moy-table table th{
	color:#FFF;
    background-color: #4b7fcd;
}

.moy-table table th, 
.moy-table  table td {
	padding: 6px 12px;
}

.moy-table table tr {
	border-bottom: 1px solid #e7e7e7;
}
.moy-table table tr:last-child {
	border-bottom:none;
}

.moy-table .td1{
	font-weight:bold;
	background-color:#f1f1f1;
}

.moy-table .total td  {
	font-weight:bold;
	background-color:#FFF;
	border-top: 1px solid #000;
	padding-bottom:20px;
}

.table-scroll {
    overflow-x: auto;

}

.table-scroll table {
	@media screen and (max-width: 1015px) and (min-width: 784px) {
		width: 200%;
		table-layout: fixed;
		word-break: break-word;
	}
}


/* nav bar  */

.menu-main .navbar {
	padding-bottom:0px;
	z-index: 999;
	font-size: 14px;
    line-height: 1.6;
    position:absolute;
    top:41px;
    right:15px;
    
}

/* adjust the padding left and right to space the menu items */
.menu-main .navbar-expand-md .navbar-nav .nav-link{
	padding-left: 23px;
	padding-right: 23px;
	padding-top:6px;
	padding-bottom:4px;
}

.menu-main  a.nav-link {
	color: #FFFFFF;
	cursor: pointer;
}


.menu-main a.nav-link:hover, 
.menu-main a.nav-link:focus, 
.menu-main a.highlighted {
	color: #FFFFFF;
	background: rgba(0,0,0,0.70);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
}

.menu-main .sub-arrow {
	display:none !important;
}

.menu-main .dropdown-item .sub-arrow{
	display:block !important;
}

.menu-main .dropdown-menu {
	border: none;
	border-radius:0;
	font-size:14px;
	background: rgba(0,0,0,0.70);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	min-width:250px;
}
.menu-main .dropdown-item{
	color:#FFFFFF;
}

.menu-main ul.dropdown-menu ul  {
	background: rgba(0,0,0,0.70);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}

.menu-main .dropdown-item:hover, .
main-menu .dropdown-item:focus {
  color: #000000;
  text-decoration: none;
  background: rgba(200,200,200,0.85);
}

.menu-main .dropdown-item.active, 
.menu-main .dropdown-item:active {
  color: #000000;
  text-decoration: none;
  background: rgba(200,200,200,0.85);
}


.menu-main  .text-dark {
  color: #FFFFFF !important;
}

.menu-main  a.text-dark:hover, 
.menu-main  a.text-dark:focus {
  color: #000 !important;
}
.menu-main .bg-light {
  background: rgba(0,0,0,0.70) !important;
  
}
.menu-main a.bg-light:hover,
.menu-main a.bg-light:focus,
.menu-main button.bg-light:hover,
.menu-main button.bg-light:focus {
  color: #FFFFFF !important;
  text-decoration: none;
  background: rgba(0,0,0,0.70) !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

	

.menu-main .navbar-toggler{
	color: #FFF;
	border-color: #FFF;
	margin-bottom:18px;
}

.menu-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(200, 200, 200, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.menu-main .navbar-toggler {
    padding: 0.05rem 0.50rem;
}


@media (max-width: 991.98px) {
	/* adjust the padding left and right to space the menu items */
.menu-main 	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (max-width: 870px) {
	.menu-main .navbar{
		font-size:12px;
	}
	/* adjust the padding left and right to space the menu items */
	.menu-main .navbar-expand-md .navbar-nav .nav-link {
		padding-left: 11px;
		padding-right: 11px;
	}
}


@media (max-width: 767.98px) {
	
	.menu-main .navbar{
		top:10px;
		right:0px;
		font-size:14px;
		width:100%;
	}
	.menu-main .navbar-nav  {
		background: rgba(0,0,0,0.90);
	}

	/* adjust the padding left and right to space the menu items */
	.menu-main .navbar-expand-md .navbar-nav .nav-link {
		padding-left: 18px;
		padding-right: 18px;
	}

	.menu-main .sub-arrow {
		display:block !important;
	}
	 
	.menu-main .dropdown-menu   {
		background-color: #8d8d8d;
		box-shadow:none;
	}
	

	.menu-main a.nav-link:hover, 
	.menu-main a.nav-link:focus, 
	.menu-main a.highlighted {
		color: #FFF;
		background-color: #6e6e6e;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	
	}
	.menu-main .text-dark {
		color: #FFFFFF !important;
	}

	.menu-main a.text-dark:hover, 
	.menu-main a.text-dark:focus {
		color: #000 !important;
	}
	.menu-main .bg-light {
		background-color: #ababab !important;

	}
	.menu-main a.bg-light:hover, 
	.menu-main a.bg-light:focus,
	.menu-main button.bg-light:hover,
	.menu-main button.bg-light:focus {
		color: #000 !important;
		text-decoration: none;
		background-color: #ababab !important;
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}
	
	.menu-main ul.dropdown-menu ul  {
		background-color: #ababab;
		box-shadow:none;
	}
	.menu-main ul.dropdown-menu ul a  {
		color:#000;
	}
	
}

/* Submenu menu-left */


ul.menu-left {
	list-style-type: none;
	margin-top: 30px;
	margin-right: 10px;
	padding: 0px;
	font-size: 14px;
	
}
ul.menu-left li  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-bottom: 5px;
	padding-top: 5px;
}
.menu-left ul li:last-child {
	border:none;
}


ul.menu-left.extra {
    margin-top: -17px;
}

ul.menu-left ul{
	list-style-type: none;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-top: 6px;
}

.menu-left li ul {
	display:none;
}

.menu-left li.active ul {
	display:inherit;
}


.menu-left a{
	color: #0a2d78;
}


.menu-left .active.current a {
	font-weight:300;
	color:#276db6;
}


.menu-left .active.current ul a{
	font-weight:normal;
	color:#0a2d78;
}

.menu-left .on  a{
	color:#276db6  !important;
}



.menu-left a:hover,
.menu-left a:focus, 
.menu-left .active li.parent a:hover, 
.menu-left .active li.parent a:focus{
	color: #ff9900;
}

.menu-left .separator{
	color:#467A9B;
}
.menu-left .caret {
	display:none;
}

.menu-left li{
	position:relative;
}

.menu-left .sub-arrow {
	color:#d1d1d1;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -.3em;
    margin-right: 1em;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.menu-left li.active .sub-arrow {
	top: 14px;
	margin-top: 0;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.menu-left li.inactive .sub-arrow {
    border-top: .3em solid transparent !important;
    border-bottom: .3em solid transparent !important;
    border-left: .3em solid !important;
}



@media (max-width: 767px) {
.menu-left {
	display: none;
}
}

/* menu tabs */

.menu-tab .nav-tabs {
	margin-bottom:20px;
}
.menu-tab .nav-tabs .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    border-bottom: 1px solid #dee2e6;
   
}
.menu-tab .nav-tabs .nav-link {
    	color:#999;   
}
.menu-tab .nav-tabs .nav-link.active {
    	color:#000;  
    	border-bottom: 1px solid #FFF;
}

.menu-tab .nav-tabs .nav-link:hover {
color:#5c5c5c;  
   background-color:#f5f5f5;
   border-color:transparent; 
   border-bottom: 1px solid #dee2e6;
}
.menu-tab .nav-tabs .active.nav-link:hover {
   background-color:#fff;
   border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content{
	margin-top:20px;
}


/* joomla overides */
.edit-icon, .hasTip{
	display:none;
}

/* Convertor */

#convert{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 30px;
	font-size: 100%;
	padding-left: 2px;
}

#convert td{
	 color: #999;
}
#convert h1{
	color: #666;
	font-size:110%;
	margin:12px 0px 6px;
}
#convert input{
	color: #999;
	background-color: #FFF;
	border: 1px solid #999;
	margin-top:5px;
	margin-bottom:5px;
}

/*  Search */

.search_lhs, .search {
	padding-top: 18px;
	padding-bottom: 12px;
	margin-left:0px;
	font-size: 90%;
	color: #333;
}
 .search .inputbox {
	color: #333;
	width:140px;
}

.search_lhs label{
	display: none;	
}
.search_lhs .button_lhs
{
	background-image: url(../images/searchButton.gif);
	border: 0;
	margin: 0px 0px 0px;
	padding: 0px;
	height: 22px;
	width:22px;
	float:left;
}
.search_lhs .search-query{
	color: #666;
	margin: 0px;
	padding: 2px;
	height: 20px;
	float:left;
	border-top: 1px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width:120px !important;
	height:23px
}

 /* pagenation for VM */

.vm-pagination{
	margin-top:20px;
	margin-left:15px;
}
 
.page-item.active .page-link,
.page-link.active 
 {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link,
.page-link.disabled 
{
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* virtumart */


.vmCartModule .customProductData{
	display:none;
}

.vmCartModule .product_name {
	font-weight:700;
}
.vmCartModule .quantity{
	color:#CCC;
}
.vmCartModule .total_products{
	border-top: 1px solid #CCC;
	margin-top:10px;
	color:#CCC;
}

.vmCartModule .total{
	margin-top:10px;
	margin-bottom:10px;
	text-align: right;
}

.vm-payment-shipment-select label{
	display:inline;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

/*instagram */
.moduletable h3{
display:none;
}

/* fluid images */
img{
max-width:100%;
height:auto;
}

/* Page Nation */
.pagination{
margin-top:20px;
}
.pagination-counter{
margin-top:20px;
	padding: .5rem .75rem;
	line-height: 1.25;
	color: #6c757d;
	margin-right: 10;
}

/*
// Small devices (landscape phones, 576px)
@media (min-width: 576px) { ... }
@media (max-width: 575.98px) { ... }
// Medium devices (tablets, 768px)
@media (min-width: 768px) { ... }
@media (max-width: 767.98px) { ... }
// Large devices (desktops, 992px)
@media (min-width: 992px) { ... }
@media (max-width: 991.98px) { ... }
// Extra large devices (large desktops, 1200px )
@media (min-width: 1200px) { ... }
@media (max-width: 1199.98px) { ... }
*/