/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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


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





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

.custom-logo {
    display: inline-block;
    width: 910px;
    height: 130px;
    background: url(../../../images/banner/Banner-900x130.png) 50% 50% no-repeat;
    background-size: contain;
    }

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {
.custom-logo {
    display: inline-block;
    width: 700px;
    height: 100px;
    background: url(../../../images/banner/Banner-700x100.png) 50% 50% no-repeat;
    background-size: contain;
    }

}

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

.custom-logo {
    display: inline-block;
    width: 910px;
    height: 130px;
    background: url(../../../images/banner/Banner-900x130.png) 50% 50% no-repeat;
    background-size: contain;
    }

}

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

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

.custom-logo {
    display: inline-block;
    width: 910px;
    height: 130px;
    background: url(../../../images/banner/Banner-900x130.png) 50% 50% no-repeat;
    background-size: contain;
    }

}

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

.custom-logo {
    display: inline-block;
    width: 500px;
    height: 71px;
    background: url(../../../images/banner/Banner-500x71.png) 50% 50% no-repeat;
    background-size: contain;
    }

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller { display: none; }

}

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

.custom-logo {
    display: inline-block;
    width: 500px;
    height: 71px;
    background: url(../../../images/banner/Banner-500x71.png) 50% 50% no-repeat;
    background-size: contain;
    }

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {
.custom-logo {
    display: inline-block;
    width: 350px;
    height: 50px;
    background: url(../../../images/banner/Banner-350x50.png) 50% 50% no-repeat;
    background-size: contain;
    }
	/* 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;
	}

}