@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Roboto:wght@400;700&display=swap');


/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#750d0e;
    text-decoration: none;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

a:hover {
        color:#cba579;
        text-decoration: none;
		-webkit-transition:all ease .3s; transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 38px;
	color:#14282d;
	font-family: 'Crimson Text', serif;
	font-weight:900;
}

h2 {
    font-size: 30px;
	color:#8d5624;
	font-weight:600;
	font-family: 'Crimson Text', serif;
	text-shadow:0 1px 2px rgba(0,0,0,0.3);
	
}

h3 {
    font-size: 22px;
    color: #750d0e;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: 'Roboto', sans-serif;}

td {color:#222;padding:5px;line-height:18px; font-size:16px;font-family: 'Roboto', sans-serif;}

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.page-break-section {box-shadow:none !important;}

/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/

.navbar-toggler {margin-bottom:3px;position:relative;z-index:1700;margin-left:7px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;

}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 12px;
	margin:0;
	padding: 0;
	width: 0;
	height: 26px;
	text-align: center;
	border:none;
	white-space:nowrap;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 12px;
	top:5px;
	margin:0;
	padding: 0;
	width: 0;
	height: 0;
	text-align: center;
	border:none;
	white-space:nowrap;

}
}

.navbar-nav.sm-collapsible a.has-submenu {
	padding-right:10px;
}

#dnnMenu .topLevel>li>a {text-transform:capitalize;padding:5px 13px 5px 13px;background:transparent;color:#FFF;transition: all .4s ease;border-right:1px solid #300000;border-left:1px solid #a23535;}
#dnnMenu .topLevel>li>a:focus{ font-weight:400;padding:5px 13px 5px 13px;color:#cba579;background:transparent;transition: all .4s ease;border-right:1px solid #300000;border-left:1px solid #a23535;}
#dnnMenu .topLevel>li>a:hover{font-weight:400;padding:5px 13px 5px 13px;color:#cba579;background:transparent;transition: all .4s ease;border-right:1px solid #300000;border-left:1px solid #a23535;}

#dnnMenu .topLevel>li.active>a {background:transparent;color:#cba579;transition: all .4s ease; }
#dnnMenu .topLevel>li.active>a:focus {color:#cba579;background:transparent;transition: all .4s ease; }
#dnnMenu .topLevel>li.active>a:hover {color:#cba579;background:transparent;transition: all .4s ease; }

#dnnMenu .topLevel>.open>a {background:transparent;color:#cba579;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{color:#cba579;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{color:#cba579;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:transparent;color:#cba579;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {color:#cba579;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{color:#cba579;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel>li>a span {font-size:15px;transition: all .4s ease;font-weight:400;font-family: 'Crimson Text', serif;} 
#dnnMenu .topLevel>li>a:focus span{font-size:15px;transition: all .4s ease;font-weight:400;font-family: 'Crimson Text', serif;}
#dnnMenu .topLevel>li>a:hover span{font-size:15px;transition: all .4s ease;font-weight:400;font-family: 'Crimson Text', serif;}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:36px;}

#dnnMenu .dropdown-menu li{font-size:14px;margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (max-width : 992px) {
	#dnnMenu .nav li {font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (max-width : 992px){


.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		
		}
.navbar-light .navbar-toggler {border-color:rgba(255,255,255,0.5);}

#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {width:100%;position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:none;}
	
#dnnMenu .topLevel li a {border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#FFF;margin:0;background:transparent;border-right:none;border-left:none;}	
#dnnMenu .topLevel li a:focus{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#e4a100;margin:0;border-right:none;border-left:none;}	
#dnnMenu .topLevel li a:hover{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#e4a100;margin:0;border-right:none;border-left:none;}
	
#dnnMenu .topLevel li.active a{border-bottom:none;color:#e4a100;margin:0;}
#dnnMenu .topLevel li.active a:focus{border-bottom:none;color:#e4a100;margin:0;} 
#dnnMenu .topLevel li.active a:hover{border-bottom:none;color:#e4a100;margin:0;}
	
#dnnMenu .topLevel li a span{font-size:15px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span{font-size:15px;} 
#dnnMenu .topLevel li a:hover span{font-size:15px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:15px;color:#FFF;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:14px;color:#e4a100;}

