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

body { margin:0; padding:0; font-family:'Open Sans', sans serif;  }
.site-ust { width:100%; height:97px; float:left; background:url(images/ust.html); }
.logo { width:auto; height:auto; float:left; margin:15px 0px; }
.alt-logo { width:auto; height:auto; float:left; margin-top:15px; margin-bottom:15px; border-right:1px solid #fff; padding-right:20px; }
.site-container { width:100%; height:100%; float:left; background:url(images/bg.html) ; }
.sohbet-container{ width:100%; height:100%; float:left; background:#efefef; }
.site { width:100%; height:auto; border-radius:3px; border:double; float:left; background:#fff;}
.mutluluga { width:100%; float:left; height:auto; text-align:right; margin-top:10px;}
.mutluluga p { font-size:3em; font-family: 'Indie Flower', cursive;  text-align:right; color:#d1d1d1; }
.anaimaj { width:100%; height:auto; float:left; margin-top:20px; }

.site-top { width:100%; float:left; height:auto; background:#1D1D33; }
.sag-menu { width:auto; float:right; height:auto; }
.sag-menu ul { margin:0; padding:0;}
.sag-menu ul li { text-decoration:none; font-size:11px; color:#fff; list-style:none; float:left;     padding: 0 10px;
    border-style: solid;
    border-color: #555578;
    border-width: 0 1px 0 0;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear; 
	margin-top:25px;
	}
	
.sag-menu ul li:last-child  {
    border: none;
}	

.sag-menu ul li a { font-family: 'Raleway', sans-serif; font-size:11px; color:#fff;}
.sag-menu ul li a:Hover { color:#F8BEBE; transition: color 300ms linear;  }

.slider { width:100%; height:606px; float:left; background:url(images/slider.jpg); }
.slider-text { width:auto; margin-top:80px; height:auto; float:left;}
.subtitle { font-weight:700; letter-spacing:-2px; font-size:44px; color:#fff; }
.slider-text h1 { font-weight:800; letter-spacing:-2px; margin:30px 0; font-size:50px; color:#fff;
   transform: rotate(-1deg) !important;-ms-transform: rotate(-1deg) !important;
    -webkit-transform: rotate(-1deg) !important; 
    -moz-transform: rotate(-1deg) !important;
    -o-transform: rotate(-1deg) !important;
    -sand-transform: rotate(-1deg) !important; }
.acik-pembe { color:#F8BEBE; font-weight:700; }
.koyu { color:#1d1d33; font-weight:700; }
.slider-text p { font-family: 'Raleway', sans-serif; font-size:18px; color:#fff; }
.slider-altsayfa { width:100%; height:306px; float:left; background:url(images/slider.jpg); }
.slider-altsayfa-text h1 { font-weight:800; letter-spacing:-2px; margin:40px 0; font-size:50px; color:#fff;
   transform: rotate(0deg) !important;-ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important; 
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -sand-transform: rotate(0deg) !important; }
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
  

}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
    font-weight:600;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ff3366;
  background:#fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

  .slider { margin-bottom:540px !important;}
  .sohbetgiris h1 {

    color: #333 !important; 

}

.sohbetgiris p { color:#444 !important; }
.sohbetgiris { border:1px solid #ccc !important; border-radius:3px !important; }
  
.sag-menu { float:left !important; }
.sag-menu ul li a { font-size:9px !important; margin-bottom:5px !important; }
  }

  
 .menuAlan { margin-top:30px !important; } 
  .col-md-4 {     /* position: relative; */ }
}

.menuAlan { width:100%; height:auto; position:relative; z-index:999; background:#BDBDCF; float:right; }
.ortaAlan { width:100%; margin-top:30px; height:auto; float:left; }
.sohbetgiris { width:100%; height:auto; margin:20px 0 0 0; float:left; background:url(images/sohbetbg.png); padding:15px 15px 50px 15px; }
.sohbetgiris p { font-family:'Open Sans', sans serif; line-height:22px; padding-bottom:5px; font-size:12px; color:#fff; font-weight:500; }
.sohbetgiris h1 { font-size:27px; font-weight:200; color:#fff; font-family: 'Raleway', sans-serif;}
.sohbetgiris-altborder { width:100%; height:5px; float:left; background:#FF3366; }

.alt-kisim { width:100%; height:auto; float:left; margin-top:-150px; }
.alt-kisim .ic { width:100%; height:auto; float:left; background:#fff; }

.morecontent span {
    display: none;
}
.morelink {
    display: block;
	width: 80px;
    height: auto;
    padding: 6px 16px;
    background: #f9bebe;
	font-size:10px;
	color:#fff;
}

.morelink:Hover { 
	background:#3d3d5c;  	
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	}

.morelink a { color:#fff; font-size:10px;  }	
	
.more  {     
	font-family: "Open Sans", sans serif;
    font-size: 13px;
    line-height: 22px;
    color: #999999; 
	}


.baslik {     
	padding: 20px 0;
    border-style: solid;
    border-color: #bdbdcf;
    border-width: 0 0 1px;
    position: relative;
    margin: 0 0 25px;
    width: 100%;
    display: table;}

.baslik .detay {
    width: 17px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #bdbdcf;
}

.bold strong { font-family: OpenSansBold,Arial,Helvetica,sans-serif;}

.baslik h2 { font-family: 'Raleway', sans-serif; font-size:25px; margin:15px 0; color:#20202F; }

.astroloji-kutu { width:100%; height:auto; float:left; background:#CB9D89; border-radius:3px; padding:6px;}
.list-inline>li { background:#CB9D89; padding:5px; border-radius:3px; margin-right:22px; margin-bottom:10px; }
.list-inline { margin-left:0px; }
.sohbet-text { width:100%; height:auto; float:left; }
.sohbet-text p { font-family:"Raleway", sans serif; font-size:13px; line-height:22px; color:#999999; }
.devam-button { width:auto; float:left; height:auto; padding:8px 16px; background:#f9bebe; }
.devam-button a { color:#fff; font-size:10px;  }
.devam-button:Hover { background:#3d3d5c;  	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;}
.bakmadan-gecme{
    padding:0px 0;
}
h6.aciklama{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.bakmadan-gecme-item{
	margin-top: 0px;
}
.bakmadan-gecme-item h1{
	font-weight: 600;
	font-size: 12px;
	margin:10px 0 0 0;
	color:#333;
}
.bakmadan-gecme-item h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}
.bakmadan-gecme-item .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.bakmadan-gecme-item .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.bakmadan-gecme-item .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}
a{
    color:#88C425;
}
a:hover{
    text-decoration:none;
    color:#519548;
}
i.red{
    color:#BC0213;
}


.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #fff;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 55px;
    font-size: 13px;
    padding: 10px 16px 10px 40px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 10px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #efefef;
}

.btn-success {
    color: #fff;
    background-color: #FF3366;
    border-color:#FF3366 !important;
	width:100%;
	border-radius:50px !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.footer-1 { width:100%; height:auto; padding-bottom:20px; text-align:center; float:left; margin-top:50px;background:url(images/footer-bg.jpg); }
.footer-1 p { padding:10px 0px 0px 0px; font-family:"Open Sans", sans serif; font-size:35px; font-weight:600; }
.footer { width:100%; height:auto; padding:10px; float:left; background:#F7C6C6; text-align:center; }
.footer a { font-family:"Open Sans", sans serif; font-size:11px; color:#fff; }
.astroloji-gorsel { width:100%; margin-bottom:10px; height:auto; float:left; background:#DF4B26; padding:20px; border-radius:3px; }
.astroloji-item { width:100%; height:auto; float:left; border-bottom:1px dotted #ccc; padding-bottom:30px; margin-bottom:20px; }
.astroloji-item h3 { font-family:"Open Sans", sans serif; font-size:20px; color:#DF4B26; font-weight:800; margin:0px; }
.astroloji-item .tarih { width:100%; height:auto; float:left; font-size:13px; margin:7px 0; font-family:"Open Sans", sans serif; color:#333; }
.astroloji-item p{ font-family:"Open Sans", sans serif; font-size:14px; color:#aaa; line-height:23px; font-weight:400; margin:0px; }
.icerik { width:100%; height:auto; float:left;  }
.icerik p { font-family:"Open Sans", sans serif; font-size:14px; color:#444; line-height:23px; font-weight:400; margin:0px; }