#ticker2-one-property{
	float: left;
	width: 50%;
	margin-top: 10px;
}

#ticker2-one-property img{
	width: 100%;
}

#ticker2-two-property{
	float: left;
	min-height: 70px;
	width: 33.333%;
}

.ticker2-two-one img{
	width: 100%;
}

.ticker2-two-two img{
    width: 100%;
    top: 21px;  
	position: relative;
}

.ticker2-two-tree img{
    width: 100%;
    position: relative;
    top: 15px;
}

.header-left,.header-right{
	float: left;
}

.header-left{
	text-align: right;
	width: 65%;
	justify-content: end;
    display: flex;
}

.header-right{
	padding-top: 65px;
	width: 35%;
	text-align: center;
}

@media screen and (max-width:768px){
	.header-left{
		text-align: center !important;
		width: 100% !important;
	}

	.header-right{
		padding-top: 0px !important;
		width: 100% !important;
	}
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.gallery-item {
    flex-basis: 19.5%;
    margin-bottom: 30px !important;
    opacity: .85;
    cursor: pointer;
}

.gallery-item:hover {
    opacity: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
	z-index: 999;
}

.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}

.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox-prev,.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

.lightbox-prev:hover,.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}

@font-face {
	font-family: 'Trebuchet MS';
	src: url('TrebuchetMS.eot');
	src: url('TrebuchetMS.eot?#iefix') format('embedded-opentype'),  url('TrebuchetMS.woff2') format('woff2'),  url('TrebuchetMS.woff') format('woff'),  url('TrebuchetMS.ttf') format('truetype'),  url('TrebuchetMS.svg#TrebuchetMS') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('Quicksand-Regular.eot');
	src: url('Quicksand-Regular.eot?#iefix') format('embedded-opentype'),  url('Quicksand-Regular.woff2') format('woff2'),  url('Quicksand-Regular.woff') format('woff'),  url('Quicksand-Regular.ttf') format('truetype'),  url('Quicksand-Regular.svg#Quicksand-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url('../myraid/myriadpro-regular-webfont.eot');
	src: local('☺'), url('../myraid/myriadpro-regular-webfont.woff') format('woff'), url('../myraid/myriadpro-regular-webfont.ttf') format('truetype'), url('../myraid/myriadpro-regular-webfont.svg#webfontN07kGeyp') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	color: #3e4d5c;
	overflow-x: hidden;
	font-family: 'Quicksand';
	font-size: 14px;
	background: url(../images/bg.jpg) no-repeat top center #a3b9c7;
}

h1, h2, h4, h5, h6 {
	font-family: 'Quicksand';
	margin: 0 0 10px;
	color: #2A4D92;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: 600;
}

h3 {
	color: #2A4D92;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Quicksand';
}

a {
	color: #E02222;
}

a, a:focus, a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #E02222;
	text-decoration: underline;
}

.spaceDiv {
	clear: both;
	height: 10px;
}

.clear {
	height: 30px;
	clear: both;
}

.nav>li>a {
	padding: 13px 12px !important;
}

a.imgHover img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity:50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

h1.headerDateBig {
    font-family: 'Quicksand';
    font-size: 25px;
    display: block;
    padding-top: 100px;
    color: #175592;
}

div.main-menu {
	height: 50px;
	background: url(../images/menu.png);
	margin-top: 15px;
	border-top: 1px solid #224890;
	border-bottom: 3px solid #E8AA35;
	/* -webkit-box-shadow: 0 4px 8px 1px rgba(100,100,100,100);
	box-shadow: 0 4px 8px 1px rgba(100,100,100,100); */
	font-family: 'Quicksand';
	font-size: 14.5px;
	position: sticky;
    top: -1px;
    z-index: 1;
}

.navbar-default {
	background: none !important;
	border: 0;
	box-shadow: none;
	z-index: 999;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 9px;
	background: none !important;
	z-index: 10000;
}

@media (max-width:750px) {
	.navbar-default .navbar-nav>li>a {
		color: #FFF !important;
		padding-top: 10px;
		padding-bottom: 9px;
		background: #e7a942 !important;
		z-index: 20000;
	}	
}

@media (max-width:992px) {
	div.homeBox2 {
		width: 100%;
		min-height: 300px !important;
		border: 1px solid #d8d8d8;
		background: #FFF;
		padding: 10px;
		overflow: hidden;
	}
}

@media (max-width:768px) {
	div.homeBox2 {
		width: 100%;
		min-height: 50px !important;
		border: 1px solid #d8d8d8;
		background: #FFF;
		padding: 10px;
		overflow: hidden;
	}
}

