.callbacks_tabs {
    list-style: none;
    position: relative;
    padding: 0;
    top: 0px; 
    margin: 0;
    z-index: 9;
    display: block;
    text-align: center;
    margin-top: -55px; 
}
@media (min-width: 768px){
	.navbar-default {
		background-color: #fff;
	}
	.navbar-default.navbar-shrink {
		background-color: #fff;
		padding: 10px 0;
		
		-webkit-box-shadow: 0px 1px 3px 0px rgba(171,171,171,1);
		-moz-box-shadow: 0px 1px 3px 0px rgba(171,171,171,1);
		box-shadow: 0px 1px 3px 0px rgba(171,171,171,1);
	}
}
.navbar-default .nav li a {
	font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    font-size: 17px;
}

#slider_top {
    padding: 0px 0;
    background-color: #f8f8f8;
    margin-top: 0px; 
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.btn_girasol {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.skills-text h2 {
    margin: 0 0 30px;
    color: #000;
    font-size: 40px;
}

.slide-info{
	
}
.slide-info h5{
	font-size: 40px;
    color: #000000;
    font-weight: 500;
    font-weight: 500;
    padding: 13px;
    letter-spacing: 3px;
    margin-bottom: 16px;
    text-shadow: 0px 0px 5px #fff;
}
.slide-info p{
	font-size: 22px;
    font-weight: 400;
}

.swiper-pagination-bullet-active {
    background: orange !important;
}


.navbar-default .navbar-brand{
	height: 200px;
	width: 200px;
    background-color: #fff;
    position: absolute;
	top:0px;
	border-radius: 0px 1px 50% 50%;
	overflow: hidden;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    background-color: #fff;
}
.navbar-default .navbar-brand img{
	height:200px;
	
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-default.navbar-shrink img{
	height: 140px;

}

.navbar-default.navbar-shrink .navbar-brand {
    height: 140px;
	width: 140px;
    background-color: #fff;
    position: absolute;
	top:0px;
	border-radius: 0px 1px 50% 50%;
}





















