@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,100,200,300,500,600,700);
@import url(Reset.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(component.css);
@import url(normalize.css);
@import url(demo.css);
@font-face {
    font-family: 'pycuafregular';
    src: url('../Fonts/pycuaf-webfont.eot');
    src: url('../Fonts/pycuaf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/pycuaf-webfont.woff2') format('woff2'),
         url('../Fonts/pycuaf-webfont.woff') format('woff'),
         url('../Fonts/pycuaf-webfont.ttf') format('truetype'),
         url('../Fonts/pycuaf-webfont.svg#pycuafregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: Gotham-Bold;
	src: url(../Fonts/Gotham-Bold.ttf)
}
@font-face {
	font-family: Gotham-Light;
	src: url(../fonts/Gotham-Light.ttf)
}
@font-face {
	font-family: Gotham-Medium;
	src: url(../fonts/Gotham-Medium.ttf)
}
@font-face {
	font-family: Gotham-Book;
	src: url(../Fonts/Gotham-Book.ttf)
}
.biKare {
	float:left;
	background-image: url(../Images/biKare.png);
	width: 45px;
	height:40px;
	position:relative;
	transition: 500ms ease;
	margin-top: 4px;
}
.biKare:hover {
	width: 128px;
	background-image: url(../Images/biKareHover.png);
}
body {
	background-image:url(../Images/Bg.png);
}
.Icon-SlideArrow {
	background-image:url(../Images/SliderArrow.png);
	width:19px;
	height:14px;
}
.Center {
	width:1000px;
	margin:0 auto;
}
.AnaDiv {
    float: left;
    width: 100%;
}
.AnaDiv .Header {
    float: left;
    max-width: 100%;
    width: 100%;
    border-bottom: 2px solid #8b654c;
    min-height: 105px;
}
.AnaDiv .Header .HeaderBar {
    float: left;
    width: 100%;
    height: 7px;
    background-color: #f3f3f3;
}
.AnaDiv .Header .HeaderContent {
    float: left;
    width: 100%;
}
.AnaDiv .Header .HeaderContent .LangList {
    float: left;
    width: 100%;
}
.AnaDiv .Header .HeaderContent .LangList a {
    float: right;
    width: 46px;
    height: 32px;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 32px;
    font-family: 'Gotham Medium',sans-serif;
    font-size: 14px;
    color: #8b654c;
    transition: 250ms ease;
}
.AnaDiv .Header .HeaderContent .LangList a:hover,
.AnaDiv .Header .HeaderContent .LangList a.active {
	background-color:#e8e5e2;
}
.AnaDiv .Header .HeaderContent .Logo {
    float: left;
    height: 43px;
    margin-top: 12px;
}
.AnaDiv .Header .HeaderContent .TopMenu {
    float: left;
    width: 100%;
    min-height: 60px;
    position: relative;
    z-index: 99999;
    display: none;
}
.AnaDiv .Header .HeaderContent .TopMenu>ul {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.AnaDiv .Header .HeaderContent .TopMenu>ul>li {
    float: left;
    width: 100%;
    line-height: normal;
    margin-right: 10px;
    margin-bottom: 20px;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li:last-child{
	margin-right:0;
}
.AnaDiv .Header .HeaderContent .TopMenu>ul>li>a {
    font-family: 'Gotham-Medium',sans-serif;
    color: #8b654c;
    font-size: 17px;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li>a>p {
	float: left;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li>a>p:after {
    content:">";
    font-family:'pycuafregular';
    transform: rotate(90deg);
    float: right;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 20px;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li>a>span {
    float: left;
    font-family: 'Gotham-Book',sans-serif;
    font-size: 14px;
    width: 100%;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li.DownMenu>ul.SubMenu {
    display: none;
    float: left;
    width: 100%;
    border-left: 3px solid #614735;
    margin-top: 22px;
    background-color: #8b654c;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li.DownMenu>ul.SubMenu>li {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    transition: 250ms ease;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li.DownMenu>ul.SubMenu>li:hover {
	background-color:#614735;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li.DownMenu>ul.SubMenu>li>a {
    color: white;
    font-family: 'Gotham-Book',sans-serif;
    font-size: 18px;
}
.AnaDiv .Header .HeaderContent .TopMenu ul>li.DownMenu>ul.SubMenu>li>a:before {
    content:"";
    float: left;
    width: 10px;
    height: 2px;
    background-color: #614735;
    margin-top: 18px;
    margin-right: 5px;
}
.AnaDiv .Slider {
    float:left;
    width:100%;
    height:580px;
    border-bottom: 2px solid #8b654c;
}
.AnaDiv .Slider #slide {
    float:left;
    width:100%;
    height:580px;
}
.AnaDiv .Slider #slide .item {
    float:left;
    width:100%;
    height:580px;
}
.AnaDiv .Slider #slide .item img {
    float:left;
    width:100%;
    height:580px;
}
.AnaDiv .Slider #slide .owl-controls {
    height: 40px;
    position: relative;
    z-index: 9999;
    display: block;
    margin: -40px auto;
}
.AnaDiv .Slider #slide .owl-controls .owl-pagination {
    display: block;
    height: 40px;
    margin: 0 auto;
    width: 250px;
}
.AnaDiv .Slider #slide .owl-controls .owl-pagination .owl-page {
    float: left;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(128, 128, 128, 0.6);
    margin-right: 10px;
    transition:250ms ease;
}
.AnaDiv .Slider #slide .owl-controls .owl-pagination .owl-page:hover,
.AnaDiv .Slider #slide .owl-controls .owl-pagination .active {
    background-color:#7f6350;
    width: 25px;
    height: 25px;
}
.AnaDiv .TextContent {
    float: left;
    width: 100%;
    margin-top: -2px;
}
.AnaDiv .TextContent .TextDetail {
    float: left;
    background: url(../Images/HakkimizdaBG.png) no-repeat;
    min-height: 379px;
    width: 100%;
    background-color: #281e17;
}
.AnaDiv .TextContent .TextDetail .TDTitle {
    float: left;
    min-height: 80px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    line-height: 80px;
    font-family: 'Gotham-Light',sans-serif;
    color: white;
    font-size: 35px;
}
.AnaDiv .TextContent .TextDetail .TDTitle span strong {
	font-family: 'Gotham-Bold',sans-serif;
}
.AnaDiv .TextContent .TextDetail .TDetail {
    float: left;
    width: 100%;
    padding: 30px;
    line-height: normal;
    font-family: 'Gotham-Book',sans-serif;
    font-size: 16px;
    color: white;
    clear: both;
}
.AnaDiv .TextContent .TextDetail .TDetail p {
    float: left;
    margin-top: 10px;
}
.AnaDiv .TextContent .TextSlider {
    float: left;
    width: 100%;
}
.AnaDiv .TextContent .TextSlider #ts {
    float: left;
    width: 100%;
    height: 347px;
}
.AnaDiv .TextContent .TextSlider #ts .item {
    float: left;
    width: 100%;
    height: 347px;
}
.AnaDiv .TextContent .TextSlider #ts .item img {
    float: left;
    height: 347px;
}
.AnaDiv .TextContent .TextSlider #ts .owl-controls {
    float: left;
    width: 100%;
    height: 23px;
    margin-top: -4px;
}
.AnaDiv .TextContent .TextSlider #ts .owl-controls .owl-buttons {
    float: right;
    height: 23px;
    margin-right: 1px;
}
.AnaDiv .TextContent .TextSlider #ts .owl-controls .owl-buttons div span {
    display:block;
    margin: 6px auto 0;
}
.AnaDiv .TextContent .TextSlider #ts .owl-controls .owl-buttons div {
    float:left;
    width:39px;
    height:23px;
    background-color:#b48567;
    transition:250ms ease;
}
.AnaDiv .TextContent .TextSlider #ts .owl-controls .owl-buttons div:hover {
	background-color:#8b654c;
}
.AnaDiv .TextContent .TextSlider #ts .owl-controls .owl-buttons .owl-prev {
	margin-right:10px;
}
.AnaDiv .TextContent .TextSlider #ts .owl-controls .owl-buttons .owl-next span {
	transform:rotate(180deg);
}
.AnaDiv .TextContent .TextSlider #ts .owl-controls .owl-pagination {
	display:none;
}
.AnaDiv .HomeGaleri {
	float:left;
	width:100%;
	margin-top: 20px;
}
.AnaDiv .HomeGaleri #homegaleri {
	float:left;
	width:100%;
}
.AnaDiv .HomeGaleri #homegaleri .item {
	float:left;
	width:321px;
	height:206px;
}
.AnaDiv .HomeGaleri #homegaleri .item img {
	display: block;
	/* width:321px; */
	/* height:206px; */
	margin: 0 auto;
}
.AnaDiv .UretimAgi {
	float:left;
	width:100%;
	margin-top: 30px;
}
.AnaDiv .UretimAgi .UGContent {
	display: block;
	margin: 0 auto;
}
.AnaDiv .UretimAgi .UGContent p.UretimAgiTitle {
	display: block;
	margin: 0 auto 20px auto;
	position: relative;
	font-family: 'Gotham-Light',sans-serif;
	font-size: 30px;
	color: #816552;
}
.AnaDiv .UretimAgi .UGContent p.UretimAgiTitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid #d8d5d3;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin: 0 auto;
}
.AnaDiv .UretimAgi .MapImg {
	float: left;
	width: 100%;
	border-top: 1px solid rgba(129,101,82,0.10);
}
.AnaDiv .UretimAgi .MapImg img {
	margin: 10px auto 0;
	float: left;
	width: 100%;
}
.Footer {
	float: left;
	width: 100%;
	background-color: #1f1711;
	position: relative;
	margin-top: 40px;
}
.Footer .FooterUst {
}
.Footer .FooterUst .FooterUstLeft {
	float: left;
	margin: 5px 0;
}
.Footer .FooterUst .FooterUstLeft a {
	float: left;
	margin-top: 19px;
}
.Footer .FooterUst .FooterUstRight {
	float: right;
	margin: 5px 0;
	width: 169px;
}
.Footer .FooterUst .FooterUstRight ul.FooterCont {
	float: left;
	width: 100%;
	font-family: 'Gotham-Book',sans-serif;
	font-size: 14px;
	color: #f3efea;
}
.Footer .FooterUst .FooterUstRight ul.FooterCont li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}
.Footer .FooterUst .FooterUstRight ul.FooterCont li span {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}
.Footer .FooterUst .FooterUstRight ul.FooterCont li span.Icon1 {
	width: 13px;
	height: 13px;
	background: url(../Images/FooterPhone.png);
}
.Footer .FooterUst .FooterUstRight ul.FooterCont li span.Icon2 {
	width: 14px;
	height: 11px;
	background: url(../Images/FooterEmail.png);
}
.Footer .FooterUst .FooterUstRight ul.FooterCont li span.Icon3 {
	width: 13px;
	height: 11px;
	background: url(../Images/FooterFax.png);
}
.Footer .FooterUst .FooterUstRight ul.FooterCont li p {
	float: right;
}
.Footer .FooterUst .FooterUstRight ul.FooterCont li p a {
	text-decoration: none;
	color: #f3efea;
}
.Footer .FooterBottom {
	float: left;
	width: 100%;
	background-color: #3e2e23;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.Footer .FooterBottom .FooterLine {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 50px;
}
.Footer .FooterBottom .FooterBottomMenu {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.Footer .FooterBottom .FooterBottomMenu p.FooterMenuBaslik {
	float: left;
	font-family: 'Gotham-Bold',sans-serif;
	font-size: 20px;
	color: white;
	margin-top: -32px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.Footer .FooterBottom .FooterBottomMenu ul {
	float: left;
	width: 100%;
	font-family: 'Gotham-Book',sans-serif;
}
.Footer .FooterBottom .FooterBottomMenu ul li {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	transition: 250ms ease;
	border-radius: 0;
}
.Footer .FooterBottom .FooterBottomMenu ul li:hover {
	background-color: #1f1711;
	padding-left: 5px;
	width: 210px;
	border-radius: 3px;
}
.Footer .FooterBottom .FooterBottomMenu ul li:before {
    float: left;
    content: ".";
    font-family: 'Gotham-Book',sans-serif;
    font-size: 30px;
    color: #f3efea;
    margin-top: -10px;
}
.Footer .FooterBottom .FooterBottomMenu ul li a {
	float: left;
	font-family: 'Gotham-Book',sans-serif;
	text-decoration: none;
	color: #f3efea;
	font-weight: 300;
	font-size: 13px;
	width: 195px;
}

.Footer .FooterBottomTwo {
	position: relative;
	bottom: 1px;
	z-index: 99999;
	background-color: #281e17;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-left: 60px;
	width: calc(100% - 60px);
}
.Footer .FooterBottomTwo .FooterBottomLogo {
	float: left;
	transform: skew(-20deg);
	width: 55px;
	background-color: #1f1711;
	margin-left: -20px;
	text-align: center;
	height: 60px;
	transition: 250ms ease;
	border-right: 2px solid transparent;
}
.Footer .FooterBottomTwo .FooterBottomLogo:hover {
	background-color: #3e2e23;
	border-right: 2px solid white;
}
.Footer .FooterBottomTwo .FooterBottomLogo a {
	display: block;
	margin-top: 12px;
}
.Footer .FooterBottomTwo .FooterBottomLogo a img {
	transform: skew(20deg);
}
.Footer .FooterBottomTwo .FooterBottomRight {
	float: left;
	width: calc(100% + 60px);
	font-family: 'Gotham-Medium',sans-serif;
	color: #f3efea;
	font-weight: 300;
	font-size: 12px;
	background-color: #281e17;
	margin-left: -60px;
	height: 60px;
	margin-top: 1px;
}
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #1f1711;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Gotham-Book',sans-serif;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: rgba(255, 255, 255, 0.26);
}
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform: translateY(-20px);
}
.PageTitle {
	float: left;
	max-width: 100%;
	width: 100%;
	height: 356px;
	background-image:url(../Images/PageContent.png);
}
.PageTitle span {
	width: auto;
	text-align: center;
	display: block;
	margin: 158px auto 0;
	font-family: 'Gotham-Light',sans-serif;
	color: #f3efea;
	font-size: 50px;
}
.AnaDiv .PageContent {
	float: left;
	max-width: 100%;
	width: 100%;
}
.AnaDiv .PageContent .PageMenu {
	float: left;
	max-width: 100%;
	background-color: #8b654c;
}
.AnaDiv .PageContent .PageMenu ul {
	float: left;
	max-width: 100%;
}
.AnaDiv .PageContent .PageMenu ul li {
	float: left;
	max-width: 100%;
	width: 100%;
	border-left: 5px solid #614735;
	height: 45px;
	line-height: 45px;
	transition: 250ms ease;
}
.AnaDiv .PageContent .PageMenu ul li a {
	font-family: 'Gotham-Book',sans-serif;
	font-size: 16px;
	color: #f3efea;
}
.AnaDiv .PageContent .PageMenu ul li a:before {
	content: "";
	float: left;
	width: 10px;
	height: 2px;
	background-color: #614735;
	 margin-top: 22px;
	margin-right: 5px;
}
.AnaDiv .PageContent .PageMenu ul li:hover,
.AnaDiv .PageContent .PageMenu ul li.active {
	background-color:#614735;
}
.AnaDiv .PageContent .PageDetail {
	float: left;
	max-width: 100%;
	border: 1px solid #eeeeed;
	background-color: white;
	margin-top: 20px;
}
.AnaDiv .PageContent .PageDetail .PDTitle {
	float: left;
	max-width: 100%;
	height: 58px;
	line-height: 58px;
	font-family: 'Gotham-Medium',sans-serif;
	color: #2b2a29;
	font-size: 20px;
	border-bottom: 1px solid #eeeeed;
}
.AnaDiv .PageContent .PageDetail .PDTitle span {
	float: left;
	width: 100%;
	padding-left: 20px;
	max-width: 100%;
}
.AnaDiv .PageContent .PageDetail .PageText {
	float: left;
	max-width: 100%;
	padding: 20px;
	font-family: 'Gotham-Book',sans-serif;
	font-size: 15px;
	color: #2b2a29;
}
.AnaDiv .PageContent .PageDetail .PageText p {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}