body {
	
	font-family: 'Open Sans', sans-serif;
	background-color:#212121;
	
}


 .cookieContainer {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    padding:10px;
    font-size: 13px;
    
}


.cookieContainer a {
    font-size: 10px;
}

.cookieContainer a:hover {
    text-decoration: none;
}


.cookieContainer a:nth-child(1) {

    background-color: #C41617;
    font-weight: bold;
    color:#fff;
    padding:5px;
    margin-right: 10px;
    
}

.cookieContainer a:nth-child(2) {

    background-color:#383838;
    font-weight: bold;
    color:#fff;
    padding:5px;
    margin-right: 10px;
    
}



img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.sidebarlogo {

	padding: 20px;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#ffffff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	
}


.sidebar {
	
	padding-left:40px;
	
}

.sidebarTxt {
	
	padding: 20px;
	padding-left:40px;
	padding-right: 40px;
	background-color:#292929;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}


.sidebarTxt span {
	
	font-weight: 800;
	color:#878787;
	margin-bottom:15px;
	font-size: 20px;
	
}

.sidebarTxt p {
	
	color:#878787;
	font-size: 13px;
	padding-top:20px;
	
}

.sidebarTxt ul li {
	
	color:#878787;
	
	
}

.sidebar { padding-left:70px; }



/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
		background-color:#212121 !important;
		padding-left:50px;
		padding-right: 50px;
	}

	.modal-header {
		border-bottom-color: #212121;
		background-color: #212121;
		margin-bottom:100px;
	}
	.modal-header .close {
		margin-top: -2px;
		width: 50px;
		height: 50px;
		z-index: 9999;
		position: absolute;
		right: 20px;
	}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/


.mainTitle {
	
	font-size: 35px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-weight: 300;
	text-align: center;
	
}


.widget-header-div {
  display: flex;
  flex-wrap: wrap;
}

.widget-header-item .flexpanel {
  height: 100%;
}


.haberlerContainer {
	
	margin-bottom:0px;
	margin-top:500px;
	
}

.bultenOwlCol {
	
	height: 100% !important;
}

.owl-item { height: 100% !important; }

.item {
	min-height: 300px;
	margin: 10px;
	background-color: #282829;
	padding:40px;
}




.smCerceve { border-top: 1px solid #404040; padding-top: 20px; }

.smCerceve ul { padding:0px; margin:0px; }


.smCerceve ul li{
	float:left;
	text-decoration: none;
	list-style: none;
	margin-right: 10px;
}

.modelMenu {
	
	padding-bottom:50px;
}

.modelMenu ul li a {
	
	font-size: 20px;
	font-weight: 700;
	color:#ffffff;
}

.modelMenu ul li a:hover {

	text-decoration: none;
}


.modelMenu ul {
	
	padding:0px; margin:0px;
}

.modelMenu ul li{
	
	list-style: none;
	margin-bottom:15px;
	
} 


.hamburger {
	position: absolute;
	right: 100px;
	width: 50px;
	height: 50px;
	z-index: 2;
}







.widget-header-div {
  display: flex;
  flex-wrap: wrap;
}



.hide {
	
	visibility: hidden;
	
}



.mainHeader {
	margin-top:50px;
	padding-bottom:170px;
	margin-bottom:170px;
	border-bottom:1px solid #3a3a3a;
}

.focus-banner { 

	float: right;
	margin-top:-40px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;

}

.logo {
	
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
	
}

#focus, #focus2 {
	
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
	
}

.lnk { text-decoration: none !important; }

