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



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





/* Breakpoints

----------------------------------------------------------------------------------------------------*/



/* All Phones and Tablets except large Screens */

@media (max-width: 1024px) {

#address_pos, #social_pos{text-shadow:3px 3px 3px #000;}

#header > div#social_pos span, #header > div#social_pos span a{color:#FFF !important;}

#header > div#social_pos span.mail-link {color:#deb390 !important;}

}



/* 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; }



	#header { margin-bottom: 20px; } 



	/* System */

	.searchbox { border: none; }


#system .blog-list-wrap .blog-list{width: 50%;}

#system .filter > div{width: 100%;}
#system .filter select{width: 100px;}


}



/* 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; }


#system .blog-list-wrap .blog-list{width: 100%;margin-bottom: 15px;margin-top: 0 !important; }

.blog-list .blog-list-content h1.title{min-height: 50px;}

}

@media (max-width: 479px) {


#system .filter select {width: 80px;}


}

