@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
}
.wrapper {
	position:relative;
}

.container {
	margin:0;
	padding:0;
}

.header-wrapper {
	width:100%;
	position:relative;
	background:#FFFFFF;
}

.header-content {
	width:100%;
	height:170px;
	margin:0 auto;
}

.header-contents {
    width: 100%;
	height:174px;
}

.header-contents .menu {
	margin-top:24px;
	width:761px;
}


.header-content-left {
	display:block;
	position:absolute;
	right:10px;
		width:auto;
	height:77px;
}

.header-content-right {
	display:block;
	float:left;
	width:163px;
	height:77px;	
}

.header-content .logo {
	margin: 0 auto;
	width:400px;
	height:170px;
}

 

.logo a img {
	width:400px;
	height:170px;
}

.menu {
	display:block;
	float:left;
	width:100%;
	height:50px;
	position:relative;
	z-index:9999;
	z-index:3;
	background:#fff;
	text-align:right;
	border-top:1px solid  #7F7F7F;
	border-bottom:1px solid  #7F7F7F;
}

.menu-content {
    /* display: inline-block; */
    /* float: right; */
    width: auto;
    margin: 0 auto;
    height: 50px;
    margin-bottom: 0px;
    /* float: none !important; */
    /* text-align: right; */
    /* margin-right: 59px; */
}

#top-menu {
	float:left;
	height:50px;
	margin-left:25px;
	margin-bottom:0px;
 }

#top-menu li {
	display:inline-block;
}
.ikiKolon{     -webkit-column-count: 2;    -moz-column-count: 2;    column-count: 2;
    width: 100%;
	display:block

}
#top-menu li a {
	font: 17.5px 'museo_sans500';
	text-align: left;
	color: #39363A;
	padding: 0 10px;
	line-height: 46px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

#top-menu li a:hover,#top-menu li a.current {
 
	border-bottom: 2px solid #87764C;
	border-top: 2px solid #87764C;
}


#top-menu li ul li.menu-header {
	width:201px;
	height:97px;
	box-shadow:none;
}

#top-menu li ul li a {
	width:190px;
	height:13px;
	color:#3c0453;
	font:11px 'museo_sans100';
	text-align:left;
	border-bottom:1px solid #f3f3f3;
	padding:9px 0 10px 11px;
}

#top-menu li ul li:hover a {
	background-color:#1e96d5;
	color:#FFF;
}

.social-media {
	display:block;
	float:right;
	width:197px;
	height:28px;
    margin-top: 9px;	margin-right:18px;
}

.social-media a {
	display:table;
	float:left;
	width:30px;
	height:30px;
	color:#87764C;
	border:1px solid #87764C;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-right:1px;
}

.social-media a:hover {
	background-color:#B1CEDD;
	opacity:1 !important;
}

.social-media a:last-child {
	margin-right:0px;
}

.social-media a i {
	display:table-cell;
	vertical-align: middle;
    text-align: center
}

.languages {
	display:block;
	float:right;
	width:66px;
	height:28px;
    margin-top: 9px;	margin-right:20px;
}

.languages a {
	display:table;
	float:left;
	width:30px;
	height:30px;
	color:#212125;
	border:1px solid #3B393C;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-right:1px;
}

.languages a:hover, .languages a.akdil {
	background-color:#3B393C;
	opacity:1 !important;
	color:#FFF;
}

.languages a span {
	display:table-cell;
	vertical-align: middle;
    text-align: center
}

.online-reservation {
	display:block;
	float:left;
	width:163px;
	height:77px;
	background-color:#ff4200;
	color:#FFF;
	-moz-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position:absolute;
	right:73px;
}

.online-reservation img {
	display:block;
	float:left;
	margin:15px 13px 14px 15px;
	vertical-align:top;
}

.online-reservation b {
	display:inline-block;
	font:27px 'museo_sans500';
	margin-top:7px;
	margin-bottom:-10px;
}

.online-reservation span {
	display:inline-block;
	font:15px 'museo_sans100';
}

.content-wrapper {
	width:100%;
	height:auto;
}

.homepage-content {
	position:relative;
	z-index:3;
	width:980px;
	margin:0 auto;
	padding:20px 25px 27px 53px;
}

.slides-wrapper {
    display: block;
	float:left;
	position:relative;
}

.slide {
	background-color:#adaeb2;
	text-align:center;
	height:1146px;
}

.slide a, .slide a img  {
	display:block;
	margin:0 auto;
	height:1146px;
}

.slides-wrapper .bx-viewport {
	background:none !important;
}

.slides-wrapper .slide-description {
	display:block;
	width:100%;
	height:50px;
	position:relative;
	margin:0 auto;
	padding-left:89px;
	top:-146px;
	margin-bottom:-146px;
}	

.slides-wrapper .slide-description h1 {
	display:inline-block;
	width:auto;
	color:#FFF;
	font-size:23px;
	font-family:'museo_sans100';
	background:#8a4793;
	float:left;
	padding:16px 56px 16px 56px;
}

.slide-next {
	display:block;
	position:absolute;
	z-index:2;
	width:32px;
	height:30px;
	bottom:0;
	left:447px;
	background:#FFF url(../images/slider-next.png) no-repeat 12px 7px;
	margin:0 auto;
}

.slide-prev {
	display:block;
	position:absolute;
	z-index:2;
	width:32px;
	height:30px;
	bottom:0;
	background:#FFF url(../images/slider-prev.png) no-repeat 12px 7px;
	left:415px;
}

.slide-next .bx-next, .slide-prev .bx-prev {
	display:block;
	width:32px;
	height:30px;
}

.slide-next:hover, .slide-prev:hover {
	background-color:#e1dbde;
}

.main-banner {
	display:block;
	float:left;
	position:relative;
	width:319px;
	height:364px;
}

.main-banner .bx-wrapper .bx-controls .bx-pager {
    bottom: 11px;	
}

.main-banner .bx-wrapper .bx-controls .bx-pager a {
	width:13px;
	height:3px;
	background-color:rgba(255,255,255,1);
}

.main-banner .bx-wrapper .bx-controls .bx-pager a.active, .main-banner .bx-wrapper .bx-controls .bx-pager a:hover {
	width:13px;
	height:3px;
	background-color:#f36708;
}

.news-banner {
	display:block;
	float:left;
	position:relative;
	width:593;
	height:202px;
}

.news-banner .bx-wrapper .bx-viewport {
	background:#67d7db;
}

.news-banner .bx-wrapper .bx-controls .bx-pager {
    display:block;
	position:relative;
	float:right;
	width:auto;
    bottom: 19px;
	right:169px;
    padding-top: 0px;
    margin-top: 0px;
}

.news-banner .bx-wrapper .bx-controls .bx-pager a {
	width:12px;
	height:10px;
}

.news-banner .bx-wrapper .bx-controls .bx-pager a.active, .news-banner .bx-wrapper .bx-controls .bx-pager a:hover {
	width:12px;
	height:10px;
}

.news-banner img {
	float:left;
}

.news-banner .slide-description {
	display:block;
	float:left;
	width:297px;
	height:153px;
	padding:20px 22px 29px 24px;
	color:#FFF;
}	

.news-banner .slide-description h1 {
	font-size:23px;
	font-family:'museo_sans100';
	margin-bottom:8px;
}

.news-banner .slide-description h1 a {
	color:#FFF;
}

.news-banner .slide-description span {
	font:15px 'opensans_condensedbold';
}

.homepage-left {
	display:block;
	float:left;
	width:593px;
}

.homepage-news {
	display:block;
	width:593px;
	height:698px;
}

.homepage-news .homepage-block-title {
	display:block;
	float:left;
	width:593px;
	height:66px;
	background:#26c9cf;	
}

.homepage-news .homepage-block-title h1 {
	float:left;
	font-size:20px;
	font-family:'opensans_condensedbold';
	color:#ffffff;
	margin-top:17px;
	margin-left:20px;
}

.homepage-news .homepage-block-title .view-all {
	display:block;
	float:right;
	background:url(../images/view-all.png) no-repeat 0 5px;
	padding-left:24px;
	font:15px 'opensans_condensedbold';
	color:#FFF;
	margin:25px 26px 0 0;
}

