@charset "utf-8";
/* CSS Document */

/* font */
@font-face {
  font-family: 'AC-mutlu_unicode';
  src: url('fonts/ACMutlu/AC-mutlu_unicode.ttf') format('truetype'); 
}

/* general */
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height:100%;
	background-color: #efefef;
}
#wrappers {
	min-height: 100%;
	position: relative;
}
#content {
	padding-bottom: 100px;
	padding-top: 0px;
	width: 100%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow:auto;
}
#goTop{
	padding:0px;
	position:fixed;
	top:85%;
	right:-100px;
	background-image: url(pics/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 75px;
	z-index: 1001;
	cursor:pointer;
}
#infowindow {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}
/* general */

/* header */
.header {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	top: 0px;
	left: auto;
	right: auto;
	background-color: #FFFFFF;
	width: 100%;
}

#wrappers .header .header_top {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1000px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers .header .header_top #logo {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	
}
#wrappers .header .header_top #logo img{
	height: auto;
	width: 100%;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers .header .header_top #info {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	margin: 0px;
	height: auto;
	color: #fff;
	display: block;
	float: right;
	width: auto;
	padding: 0px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers .header .header_top #info a{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #688DA4;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebebeb;
}
#wrappers .header .header_top #info .selected{
	background-color: #efefef;
	text-decoration: none;
}
#wrappers .header .header_top #info a:hover{
	background-color: #efefef;
	text-decoration: none;
}
#wrappers .header .header_top #info a:last-child{
	border-right: none;
}
#wrappers .header .header_top #search {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	margin: 0px;
	height: auto;
	color: #fff;
	display: block;
	float: right;
	width: auto;
	padding: 0px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers .header .header_top #search form .input {
	width: 125px;
	display: inline;
	float: left;
	border: 1 solid #03F;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #415B6B;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: 14px;
	margin: 0px;
}
#wrappers .header .header_top #search form .zoom {
	height: 20px;
	width: 20px;
	background-color: #415B6B;
	background-image: url(pics/zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	font-size: 0;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	cursor: pointer;
}
#wrappers .header .header_menu {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	background-color: #fff;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 1000px;
}
/* header */

/* main index */

#wrappers #content #titlos_cat {
	font-family: "Times New Roman", Times, serif;
	padding: 1%;
	width: 96%;
	font-style: italic;
	font-weight: normal;
	color: #415B6B;
	letter-spacing: 0.01em;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.3);
	font-size: 1.5em;
}

#wrappers #content #content_left {
	display:block;
	padding: 0px;
	margin-bottom: 0px;
	height: auto;
	float:left;
}
#wrappers #content #content_left #titlos {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	color: #415B6B;
	letter-spacing: 0.01em;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.3);
}
#wrappers #content #content_left #box {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding-top: 2%;
	padding-bottom: 4%;

	display: block
	float:left;
	height: auto;
	background-image: url(pics/line_hor.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	float: left;
}
#wrappers #content #content_left #box:last-child {
	background-image: none;
}
#wrappers #content #content_left #box .imgLiquid{
	float:left;
}
#wrappers #content #content_left #box #boxtitle {
	display: block;
	float: left;
}
#wrappers #content #content_left #box #boxtitle a{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #415B6B;
	text-decoration: none;
	display: block;
}
#wrappers #content #content_left #box #boxtext {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	display: block;
	width: 68%;
	margin-left: 2%;
	float: left;
	text-align: justify;
}

#wrappers #content #content_right {
	display: block;
	height: auto;
	padding: 0px;
	margin-bottom: 0px;
	float:left;
}