#dnnMenu .topLevel>.open>a {border-bottom:none;background:transparent;color:#e4a100;border-radius:0;transition: all .4s ease;border-right:none;border-left:none;}
#dnnMenu .topLevel>.open>a:hover{border-bottom:none;color:#e4a100;transition: all .4s ease;border-right:none;border-left:none;}
#dnnMenu .topLevel>.open>a:focus{border-bottom:none;color:#e4a100;transition: all .4s ease;border-right:none;border-left:none;}

#dnnMenu .topLevel>.active.open>a {border-bottom:none;color:#e4a100;transition: all .4s ease;border-right:none;border-left:none;}
#dnnMenu .topLevel>.active.open>a:hover {border-bottom:none;color:#e4a100;transition: all .4s ease;border-right:none;border-left:none;}
#dnnMenu .topLevel>.active.open>a:focus{border-bottom:none;color:#e4a100;transition: all .4s ease;border-right:none;border-left:none;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:15px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#FFF;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:0;border-style:solid;top:0;mix-blend-mode:overlay; background-color:#750d0e;display:block;margin:0;border-radius:0;font-size:1.3em;}

#dnnMenu .dropdown-menu{padding:0;z-index:1000;background:#770000;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#FFF;}
#dnnMenu .dropdown-menu.subLevel li{color:#FFF;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:14px;color:#FFF;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:14px;color:#e4a100;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:14px;color:#333;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:14px;color:#333;background:#CCC;padding:0;}

}



/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/



.MoreButton a:link, .MoreButton a:visited {
  padding: 35px;
  text-align: center;
  color: #FFF;
  font-size:24px;
  display: block;
  width: 150px;
  background:#111;
  background-position: right 1%;
  border:1px solid #111;
  font-family: 'Roboto', sans-serif;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .3s; transition:all ease .3s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 35px;
  text-align: center;
  color: #FFF;
  font-size:24px;
  display: block;
  width: 150px;
  background:#333;
  background-position: right 10%;
  border:1px solid #111;
  font-family: 'Roboto', sans-serif;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .3s; transition:all ease .3s;
}


.CardButton {position:relative;bottom:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}

