/* EDİTLEDİĞİMİZ CSS BAŞLANGIÇ */

.iletisimBilgileri strong {
	width:62px;
	display:inline-block;
}
.iletisimBilgileri span {
    float: right;
}

.solTemizle {
	clear:right;
}

.query_rule {color:#000;}

.bilgiler {
    padding-top: 12px;
    font-size: 12px;
    margin-left: 10px;
}

.details.fixclear {
  margin-bottom: 30px;
  min-height: 105px !important;
}

.boslukPadding {
	width:100%; padding:30px 0;
}

.MarginBottom0 {
	margin-bottom: 0px!important;
}

.Margin0 {
	margin:0px!important;
}

.with100yuz {
	width:100%;
}

@media only screen 
and (min-width : 1024px)  {
.team_member {
    min-height: 420px;
}
}


[class*="span"] {
    margin-left: 20px !important;
}


.newsListP {
  height: 210px!important;
}

.newsListDiv .product-list-item .image {
  min-height: 194px!important;
  line-height: 194px!important;
}

.newsListDiv {
    height: 455px!important;
}



@media only screen 
and (max-width : 1200px)  {
.newsListP {
  height: 240px!important;
}

.newsListDiv {
  width: 292px!important;
}

.newsListDiv .product-list-item .image {
  min-height: 151px!important;
  line-height: 151px!important;
}
.newsListDiv {
    height: 445px!important;
}
}



@media only screen 
and (max-width : 979px)  {
.newsListDiv {
  width: 330px!important;
}
.newsListDiv {
    height: 465px!important;
}
}


.mobildeGoster {
  display: none;
}


@media only screen 
and (max-width : 767px)  {
[class*="span"] {
    margin-left: 0px!important;
}
.newsListDiv {
    width: 370px!important;
    margin: 0 auto!important;
}
.newsListDiv {
    height: 485px!important;
}
.mobilMargin0 {
  margin: 0!important;
}

.mobildeGizle {
  display: none;
}

.mobildeGoster {
  display: block;
}

#page_header {
    min-height: 120px!important;
}

#page_header .container {
    padding-top: 0px!important;
}

}



@media only screen 
and (max-width : 767px)  {

.newsListDiv {
    width: 100%!important;
    margin: 0 auto!important;
}

}


.newsIcon {
    text-align: center;
}

.newsIcon img {
    padding-bottom: 5px;
    cursor: pointer;
}

.newsIcon span {
  cursor: pointer;
}

.mobile-menu {
  display: none!important;
}




@media only screen and (max-width : 767px)  {
h1#logo {
    width: 100%;
    text-align: center;
}
header.style2 #logo a {
    padding-top: 30px!important;
    padding-bottom: 0px;
}
.mobile-menu {
  display: inline!important;
}
.ustPanel ul:nth-child(2) {
    float: right;
    margin: 0 25px 5px 0!important
}
.ustPanel ul:nth-child(1) {
    float: none!important;
    color: #fff;
}
.ustPanel ul:nth-child(1) a {
    display: none;
}
.ustPanel ul:nth-child(1) {
    float: none!important;
}
.topnav.navRight {
    margin-right: 28px!important;
}
}


.mobile-menu {
  display:block;
  width:100%;
background: #8aa8bd/*e0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/;
line-height: 1.6em;
font-weight: 400;
width:100%;
text-align:center;
  position: relative;
  margin:0 auto;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
  list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:100%;
  position: absolute;
  background: #acacac;
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
  display:inline-block;
  /*float: left;
  margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
  display:block;
  min-width:140px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform:uppercase;
  background: #58585a;
  text-decoration: none;
  padding: 10px 0;  
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
    background-color: #838383;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    line-height: 20px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
  color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
  display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
  display: block;
  float: none;
}



/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
  text-decoration: none;
  color: #fff;
  background: #9e1b30;
  text-align: center;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 0!important;
}


/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}


.hamburgericon {
    width: 20px;
    float: right;
    margin-right: 10px;
    margin-top: -1px;
}

/*Responsive Styles*/

@media screen and (max-width : 800px){
  .mobile-menu .lines {
    border-bottom: 15px double #f8f8f8; 
    border-top: 5px solid #f8f8f8; 
    content:"";
    height: 5px; 
    width:20px;
    padding-right:15px;
  float: right;
}
  /*Make dropdown links appear inline*/
  .mobile-menu ul {
    position: static;
    display: none;
  }
  /*Create vertical spacing*/
  .mobile-menu li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  .mobile-menu ul li, .mobile-menu li a {
    width: 100%;
  }
  /*Display 'show menu' link*/
  .mobile-menu .show-menu {
    display:block;
  }
}

.mobilSubMenu span {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 40px;
    color: #fff;
    line-height: 35px;
}

.sfHover ul {
    display: inline!important;
    visibility: visible!important;
}


.practiceMobilToggle {
    -webkit-animation: mymove infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation: mymove infinite;
    animation-duration: 3s;
}

#printableArea br {
    display: none!important;
}

#printableArea br {
    display: none!important;
}

#printableArea p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* EDİTLEDİĞİMİZ CSS BİTİŞ */



