@font-face{
	font-family: corbel-bold;
	src: url(CORBELB.TTF) format('truetype');
}

@font-face{
	font-family: cordia-bold;
	src: url(cordiab.ttf) format('truetype');
}

.home-slider-container{
	width: 1200px;
	height: 600px;
	position: relative;
}

.home-slider{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	background-size: cover;
}

.home-slider-1{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_01.jpg') no-repeat center center;
	display: block;
}

.home-slider-2{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_02.jpg') no-repeat center center;
}

.home-slider-3{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_03.jpg') no-repeat center center;
}

.home-slider-4{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_04.jpg') no-repeat center center;
}

.home-slider-5{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_05.jpg') no-repeat center center;
}

.home-slider-6{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_06.jpg') no-repeat center center;
}

.home-slider-7{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_07.jpg') no-repeat center center;
}

.home-slider-8{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_08.jpg') no-repeat center center;
}

.home-slider-9{
	background: url('images_best_restaurants_near_madison_wisconsin/ANIM_HOME_IMAGES/HOME_ANIM_IMAGE_09.jpg') no-repeat center center;
}

.slider-bullet-wrap{
	width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.slider-bullet{
	width: 15px;
    height: 15px;
    border: 2px solid #fff;
    margin: 0 10px;
    display: block;
    cursor: pointer;
	transition: all 0.4s;
}

.slider-bullet-selected{
	background: #ffc;
    border: 2px solid #ffc;
}

.dd-menu-trigger{
	position: relative;
	cursor: pointer;
}

.drop-down-menu{
	position: absolute;
    z-index: 999;
    width: 100%;
    background: #222;
	display: none;
}

.dd-menu-inner{
	width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 10px -10px #000, 10px 0 10px -10px #222, -10px 0 10px -10px #000;
}

.dd-menu-item{
	font-size: 20px;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
}

.dd-menu-item:hover{
	color: #ffffcc;
}

.dd-menu-item:first-child{
	position: relative;
    border-bottom: 2px solid #cc9;
}

.dd-menu-item:first-child::after{
	content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #cccc99;
    top: 15px;
    right: 30px;
}

.dd-menu-item:first-child::before{
	content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #cccc99;
    top: 15px;
    left: 30px;
}

.dd-menu-item:nth-child(2n){
	background: #660000;
}

.dd-menu-item:nth-child(2n+1){
	background: #990000;
}

.dd-menu-item:last-child{
	border-top: 2px solid #cc9;
	position: relative;
}

.dd-menu-item:last-child::after{
	content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #cccc99;
    top: 15px;
    right: 30px;
}

.dd-menu-item:last-child::before{
	content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #cccc99;
    top: 15px;
    left: 30px;
}

.corbel-bold-48{
	font-family: corbel-bold;
	font-size: 48px;
	text-align: center;
	color: #6699cc;
}

.cordia-bold-24{
	font-family: cordia-bold;
	font-size: 24px;
	color: #ffffcc;
	text-align: left;
}

.contact-form-wrap{
	background: linear-gradient(rgba(204, 204, 153, 0.45), rgba(102, 0, 0, 0.45)), url(images_best_restaurants_near_madison_wisconsin/Contact_Page_CANOERS.jpg) no-repeat center center;
    padding: 30px;
}

.contact-form{
	width: 800px;
	margin: auto;
}

.form-input-holder{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-input-wrap{
	padding: 10px;
    position: relative;
    text-align: left;
}

.form-one-three{
	width: 31.5%;
}

.form-full{
	width: 100%;
}

.form-half{
	width: 48%;
}

.form-label{
	font-size: 20px;
    padding-left: 10px;
    color: #cc9;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.7);
}

.form-input{
	width: 100%;
    padding: 18px;
    box-sizing: border-box;
    border: none;
    background: #600;
    color: #cc9;
    font-family: inherit;
    font-size: 20px;
    letter-spacing: .8px;
    border-radius: 5px;
}

.form-input:focus{
	outline: none;
}

.form-input::placeholder{
	color: #cc9;
}

textarea{
	height: 100px;
}

.form-dropdown{
	display: flex;
    width: 100%;
    background: #600;
    color: #cc9;
    padding: 18px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.dropdown-option-wrap{
	position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    z-index: 999;
    display: none;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 20px 20px -20px #000, -20px 0 20px -20px #000, 20px 0 20px -20px #000;
}

.dropdown-option{
	font-size: 20px;
    padding: 15px 20px;
    background: #7f3326;
    border-bottom: 1px solid #cc9;
    color: #cc9;
    cursor: pointer;
    text-transform: uppercase;
}

.dropdown-option:last-child{
	border-bottom: none;
}

.dropdown-option:hover{
	background: #600;
}

.dropdown-devider{
	border-top: 4px dashed #600;
    background: #cc9;
    height: 1px;
}

.form-submit{
	padding: 10px 45px;
    color: #600;
    font-family: inherit;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50px;
    border: 5px solid #600;
    background: #cc9;
    box-shadow: 0 20px 20px -20px #000;
	transition: all 0.4s;
}

.form-submit:hover{
	background: #600;
	color: #cc9;
	border: 5px solid rgba(0,0,0,0.3);
}

.form-input-none{
	display: none;
}

.form-submit-wrap{
	text-align: center;
}

.mobile-menu-trigger{
	color: #cc9739;
    font-size: 90px;
    cursor: pointer;
	margin-bottom: 45px;
}

.mobile-menu-wrap{
	position: fixed;
    width: 350px;
    top: 0;
    right: 0;
    background: #330000;
    height: 100%;
    z-index: 9999;
    box-shadow: -20px 0 20px -20px #000;
	display: none;
	overflow-y: auto;
}

.close-mobile-menu{
	position: fixed;
    right: 350px;
	top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    background: #cc9739;
    color: #600;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    cursor: pointer;
    box-shadow: -10px 0 10px -10px #000, 0 10px 10px -10px #000;
}

.mobile-menu-inner{
	display: flex;
    flex-direction: column;
    padding: 10px 5px;
    box-sizing: border-box;
}

.mobile-menu-link{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #cccc99;
}

.mobile-menu-link:hover{
	color: #ffffcc;
}

.mobile-menu-devider{
	border-top: 2px solid #cc9739;
    width: 100%;
    margin: 15px 0;
}

.mobile-menu-footer{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.mobile-menu-social{
	width: 50px;
    height: 50px;
    color: #cccc99;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #cccc99;
    border-radius: 50px;
    margin: 0 5px;
	cursor: pointer;
}
