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

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


/* Breakpoints
____________________________________________________________________________________________________*/
@media (max-width: 1024px) {
	#at-container {margin: 0;}
	.wk-slideshow img.static{
		width: 400px
	}
}

/* All except large Screens
____________________________________________________________________________________________________*/

@media (max-width: 1220px) {

}


/* Only Phones and Tablets (Portrait) 
____________________________________________________________________________________________________*/

@media (max-width: 959px) {

	#menubar{
		display: none
	}

	article hr.divide {
		margin: 2em -1.5em;
	}

	.wk-slideshow-scroll .nav {
		margin-top: 20px
	}

	.slider-container li img {width: 100% !important;}


/*columns blocks
----------------------------------------------------------------------------------------------------*/

	/*events*/
	.event{display: inline-block;}

	#totop-scroller, 
	#toTop {
		text-indent: -999px
	}
}


/* Only Tablets (Portrait) 
____________________________________________________________________________________________________*/

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

	#menubar, 

	 {
		display: none
	}

	.wk-slideshow img.static{width: 256px}

	.wk-slideshow-content .caption h1,
	.wk-slideshow-content .caption h2{
		font-size: 30px;
		margin-bottom: 5px;
		display: table;
	}
	.wk-slideshow-content .caption{
		top: 30%;
		width: 65%;
	}

	.wk-slideshow-content .caption p {
		display: none
	}

	.wk-slideshow-content .caption a{
		float: left !important;
		margin-left: 15px;
	}


}

/* Only Tablets (Portrait) and Phones (Landscape) 
____________________________________________________________________________________________________*/

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

	/*pricing tables*/
	.four .price-col{
		width: 48% !important;
	}

	.five .price-col,
	.six .price-col{
		width: 98% !important;
	}

	.four .price-col,
	.five .price-col,
	.six .price-col{
		padding-right: 0;
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 5px !important;
		   -moz-border-radius: 5px !important;
		        border-radius: 5px !important;
		 margin-bottom: 15px;
	}

}

/* Only Phones 
____________________________________________________________________________________________________*/

@media (max-width: 767px) {

	.header-right {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	#toolbar{
		margin: 0;
	}

	.toolbar-l, .toolbar-r{
		padding: 10px;
		margin: 0;
	}

	.logo img {
		height: 50px;
		width: auto;
		background-size: contain;
		padding: 2px;
		margin: 10px;
	}

	.uk-navbar-toggle {
		margin: 5px;
	}

	/*base*/
	h2 {line-height: 33px;}

	/* Layout */
	#breadcrumbs,
	#header-top
	 { display: none; }

	.toolbar-r{
	 	margin-right: 20px;
	}

	#header-responsive .logo{
	 	margin: 0;
	 	width: auto
	}

	.social-icons {
		margin: 25px 20px 20px;
		float: right;
	}
	
	/*sliders*/
	.wk-slideshow-content .caption p,
	.wk-slideshow-content .next, 
	.wk-slideshow-content .static, 
	.wk-slideshow-content .prev{
		display: none !important
	}
	
	/*pricing tables*/
	.price-col{
		width: 98% !important;
		padding-right: 0;
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 5px !important;
		   -moz-border-radius: 5px !important;
		        border-radius: 5px !important;
		 margin-bottom: 15px;
	}

	#page .price-col.focus{
		margin-top: 5px !important;
		box-shadow: none
	}

	
	/*toggles*/
	.showhide li h4 {
		font-size: 18px; 
		padding: 8px 45px 5px;
	}

}

/* Only Phones (Landscape) 
____________________________________________________________________________________________________*/

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

/* Only Phones (Portrait) 
____________________________________________________________________________________________________*/

@media (max-width: 479px) {

	 #at-navbar{
		color: #FFFFFF
	}

	/*sections*/
	h3.module-title{font-size: 20px}
	h1.module-title{font-size: 32px}

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

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

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}
	.logo img {
		height: 30px;
		width: auto;
		background-size: contain;
		padding: 2px;
		margin: 10px;
	}
}