@charset "UTF-8";
/* CSS Document */

/* #7b876f - Branson 1 */
/* #95a588 - Branson 2 */
/* #a7ad9f - Branson 3 */
/* #c8cbc3 - Branson 4 */

/* #d47039 - Destin 1 */
/* #d28761 - Destin 2 */
/* #d09a82 - Destin 3 */
/* #dbb7a9 - Destin 4 */

/* #333333 - Dark */
/* #f0e6e3 - Light */
/* #9b3a48 - Red */

/* font-family: 'Allison', cursive; */
/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: "Montaga", serif;  */



body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;background-color: #f0e6e3;background-image: url("images/spring26-background.jpg");background-repeat: no-repeat;background-position: center top;background-size: 100% auto;}

@media screen and (max-width: 900px) {body {background-size: 150% auto;}}

@media screen and (max-width: 450px) {body {background-size: 200% auto;}}

#row {margin: 0px;padding: 0px;float: left;width: 100%;}
#center {width: 70%;margin-right: 15%;margin-left: 15%;}

#mobile {display: none;}
#browser {display: block;}

#branson {display: block;}
#destin {display: none;}


#branson {background-image: url("#");padding-bottom: 50px;float: left;width: 100%;}
#destin {background-image: url("#");float: left;padding-bottom: 50px;width: 100%;}

#arrow {width: 50%; text-align: center; margin-bottom: 50px;}

@media screen and (max-width: 450px) {
#mobile {display: block;}
#browser {display: none;}
.mobile {display: block;}
.browser {display: none;}
}

img.environ {width: 25%; height: auto; float: left;}

@media screen and (max-width: 450px) {
img.environ {width: 50%; height: auto; float: left;}
}


/* +++++++++++++++++++++ TABS +++++++++++++++++++++ */


#destinclick #newtab-de {width: 50%; float: left; margin-top: 0px; text-align: center; padding-top: 0px; padding-bottom: 10px; background-color: #d47039; color:#d09a82;}
#destinclick.here #newtab-de {color:#fff;}


#bransonclick #newtab-br {width: 50%; float: left; margin-top: 0px; text-align: center; padding-top: 0px; padding-bottom: 10px; background-color: #7b876f; color:#a7ad9f;}
#bransonclick.here #newtab-br {color:#fff;}




#row.txt a #newtab-br, #row.txt a #newtab-de {
	
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
    font-family: "Montaga", serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
    
}

#row.txt a #newtab-br span, #row.txt a #newtab-de span {
	font-weight: 400;
	opacity: 0.7;
	padding-left: 10px;
	padding-right: 0px;
	display: inline;
    font-family: 'Allison', cursive;
    text-transform: capitalize;
    font-size: 125%;
    letter-spacing: 0px;
}

@media screen and (max-width: 450px) {
	#row.txt a #newtab-br, #row.txt a #newtab-de {
	font-size: 15px;
    line-height: 20px;
    
}
}

/* +++++++++++++++++++++ HEADER +++++++++++++++++++++ */

#row.hdr {
	
    text-align: center;
}

#browser #row.hdr img {
	width: 85%;
	height: auto;
	margin-right: 0%;
	margin-left: 0%;
    padding: 0px;
}

#mobile #row.hdr img {
	width: 100%;
	height: auto;
	margin-right: 0%;
	margin-left: 0%;
}



#row.nav-mobile {
	background-color: #333333;
	text-align: center;
    background-image: url("images/background25ftr.png");
    background-repeat: repeat;
    border-radius: 15px;
    margin-top: 15px;
    width: 90%;
    margin-left: 5%; margin-right: 5%;
    overflow: hidden;
}
#row.nav-mobile a {
	font-size: 25px;
	line-height: 50px;
	color: #f0e6e3;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
    padding-top: 5px;
	font-weight: 300;
	width: 100%;
	display: block;
	margin: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0e6e3;
    font-family: "Montaga", serif;
}
#row.nav-mobile a.click {
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: 700;
	width: 100%;
	display: block;
	margin: 0px;
	float: left;
	text-transform: uppercase;
    font-family: "Montaga", serif;
    border: none;
    opacity: 0.6;
}
#mobile-nav-box {
	display: none;
}
#row.nav-mobile a.r {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#row.nav-mobile a:hover {
	color: #FFFFFF;
	font-weight: 700;
}
#row.nav-mobile a.here {
	color: #FFFFFF;
	font-weight: 700;
}
#row.promo {
	background-color: #f0e6e3;
	text-align: center;
}

