/* 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) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {
	a.big-yellow-button,
	a.big-green-button {
		background: none;
		padding: 0;
		margin: 
	}
	
	a.big-yellow-button span,
	a.big-green-button span {
		background-color: #f9d16e;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 209, 110)), to(rgb(244, 177, 78)));
		background-image: -webkit-linear-gradient(top, rgb(249, 209, 110), rgb(244, 177, 78));
		background-image: -moz-linear-gradient(top, rgb(249, 209, 110), rgb(244, 177, 78));
		background-image: -o-linear-gradient(top, rgb(249, 209, 110), rgb(244, 177, 78));
		background-image: -ms-linear-gradient(top, rgb(249, 209, 110), rgb(244, 177, 78));
		background-image: linear-gradient(top, rgb(249, 209, 110), rgb(244, 177, 78));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9d16e', EndColorStr='#f4b14e');
		border: 1px solid #B27D24;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
		line-height: 40px;
		height: 37px;
		font-size: 14px;
		padding: 0 13px;
	}
	
	a.big-green-button span {
		background-color: #8aba2c;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 186, 44)), to(rgb(95, 142, 29)));
		background-image: -webkit-linear-gradient(top, rgb(138, 186, 44), rgb(95, 142, 29));
		background-image: -moz-linear-gradient(top, rgb(138, 186, 44), rgb(95, 142, 29));
		background-image: -o-linear-gradient(top, rgb(138, 186, 44), rgb(95, 142, 29));
		background-image: -ms-linear-gradient(top, rgb(138, 186, 44), rgb(95, 142, 29));
		background-image: linear-gradient(top, rgb(138, 186, 44), rgb(95, 142, 29));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#8aba2c', EndColorStr='#5f8e1d');
		border: 1px solid #4D7119;
	}
	
	.slide1-button3 {
		margin-right: 0;
	}
	
	#bottom-a .grid-box .module {
		background: none;
	}
	
	#bottom-b .citrix .company-name {
		clear: both;
	}
	
	#header-responsive .searchbox {
		display: none;
	}
	
	#bottom-a .width25 {
		width: 25%;
	}
	
	#sidebar-top {
		width: 100%;
		margin-top: -15px;
	}
	
}

/* 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; }
	
	.login-module-button {
		padding: 6px 20px 6px 8px;
	}
	
	.login-module-button:after {
		right: 5px;
		top: 12px;
	}

}

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

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

	#toolbar .smalltopmenu {
		padding-left: 0;
	}
	
	.socialmenu li {
		margin-left: 1px;
	}
	
	#header-responsive p {
		margin: 0;
	}
	
	#header-responsive .logo {
		margin: 13px 0 13px 40px;
	}
	
	.menu-responsive {
		width: 96%;
		margin: 0 auto 9px 2%;
	}
	
	#bottom-a .width25 {
		width: 50%;
	}
	

}

/* 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;
	}
	
	#bottom-a .width25 {
		width: 50%;
	}
	
	#bottom-b .width50 {
		width: 50%;
	}
	
	#toolbar .float-right {
		display: none;
	}
	
	#toolbar .float-left {
		float: none;
	}
	
	#toolbar .smalltopmenu,
	#toolbar .smalltopmenu li {
		margin: 0;
		padding: 0;
	}
	
	#toolbar .smalltopmenu,
	#toolbar .smalltopmenu ul {
		width: 100%;
	}
	
	#toolbar .smalltopmenu li {
		width: 33%;
		text-align: center;
	}
	
	#toolbar .smalltopmenu li a {
		display: block;
	}
	
	#toolbar .smalltopmenu li a.item1,
	#toolbar .smalltopmenu li a.item2,
	#toolbar .smalltopmenu li a.item3 {
		border-bottom: 1px solid #000000;
	}
	
	#toolbar .smalltopmenu li a.item1,
	#toolbar .smalltopmenu li a.item2,
	#toolbar .smalltopmenu li a.item4,
	#toolbar .smalltopmenu li a.item5 {
		border-right: 1px solid #000000;
	}
	
	.slide p {
		text-align: justify;
		font-size: 13px;
		line-height: 18px;
	}
	
	.slide h2, .slide h3, .slide h4 {
		font-size: 30px;
		line-height: 35px;
	}
	
	.slide h2 {
		margin-bottom: 5px;
	}
	
	.slide h3 {
		font-size: 20px;
		line-height: 25px;
		margin-left: 5px;
	}
	
	.slide h4 {
		font-size: 16px;
		line-height: 20px;
		margin-left: 5px;
	}
	
	#header-responsive .logo {
		margin: 13px 0 13px 10px;
		width: 100px;
	}
	
	#roksearch_results {
    	width: 305px;
    }
    
    a.big-yellow-button span,
	a.big-green-button span {
		font-size: 10px;
		height: 32px;
		line-height: 34px;
		padding: 0 12px;
	}
	
	.blog-post-readmore {
		width: 100%;
		clear: both;
		height: 35px;
	}
	
	#bottom-b .citrix .company-name,
	#bottom-b .copyright-xen .sitename {
		font-size: 14px;
		line-height: 20px;
	}
	
	#bottom-b .copyright-xen .copyright-data,
	#bottom-b .citrix .copyright-text {
		font-size: 11px;
	}
	
	#bottom-b .copyright-xen {
		width: auto;
	}

}
