@charset "utf-8";
body{margin: 0px; padding: 0px;font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
a {text-decoration: none; color: black;}
.kitap {
	width: 205px;
	border-style: solid;
	border-width: thin;
	border-color: lightgrey;
	border-radius: 3px;
	display: inline-block;
	margin: 3px;
	padding: 3px;
	text-align: center
}
.kitap div {
	margin-top: 15px;
	font-size: 13px;
	color: darkslategray;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#sepeac {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
	z-index: 97;
}
#sepeac2{padding:9px; background-color:#FFF; left:15%; top: 25%; width:70%; height:50%; position:fixed; z-index:98;}
#sepeac2 div {text-align: center;}
#sepeteklen{ width: 20%}

.form-wrapper input {background: #F5F5F5;border: none;float: left;font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';height: 35px;padding: 0.5em 0.5em; margin-top: 15px; width: 100%;}
.form-wrapper input::-webkit-input-placeholder {color: #999;font-style: italic;font-weight: normal;}
.form-wrapper button {background: #d83c3c;border: none;color: #fff;cursor: pointer;float: right;font: bold 10px/20px 'lucida sans', 'trebuchet MS', 'Tahoma';height: 50px; margin-top: 15px; overflow: visible;padding: 0;position: relative;text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);text-transform: uppercase;width: 80px;}
.form-wrapper button:hover{background: #e54040;}
.form-wrapper button:active,.form-wrapper button:focus{background: #c42f2f;outline: 0;}
.form-wrapper button:before {content: '';border-color: transparent #d83c3c transparent;border-style: solid solid solid none;    border-width: 8px 8px 8px 0;left: -6px;position: absolute;top: 17px;}

.swiper-container2 {width: 100%;}
.swiper-slide {
	background-position: center;
	background-size:cover;
	width: 140px;
	height: 200px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	
}
.swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
	
#menu{
	width: 100%; height: 51px; background-color:cadetblue; float: left; text-align: center; margin-bottom: 20px;
}
#menu span {
	display: inline-block; padding: 18px; font-size: 13px; font-weight: bold; border-right-style:solid; border-color: beige;
}
#menu span a {
	color: white;
}
#menu span:hover {
	background-color: navy;
}
#ustsol{
    float: left;
    clear:both;
    width: 7em;
}
#ustorta
{
    margin: 0 22.5em 0 9em;
    font:Arial, Helvetica, sans-serif;
}
#ustsag
{
    float: right;
	display: table;
    width: 15em;
	padding: 15px 15px 0px 15px;
	height: 60px;
}
.usic
{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#ustorta2
{
    float: right;
    width: 5em;
}
#ust2 {
	display: none;
}
#sliderk {
	width: 40%;
	float: left;
	height: 200px;"
}
#sliderb {
	width: 60%;
	float: left;
	height: 200px;"
}
#myLinks {
	display: none; background-color: royalblue;
}
#myLinks div {
	width: 100%;
	height: 30px;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: darkgray;
	font-size: 14px;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 15px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.buton {
	background-color:sandybrown;
	padding: 9px;
	margin: 2px;
	border-radius: 5px;
}
.buton a {font-weight: bold; font-size: 13px;}
#myLinks div a {
	text-decoration: none; color: white;
}
#alt {
	 background-color: cadetblue; height: 60px; text-align: center; padding-top: 8px; 
}
#alt div{
	display: inline-block;
	vertical-align: middle;
	padding-right: 19px;
}
#alt div a{
	color: white; font-weight: bold; font-size: 13px;
}

@media only screen and (max-width: 800px) {
	.kitap {width: 44%;}
	#ust{display: none;}
	#ust2{display:block; height: 126px; background-image: url("../img/arka.png");}
	#ust2 div div{width: 18%; display: inline-block}
	#sliderk{display: none;}
	#sliderb{width: 100%;}
	#sepeteklen{ width: 55%}
	#alt{height: 120px}
}