/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*display
 * Custom Style Sheet - Use this file to style your content
 */


@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Logo */
.custom-logo {
	width: 500px;
	height: 66px;
	background-image: url(../../../images/Wait a While/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: contain;
}

/* Only Phones */
@media (max-width: 767px) {
	#header-responsive .logo { margin-bottom: 10px; }
}

/* Parallax Effect */
.box-parallax { background-image: url(../../../images/yootheme/demo/teaser/home_teaser_default.jpg); }
.box-parallax h1 { font-family: "DroidSerifBoldItalic", "TimesNewRoman", "serif"; }

/* Frontpage Title */
.bigger-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}

/* Frontpage List Line */
ul.line.frontpage > li {
	margin-top: 30px;
	padding-top: 30px;
}

ul.line.frontpage > li:first-child {
	margin-top: 0;
	padding-top: 0;
}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	.frontpage-teaser { height: 280px; }
	.frontpage-teaser h2 {
		margin-bottom: 0;
		line-height: 75px;
		font-size: 68px;
	}
	.frontpage-teaser h4 {
		line-height: 28px;
		font-size: 23px;
	}
}

/* only phones */
@media (max-width: 767px) {
	.frontpage-teaser { height: 150px; }
	.frontpage-teaser h2 {
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 50px;
		font-size: 40px;
	}
	.frontpage-teaser h4 {
		margin-top: 0;
		font-size: 12px;
		line-height: 16px;
	}
}


#book-btn {
  background: rgb(76, 76, 78);
  padding: 10px;
  margin: 10px;
  border: solid 0px;
  border-radius: 6px;
}

span {
  color: white;
  text-shadow: 0px 0px 1px black;
}

a#logo {
  	margin-bottom: -30px;
}

.module.mod-box.mod-box-default.deepest {
  	background: none;
}

#page {
  	background: #302a22 !important;
}

#block-main {
  	background: #B6A27B !important;
}

.module.mod-box.mod-box-default.deepest {
  	text-align: justify !important;
}

#sidebar-a {
  	background: #CFB994 !important;
}
.grid-box.width100.grid-h {
  	background: white !important;
}

#block-main {
  	padding: 0px !important;
  
}

.content.clearfix {
  color: rgb(239, 228, 209);
  text-align: justify;
  padding-left: 15px;
}

.header1{
	color: white !important;
  	font-weight: 600 !important;
	font-size: 32px !important;
	}
.hotdl{
	font-size: 40px; !important;
  	text-align: center !important;
  	color: #fff; !important;
  	line-height: 45px !important;	
	}

div#trans {
  margin-right: 0px !important;
  margin-top: -26px !important;
  width: 100% !important;
}
.tp-btn{
  text-align: right !important;
  /*margin-top: 13px !important;*/
  float: right;
}

img.sp_simple_gallery {
  margin: 0 5px 10px 16px !important;
}


@media (max-width: 400px) {

	#block-main {
  		padding: 0px 10px !important;
	}
	section#top-b {
		  margin-top: 10px !important;
		  margin-bottom: 0px !important;
	}
	.content.clearfix {
	 	padding-left: 0px !important;
	}
	#header-responsive .searchbox {
  		width: 95% !important;	
	}
	.header1{
		font-size:20px !important;
		text-align:left !important;	
	}
	div#trans {
		  margin-right: 10px !important;
		  margin-top: -28px !important;
	}
	.tp-btn{
	display:none !important;
	}
}

@media (max-width: 959px){
	#search {
		display:inherit !important;
	}
}

@media (max-width: 767px){
	#search {
 		display:inherit !important;
	}
}