﻿

/*===================== 
	Color information
	
	- gold #dab965
    - grey #5e5e5e
		 
=======================*/

/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 

	}

body {
	font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-family: 'Red Rose', cursive;
        font-size: 50px;
        font-weight: 700;
        padding:0 0 10px 0;
}
	h2 {
        font-family: 'Red Rose', cursive;
        font-size: 40px;
        font-weight: 700;
}
	h3 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 30px;
        font-weight: 700;
}
	h4 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        font-weight: 700;
}
	h5 {}
	h6 {}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}
.font-white {
    color:#fff;
}


/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

.btn-gold {
    font-family: 'Roboto Condensed', sans-serif;
    background:#dab965;
    color:#000!important;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding:10px;
    max-width:320px;
    display: block;
    margin:20px auto;
    width:100%;
    border:0;
    outline:none;
    cursor: pointer;
    transition: .2s ease-in;
}
.btn-gold:hover {
    background:rgba(218,185,101,0.80);
}


/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
                transition: all 0.2s;
                font-size: 30px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
                border: 1px solid #fff;
                padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #000;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #000;
                border-radius: 5px;
                max-width: 1200px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding:60px 40px 40px 40px;
                box-sizing: border-box;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
            box-shadow: 0 0 10px 2px rgba(255,255,255,0.1);
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}

.pop-up-img-cont {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px 0;
}
.pop-up-img-cont a {
    width:49%;
    display: block;
}
.pop-up-img-cont a img {
    width:100%;
    height: auto;
    display: block;
    margin:0 auto;
}

.banner-flex-cont {
    text-align: center;
}
.banner-flex-cont img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.banner-flex-cont p {
    text-transform: uppercase;
    color:#dab965;
    font-size: 40px;
    padding:30px 0;
    font-weight: 700;
}
.banner-flex-cont p span {
    font-weight: 400;
    font-size: 30px;
    color:#fff;
}

.banner-flex-cont .sml-txt {
    font-weight: 400;
    font-size: 16px;
    padding:10px 0 0 0;
    color:#dab965;
    text-transform: none;
}
.banner-flex-cont .sml-txt a {
    font-weight: 600;
    color:#dab965;
}
.banner-flex-cont .sml-txt a:hover {
    color:#fff;
}

/*===================== 
	header styles 
=======================*/


.top-header {
    width:100%;
    background:#dab965;
}
.top-header ul {
    padding:0 10px;
    box-sizing: border-box;
    margin:0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: flex-end;
}
.top-header ul li {
    padding:10px;
    margin:0;
    list-style: none;
    
}
.top-header ul li a {
    font-size: 17px;
    font-weight: 600;
    color:#000;
}
.top-header ul li a:hover {
    color:#5e5e5e;
}
.header-wrap {
	width: 100%;
	margin: 0;
    position: relative;

    border-bottom:6px solid #dab965;
}
.header-wrap:before {
    content:"";
    position: absolute;
    z-index:1;
    width:calc(50% - 610px);
    height: 100%;
    background:#5e5e5e;
    left:0;
    top: 0;
    clip-path: polygon(0% 24px,100% 24px,100% calc(100% - 24px),0% calc(100% - 24px));
}
.header-wrap:after {
    content:"";
    position: absolute;
    z-index:1;
    width:calc(50% + 610px);
    height: 100%;
    background:#000;
    right:0;
    top: 0;
    clip-path: polygon(0% 24px,100% 24px,100% calc(100% - 24px),0% calc(100% - 24px));
}
    
header {
    margin:0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
 }
.head-logo-1 {
	position: relative;
    max-width:450px;
    width:100%;
	z-index: 3;
}
.head-logo-1:after {
    content:"";
    position: absolute;
    z-index: 1;
    width:100%;
    height: 100%;
    background:#fff;
    right:0;
    top: 0;
    clip-path: polygon(0% 0%,100% 0%,80% 100%,20% 100%);
}

.head-logo-1 a {
	position: absolute;
    left:0;
    top:0;
    padding:0 35px;
    box-sizing: border-box;
    z-index: 2;
}
.head-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}



