/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.0
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D), Guillermo Guerrero (gguerrero)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */
/*
 *  This file contains styles that are common to all kwicks instances.  Note that each kwicks instance requires
 *  additional styling - please see the examples for more info.
 */
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	height: 150px;
}
.kwicks > * {
	display: block;
	padding: 0;
	margin: 0;
}
.kwicks > li:last-child{
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}

.kwicksDiv{
	height: 150px;
	overflow:hidden;
	background-color:transparent;
}
.kwicks > li {
	height: 150px;
	background-color:transparent;
}
.kwicks > li:last-child {
	height: 150px;
	background-color:transparent;
}
.kwicks img{
	width:360px;
	height:150px;
	max-width:none !important;
	background-color:transparent !important;
}


@media screen and (max-width: 1200px) {
	.kwicks img{
		width:336px;
		height:140px;
	}
	.kwicksDiv{
		height: 140px;
	}
	.kwicks > li {
		height: 140px;
	}
	.kwicks > li:last-child {
		height: 140px;
	}
	.kwicks {
		height: 140px;
	}
}
@media screen and (max-width: 979px) {
	.kwicks img{
		width:312px;
		height:130px;
	}
	.kwicksDiv{
		height: 130px;
	}
	.kwicks > li {
		height: 130px;
	}
	.kwicks > li:last-child {
		height: 130px;
	}
	.kwicks {
		height: 130px;
	}
}
@media screen and (max-width: 767px) {
	.kwicks img{
		width:300px;
		height:125px;
	}
	.kwicksDiv{
		height: 125px;
	}
	.kwicks > li {
		height: 125px;
	}
	.kwicks > li:last-child {
		height: 125px;
	}
	.kwicks {
		height: 125px;
	}
}
