:root{
	--body-font:'Roboto', sans-serif;
	--header-font:'Roboto Slab', sans-serif;
	--color-darkblue:#2980b9;
	--color-darkblue-hover:#3e8cc0;
	--color-green:#27ae60;
	--color-green-hover:#3cb66f;
	--color-orange:#e67e22;
	--color-orange-hover:#e88a38;
	--color-lightbrown:#F2D8A7;
	--color-darkbrown:#BF8450;
	--color-darkbrown-hover:#cb9361;
	--color-black:#0D0D0D;
}

body, p, ul li, ol li{
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--header-font);
	font-weight: bold;
}

a, main a{
    color: var(--color-darkblue);
    text-decoration: none;
}

a:hover, main a:hover{
	color: var(--color-darkblue);
}

strong{
	font-weight: bold;
}

.bcLightbrown{
	color: var(--color-lightBrown);
}

.bcDarkBlue{
	color: var(--color-darkblue);
}

.bcGreen{
	color: var(--color-green);
}

.bcOrange{
	color: var(--color-orange);
}

.bcLightBrown{
	color: var(--color-lightbrown);
}

.bcDarkBrown{
	color: var(--color-darkbrown);
}

.bgBcDarkBlue{
	color: #fff;
	background-color: var(--color-darkblue);
}

.bgBcGreen{
	color: #fff;
	background-color: var(--color-green);
}

.bgBcOrange{
	color: #fff;
	background-color: var(--color-orange);
}

.bgBcLightBrown{
	color: #fff;
	background-color: var(--color-lightbrown);
}

.bgBcDarkBrown{
	color: #fff;
	background-color: var(--color-darkbrown);
}

.bgBcBlack{
	color: #fff;
	background-color: var(--color-black);
}

.btnBcBlueSm{
	background-color: var(--color-darkblue);
	color:#fff;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 25px;
	font-size: 18px;
	display:inline-block;
}

.btnBcBlueLg{
	background-color: var(--color-darkblue);
	color:#fff;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 45px;
	font-size: 24px;
	display:inline-block;
}

.btnBcGreenSm{
	background-color: var(--color-green);
	color:#fff;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 25px;
	font-size: 18px;
	display:inline-block;
}

.btnBcGreenLg{
	background-color: var(--color-green);
	color:#fff;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 45px;
	font-size: 24px;
	display:inline-block;
}

.btnBcOrangeSm{
	background-color: var(--color-orange);
	color:#fff;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 25px;
	font-size: 18px;
	display:inline-block;
}

.btnBcOrangeLg{
	background-color: var(--color-orange);
	color:#fff;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 45px;
	font-size: 24px;
	display:inline-block;
}

.btnBcBrownSm{
	background-color: var(--color-darkbrown);
	color:#fff;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 25px;
	font-size: 18px;
	display:inline-block;
}

.btnBcBrownLg{
	background-color: var(--color-darkbrown);
	color:#fff;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 45px;
	font-size: 24px;
	display:inline-block;
}

.btnBcBlueSm:hover, .btnBcBlueLg:hover{
	background-color:var(--color-darkblue-hover);
	color:#fff;
	text-decoration: none;
}

.btnBcGreenSm:hover, .btnBcGreenLg:hover{
	background-color:var(--color-green-hover);
	color:#fff;
	text-decoration: none;
}

.btnBcOrangeSm:hover, .btnBcOrangeLg:hover{
	background-color:var(--color-orange-hover);
	color:#fff;
	text-decoration: none;
}

.btnBcBrownSm:hover, .btnBcBrownLg:hover{
	background-color:var(--color-darkbrown-hover);
	color:#fff;
	text-decoration: none;
}

.btnMinWidth{
	min-width: 350px;
}

.backToTopBtn{
	font-weight: 600;
    font-size: 16px;
    border-radius: 0px;
    letter-spacing: 1px;
    background-color: #000 !important;
    color: #fff !important;
	display: inline-block;
    margin: 0px;
    padding: 10px 25px 10px 25px;
}

.backToTopBtn:hover{
	text-decoration: none !important;
}

.brWhite35{
	border:35px solid #fff;
}

.divider{
	height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px dotted #CCC;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0);
}

.nav-main{
	background-color:#fff;
	position:relative;
	z-index:5;
	box-shadow: 1px 1px 10px #555;
	display: block;
}

.tagLine{
	background-color: var(--color-black);
}

