﻿@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,200italic,300italic,400italic,600italic&subset=latin,latin-ext);

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

body {
	font-family: 'Source Sans Pro', Arial, Helvetica; 
    color: #ffffff;
    background-color: #1e1e1c;
}

.bg {
	background: url(../images/light2dsign-background.jpg) no-repeat center center fixed;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.border {
	border: 1px solid #000;
}
 
a {
	transition: color .6s ease-in-out;
	-webkit-transition: color .6s ease-in-out;
	outline: none; 
	text-decoration: none;
	color: #ffffff;
}
	a:hover {
		color: #ed1f24;
	}

img {
	border: 0;
}

.Maincontainer {
 	width: 100%; 
 	position: relative;
	top: 0;
}

.container {
 	width: 1000px; 
	margin: 0 auto;
}

.row { 
    width: 100%;
    float: left;
    clear: both;
  }
 
.langBar {
	float: right;
	font-size: 16px;	
	font-weight: 600;
	color: #ed1f24;
}
	.langBar a{
		float: left;
		color: #ed1f24;
	}
		.langBar a.active{
			/*color: #fff;*/
		}
	.langBar .langSeperator{
		float: left;
		margin: 0 5px;
		font-size: 14px;
	}

/*Only MAinPage*/
.mainPageContainer {
	float: left;
	clear: both;
	width: 100%;
 
	font-size: 0;
	margin: 8px 0;
}

.mainPageMainMenu {
	text-align:center;
 	margin: 0 auto;
	position: absolute;
	top: 220px;
	left: 0;
 	right: 0 ;
 	font-size: 25px;
	padding: 0 0;
	background-color: #000;
	width: 100%;
}

.mainPageMainMenuLogo {
	margin: 35px 0px 10px 0;
}
	.mainPageMainMenuLogo img {
	
		width: 350px;
	}

.mainPageMainMenuNav {
	margin: 0 0px 10px 0;
}
	.mainPageMainMenuNav a{
		font-size: 18px;
		margin: 0 35px;
		transition: color .6s ease-in-out;
		-webkit-transition: color .6s ease-in-out;
	}
		.mainPageMainMenuNav a.active{
			color: #ed1f24;
		}
 
.mainPageFooter {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 100px;
 	font-size: 0;
}
	.mainPageFooter p {
		color: #747474;
		font-size: 12px;
		font-weight: 600;
	}

/*Layout Other Pages*/
.logo {
	float: left;
	padding-top: 10px;
}
	.logo img {
		 width: 275px;
	}

.MenuNav {
	float: right;
	clear: both;
	margin-top: -15px;
}
	.MenuNav a {
		margin-left:  20px;
		font-size: 18px;
		font-weight: 300;
		transition: color .6s ease-in-out;
		-webkit-transition: color .6s ease-in-out;
	}
		.MenuNav a.active{
			color: #ed1f24;
		}
		.MenuNav a:hover{
			color: #ed1f24;
		}

.Footer {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 100px;
 	font-size: 0;
}
	.Footer p {
		color: #747474;
		font-size: 12px;
		font-weight: 600;
	}

.bannerTitle {
	margin: 20px 0 !important;
	display: inline-block;
	width: 100%;
	padding: 0px;
	background-color: #ed1f24;
}
	.bannerTitle .title {
		margin: 0;
		width: 75%;
		float: left;
		padding: 0px 15px;
 		text-align: left;
		color: #fff;
		font-weight: 300;
		font-style: italic;
		font-size: 21px;
	}
		.bannerTitle .title a:hover {
	 		color: #212121;
		}
	.bannerTitle .Secondtitle {
		float: right;
		width: auto;
		color: #212121;
		font-weight: 300;
 		font-size: 26px;
		padding: 7px 15px;
	}
	.bannerTitle div {
		float: left;
	}
	.bannerTitle .projectDesc {
 		margin-right: 55px;
		font-weight: 400;
	}
	 .bannerTitle .CreaLux {
		color: #ffffff;
	}
	.bannerTitle .pins {
		padding-top:8px;
		padding-right: 12px ;
	}
 
 
.Subject {
	margin: 0;
 	float: left;
	padding: 6px 5px;
 	text-align: left;
	color: #fff;
	font-weight: 300;
 	font-size: 16px;
	line-height: 1.6
}
	.Subject a {
		padding-left: 5px;
		float: left;
		clear: both;
		font-size: 20px;
		transition: color .6s ease-in-out;
		-webkit-transition: color .6s ease-in-out;
	}
		.Subject a:hover{
			color: #f3623b;
		}

.projectGallery {
	margin: -23px auto 0px auto;
	text-align: center;
}

a.group1 img {
 	border: 1px solid #ffffff;
 	 
}

a.group1  {
	outline: none; 
 }

.MASK_All_IMAGES {
	display: inline-block;
	margin: 10px
}
.leftRightContainer{
    background-color: rgba(0,0,0,.6);
    width:100%;
    overflow:hidden;
    padding-bottom:20px;
}
.leftCol {
    padding-top:20px;
	float: left;
	width: 75%;
}
.rightCol {
    padding-top: 20px;
    padding-right: 20px;
	float: right;
	width: 20%;
 }

.rightCol .projeBilgi {
	font-size: 13px;
	font-weight: 300;
 }
.sunum {
	width: 100%;
	background-color: rgba(0,0,0,.6);
}
	.sunum p {
		margin: 30px 50px 50px 50px;
	}
	
/*Hakkimizda*/
.Hakkimizda {
	margin-top: -23px;
 	float: left;
	padding: 0;
 	text-align: left;
	color: #fff;
	font-weight: 300;
 	font-size: 16px;
	line-height: 1.6;
}
.Hakkimizda p {
	/*margin: 10px;*/
	 width: 90%;
}
/*İLETİŞİM*/
.iletisimplaza img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.iletisimadres{
position:absolute;
padding:40px 0 0 500px;
}
.contact_harita {
     width: 62%;
     font-size: 0px;     
	 float: right;	 
     margin-top:20px;
}
.contactForm {
     width: 30%;
     margin: 0px 0px 8px 30px;
 	 float: left; 
 }
.contactForm h3{
     margin: 20px 0 8px 0;
	 color: #fff;
  }
.contactForm .formTitle {
    /*margin: 5px 0 ;
    padding: 4px 0;
    border-bottom: 1px solid #88c1d6;
    float: right;
    clear: right;
    color: #6599ac;*/ 
}
.contactForm .Contactstyle {
    margin: 5px;
    padding: 9px 3px;
    outline: none;
 }
.contactForm .contact_col1 {
    float: left;
    clear: left;
 }
.contactForm .contact_col2 {
    float: left;
    clear: left;
 }
.contactForm  .mesg {
    width: 255px;
    float: left;
    clear: left;
}
.contactForm .info {
    float: left;
    clear: both;
    font-size: 14px;
 }
.contactForm .lbErrorCode {
    margin: 0px 5px;
    font-size: 14px;
    color: #ff0000; 
    background-color: #f7e7e7;
    padding: 8px 8px;
    display: none;
    float: left;
    clear: both;
 }
.contactForm .submitContact {
    float: left;
    clear: both;
    font-size: 18px;
    background-color: #ed1f24;
    border: 1px solid #bb2025;
    cursor: pointer;
    padding: 5px 5px;
    width: 100px;
    margin: 10px 5px;
    text-align: center;
    color: #ffffff
}
.contactForm .submitContact:hover {
    color: #ffffff;
    background-color: #bb2025;
    border: 1px solid #ed1f24;
 }
.contactForm .CaptchaControl {
    float: left;
     margin: 5px;
     padding: 0;
     border: 1px solid black;
 }
.contactForm .CaptchaControl img {
    float: left;
     margin: 0;
     padding: 0;
  }
.contact_harita img {
 	 margin: 2px 0 0 0 ;
}
/*BASINDA*/
.basinda{
display: inline-table; 
background-color: rgba(255, 255, 255, 0.20); 
margin:0px 10px 20px 0px;
transition: all .6s ease-in-out;
cursor:default;
}
.basinda:hover{
		color: #ed1f24;
        background-color: rgba(255, 255, 255, 0.35);
}


@media only screen and (max-width: 1120px) {
	.container {
		width: 99%;
	}
	.mainPageMainMenu {
		left: 0;
		width: 100%;
	}
}


@media only screen and (max-width: 850px) {
	.contact_harita {
		width: 100%;
	}	
    .iletisimplaza img{
    width:100%;
    height:100%;
    }
    .iletisimadres{
    position:absolute;
    padding:0 0 0 320px;
    }  
}


@media only screen and (max-width: 560px)   {
	.bg {
 	  background: none;
	  
	}
	.mainPageMainMenu {
		text-align:center;
 		margin: 0 auto;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0 ;
 		font-size: 14px;
		padding: 0 0;
		background-color: #000;

	}
	.mainPageMainMenuLogo {
		margin: 0 0px 0 0;
	}
	.mainPageMainMenuLogo img{
	
		width: 180px;
	}
	.mainPageMainMenuNav {
		margin: 0 0px 0 0;
	}
	.mainPageMainMenuNav a{
		font-size: 12px;
		margin: 0 10px;
	}
	.MenuNav {
 		margin-top: 15px;
	}
	.logo {
 		padding-top: 0;
	}
	.logo img{
		width: 180px;
	}
	.owl-item {
		margin-top: 80px;
	}
	.Footer {
		margin-top: 10px;
 	}
	.mainPageFooter {
		margin-top: 10px;
	}
	.contactForm .Contactstyle {
        width:230px
     }
    .contactForm .mesg {
        width:232px
    }
    .contactForm .submitContact {
        width: 100px;
    }
	 .leftCol {
		float: none;
		width: 100%;
	}
	.rightCol {
		float: none;
		width: 100%;
	 }
    .iletisimadres{
    position:relative;
    padding:0;
    }
}


@media only screen and (max-width: 300px)   {
	.mainPageMainMenuLogo img{
		width: 100%;
	}
	.logo img{
		width: 100%;
	}	 
}

@media only screen and (max-width: 491px)   {
	.basinda{
		width: 230px;
	}
}