/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.1
 *  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;
}
.kwicks > * {
	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;
}


/*********************************USERS*******************************************/
.kwicks {
   width: 100%;
   height: 675px;
   color:#FFF;
   text-shadow:#000 1px 1px 1px;
}
			
.kwicks > li {
   width: 100%;
   /* overridden by kwicks but good for when JavaScript is disabled */
   height: 100px;
}

#panel-1 {background: url(../templates/new1/images/slider-1.jpg) top left no-repeat; background-size: 100%;}
#panel-2 {background: url(../templates/new1/images/slider-2.jpg) top left no-repeat; background-size: 100%;}
#panel-3 {background: url(../templates/new1/images/slider-3.jpg) top left no-repeat; background-size: 100%;}
#panel-4 {background: url(../templates/new1/images/slider-42.jpg) top left no-repeat; background-size: 100%;}
#panel-5 {background: url(../templates/new1/images/slider-5.jpg) top left no-repeat; background-size: 100%;}
#panel-6 {background: url(../templates/new1/images/slider-6.jpg) top left no-repeat; background-size: 100%;}
#panel-7 {background: url(../templates/new1/images/slider-7.jpg) top left no-repeat; background-size: 100%;}




.kw-title {
	padding-left: 40px;
	padding-top: 3px;
	color: #FFDA00;
	letter-spacing: 2px;
	font-size: 22px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.9),
                 0px 0px 18px rgba(0,0,0,0.9),
                 -4px -4px 7px rgba(0,0,0,0.9);

	
}

.kw-text {
	margin-top: 10%;
	margin-left: 9%;
	padding: 40px;
	font-size:18px;
	width: 80%;
	background:url(../templates/new1/images/opacity30.png) top left; 
	
	
}

.kw-text a {
	color: #FFFFCC;
}



.fa {
	color:#FFF;
}

.kw-more {
	margin-left: 13%;
	margin-top: 1%;
	padding-left: 40px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.3),
                 0px 0px 18px rgba(0,0,0,0.6),
                 -4px -4px 7px rgba(0,0,0,0.3);
}

.kw-more  a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

.kw-more  a:hover {

	text-decoration: underline;
}
