.slide {
    margin: 0;
    padding: 0;
}
a.readmore {
    margin: 5px 0 15px 0;
    display: block;
    background-color: #dee8f1;
    color: #ed1c24;
    padding: 5px;
}
a:focus, a:hover  {
  text-decoration:none;
}
p{text-align:justify;}

/*menu*/
div#menu {
    background-color: #1fb461;
}
.logo {
    padding: 15px;
}
.logo a {
    color: #fff;
}
footer {
    background-color: #1fb461;
    padding: 10px 0;
    color: #fff;
}
footer a {
    color: black;
}

/* div#gruemenu.gruefixed {background-color: #e8e8e8;} */
div#gruemenu ul {
    left: 2%;
}
#gruemenu > ul {
    box-shadow: none!important;
}
#gruemenu > ul > li > a {
 	border-right: none!important;
}
/* Price */
td.sat {
  	height: 60px;
    border-radius: 0px 0px 5px 5px;
    background: #404041;
}
.table button.btn {
    font-weight: bold;
    width: 200px;
    margin-top: 5px;
}
td.price-top {
    border-radius: 5px 5px 0 0;
    background: #404041;
    color: #fff;
    font-size: 30px;
    border: 0px!important;
    height: 60px;
}
.fiyat h2 {
    margin-top: 10px;
    font-weight: bold!important;
}
.S .fiyat, .btn-s {
    background: #0e76bc;
}
.M .fiyat, .btn-m {
    background: #f5ee31;
}
.L .fiyat, .btn-l {
    background: #f7941e;
}
.XL .fiyat, .btn-xl {
    background: #c2b59b;
}
a.btn:hover {
    transition: all 0.5s ease-out;
    background: #d23770;
    /* -webkit-transition: color 5s ease-in; */
    transform: scale(1.1);
    color: #fff;
}
a.btn {
    color: #fff!important;
}
.super {
    position: absolute;
    top: 20px;
    overflow: hidden;
    height: 137px;
    width: 142px;
    text-align: center;
    z-index: 0;
    left: 15px;
}
.super p {
    font-size: 14px;
    color: #fff;
    background: #27e1b8;
    text-transform: uppercase;
    padding: 10px;
    width: 281px;
    text-align: center;
    display: block;
    position: absolute;
    left: -88px;
    top: 22px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-40deg);
    box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}
/*Article-info*/
dl.article-info.muted dd {
    float: left;
    margin: 10px 10px 10px 0px;
}
dl.article-info.muted {
    display: inline-block;
}
.page-header a, a.btn {
    color: #bf1e2e;
}
.readmore a.btn {
  color:#bfbb16!important;
}
/*pagination*/
.pagination ul li a, .pagination ul li
 span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #bf1e2e;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination ul li {
    display: inline;
}
.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination ul li a:focus, .pagination ul li a:hover, .pagination ul li span:focus, .pagination ul li span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*inContent-resim*/
.content-resim>div {
    width: 100%;
}
/*rastgeleResim */
.random-image {
  	margin:0;
    padding:0;  
}
.random-image img {
    width: 100%;
    height: 100%;
}
.control-label {
    text-align: left!important;
}
.control-group {
    margin: 10px 0;
}
.alert.alert-error div {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert.alert-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
input, textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}