.homepage-news-block {
	display:block;
	float:left;
	width:272px;
	height:286px;
	padding:18px 12px 12px 12px;
}

.homepage-news .homepage-news-block:nth-of-type(even) {
	width:273px;
	background-color:#4accd1;
}

.homepage-news .homepage-news-block:nth-of-type(odd) {
	width:272px;
	background-color:#50d0d5;
}

.homepage-news-block h2 {
	margin-top:25px;
	margin-bottom:13px;
	font-family:'opensans_condensedbold';
	font-size:17px;
	letter-spacing:-1px;
}

.homepage-news-block h2 a {
	color:#FFF;
}

.homepage-news-block span {
	font:13px 'opensans-light';
	color:#FFF;
}

.homepage-right {
	display:block;
	float:left;
	width:506px;
	position:relative;
	bottom:81px;
	margin-bottom:-81px;
	
}

.basinda-biz {
	display:block;
	float:left;
	width:186px;
	height:110px;
	background:url(../images/basinda-biz.png) no-repeat;
	text-align:center;
	padding-top:31px;
	color:#eb79d7;
	font:20px 'opensans_condensedbold';
}

.basinda-biz img {
	margin-bottom:6px;
}

.gorsel {
	display:block;
	float:left;
	width:160px;
	height:142px;
	position:relative;
	bottom:1;
	margin-bottom:-1px;
}

.video-galeri {
	display:block;
	float:left;
	width:160px;
	height:111px;
	background:url(../images/video-galeri.png) no-repeat;
	position:relative;
	bottom:1;
	margin-bottom:-1px;
	text-align:center;
	padding-top:31px;
	color:#70f2f6;
	font:20px 'opensans_condensedbold';
}

.foto-galeri {
	display:block;
	float:left;
	width:160px;
	height:111px;
	background:url(../images/foto-galeri.png) no-repeat;
	text-align:center;
	padding-top:31px;
	color:#4ba8b0;
	font:20px 'opensans_condensedbold';
}

.foto-galeri img {
	margin-bottom:6px;
}

.gorsel-2 {
	display:block;
	float:left;
	width:160px;
	height:143px;
}

.ipad-egitim {
	display:block;
	float:left;
	width:160px;
	height:128px;
	background:url(../images/ipad-egitim.png) no-repeat;
	text-align:center;
	padding-top:15px;
	color:#b87404;
	font:20px 'opensans_condensedbold';
}

.ipad-egitim img {
	margin-bottom:-10px;
}

.etkinlik-takvimi {
	display:block;
	float:left;
	width:346px;
	height:285px;
	background:#faf9f7;
}

.etkinlik-takvimi a.ui-state-default {
	border:1px solid #ededed !important;
}

.etkinlik-takvimi a.ui-state-hover {
	border:1px solid #00d4d5 !important;
}

.etkinlik-takvimi a.ui-state-active {
	border:1px solid #00d4d5 !important;
	font-weight:bold;
}

.announcements {
	display:block;
	float:left;
	width:314px;
	height:324px;
	background:url(../images/announcements.png) no-repeat;
	padding:21px 17px 0 15px;
}

.homepage-announcements-block-title {
	display:block;
	float:left;
	width:314px;
	height:30px;
}

.homepage-announcements-block-title h1 {
	float:left;
	font-size:20px;
	font-family:'opensans_condensedbold';
	color:#00a8ae;
	margin-left:2px;
	
}

.homepage-announcements-block-title .view-all {
	display:block;
	float:right;
	background:url(../images/announcements-view-all.png) no-repeat 0 5px;
	padding-left:24px;
	font:15px 'opensans_condensedbold';
	color:#00a8ae;
	margin:7px 7px 0 0;
}

.homepage-announcements-block {
	display:block;
	float:left;
	margin-top:18px;
	padding-top:19px;
	border-top:1px solid #e6e6e6;
}

.homepage-announcements-block-date {
	display:block;
	padding-left:14px;
	margin-bottom:10px;
	background:url(../images/announcements-date.png) no-repeat;
	font-size:10px;
	color:#c5c5c5;
}

.homepage-announcements-block-content {
	display:block;
	width:auto;
	font:12px 'opensans-italic';
	left:-3px;
}

.homepage-views {
	display:block;
	float:left;
	width:316px;
	height:145px;
	padding:22px 15px 43px 15px;
	background:url(../images/views.png) no-repeat;
	position:relative;
}

.homepage-views .homepage-block-title {
	display:block;
	float:left;
	width:316px;
	height:32px;
	margin-bottom:38px;
	border-bottom:1px solid #9f3cbd;
}

.homepage-views .homepage-block-title h1 {
	float:left;
	font-size:20px;
	font-family:'opensans_condensedbold';
	color:#ffffff;
}

.homepage-views .homepage-block-title .view-all {
	display:block;
	float:right;
	background:url(../images/view-all.png) no-repeat 0 5px;
	padding-left:24px;
	font:15px 'opensans_condensedbold';
	color:#FFF;
	margin:3px 9px 0 0;
}

.homepage-views .bx-wrapper .bx-viewport {
	background:none;
}

.homepage-views .bx-wrapper .bx-controls .bx-pager {
	position:relative;
    padding-top: 0px;
    margin-top: 92px;
}

.homepage-views .bx-wrapper .bx-controls .bx-pager a {
	width:11px;
	height:7px;
	background-color:#ededed;
}

.homepage-views .bx-wrapper .bx-controls .bx-pager a.active, .homepage-views .bx-wrapper .bx-controls .bx-pager a:hover {
	width:11px;
	height:7px;
	background-color:#dedede;
}

.homepage-views img {
	float:left;
}

.homepage-views .slide-description {
	display:block;
	float:left;
	width:208px;
	height:153px;
	margin-left:13px;
	color:#FFF;
}	

.homepage-views .slide-description span {
	font:14px 'opensans-lightitalic';
}

.homepage-views .slide-description span a {
	color:#FFF;
}














































.footer-wrapper {
	width:100%;
}

.footer-content {
	width:1155px;
	margin:0 auto;
	font:11px 'museo_sans100';
	height:70px;
	padding-top:50px;
	background:url(../images/footer-bg.png) no-repeat center;
}

.footer-carousel {
	display:block;
	margin:0 auto;
	width:1057px;
	height:150px;
	border:1px solid #fafafa;
	padding:17px 52px 26px 61px;
}

.footer-navigation {
	display:block;
	margin:0 auto;
	width:1069px;
	height:283px;
	border:1px solid #fafafa;
	padding-bottom:13px;
	padding-top:23px;
}

.footer-logo {
    margin-left:8px;
    margin-top:8px;
    float:left;
}

.footer-logo img {
    width: 75px;
    height: 50px;
}

.footer-copyright {
	margin-left:3px;
	float:left;
	color:#8d8d8d;
}

.footer-address {
	margin-left:3px;
	float:left;
	color:#8d8d8d;
	margin-top:-15px;
}

.footer-address img, {
	display:inline-block;
	vertical-align:top;
}

.footer-address span { 
	display:inline-block;
	vertical-align:top;
	margin-top:22px;
	margin-left:22px;
}


.footer-copyright a {
	display:block;
	float:left;
	margin-right:26px;
	vertical-align:text-top;
}

.footer-designby {
	float:right;
	margin-top:37px;
}

.footer-empatidesign a {
	color:#bec0c1;
}

.homepage-references-wrapper {
    width:100%;
    height:185px;
    position: relative;
    bottom: 95px;
    z-index:9;
    margin-bottom: -95px;
}

.homepage-references-content {
    width:955px;
    height:149px;
    margin:0 auto;
    padding:18px 19px;
    font:13px 'museo_sans100';
    background-color:#FFFFFF;
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: 0 -5px 5px -2px rgba(7, 7, 7, 0.20);
    -moz-box-shadow:    0 -5px 5px -2px rgba(7, 7, 7, 0.20);
    box-shadow:         0 -5px 5px -2px rgba(7, 7, 7, 0.20);
}

