/*
Skin Name: Nivo Slider fashion Theme
Skin URI: http://nivo.dev7studios.com
Version: 1.2
Author: S.C. Minic Studio S.R.L.
Author URI: http://minic.ro/en
Supports Thumbs: true
*/

/* FONT */
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,100,200,300,500,700);

.theme-fashion{
	position: relative;
	background-color: rgba(255,255,255, 1.00); 
	padding: 0; 
	margin: 0 0 30px 0;
}
.theme-fashion .nivoSlider {
	position: relative;
	background: url(loading.gif) no-repeat 50% 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-fashion .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-fashion .nivoSlider a {
	border: 0;
	display: block;
}
.theme-fashion .nivo-controlNav {
	display: block;
	z-index: 9;
	position: absolute;
	left: 50%;
	bottom: 0px;
	text-align: left;
	width: 50%;
	padding: 0;
	background-color: rgba(255,255,255, 0.00);
}
.theme-fashion .nivo-controlNav a {
	display: inline-block;
	width: 18px;
	height: 32px;
	background: url(bullet-normal.png) no-repeat;
	text-align: left;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
	-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-fashion .nivo-controlNav a.active {
	background: url(bullet-active.png) no-repeat;
}
.theme-fashion .nivo-controlNav a:hover{
	background: url(bullet-hover.png) no-repeat;
}

.theme-fashion .nivo-directionNav a {
	display: block;
	width: 68px;
	height: 32px;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
}
.theme-fashion:hover .nivo-directionNav a { opacity: 1; }
.theme-fashion a.nivo-nextNav {
	top: 100%;
	right: -18px;
}
.theme-fashion a.nivo-prevNav {
	top: 100%;
	left: 100%;
}
.theme-fashion .nivo-caption {
	position: absolute;
	width: 50%;
	left: 50%;
	bottom: 0px;
	background-color: rgba(255,255,255, 0.90);
	opacity: 1;
    padding: 5px 10px;
    text-align: left;
    color: #000000;
    font-size: 26px;
}
.theme-fashion .nivo-caption a {
    color: inherit;
}
.theme-fashion .nivo-caption h3 {
	margin: 10px 0;
	padding: 0;
	color: #000000;
	font-size: 72px;
}
.theme-fashion .nivo-caption a:hover {
    color: #fff;
}
.theme-fashion .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-fashion .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-fashion .nivo-controlNav.nivo-thumbs-enabled a:hover,
.theme-fashion .nivo-controlNav.nivo-thumbs-enabled a.active{
	webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
}
.theme-fashion .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
}
.theme-fashion a.nivo-prevNav {
	background: url(arrow-prev-normal.png) center center no-repeat;
}
.theme-fashion a.nivo-prevNav:hover {
	background: url(arrow-prev-hover.png) center center no-repeat;
}
.theme-fashion a.nivo-prevNav:active {
	background: url(arrow-prev-active.png) center center no-repeat;
}
.theme-fashion a.nivo-nextNav {
	background: url(arrow-next-normal.png) center center no-repeat;
}
.theme-fashion a.nivo-nextNav:hover {
	background: url(arrow-next-hover.png) center center no-repeat;
}
.theme-fashion a.nivo-nextNav:active {
	background: url(arrow-next-active.png) center center no-repeat;
}

/* Custom */
.theme-fashion,
.theme-fashion #slider{
	overflow: visible;
}
.theme-fashion div.nivo-caption{
	overflow: visible;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.theme-fashion .nivo-caption > *{
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
 /* font-family: 'Advent Pro', sans-serif;*/
}
.theme-fashion .nivo-caption h3.nivo-captionTitle{
  	font-size: 48px;
  	line-height: 62px;
  	font-weight: 600;
  	letter-spacing: -0.05em;
  	text-transform: uppercase;
  	margin: 5% 31px 21px 31px;  	
}
.theme-fashion .nivo-caption > div{
  	font-size: 26px;
  	line-height: 31px;
	letter-spacing: -0.05em;
	margin-left: 31px;
	margin-right: 62px;
}
.theme-fashion .nivo-controlNav{
	margin-left: 31px;
}
.theme-fashion a.nivo-prevNav, 
.theme-fashion a.nivo-nextNav{
	margin-top: -62px;
}
.theme-fashion a.nivo-prevNav{
	margin-left: -119px;
	opacity: 0;
}
.theme-fashion:hover a.nivo-prevNav{
	opacity: .3;
}
.theme-fashion .nivo-directionNav:hover a.nivo-prevNav{
	opacity: 1;
}
.theme-fashion .nivo-directionNav a{
	opacity: 1;
	-webkit-transition: all .3s ;
	-moz-transition: all .3s ;
	-ms-transition: all .3s ;
	-o-transition: all .3s ;
	transition: all .3s ;
}
.theme-fashion .nivo-controlNav.nivo-thumbs-enabled a:hover,
.theme-fashion .nivo-controlNav.nivo-thumbs-enabled a.active{
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}