.insert {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
* {
	margin           : 0;
	padding          : 0;
 /* font-family: 'Roboto Condensed', sans-serif;*/
 /*font-family: 'Open Sans Condensed', sans-serif;*/
}

html {
	height: 100%;
}

body {
	/*background-color : #4F135D;*/
/*	width: 100%;
	background: url("../img/wagashi.jpg");
  */
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
}

#wrapper {
	width            : 100%;
	margin           : 0 auto;
}

header {
	width            : 100%;
	height           : 150px;
	background-image: url("../img/wood.png");
	margin           : 0 auto;
}


section {
	width: 931px;
	margin: 85px auto 0px;
	height: 1100px;
}

footer {
	text-align: center;
	margin: 10px 0px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clear {
	clear: both;
}

.logo {
	margin: 0px 0px 0px 120px;
}

.menu {
/*  margin-top: 42px;
  margin-right: 47px;*/
  text-align: center;
}

.float_tab {

  /* No bullets */
  list-style: none;

  /* Position and float the tab */  
  position: fixed;
  z-index: 1;
  right: 0;
  top: 130px;
  
  /* Give the tab width and padding */
  width: 58px;
  padding: 8px 5px;
  
  /* Add the curved white border */
  border: 1px solid black;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  
  /* Add the drop shadow */
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  
  /* Add the semitransparent gradient background */
  background-color: #c0392b;
  color: white;
  font-family: Helvetica,sans-serif;
  font-size: 9px;
}

.float_tab p {
	display: none;
}

.float_tab:hover {
   color:white;
   background-color: #ea6153;
   width: 150px;
}

.float_tab:hover p {
	display: block;
	font-size: 15px;
	float:right;
	margin-top:20px;
  color: white;
}

.content {
  background-color: white;
  width:960px;
  height:1100px;
}

.contact {
	padding-top: 3px;
}

#wrapper section .content .contact h3 {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 30px;
  padding-bottom: 0px;
  font-size: 21px;
}

.line {
  display: block;
  height: 1px;
  width: 95%;
  background-color: #F00;
  margin-left: 23px;
}

#wrapper section .content .contact iframe {
  margin: 11px 28px;
}

#wrapper section .content .contact_info {
	width: 550px;
	margin-bottom: 15px;
}

#wrapper section .content .contact_info h3 {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 30px;
  padding-bottom: 0px;
  font-size: 21px;
}

.line_contact_info {
  display: block;
  height: 1px;
  width: 95%;
  background-color: #F00;
  margin-left: 23px;
}

#wrapper section .content .contact_info table {
  margin: 16px 0px 16px 27px;
}

#wrapper section .content .time {
  margin-right: 61px;
}

#wrapper section .content .time table{
 margin: 16px 0px 16px 27px;
}

#wrapper section .content .time h3  {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 30px;
  padding-bottom: 0px;
  font-size: 21px;
}

.line_time {
  display: block;
  height: 1px;
  width: 95%;
  background-color: #F00;
  margin-left: 23px;

}

/*Form*/