.homepage-references-title {
    width: 100%;
    color: #53616a;
    border-bottom: 1px solid #e7e7e7;
    padding:6px 0 15px 0;
    font-size:13px;

}

.homepage-references-carousel {
    display: block;
    width: 100%;
    height: auto;
    margin: 19px 0 22px 0;
}

.content-top-wrapper {
    display: block;
	width:100%;
    height: 189px;
    overflow: visible;
    background-color:#828f97;
    z-index:1;
}

.content-top-content {
    display: block;
	width:891px;
    height: 229px;
	position:relative;
}

.content-top-content img {
	display:block;
	position:absolute;
}

.content-top-content h1 {
    display: block;
    float: left;
	position:absolute;
	bottom:0px;
	width:215px;
    height: 41px;
	font-family: 'opensans-light';
	color:#000;
	background:url(../images/top-content-bg.png) no-repeat;
	font-size:22px;
	padding-top:18px;
	margin-left:213px;
	padding-left:19px;
}

.content-top-content h2 {
    display: block;
    float: left;
	position:absolute;
	left:264px;
	bottom:22px;
	width:303px;
    height: 85px;
	font-family: 'opensans_condensedbold';
	color:#FFF;
	background:rgba(240,254,255,0.21);
	font-size:35.27px;
	padding-top:40px;
	padding-left:25px;
}

.content-top-title span {
    font-family: 'museo_sans100';
}

.content-container {
	display:block;
	width:920px;
	height:auto;
	padding-bottom:76px;
	background-color:#FFF;
	
}

.content-content {
	width:1155px;
	height:auto;
	display:block;
	margin:0 auto;
}

.content-content .content-container {
	padding-bottom:0px;
	float:left;
	padding-left:14px;
	padding-right:14px;
	width:891px;
	-webkit-box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
}

.content-container-wrap {
    display:block;
    float: left;
    width:1155px;
    height:auto;
}

.content-left {
    display: block;
	float:left;
    width: 294px;
}

.content-left-title {
	display:block;
	width:186px;
	height:23px;
	font:'opensans-semibold' 20px;
	background:url(../images/content-left-title.png) no-repeat;
	color:#FFF;
	padding:12px 14px;
}

.left-banner {
    display: block;
    float: left;
    margin: 15px 0 0 6px;
}

.left-banner img {
    border:1px solid #ebebeb;
}

.left-menu {
    display: block;
    float: right;
    width: 214px;
}

.left-menu li {
    list-style-type: none;
    width: 214px;
	margin-top:6px;
}

.left-menu > li > a {
    display: block;
    font:14px 'opensans-semibold';
    color:#7d7d7d;
    width: 194px;
	height:25px;
    padding: 11px 0 0 13px !important;
    border: 1px solid #f3f3f3;
	background:#FFF;
}

.left-menu li a:hover {
	color:#000;
	background:#f5f5f5;
	opacity:1 !important;
}

.left-menu li ul li {
	list-style-type: none;
    width: 214px;
	margin-top:6px;
}

.left-menu li.left-menu-active ul {
	display:block !important;
}

.left-menu li ul li a {
    display: block;
    font:14px 'museo_sans100';
    color:#7d7d7d;
    width: 194px;
	height:25px;
    padding: 11px 0 0 13px !important;
    border: 1px solid #f3f3f3;
	background:#FFF;
}

.left-menu li ul li a:hover {
	color:#000;
	background:#f5f5f5;
	opacity:1 !important;
}

.left-menu > li.left-menu-active > a {
	color:#000 !important;
	background:#f5f5f5 !important;
	opacity:1 !important;
}

.left-menu > li > ul > li.left-menu-active {
	color:#000 !important;
	background:#f5f5f5 !important;
	opacity:1 !important;
}

.content-right {
    display: block;
    float:right;
    width: 665px;
}

.content-right p {
	font-size:15px 'museo_sans300';
	color:#515054;
}

.top-navigation {
	display:block;
	float:left;
	width:657px;
	height:25px;
	border-bottom:1px solid #f6f6f6;
	margin-bottom:20px;
	padding-left:20px;
	padding-top:10px;
}

.top-navigation ul {
	float:right;
	list-style:none;
}

.top-navigation li {
	display:block;
	float:left;
	margin-right:3px;
}

.top-navigation li a {
	display:block;
	float:left;
	color:#b1b1b1;
	font:12px 'opensans-light';
}

.top-navigation li:last-child a {
	color:#000000;
}

.content {
	display:block;
	float:left;
	padding-left:21px;
}

.content-right#contact p {
    font:14px 'museo_sans100' !important;
    color:#000;
    line-height: 24px !important;
}

.content-right#contact .content-right-title-2 span {
    float: right;
}
	
.content-right-title {
	color:#505e67;
	width:679px;
	text-align:left;
	border-bottom:1px dotted #a6b8c0;
	padding-bottom:16px;
	margin-bottom:24px;
}

.content-right-title-2 {
    color:#505e67;
    width:679px;
    text-align:left;
    border-bottom:1px dotted #a6b8c0;
    padding-bottom:16px;
    margin-bottom:24px;
    font:15px 'opensans-semibold';
    margin-top: 19px;
}

.content-right-sub-title {
    color:#1f2c35;
    margin-bottom:19px;
}

.content-col {
	float:left;
	width:565px;
	height:auto;
	margin-right:11px;
	margin-left:11px;
}

.content-align-left {
	text-align:left;
}

.content-align-right {
	text-align:right;
}

.map {
	display: inline-block;
    width: 320px;
    height: 212px;
	margin-top: 45px;
    vertical-align: top;
}

.contact-information {
	display:block;
	position:absolute;
	width:438px;
	height:auto;
	background-color:#FFF;
	padding:20px;
	top:37px;
}

.contact-information-title {
	font:12px 'opensans-semibold';
	border-bottom:1px solid #ebebeb;
	padding-bottom:8px;
}

.contact-left {
	display:block;
	float:left;
	width:219px;
	border-right:1px solid #ebebeb;
	margin-top:9px;
}

.contact-left span , .contact-right span {
	display:block;
	float:left;
	margin-bottom:10px;
	font:12px 'opensans-light';
	width:100%;
}

.contact-right span img {
	margin-top:5px;
	margin-bottom:-5px;
	margin-right:7px;
}

.contact-right {
	display:block;
	float:left;
	width:200px;
	margin-top:9px;
	padding-left:18px;
}

.box {
	display:block;
	float:left;
	position:relative;
	width:318px;
	height:229px;
	margin:0 16px 20px 0;
    border: 1px solid #f8f8f8;
}

.box img {
    width: 220px;
    height: 180px;
    margin: 6px 50px 0 50px;
	-webkit-transition: all .2s ease-in-out;
}

.box img:hover {
	opacity:0.8;
	-webkit-transition: all .2s ease-in-out;
}

.box span {
	display:block;
	position:absolute;
	width:318px;
	margin:0 auto;
	font:14px 'museo_sans100';
	color:#0e3e54;
	text-align:center;
}

.box-detail {
    display:block;
    float:left;
    position:relative;
    width:681px;
    height:384px;
    border: 1px solid #f8f8f8;
}

.box-small {
    display:block;
    float:left;
    position:relative;
    width:160px;
    height:111px;
    margin:0 11px 14px 0;
    border: 1px solid #f1f1f1;
}

.box-small img {
    width: 124px;
    height: 92px;
    margin: 9px 19px 10px 19px;
    opacity: 0.43;
	-webkit-transition: all .2s ease-in-out;
}

.box-small:hover img {
    opacity: 1;
	-webkit-transition: all .2s ease-in-out;
}

.box-project {
    display:block;
    float:left;
    position:relative;
    width:321px;
    height:205px;
    margin:0 7px 19px 0;
    padding: 7px;
    border: 1px solid #ebebeb;
}

.box-project img {
    width: 321px;
    height: 169px;
	-webkit-transition: all .2s ease-in-out;
	background-color:#3d4d57;
}

.box-project img:hover {
	opacity:0.8;
	-webkit-transition: all .2s ease-in-out;
}

