@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:hover {
	color: #ce4a15;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	font-family: sans-serif;
	color: #000000;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: right bottom;
}
img {
	border: none;
}
/*------------ PATTERNLER ------------*/
.headerleft {
	background-image: url(../images/header_left.png);
	background-repeat: repeat-x;
	background-position: right top;
}
.headerright {
	background-image: url(../images/header_right.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.headercenter {
	background-image: url(../images/header_center.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.centerleft {
	background-image: url(../images/center_left.png);
	background-repeat: repeat-x;
	background-position: right top;
}
.centerright {
	background-image: url(../images/center_right.png);
	background-repeat: repeat-x;
	background-position: left top;

}
.centermiddle {
	background-image: url(../images/center_middle.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/*------------ PATTERNLER ------------*/

.head_gold_30_bold {
	font-size: 30px;
	color: #c8b967;
	font-weight: bold;
}

.head_gold_20_bold {
	font-size: 18px;
	color: #c8b967;
	font-weight: bold;
}

.head_gold_20_bold a:active
{
	color: #f8f1cd;
}
.head_gold_20_bold a:link
{
	color: #c8b967;
}
.head_gold_20_bold a:hover
{
	color: #f8f1cd;
}
.head_gold_20_bold a:visited
{
	color: #c8b967;
}



.footer_gold_14 {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.iletisim_gold_18 {
	font-size: 18px;
	color: #c8b967;
	font-weight: normal;
}

.resim_img {
    float:left; 
    margin:10 15px 10px 0;
}

/*****************************************************************************************/
#showcase {
	background-position: center; 
	background-repeat: no-repeat;
	height:446px;
	width:1025px;
	margin:auto;
	margin-top:0px;
}
#showcase .abr-container {
	background: url("../images/shadow-up.png") no-repeat bottom;
}
.homepage #showcase .abr-container {
	width: 100%;
}
.homepage #showcase .abr-container .grid_12 {
	background-position: bottom; margin: 0px; width: 100%; background-image: url("../images/slide-bottom-bar.png"); background-repeat: repeat-x;
}
.slides-container 
{
	position: relative;
    height:446px;
	width:1025px;
	margin:auto 0px;
}
#slider {
	width: 1025px; 
	height: 446px; 
	overflow: auto; 
	position: relative;
}
#slider ul 
{
	list-style: none; 
	left: 10px; 
	margin-top: 0px; 
	position: absolute;
	margin-left:-50px;
}
#slider li {
	width: 1025px; 
	height: 446px; 
	padding-left: 0px; 
	float: left;
}

.pagination 
{
	list-style:none;
	padding: 0px; 
	left: 47%; 
	top: 446; 
	right: auto; 
	bottom: -15px; 
	position: absolute; 
	z-index: 15;
}
.pagination li 
{
	background:#CCCCCC;
	border-radius:6px;
 	width: 8px; 
	height: 8px;
	margin-right: 4px; 
	float: left; 
	display: list-item; 
	cursor: pointer; 
	opacity: 1; 
	-moz-border-radius: 8px 8px 8px 8px;
}
li.current 
{
	background:#898989;
	border-radius:6px;
	width: 8px; 
	height:8px;
}
.sliderbutton {

}
.prev.sliderbutton {
	background: url("../images/ye_prev.jpg") no-repeat 0px 0px; 
	left: 0px; 
	top: 146px; 
	width: 11px; 
	height: 62px; 
	position: absolute;
	z-index: 15;
	cursor:pointer;
}
.prev.sliderbutton:hover {
	background: url("../images/ye_prev_h.jpg") no-repeat 0px 0px;
	cursor:pointer;
}
.next.sliderbutton {
	background: url("../images/ye_next.jpg") no-repeat 0px 0px; 
	top: 146px; 
	width: 11px; 
	height: 62px; 
	position: absolute;
	right:0px;
	z-index: 15;
	cursor:pointer;
}
.next.sliderbutton:hover {
	background: url("../images/ye_next_h.jpg") no-repeat 0px 0px;
	cursor:pointer;
	cursor:pointer;
}

.example-image-link{
display:inline-block;
padding:1px;
margin:0 0.1rem 1rem 0.1rem;
background-color:#c8b967;
line-height:0;
-webkit-transition:background-color 0.1s ease-out;
-moz-transition:background-color 0.1s ease-out;
-o-transition:background-color 0.1s ease-out;
transition:background-color 0.1s ease-out;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
border-radius:0px;}
.example-image-link:hover{background-color:#190006}

.example-image{
width:12.2rem;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-color:#c8b967;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;}