/*Tüm Kategoriler*/
 /*.all-category .container {
	 background: url(/Content/NewDesign/assets/img/backgrounds/b2.png) no-repeat;
	 background-size: 110%;
	 background-position: 0 -17vw;
}*/
/*Kategori içerisindeki sorular*/
 .category .top-content {
	 background: #291e1c;
}
 .category .container {
	 background: url(/Content/NewDesign/assets/img/backgrounds/b3.png) no-repeat;
	 background-size: 100%;
	 background-position: 0 -7vw;
}
 .category-questions {
	 float: left;
	 width: 100%;
	 position: relative;
	 padding: 1.56vw 7.29vw;
	 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(41, 30, 28, 1) 50%);
	/* FF3.6-15 */
	 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(41, 30, 28, 1) 50%);
	/* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(41, 30, 28, 1) 50%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#291e1c',GradientType=0);
	/* IE6-9 */
	 background-size: 100%;
	 background-position: center;
	 background-repeat: no-repeat;
}
 .category-questions .category-head {
	 float: left;
	 position: relative;
	 width: 100%;
	 text-align: center;
	 color: #fff;
	 padding-bottom: 2.5vw;
	 margin-bottom: 2vw;
	 border-bottom: 1px solid #928c8b;
}
 .category-questions .category-head h1 {
	 font-family: 'Gotham-Bold';
	 padding-bottom: 1.98vw;
	 font-size: 1.88vw;
	 letter-spacing: 1px;
}
 .category-questions .category-head span {
	 position: relative;
	 display: block;
	 font-family: 'Gotham-Bold';
	 font-size: 0.73vw;
	 margin-bottom: 1.98vw;
}
 .category-questions .category-head span:before {
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 50%;
	 transform: translateY(-50%);
	 width: 42%;
	 height: 1px;
	 background: #928c8b;
}
 .category-questions .category-head span:after {
	 content: "";
	 position: absolute;
	 right: 0;
	 top: 50%;
	 transform: translateY(-50%);
	 width: 42%;
	 height: 1px;
	 background: #928c8b;
}
 .category-questions .category-head p {
	 width: 60%;
	 margin: 0 auto;
	 font-size: 0.83vw;
	 font-family: 'Gotham-Book';
	 line-height: 1.4;
}
 .category-questions .all-questions {
	 float: left;
	 width: 100%;
	 position: relative;
}
 .category-questions .all-questions .questions-content {
	 margin-right: 0;
	 width: 100%;
}
 .category-questions .all-questions .questions-content .question-box li {
	width: calc(93.5% / 6);
	 margin-right: 0.82%;
	 /*display: none;*/
}
 .category-questions .all-questions .questions-content .question-box li:nth-child(3n) {
	 margin-right: 3.13%;
}
 .category-questions .all-questions .questions-content .question-box li:nth-child(6n) {
	 margin-right: 0vw;
}
 .category-content {
	 float: left;
	 position: relative;
	 width: 100%;
}
 .category-content h2 {
	 font-size: 1.88vw;
	 font-family: 'Gotham-Bold';
	 color: #fff;
	 text-align: center;
}
 .category-content ul {
	 padding-top: 4.58vw;
}
 .category-content ul li {
	 display: none;
	 width: 26.79vw;
	 min-height: 22.67vw;
	 float: left;
	 margin: 0 1.8vw 2.08vw 0;
	 border: 0.16vw solid #e71e00;
}
 .category-content ul li a {
	 min-height: 22.67vw;
	 display: block;
	 padding: 2.08vw;
	 transition: ease all 0.5s;
}
 .category-content ul li a .category-boxs {
	 display: block;
	 position: relative;
	 float: left;
	 width: 100%;
}
 .category-content ul li a .category-boxs h4 {
	 position: relative;
	 width: 75%;
	 font-family: 'Gotham-Bold';
	 color: #fff;
	 font-size: 1.25vw;
	 padding-bottom: 2.08vw;
	 line-height: 1.3;
}
 .category-content ul li a .category-boxs h4:after {
	 content: "";
	 position: absolute;
	 left: 0;
	 bottom: 0.9vw;
	 width: 10px;
	 height: 2px;
	 background: #fff;
}
 .category-content ul li a .category-boxs .questions-number {
	 position: absolute;
	 top: -0.2vw;
	 right: 0;
	 padding: 0.63vw 0.7vw;
	 text-align: center;
	 background: #e71e00;
}
 .category-content ul li a .category-boxs .questions-number p {
	 font-family: 'Gotham-Medium';
	 font-size: 0.52vw;
	 letter-spacing: 0.7px;
}
 .category-content ul li a .category-boxs .category-detail {
	 float: left;
	 position: relative;
	 width: 100%;
}
 .category-content ul li a .category-boxs .category-detail p {
	 font-family: 'Gotham-Book';
	 font-size: 1.1vw;
	 line-height: 1.6;
}
 .category-content ul li a:hover {
	 background: #e71e00;
}
 .category-content ul li:nth-child(3n) {
	 margin-right: 0;
}
/*Responsive*/
 @media only screen and (max-width: 1540px) {
   .category-questions .all-questions .questions-content .question-box li {
    width: 12.95vw;
  }
 }

 @media only screen and (max-width: 1440px) {
	 .category-content ul li {
		 margin: 0 1.8vw 2.08vw 0;
	}
	 .category-questions .all-questions .questions-content .question-box li:nth-child(3n) {
		 margin-right: 2.55vw;
	}
	 .category-questions .all-questions .questions-content .question-box li:nth-child(6n) {
		 margin-right: 0vw !important;
	}
}
 @media only screen and (max-width: 1200px) {
	 .category-questions .all-questions .questions-content .question-box li:nth-child(3n) {
		 margin-right: 2vw;
	}
}
 @media only screen and (max-width: 1080px) {
	 .category .questions-content, .answer .questions-content {
		 padding: 4vw 0;
	}
	 .category .news-content, .answer .news-content {
		 padding: 5vw 0 0;
	}
	 .category .container {
		 background: url(/Content/NewDesign/assets/img/backgrounds/b3.png) no-repeat;
		 background-size: 170%;
		 background-position: -35vw -10vw;
	}
	 .all-category .container {
		 background: url(/Content/NewDesign/assets/img/backgrounds/b2.png) no-repeat;
		 background-size: 140%;
		 background-position: -20vw -10vw;
	}
	 .category .question-box li:before {
		 content: "";
		 position: absolute;
		 right: 5.24vw;
		 bottom: 5.24vw;
		 background: url(/Content/NewDesign/assets/img/icons/social-mobile.png) no-repeat;
		 background-size: 100%;
		 width: 4.35vw;
		 height: 2.96vw;
	}
	 .category-questions {
		 float: left;
		 width: 100%;
		 position: relative;
		 padding: 2vw 2.78vw;
		 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(41, 30, 28, 1) 10%);
		/* FF3.6-15 */
		 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(41, 30, 28, 1) 10%);
		/* Chrome10-25,Safari5.1-6 */
		 background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(41, 30, 28, 1) 10%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#291e1c',GradientType=0);
		/* IE6-9 */
		 background-size: 100%;
		 background-position: center;
		 background-repeat: no-repeat;
	}
	 .category-questions .category-head {
		 padding-bottom: 5.56vw;
		 margin-bottom: 5.56vw;
	}
	 .category-questions .category-head h1 {
		 font-family: 'Gotham-Bold';
		 padding-bottom: 7.22vw;
		 font-size: 4.44vw;
		 letter-spacing: 1px;
	}
	 .category-questions .category-head span {
		 font-size: 1.94vw;
		 margin-bottom: 5.37vw;
	}
	 .category-questions .category-head span:before {
		 content: "";
		 position: absolute;
		 left: 0;
		 top: 50%;
		 transform: translateY(-50%);
		 width: 30%;
		 height: 1px;
		 background: #928c8b;
	}
	 .category-questions .category-head span:after {
		 content: "";
		 position: absolute;
		 right: 0;
		 top: 50%;
		 transform: translateY(-50%);
		 width: 30%;
		 height: 1px;
		 background: #928c8b;
	}
	 .category-questions .category-head p {
		 width: 100%;
		 font-size: 3.33vw;
	}
	 .category-questions .all-questions .questions-content .question-box li {
		 width: 48.5%;
		 margin-right: 2.78vw !important;
		 margin-bottom: 2.78vw;
	}
	 .category-questions .all-questions .questions-content .question-box li:nth-child(2n) {
		 margin-right: 0 !important;
	}
	 .category-content {
		 float: left;
		 position: relative;
		 width: 100%;
	}
	 .category-content h2 {
		 font-size: 4.8vw;
	}
	 .category-content ul {
		 padding: 7.13vw 2.78vw 0 2.78vw;
	}
	 .category-content ul li {
		 display: none;
		 width: 100%;
		 min-height: 63vw;
		 float: left;
		 margin: 0 0 3.43vw 0;
		 border: 0.56vw solid #e71e00;
	}
	 .category-content ul li a {
		 float: left;
		 min-height: 63vw;
		 padding: 6vw;
	}
	 .category-content ul li a .category-boxs {
		 width: 100%;
	}
	 .category-content ul li a .category-boxs h4 {
		 width: 75%;
		 font-size: 4.44vw;
		 padding-bottom: 7.41vw;
	}
	 .category-content ul li a .category-boxs h4:after {
		 bottom: 3.52vw;
		 width: 3.06vw;
		 height: 0.28vw;
	}
	 .category-content ul li a .category-boxs .questions-number {
		 top: 0vw;
		 padding: 2.13vw 2.78vw;
	}
	 .category-content ul li a .category-boxs .questions-number p {
		 font-size: 1.94vw;
		 letter-spacing: 0.7px;
	}
	 .category-content ul li a .category-boxs .category-detail p {
		 font-size: 3.33vw;
	}
	 .category-content ul li a:hover {
		 background: #e71e00;
	}
	 .category-content ul li:nth-child(3n) {
		 margin-right: 0;
	}
	 .all-category .top-content {
		 padding-bottom: 8vw;
	}
}