.box-project span {
    display:block;
    position:absolute;
    width:321px;
    margin:0 auto;
    font:13px 'museo_sans100';
    color:#1f2c35;
    text-align:center;
    margin-top: 10px;
}

.technic-document {
    display: block;
    float: right;
    position: relative;
    background:url('../images/teknik-dokuman-btn.png') no-repeat;
    width: 160px;
    height: 44px;
    margin-bottom: -44px;
    right: 160px;
}

.request-detail {
    display: block;
    float: right;
    position: relative;
    background:url('../images/detayli-bilgi-iste-btn.png') no-repeat;
    width: 160px;
    height: 44px;
    margin-bottom: -44px;
}

.box-detail img {
    margin-left: 157px;
    margin-top: 18px;
}

.service-container {
	display:block;
	position:relative;
	width:1151px;
	margin:0 auto;
	min-height:440px;
	padding:0px 12px;
}

.service-title {
	display:block;
	width:720px;
	height:44px;
	background-color:#3bb54c;
	color:#FFF;
	font:30px 'opensans-light';
	padding:15px;
}

.service-title b {
	font-family: 'museo_sans500';
}

.service-image {
	display:block;
	float:left;
	width:280px;
	height:185px;
	padding:8px;
	border:1px solid #ebebeb;
	margin:11px 9px 0px 4px;	
}

.service-image-wrapper {
	width:280px;
	height:185px;
	overflow:hidden;
}

.service-image img {
	width:295;
	height:185px;
}

.service-details {
	display:block;
	float:left;
	width:821px;
	margin-left:10px;
}

.ui-accordion-header {
	width:841px;
	height:29px;
	padding-top:15px;
	font:15px 'opensans-semibold';
	color:#0d4074;
	background:url(../images/accordion-header.png) no-repeat;
	cursor:pointer;
}

.ui-accordion-content {
	padding-top:25px;
	color:#00194f;
	
}

.ui-accordion-content p {
	font:14px 'museo_sans100';
}

.service-details-go-top {
	display:block;
	float:right;
	width:107px;
	height:73px;
	background:url(../images/service-detail-go-top.png) no-repeat;
}

.navigation {
	position: fixed;
	z-index: 1;
	left: 15px;
	top: 40%;
}
.navigation li{
	display: block;
	-webkit-transition: all .2s ease-in-out;
	text-align: center;
	width: 14px;
	height: 14px;
	margin-top: 5px;
	position: relative;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 0px;
	line-height: 20px;/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	background-color:#d7d7d7;
}
.navigation li div {
	display: none;
	position: absolute;
	left: 30px;
	width: 140px;
	height:20px;
	text-align: left;
	color: rgba(255,255,255,0.0);
	background-color:#3bb54c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font:14px 'museo_sans100';
	padding:5px;
	text-align:center;
	top:-5px;
}
.navigation li:hover div {
	display: block;
	color: rgba(255,255,255,1);
}
.navigation li:hover, .navigation li.active{
	cursor: pointer;
	font-size: 12px;
	background-color:#3bb54c;
}

.project-type {
	display:block;
	margin:0 auto;
	width:665px;
	height:303px;
	background:url(../images/project-type-bg.png) no-repeat;
	position:relative;
	margin-top:140px;
	margin-bottom:120px;
}

.project-type-1 {
	display:block;
	position:absolute;
	width:281px;
	height:31px;
	background:url(../images/project-type-1.png) no-repeat;
	color:#FFF;
	font:20px 'museo_sans100';
	padding-top:10px;
	bottom:0;
	left:0;
	text-align:left;
	padding-left:46px;
}
.project-type-1 b {
	font:20px 'museo_sans500';
}

.project-type-2 {
	display:block;
	position:absolute;
	width:301px;
	height:31px;
	background:url(../images/project-type-2.png) no-repeat;
	color:#FFF;
	font:20px 'museo_sans100';
	padding-top:10px;
	bottom:0;
	right:0;
	text-align:right;
	padding-right:26px;
}
.project-type-2 b {
	font:20px 'museo_sans500';
}

.project-year {
	display:block;
	width:989px;
	height:auto;
	margin:13px auto;
}

.project-year-title {
	background:url(../images/project-year-title.png) no-repeat 5px;
	padding-left:31px;
	font:23px 'museo_sans100';
	color:#001148;
}

.project-year-projects {
	width:auto;
	height:auto;
}

.project-year-single {
	display:block;
	float:left;
	width:230px;
	margin:10px 17px 10px 0px;
}

.project-single-image {
	width:230px;
	height:166px;
}

.project-single-title {
	display:block;
	width:230px;
	font:13px 'opensans-light';
	color:#001148;
	text-align:center;
	margin-top:17px;
}

.project-year-single-all-projects {
	background-color:#ebebeb;
	width:230px;
	height:166px;
}

.project-year-single-all-projects .project-single-image {
	display:block;
	width:230px;
	height:91px;
	text-align:center;
	padding-top:75px;
}

label {
	display:block;
	font:19px 'museo_sans100';
	color:#000;
	margin-right:29px;
	margin-bottom:6px;
	text-align:left;
}

input[type=text] {
	width:auto;
	height:29px;
	background-color:#FFF;
	color:#000;
	font:14px 'museo_sans100';
	padding-left:12px;
	border:none;
}

input[type=submit] {
	display:block;
	float:left;
	width:170px;
	height:64px;
	background-color:#000;
	color:#FFF;
	border:none;
	outline:none;
	font:19px 'museo_sans100';
	margin-top:27px;
	-webkit-transition: all .2s ease-in-out;
}

input[type=submit]:hover {
	cursor:pointer;
	opacity:0.8;
	-webkit-transition: all .2s ease-in-out;
}

input[type=reset] {
	display:block;
	float:left;
	width:122px;
	height:52px;
	background-color:#ff7900;
	color:#FFF;
	border:none;
	outline:none;
	font:20px 'opensans_condensedbold';
	margin-top:2px;
	float:right;
	margin-right:10px;
	-webkit-transition: all .2s ease-in-out;
}

textarea {
	width:auto;
	height:36px;
	background-color:#FFFFFF;
	color:#adadad;
	border:none;
	font:10px 'opensans-light';
	resize:none;
	padding-left:12px;
	padding-top:11px;
    border:none;
    margin-bottom: 6px;
	background-color:#fafafa;
	color:#bdc3cc;
	font:12px 'opensans_condensedbold';
}

.contact-form select {
	display:block;
	float:left;
	width:191px;
	height:52px;
	background:url(../images/contact-select-bg.png) no-repeat 512px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor:pointer;
	width:auto;
	height:60px;
	background-color:#fafafa;
	color:#bdc3cc;
	font:12px 'opensans_condensedbold';
	margin-bottom:12px;
	padding-left:12px;
	border:none;
}

.contact-form {
	display:block;
	float:left;
	width:548px;
	margin-top:12px;
}

.contact-form input[type=text] {
	width:252px;
}

.contact-form input[type=text]#end {
	margin-right:0;
}

.contact-form textarea {
	width:526px;
	height:163px;
}

.contact-form select {
	width:540px;
}


.box-single {
	display:block;
	margin:0 auto;
	width:1173px;
	height:235px;
	position:absolute;
	bottom:85px;
	z-index:1;
	background-color:#FFF;
	cursor:default;
}

.box-single-project-proposal {
	left:-782px;
}

.box-single-project-proposal form label,  .box-single-project-proposal form input[type=text] {
	width:262px;
}

.box-single-project-proposal form {
	display:block;
	float:left;
	padding:27px 40px 20px 40px;
}

.box-single-project-proposal-left {
	display:block;
	float:left;
	width:585px;
}

.box-single-project-proposal-right {
	display:block;
	float:left;
	width:505px;
}

.box-single-project-proposal-right label, .box-single-project-proposal-right label textarea {
	width:513px !important;
	height:127px;
}

.box-single-project-proposal-right label {
	width:513px !important;
	height:140px;
}

.box-single-project-proposal form label#short, .box-single-project-proposal form input[type=text]#short {
	width:68px;
}

.box-single-project-proposal-right input[type=submit] {
	margin-right:-15px;
}

.box-single-projects {
	left:-391px;
}

