﻿.newboxes2 {
	display: none;
	position: absolute;
	width: 400px;
	top: 170px;
	left: 250px;
	background-color: #F9FBFA;
	padding: 10px 15px;
	z-index: 100;
	font-family: 'PT Sans', sans-serif;
	opacity: 0.85;
	filter: alpha(opacity=85); /* For IE8 and earlier */
	border: solid 1px #333333;
}
.newboxes2 h1 {
	font-family: 'Dosis', sans-serif;
	color: #333;
	font-size: 1.2em;
	padding-bottom: 5px;
}
.newboxes2 .kapat {
	font-family: 'Dosis', sans-serif;
	color: #333;
	text-decoration: none;
	float: right;
	font-weight: bolder;
}
.newboxes2 a {
	padding-right: 8px;
}
.newboxes2 p {
	font-size: 0.8em;
	padding-bottom: 5px;
}
#map {
	position: relative;
}
#map2 {
	position: relative;
}
@-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes bounceInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -moz-transform: translateY(30px);
}
 80% {
 -moz-transform: translateY(-10px);
}
 100% {
 -moz-transform: translateY(0);
}
}
 @-o-keyframes bounceInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateY(30px);
}
 80% {
 -o-transform: translateY(-10px);
}
 100% {
 -o-transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 transform: translateY(30px);
}
 80% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(0);
}
}
.bounceInDown {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.bayisecim {
                                                MAX-height: 200px;
                                                overflow: auto;
                                        }
                                        .bayisecim button.dropdown-item {
                                            display: block;
                                            padding: 3px 20px;
                                            clear: both;
                                            font-weight: normal;
                                            line-height: 1.42857143;
                                            color: #333;
                                            white-space: nowrap;

                                            text-shadow: none;
                                            padding: 0 20px;
                                            line-height: 103px;
                                            font-size: 16px;
                                            text-transform: capitalize;

                                            width: 100%;
                                            border: none;
                                            border-bottom-color: blue;
                                            border-bottom-style: inherit;
                                            border-bottom-width: 1px;
                                            text-align:left;
                                                color: #7191aa;
                                                line-height: 30px;

                                        }
                                        .bayisecim :-webkit-scrollbar {
                                            width: 6px;
                                            background-color: #F5F5F5;
                                        } 
                                        .bayisecim :-webkit-scrollbar-thumb {
                                            background-color: #000000;
                                        }
                                        .bayisecim :-webkit-scrollbar-track {
                                            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                                            background-color: #F5F5F5;
                                        }
    @media (max-width: 992px) {
        .newboxes2 {
            display: none;
            position: absolute;
            width: 60%;
            top: 0px;
            left: 20%;
        }
        #map img, #map2 img {
            display:none;
        }
    }

    .noned {display:none;}
    .hr-border-title {
    clear: both;
    margin-bottom: 30px;
    position: relative;
}
.hr-border-title:after {
    border-top: 1px dashed #eaeaea;
    border-bottom: 1px dashed #eaeaea;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 15px;
    width: 100%;
}
.hr-border-title span {
    background: #fff;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
.contact-info {color: #757575;}
.contact-info p .fa {
    margin-right: 5px;
}
.contact-info p span {
    font-weight: bold;
}
.contact-info h3 {margin-bottom: 30px;}