body, html {
	margin: 0;
	padding: 0;
	width: 100%;
}

body { 
	font-family: "Montserrat", Arial, sans-serif;
	background: url('https://assets.lgmods.co.uk/images/home/newbg.jpg') no-repeat center center fixed;
	background-size: cover;
	color: #000;
}

a {
    color: #529492;
}
a:hover {
    color: #94cdc9;
}

.navspacer {
    margin-top: 65px!important;
}

.dropdown-item.active, .dropdown-item:active {
    background: rgb(28,76,73);
	background: linear-gradient(0deg, rgba(28,76,73,1) 0%, rgba(35,100,92,1) 100%);
	color: #FFF;
	text-decoration: none;
}

#header {
	font-size: 1.2em;
	height: 55px;
	padding: 8px;
	color: #FFF;
	background: rgba(19,19,19,0.2);
	background: linear-gradient(0deg, rgba(17,17,17,0.2) 0%, rgba(31,31,31,0.2) 100%);
	box-shadow: 0px 3px 12px #111;
	margin-bottom: 8px;
	backdrop-filter: blur(4px);
}

#logoimg {
	width: 350px;
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0.5, 0, 0.43);
}

#banner {
	background: none;
	min-height: 200px;
	color: #000;
	border-radius: 16px;
	font-size: 4em;
	font-weight: bold;
	border: none;
}

.bannerimg {
	border-radius: 10px;
}
.bannerimg:hover {
	cursor: pointer;
}


.productbox {
	background: rgba(255, 255, 255, 0.75);
	color: #000;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #000;
	min-width: 21.5rem;
	/*max-width: 32em;*/
}

.frontbox {
    color: #FFF;
	background: #FFF;
	text-align: left;
	border: 0;
	padding: 0;
	border-radius: 0px;
	text-shadow: 1px 1px 3px #000;
	background-image: url('https://assets.lgmods.co.uk/images/home/stationbasesthumb.jpg');
	background-size: cover;
	background-position: center;
	min-height: 16em;
	font-size: 1.2em;
	min-width: 14rem!important;
}

.frontbox.cat_policestations {
    background-image: url('https://assets.lgmods.co.uk/images/home/stationbasesthumb.jpg');
}
.frontbox.cat_MiscAssets {
    background-image: url('https://assets.lgmods.co.uk/images/home/miscpropsthumb.jpg');
}
.frontbox.cat_lgmods {
    background-image: url('https://assets.lgmods.co.uk/images/home/lgmodsthumb_new.jpg');
}
.frontbox.cat_vehicles {
    background-image: url('https://assets.lgmods.co.uk/images/home/vehthumb.jpg');
}
.frontbox.cat_scripts {
    background-image: url('https://assets.lgmods.co.uk/images/home/scriptsthumb.jpg');
}