#row.promo img.date-locate{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
	width: auto;
}






@media screen and (max-width: 450px) {
	#row.promo img.date-locate{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	width: 90%;
}

}

/* +++++++++++++++++++++ TITLE +++++++++++++++++++++ */

#row.title {margin-top: 25px;width: 70%;margin-right: 15%;margin-left: 15%;border-radius: 15px;overflow: hidden;box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);background-color: #fff;padding-top: 0px;background-image: url("images/spring-26-title-background.jpg");background-position: center top; background-size: 50% auto;}
#row.title #nav {text-align: center;margin-bottom: 15px; width: 100%; display: inline-block; margin-left: 0%; margin-right: 0%; padding-top: 15px; padding-bottom: 10px; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #d7e1ee; }
#row.title #nav a {color: #9b3a48;text-decoration: none;margin-right: 10px;margin-left: 10px;font-family: "Montaga", serif;letter-spacing: 1px;opacity: 0.5;font-weight: 700; display: inline-block;}
#row.title #nav a:hover {color: #9b3a48;font-weight: 700;opacity: 1.0;}
#row.title #nav a.here {color: #9b3a48;font-weight: 700;opacity: 1.0;border-bottom: solid;border-bottom-color: #9b3a48;border-bottom-width: 1px;}
#row.title h1 {font-family: 'Allison', cursive;color: #9b3a48;font-size: 100px;line-height: 40px;margin: 0px;padding-top: 40px;padding-bottom: 50px;text-align: center;background-repeat: no-repeat;background-position: center top;background-size: 120% auto;font-style: normal;font-weight: 100;}
#row.title h1 span {font-family: "Montaga", serif;font-size: 20px;line-height: 0px;color: #fff;opacity: 0.33;letter-spacing: 3px;font-weight: 600;}
#row.title a #branson-top, #row.title a #destin-top {width: 50%; float: left; text-align: center; display: inline-block; font-family: "Montaga", serif; padding-top: 15px; padding-bottom: 15px; color: #fff; font-weight: 600; letter-spacing: 3px;}
#row.title a #branson-top, #row.title a #destin-top {font-size: 18px; line-height: 20px;}
#destinclick span, #bransonclick span {opacity: 0.5;}
#destinclick.here span, #bransonclick.here span, #destinclick:hover span, #bransonclick:hover span {opacity: 1.0;}
#row.title a #branson-top {background-color: #7b876f;}
#row.title a #destin-top {background-color: #d09a82;}
#row.title a:hover #branson-top {background-color: #95a588;}
#row.title a:hover #destin-top {background-color: #d09a82;}

@media screen and (max-width: 4000px) {
#row.title #nav a {font-size: 22px;line-height: 25px;}
}
@media screen and (max-width: 1500px) {
#row.title #nav a {font-size: 17px;line-height: 20px;}
}
@media screen and (max-width: 900px) {
#row.title #nav a {font-size: 14px;line-height: 24px;}
}

@media screen and (max-width: 450px) {
#row.title {width: 90%;margin-right: 5%;margin-left: 5%;margin-bottom: 0px; }
#row.title #nav {display: none;}
#row.title h1 {font-size: 90px;line-height: 50px; padding-bottom: 25px; padding-top: 20px;}
#row.title h1 span {font-size: 15px;line-height: 0px;}
    #row.title a #branson-top, #row.title a #destin-top {font-size: 14px; line-height: 20px;}
}

#row.txt {
	
	padding-bottom: 50px;
}
#row.txt #center {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
#row.txt #center #left {
	padding: 0px;
	float: left;
	width: 49%;
	margin-top: 25px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.txt #center #right {
	padding: 0px;
	float: left;
	width: 49%;
	margin-top: 25px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 1%;
}
#row.txt #center img.full {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#row.txt #center img.corner {
border-radius: 15px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}