.tagLine p{
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

.top-info{
	text-align: right;
	font-size: 13px;
	padding-bottom: 30px;
}

.top-info a:hover{
	text-decoration: none !important;
}

.navbar{
	background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
	font-size: 16px;
	padding: 0px 20px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	font-family: var(--header-font);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-light .navbar-toggler {
	border-color: transparent;
}

.dropdown-menu {
	background-color: var(--color-darkbrown);
	margin-top: -1px;
	padding:15px;
}

.dropdown-item {
	padding: 0px;
	background-color: transparent !important;
}

.dropdown-menu a {
	font-size: 15px;
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}

.dropdown-menu a:focus, .dropdown-menu a:hover {
	color: #fff;
}

.banner{
	height: 500px;
}

.bgImage{
	height: 600px;
}

.bgImage .overlayBlack{
	background:rgba(0,0,0, 0.25);
	color:#fff;
}

.bgImage h1{
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}

.overlay-white{
	height:100%;
	width:100%;
	background:rgba(255,255,255, 0.5);
	position:relative;
}

.overlay-black{
	height:100%;
	width:100%;
	background:rgba(0,0,0, 0.5);
	position:relative;
}

.tsBlack{
	text-shadow: 1px 1px 3px #000;
}

.tsGrey{
	text-shadow: 1px 1px 3px #333;
}

.tsWhite{
	text-shadow: 1px 1px 3px #fff;
}

.tsNone{
	text-shadow: 0px 0px 0px;
}

.bigText{
	font-weight: 600;
	font-size: 46px;
}

.bigTextX{
	font-weight: 600;
	font-size: 63px;
}

.bigTextEx{
	font-size: 80px;
	font-weight: 600;
}

.greyCircle{
	border:10px solid #ddd;
	border-radius: 50%;
}

.greySquare{
	border:10px solid #ddd;
}

.whiteCircle{
	border:10px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #ccc;
}

.whiteSquare{
	border:10px solid #fff;
	box-shadow: 0px 0px 10px #ccc;
}

.whiteBr10{
	border:10px solid #fff;
}

.hover {
  	overflow: hidden;
  	position: relative;
  	padding-bottom: 60%;
}

.hover-overlay {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 90;
  	transition: all 0.4s;
}

.hover img {
  	width: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	transition: all 0.3s;
}

.hover-content {
  	position: relative;
  	z-index: 99;
}

.boxHover{
	border:10px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.boxHover::after {
  	content: '';
  	width: calc(100% - 3rem);
 	height: calc(100% - 3rem);
  	border: 2px solid #F2D8A7;
  	position: absolute;
  	top: 1.5rem;
  	left: 1.5rem;
  	z-index: 90;
  	transition: all 0.3s;
  	transform: scale(1.1);
  	opacity: 0;
  	display: block;
}

.boxHover-content {
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 100%;
 	transform: translateY(-50%);
  	text-align: center;
  	z-index: 99;
}

.boxHover-title {
  	text-shadow: 1px 1px 0px #000;
	transition: all 0.3s;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
}

.boxHover-description {
  	opacity: 0;
  	transform: scale(1.3);
  	transition: all 0.3s;
  	color:#fff;
	font-size: 14px;
}

.boxHover img {
  	width: 110%;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.boxHover .hover-overlay {
  	background: rgba(0, 0, 0, 0.25);
}

.boxHover:hover img {
  	width: 100%;
}

.boxHover:hover::after {
  	opacity: 1;
  	transform: none;
}

.boxHover:hover .boxHover-title {
  	
}

.boxHover:hover .boxHover-description {
	opacity: 1;
	transform: none;
}

.boxHover:hover .hover-overlay {
	background: rgba(0, 0, 0, 0.75);
}

.modal-backdrop{
	opacity:0.65 !important;
}

.modal-dialog {
	max-width: 1000px;
}

.modal-header {
	border-bottom: none;
	padding-bottom: 0px;
	padding-top: 10px;
}

.bgPattern{
	background-color:#333;
	background-image: url(../../img/pattern-black-twill.png);
	background-repeat: repeat;
}

.productBox{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border-radius:5px;
	height:100%;
	background-color:#fff;
}

.footer {
    background-color: #fff;
	
}

.footer a{
	color: #0071c1;
}

.footer a:hover{
	text-decoration: underline;
}

.footer-smi-link:hover{
	text-decoration: none !important;
}

.footer-smi{
	height: 50px;
	border-radius: 4px;
}

.copyright{
	text-align: center;
	font-size: 12px;
}

.backToTop {
    position:fixed;
	bottom:0;
	right:0;
	z-index: 10000;
}


/* XLarge devices (desktops, less than 1440px) */
@media (min-width: 1440px){
	.container-xl {
		max-width: 1410px;
		margin: auto;
	}
}

@media (max-width: 1440px){
	.container-xl {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.bgImage{
		height: 500px;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		padding: 5px 11px;
	}
	
	.banner h1, .bgImage h1{
		font-size: 52px;
	}
	
	.bgImage{
		height: 500px;
	}
}

/* Medium devices (tablets, more than 992px) */
@media (min-width: 992px){
	.sticky_footer {
		left: auto;
		right: 0;
		width: 150px;
		border-left: none;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.dropdown-menu a {
		font-size: 14px;
		padding: 5px 10px;
	}
	
	.bigTextEx{
		font-size: 65px;
	}
	
	.banner h1, .bgImage h1{
		font-size: 40px;
	}
	
	.bgImage{
		height: 400px;
	}
	
	.borderSidesLg{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: none;
		border-right: none;
	}
	
	.ribbonRed, .ribbonGold, .ribbonSilver{
		width: 80%;
	}
	
	.copyright{
		font-size: 11px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.top-info{
		font-size: 11.5px;
	}
	
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		padding-left: 0px;
	} 
	
	.banner{
		height: 650px;
	}
	
	.banner h1{
		font-size: 36px;
	}
	
	.bigTextEx{
		font-size: 52px;
	}
	
	.ribbonRed, .ribbonGold, .ribbonSilver, .ribbonBrown{
		font-size: 18px!important;
	}
	
	.copyright{
		font-size: 12px;
		text-align: center;
	}
	
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar-nav {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
}