.CardButton a:link, .CardButton a:visited {
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: block;
  background:#222;
  background-position: right 1%;
  font-family: 'Crimson Text', serif;
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.CardButton a:hover, .CardButton a:active {
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: block;
  background:#750d0e;
  background-position: right 10%;
  font-family: 'Crimson Text', serif;
  -webkit-transition:all ease .4s; transition:all ease .4s;
}




.LearnButton  a:link, .LearnButton a:visited {
  padding: 3px;
  text-align: center;
  color: #FFF;
  font-size:15px;
  display: block;
  width: 100%;
  background:#333;
  border-radius:12px;
  transition: all .3s ease;
  margin:3px 0 3px 0;
}

.LearnButton a:hover, .LearnButton a:active {
  padding: 3px;
  text-align: center;
  color: #FFF;
  font-size:15px;
  display: block;
  width: 100%;
  background:#111;
  border-radius:12px;
  transition: all .3s ease;
  margin:3px 0 3px 0;
}

/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.contact {min-height:60px;padding:0 85px 0 85px;text-align:right;}
.contact  a {font-weight:normal;color:#333;line-height:22px;font-size:16px;-webkit-transition:all ease .4s; transition:all ease .4s;}
.contact  a:hover {font-weight:normal;color:#750d0e;line-height:22px;font-size:16px;-webkit-transition:all ease .4s; transition:all ease .4s;}
.contact span {display:inline-block;}

.headerwrap {
	background:transparent; 
	position:relative;
	z-index:10;
}

.menuwrap {
	background:url('images/menu-repeat_bg.jpg') top left repeat;
	min-height:64px;
	padding: 0;
}

.display {display:block;}
.menupad {padding-top:5px;}

.logo {padding:5px 0 5px 0;text-align:center;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/

.showcasewrap {
	background:#FFF;

}


.bordertop {background:url('images/top-repeat_bg.jpg') repeat-x top left;height:81px;}

.welcomewrap {

	padding:15% 0 15% 0;
	margin-bottom:-90px;
	background:transparent;
}

.welcometext h1 {
	font-family: 'Roboto', sans-serif;
	color:#750d0e;
	font-weight:700;
	font-size:24px;
	padding-bottom:20px;
}

.welcometext h1 span {
	font-family: 'Crimson Text', serif;
	color:#222;
	font-weight:700;
	font-size:52px;
}

.welcometext h3 {
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-weight:400;
	font-size:18px;
	line-height:1.3;
}

.welcometext ul {
	margin:0;
	padding:0;
	list-style:none;
}
.welcometext ul li {
	padding:0;
}

.welcometext li a:link, .welcometext li a:visited {
	padding:3px 0 3px 0;
	color:#750d0e;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

.welcometext li a:hover, .welcometext li a:active{
	padding:3px 0 3px 7px;
	color:#990000;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

.welcometext h3 {
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-weight:400;
	font-size:18px;
}


.infowrap {padding:0 100px 75px 100px;}
.infotext {
	text-align:center;
}

.infoimg {
	width:250px;height:250px;box-shadow:0 -25px 15px 1px rgba(0,0,0,0.2);border-radius:50%;padding:55px 10px 10px 10px;
	margin:-150px auto 0 auto;
	text-align:center;background:#fEfEfE;border:1px solid #EEE;

}
.infotext h2 {
	font-family: 'Crimson Text', serif;
	color:#222;
	font-weight:700;
	font-size:52px;
	padding-top:25px;
}

.infotext h3 {
	font-family: 'Crimson Text', serif;
	color:#750d0e;
	font-weight:400;
	font-size:28px;
}

.infotext h3 a:link, .infotext h3 a:visited {
	font-family: 'Crimson Text', serif;
	color:#750d0e;
	font-weight:400;
	font-size:36px;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

.infotext h3 a:hover, .infotext h3 a:active {
	font-family: 'Crimson Text', serif;
	color:#990000;
	font-weight:400;
	font-size:36px;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}


.infotext h4 {
	font-family: 'Crimson Text', serif;
	color:#222;
	font-weight:700;
	font-size:44px;
	padding-top:20px;
}

.infotext h4 a:link, .infotext h4 a:visited {
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	-webkit-transition:all ease .4s; transition:all ease .4s;
}

.infotext h4 a:hover, .infotext h4 a:active {
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	-webkit-transition:all ease .4s; transition:all ease .4s;
}


.infotext p {
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-weight:400;
	font-size:18px;
	line-height:1.3
}

.ropeborder {
background:url('images/rope-border_repeat_bg.jpg') repeat-x top left;
height:10px;
}
.cardtext h2 a:link, .cardtext h2 a:visited{
	color:#750d0e;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:22px;
}
.cardtext h2 a:hover, .cardtext h2 a:active {
	color:#990000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:22px;
}


.mountainrepeat {
	width:100%;
	background:url('images/mountain-repeat_bg.png') transparent repeat-x left bottom;
	height:92px;
	margin-top:-88px;

}

.lodgingwrap{
	background:url('images/dots_bg.jpg') repeat left top;
	padding:65px 0 65px;
	margin-bottom:75px;
	}

.backwrap {padding:60px 0 60px 0;}
.parallax-window {
    background: transparent;
	padding:50px 0 150px 0;
}
.quotetext {
	text-align:center;
}

.quotetext li {
	text-align:center;
	color:#FFF;
	font-size:24px;
	line-height:34px;
	font-family: 'Crimson Text', serif;
}

.redborder {background:url('images/image-border.jpg') repeat-x top left;height:20px;}
.redbordertext {text-align:center;font-size:13px;line-height:15px;}

.riprepeat {background:url('images/rip-repeat_bg.png') repeat-x left top;height: 100px;
margin-bottom: -95px;position:relative;z-index:1;}

.testimonialwrap {
	width:100%;
	background-image:url('images/testimonial-responsive_bg.jpg');
	background-size:cover;
	background-position:center bottom;
	padding:0 0 5% 0;
}
.testimonialtext {
	padding-top:60px;

}

.testimonialtext p {
	color:#FFF;
	font-size:26px;
	text-shadow: 0 0 2px #000,0 0 2px #000;
}

.testimonialtext h3 {
	color:#111;
	font-size:86px;
	font-weight:600;
	mix-blend-mode:overlay;
}
.testimonialtext a:link, .testimonialtext a:visited {
	color:#FFF;
	font-size:30px;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}
.testimonialtext a:hover, .testimonialtext a:active {
	color:#e4a100;
	font-size:30px;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

.eventswrap {padding:50px 0;}
/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.sm-block-vert {
	border-top:4px solid #750d0e;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:8px 0;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	box-shadow:0 0 15px 1px rgba(0,0,0,0.1);

}

.sm-block-vert h3 { padding:8px;font-weight:800;}

.sm-block-vert div {
	padding:8px;
}

.sm-block-vert p {
	padding:8px;
	margin-bottom:0;
}

.sm-block-vert-readmore::after {
	content:" \2192";

}



/*------------------------------------------------*/
/* @Timed Lightbox STYLES */
/*------------------------------------------------*/



.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index:1500;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 24px;
    z-index:1600;
    font-weight:800;
    color:#7d8b49;
}




/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/


.footertopwrap {

	background:url('images/footer-repeat_bg.jpg') repeat top right;

}

.footerimg {mix-blend-mode:overlay;padding:15px 0 15px 0;text-align:center;}

.footertext {padding-top:45px;font-size:14px;color:#FFF;text-align:left;}
.footertext h3 {font-size:24px;color:#cba579;text-align:left;font-weight:600;font-family: 'Crimson Text', serif;}
.footertext p {font-size:18px;color:#FFF;text-align:left;}

.footertext a {color:#FFF;-webkit-transition:all ease .3s; transition:all ease .3s;}
.footertext a:hover {color:#cba579;-webkit-transition:all ease .3s; transition:all ease .3s;}

.login {color:#CCC;font-size:11px;}
.login li {color:#CCC;font-size:11px;}

a.login:visited {color:#CCC; font-size:11px; text-decoration:none;}
a.login:active {color:#CCC; font-size:11px; text-decoration:none;}
a.login:link {color:#CCC; font-size:11px; text-decoration:none;}
a.login:hover {color:#EEE; font-size:11px; text-decoration:underline;}

.copyright {margin-top:20px;font-family: 'Roboto', sans-serif;border-top:1px solid #cba579;font-size: 11px;color: #CCC;text-align:center;padding:5px;}

a.copyright:visited {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:active {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:link {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:hover {color: #EEE; font-size:11px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 5px; 
	color: #CCC;
}

.wecontrol ul li { 
  display: inline; 
  color: #CCC;                                
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #CCC;
}

.wecontrol ul li a:hover {
    color: #EEE;
    text-decoration:underline;
}



/*Mailchimp*/

#mc_embed_signup .indicates-required {color:#FFF;text-align:left;}

#mc_embed_signup .mc-field-group label {color:#FFF;text-align:left;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/



/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (max-width : 1400px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (max-width : 1200px) {
	.display {display:none;}
	.contact {min-height:60px;padding:0 0 0 0;text-align:center;}
	.logo img {width:240px;height:auto;}
}

/* Large devices (desktops, 992px and up) */

@media only screen and (max-width : 992px) {
	.display {display:none;}
	.contact {min-height:60px;padding:0 0 0 0;text-align:center;}
	.logo img {width:200px;height:auto;}
	.infowrap {padding:0 10px 75px 10px;}

}

/* Medium devices (tablets, 768px and up) */

@media only screen and (max-width : 768px) {
.testimonialtext h3 {
	color:#111;
	font-size:52px;
	font-weight:600;
	mix-blend-mode:overlay;
}
.testimonialtext a:link, .testimonialtext a:visited {
	color:#FFF;
	font-size:22px;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}
.testimonialtext a:hover, .testimonialtext a:active {
	color:#e4a100;
	font-size:22px;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}
.logo img {width:180px;height:auto;}
.contact {min-height:60px;padding:0 0 0 0;text-align:center;margin-bottom:-55px;position:relative;z-index:1500;}
.contact  a {font-weight:normal;color:#FFF;line-height:22px;font-size:16px;-webkit-transition:all ease .4s; transition:all ease .4s;}
.contact  a:hover {font-weight:normal;color:#e4a100;line-height:22px;font-size:16px;-webkit-transition:all ease .4s; transition:all ease .4s;}
.contact span {display:block;}

.infotext h2 {
	font-family: 'Crimson Text', serif;
	color:#222;
	font-weight:700;
	font-size:38px;
	padding-top:25px;
}

}


/* Small devices (landscape phones, 576px and up) */ 
@media only screen and (max-width : 576px) {


}

