        




body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: ;
	BACKGROUND-POSITION: center 0%;
	

}




.normal {
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	color: #a08d6f;
	text-decoration: none;
	text-align: left;
}

.normalmin {
	font-family: Open Sans;
	font-size: 10px;
	font-weight: 300;
	font-style: a08d6f;
	color: #555555;
	text-decoration: none;
}

.normalminbeyaz {
	font-family: Open Sans;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

.copyright {
	font-family: Open Sans;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	color: #ccc;
	text-decoration: none;
}

.normalbeyaz {
    font-family: Open Sans;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}


.adres {
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: #a08d6f;
	text-decoration: none;
	text-align: center;
}


.adresalt {
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	color: #ccc;
	text-decoration: none;
	text-align: center;
}


.ortabaslik {
	
    font-family: Open Sans;
	font-size: 35px;
	font-weight: 300;
	font-style: normal;
	color: #143e46;
	text-decoration: none;
}


.ortabaslik2 {
	
    font-family: Open Sans;
	font-size: 35px;
	font-weight: 300;
	font-style: normal;
	color: #a08d6f;
	text-decoration: none;
}


.ortabaslikbeyaz {
	
    font-family: Open Sans;
	font-size: 35px;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}


.altbaslik {
	font-family: Open Sans;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	color: #a08d6f;
	text-decoration: none;
	text-align: center;
}



.ustmenu {

    font-family: Open Sans;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	text-decoration: none;



}


.ustmenu:hover {
    border-bottom: 2px solid #fff;
    font-family: Open Sans;
    font-size: 12px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	

	
}










img {transition: all ease .5s;}

img:hover {
    -webkit-transform: scale(1.1) rotate(2deg);
}




.dv
{
    overflow:hidden;
}


.dv a img
{
    -webkit-transform: scale(1, 1) ; 
  -moz-transform: scale(1, 1)  ; 
  -o-transform: scale(1, 1)  ; 
  transform: scale(1, 1)   ;


    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1s;

    transition-property:all;
     transition-duration: 1s;
     transition-timing-function: ease-out;
    
}

.dv a img:hover
{
     -webkit-transform: scale(1.2, 1.2)  ; 
  -moz-transform: scale(1.2, 1.2)  ; 
  -o-transform: scale(1.2, 1.2)  ; 
  transform: scale(1.2, 1.2)  ;


    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1s;

    transition-property:all;
     transition-duration: 1s;
     transition-timing-function: ease-out;
     
}
    































/*--------------------------------------------------*/
/*	form kismi
/*-------------------------------------------------*/



.input {

       height:40px;
       width:96%;
       padding:0 5px;


	margin-bottom:10px;
	background:#fbfbfb;
	border:1px solid #ebebeb;
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       border-radius: 2px;
       color:#8c8c8c;
-webkit-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
-moz-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
box-shadow: inset 1px 1px 2px 0px #e9e9e9;
}





.textarea{
	padding:5px;
	width:96%;
	height:130px;
	font-family:arial;
	
	margin-bottom:10px;
	background:#fbfbfb;
	border:1px solid #ebebeb;
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       border-radius: 2px;
       color:#8c8c8c;
-webkit-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
-moz-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
box-shadow: inset 1px 1px 2px 0px #e9e9e9;

}



.textarea2{
	padding:5px;
	width:96%;
	height:90px;
	font-family:arial;
	
	margin-bottom:10px;
	background:#fbfbfb;
	border:1px solid #ebebeb;
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       border-radius: 2px;
       color:#8c8c8c;
-webkit-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
-moz-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
box-shadow: inset 1px 1px 2px 0px #e9e9e9;

}



.send_comment {
	height:33px;
	padding:0 15px;
	color:#666;
	border:1px solid #dbdbdb;;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	margin-bottom:15px;
}
.send_comment:hover {
	color: #000;
	text-align: center;
}