::-moz-selection { background: #f8cc37; color: #4b2813; text-shadow: 0 2px 0 #fce653; }
::selection { background: #f8cc37; color: #4b2813; text-shadow: 0 2px 0 #fce653; }

.page-container {
    margin: 0 auto;
    padding: 60px 0 20px 0;
}

.contact-us {
    position: relative;
    width: 400px;
    margin: 0 auto;
    background: #fbefbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contact-us h1 {
    height: 80px;
    margin-bottom: 30px;
    background: #e67632;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: 'Patua One', cursive;
    font-size: 30px;
    color: #f8f8f8;
    text-transform: uppercase;
    line-height: 80px;
    text-align: center;
    text-shadow: 0 3px 0 #e15e28;
}

.contact-us input {
    width: 302px;
    height: 38px;
    margin: 0 0 20px 30px;
    padding: 0 18px;
    background: #fffbec;
    border: 1px solid #fffbec;
    -moz-box-shadow: 0 5px 0 0 #faedb5;
    -webkit-box-shadow: 0 5px 0 0 #faedb5;
    box-shadow: 0 5px 0 0 #faedb5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #cc9471;
    outline: none;
}

.contact-us input:-moz-placeholder { color: #cc9471; }
.contact-us input:-ms-input-placeholder { color: #cc9471; }
.contact-us input::-webkit-input-placeholder { color: #cc9471; }

.contact-us textarea {
    width: 302px;
    height: 92px;
    margin: 0 0 20px 30px;
    padding: 10px 18px 0 18px;
    background: #fffbec;
    border: 1px solid #fffbec;
    -moz-box-shadow: 0 5px 0 0 #faedb5;
    -webkit-box-shadow: 0 5px 0 0 #faedb5;
    box-shadow: 0 5px 0 0 #faedb5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #cc9471;
    outline: none;
}

.contact-us textarea:-moz-placeholder { color: #cc9471; }
.contact-us textarea:-ms-input-placeholder { color: #cc9471; }
.contact-us textarea::-webkit-input-placeholder { color: #cc9471; }

.contact-us button {
    width: 400px;
    height: 70px;
    margin-top: 14px;
    padding: 0;
    background: #f8cc37;
    border: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    font-family: 'Patua One', cursive;
    font-size: 24px;
    color: #4b2813;
    text-transform: uppercase;
    line-height: 70px;
    text-align: center;
    text-shadow: 0 2px 0 #fce653;
}

.contact-us button:hover {
    background: #e67632;
    color: #f8f8f8;
    text-shadow: 0 3px 0 #e15e28;
}

.contact-us input:focus,
.contact-us textarea:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us input,
.contact-us textarea,
.contact-us button {
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us p {
    margin: 0 30px;
    padding-bottom: 30px;
    font-size: 15px;
    color: #cc9471;
    line-height: 30px;
}

.error {
    display: none;
    position: absolute;
    left: 390px;
    height: 44px;
    padding: 0 25px;
    background: #f8cc37;
    font-size: 15px;
    color: #4b2813;
    font-style: italic;
    line-height: 44px;
    white-space: nowrap;
    text-shadow: 0 2px 0 #fce653;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.error::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -15px;
    border: 5px solid rgba(248, 204, 55, 0);
    border-right: 10px solid #f8cc37;
}


div#wrapper .btm_header {
	background-color: #036737
}

#content {
	
	float: right;
	min-height: 300px;
	padding-left: 20px;
	width: 980px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-top: 30px;
}
#content h2{
	margin-bottom: 25px;
	font-size: 30px;
	}
	
#content h3{
	margin-bottom: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6F0003;
	}
	
#content p{
	margin-bottom: 20px;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#contact form {
	float: right;
	color: #333333;
	height: 320px;
	width: 420px;
	border: 1px solid #9C81BA;
	padding: 19px 19px 6px;
	margin-top: -10px;
	margin-bottom: 40px;
}
#contact form table {
	border-collapse: collapse;
}
#contact form table td {
	padding-bottom: 6px;
}
#contact table td:first-child {
	font-size: 14px;
	line-height: 30px;
	width: 180px;
	text-transform: uppercase;
}
#contact table td.txtarea {
	vertical-align: top;
}
#contact form input {
	height: 17px;
	line-height: 17px;
	width: 278px;
	border: 1px solid #5a4535;
	border-radius: 2px;
}
#contact textarea {
	height: 143px;
	line-height: 17px;
	width: 338px;
	border: 1px solid #5a4535;
	border-radius: 2px;
	overflow: auto;
	resize: none;
}
#contact input.btn {
	background: url(../images/btn-send.png) no-repeat -70px 0;
	cursor: pointer;
	height: 26px;
	width: 60px;
	border: 0;
	padding: 0;
	margin: 0;
}
#contact input.btn:hover {
	background-position: 0 0;
}
#contact p span {
	display: inline;
	text-transform: uppercase;
}
#contact {
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
#destinations {
	background: #6F8BFF;
	margin-top: 0px;
	padding: 10px;
}
#destinations table tr td {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
