* { margin:0; padding:0;}


/*** GLOBAL ***/

body {
	font-family: 'Istok Web', Georgia, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 36px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

h1 {
	color: #8bd6e4;
	font-size: 28px;

}

h2 {
	font-family: "Istok Web", sans-serif;
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 40px;
	text-align: center;
}

h3 {
	font-family: "Istok Web", sans-serif;
	font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px dotted red;
}

h4 {
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    color: #BD3741;
    padding-bottom: 10px;
    margin-bottom: 40px;
}


p {
	color: #000;
	margin-bottom: 30px;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
}

a:hover {
	color: #fadbdd;
}

ul {
	list-style-type: none;
}



.btn {
    background: #BD3741;
    padding: 10px 33px;
    border-radius: 10px;
    margin-top: 25px;
    display: inline-block;
   }


.btn:hover {
	background-color: #444;
	color: #fff !important;
}

/*** STRUCTURE ***/

#wrapper {
	width: 100%;
	background: url('../img/symphony.png') repeat;
	overflow: hidden;
	margin: 0 auto;
	
}

header {
	display:block;
	background-size: cover;
    background-color: #fff;
    width: 100%;
    height: 140px;
    position: absolute;
    z-index: 2;
   }

.headwrap {
    width: 1000px;
    height: 140px;
    margin: 0px auto;
}

.logo {
	display: inline-block;
	float: left;
	margin: 15px 28px 0px;
}

	.logo a {
		color: #bae8ed;
	}

		.logo > a:hover {
			color: #fff;
		}

	.logo img {
    width: 200px;
	}

.menu_title {
	clear: both;
	margin-top: 100px;
}

#navigation {
	display: inline-block;
	clear: both;
	background-color: #222;
	width: 100%;
	height: 100px;

}

#navigation ul {
    margin-top: 0px;
    display: block;
    margin-left: 75px;
    width: 1000px;

}

	#navigation li {
		font-family: "Oswald", sans-serif;
		height: 100px;
		display: inline-block;
		padding: 0px 20px;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: bold;
	}

	#navigation li a {
    margin-top: 36px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
   
}
	#navigation li a:hover{
		color: #BD3741;
	}


.consultation {
    background: #BD3741;
    padding: 10px 33px;
    border-radius: 10px;
    margin-top: 25px !important; 
}

.consultation:hover {
	background-color: #444;
	color: #fff !important;
}

.main {
	width: 100%;
	/*background-color: #fff;*/
	padding: 60px 0px 25px;
}

.content{
	display: block;
	/*background: url('../img/symphony.png') repeat;*/
	width: 1200px;
	height: 100%;
	padding-bottom: 25px;
	margin: 0px auto;
	 overflow-y: auto;
	 padding: 50px 0px;
}


li.current {
    background-color: #95ead3;
 }

li.current a {
	color: #fff;
}

#face {
	/*width: 1200px;*/
	padding: 20px 0px;
	margin-top: 80px;
	margin-bottom: 40px;
	overflow-y: auto;
}

	#face img {
		display: inline-block;
		text-align:center;
	}


#face h2 {
	background: url('images/info.png') no-repeat 0 3px;
    float: right;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 19px;
    padding-left: 36px;
}

#face a h2 {
	border-bottom: 1px dotted #fff;
}

#face_wrap {
	/*width: 1060px;*/
	margin: 0px auto;
}



.main_goals {
    background-color: #ffffff;
}

.main_interesting {
	background: url('img/bg-2.png') no-repeat 0 3px;
	background-size: cover;
}

	.main_interesting p {
		color: #fff;
	}
		.main_interesting h2 {
			color: #fadbdd;
		}
/***** PAGES ***********/


.featured {
	display: block;
	height: 670px;
	width: 100%;
	overflow: hidden;
	min-width: 1080px;
	z-index: 1;
	position: relative;

}


#contact .featured {
	height: 300px;
}


img.featured {
    width: 100%;
    height: auto;
    display: block;
}


.sub-wrap {
    width: 1000px;
    margin: 0px auto;
    display: block;
}

.subtitle {
    display: block;
    background: url('../img/bg_subtitle.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 350px;
    padding: 45px 40px;
    min-width: 610px;
    max-width: 940px;
    border-radius: 7px;
    text-align: center;
}

.subtitle h2 {
	font-family: "Istok Web", sans-serif;
	font-size: 36px;
	text-transform: none;
	font-weight: 300;
	font-size: 36px;
	margin-top: 12px;
	color: #fff;
}

.subtitle h3 {
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 2px;
}


.sub-page .sub-wrap {
	width: 1000px;
}

body.sub-page .subtitle {
	float: left;
	width: 500px;
	min-width: 500px !important;
	padding: 25px 0px;
	}

/** SUBMITTED VERSION ** .cta {
    width: 1000px;
    background-color: #fff;
    margin: 0px auto 100px;
    margin-top: 100px;
    overflow-y: auto;
}
**/

/** Alternate **/
.cta {
    width: 1000px;
    background-color: #fff;
    margin: 0px auto 0px;
    /* margin-top: 100px; */
    overflow-y: auto;
    padding: 100px 50px;
}



ul.cta-sections {
    width: 100%;
    margin: 0px auto;
}

.cta-sections li {
    width: 30%;
    float: left;
    margin-right: 33px;
}

.small {
    color: #000;
}
	.small p {
		color: #000;
	}

p.small-content {
    height: 175px;
}

.small-button {
	text-align: center;
}

.doran-wrap {
	clear: both;
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 50px;
	background: url('../img/doranbg.jpg');
	overflow-y: auto;

}

.doran-content {
    width: 1000px;
    margin: 50px auto;
}

.doran-left{
    width: 60%;
    float: left;
    padding: 30px 30px 0px;
    
}

.doran-left h2 {
    margin-bottom: 40px;
}


#home .doran-left p {
		color: #fff;
	}