#row.txt h2 {
	color: #f0e6e3;
	font-family: 'Allison', cursive;
	font-size: 70px;
	font-weight: 300;
	line-height: 90px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	text-transform: capitalize;
}

#row.txt h2 span {
	
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

#row.txt h1 span {
	color: #f5c7c7;
}
#row.txt p.registration {
	font-size: 20px;
	line-height: 25px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#row.txt h5.page-title {
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
	margin: 0px;
    border:none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#row.txt h5.page-title span {
	font-family: 'Allison', cursive; text-transform: capitalize; letter-spacing: 0px; font-size: 150%;
}

@media screen and (max-width: 900px) {
    #row.txt h5.page-title {font-size: 35px;line-height: 50px;}
#row.txt h5.page-title span {font-size: 125%;}
}

@media screen and (max-width: 450px) {
        #row.txt h5.page-title {font-size: 30px;line-height: 50px;}
#row.txt h5.page-title span {font-size: 100%; }
}



#row.txt h6.page-sub-title {
	background-image: url("images/dot.png");
	background-position: center center;
	background-repeat: repeat-x;
}

#row.txt h6 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
    border:none;
	text-transform: uppercase;
	width: auto;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

#row.txt h6.page-sub-title span {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 11px;
	border-radius: 10px;
	letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

#row.txt hr {background-image: url("images/dot.png");
	background-position: center center;
	background-repeat: repeat-x;
border: none;
height: 1px;
width: 100%;
    margin: 0px;
    padding: 0px;
}


#row.txt p.intro {
	font-size: 23px;
	line-height: 26px;
	color: #d47039;
	font-weight: 500;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
    font-family: "Montaga", serif;
    text-transform: uppercase;
}
#row.txt p.close {
	font-size: 20px;
	line-height: 25px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#row.txt p.general {
	font-size: 17px;
	line-height: 20px;
	color: #105A4A;
	font-weight: 700;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.form {
	color: #333333;
	text-decoration: none;
	background-color: #f0e6e3;
	width: 38%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	padding: 4%;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	font-weight: 700;
	
}
a.form img, #downloads a img {
	width: 30%;
	height: auto;
	display: block;
	clear: both;
	margin-left: 35%;
	margin-right: 35%;
	margin-bottom: 10px;
}
#downloads {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	margin-bottom: 20px;
    
}

#downloads a {
    font-family: 'Allison', cursive;
    font-weight: 300;
    font-size: 35px;
    line-height: 30px;
    color: #333333;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
width: 38%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	padding: 4%;
    text-align: center;
    text-decoration: none;
}

#downloads a:hover {
   opacity: 0.75;
}

#row.txt p.include {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #333333;
    text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
#row.txt p.bio {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
    font-family: "Montaga", serif;
    padding-left: 20px;
    padding-right: 20px;
}





@media screen and (max-width: 450px) {


#downloads {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	margin-bottom: 20px;
    
}
	
	#row.txt #center {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
}

#row.txt h2 {
	color: #f0e6e3;
	font-size: 40px;
	font-weight: 300;
	line-height: 60px;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#row.txt p.bio {
	font-size: 20px;
	line-height: 28px;	
}
#row.txt #center #left {
	padding: 0px;
	float: left;
	width: 80%;
	margin-top: 25px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
}
#row.txt #center #right {
	padding: 0px;
	float: left;
	width: 80%;
	margin-top: 25px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
}
}



#row.txt #day p.date {
	color: #f0e6e3;
	margin: 0px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
    font-family: "Montaga", serif;
    letter-spacing: 2px;
}

#row.txt #day p.date span {
	font-family: 'Allison', cursive;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 20px;
    font-size: 25px;
}

#row.txt #day {
	float: left;
	width: 24%;
	margin-left: .5%;
	margin-right: .5%;
	text-align: center;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
    border-radius: 10px !important;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
#row.txt #day p.price {
	color: #f0e6e3;
	font-size: 60px;
	line-height: 50px;
	font-weight: 400;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