/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	z-index: 2;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:20px 0;
        display: flex;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: 'Red Rose', cursive;
				color: #fff;
				font-size: 14px;
				text-decoration: none;
				padding: 10px 10px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 600;
				}	
			nav.primary ul li a:hover {
				color:#dab965;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/


.sub-cat-wrap {
    background:url("../siteart/bg-texture-1.jpg") no-repeat center;
    background-size: cover;
    border-bottom: 50px solid #dab965
}
.sub-cat-wrap .container-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -51px;
}
.sub-cat-wrap .container-1 a {
    width:30%;
    position: relative;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}
.sub-cat-wrap .container-1 a p {
font-family: 'Red Rose', cursive;
  font-size: 34px;
  font-weight: 700;
  padding: 10px 0;
  background: #000;
  color: #dab965;
  text-align: center;
  transition: .2s ease-in;
  line-height: 23px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub-cat-wrap .container-1 a p span {
    font-size: 16px;
}
.sub-cat-wrap .container-1 a i {
    padding: 10px 0;
    font-size: 80px;
    color: #dab965;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    display: block;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    text-shadow: 0 0 7px #000;
    transition: .3s ease-in;
}
.sub-cat-wrap .container-1 a img {
    width:100%;
    height: auto;
    display: block;
    clip-path: polygon(0% 0%,100% 0%,50% 100%);
    transition: .3s ease-in;
}
.sub-cat-wrap .container-1 a:hover p {
    background:#5e5e5e;
    color:#fff;
}
.sub-cat-wrap .container-1 a:hover i {
    color:#fff;
}
.sub-cat-wrap .container-1 a:hover img {
    filter:grayscale(90%);
}
.about-wrap {
    position: relative;
    width:100%;
}
.about-wrap:before {
    content:" ";
    height: 80px;
    background:#000;
    width:calc(50% - 200px);
    position: absolute;
    left:0;
    bottom:0;
    clip-path: polygon(0% 0%,calc(100% - 60px) 0%,100% 100%,0% 100%);
}
.about-wrap:after {
    content:" ";
    height: 80px;
    background:#000;
    width:calc(50% - 200px);
    position: absolute;
    right:0;
    bottom:0;
    clip-path: polygon(60px 0%,100% 0%,100% 100%,0% 100%);
}
.about-cont-1 {
    max-width: 550px;
    margin:0 auto;
    padding:80px 20px 140px 20px;
    background:url("../siteart/about-bg-1.png") no-repeat center;
    background-size: contain;
    text-align: center;
}
.about-cont-1 h2 {
    padding:0 0 20px 0;
}
.about-cont-1 p {
    font-weight: 600;
}
.about-cont-1 h3 {
    font-weight: 600;
    padding:10px 0;
}
.contact-wrap {
    background:url("../siteart/bg-texture-1.jpg") no-repeat center;
    background-size: cover;
    width:100%;
}
.home-contact-col-1 {
    width:45%;
}
.home-contact-col-1 h3 {
    color:#dab965;
    text-align: center;
    padding:0 0 15px 0;
}
.submit-cont-1 {
    display: none;
    color:#fff;
}
.submit-cont-1 .CaptchaWhatsThisPanel a {
    color:#fff;
}

.home-map-col-1 {
    width:50%;
    min-height: 400px;
}
.content-wrap {
    width:100%;
    padding:65px 0 0 0;
    position: relative;
}
.content-btm {
    padding-bottom:85px;
}
.bg-texture {
    background:url("../siteart/bg-texture-1.jpg") no-repeat center;
    background-size: cover;
}
.content-wrap:before {
    content:" ";
    height: 80px;
    background:#000;
    width:calc(50% - 200px);
    position: absolute;
    left:0;
    bottom:0;
    clip-path: polygon(0% 0%,calc(100% - 60px) 0%,100% 100%,0% 100%);
}
.content-wrap:after {
    content:" ";
    height: 80px;
    background:#000;
    width:calc(50% - 200px);
    position: absolute;
    right:0;
    bottom:0;
    clip-path: polygon(60px 0%,100% 0%,100% 100%,0% 100%);
}
.contact-info-cont-1 {
    width:45%;
}
.contact-info-cont-1 ul {
    padding:0;
    margin:0;   
}
.contact-info-cont-1 ul li {
    padding:10px 0;
    margin:0;   
    list-style: none;
	font-size: 20px;
	font-weight: 700;
}
.contact-info-cont-1 ul li h4 {
    font-size: 26px;
    color:#dab965;
}
.contact-info-cont-1 ul li a {
    font-size: 20px;
    font-weight: 600;
    color:#000;
}
.contact-info-cont-1 ul li a:hover {
    color:#5e5e5e;
}
.contact-info-cont-1 span {
    font-weight: 500;
    font-style: italic;
}
.video-cont-1 {
    padding:40px 0;
    max-width: 800px;
    width:100%;
    margin: 0 auto;
}
.how-to-bid-list {
    padding:0 0 0 30px;
}
.how-to-bid-list li {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding:5px 0;
}

/*===================== 
	slideshow styles 
=======================*/
.wrap-slider {
    width:100%;
    position: relative;
}
.slide-overlay {
    position: absolute;
    z-index: 200;
    max-width: 765px;
    top:30%;
    left:0;
    right:0;
    margin:0 auto;
}
.slide-overlay p {
    font-family: 'Red Rose', cursive;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 15px #000;
    font-weight: 700;
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 0px;
}
.slide-overlay h1 {
    font-family: 'Red Rose', cursive;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 15px #000;
    font-weight: 700;
    font-size: 76px;
}
.slide-overlay h2 {
    font-family: 'Red Rose', cursive;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 15px #000;;
    font-weight: 700;
    font-size: 26px;
}

.slider-hero img {
    width:100%;
    height: auto;
    display: block;
}

.slider-hero .slick-prev {
    position: absolute;
    top:calc(50% - 30px);
    z-index: 200;
    left: 10px;
    font-size: 32px;
    padding:10px;
    color: #fff;
    left: 20px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-shadow: 0 0 10px #000;
    opacity: 0.5;
}
.slider-hero .slick-next {
    position: absolute;
    top:calc(50% - 30px);
    z-index: 200;
    right: 10px;
    font-size: 32px;
    padding:10px;
    color: #fff;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-shadow: 0 0 10px #000;
    opacity: 0.5;
}
.slider-hero .slick-prev:hover, .slider-hero .slick-next:hover {
     opacity: 0.9;  
}


/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Roboto', sans-serif;
}

