/*
 * 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 */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}

#gallery_servL img{
	position:absolute;
	width:100%;
	heigh:auto;
	margin-top:-5px;
	margin-left:0;
	max-width: none;
	min-width: 680px;
	}

	
.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 */
.nivo-caption {
	position:absolute;
	left:0px;
	top:7%;
	color:#fff;
	width:auto; 
	min-height:70px;
	z-index:8;
	padding: 5px 10px;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 1;
	filter:alpha(opacity=10);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background:transparent;
	-moz-transform:skew(-25deg);
	-webkit-transform:skew(-25deg);
	-ms-transform:skew(-25deg);
	-o-transform:skew(-25deg);
}

.nivo-caption p {
	font-family:"exo-regular";
	font-size:25px;
	line-height:22px;
	padding:3px 0 0 45px;
	margin:0;
	color:white;
	-moz-transform:skew(25deg);
	-webkit-transform:skew(25deg);
	-ms-transform:skew(25deg);
	-o-transform:skew(25deg);
}

.nivo-caption h2{
	position:relative;
	font-family:"orbitron-regular";
	color:white;
	font-size:40px;
	line-height:50px;
	background-color:transparent;
	padding:0 35px 0 60px;
	-moz-transform:skew(25deg);
	-webkit-transform:skew(25deg);
	-ms-transform:skew(25deg);
	-o-transform:skew(25deg);
	}
	
.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:27%;
	z-index:200;
	cursor:pointer;
}
.nivo-prevNav {
	position:relative;
	width:40px;
	height:146px;
	left:120px;
	background:transparent;
	background-image:url(../images_main/LX_arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:75%;
}
	
.nivo-nextNav {
	position:relative;
	width:40px;
	height:146px;
	right:11px;
	background:transparent;
	background-image:url(../images_main/RX_arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:75%;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*=== Styled link ===*/
.news_GO{
	font-family:"exo-regular";
	font-size:22px;
	text-decoration:none;
	color:white;
	background-color:#F23C40;
	border-radius:4px;
	padding:0 4px 0 4px ;
	}

/*=== PORTRAIT FORMAT ===*/

@media screen and (orientation:portrait) {	
	.nivo-caption{
		top:0%;
		width:76%;
		}
	.nivo-caption h2{
		font-size:34px;
		line-height:36px;
		padding:0 0 0 60px;
		}		
	#gallery_servL img{
		margin-top:0px;
		margin-left:0px;
		min-width:560px;
		}
	.nivo-prevNav {
		left:11px;
	}
}

@media screen and (orientation:portrait) and (min-width:320px) and (max-width:479px){
	.nivo-caption{
		top:0%;
		width:75%;
		}	
	.nivo-caption h2{
		font-size:25px;
		line-height:25px;
		margin-left:22px;
		padding:0 0 0 30px;
		}		
	.nivo-caption p{
		font-size:20px;
		padding:3px 0 0 30px;
			}
	#gallery_servL img{
		margin-top:0px;
		margin-left:-95px;
		}
	}



	
/*=== LANDSCAPE FORMAT ===*/

@media screen and (orientation:landscape) and (max-width:779px){
	.nivo-caption{
		top:0;
		}
	.nivo-caption h2{
		font-size:28px;
		line-height:28px;
		}		
	.nivo-caption p{
		font-size:21px;
			}
}

@media screen and (orientation:landscape) and (min-width:780px){
	.nivo-caption{
		top:6%;
		}
	.nivo-caption h2{
		font-size:30px;
		line-height:35px;
		}		
	.nivo-caption p{
		font-size:21px;
			}
	}
	
@media screen and (orientation:landscape) and (min-width:1000px){
	#gallery_servL img{
		margin-top:-40px;
		}
	.nivo-caption{
		top:7%;
		}
	.nivo-caption h2{
		font-size:40px;
		}		
	.nivo-caption p{
		font-size:25px;
			}
	}