#wrappers #content #content_right .slide{
	display: block;
	padding: 0px;
	cursor: pointer;
	position: relative;
	float: left;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #content #content_right .slide .imgLiquid{
	width: 100%;
}
#wrappers #content #content_right .slide img{
	width: 100%;
	height: auto;
}
#wrappers #content #content_right .slide h2 {
	display: block;
	width: 100%;
	background-color: #03C;
	position: absolute;
	height: 20%;
	bottom: 0px;
	background: rgba(65, 91, 107, 0.7);
	margin: auto;
	text-align: center;
	
}
#wrappers #content #content_right .slide h2 a{
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	text-shadow: 1px 1px 2px rgba(33, 33, 33, 0.3);
	text-decoration: none;
}
#wrappers #content #content_right .slide h2 a:hover{
	background-color: transparent;
	text-decoration: none;
}
#wrappers #content #content_right .slide h2 a #mutlu{
	font-family: "AC-mutlu_unicode", Times, serif;
	margin: 0px;
	padding: 0px;
}


/* main index */

/* footer */
#footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background-color: #415b6b;
}
#wrappers #footer #footer_into {
	height: auto;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrappers #footer #footer_into #info {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #b9ccd8;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	text-align: center;
	line-height: 125%;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	max-width:1000px;
}

#wrappers #footer #powered {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 10px;
	font-weight: normal;
	color: #688CA4;
	font-size: 0.8em;
}
#wrappers #footer #powered a{
	color: #7D9DB0;
	text-decoration: none;
}

/* footer */

/* media queries min-width: 900px*/

@media all and (min-width: 900px) {
#wrappers .header .header_top {
	height: 90px;
}
#wrappers .header .header_top #logo {
	height: 88px;
	width: 302px;
	position: relative;
	top: 5px;
	left: 5%;
	display: block;
	float: left;
}
#wrappers .header .header_top #info {
	top: 5px;
	right: 5px;
}
#wrappers .header .header_top #search {
	top: 35px;
	right: -130px;
}

#wrappers .header .header_top #info {
	top: 5px;
}
}
/* media queries min-width: 600px and max-width: 899px */

@media all and (min-width: 600px) and (max-width: 899px) {
#wrappers .header .header_top {
	height: 75px;
}
#wrappers .header .header_top #logo {
	height: 80px;
	width: 275px;
	left: 0.1%;
	position: relative;
	top: 5px;
	display: block;
	float: left;
}
#wrappers .header .header_top #info {
	top: 5px;
	right: 5px;
}
#wrappers .header .header_top #search {
	top: 35px;
	right: -130px;
}

}

/* media queries min-width: 401px and max-width: 599px */

@media all and (min-width: 401px) and (max-width: 599px) {
#wrappers .header .header_top {
	height: 60px;
}
#wrappers .header .header_top #logo {
	height: 80px;
	width: 275px;
	left: 0.1%;
	position: relative;
	top: 5px;
	display: block;
	float: left;
}
#wrappers .header .header_top #info {
	top: 5px;
	right: 0px;
}
#wrappers .header .header_top #search {
	display:none;
}

}

/* media queries max-width: 400px */

@media all and (max-width: 400px) {
#wrappers .header .header_top {
	height: 60px;
}
#wrappers .header .header_top #logo {
	height: 60px;
	width: 225px;
	left: 0.1%;
	position: relative;
	top: 5px;
	display: block;
	float: left;
}
#wrappers .header .header_top #info {
	top: -55px;
	right: 0px;
}
#wrappers .header .header_top #search {
	display:none;
}

}





/* media queries min-width: 851px*/

@media all and (min-width: 851px) {
	
#wrappers #content #content_left {
	width: 65%;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 5%;
}
#wrappers #content #content_left #titlos {
	font-size: 1.4em;
	padding-top: 2%;
	padding-bottom: 2%;
}
#wrappers #content #content_left #box {
	width: 90%;
	padding-right: 2%;
	padding-left: 2%;
}
#wrappers #content #content_left #box .imgLiquid{
	width: 30%;
	height: 125px;
}
#wrappers #content #content_left #box #boxtitle {
	width: 68%;
	margin-left: 2%;
}
#wrappers #content #content_left #box #boxtitle a{
	font-size: 1.1em;
	font-weight:bold;
	margin-bottom: 2%;
}
#wrappers #content #content_left #box #boxtext {
	font-size: .85em;
}
#wrappers #content #content_right {
	width: 30%;
	margin-top: 100px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(pics/line_ver.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrappers #content #content_right .slide{
	width: 85%;
	height: 150px;
	margin-left: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}
