/*
Skin Name: Nivo Slider Default Theme - modified for navigation inside
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
*/

@media all and (min-width: 1001px) {

    .home-page .slider-wrapper:first-child {
      
    }

}

.home-page .slider-wrapper {
    margin-bottom: 40px;
}

.nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top: 0;
	left: 0;
	display:none;
	height: 345px!important;
}
.nivoSlider a {
	border:0;
	display:block;
}
.nivo-directionNav a {
    top: 50%;
	display: block;
	width: 40px;
	height: 60px;
    margin-top: -30px;
    font-size: 0;
    opacity: .7;
}
.nivo-directionNav a:hover {
	opacity: 1;
}
.nivo-directionNav a.nivo-prevNav {
	    opacity: 0.07;
    background: #fff url(slider-arrow-left.png) no-repeat center;
}
.nivo-directionNav a.nivo-nextNav {
	    opacity: 0.07;
    background: #fff url(slider-arrow-right.png) no-repeat center;
}
.nivoSlider:hover .nivo-directionNav a.nivo-nextNav,
.nivoSlider:hover .nivo-directionNav a.nivo-prevNav{
	opacity:1;
	
}
.nivo-controlNav {
	text-align: center;
    position: relative;
    z-index: 7;
    padding: 0;
    margin-top: -46px;
}
.nivo-controlNav a {
	display: inline-block;
	width: 13px;
	height: 13px;
    font-size: 0;
    background: #fff;
    margin: 0 7px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background: #53bbfa;
}
.nivo-controlNav.nivo-thumbs-enabled {
    margin: 0;
}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: 120px;
    height: auto;
    margin: 10px 5px 0;
    background: none !important;
}

.nivo-caption {
    top: 0;
    bottom: auto;
    background: rgba(255,255,255,.6);
    color: #555;
    font-size: 18px;
    opacity: 1;
    padding: 14px;
    text-align: center;
}
.nivo-caption p {
	padding: 0;
}

 .anasayfa_sag_slider {
    width: 24%;
    vertical-align: top;
    display: inline-block;
}
.anasayfa_sol_slider {
    width: 75%;
    vertical-align: top;
    display: inline-block;
}
.anasayfa_sag_slider .slider-wrapper {
    margin-bottom: 5px;
}
.anasayfa_alt_slider {
	display: -webkit-inline-box;
	width: 100%!important;

}
.anasayfa_alt_slider .slider-wrapper:nth-child(n + 2){
	    margin-left: 1.15%;
	
}
.anasayfa_alt_slider .slider-wrapper{
	width:24%;
	
}
@media all and (max-width: 1001px){
	.anasayfa_alt_slider,
	.anasayfa_sag_slider {
		display:none;
	}
	.anasayfa_sol_slider {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
}
@media all and (max-width: 1379px){
	/*.anasayfa_sag_slider .slider-wrapper{
		height:182.5px!important;    
	}*/
	.anasayfa_sag_slider .slider-wrapper img{
		height: 169.5px;
	}
}
}