/*
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
*/
@font-face {
    font-family: 'akbarplain';
    src: url('/site/fonts/akbar_0-webfont.eot');
    src: url('/site/fonts/akbar_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/fonts/akbar_0-webfont.woff') format('woff'),
         url('/site/fonts/akbar_0-webfont.ttf') format('truetype'),
         url('/site/fonts/akbar_0-webfont.svg#akbarplain') format('svg');
    font-weight: normal;
    font-style: normal;

}

.theme-default .nivoSlider {
	position:relative;
	/*background:#fff url(/site/img/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	/*text-align: center;
	padding: 20px 0;*/
	text-align: center;
	padding: 20px 0;
	margin-top: -50px;
	z-index: 9999;
	position: absolute;
	margin-left: auto!important;
	margin-right: auto!important;
	left: 46.7%;
	display: none;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(/site/img/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:32px;
	height:66px;
	background:url(/site/img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-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:-32px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
	color: #fff;
    font-family:'akbarplain';
    font-size: 40px;
    text-shadow: 0px 3px 3px rgba(150, 150, 150, 0.79);
    text-transform: uppercase;
    text-align: right;
    width: 94%;
    height: auto;
    margin-right: 30px;
    margin-top: 250px;
}

.theme-default .nivo-caption a {
    color: #fff;
    font-family: 'akbarplain';
    font-size: 40px;
    text-shadow: 0px 3px 3px rgba(150, 150, 150, 0.79);
}
   /* border-bottom:1px dotted #fff;*/
.theme-default .nivo-caption .content_btn_slide {
	width: 94%;
    height: auto;
    margin-top: 20px;
    float: right;
}   

.theme-default .nivo-caption a.btn_slide {
	width: 113px!important;
	height: 27px!important;
	border-radius: 6px!important;
	-webkit-border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	background: #005495!important;
	color: #fff!important;
	font-family: tahoma!important;
	font-size: 14px!important;
	text-align: center!important;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	padding-top: 10px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0px 3px 3px rgba(150, 150, 150, 0.79);

}


.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;
}