﻿
@import url('global.css');
body {
    color: #000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*background: #e7e6de url("/images/bg2.jpg");*/
    background-size: 100% auto;
    background-attachment: fixed;
    background: rgb(207, 207, 207);
    background: -moz-linear-gradient(90deg, rgb(207, 207, 207) 0%, rgb(0, 163, 211) 100%);
    background: -webkit-linear-gradient(90deg, rgb(207, 207, 207) 0%, rgb(0, 163, 211) 100%);
    background: -o-linear-gradient(90deg, rgb(207, 207, 207) 0%, rgb(0, 163, 211) 100%);
    background: -ms-linear-gradient(90deg, rgb(207, 207, 207) 0%, rgb(0, 163, 211) 100%);
    background: linear-gradient(180deg, rgb(207, 207, 207) 0%, rgb(0, 163, 211) 100%);
}

.ustkategorimenu {
    background-color:#00556e;
    width:100%;
    height:40px;
    display:table;
    float:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;*/
}
.topmenu {
    height:30px;
    background-color:#d1d1d1;
-webkit-box-shadow: 0px 1px 5px 0px rgba(152, 152, 152, 0.75);
-moz-box-shadow:    0px 1px 5px 0px rgba(152, 152, 152, 0.75);
box-shadow:         0px 1px 5px 0px rgba(152, 152, 152, 0.75);
}
.ustleft {
              float:left;
}
    .ustleft ul {
        list-style:none;
        padding:0;
        float:left;
        margin:0;
    }
        .ustleft ul li {
            float:left;
             padding:7px 22px;
        }
          .ustleft ul li a{
              color:#444;
          }
            .ustleft ul li a:hover{
                color:rgb(0, 163, 211)
          }
            .ustleft ul li ul li {
                padding:5px;
            }

 .ustright {
              float:right;
}
    .ustright ul {
        list-style:none;
        padding:0;
        float:right;
        margin:0;
    }
        .ustright ul li {
            float:left;
             padding:7px 0px 7px 22px;
             min-width:100px;
        }
          .ustright ul li a{
              color:#444;
              text-decoration:none
          }
          .ustright ul li a:hover{
            color:#fff
          }
          .arama
          {
              margin-top: 12px;
          }
            .arama input {
                width:360px;
           margin-left:135px;
           height:30px;
            }
            .bottommenu{
            background-color: #00556e;
            width: 100%;    
            display: table;
            float: left;
            height: 40px;
            }
.ok {
  background:url(../images/arrow.png) no-repeat center left;
}
.uyegiris {
  background:url(../images/uyegiris.png) no-repeat left;
 
}
.uyeol {
  background:url(../images/uyeol.png) no-repeat left;
}
.radiusnone {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ustKategori {
    float: left;
    padding: 5px 16px 5px 16px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border-right: 1px dotted #fff;
}

    .ustKategori:last-child {
        border-right: 0 !important;
    }

    .ustKategori a {
        color: #fff;
        text-decoration: none;
    }

    .ustKategori:hover {
        background-color: #00a3d3;
    }

.anasayfaust2 {
    height: 350px;
    width: 100%;
    background-color: #f0f0f0;
    display: inline-table;
}

.anasayfaust2image {
    background-image: url('/images/kerblMedia0887201.JPG');
    background-size: 100% auto;
    height: 250px !important;
}

.altkutu {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .altkutu:hover {
        background-color: #00a3d3;
    }

.altKategori {
    float: left;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 35px;
    text-align: left;
}

.altkutuimg {
    width: 100%;
    height: 200px;
    /*background-size: 100% auto;*/
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    background-color: #f0f0f0;
}

    .altkutuimg:hover {
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        filter: gray;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    }

.right {
    float: right;
}

.adrenalin {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

#icerik {
    min-height: 500px;
    background-color: #f0f0f0 !important;
    border: 2px solid #bcbcbc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    display: inline-table;
    width:100%;
}


.icerikTitle {
    color: #00556e;
}

.icerikContent {
}

.urunkutu {
    background-color: #f0f0f0 !important;
    border: 2px solid #bcbcbc;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 250px;
}

@media (min-width: 1024px) {
    .col-lg-12 {
        max-width: 1366px;
    }
}
.banner-mat{
	background: url(../images/back.jpg)no-repeat center;
	width: 100%;
	min-height: 350px;
	display: block;
	background-size: cover;
}
.banner-bottom{
	background:#00a3d3;
	padding:1.2em 1.2em;
	border-bottom:7px solid #00a3d3;
}
.banner-matter{
	float:right;	
}
.banner-matter p{
	font-size:1em;
	color:#fff;
	float:left;
	padding: 0.7em 1em 0 0;
}
.banner {
  padding: 0em 0em 1em 0em;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: 350px;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border-radius:50px;
	border:3px solid #fff;
}
.callbacks_here a:after{
	background:#FFF;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -11%;
	z-index: 999;
	left: 9%;
}
.siparisimg {
    margin-bottom:20px;
}
.kutu {
    background-color:#fff;
    width:100%;
  float:left;
  text-align:center;
  padding:10px;
}
.kutu:hover{
     background-color: #00a3d3;

}
.kutu a:hover{
    color:#fff;
    text-decoration:none;
}
.kutubaslik {
    font-size:18px;
    font-weight:bold;
    color:#000
}

.kutured {
    font-size:18px;
    font-weight:bold;
    color:#000
}

 
.line {
    text-align:center;
}
.line img
{   width:5px;
    height:235px;
}