/*
 * 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
================================================== */
#box-slider {
	position:relative;
	margin-bottom:20px;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.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;
	width:100%;
	left:0px;
	top:55%;
	font-family: 'Open Sans', sans-serif;
	z-index:8;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height: auto;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption .caption-des { 
	color:#1472f9;
	width:28%;
	background:#fff; 	
	padding: 5px 10px;
}
.nivo-caption .caption-feature { 	
	font-family: 'Open Sans', sans-serif;
	margin-top:10px; 
	color:#000; 
	font-size:11px; 
	width:28%;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	bottom:0;
}
.nivo-caption .caption-feature a { 	
	color:#000 !important; 
}
.nivo-caption .caption-feature p{ padding:0 !important; }
.nivo-caption strong { color:#000; font-size:16px; font-weight:600; }
.nivo-caption a {
	display:inline !important;
	text-decoration: none;
}
.nivo-html-caption {
    display:none;
}

/* Caption styles Property & Blog
================================================== */
.slider-post .nivo-caption{
	width: 450px;
	background-color:#fdfdfd;
	border-radius: 4px;
	top: 34%;
	left: 100px;
}
.slider-post .slider-caption{
	width : 100%;
	color: #768082;
}
.slider-post .slider-caption-title{
	font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 13px;
}
.slider-post .slider-caption-desc{ 
	font-size: 14px; 
	line-height: 22px;
}
.slider-post .slider-content-bottom{
	margin-top: 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;	
}
.slider-post .slider-box-left{
	float : left;
	width: 50%;	
	text-align: left;
}
.slider-post .currency,
.slider-post .price { font-size: 18px; font-weight: bold;}
.slider-post .slider-box-right{
	float : right;
	width: 50%;
	text-align: right;	
}
.slider-post .date-time-blog{ color: #ccc; font-size: 12px; }
/* Direction nav styles (e.g. Next & Prev)
================================================== */
.nivo-directionNav { display:none; }
.nivo-directionNav a {
	position:absolute;
	top:37%;
	z-index:9;
	width: 40px;
  	height: 40px;
	cursor:pointer;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	color:#fff;
	background: #000;
	opacity:.8;
	text-decoration:none;
}
.nivo-directionNav a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size:30px;
	position:relative;
	top:4px;
	left:13px;
}
.nivo-prevNav {
	left: 30px;
}
.nivo-prevNav:before {
	content:'\f104';
}
.nivo-nextNav {
	right: 30px;
}
.nivo-nextNav:before {
	content:'\f105';
	left:16px !important;
}
/* Control nav styles (e.g. 1,2,3...)
================================================== */
.nivo-controlNav {
	text-align:center;
	padding: 0;
	position:absolute;
	bottom:17px;
	left: 50%;
    margin-left: -35px;
	z-index:200;
}
.nivo-controlNav a {
	cursor:pointer;
	display:inline-block;
	width:15px;
	height:15px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:50%;
	text-indent:-9999px;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background:#666;
}

@media (max-width: 992px){
	.nivo-caption {
		position: absolute;
		left:0;
		top:30% !important;
		font-size:13px;
		z-index:8;
		opacity: 1;
		overflow: hidden;
		display: none;
		-moz-opacity: 0.8;
		filter:alpha(opacity=8);
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		height: auto;
	}
	.nivo-caption p {
		padding:5px 20px;
		margin:0;
	}
	.nivo-caption .caption-des { 
		color:#1472f9;
		width:100%;
		background:#fff; 	
		padding: 5px 10px;
	}
	.nivo-caption .caption-feature { 	
		width:100%;
		text-align:left;
		position: relative;
		padding:5px 30px;
	}
}
@media (max-width: 667px){
	.nivo-caption { display:none !important; }
}
@media (max-width: 480px){
	.nivo-caption {
		display:none !important;
		position:relative;
		left:0;
		top:0;
	}
	.nivo-controlNav {
		bottom:40px;
	}
	.nivo-controlNav a {
		width:12px;
		height:12px;
	}
}