.box-single-projects .bx-wrapper, .box-single-services .bx-wrapper {
	margin-top:32px !important;
	margin-left:30px !important;
	
}
.box-single-projects .bx-viewport, .box-single-services .bx-viewport {
height:190px !important;
}

#carousels {
	margin-top:6px;
}

.carousel-controls {
	display:block;
	width:100px;
	margin:0 auto;
	margin-top:20px;
}


.carousel-next {
	display:block;
	float:left;
	width:41px;
	height:41px;
}

.carousel-prev {
	display:block;
	float:left;
	width:41px;
	height:41px;
}

.carousel-next .bx-next {
	display:block;
	width:41px;
	height:41px;
	background:url(../images/carousel-next.png) no-repeat;
}

.carousel-prev  .bx-prev {
	display:block;
	width:41px;
	height:41px;
	background:url(../images/carousel-prev.png) no-repeat;
}

.ui-datepicker-inline {
	width:316px !important;
	height:236px !important;
	margin-bottom:10px !important;
	border-radius:0 !important;
}

.addresses {
	display:block;
	float:left;
	width:349px;
	height:250px;
	border-right:1px solid #f1f1f1;
}

#addresses {
	background:#FFF !important;
	border:none !important;
	top:-18px;
	margin-bottom:-18px;
}

#addresses ul {
	height:45px;
	border-bottom:1px dotted #dcdcdc;
}

#addresses ul li .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border:none !important;
	outline:none;
}

#addresses ul li.ui-state-default a {
	padding:11px !important;
	outline:none;
	color:#00bac1;
}


#addresses ul li .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#fe934e !important;
	font:15px 'opensans_condensedbold';
	outline:none;
}

#addresses ul li .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border:none !important;
}

#addresses ul li .ui-state-hover a, .ui-state-hover a:link, .ui-state-hover a:visited {
	color:#fe934e !important;
	font:15px 'opensans_condensedbold';
	border:none !important;
}

#addresses ul li .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none !important;
}

#addresses .ui-tabs-nav .ui-tabs-anchor {
	font:15px 'opensans_condensedbold';
}

.apps {
	margin-left:20px;
}

.apps a {
	margin-right:2px;
}

.bottom-social-media {
	margin-left:20px;
}

.bottom-social-media a {
	margin-right:4px;
}

.footer-cols {
	float:right;
}

.footer-col {
	display:block;
	float:left;
	padding-left:21px;
	border-right:1px solid #f2f2f2;
	padding-right:15px;
}

.footer-col h2 {
	font:18px 'opensans_condensedbold';
	color:#fe6c00;
	margin-bottom:20px;
}

.footer-col ul {
	list-style:none;
}

.footer-col ul li {
	margin-bottom:3px;
}

.footer-col ul li a {
	font:14px 'museo_sans100';
	color:#00bac1;
}

.footer-carousel .slide {
	min-width:142px !important;
	min-height:115px !important;
	max-width:142px !important;
	max-height:115px !important;
	text-align:center;
	padding-top:15px;
}	

.footer-carousel .slide a {
	color:#FFF;
	font:20px 'opensans_condensedbold';
}

.footer-carousel .slide img {
	display:inline-block;
	margin-bottom:2px;
}

#fc1 {
	background-color:#eb4957;
}

#fc2 {
	background-color:#efc50e;
}

#fc3 {
	background-color:#73adcb;
}

#fc4 {
	background-color:#6bc47a;
}

#fc5 {
	background-color:#4de0e5;
}

#fc6 {
	background-color:#400a6e;
}

#fc7 {
	background-color:#7da7d9;
}

.photo {
	display:block;
	float:left;
	width:274px;
	height:244px;
	margin-right:31px;
	margin-bottom:15px;
}

.photo a {
	display:block;
	float:left;
	width:274px;
	height:244px;
}

.photo a img {
	width:274px;
	height:205px;
}

.photo a span {
	display:block;
	width:auto;
	text-align:center;
	margin-top:6px;
	font:18px 'opensans_condensedbold';
	color:#392670;
}

.pager {
	display:block;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}

.pager ul {
	display:block;
	width:auto;
	margin:0 auto;
	list-style:none;
}

.pager ul li {
	display:inline-block;
	width:50px;
	height:45px;
	margin-right:6px;
}

.pager ul li a {
	display:block;
	float:left;
	width:50px;
	height:36px;
	font:18px 'opensans_condensedbold';
	color:#FFF;
	text-align:center;
	background:#00d4d9;
	padding-top:9px;
}

.pager ul li:first-child a, .pager ul li:last-child a {
	background-color:#02bcc0;
}

.pager ul li a:hover, .pager ul li a.pageractive {
	background:#ff7500;
}

.pager ul li:last-child {
	margin-right:0;
}

.basarilarimiz h3 {
	border:1px solid #f5f5f5;
	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	border-radius: 0px;
  	color:#2f146d;
	font:20px 'opensans_condensedbold' !important;
	text-align:left;
	margin-bottom:7px !important;
}

.basarilarimiz h3.ui-state-active, .basarilarimiz h3.ui-state-focus, .basarilarimiz h3.ui-state-hover  {
	border:1px solid #f5f5f5 !important;
	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	border-radius: 0px;
}



.basarilarimiz h3.ui-state-default .ui-icon {
	width:13px;
	height:8px;
	background:url(../images/accordion-default.png) no-repeat;
	right:31px;
	left:inherit;
	top:25px;
}

.basarilarimiz h3.ui-state-active .ui-icon {
	width:13px;
	height:8px;
	background:url(../images/accordion-active.png) no-repeat;
	right:31px;
	left:inherit;
	top:25px;
}

.basarilarimiz div {
	background:none;
	border:none;
}

.basarilarimiz div img {
	float:left;
	vertical-align:top;
	margin-right:17px;
}

.basarilarimiz div p {
	font:14px 'opensans_condensedbold' !important;
	color:#64686d;
	letter-spacing:1px;
}

select {
	display:block;
	float:left;
	width:191px;
	height:52px;
	background:#fafafa url(../images/select-bg.png) no-repeat 164px;
	border:1px solid #ececec;
	font:18px 'opensans_condensedbold';
	color:#321d66;
	padding-left:15px;
	margin-right:14px;
	margin-bottom:11px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor:pointer;
}
	
.filter {
	display:block;
	float:left;
}

.content-list-item {
	display:block;
	float:left;
	width:885px;
	height:96px;
	border:1px solid #f5f5f5;
	margin-bottom:12px;	
}

.content-list-item-title {
	display:block;
	float:left;
	width:664px;
	height:38px;
	margin-top:22px;
	padding-top:14px;
	padding-left:25px;
	font:18px 'opensans_condensedbold';
	color:#280c4e;
	border-right:1px solid #ebebeb;
}

.content-list-item-word {
	display:block;
	float:left;
	width:91px;
	height:42px;
	margin-top:22px;
	padding-top:10px;
	text-align:center;
	border-right:1px solid #ebebeb;
}

.content-list-item-pdf {
	display:block;
	float:left;
	width:91px;
	height:42px;
	margin-top:22px;
	padding-top:10px;
	text-align:center;
}

#basinda-tv .content-list-item-title {
	font:15px 'opensans_condensedbold';
	border-bottom:1px solid #ebebeb;
	width:326px;
	border-right:none;	
	margin-top:0;
}

.content-list-item-image {
	display:block;
	float:left;
	width:250px;
	height:auto;
	margin-top:22px;
	padding-left:25px;
}

#basinda-tv .content-list-item {
	height:auto;
}

.content-list-item-channel {
	display:block;
	float:left;
	width:176px;
	height:38px;
	padding-top:14px;
	font:15px 'opensans_condensedbold';
	color:#280c4e;
	border-bottom:1px solid #ebebeb;
}

.content-list-item-date {
	display:block;
	float:left;
	width:80px;
	height:38px;
	padding-top:14px;
	font:15px 'opensans_condensedbold';
	color:#280c4e;
	border-bottom:1px solid #ebebeb;
}

.content p {
	font-family: 'opensans-light' !important;
	font-size:14px;
	color:#000000;
	line-height:30px;
}

