

/*************************
*******Header******
**************************/
.topmail {
    display: inline-block;
    padding: 5px 10px;
}
.topmail a {	
	font-size: 13px;
    line-height: 2em;
}
.topmail a:hover {color:#fff} 
.selectBar{
    background: none;
	padding: 5px 0;
	color: rgb(255, 255, 255);		
}
.selectLang {
	padding: 5px 10px;
	list-style: none;
    position: absolute;
    right: 60px;
    top: 15px;		
}
.selectLang .dropdown-menu {
	background: none !important;
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
	text-align:center;
    margin-left: -40px;	
}
.selectLang .dropdown-menu li a {
    padding: 5px !important;
	width: 40px !important;			
}
.selectLang .dropdown-menu li a:hover {
	background: none !important;	
}
.selectLang a {
	color: #fff;
	font-size:15px;		
}
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 !important;	
}
header.smaller {
    height: 75px;
	top: 0;
	position:fixed;
}
header.smaller .selectBar {
    display:none;
}
.navbar-brand:hover {
    background:none !important;
}
header.smaller .navbar-brand {
    display: none !important;
}
header.smaller .Logo {
   display:none !important;
}
header.smaller .navbar-header {
    display: none !important;
}
header.smaller .navbar-nav {
	background: none;
    width: 100%;
    text-align: center;
    margin: 0;	
}
header.smaller .selectLang {display:none}
.top-bar .search{
  display: inline-block;
}
.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: none;
  color: red !important;
}
.search {
    position: absolute;
    right: 3%;
    top: 20%;  
}
.search form {
    display: inline-block;
	position:relative;
}
.search input {
    border: 2px solid;
    color: rgb(0, 0, 0);
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 40px 0 10px;
}
.search button {
	font-size: 14px;
    line-height: 33px;
    right: 0;
    top: 0;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    position: absolute;
    background: none;
    color: black;
    border: none;
}
.navbar-header li {
    display: inline-block;
    width: 33.3333%;
    float: left;
    line-height: 200px;
}
.navbar-header li img {
   width:auto;
}
.slogan {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
}
.navbar>.container .navbar-brand{
    height: inherit;
    margin: 0;
    float: none;
    display: inline-block;  
}
.navbar-default {
    background: rgb(0, 0, 0);
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;	
}
.navbar-right {
    margin-top: 110px;
}
.navbar-nav>li {
    margin: 0 25px;
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav>li>a {
	font-size: 15px;
    line-height: 1;
    padding: 20px 5px 15px;
    font-weight: normal;
    margin: auto;
    color: rgb(255, 255, 255);	  
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav > li > a:hover  {
	color: red;
	background:none;
}
.navbar-nav>li>.dropdown-menu {
    border-top: 1px solid rgb(255, 0, 0);
    min-width: 200px;
    padding: 10px 5px;
    top: 100%;	
}
.nav > li.dropdown.open {

}
.Menuinner {	
}
.Menuname {
   display: block;
    font-weight: 700;
    padding: 8px 0;   
}
.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;  
}
.dropdown-menu > li {
    padding: 0;
}
.dropdown-menu > li > a {
	text-align: left;
    color: rgb(0, 0, 0);
    padding: 3px 20px;	  
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background: none;
  color:red;
}
.navbar-default .navbar-toggle .fa {
    font-size: 1.2em;
    color: #fff;	
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}
@media only screen and (max-width:460px){
.top-number {text-align:center}
.search {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.selectBar {
    padding: 0;
}
.navbar-header li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1 !important;
	margin:15px 0;
}
.navbar-header li img {
    width: 120px !important;
}
.navbar-default .navbar-nav>li>a {
    padding: 8px 3px;
}
}
@media only screen and (max-width:760px) {
.Logo {
    margin: 0 !important;
}
.selectLang {left: 20px;}
.selectLang .dropdown-menu {margin-left:15px}		
header.smaller {position:relative}
.navbar-default {
	padding-bottom: 30px;
}
.navbar-nav {
    width: auto;
    margin: 15px 0;
    text-align: center;	
}
.navbar-nav>li {
    margin-bottom: 10px !important;
}
.navbar-default .navbar-nav>li>a {
    padding: 5px;
    font-size: 16px;
}
.navbar-default .navbar-toggle {
    border: none;
    position: absolute;
    right: 10px;
    top: 50px;
    padding: 5px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
	color: #fff;
}
.menuicon {width:45px}
.container>.navbar-header {
	margin:0;
    text-align: center;
    width: 100%;
}
.navbar>.container .navbar-brand {margin:15px 0}
.Logo {
    width: 120px !important;
}
.navbar-nav>li {
    margin: 10px 0;
    display: block;	
}
.dropdown-menu > li {
    display: block;
    width: 100%;
    max-width: 100%;
	height: auto;
	padding:0;	
}
.dropdown-menu > li > a {
    padding: 5px !important;
}
.Menuinner {display:none;}  
}
@media only screen and (max-width: 991px) {

.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%;
}
.navbar-nav>li {
    margin: 0 4px !important;
}
.navbar-brand {
    float: left;
    height: 50px;
}

element.style {
}
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
    padding: 15px 7px;
}
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
header.smaller .search {
    top: 10%;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 7px;
}
.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) {
.search {
	left: 23%;
    position: relative;
    display: inline-block;
    top: 15px;
}	
.navbar-header li {
    line-height: 130px !important;
}
.navbar-header li img {
    width: 130px !important;
}
.slogan {
    font-size: 18px !important;
}
}
@media only screen and (min-width: 500px) and (max-width: 1030px) {
}
@media only screen and (min-width:500px){
.navbar-header {
	display:inline-block;
	float:left;
}
}
@media only screen and (min-width: 600px) {	

}
@media only screen and (max-width: 1200px) {	
.navbar-default .navbar-collapse{
    border: none !important;
    box-shadow: none;	
}
.navbar-nav>li {
    margin: 0 14px;
}
}
@media only screen and (min-width: 1200px) {
.navbar-right {
    margin-right: 10%;
}
}
@media only screen and (min-width: 1024px) {	
.search input {width:240px}
}
@media only screen and (max-width: 1024px) {	
.navbar-header li {line-height:140px}
.slogan {font-size:22px}
.navbar-header li img {
    width: 160px;
}
.Logo {
    width: 100px !important;
    margin: 20px 0 0 20px;
}
}
@media only screen and (min-width: 760px) {
header.smaller .navbar-default {
    background:rgb(0, 0, 0);
}
header.smaller .navbar-default .navbar-nav>li>a {
    color:#fff;
}
.selectLang .dropdown-menu li {
    display: inline-block;
    float: left;	 
}		
}