.frontbox a {
    color: #FFF;
    text-decoration: none;
    background: rgba(0,0,0, 0.25);
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
.frontbox a:hover {
    color: #FFF;
    text-decoration: none;
    background: rgba(255,255,255,0.1);
    margin: 0;
}

.aboutbox {
    background-image: url('https://assets.lgmods.co.uk/images/home/aboutimage.jpg');
    background-size: cover;
	background-position: center;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
}

.productimgcontainer {
	width: 30rem;
}
.productimg {
    
}
.producttitle {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.productoptions {
	font-size: 1.6em;
	font-weight: bold;
}
.productprice {
	color: #1c4c49;
	font-size: 1.3em;
}

.btn-green {
	background: rgb(28,76,73);
	background: linear-gradient(0deg, rgba(28,76,73,1) 0%, rgba(35,100,92,1) 100%);
	color: #FFF;
}
.btn-green:hover {
	color: #EEE;
	text-decoration: none;
	box-shadow: 0px 0px 6px #555;
}
.badge-green {
    background: rgb(28,76,73);
	background: linear-gradient(0deg, rgba(28,76,73,1) 0%, rgba(35,100,92,1) 100%);
	color: #FFF;
}
.text-green {
    color: #529492;
}

.packageimg {
    border-radius: 10px;
    box-shadow: 2px 2px 20px #000;
}
.catimg {
    border-radius: 8px;
    box-shadow: 0px 0px 10px #000;
}
.catimg:hover {
    box-shadow: 0px 0px 20px #1b3131;
}
.productbuttons {
	width: 100%;
	text-transform: uppercase;
}
.productbuttonscontainer {
	text-align: right;
}

.socialbutton {
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 12px;
	box-shadow: 4px 4px 10px #111;
}

.socialbutton.discord {
	background: linear-gradient(0deg, #5865F2, #404EED)
}
.socialbutton.discord:hover {
	box-shadow: 0px 0px 10px #7289da;
}

.socialbutton.youtube {
	background: linear-gradient(0deg, rgba(212,212,212,1) 0%, rgba(236,236,236,1) 100%);
	color: #000;
}
.ytlogo {
	color: #FF0000;
}
.socialbutton.youtube:hover {
	box-shadow: 0px 0px 10px #EEE;
}
.socialbutton.tiktok {
	background: linear-gradient(0deg, rgba(182,0,57,1) 0%, rgba(255,0,80,1) 100%);
	color: #FFF;
}
.socialbutton.tiktok:hover {
	box-shadow: 0px 0px 10px #ff0050;	
}

.carousel {
	border-radius: 6px;
}
.headerimg {
	max-height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.nav, .navitem {
	color: #FFF;
}

.btnwhite, .btnwhite:hover {
	color: #FFF;
	text-decoration: none;
}

.basketheaderlink {
    min-width: 160px;   
}

.cardcontent {
    color: #000;
}

.catdescription {
    color: #FFF;
    font-size: 1.2em;
}

.packagevideo {
    box-shadow: 0px 0px 10px #000;
    border: 2px solid #333;
}

.packagethumbs {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.packagethumbs a {
    width: 100%;
    height: auto;
}
.packagethumbs .card {
    /*min-width: 16.5em;
    max-width: 16.5em;*/
    min-width: 6.3em;
    max-width: 6.3em;
    border: 2px solid #333;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    box-shadow: 0px 0px 10px #000;
    background: #222;
}

.packagethumbs img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.text-shadow {
    text-shadow: 2px 2px 6px #000;
}
.text-lightshadow {
    text-shadow: 1px 1px 3px #999;
}

.footer {
    text-align: center;
    color: #FFF;
    border-top: 1px solid #CCC;
    padding-top: 10px;
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 14px;
}

#changeCurrencyField, #changeCurrencyField a {
    cursor: pointer;
}

select {
    -webkit-appearance:button !important;
    -moz-appearance:button !important;
    appearance:button !important;
    cursor: pointer;
}

.ekko-lightbox .modal-title {
    font-size: 0.8rem;
}


/*alert styling*/
.alert-success {
  border-color: #e6e6e6;
  border-left: 5px solid #00986a;
  background-color: #fff;
  color: #888;
}

.alert-info {
  border-color: #e6e6e6;
  border-left: 5px solid #00b3c8;
  background-color: #fff;
  color: #888;
}

.alert-warning {
  border-color: #e6e6e6;
  border-left: 5px solid #f9af2c;
  background-color: #fff;
  color: #888;
}

.alert-error {
  border-color: #e6e6e6;
  border-left: 5px solid #c82630;
  background-color: #fff;
  color: #888;
}

@media (min-width: 768px) {
  .alert {
    border-radius: 6px;
    display: table;
    width: 100%;
    padding-left: 78px;
    position: relative;
    padding-right: 60px;
    border: 1px solid #e6e6e6;
  }

  .alert .close {
    color: #888;
    opacity: 1;
    float: none;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -12px;
    font-size: 25px;
  }

  .alert .icon {
    text-align: center;
    width: 58px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
    border-radius: 6px 0 0 6px;
  }

  .alert .icon i {
    font-size: 20px;
    color: #fff;
    left: 21px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }

  .alert .icon img {
    font-size: 20px;
    color: #fff;
    left: 18px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }
  /*============ colors ========*/
  .alert.alert-success .icon,
  .alert.alert-success .icon:after {
    border-color: none;
    background: #00986a;
  }

  .alert.alert-info .icon,
  .alert.alert-info .icon:after {
    border-color: none;
    background: #00b3c8;
  }

  .alert.alert-warning .icon,
  .alert.alert-warning .icon:after {
    border: none;
    background: #f9af2c;
  }

  .alert.alert-error .icon,
  .alert.alert-error .icon:after {
    border-color: none;
    background: #c82630;
  }
}

@media (max-width: 575.98px) { 
	
	#banner {
		height: auto;
		min-height: 0;
	}
	.socialbutton {
		font-size: 2em!important;
	}
  
	.headerimg {
		max-height: 50px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.productbox {
	    min-width: 21.5rem;
	    /*max-width: 32em;*/
	}
    .ekko-lightbox .close {
        font-size: 1.2rem;
    }
	
}

@media (max-width: 768.98px) { 
    .ekko-lightbox .modal-header {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
}

@media (max-width: 991.98px) { 
	.headerimg {
		max-height: 60px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.productbuttons {
		width: 100%;
		min-height: 50px;
	}
	.productbuttonscontainer {
		text-align: center;
	}

}

@media (max-width: 1199.98px) { 
	.productbuttonscontainer {
		margin-top: 5px;
		text-align: center;
	}
	.productbuttons {
		width: 100%;
		min-height: 50px;
	}
}


@media (min-width: 576px) {
    .productbox {
        min-width: 32em;
        /*max-width: 44em;*/
    }
    .frontdeck {
        margin-right: -3px;
        margin-left: -3px;
        flex: 1 0 0%;
    }
    #banner {
		height: auto;
		min-height: 140px;
	}
	.packagethumbs .card {
        min-width: 13em;
        max-width: 13em;
    }
    .ekko-lightbox .modal-title {
        font-size: 1em;
    }
}

@media (min-width: 768px) {
    .packagethumbs .card {
        min-width: 9.8em;
        max-width: 9.8em;
    }
}


@media (min-width: 992px) {
    .basketheaderlink {
        min-width: 550px;   
    }
    .productbox {
        min-width: 28rem;
	    /*max-width: 34em;*/
    }
    .packagethumbs .card {
        min-width: 13.6em;
        max-width: 13.6em;
    }
    .ekko-lightbox .modal-header {
        padding: 1rem;
    }
    .ekko-lightbox .modal-title {
        font-size: 1.1em;
    }

}

@media (min-width: 1200px) {
    .packagethumbs .card {
        min-width: 9em;
        max-width: 9em;
    }
}



