@charset "utf-8";
* {
	margin: 0px;
	padding:0px;
	text-decoration:none;
}
textarea{
	resize:none;
}
:focus {
    outline: 0;
}
a{
	color:inherit;
	cursor:pointer;
}
a:hover{

}
a:visited{
	color:inherit;
}
html {
	position: relative;
    min-height: 100%;
}
body {
	font-family: 'Oswald', sans-serif;
}
img{
	border:none;
}
.temiz{
	clear:both;
}
.beklemeci{
	border-radius: 5px; /* Standart */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari ve Chrome */
	display:block;
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	width:150px;
}
.anaresimsol{
	position:absolute;
	top:10px;
	left:-10px;
	background-image:url(../images/butonsol.png);
	height:40px;
	width:40px;
	cursor:pointer;
	z-index:5000;
}
.anaresimsag{
	position:absolute;
	top:10px;
	right:-10px;
	background-image:url(../images/butonsag.png);
	height:40px;
	width:40px;
	cursor:pointer;
	z-index:5000;
}
.anaresimsol:hover{
	background-position:0 -40px;
}
.anaresimsag:hover{
	background-position:0 -40px;
}
.ustmenu{
	float:left;padding-left:10px;padding-right:10px;cursor:pointer;
}
.ustmenu:hover{
	background-color:#005f6b;color:#FFF;
}
.ustmenusecili{
	background-color:#005f6b;color:#FFF;
}
.dilsecili{
	background-color:#005f6b;color:#FFF;
}
.anaresim{
	width:1200px;height:580px;
	clear:both;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.37);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.37);
}
.analogoyeri{
	width:142px;
	height:90px;
	position:absolute;
	left:14px;
	top:5px;		
}
.analogo{
	width:142px;
	height:90px;
}
.altyazi{
	width:285px;float:left;
}
.dogagolge{
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.37);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.37);
}
.altmenu{
	padding-left:25px;padding-right:25px;cursor:pointer;color:#FFF;border-right:2px solid #7e7e7e;padding-top:10px;padding-bottom:10px;
}
.altmenu:hover{
	background-color:#005f6b;color:#FFF;
}
.altmenu2{
	padding-left:25px;padding-right:25px;cursor:pointer;color:#FFF;color:#7e7e7e;font-size:14px;font-weight:300;
}
.altmenu2:hover{
	background-color:#005f6b;color:#FFF;
}
.altikon{
	height:50px;padding-left:40px;background-position:left center;background-repeat:no-repeat;
	line-height:50px;
	color:#7e7e7e;
}
.ustikon{
	float:right;height:50px;width:50px;margin-right:20px;
}
.solmenu{
	color:#a1a3a6;
	padding-left:20px;
	background-image:none;
	background-position:left center;
	background-repeat:no-repeat;
	margin-top:10px;
}
.solmenu:hover{
	color:#005f6b;
}
.isoitem{
	padding:20px;
	overflow:hidden;
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.isoitem h2{
	background-color: #005f6b;
    color: #FFFFFF;
    font-size: 14px;
	line-height:20px;
	opacity:0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
	right:-285px;
    text-align: center;
    top: 60px;
    width: 100%;
	font-family: 'Roboto', sans-serif;	
}
.isoitem2{
	padding:20px;
}
.isoitem2 h2{
	border-bottom:1px solid #005f6b;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
}
.isoitem img{
-webkit-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
   -moz-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
     -o-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
     -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */	
}
.isoitem:hover img {
    border-radius: 60px 60px 60px 0;
-webkit-border-radius: 60px 60px 60px 0;
-webkit-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
   -moz-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
     -o-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
     -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.sayfasag{
    float: left;
    left: 64.5%;
    min-height: 100%;
	position:fixed;
	right:0px;
	top:80px;
	text-align:justify;
	padding-right:50px;
	padding-left:50px;
	width:%30;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
}
.sayfasol{
    background: none repeat scroll 0 0 #939598;
    float: left;
	min-height: 100%;
    width: 60%;
}
#dvYerci{
	width:100%;margin:0 auto;
	position:absolute;
	top:50px;
	bottom:0px;
	right:0px;
	left:0px;
}
.polaroid {
    height: auto;
    margin: 0 0 0 20%;
    padding: 0;
    position: relative;
    width: 60%;
}
.polaroid img{
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 40px;
    padding: 20px 20px 0;
	max-width:100%;
	display:block;
	width:100%;
}
.polaroidyazi{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #3B3B3B;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 16px 20px 14px;
    position: relative;
    text-align: center;
    width: 100%;
}
.sayfasag a{
	color:#005f6b;
}
.sayfasag a:hover{
	text-decoration:underline;
}
.ui-tabs .ui-tabs-nav li{
	border:none;
}
.ui-dialog-titlebar-close {
	visibility: hidden !important;
}
.anasayfakusak{
	width:50%;height:90px; background-color:#343838;position:absolute;top:175px;left:0px;

}
.anasayfakusakdevam{
	width:350px;height:50px; background-color:#343838;position:absolute;top:175px;left:0px;padding-top:20px;padding-bottom:20px;padding-right:20px;font-size:40px;line-height:50px;color:#fff;text-align:right;
}
.bx-prev{
	height:40px;
	width:40px;	
	display:block;
}
.bx-next{
	height:40px;
	width:40px;
	display:block;
}
.dogapaylas{
	float:right;margin-right:10px;width:46px;height:20px;padding-left:20px;color:#FFF;text-align:center;font-size:12px;line-height:20px;
	background-image:url(../images/face.png);
	cursor:pointer;
}
.dogapaylas:hover{
	background-position:0 -20px;
}
.dogabutonic1{
	float:left;
	width:24px;
	height:30px;
	margin-left:10px;
}
.dogabutonic2{
	float:left;
	padding-right:10px;
	padding-left:5px;
	text-align:center;
	min-width:70px;
}
.dogabuton {
	border: medium none;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
	white-space: nowrap;
	background: url("../images/buton.jpg") repeat-x;
	height:30px;
	letter-spacing:1px;
	line-height:30px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	-webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
	border-radius: 3px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	min-width:120px;
}
.dogabuton:hover {
	background-position:0 -30px;
}
.dogabuton:hover .dogabutonic1 {
	background-position:0 -30px;
}
.dogaformdivdis{
	float:left;
	width:330px;
	padding-bottom:2px;
	padding-top:2px;
	margin-bottom:2px;
	margin-top:2px;
}
.dogaformdivic{
	min-height:32px;
	line-height:32px;
	float:right;
	width:235px;
}
.dogaformdivdis em{
	height:32px;
	line-height:23px;
	color: #666666;
	width:15px;
	float:left;
	background-image:url(../images/yildiz.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.dogalabel {
	float:left;
	text-align:right;
	width:80px;
	height:32px;
	line-height:32px;
	overflow:hidden;
	font-size:14px;
}
.dogainput{
	background-color:#999;
	height:18px;
	line-height:18px;
	width:221px;
	padding: 7px;
	float:left;
	border:none;
	color:#fff;
}
.sayfasagiletisim{
	color:#999999;float:right;text-align:justify;padding-right:50px;padding-left:50px;width:700px;background-color:#FFFFFF;
}
.sayfasagiletisim a{
	color:#005f6b;
}
.sayfasagiletisim a:hover{
	text-decoration:underline;
}
.sayfasoliletisim{
	height:100%;position:absolute;top:0px;right:800px;left:0;bottom:0;
}
.dogasagalan{
	position:absolute;left:250px;right:0px;bottom:0px;top:0px;
}
.dogasolalan{
	width:250px;float:left;height:100%;background-color:#FFFFFF;position:fixed;z-index:4;
}
#sortable {
	list-style-type: none;
}
#sortable li {
	margin-right:4px;
	margin-left:4px;
	padding: 1px;
	float: left;
	width: 37px;
	height: 37px;
	font-size: 20px;
	text-align: center;
	line-height:37px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background-color:#005f6b;
	color:#fff;
	font-weight:normal;
}
.validateerror{
	text-decoration:underline;
	color:#ff0000 !important;
}
.solmenusecili{
	color:#005f6b;
}
.dvWait{
	border-radius: 5px; /* Standart */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari ve Chrome */
	display:block;
	background:url(../images/loading.gif) center no-repeat !important;
	height:65px;
	width:300px;
}
.dvWait .ui-dialog-titlebar{
	display:none !important;
}
#dvWait{
	padding:0 !important;
	border:none !important;
}
.ui-dialog{
	padding:0 !important;
}
.ui-dialog-titlebar{
padding:0 !important;
}