#about .doran-left {
	padding-top: 0px;
}

.doran-sig {
	width: 50%;
	margin-top: 50px;
}

.doran-sig img {
	width: 340px;
}

.doran-right {
	width: 30%;
	float: right;
}

.doran-right p{
	text-align: center;
}



.section {
   width: 970px;
    display: block;
    margin: 0px auto;
    padding: 40px 30px 40px;
    background: #fff;
    top: -130px;
    position: relative;
    z-index: 10;
    overflow-y: auto;
}



.answer {
    margin-bottom: 40px;
}



/** TIME PICKER **/

.ui-timepicker-div dl {
	float: none !important;
}




/*** FOOTER ***/

footer {
	display: block;
	width: 100%;
	background-color: #000;
	height: 100px;
}

.footwrap {
	width: 1080px;
	margin: 0px auto;

}

	.footwrap p {
		float: left;
		width: 385px;
		display: inline-block;
		color: #fff;
		margin-top: 45px;
		letter-spacing: 1px;
	}

	.contact_ft {
		background: url('images/contact.png') no-repeat 0 3px;
		padding-left: 38px;
	}

	.footwrap ul {
		display: inline-block;
		float: right;
		margin-top: 35px;
	}
	
	.footwrap li {
		float: left;
		margin-left: 20px;
		display: inline-block;
		height: 26px;
	}

.social-media {
    float: right;
    margin-top: 45px;
}

.social-media li {
    display: inline-block;
}

.social-media img {
	width: 45px;
}
/* Week 2 Functions */


	
#functions_wrap {
	width: 1200px;
	margin: 50px auto;
	height: 600px;
}

.functions_title {
	width: 100%;
	height: 1000px;
	display: block;
	background: url('img/bg-2.jpg') repeat;
	background-size: cover;
	margin: 0px auto 0px;
	padding-top: 40px;
	
}
	.funtions_title h2 {
		padding-top: 60px;
		color: #fff;
	}

.currentYear, .ageCheck, .sqFootage {
	background: url('img/content.png') repeat;
	background-size: cover;
	width: 250px;
	height: 500px;
	display: inline-block;
	float: left;
	margin: 0px 10px 0px;
	padding:30px;
}

.currentYear p, .ageCheck p, .sqFootage p {
margin-top: 25px;
}

.thisyear {
	display:block;
	font-size: 80px;
	line-height: 77px;
	text-align: center;
	font-weight: bold;
	color: white; /* fallback */
	background: url('img/bg-2.jpg') no-repeat;
	background-size: cover;
	-webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.appetizers, .salads, .desserts {
	display: inline-block;
	float: left;
	margin-top: 150px;
}

.cycle-slideshow {
    width: 100%;
    margin-top: 100px;
    z-index: -1;
}

.cycle-slideshow img {
	width: 100%;
}

/*** CONTACT FORM ***/

form{
  width: 100%;
  margin: 50px auto;
}

.label {
  float:left;
  /*

width:220px;
  text-align:right;
  clear:left;
  margin-right:50px;

  */
  font-weight:bold;
  font-size: 18px;
}

.focus {
    background-color: #fff;
    color: #333;
}

input, select, textarea {
  background-color: #eee;
    color: #333;
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-left: 20px;
    float: right;
}


textarea {
      display: inline-block;
    resize: none;
    height: 200px;
}

form > select {
  width: 516px;
}

.error {
  margin-left: 20px;
  color: #BD3741;
}

label {
	clear: both;
}


#submit { 
  margin-left: 300px; 
background-color: #BD3741;
color: #fff;

}

#occasion:disabled {
  background-color: #fff;
  border-color: #eee;
}

/*** THE MENU ***/



#accordion {
  width: 80%;
  height: 500px;
  margin: 0px auto;
}
  .Appetizers, .Salads, .Desserts {
    height: 60px;
 }

 .Appetizers {
  background: url('../img/app.jpg') no-repeat;
    background-size: cover;
 }

 .Salads {
  background: url('../img/salad.jpg') no-repeat;
    background-size: cover;
 }

 .Desserts {
  background: url('../img/desserts.jpg') no-repeat;
    background-size: cover;
 }


 #accordion a {
  font-size: 32px;
  color: #fff;
  text-shadow: 1px 1px #000;
  padding: 10px;
  margin-top: 10px;
 }

.ui-dialog, .ui-widget-header, .ui-dialog-buttonpane {
	background: url('../img/bg_subtitle.png') repeat !important;
	background-size: cover;
	color: #fff;
	border: none;
}


#dialog p {
  color: #ffffff;
}

#gallery li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}