select {
	margin:0;
	padding:0;
}
.form-inline .button {
	color: #fff;
	font-size:20px;
	font-weight: 500; 
    display: block;
    padding: 10px;
	width: 40%;
    margin: 10px auto;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	border: none;
    background: #891b1d;
	-webkit-appearance: none;
}


.form-inline .button:hover {
    background: #000;

}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 





/*===================== 
	scroll to top
=======================*/

.scrollToTop-1 {
	bottom:40px;
	right:0;
	z-index:16777269;
	display:none;
	position:fixed;
	opacity:.8;
    
}
.scrollToTop-1 a {
 	text-decoration:none;
 	line-height:150%;
 	padding:10px 15px;
 	opacity:.8;
 	display:block;
 	background:#000;
	font-size:20px;
	text-align:center;
	color:#fff;
	z-index:16777269;
}
.scrollToTop-1 a:hover {
	box-shadow:0 0 5px 0 rgba(0,0,0,.5)
}



/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1300px;
	margin: 0 auto;
	padding:30px 5%;
	box-sizing: border-box;
	}
.container-2 {
	width:90%;
	margin: 0 auto;
	padding:30px 20px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background:#000;
	}
.foot-logo-1 {
    max-width: 100px;
    display: block;
    margin:0 auto;
}
.foot-logo-1 img {
    width:100%;
    height: auto;
    display: block;
}
.foot-col-1 h4 {
   font-size: 16px;
    text-align: center;
    color:#fff;
    padding:20px 0;
}
.foot-col-1 p {
   font-size: 12px;
    font-weight: 700;
    text-align: center;
    color:#fff;
}
.foot-col-1 p a {
    color:#fff;
}
.foot-col-1 p a:hover {
    color:#dab965;
}

