/*
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 .nivoSlider {
	position:relative;
	background:#fff url(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 .top_logo{display: initial;position: initial;}
.theme-default .nivoSlider .fi{display: initial;position: initial;width: 35px;margin: 10px 5px;}

.theme-default .nivoSlider .logo_slogan {display: inline-block;position: absolute;    right: 15px;bottom: 0;}
.theme-default .nivoSlider .header_logo_link{color: #e400ff;text-decoration: none;font-size: 21px;    position: relative;}
.theme-default .nivoSlider .header_logo_link:hover{color: #e400ff;}


.theme-default .nivoSlider .header_phones {float: right;margin-top: 14px;}
.theme-default .nivoSlider .header_adress {float: right;font-size: 20px;}





.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	
	
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;

	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:100px;
	height:190px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;

	opacity: 0.5;
	-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 .nivo-directionNav a:after {content:"\e93b";}

.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-120px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    /*font-family: Helvetica, Arial, sans-serif;*/
}
.theme-default .nivo-caption a {
   
    
}

.theme-default .nivo-caption .navbar-nav > .active {color: #17d900;}

.theme-default .nivo-caption a:hover {
    color:#17d900;
}

.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 screen and (max-width: 1400px){
    .theme-default .nivo-directionNav a {
        background: url(arrows2.png) no-repeat;
        width: 50px;
        height: 90px;
            margin-top: 70px;
    }
    
    .theme-default a.nivo-nextNav {
            background-position: -50px 0;
    }
    
}  


/*====  MOBILE  =====*/
@media screen and (max-width: 800px){
    .theme-default .nivoSlider a {/*display:block;*/}
    .header_numbers:before {display:none;}
    
    .theme-default .nivoSlider .header_adress {float: none;}
    
    .theme-default .nivo-directionNav a {display:none;}
    .theme-default .nivo-controlNav {display:none;}
    
    .theme-default .nivo-caption a {color: #fff;}
    .theme-default .nivoSlider .header_phones {    margin-top: 0px;float: none;}
    .theme-default .nivoSlider .logo_slogan {font-size:3vw;}
    
    .theme-default .nivoSlider .top_logo {width: 50vw;
    margin: 40px auto 20px;}
}    


@media screen and (max-width: 600px){
    .theme-default .nivoSlider .top_logo {margin: 20px auto 10px;}
    .theme-default .nivoSlider a {display: block;}
}