font-family: "Montaga", serif;
}
#row.txt #day p.price span {
	font-weight: 100;
    font-size: 75%;
}
#row.txt #day p.price em {
	font-weight: 300;
	font-size: 25px;
	font-style: normal;
	line-height: 20px;
    font-family: 'Allison', cursive;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#row.txt #day p.per {
	color: #f0e6e3;
	margin: 0px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    font-family: "Montaga", serif;
    font-weight: 700;
    letter-spacing: 1px;
}
#row.txt #day p.person {
	margin: 0px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#row.txt #day p.per span {
	color: #f0e6e3;
	font-weight: 700;
}
#row.txt #day p.time {
	color: #f0e6e3;
	font-size: 25px;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin: 0px;
	font-weight: 700;
    font-family: 'Allison', cursive;
}
#row.txt #day p.people {
	color: #333333;
	font-size: 25px;
	line-height: 28px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#row.txt #day p.people em {
	font-style: normal;
	font-size: 15px;
	line-height: 25px;
	color: #aaaaaa;
}
#row.txt #day p.people span {
	font-size: 18px;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: 700;
}
#row.txt #day img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	height: auto;
}
#row.txt #day img.hide {
	display: block;
}

#row.txt #day p.weekday {
	font-family: 'Allison', cursive;
	margin: 0px;
	font-weight: 100;
	text-transform: lowercase;
	font-size: 35px;
	line-height: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#row.txt #day p.weekday span {
	
}





@media screen and (max-width: 450px) {
	#row.txt #day {
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	padding-bottom: 0px;
}
#row.txt #day img.hide {
	display: none;
}

}





#row.ftr {
	
    text-align: center;
}
#row.ftr img {
	
	
}

#row.ftr p {color: #f0e6e3 !important;
	font-size: 18px;
	line-height: 20px;
	display: block;
	float: left;
	width: 80%;
	margin: 0px;
	padding-top: 40px;
	padding-right: 10%;
	padding-bottom: 40px;
	padding-left: 10%;
    font-weight: 400;
    font-family: "Montaga", serif;
    letter-spacing: 1px;
    }

#row.ftr a {color: #fff !important;
	}


@media screen and (max-width: 450px) {

#row.ftr {text-align: center;}
    #row.ftr img {
	margin: 0px;
	width: 100%;
    height: auto;
	padding: 0px;
    margin-left: 0%;
    margin-right: 0%;
	
}
#row.ftr p {color: #fff;font-size: 16px;line-height: 16px;}
}



#row.reg-nav {
	font-family: "Montaga", serif;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 30px;
    letter-spacing: 2px;
}
#row.reg-nav a {
	color: #fdfcfb;
	text-decoration: none;
	font-size: 18;
	line-height: 20px;
	margin: .5%;
	padding-top: 13px;
    padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
    background-color: #9b3a48;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    display: block;
    width: 24%;
    float: left;
}

@media screen and (max-width: 900px) {
#row.reg-nav a {font-size: 15;line-height: 20px;width: 49%;}
}
@media screen and (max-width: 450px) {
#row.reg-nav a {font-size: 12;line-height: 20px;width: 99%;}
}

#row.reg-nav a:hover {
	background-color: #9b3a48;
}
ul.bullets {
	margin: 0px;
	padding: 0px;
    font-family: "Montaga", serif;
}
ul.bullets li {
	list-style-type: none;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 16px;
	line-height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: 400;
}
ul.bullets li strong {
	font-weight: 700;
	color: #7b876f;
}
p.up a {
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	padding: 10px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 10px;
	font-weight: 700;
	text-align: center;
}
p.up {
	text-align: center;
	opacity:0.5;
}
#reg-process {
	padding-top: 0px;
	padding-bottom: 25px;
	margin: 0px;
	width: 100%;
}
#reg-housing {
	padding-top: 0px;
	padding-bottom: 25px;
	margin: 0px;
	float: left;
	width: 100%;
}
#reg-cancel {
	padding-top: 0px;
	padding-bottom: 25px;
	margin: 0px;
	float: left;
	width: 100%;
}
#row.txt h3 {
	color: #333333;
	font-size: 75px;
	line-height: 50px;
	font-weight: 300;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: lowercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    font-family: 'Allison', cursive;
}
#row.txt h4 {
	color: #9b3a48;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
   font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 10px;
}