#wrappers #content #content_right .slide .imgLiquid{
	height: 150px;
}

#wrappers #content #content_right .slide h2 {
	line-height: 65%;
	overflow:hidden;
	padding-top:3%;
	padding-bottom:2%;
}
#wrappers #content #content_right .slide h2 a{
	font-size: .75em;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
}

#wrappers #content #content_right .slide h2 a #mutlu{
	font-size: 1.3em;
}
}


/* media queries min-width: 501px and max-width: 850px */

@media all and (min-width: 501px) and (max-width: 850px) {
	#wrappers #content #content_left {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#wrappers #content #content_left #titlos {
	font-size: 1.4em;
	padding-top: 2%;
	padding-bottom: 2%;
}
#wrappers #content #content_left #box {
	width: 90%;
	padding-right: 2%;
	padding-left: 2%;
}
#wrappers #content #content_left #box .imgLiquid{
	width: 20%;
	height: 65px;
	float:left;
}
#wrappers #content #content_left #box #boxtitle {
	width: 78%;
	margin-left: 2%;
	line-height:100%;
}
#wrappers #content #content_left #box #boxtitle a{
	font-size: 1em;
	font-weight:bold;
	margin-bottom: 0%;
	
}
#wrappers #content #content_left #box #boxtext {
	font-size: .8em;
}
#wrappers #content #content_right {
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(pics/line_hor.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float:none;
}
#wrappers #content #content_right .slide{
	margin-left: 2%;
	margin-right: 2%;
	width: 29%;
	height: 150px;
	margin-top: 2%;
	margin-bottom: 2%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}
#wrappers #content #content_right .slide .imgLiquid{
	height: 150px;
}

#wrappers #content #content_right .slide h2 {
	line-height: 50%;
	overflow:hidden;
	padding-top:2%;
	padding-bottom:4%;
	
}
#wrappers #content #content_right .slide h2 a{
	font-size: .7em;
	letter-spacing: 0.01em;
	word-spacing: 0.01em;

}

#wrappers #content #content_right .slide h2 a #mutlu{
	font-size: 1em;
}
}
/* media queries max-width: 500px  */

@media all and (max-width: 500px)  {
	#wrappers #content #content_left {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#wrappers #content #content_left #titlos {
	font-size: 1.4em;
	padding-top: 2%;
	padding-bottom: 2%;
}
#wrappers #content #content_left #box {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
#wrappers #content #content_left #box .imgLiquid{
	width: 20%;
	height: 65px;
	float:left;
}
#wrappers #content #content_left #box #boxtitle {
	width: 78%;
	margin-left: 2%;
	line-height:100%;
}
#wrappers #content #content_left #box #boxtitle a{
	font-size: 1em;
	font-weight:bold;
	
}
#wrappers #content #content_left #box #boxtext {
	font-size: .8em;
}
#wrappers #content #content_right {
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(pics/line_hor.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float:none;
}
#wrappers #content #content_right .slide{
	width: 100%;
	height: 150px;
	margin-top: 0%;
	margin-bottom: 0%;
}
#wrappers #content #content_right .slide .imgLiquid{
	height: 150px;
}

#wrappers #content #content_right .slide h2 {
	line-height: 50%;
	overflow:hidden;
	padding-top:2%;
	padding-bottom:2%;
	
}
#wrappers #content #content_right .slide h2 a{
	font-size: .75em;
	letter-spacing: 0.01em;
	word-spacing: 0.01em;

}

#wrappers #content #content_right .slide h2 a #mutlu{
	font-size: 1em;
}
}
