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

@import url(../../../warp/css/responsive.css);



/*displays banner image and text in top-b*/


@media (min-width: 958px) and (max-width: 1260px) {

	.bannertext {
  		top: 40px;
  		right: 10px;
		width:480px;

	}

	.bannertext1, .bannertext3{
		font-size: 22px;
		padding: 15px 20px;
	}


	.bannertext2{
		font-size: 18px;
		padding: 15px 20px;
		margin-top:3px;
		margin-bottom:3px;
		line-height:28px;
	}

}




@media (min-width: 800px) and (max-width: 959px) {

	.bannertext {
  		top: 40px;
  		right: 10px;
		width:400px;

	}

	.bannertext1, .bannertext3{
		font-size: 20px;
		padding: 15px 20px;
	}


	.bannertext2{
		font-size: 16px;
		padding: 15px 20px;
		margin-top:3px;
		margin-bottom:3px;
		line-height:28px;
	}

}

@media (min-width: 650px) and (max-width: 799px) {

	.bannertext {
  		top: 20px;
  		right: 10px;
		width:350px;

	}

	.bannertext1, .bannertext3{
		font-size: 18px;
		padding: 10px;
	}


	.bannertext2{
		font-size: 16px;
		padding: 10px;
		margin-top:3px;
		margin-bottom:3px;
		line-height:18px;
	}

}

/*displays top-a with text underneath*/

@media (max-width: 649px)  {

	#block-top-b {display: none;}

	#block-top-a .module {
		background: #2D2622;
		padding: 10px;
		text-align: center;
		border: none;
	}

	 .bannertextmobile {
		color: #CBDDE9;

	}

	.bannertext1mobile, .bannertext3mobile {
		font-size: 16px;
		line-height:20px;
		padding: 5px;
		font-family: 'Francois One', sans-serif;
	}


	.bannertext2mobile {
		font-size: 14px;
		padding: 5px;
		line-height:20px;
	}

}

/*hides mobile*/

@media (min-width: 650px)  {

	#block-top-a, #block-bottom-c {display: none;}
}





/* menu and logo*/

@media (min-width: 767px) and (max-width: 880px) {

	#logo {width: 100%;}

	#logo img {
  		margin-left: auto;
  		margin-right: auto;
  		display: block;
  		margin-bottom: 15px;
	}

	#header {padding-bottom:10px;}

	#menubar {
		float: none;
  		margin-top: 0;
	}
}




























/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	/* Layout */
	.wrapper.max-width65,
	.wrapper.max-width80 { max-width: 100%; }

	.bg-colored { padding: 0; }

	/* Modules */
	.grid-h .mod-box-transparent { margin: 0; }

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {



}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }


}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#headerbar,
	#logo,
	#search,
	#menubar,
	#breadcrumbs  { display: none; }
 

	/* System */
	.searchbox { border: none; }


}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {



}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}

	.searchbox { padding: 0 0 0 38px; }


}