.navbar-default .navbar-nav>li>a:hover {
	background: #e8aa35 !important;
	color: #FFF !important;
	z-index: 99999;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #FFF !important;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF !important;
}

.navbar-toggle {
	background: #e7a942 !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-toggle {
	margin-top: 3px !important;
}

div.homeBox {
	width: 100%;
	height: 380px;
	border: 1px solid #d8d8d8;
	background: #FFF;
	padding: 10px;
	overflow: hidden;
}

div.homeBox2 {
	width: 100%;
	border: 1px solid #d8d8d8;
	background: #FFF;
	padding: 10px;
	overflow: hidden;
}

div.homeBox1 {
	width: 100%;
	height: auto;
	border: 1px solid #d8d8d8;
	background: #FFF;
	padding: 20px;
	overflow: hidden;
}

@media (max-width:750px) {
	div.homeBox {
		width: 100%;
		border: 1px solid #d8d8d8;
		background: #FFF;
		padding: 10px;
		overflow: hidden;
		clear: both;
	}
}
div.homeBoxAuto {
	width: 100%;
	border: 1px solid #d8d8d8;
	background: #FFF;
	padding: 10px;
	overflow: hidden;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 6px;
	padding-right: 6px;
}

.row {
	padding-top: 6px;
	padding-bottom: 6px;
}

h2.twitterh2 {
	font-size: 15px;
	font-family: 'Quicksand';
	color: #FFF;
	padding: 5px;
	background: #71b3de; /* Old browsers */
	background: -moz-linear-gradient(top, #71b3de 0%, #5899c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #71b3de 0%, #5899c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #71b3de 0%, #5899c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b3de', endColorstr='#5899c5', GradientType=0 ); /* IE6-9 */
}

i.twittericon {
	font-size: 20px;
	color: #FFF;
}

a.altbuton {
	padding: 10px;
	width: 100%;
	background: #e7e7e8;
	height: 80px;
	display: block;
	color: #183264;
}

a.altbuton:hover {
	/*background: #375a9b;*/
	background: #507CB9;
	color: #FFF !important;
}

span.altbuton1 {
	font-family: 'Quicksand';
	font-size: 14px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

strong.altbuton2 {
	font-family: 'Quicksand';
	font-size: 15px;
	font-weight: bold;
}

i.altbutonicon1 {
	font-size: 50px;
	color: #a2579d;
	display: block;
	float: left;
}

i.altbutonicon2 {
	font-size: 50px;
	color: #dfac49;
	display: block;
	float: left;
}

i.altbutonicon3 {
	font-size: 50px;
	color: #11326d;
	display: block;
	float: left;
}

i.altbutonicon4 {
	font-size: 50px;
	color: #cf0a32;
	display: block;
	float: left;
}

i.altbutonicon5 {
	font-size: 50px;
	color: #224890;
	display: block;
	float: left;
}

i.altbutonicon6 {
	font-size: 50px;
	color: #89b75e;
	display: block;
	float: left;
}

i.altbutonicon7 {
	font-size: 50px;
	color: #70bde8;
	display: block;
	float: left;
}

.social {
	max-width: 60px; 
	padding: 8px 0px;
}

.social:hover {
	opacity: 70%;
}

div.gribg {
	background: url(../images/gribg.png) no-repeat #FFF;
}

.gribg0 {
	background: url(../images/gribg0.png) no-repeat #FFF;
}

span.keyDates {
	font-family: 'Quicksand';
	font-size: 15px;
	color: #b52830;
	display: block;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: 700;
}

span.organizingSociety {
	font-family: 'Quicksand';
	font-size: 15px;
	color: #60afd2;
	display: block;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: 700;
}

span.aboutAntalya {
	font-family: 'Quicksand';
	font-size: 15px;
	color: #8a793a;
	display: block;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: 700;
}

span.invitation {
	font-family: 'Quicksand';
	font-size: 15px;
	color: #1151a2;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: 700;
}

/* Zebra striping */
.tr:nth-of-type(odd) {
	background: #eee;
}
td1 {
	color: white;
	font-weight: bold;
}
td {
	padding: 6px;
	border: 1px solid #ccc;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #A31F22;
		padding: 7px;
		padding: 7px;
	}

	.navbar-nav .open .dropdown-menu {
		background-color: #e7a942 !important;
	}
}

@media all and (max-width: 991px) and (min-width: 768px) {
	.nav>li>a {
		font-size: 12px;
		position: relative;
		display: block;
		padding: 10px 8px;
	}
}