
/*************************
*******Header******
**************************/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(214, 211, 211);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(214, 211, 211);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(214, 211, 211);
}

.Mbar {
    background: rgb(255, 255, 255);
    margin-top: 35px;
}
.bulmaca {
    position: relative;
    display: block;
    float: left;
    min-width: 85%;
}
.bulmaca .form-control {
    border: none;
    height: 34px;	
}
.bulmaca .btn {
	position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    max-height: 100%;
    font-size: 14px;
    line-height: 1;
    padding: 8px 13px;
    background: no-repeat;
    color: black;	
}
.Toplam {

}
.Pencere {
    background: rgb(101, 100, 100);
    color: white;
    padding: 0.6rem;
}
.bartop {
   padding:15px 0 10px;
}
.topmail {
    display: inline-block;
    padding: 5px 14px;
}
.topmail a {	
    line-height: initial;
    opacity: 0.9;
    font-size: 1rem;
}
.topmail a:hover {opacity:1} 
.selectBar{
    background: none;
    color: rgb(152, 152, 152);
    box-shadow:0 5px 20px -10px rgb(0, 0, 0);
    padding-top: 1rem;			
}
.selectLang{
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;	
}
.selectLang li a{
    display: block;
    line-height: 24px;	
}
.selectLang img {
    height: 24px;
    width: auto;
    border-radius: 6px;	
}
.selectLang li a:hover{color:red}
header {
    width: 100%;
    position: relative;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.logo {
    display: inline-block;
    float: left;
    margin-top: 1rem;
}
.Logo {
    display: inline-block !important;
}
.navbar-brand:hover {
    background:#fff !important;
}
.top-bar .search{
  display: inline-block;
}
.navbar>.container .navbar-brand{
  margin-left: 0;
  height: inherit;
    padding: 5px;  
}

.top-bar {
  padding: 10px 0;
  background: rgb(0, 155, 255);
  line-height: 28px;
}

.top-number{
  color: #fff;
}
.top-number p{
  margin: 0;
  font-size:18px;
  font-weight:700;
}
.merkezcall {
    margin-right: 5px;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.social{
  text-align: right;
}
.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li, .online li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  background: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}
ul.social-share li a:hover {
  background: rgb(255, 162, 0);
  color: #fff !important;
}
.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}
.s-icon {
    float: right;
    position: relative;
    display: block;
    line-height: 44px;
}
.s-icon a {cursor:pointer;}
#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #737171;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 20000;
    
}
#search .close {
    color: #be5254;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 30px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    background: rgb(206, 93, 93);
    color: rgb(255, 255, 255);
}
.main-nav {
  background: #3092c0;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
  background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #2e8cb8;
}
/* Mobile menu toggle button */

.main-menu-btn {
  margin: 10px;
    position: absolute;
    top: -90px;
    left: 0;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
    background: rgb(0, 0, 0);  
}
/* IGNORE: Unrelated generic demo styles */

.demo-text {
  margin: 3em 22px;
}

.demo-text p {
  margin-bottom: 1em;
}

.demo-text a {
  color: #999;
}
@media only screen and (max-width:460px){
.mobilenopadding {padding:0}
.top-number {text-align:center}
.search {
    display: block;
    text-align: center;
}
.selectBar {
    padding: 0;
}
.linkler {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;	
}
.bulmaca {
    min-width: 80%;
}
.selectLang {margin-top:0}
}
@media only screen and (max-width:760px) {	
#search input[type="text"] {
    font-size:22px;
	padding-left:10px;
	padding-right:10px;
}
#main-menu-state:checked ~ #main-menu {
    background: rgb(255, 255, 255);
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    color: #000 !important;
}
.Pencere {
    padding-bottom: 20px;	
}
.topmail {max-width:50%}
.toppo {
    position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center
}
.toppo .Go {margin-top:0}
.LogoBar {margin-top:1rem}
.logo {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 190px;
    float: none;
}
.Mbar {
    background: none;
}
}
@media only screen and (max-width: 991px) {
.topmail a {font-size:0.9rem}
.online {padding: 0}
.online li {
    display: block;
    width: 50%;
    padding: 5px;
}
.online li a {padding:3px}	
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
.online li {
    width: 33%;
}
header.smaller .search {
    top: 10%;
}
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
header.smaller .search {
    top: 10%;
}
.bulmaca {
    min-width: 80%;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {

.online li {

	padding: 0 5px
	}
.online li a {
    padding:3px 10px;
}
.online li a img {height:37px}
.online li a .smaly {
    width: 28px;
    height: 28px;
}
.online li a span {margin-left:0}

}
@media only screen and (min-width: 500px) and (max-width: 760px) {
	
}
@media only screen and (min-width: 500px) and (max-width: 1030px) {
header.smaller .navbar-nav {
    margin-right: 25%;
}
}
@media only screen and (min-width:500px){

}
@media only screen and (min-width: 760px) {	
.selectBar [class^="col-"] {
    padding: 0;
}
header.smaller {
    height: 75px;
	top: 0;
	position:fixed;
}
header.smaller .bartop {
    padding: 5px 0;
}
header.smaller .selectBar {
    background: white;
    padding: 0;
}
header.smaller .Mbar {
    margin-top:0;
	margin-bottom:0;
}
header.smaller .navbar-brand {
    position: absolute;
    top: -5px;
    background: white;
    padding: 10px 15px;
}
header.smaller .logo {margin-top:0}
header.smaller .Logo {
    width: auto !important;
    height: 50px !important;
}
header.smaller .search {
    top: 25px;
}
header.smaller .navbar-nav {
    margin-top: 55px;
}    
}
@media only screen and (min-width: 1200px) {	
.social-share {
    margin-left: 160px;
}
}
@media only screen and (min-width: 1024px) {	
.search input {width:240px}
}
@media only screen and (min-width: 768px) {
  /* hide the button in desktop view */
.main-menu-btn {
    position: absolute;
    top: -99999px;
}
  /* always show the menu in desktop view */
#main-menu-state:not(:checked) ~ #main-menu {
    display: block;
	width:100%;
}
#main-menu {
    float: left;
    clear: none;
}
#main-menu:before {
    display: none;
}	
}