body {
	font-family: 'Open Sans', sans-serif;
	background-color: #e9e9e9;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
html {
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
	/* Optional: show position indicator in red */
}
/* GLOBAL */
.navContainer, .cardBoxContainer, .Properties, .brokerCover img, .brokerMessage, .testHeader, .testCarousel, .certsHeader, .certsBG, .brokerForm div, .brokerBack img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
}
/* HEADER */
header {
/*	header'i hiyerarside nav'in altina aldigimizda bunlari ekledik*/
	z-index: -1;
	position: absolute;
	width: 100%;
	top: 0;
/*	header'i hiyerarside nav'in altina aldigimizda bunlari ekledik*/
	background-color: orangered;
	height: 120px;
	background-image: url("../images/shape-dark-06.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}
header .text-center img {
	height: 28px;
	padding: 0 12px;
	margin-top: 11px;
    transition: all 0.5s ease;
}
header .text-center img:hover {
    transform: rotate(360deg);
}
.navContainer {
	background-color: #ffffff;
/*	header'i hiyerarside nav'in altina aldigimizda bunu degistirdik*/
/*	margin-top: -70px;*/
	margin-top: 50px;
/*	header'i hiyerarside nav'in altina aldigimizda bunu degistirdik*/
	padding-top: 8px;
	padding-bottom: 1px;
	padding-left: 29px;
	padding-right: 29px;
}
.logo {
	position: absolute;
	max-width: 120px;
	margin-left: -120px;
}
.logoFener {
	max-width: 120px;
	margin-top: -17px;
	animation: rotate20 .4s linear infinite;
}
@keyframes rotate20 {
	100% {transform: rotate(-20deg);}
}
.navbar-right {
	padding-top: 13px;
}
.navbar-right img {
	max-width: 100px;
}
.navbar-right .text-right {
	margin-top: 28px;
	padding-right: 10px;
}
.tel {
	font-size: 17px;
	color: black;
	color: #193276;
}
.email {
	color: black;
}
.tel:hover{
	text-decoration: none;
	color: #193276;
	opacity: 0.6;
}
.email:hover {
	text-decoration: none;
	color: black;
	opacity: 0.6;
}
.pagination {
	font-weight: 800;
	font-size: 22px;
	margin-left: 190px;
	margin-top: 77px;
	margin-bottom: 0;
}
.pagination>li>a, .pagination>li>span {
	border-color: orangered;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 3px 12px;
}
/* SONRADAN EKLENENLER */
.pagination  {
	margin-left: 205px;
}
.pagination>li>a, .pagination>li>span {
/*	color: #012169;*/
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-left-width: 0;
	padding-left: 6px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-right-width: 0;
	padding-right: 6px;
}
.underConstruction {
	color: red;
	font-weight: 800;
	font-size: 22px;
	width: 1080px;
	position: absolute;
}
.underConstruction li {
	text-align: center;
	left: 282px;
	top: 20px;
}
/* CONTAINER */
/* FOOTER */
.footer {
	padding-top: 24px;
	padding-bottom: 24px;
	min-height: 200px;
/*	background-image: url("../images/shape-dark-06.svg");*/
/*	background-repeat: no-repeat;*/
/*	background-position: left;*/
/*	background-size: cover;*/
/*	background-color: #193276;*/
	background-color: #012169;
	margin-top: 48px;
}
.footer img {
	max-height: 152px;
}
.footer .col-sm-4 {
}
.footer .text-right {
	color: #7584ad;
}
.footer .text-right strong {
	color: white;
	opacity: 0.75;
}
/* MISC */
.clear {
	clear: both
}
.saklan {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}
/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */
@media only screen and (max-width: 1200px) {
	.pagination {
		margin-left: 90px;
	}
	/* SONRADAN EKLENENLER */
	.pagination  {
		margin-left: 105px;
	}
	.underConstruction {
		width: 880px;
	}
	.underConstruction li {
		left: 182px;
	}
}
@media only screen and (max-width: 992px) {
	.pagination {
		font-size: 14px;
		margin-left: 34px;
		margin-top: 90px;
	}
	.pagination>li>a, .pagination>li>span {
		padding: 2px 8px;
	}
	/* SONRADAN EKLENENLER */
	.pagination  {
		margin-left: 42px;
	}
	.underConstruction {
		font-size: 14px;
		width: 660px;
	}
	.underConstruction li {
		left: 162px;
		top: 40px;
	}
}
@media only screen and (max-width: 768px) {
	.container {
		width: 548px;
	}
	.navContainer {
		padding-bottom: 8px;
	}
	.navbar {
		margin-bottom: 0;
		text-align: center;
	}
	.navbar-right {
		margin-top: -50px;
	}
	.pagination {
		font-size: 22px;
		margin-left: 0;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.pagination>li>a, .pagination>li>span {
		padding: 3px 12px;
	}
	.footer .col-sm-4 {
		text-align: center;
	}
	.footer .text-center p {
		margin-bottom: 0;
	}
	.footer .text-right p {
/*		margin-bottom: 15px;*/
		margin-bottom: 0;
	}
	.footer .text-muted br:nth-of-type(1), .footer .text-muted br:nth-of-type(2) {
		display: none;
	}
	/* SONRADAN EKLENENLER */
	.underConstruction {
		font-size: 22px;
		width: 488px;
	}
	.underConstruction li {
		left: 0;
		top: 10px;
	}
}
@media only screen and (max-width: 580px) {
	.container {
		width: 488px;
	}
	/* SONRADAN EKLENENLER */
	.underConstruction {
		width: 428px;
	}
}
@media only screen and (max-width: 520px) {
	.container {
		width: 448px;
	}
	/* SONRADAN EKLENENLER */
	.underConstruction {
		width: 388px;
	}
}
@media only screen and (max-width: 480px) {
	header .text-center img {
		height: 24px;
		padding: 0 4px;
		margin-top: 13px;
	}
	.container {
		width: 338px;
	}
	.navbar-nav:first-of-type {
		padding-left: 0;
	}
	.navbar-brand {
		width: 278px;
		height: 130px;
	}
	.navbar-right .pull-right {
		width: 278px;
	}
	.navbar-right .text-right {
		width: 278px;
		margin-top: 0;
		padding-right: 0;
		text-align: center;
	}
	.text-right {
		padding-top: 10px;
	}
	.footer .text-right {
		padding-top: 0;
	}
	.pagination {
		font-size: 14px;
	}
	.pagination>li>a, .pagination>li>span {
		padding: 2px 8px;
	}
	/* SONRADAN EKLENENLER */
	.underConstruction {
		font-size: 14px;
		width: 278px;
		margin-top: 14px;
	}
}
@media only screen and (max-width: 370px) {
	header .text-center img {
		padding: 0;
	}
	.container {
		width: 288px;
	}
	.navbar-brand, .navbar-right .pull-right, .navbar-right .text-right {
		width: 228px;
	}
	/* SONRADAN EKLENENLER */
	.underConstruction {
		width: 228px;
		margin-top: 4px;
	}
}
@media only screen and (max-width: 320px) {
	.container {
		width: 268px;
	}
	.navbar-brand, .navbar-right .pull-right, .navbar-right .text-right {
		width: 208px;
	}
	/* SONRADAN EKLENENLER */
	.underConstruction {
		width: 208px;
	}
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1360px) {
}
@media only screen and (min-width: 1439px) {
}
@media only screen and (min-width: 1599px) {
}