.event {
	display:block;
	float:left;
	width:879px;
	height:89px;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	margin-top:-1px;
}

.event-date {
	display:block;
	float:left;
	width:87px;
	height:73px;
	background-color:#ededed;
	color:#3b0449;
	margin-top:8px;
}

.event-day {
	display:block;
	text-align:center;
	font:44.82px 'opensans_condensedbold';
}

.event-month {
	display:block;
	text-align:center;
	font:18px 'opensans_condensedbold';
	margin-top:-16px;
}

.event-title {
	display:block;
	float:left;
	width:775px;
	margin-left:17px;
	margin-top:34px;
	font:18px 'opensans_condensedbold';
	color:#3b0449;
}

.event-active .event-date {
	background:#ff8600;
	color:#FFF;
}

.staff {
	display:inline-block;
	width:164px;
	height:247px;
	margin-right:22px;
	margin-bottom:16px;
}

.staff:hover {
	opacity:0.8;
	cursor:pointer;
}

.staff img {
	background:#FFF;
	width:151px;
	height:184px;
	padding:6px;
	-webkit-box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
}

.staff span {
	color:#3f096d;
	font:12px 'museo_sans100';
}

.staff span b {
	font:14px 'opensans-semibold';
}

.row {
	text-align:center;
}

.address-title {
	display:block;
	float:left;
	width:870px;
	color:#320f5c;
	font:20px 'opensans_condensedbold';
	border:1px solid #efefef;
	padding:7px;
}

.address-title img {
	display:block;
	float:left;
	vertical-align:top;
}

.address-title span {
	display:block;
	float:left;
	margin-top:10px;
	margin-left:15px;
}

.address-detail {
	display:block;
	float:left;
	width:600px;
	height:64px;
	margin-top:18px;
}

.address-detail-2 {
	display:block;
	float:right;
	width:150px;
	height:64px;
	margin-top:18px;
}

.address-detail span {
	display:block;
	float:left;
	width:264px;
	margin-bottom:23px;
	font:15px 'opensans_condensedbold';
	color:#034679;
}

.contact-title {
	display:block;
	float:left;
	width:884px;
	height:68px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	margin-top:50px;
}

.contact-title span {
	display:block;
	float:left;
	width:264px;
	font:20px 'opensans_condensedbold';
	color:#320f5c;
	margin-top:20px;
}

.contact-social-media {
	display:block;
	float:right;
	margin-top:21px;
}

.contact-social-media a img {
	width:31px;
	height:28px;
}

.new {
	display:block;
	float:left;
	width:864px;
	height:auto;
	padding-bottom:25px;
	padding-top:27px;
	border-bottom:1px dotted #e8e8e8;
}

.new img {
	display:block;
	float:left;
	margin-right:16px;
}

.new-right h3 {
	display:block;
	float:left;
	width:655px;
	font:23px 'opensans_condensedbold';
	color:#3e135c;
	margin-bottom:18px;
}

.new-right span {
	display:block;
	float:left;
	width:655px;
	font:13px 'museo_sans100';
	color:#000;
	margin-bottom:25px;
}

.new-right div {
	display:block;
	float:left;
	width:655px;
	height:20px;
}

.new-right div span {
	display:block;
	float:left;
	width:65px;
	font:12px 'museo_sans100';
	color:#c2c2c2;
	margin-right:7px;
}

.new-right div #date {
	padding-left:15px;
	background:url(../images/new-date.png) no-repeat 0 2px;
}

.new-right div #time {
	padding-left:15px;
	background:url(../images/new-time.png) no-repeat 0 3px;
}

.new-right {
	display:block;
	float:left;
	width:655px;
}

.content#new-detail h3 {
	font:23px 'opensans_condensedbold';
	color:#3e135c;
	margin-bottom:28px;
}

.content#new-detail img {
	width:268px;
	height:185px;
	padding:6px;
	border:1px solid #f7f7f7;
}

.menu-wrapper {
	width:100%;
	height:662px;
	background:url(../images/menu-wrapper-bg.jpg) no-repeat bottom center;
	margin-top:-312px;
}

.menu-container {
	width:1155px;
	height:562px;
	margin:0 auto;
}

.homepage-box {
	display:block;
	float:left;
	position:relative;
	width:220px;
	height:106px;
	text-align:center;
	padding-top:50px;
	color:#FFF;	
	z-index:2;
	cursor:pointer;
}

.homepage-box h2 {
	font-size:20.63px;
	font-family:'museo_sans500';
}

.homepage-box span {
	font:20.63px 'museo_sans100';
}

.homepage-boximg {
	margin-left:699px;
	text-align:left;
	width:163px; 
	height:57px;
	padding-top:9px;
}

.homepage-boximg img {
	float:left;
	margin:0 7px 0 7px;
}

.homepage-boxp {
	padding-top:0px;
	height:156px;
}

.sosyal-tesisler-menu {
	display:none;
	position:absolute;
	width:220px;
	height:468px;
	margin-left:-220px;
	margin-top:-262px;
}

.sosyal-tesisler-menu a {
	right:0 !important;
}


.homepage-box-title {
	display:inline-block;
	position:relative;
	width:auto;
	height:auto;
	border:1px solid rgba(255,255,255,0.31);
	padding:3px 10px;
}

.homepage-box-title h2 {
	display:inline-block;
	font-size:21px;
}

.homepage-box-title span {
	font-size:18px;
}

.otopark-isletmelerimiz-menu {
	display:none;
	position:absolute;
	width:1100px;
	height:473px;
	margin-left:-880px;
	margin-top:-418px;
}

.otopark-isletmelerimiz-menu .homepage-boxp .homepage-box-title {
	top:-112px;
	margin-bottom:-112px;
}

.otopark-isletmelerimiz-menu a {
	opacity:1 !important;
	float:right;
	
}

.otopark-isletmelerimiz-menu a img {
	opacity:0.5;
}
.otopark-isletmelerimiz-menu a:hover img {
	opacity:1;
}

.otopark-isletmelerimiz-menu a:hover > .homepage-box-details {
	display:block;
}

.homepage-box-details {
	display:none;
	position:absolute;
	width:392px;
	height:120px;
	left:-440px; !important;
	top:0;
	text-align:left;
	padding:18px 24px;
}

.homepage-box-details p {
	color:#FFF;
	font-size:16px;
	line-height:28px;
}

.work-details {
	font:15px 'museo_sans500';
	padding-bottom:15px;
	border-bottom:1px solid #ebebeb;
}

.work-details span:last-child {
	float:right;
}

.work-hours {
	font:15px 'opensans-semibold';
	background:#fffc00;
	width:612px;
	height:17px;
	padding:27px 23px;
	margin-top:16px;
}

.work-types {
	display:block;
	float:left;
	font:15px 'opensans-semibold';
	background:#eeeeee;
	width:256px;
	height:47px;
	padding:8px 44px 8px 19px;
	margin-right:20px;
	margin-top:13px;
	margin-bottom:21px;
}

.work-types span {
	display:block;
	float:left;
	height:32px;
	border-right:1px solid #c2c2c2;
	padding-top:15px;
	width:139px;
}

.work-types span:last-child {
	border-right:none;
	text-align:right;
	width:100px;
}

.content > a > img {
	padding:10px;
	-webkit-box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 17px 10px rgba(0,0,0,0.1);
	margin-right:16px;
	margin-bottom:16px;
}

.homepage-content h2 {
	display:block;
	float:left;
	width:100%;;
	height:auto;
	font:34px 'museo_sans300';
	color:#87764C;
	margin-top:32px;
	margin-bottom:10px;
}

#footer {
	width:100%;
	height:309px;
	background-color:#3B393C;
}

#footer ul li {
	display:inline-block;
	list-style:none;
	padding:0px 23px 0px 15px;min-width: 90px;
}

#footer ul li:last-child {
	margin-right:0px;
}

#footer ul li a {
	color:#FFF;
	font:12px 'museo_sans100';
}

#footer ul li ul {
	display:block;
	float:left;
	position:absolute;
	width:190px;
	margin-top:20px;
}

