/*
 * 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 */
.czhomeslider{ position:relative; width: 100%; overflow: hidden; }
.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;
	left:0px;
	bottom:0px;
	background: #f0e7dd;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	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+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	text-decoration: none;
    display: block;
    margin: 30px 0 0;
    position: absolute;
    z-index: 10;
    top: 43%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    font-size: 0;
    height: 52px;
    width: 52px;
    border: 2px solid #e99a02;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.nivo-directionNav a:hover{
	border-color: #741630;
}
.nivo-directionNav a:before {
    height: 44px;
    width: 44px;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 28px;
    margin: 2px;
    vertical-align: top;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    padding: 9px 17px;
    background-color: #e99a02;
}
.nivo-directionNav a.nivo-nextNav:before { padding-left: 19px; }
.nivo-directionNav a:hover:before { background-color: #741630; color:#ffffff; }
.nivo-prevNav {
	left:5px;
}
.nivo-nextNav {
	right:5px;
}
.nivo-prevNav:before{
    content: "\f104";
}
.nivo-nextNav:before{
    content: "\f105";
}
.czhomeslider .nivo-directionNav .nivo-prevNav {
    opacity: 0;
	filter: alpha(opacity=0);
	left: -100px;
}
.czhomeslider .nivo-directionNav .nivo-nextNav {
    opacity: 0;
	filter: alpha(opacity=0);
	right: -100px;
}
.czhomeslider:hover .nivo-directionNav .nivo-prevNav {
    opacity: 1;
	filter: alpha(opacity=100);
	left: 100px;
}
.czhomeslider:hover .nivo-directionNav .nivo-nextNav {
    opacity: 1;
	filter: alpha(opacity=100);
	right: 100px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: auto;
    right: 50px;
    position: absolute;
    margin: 0;
    bottom: 12%;
    text-align: center;
    z-index: 7;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.nivo-controlNav li {
	margin: 0 3px;
	display: block;
	zoom: 1;
	*display: inline;
}
.nivo-controlNav a {
	float: right;
    margin-right: -5px;
    font-size: 18px;
    text-align: right;
    color: #e99a02 !important;
    display: block;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.nivo-controlNav a:after{
   border-bottom: 2px solid #e99a02;
   content: "";
   display: block;
   margin-left: 0;
   margin-bottom: 15px;
   text-align: right;
   width: 30px;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
}
.nivo-controlNav a:hover:after, .nivo-controlNav a.active:after{
	width:45px;
	border-color: #741630;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	color: #741630 !important;
	font-size:30px;
    margin-right: 0px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.nivo-controlNav a.active { cursor: default; }
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media (max-width: 1230px) {
	.czhomeslider .nivo-directionNav .nivo-prevNav {
		left: 30px;
	}
	.czhomeslider .nivo-directionNav .nivo-nextNav {
		right: 70px;
	}
	.czhomeslider:hover .nivo-directionNav .nivo-prevNav {
		left: 30px;
	}
	.czhomeslider:hover .nivo-directionNav .nivo-nextNav {
		right: 70px;
	}
}
@media screen and (max-width: 860px) {

}
@media screen and (max-width: 991px) {
	.nivo-directionNav{ display: none; }
}
@media screen and (max-width: 767px) {
	.nivo-controlNav {opacity: 1; right: 30px;}
}
@media (min-width: 480px) {
	.czhomeslider:hover .nivo-controlNav {
		opacity: 1;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
}