.bultenMarka { margin-bottom: 0px; font-size: 18px; font-weight: bold; color:#ffffff; }

.homelnk {
	
	color:#adadad;
	
}

.homelnk:hover {
	
	color:#adadad;
}

.homelnk:focus {
	
	color:#adadad;
	
}


.bultenSelectBox {
	
	margin-top:100px;
	float: right;
	border: 1px solid gray;
	border-radius: 20px; 
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:10px;
	
}


.bultenSelectBox select {
	
	background: #212121;
	color:#9e9e9e;
	font-weight: 700;
	border:none;
	font-size: 16px;
	
}


.bultenSelectBox a {
	
	background: #212121;
	color:#9e9e9e;
	font-weight: 700;
	border:none;
	font-size: 16px;
	
}


.bultenSelectBox a:hover {
	
	text-decoration: none;
	
}


.textContainer {
	
	position: absolute;
	font-size: 100px;
	font-weight: 800;
	color:#ffffff;
	margin-top:130px;
	line-height: 95px;
	z-index: 5;
	word-spacing: -5px;
	
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
	
}

.textContainerSUB {
	margin-top:100px;
	font-size: 30px;
	color:#ffffff;
	font-weight: 300;
}

.subHeader {
	
	padding-bottom:50px !important;
	margin-bottom:50px !important;
}


.bultenItem {
	
	background-color:#292929;
	border-radius: 20px;
	padding:40px;
	margin-bottom:20px;
	
	
}

.bultenItemBaslik {
	
	color:#c51617;
	font-size: 22px;
	font-weight: 800;
	
}

.bultenItemTarih {
	
	color:#9e9e9e;
	font-size: 16px;
	font-weight: 800;
	margin-top:5px;
	margin-bottom:5px;
}

.bultenItemIcerik {
	
	font-size: 15px !important;
	line-height: 25px;
	font-weight: 300;
	color:#bdbdbd;
	
}

.bultenItemIcerik span {
	
	font-size: 15px !important; 
}





.textContainer span {
	
	font-weight: 300;
	display: block;
	font-size: 65px;
	/* margin-top:-30px; */
	
}

.text {
	
	
	font-size: 19px;
	font-weight: 300;
	max-width: 450px;
	line-height: 25px;
	word-spacing: 0px;
	margin-top:50px;
	
}


.text i {
	display: block;
	color:#c51617;
	font-size: 50px;
	margin-top:50px;
}


.sectionTxt { padding-top:100px; }

.sectionTxt h1 {
	max-width: 600px;
	color:#ffffff;
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	border-left:13px solid #c51617;
	padding-left:17px;
	padding-top:30px;
	
}


.sectionTxt p {
	
	
	font-size: 18px;
	font-weight: 300;
	max-width: 550px;
	margin-top:30px;
	color: #adadad;
	padding-left:30px;
	
}


.imgLeft {
	
	padding-right:100px;
	
}

.textLeft {

	padding-left:150px; padding-top:50px;
	
}


.galeriContainer {
	
	
	width: 90%;
	margin: 0 auto;
	position: inherit;
	
	
}


.galeriContainer img {
	
	
	-webkit-box-shadow: 0px -2px 53px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -2px 53px 1px rgba(0,0,0,0.75);
	box-shadow: 0px -2px 53px 1px rgba(0,0,0,0.75);
	
	
}


.g1,.g2,.g3,.g4 {
	
	position: absolute;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
	width: 30%;
	
}

.g1 {
	left:0px;
	z-index:1;
	width: 25% !important;
}

.g4 {
	
	width: 20% !important;
	
}

.g2,.g4 {

	z-index:2;
	
	
}

.g3 {
	z-index: 3;
}


.g2 {
	
	width: 28% !important;
	margin-left:20%;
	margin-top:128px;
	
}


.g3 {
	
	margin-left:45%;
	margin-top:-25px;
	width: 30% !important;
}


.g4 {
	
	right:0px;
	margin-top:100px;
	width: 28% !important;
		
}


.paralaxBefore {
	
	margin-top:100px;
	
}

.footerBG {
	
	background-image: url("../img/footer-bg.png");
	background-position: center center;
	padding-bottom:100px;
	padding-top:100px;
	min-height: 800px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.headerBG {
	
	background-image: url("../img/footer-bg2.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.footerContainer {
	
	max-width: 1000px;
	vertical-align:middle;
	
}

.footerTitle {
	
	color:#ffffff;
	font-weight: 800;
	font-size: 40px;
	line-height: 55px;
	text-transform: uppercase;
	
}


.footerTitle::after {
	
	content: '';
	width: 100px;
	height: 20px;
	border-bottom:10px solid red;
	display: block;
	text-align: center;
	margin:0 auto;
	
}


.footerTitle span {
	
	display: block;
}


.icerik {
	padding-top:60px;
	font-size: 23px;
	line-height: 35px;
	color:#ffffff;
	text-align: center;
	font-weight: 300;
	
}

.footerBox {
	
	padding-top:20px;
	padding-bottom:20px;
	
}


.footerAdress {
	
	font-size: 15px;
	font-weight: 800;
	color:#404040;
	text-transform: uppercase;
	padding-top:22px;
}


.footerUl {
	
	list-style: none;
	margin:0px;
	padding:0px;
	
}

.footerUl li {
	
	float:left;
	
}


.footerLi {
	
	padding-top:22px; padding-left:20px; text-transform: uppercase; color:#404040; font-weight: 800;
	font-size: 15px;
}


.imgRight { padding-left:100px; }


.paralaxGaleri {
	
	margin-top:300px;
	
}


/*
* Media Queries
*******************/

@media only screen and (max-width : 1200px) {
	
	
	.textLeft {
		padding-left:50px; padding-top:50px;
	}
	
	.imgLeft {
		padding-right: 50px;
	}
	
	.sectionTxt h1 {
		max-width: 550px;
		color: #ffffff;
		font-weight: 800;
		font-size: 25px;
		line-height: 35px;
		border-left: 10px solid #c51617;
		padding-left: 17px;
		padding-top: 20px;
	}
	
	.sectionTxt {
    	padding-right: 50px;
	}
	
	.focus-banner {
		margin-top:20px;
	}
	
	.focus-banner img {
		max-width: 500px;
	}
	
	.textContainer {
	
		position: absolute;
		font-size: 85px;
		font-weight: 800;
		color:#ffffff;
		margin-top:130px;
		line-height: 80px;
		z-index: 5;
		word-spacing: -5px;

		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		z-index: 1;
	
	}

	.textContainer span {

		font-weight: 300;
		display: block;
		font-size: 65px;
		/* margin-top:-30px; */
	}
	
	.text {
		font-size: 19px;
		font-weight: 300;
		max-width: 350px;
		line-height: 24px;
		word-spacing: 0px;
		margin-top: 50px;
	}
	
	.mainHeader {
		margin-top: 50px;
		padding-bottom: 170px;
		margin-bottom: 170px;
		border-bottom: 1px solid #3a3a3a;
	}
	
	
	.icerik {
		padding-top: 60px;
		font-size: 20px;
		line-height: 30px;
		color: #ffffff;
		text-align: center;
		font-weight: 300;
	}
	
	.g1 { width: 30% !important; }
	.g2 { width: 35% !important; }
	.g3 { width: 30% !important; }
	.g3 { width: 35% !important; }
	
	.footerBG {
		
		padding-top:100px;
	}
	
}

@media only screen and (max-width : 992px) {
	
	
	.logo { padding-left:30px; }
	
	.focus-banner img {
		max-width: 400px;
	}
	
	
	.textContainer {
	
		position: absolute;
		font-size: 65px;
		font-weight: 800;
		color:#ffffff;
		margin-top:130px;
		line-height: 60px;
		z-index: 5;
		word-spacing: -5px;

		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		z-index: 1;
		padding-left:30px;
	
	}

	.textContainer span {

		font-weight: 300;
		display: block;
		font-size: 50px;
		/* margin-top:-30px; */
	}
	
	.text {
		font-size: 17px;
		font-weight: 300;
		max-width: 350px;
		line-height: 23px;
		word-spacing: 0px;
		margin-top: 50px;
	}
	
	.imgLeft, .imgRight { padding-left: 100px; padding-right: 100px;}
	
	.imgRight { padding-top:20px !important; }
	
	.mainHeader {
		margin-top: 50px;
		padding-bottom: 140px;
		margin-bottom: 140px;
		border-bottom: 1px solid #3a3a3a;
	}
	
	.sectionTxt { 
	
		padding-left: 100px; padding-right: 100px;
		padding-top:20px;
		
	}
	
	#section2 {
		margin-top:10px !important; 
		padding-bottom:50px; 
		border-bottom: 1px solid #3a3a3a;
	}
	
	
	
	.g1,.g2,.g3,.g4 { display: block; margin:0px !important; position: initial; width: 100% !important; padding:65px; }
	
	.paralaxGaleri { margin-top:0px !important; } 
	
	.paralaxBefore { margin-top:50px !important; }
	
	
	
	

	
}


@media only screen and (max-width: 767px) {
	

	.sectionTxt { 
	
		padding-left: 10px; padding-right: 10px;
		padding-top:20px;
		
	}
	
	.imgLeft, .imgRight {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.g1,.g2,.g3,.g4 { display: block; margin:0px !important; position: initial; width: 100% !important; padding:10px; }

	.footerTitle {
		color: #ffffff;
		font-weight: 800;
		font-size: 20px;
		line-height: 30px;
		text-transform: uppercase;
	}
	
	.footerTitle::after {
		content: '';
		width: 100px;
		height: 20px;
		border-bottom:5px solid red;
		display: block;
		text-align: center;
		margin:0 auto;
	}
	
	.icerik {
		padding-top: 60px;
		font-size: 15px;
		line-height: 20px;
		color: #ffffff;
		text-align: center;
		font-weight: 300;
		padding:20px;
	}
	
	
	.footerAdress { text-align: left; font-size: 12px; padding:0px !important; text-align: center;}
	
	.footerLi { font-size: 12px; float: none; padding: 0px !important; }
	
	.footerUl li {
		float:none;
		text-align: center;
		padding-bottom:10px;
	}
	
	.footerUl {
		padding:10px !important;	
	}
	
	.footerBG {
		min-height: inherit;
	}
	
	
	.sectionTxt p {
		font-size: 14px;
		line-height: 23px;
		font-weight: 300;
		max-width: 550px;
		margin-top: 30px;
		color: #adadad;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.logo {
		
		text-align: left !important;
		padding-left:20px !important; 
		
	}
	
	.logo img {
		
		width: 150px;
		
	}
	
	.bultenSelectBox {
    margin-top: 50px;
    float: right;
    border: 1px solid gray;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
		width: 100%;
		text-align: center;
}
	
	.sidebar {
    padding-left: 0px;
}
	
.textContainerSUB {
	text-align: center;
    margin-top: 50px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
}	
	.haberlerContainer {
		margin-bottom: 0px;
		margin-top: 100px;
	}
	
	.hamburger {
		position: absolute;
		margin-top:10px;
		right: 20px;
		width: 50px;
		height: 50px;
		z-index: 2;
	}
	
	.textContainer {
		
		font-size: 30px;
		line-height: 35px;
		word-spacing: normal;
		background-color: rgba(0, 0, 0, 0.62);
		padding-top:50px;
		padding-right: 20px;
		padding-bottom:30px;
		
	}
	
	.textContainer span {
		font-size: 25px;
	}
	
	
	.subRow { padding-left:15px; padding-right: 15px; }

	
}


@media only screen and (max-width : 580px){
	

}


@media only screen and (max-width : 520px) {
	
}


@media only screen and (max-width : 480px) {


}

@media only screen and (max-width : 370px){


}

@media only screen and (max-width : 320px) {


}


@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) {



}