#footer ul li ul li {
	display:block;
	margin-top:4px;
	padding:0px;
}

#footer p {
	color:#FFF;
	font:14px 'museo_sans100';
	margin-top:100px;
}

#masaj-detay span {
	display:block;
	float:left;
	width:auto;
	height:auto;
}

#acik-havuz-detay h2, #acik-havuz-detay p {
	color:#FFF;
}

#vitamin-bar-detay h2, #vitamin-bar-detay p {
	color:#373737;
}

.anasayfa-iletisim-block {
	display:inline-block; 
	width:100%;
	margin-top:25px; 
	vertical-align:top; 
	color:#000;	
	padding-bottom:35px;
}

.anasayfa-iletisim-block p {
	color:#000;
	width:100%;
	font:24px 'museo_sans100';
	margin-bottom:10px;
}

.anasayfa-iletisim-block p:last-child {
	margin-bottom:0px;
	font-size:21px;
}

.anasayfa-iletisim-block p span {
	font:18px 'museo_sans100';
}

.anasayfa-iletisim-block form {
	display:inline-block;
	width:656px;
}

.anasayfa-iletisim-block form span {
	display:block;
	float:left;
	width:auto;
	margin-right:17px;
	margin-top:17px;
}

.iletisim-social-media {
	display:block;
	width:100%;
	margin-top:26px;
	margin-right:29px;
}

.iletisim-social-media a {
	display:table;
	float:left;
	width:58px;
	height:58px;
	color:#FFF;
	border:1px solid #FFF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-right:3px;
}

.iletisim-social-media a:hover {
	background-color:rgba(255,255,255,0.32);
	opacity:1 !important;
}

.iletisim-social-media a i {
	display:table-cell;
	vertical-align: middle;
    text-align: center
}

.organizasyonlar {
	display:inline-block;
	list-style:none;
	border-right:1px solid #FFF;
	padding-right:36px;
	height:69px;
	vertical-align:top;
	margin:23px 24px 30px 0px;
}

.organizasyonlar:last-of-type {
	border-right:none;
}

.organizasyonlar li a {
	display:block;
	color:#FFF;
	font:21px 'museo_sans100';
}

.organizasyonlar li a:hover, .organizasyonlar li.akorg a {
	display:block;
	color:#000;
	font:21px 'museo_sans100';
}

.organizasyon-aciklama {
	display:inline-block;
	width:292px;
	height:auto;
	vertical-align:top;
	margin-right:34px;
}

.organizasyon-aciklama p {
	color:#FFF;
}

.organizasyon-slider {
	display:inline-block;
	width:650px;
	height:auto;
}

.organizasyon-baslik {
	width:auto;
	font:30px 'museo_sans100';
	color:#FFF;
	padding:14px 0 17px 20px;
	margin-bottom:24px;
}

.organizasyonlistele {
	width:auto;
	overflow: hidden;
}

.organizasyonlistele-organizasyon {
	float:left;
	width:314px;
	margin:6px;
}

.organizasyonlistele-organizasyon img {
	margin:0px;
	width:314px;
	height:auto;
}

.organizasyonlistele-detay {
	padding:25px 21px 29px 16px;
	margin:0px;
	margin-top:-3px;
}

.organizasyonlistele-detay span {
	font:19px 'museo_sans100';
	color:#FFF;
	display:block;
	margin-bottom:6px;
}

.organizasyonlistele-detay span.organizasyon-listele-aciklama {
	font-size:15px;
}

.organizasyonlistele-detay i {
	font-size:16px;
	color:#000;
	display:block;
	margin-bottom:6px;
}
	

.renk1 {
	background:#4eab25;
}

.renk2 {
	background:#007aa6;
}

.renk3 {
	background:#b64a1e;
}

.renk4 {
	background:#35776d;
}

.renk5 {
	background:#d49823;
}

.renk6 {
	background:#8d3100;
}

.renk7 {
	background:#8a060b;
}

.organizasyon-detay-aciklama {
	margin-top:5px;
}

.organizasyon-detay-aciklama span {
	font:19px 'museo_sans100';
	color:#000;
	display:block;
	margin-bottom:13px;
}

.organizasyon-detay-aciklama span.organizasyon-detay-aciklama {
	font-size:14px;
}

.organizasyon-detay-aciklama i {
	font:15px 'museo_sans300_italic';
	color:#000;
	display:block;
	margin-bottom:15px;
	margin-bottom:13px;
}

#twitter-widget-0 {
	vertical-align:top;
}












#bir {
	display: inline-block;
  width: 472px;
  height: 105px;
    margin-left: 40px;
}


.giris-language {
	width:auto;
	display:block;
	text-align:center;
	margin-top: 125px;
}

.giris-language div {
	display:inline-block;
	width:148px;
	margin:0 auto;
}

.giris-language div a {
	display:table;
	float:left;
	width:69px;
	height:69px;
	color:#3B393C;
	border:1px solid #3B393C;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-right:6px;
	font:38px 'museo_sans500';
}

.giris-language div a:hover {
	background-color:#39363a;
	color:#FFF;
}

.giris-language div a:last-child {
	margin-right:0px;
}

.giris-language div a span {
	display:table-cell;
	vertical-align: middle;
    text-align: center;
}













.anasayfa-kategori {
	display:inline-block;
	width:317px;
	height:auto;
	margin-right:10px;
}

.anasayfa-kategori h2 {
	font:33px 'museo_sans300';
	color:#FFF;
}

.anasayfa-kategori:last-child {
	margin-right:0px;
}




#iletisim{margin-top: 30px; margin-bottom: 20px;position: relative;z-index: 99;}