.foot-col-2 p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color:#fff;
}
.foot-col-2 ul {
    padding:5px 0;
    margin:0;
}
.foot-col-2 ul li {
    padding:10px 0;
    margin:0;
    list-style: none;
    text-align: center;
}
.foot-col-2 ul li a {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color:#fff;
}
.foot-col-2 ul li a:hover {
    color:#dab965;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/



}
@media screen and (max-width: 1390px)  {
    .head-logo-1 {
      max-width: 320px;
    }
    nav.primary ul li a {
      font-size: 1.0vw;
        padding:10px .7vw;
      text-decoration: none;
    }
    .header-wrap::before {
      width: calc(50% - 300px);
    }
    .header-wrap::after {
      width: calc(100% - 200px);
    }
    .head-logo-1:after {
        clip-path: polygon(0% 0%,100% 0%,74% 100%,26% 100%);
    }
}

@media screen and (max-width: 1300px)  {
    .sub-cat-wrap .container-1 a i {
      font-size: 60px;
      top: 70px;
    }
    
}



@media screen and (max-width: 1040px)  {
    .slide-overlay {
      max-width: 100%;
    }
    
    .top-header ul {
        justify-content: space-around;
    }
    .top-header ul li {
        padding:15px 10px;
    }
    .top-header ul li a span {
        display: none;
    }
    .header-wrap {
        border-bottom: 50px solid #000;
    }
    .header-wrap::before {
        width: 50%;
        clip-path: polygon(0% 50%,100% 50%,100% calc(100% - 24px),0% calc(100% - 24px));
    }
    .header-wrap::after {
        width: 50%;
        clip-path: polygon(0% 50%,100% 50%,100% calc(100% - 24px),0% calc(100% - 24px));
    }
    header {
      justify-content: center;
        padding:0;
        margin-bottom: -70px;
    }
    .head-logo-1 {
      z-index: 500;
        max-width: 500px;
    }
    .head-logo-1 a {
      position: relative;
      left: 0;
      top: 0;
      padding: 20px 80px 60px 80px;
      box-sizing: border-box;
      z-index: 2;
        display: block;
    }
    .head-logo-1::after {
      clip-path: polygon(0% 0%,100% 0%,50% 100%,50% 100%);
    }


	/*==============================
		Mobile Nav Styles			
	================================*/	
    .mobile-nav-cont-1 {
        display: block;
    }
    
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
        display: block;
        font-size: 24px;
        position: relative;
        text-align: center;
        z-index: 500;
        margin-bottom: -34px;
        padding: 10px 0 0 0;
	}
		#menu-button a{
			 color:#000;
			 text-decoration: none;
			 padding:0 0 10px 0; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #000;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
        top: calc(100% + 50px);
        padding: 20px 0 0 0;
        z-index: 300;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: 'Red Rose', cursive;
        text-align: center;
		position: relative;
		display: block;
		font-size:20px;
        font-weight: 600;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#fff; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .slide-overlay p {
      font-size: 5vw;
    }
    .slide-overlay h1 {
      font-size: 8.5vw;
    }
    .slide-overlay h2 {
      font-size: 3vw;
    }
    .sub-cat-wrap .container-1 a {
        width: 80%;
        margin:20px auto;
    }
    .sub-cat-wrap .container-1 a p {
      font-size: 7vw;
        line-height: 5vw;
    }
    .sub-cat-wrap .container-1 a p span {
      font-size: 4vw;
    }
    .sub-cat-wrap .container-1 a i {
        font-size: 17vw;
        top: 16vw;
    }
    .sub-cat-wrap .container-1 {
      margin-bottom: 0px;
    }
    .about-wrap::after, .about-wrap::before, .content-wrap:after , .content-wrap:before  {
      width: 30%;
    }
    .home-contact-col-1, .home-map-col-1 {
        width:100%;
    }
    .foot-col-1 {
        width:100%;
        order: 2;
    }
    .foot-col-2 {
        width:100%;
        order: 1;
        padding:0 0 20px 0;
    }
    .contact-info-cont-1  {
        width:100%;
    }
    .content-wrap {
        padding-top:30px;
    }
    .contact-info-cont-1 ul li h4 {
      font-size: 8vw;
    }
    .contact-info-cont-1 ul li a {
      font-size: 4.5vw;
    }
    h1 {
      font-size: 30px;
    }
    

}
	