#row.txt h5 {
	color: #7f7e9f;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f7e9f;
}

#row.txt p.top {
	color: #d47039;
	font-size: 22px;
	line-height: 25px;
	margin: 0px;
	text-align: center;
	font-weight: 700;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#row.txt p.sml {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	text-align: center;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    font-family: "Montaga", serif;
}
#row.txt p.sml strong {
	color: #d47039;
	font-size: 19px;
	line-height: 20px;
	margin: 0px;
	text-align: center;
	font-weight: 700;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#row.txt p.legal {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}



#register {
	background-color: #1e4a24 !important;
	float: left;
	width: 90%;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
    background-image: url(images/ivy-two.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

#register img {
	width: 20px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}

#register p {
	color: #F5C8C7 !important;
	font-size: 21px !important;
	line-height: 20px !important;
	padding-top: 5px !important;
	padding-right: 10% !important;
	padding-bottom: 5px !important;
	padding-left: 10% !important;
	margin: 0px !important;
	text-align: center !important;
	font-weight: 100 !important;
}
#register p strong {
	font-weight: 900 !important;
	color: #FCF9F4;
}

#register p a {
	color: #F5C8C7 !important;
}

@media screen and (max-width: 450px) {


#register p {
	font-size: 16px !important;
	line-height: 20px !important;
}
    
    #register {
	padding-top: 10px;
	padding-bottom: 10px;
}
    
}


/* +++++++++++++++++++++ SIGNUP +++++++++++++++++++++ */

div.ctct-inline-form {width: 60%; margin-left: 20%; margin-right: 20%; float: left;}

div.ctct-form-embed.form_0 {background-color: #333333 !important;}
        
div.ctct-form-defaults {background-color: #333333 !important;}

div.ctct-form-embed div.ctct-form-defaults {background-color: none !important;}

input.ctct-form-element {border-color: #b2a498 !important; color: #fff !important; }
        
#row.ftr p.ctct-form-text {color: #d09a82;font-size: 18px;line-height: 20px;padding-top: 0px;padding-bottom: 20px;font-weight: 700; width: 100%; clear: both; padding-left: 0%; padding-right: 0%; text-align: center;}
        
#row.ftr p.ctct-gdpr-text {color: #d09a82;font-size: 16px;line-height: 20px;padding-top: 0px;padding-bottom: 20px;font-weight: 700; width: 100%; clear: both; padding-left: 0%; padding-right: 0%; text-align: center;margin-block-start: 0px !important; margin-block-end: 0px !important; margin-inline-start: 0px !important; margin-inline-end: 0px !important;}
           
#row.ftr h2 {color: #fff;font-family: 'Allison', cursive !important;font-size: 50px;font-weight: 300;line-height: 50px;margin: 0px;padding-top: 10px;padding-right: 0px;padding-bottom: 25px;padding-left: 0px;text-align: center;text-transform: capitalize;}

#row.ftr hr {width: 80%;margin-left: 10%;margin-right: 10%;border: 0;height: 2px;background-image: linear-gradient(to right, rgba(151, 139, 105, 0), rgba(151, 139, 105, 0.99), rgba(151, 139, 105, 0));}
        
input.ctct-form-element {background-color: #b2a498 !important;font-size: 20px !important; font-weight: 700 !important; text-align: center !important; color: #fff;}
        
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label {color: #fff !important; text-align: center !important;}
        
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {background-color: #95a588 !important; border-color: #95a588 !important;font-size: 16px !important;line-height: 20px !important;font-weight: 700 !important;color: #fff !important; width: 50% !important; margin-left: 25% !important; margin-right: 25% !important;}
        
p.ctct-form-footer {display: none !important;}
        
img.social {width: 35px !important; height: 35px !important;}
        
@media screen and (max-width: 450px) { 
div.ctct-inline-form {width: 90%; margin-left: 5%; margin-right: 5%; float: left;}
}