#iletisim .adres {
	float: left;
	width: 714px;
	font-size: 14px;
}
#iletisim .formWR {
	float: left;
	width: 630px;
}
.formWR .satir {
	font-size: 18px;
	float: left;
	margin-bottom: 10px;
	margin-right: 14px;
	color: #000;
}
.formWR .satir input,.formWR .satir textarea {
	display: block;
	padding: 0px;
	height: 30px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
.formWR .satir textarea {
	height: 60px;
}
.formWR .satir.w260 {
	width: 200px;
}
.formWR .satir.w140 {
	width: 180px;
}
.formWR .satir.w200 {
	width: 200px;
}.formWR .satir.w355 {
	width: 395px;
}
.formWR .satir.w425 {
	width: 394px;
}

.formWR .satir .formGonder {
	line-height: 60px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	display: block;
	margin-top: 24px;
}
.map {
  display: inline-block;
  width: 320px;
  height: 220px;
  margin-top: -7px;
  vertical-align: top;
}


.ik_basv {
	color: #FFF;
	background-color: #000;
	text-align: center;
	display: block;
	border:none;	
	padding:7px 44px 6px 24px;
	font:18px 'museo_sans100';
	cursor:pointer;
}

.ik_basv:hover {
	opacity:0.8;
}




.icerikh2 {
	color:#87764C !important;
}

.border {
	border-top:1px solid #000;
	padding-top:30px;
}

.urun-blok {
	display:inline-block;
	width:190px;
	height:210px;
	margin-right:2px;
	margin-bottom:10px;
	vertical-align:top;
	overflow:hidden;
	background-color: #fff;
	text-align:center
}
.urun-blok img {
height:120px;
width:auto;	
	
	} 
.urun-blok h3 {
	border-top: 1px solid #39363A;
	border-bottom: 1px solid #39363A;
	width:auto;
	height:41px;
	overflow: hidden;
	background:#fff;
	margin-top:-3px;
	font:15px 'museo_sans500';
	color:#39363A;
	padding:10px 10px 9px 10px;
}


.ust-baslik {
	display:block;
	width:953px;
	height:23px;
	background:#87764C;
	font:15px 'museo_sans500';
	color:#FFF;
	padding:17px 10px 9px 10px;
	margin-bottom:21px;
}

.urundetay {
	background-color:#1E6798;
}


.urundetay-teklifekle {
	width:auto;
	height:auto;
	padding:8px;
	background:#87764C;
	font:16px 'museo_sans100';
	color:#FFF;
	margin-bottom:12px;
}

.urundetay-teklifekle input[type=text] {
	width:25px;
	height:25px;
	margin:0px 5px;
}

.urundetay-teklifekle input[type=submit] {
	width:46px;
	height:25px;
	background-color:#464548;
	font-size:15px;
	margin: 0px;
	float: right;
}

.urundetay-menu {
	display:block;
	width:auto;
	height:auto;
	padding:8px;
	background:#39363A;
	font:16px 'museo_sans100';
	color:#FFF;
	margin-bottom:3px;
}

#overlay {	display:none;	background-color: #000;	background-image: url(../images/load.gif);	background-repeat: no-repeat;	background-position: center center;	height:100%;	width:100%;	position:fixed;	left:0;	top:0;	z-index:9999 !important;	filter: alpha(opacity=75); -khtml-opacity: 0.75; -moz-opacity: 0.75; opacity: 0.75;  }


.teklif-liste {
	display:block;
	width:100%;
	height:43px;
	border:1px solid #87764C;
	font:16px 'museo_sans100';
	color:#515054;
	margin-bottom:3px;
}

.teklif-liste-isim {
	display:block;
	float:left;
	padding:8px;
	font:14px 'museo_sans500';
	color:#515054;
	padding-top:12px;
}

.teklif-liste-sag {
	display:block;
	float:right;
	padding:8px;
	background:#959599;
	font:16px 'museo_sans100';
	color:#FFF;
}

.teklif-liste input[type=text] {
	width:25px;
	height:25px;
	margin:0px 5px;
}

.sepet {
	display:block;
	width:auto;
	height:auto;
	padding:8px;
	background:#87764C;
	font:16px 'museo_sans100';
	color:#FFF;
	margin-bottom:3px;
}

.sepet h3 {
	font:18px 'museo_sans500';
	border-bottom:2px solid #FFF;
	padding-bottom:5px;
	margin-bottom:8px;
}

.sepet-urun {
	font:14px 'museo_sans300';
	padding-bottom:6px;
	border-bottom:1px solid #FFF;
	margin-top:5px;
}

.sepet-urun span:last-child {
	float:right;
}


.teklif-form {
	width:auto;
	height:auto;
	padding:8px;
	background:#7F7F7F;
	font:16px 'museo_sans100';
	color:#FFF;
	margin-bottom:12px;
}

.teklif-form hr {
	background-color:#FFF;
	height:1px;
	border:none;
}

.teklif-form label {
	margin-right: 0px;
	display:inline-block;
	font:16px 'museo_sans100';
	color:#FFF;
	padding-top:4px;
	padding-bottom:2px;    width: 90px;
}

.teklif-form input[type=text] {
	width:175px;
	height:25px;
	float:right;
	
}

  .teklifGonder{
	width:105px;
	height:32px;
	line-height: 32px;
	text-align: center;
	background-color:#212125;
	font-size:15px;
	margin: 0px;
	float: right;
	color: #fff;
}








































.sp-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}
.sp-content{
	position: absolute;
	text-align: left;
	width: 600px;
	height: auto;
	margin-top: -160px;
	margin-left: -300px;
	left: 50%;
	top: 40%;
}



.sp-container >  .logointro{
		position: absolute;
top:50%;
left:50%;
	margin-top: -359px;
	margin-left: -293px;
  -webkit-animation: blurFadeIn 3s ease-in 5.5s backwards;
  -moz-animation: blurFadeIn 3s ease-in 5.5s backwards;
  -ms-animation: blurFadeIn 3s ease-in 5.5s backwards;
  animation: blurFadeIn 3s ease-in 5.5s backwards;
	color: transparent;
	text-shadow: 0 0 1px #fff;
	display: block;
 }
 .sp-container >  .logointro > a { 
 position: relative;
  display:block;
  text-align:center;
  margin: 50px auto;
  background: ;
 }
 
 .sp-container >  .logointro > a{
  background-position: -299px 0;
}

.filtre2 {
 	background-color: #000;
	opacity: .6;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 7;	
	-webkit-animation: son 3s ease-in both  ;
	-moz-animation: son 3s ease-in both  ;
	-ms-animation: son 3s ease-in both  ;
	animation: son 3s ease-in  both  ;
	-webkit-animation-delay:5.5s;-moz-animation-delay:5.5s;-ms-animation-delay:5.5s;animation-delay:5.5s;
  }
  
  #bir img{
	display: none;
	position: absolute;
	margin-top:12px;
	}
	
	#bir img:last-child {
		margin-top:0px;
	}











@-webkit-keyframes blurFadeInOut {
0%{opacity:0;text-shadow:0 0 40px #fff;-webkit-transform:scale(1.3)}
5%,90%{opacity:1;text-shadow:0 0 1px #fff;-webkit-transform:scale(1)}
100%{opacity:0;text-shadow:0 0 50px #fff;-webkit-transform:scale(0)}
}
@-moz-keyframes blurFadeInOut {
0%{opacity:0;text-shadow:0 0 40px #fff;-moz-transform:scale(1.3)}
20%,75%{opacity:1;text-shadow:0 0 1px #fff;-moz-transform:scale(1)}
100%{opacity:0;text-shadow:0 0 50px #fff;-moz-transform:scale(0)}
}
@keyframes blurFadeInOut {
0%{opacity:0;text-shadow:0 0 40px #fff;transform:scale(1.3)}
20%,75%{opacity:1;text-shadow:0 0 1px #fff;transform:scale(1)}
100%{opacity:0;text-shadow:0 0 50px #fff;transform:scale(0)}
}



@-webkit-keyframes blurFadeIn {
0%{opacity:0;text-shadow:0 0 40px #fff;-webkit-transform:scale(1.3)}
100%{opacity:1;text-shadow:0 0 1px #fff;-webkit-transform:scale(1)}
}
 
@-moz-keyframes blurFadeIn {
0%{opacity:0;text-shadow:0 0 40px #fff;-moz-transform:scale(1.3)}
100%{opacity:1;text-shadow:0 0 1px #fff;-moz-transform:scale(1)}
}
 
@keyframes blurFadeIn {
0%{opacity:0;text-shadow:0 0 40px #fff;-moz-transform:scale(1.3)}
100%{opacity:1;text-shadow:0 0 1px #fff;-moz-transform:scale(1)}
}
 
 

@-webkit-keyframes son {
0%{opacity:.6;}
100%{opacity:0 ;}
}
@-moz-keyframes son {
0%{opacity:.6;}
100%{opacity:0 ;}
}
@keyframes son {
0%{opacity:.6;}
100%{opacity:0 ;}
}


@-webkit-keyframes kaybet {
0%{opacity:1;}
100%{opacity:0 ;}
}
@-moz-keyframes kaybet {
0%{opacity:1;}
100%{opacity:0 ;}
}
@keyframes kaybet {
0%{opacity:1;}
100%{opacity:0 ;}
}

@-webkit-keyframes cssAnimation {
0% {	background-position: -299px 0; }
40% {background-position: 300px 0; }
100% {background-position: 300px 0; }

}
@-moz-keyframes cssAnimation {
0% {	background-position: -299px 0; }
40% {background-position: 300px 0; }
100% {background-position: 300px 0; }
}
 @-o-keyframes cssAnimation {
0% {	background-position: -299px 0; }
40% {background-position: 300px 0; }
100% {background-position: 300px 0; }
}





.iGaleri {

display: block;
width:183px;
height:120px;
overflow:hidden;
float:left;
margin:5px;	
	
	}

.iGaleri img{

 width:100%;
height:auto;
 
	}







.jssorb21 {
                        position: absolute;
						left:auto !important;
						right:35px !important;
						
                    }
                    .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                        position: absolute;
						background-color:rgba(255,255,255,1);
						display: block;
						width: 13px;
						height: 13px;
						outline: 0;
						margin:2px 10px 2px 0px;
						color:#FFF;
						border:1px solid #000;
						padding:0px;
                    }
                    .jssorb21 div { background-position: -5px -5px; }
                    .jssorb21 div:hover, .jssorb21 .av:hover { background-color:#000; }
                    .jssorb21 .av { background-position: -65px -5px; }
                    .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
