/*
 * 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 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@font-face {
  font-family: 'SegoeUI-Bold';
  src: url('../Fonts/SegoeUI-Bold/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../Fonts/SegoeUI-Bold/SegoeUI-Bold.woff') format('woff'),
       url('../Fonts/SegoeUI-Bold/SegoeUI-Bold.ttf')  format('truetype'), 
       url('../Fonts/SegoeUI-Bold/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-BoldItalic';
  src: url('../Fonts/SegoeUI-BoldItalic/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/SegoeUI-BoldItalic/SegoeUI-BoldItalic.woff') format('woff'),
       url('../Fonts/SegoeUI-BoldItalic/SegoeUI-BoldItalic.ttf')  format('truetype'),
       url('../Fonts/SegoeUI-BoldItalic/SegoeUI-BoldItalic.svg#SegoeUI-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-Italic';
  src: url('../Fonts/SegoeUI-Italic/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/SegoeUI-Italic/SegoeUI-Italic.woff') format('woff'),
       url('../Fonts/SegoeUI-Italic/SegoeUI-Italic.ttf')  format('truetype'),
       url('../Fonts/SegoeUI-Italic/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-Light';
  src: url('../Fonts/SegoeUI-Light/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/SegoeUI-Light/SegoeUI-Light.woff') format('woff'),
       url('../Fonts/SegoeUI-Light/SegoeUI-Light.ttf')  format('truetype'),
       url('../Fonts/SegoeUI-Light/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-Regular';
  src: url('../Fonts/SegoeUI-Regular/SegoeUI-Regular.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/SegoeUI-Regular/SegoeUI-Regular.woff') format('woff'),
       url('../Fonts/SegoeUI-Regular/SegoeUI-Regular.ttf')  format('truetype'),
       url('../Fonts/SegoeUI-Regular/SegoeUI-Regular.svg#SegoeUI-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trajan-Regular';
  src: url('Fonts/Trajan-Regular/Trajan-Regular.eot?#iefix') format('embedded-opentype'), 
       url('Fonts/Trajan-Regular/trajan-regular.woff') format('woff'),
       url('Fonts/Trajan-Regular/trajan-regular.ttf')  format('truetype'),
       url('Fonts/Trajan-Regular/Trajan-Regular.svg#Trajan-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'verdana';
    src:url('../Fonts/verdana_0.eot');
    src: url('../Fonts/verdana_0.eot') format('embedded-opentype'),
         url('../Fonts/verdana_0.woff') format('woff'),
         url('../Fonts/verdana_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Trajanpro-Regular';
  src: url('../Fonts/Trajanpro-Regular/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'), 
       url('../Fonts/Trajanpro-Regular/TrajanPro-Regular.woff') format('woff'),
       url('../Fonts/Trajanpro-Regular/TrajanPro-Regular.ttf')  format('truetype'),
       url('../Fonts/Trajanpro-Regular/TrajanPro-Regular.svg#Trajan-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.nivoSlider {
	position:relative;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

.nivo-controlNav, .nivo-directionNav {
    display: none;
    margin-top: 0 !important;
}
.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;
	background:transparent;
	font-family:'Trajanpro-Regular';
	color:#000000;
	z-index:8;
	padding:0;
	overflow: hidden;
	display: block;
	width: 100%;
	top: 60px;
}
.slide_info{
	margin: 0 auto;
	/* float:right; */
	padding-left: 400px;
	text-align: center;
	font-family:'Trajanpro-Regular';
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption h1{
	font-weight:lighter;
	padding:0; 
	margin:0;
	font-family: 'Trajanpro-Regular';
	font-size:25px;
	text-transform:capitalize !important;
	line-height:45px;
	text-shadow:3px 3px 5px #4d4d4d;
	color:#fac223;
}
.nivo-caption p {
	padding:5px 0;
	margin:0;
	font-family: 'Trajanpro-Regular';
	font-size:28px;
	color:#ffffff;
}
.nivo-caption a {
	display:inline-block !important;	
}
.slide_more{
	color:#fff;
	font-size:14px;
}
.slide_more a{
	background:url(../images/get-.png) no-repeat;
	color:#fff;
	width:181px;
	height:50px;
	padding:10px 20px;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:150px;
	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;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default{
	position:relative;
}
.theme-default {
    /*background-color: #6D1514;*/
    background:url(../images/IMG2.png) repeat;
    position: relative;
}*/
.theme-default .nivoSlider {
	position:relative;
    margin-bottom:0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	bottom:12px;
	text-align: center;
	padding: 0;
	width:100%;
	z-index:8;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0.75;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

@media only screen and (max-width:1200px) { 
	.nivo-caption{width: 85%; top:25px;}
}

@media only screen and (min-width:1000px) { 
	/* .nivo-caption{width: 85%; top:125px;}*/
 	.nivoSlider{ /* width:980px; height:483px; margin:0 auto;*/ height:auto;
    margin: 0 auto;
    width: 1070px;font-family: 'Trajanpro-Regular';}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.nivo-caption{width:85%; bottom:30px;}
	.nivo-caption h1{font-size:35px;}
	p.slide_more{ margin-left:10px;}
	.nivo-caption p{font-size:20px !important; line-height:24px;}
}
@media only screen and (max-width: 767px) {
	.nivoSlider{ margin-bottom:0;}
	.nivo-caption{width:55%; height:100%; top:18px; left:10px; text-align:left;}
	.nivo-caption h1{font-size:25px !important; line-height:24px;}
	.nivo-caption p{font-size:11px; display:block;}
	.slide_info{margin-bottom:0;float:right !important;}
	.nivo-controlNav, .nivo-directionNav{display:none; margin-top: 70px;}
	p.slide_more{ margin-left:10px;}
}
