/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */ 
 
 
/* The Nivo Slider styles */
#home_slider {
	width: 91%;
	max-width:1100px;
	height: auto;
	overflow: hidden;
	clear: both;
	position:absolute;
	z-index:100;
/*	top:14.285714%;*/
	top:0%;
	left:4.357142%;
}

/*#turq_bar_slider {
	width: 91%;
	max-width:1100px;
	height: auto;
	overflow: hidden;
	clear: both;
	position:absolute;
	z-index:100;
	top:14.285714%;
	left:4.357142%;
}*/

#turq_bar_slider {
	width: 100%;
	height: auto;
}

.slider-wrapper { 
	max-width:1200px;
	width: 100%;
	margin: auto;
	position: relative;
	clear: both;
}

.slider-wrapper a {
	color: #00A3E0;
}

.slider-wrapper a:hover {
	#262262
}

/*.shadow {
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	max-width: 1000px;
	width: 100%;
	height: auto;
}

.shadow img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}*/

.nivoSlider {
	position:relative;
	width:100%;
	min-height:inherit;
	height: 100%;
	overflow: hidden;
	/*margin-top: 2%;*/
}

.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	max-width: none;
	
}

.nivoSlider a {
    border:0;
    display:block;
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	/*background:white; */
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */

/*.quick-quote {
	position: absolute;
	width: 169px;
	height: 63px;
	bottom: 0;
	right: -7px;
	background: url(../images/quick-quote.png) top left;
	color: #fff;
	text-transform: capitalize;
	font-size: 135%;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: 'Lobster', cursive;
	padding: 12px 0 0 30px;
	z-index: 200;
}

.quick-quote a {
	color: #fff;
}

.quick-quote a:hover {
	color: #97999B;
}*/

.nivo-caption {
	position:absolute;
	text-align: left;
	left:10px;
	top:10px;
	padding: 10px;
	color:#fff;
	width:45%;
	z-index:8;
	overflow: hidden;
	display: none;
	font-size: 110%;
	/*line-height: 170%;*/
}

.nivo-caption h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8em;
	/*font-weight: 700;*/
	margin:0;
	font-family: 'rockwell', sans-serif;
}

.nivo-caption h2 {
	color: #959595;
	text-transform: uppercase;
	font-size: 3em;
	/*font-weight: 700;*/
	margin:-15px 0 0 0;
	font-family: 'rockwell', sans-serif;
}

.nivo-caption p {
	/*padding:5px;*/
	margin:0;
	font-weight: bold;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	display: none;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

@media screen and (max-width: 999px){
	
.nivo-caption h1 {
	font-size: 1.2em;
}

.nivo-caption h2 {
	font-size: 2.2em;
	margin:-7px 0 -10px 0;
}

.nivo-caption p {
	font-size: 0.8em;
}

	
}

@media screen and (max-width: 768px){
	
/*.nivo-caption {
	font-size: 100%;
	line-height: 140%;
	width:180px;
}

.nivo-caption h1 {
	font-size: 120%;
}

.nivoSlider {
	min-height: inherit;
	height: 100%;
	overflow: hidden;
}*/

}

@media screen and (max-width: 720px){
	
.nivo-caption h1 {
	font-size: 0.95em;
}

.nivo-caption h2 {
	font-size: 0.95em;
	margin:0;
}

.nivo-caption p {
	font-size: 0.75em;
}

	
}

@media screen and (max-width: 645px){

.nivo-caption h1 {
	display:none;
}

.nivo-caption h2 {
	font-size: 0.95em;
	display:none;
}

.nivo-caption p {
	display:none;
}

	
}
