/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoglu
| URL: https://www.dortbilisim.com
| Create Date: 17.11.2018
| Last Update: 04.10.2019
| File: content.css
*/

.content {
	background-color: #f8f8f8;
	padding: 0 0 20px 0;
}

/* Content Header Start */

.content-header {
	padding: 50px 0;
	position: relative;
}

.content-header .container {
	position: relative;
	z-index: 1;
}

.content-header h1, .content-header h2, .content-header h3 {
	position: relative;
	color: #fff;
	font-family: 'Oswald', cursive;
	font-size: 2.2em;
	font-weight: 100;
	margin: 10px 0 25px 0;
}

.content-header img {
	background-color: #fff;
	position: absolute;
	padding: 10px;
	height: 130px;
	border-radius: 4px;
	top: -20px;
	right: 50px;
}

.content-desc-header {
	margin-bottom: 30px;
}

.content-desc-header > div {
	background-color: #fff;
    text-align: center;
    position: relative;
    padding: 40px 0;
    z-index: 2;
}

.content-desc-header:after {
	content: "";
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	margin: -25px 5% 0 5%;
	border-radius: 100%;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,0.05);
}

.content-desc-header > div > h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.5em;
	font-weight: 300;
}

.content-desc-header > div > p {
	font-size: 1.1em;
	display: block;
	color: #777;
	margin: 50px 0 0 0;
	letter-spacing: 0.03em;
}

/* Content Header End */

/* Model Page Start */

.model-default {
    width: 1008px;
    height: 565px;
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
    font-weight: 100;
    text-align: center;
    padding-top: 22%;
    color: #777;
}

.model-label-default {
	font-size: 0.85em;
	color: #777;
	text-align: center;
}

.model-label-default:before {
	content: "\f05a";
	font-family: Font Awesome\ 5 Pro;
	font-weight: 600;
}

/* Model Page End */

/* Brand Filter Start */

.brand-filter .field {
	background-color: #fff;
    width: 96px;
    float: left;
    padding: 2px 8px;
    margin: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}

.brand-filter .field input {
	display: none;
}

.brand-filter .field input ~ img {
	filter: grayscale(1);
	opacity: .6;
    cursor: pointer;
}

.brand-filter .field input:checked ~ img {
	filter: none;
	opacity: 1;
}

/* Brand Filter End */

/* Model Filter Start */

.model-filter .scroll {
    max-height: 500px;
    bottom: -5px;
}

.model-filter:before {
	background-color: #fff;
	content:"";
	position: absolute;
	display: block;
	box-shadow: 0 -3px 30px 2px rgba(0,0,0,0.7);
	width: 100%;
	height: 0;
	bottom: 0;
	z-index: 1;
}

.model-filter .field {
	width: 30%;
	float: left;
	margin: 0 1.5%;
}

.model-filter .field input {
	display: none;
}

.model-filter .field input ~ img {
    background-color: #fff;
    border: 5px solid #ddd;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    transition: .3s all ease;
}

.model-filter .field input:checked ~ img {
	transition: .3s all ease;
}

.model-filter .field input ~ span {
	background-color: #fff;
	display: block;
	width: 98%;
	margin: 0 1%;
	font-weight: 100;
	font-size: 0.7em;
	color: #777;
	text-align: center;
	position: relative;
	top: -15px;
	padding: 3px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-radius: 10px;
}

.model-filter .field input:checked ~ span {
	background-color: #fff;
	color: #222;
}

.model-filter .field input ~ span i {
    display: none;
}

/* Model Filter End */

/* Header Filter Start */

#UrunKategoriFiltre > input { display: none }

/* Header Filter End */

/* Products List Start */

.products-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.products-list > article {
    padding: 10px;
}

.product-body {
	background-color: #fff;
	border: 2px solid #eee;
	transition: .5s all ease;
	padding: 25px;
}

.product-body:hover {
	box-shadow: 0 5px 50px rgba(0,0,0,0.2);
	border: 2px solid #fff;
	position: relative;
	z-index: 2;
	transition: .5s all ease;
}

.product-body > img {
	width: 100%;
	margin: 0 0 15px 0;
}

.product-body > h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.product-body > h3 a {
	color: #777;
}

.product-calc {
	margin: 50px 0 30px 0;
}

.product-calc > h4 {
	margin: 0 0 10px 25px;
	padding: 0;
	line-height: 2em;
}

.product-calc > .form-group {
	background-color: #fff;
	border: 5px solid #eee;
	
	padding: 15px;
	border-radius: 10px;
}

.product-unit-value {
	padding: 15px 15px 5px 15px;
	font-weight: 600;
}

.product-total {
	background-color: #eee;
	padding: 15px;
}

.product-total > p {
	display: inline-block;
	margin: 0;
}

/* Products List End */

/* Product Wide Start */

.product-wide {
    margin: 50px 0;
}

.product-wide-body {
	padding: 25px;	
}

.product-wide-details {
    width: 50%;
}

.product-wide-details > h3 {
	font-size: 3em;
	font-weight: 300;
}

.product-wide-details > h3 a {
	color: #222;
}

.product-wide-details > div {
	margin-top: 50px;
	font-size: 1.2em;
	line-height: 2em;
}

.product-wide-details > a {
	margin: 50px 0 0 0;
}

.product-wide .product-wide-details {
	float: left;
	text-align: left;
	padding: 30px 15px;
}

.product-wide:nth-child(odd) .product-wide-details {
	float: right;
	text-align: right;
}

.product-wide-picture {
	position: relative;
    width: 50%;
    overflow: hidden;
}

.product-wide-picture:before, .product-wide-picture:after {
	content: "";
	background-color: #f5f5f5;
	position: absolute;
	width: 50%;
	height: 50%;
}

.product-wide .product-wide-picture:before {
	top: 0;
	left: 0;
}

.product-wide .product-wide-picture:after {
	bottom: 0;
	right: 0;
}

.product-wide-picture > a {
	position: relative;
	display: block;
	width: 94%;
	margin: 3%;
	z-index: 2;
}

.product-wide-picture img {
	width: 100%;
	border: 10px solid #fff;
}

.product-wide .product-wide-picture {
	float: right;
	text-align: right;
}

.product-wide:nth-child(odd) .product-wide-picture {
	float: left;
	text-align: left;
}

/* Product Wide End */

.catalog-box {
    margin: 50px 0;
}

.catalog-box li {
    width: 32%;
    margin: 15px 0.5%;
}

.catalog-box .cat-details {
	text-align: center;
	font-size: 1.6em;
}

.catalog-box .cat-details > div:nth-child(2) {
	font-size: 2em;
	margin: 15px 0 0 0;
}

.catalog-box li:hover .cat-details {
	margin: 25px 0 0 0;
	padding: 0;
}

/* Product End */

/* Fancybox and Modal Plugin Start */

.FancyPopup {
    display: none;
}

.modal-dialog {
	margin: 3% auto !important;
}

.modal-header {
	padding: 20px 30px !important;
}

.modal-body {
    padding: 20px 40px;
}

#teklifForm {
    width: 800px;
}

#bodyPopup {
    width: 1000px;
}

.content-box .btn-link {
    display: inline-block !important;
    float: right !important;
    margin: 5px 0 0 0;
    padding: 1px 0;
    text-decoration: none;
    color: #8a8a8a;
    border-bottom: 2px dotted #afafaf;
}

.modal-content {
	box-shadow: 0 2px 25px rgba(0,0,0,0.2);
	border-radius: 0;
}

/* Fancybox and Modal Plugin End */

.content-reserv-info {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	font-size: 1em;
	color: #48b4d4;
	cursor: pointer;
	border-bottom: 1px dotted #dfdfdf;
}

.content-reserv-info .fa {
	font-size: 1.4em;
}

.content-reserv-info > em {
    font-style: normal;
}

/* Content Slider Start */

.content-slider {
    width: 100%;
    margin: 20px 0;
}

.content-slider-item {
	padding: 0;
}

.content-slider-item a {
    display: block;
    width: 100%;
}

.content-slider-item a img {
	width: 100%;
}

.content-slider-thumbnails {
	padding: 0;
}

.content-slider-thumbnails ul {
    margin: 0;
    padding: 0;
}

.content-slider-thumbnails li {
	list-style: none;
	margin: 15px;
}

.content-slider-thumbnails li:first-child {
	margin: 0 15px 15px 15px;
}

.content-slider-thumbnails li:last-child {
	margin: 15px 15px 0 15px;
}

.content-slider-thumbnails img {
	width: 100%;
}

.scroll-thumbs {
	padding: 0 0 15px 0;
    max-height: 720px;
}

/* Content Slider End */

/* Content Details Start */

.content-details {
	position: relative;

    margin: 0;
}

.content-details > h2 {
	font-size: 2em;
	padding-left: 10px;
	margin: 25px 0 25px -15px;
}

.content-details > .clear {
	margin-left: -15px;
}

.content-box {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin: 20px 0;
    padding: 12px;
}

.content-box > h3 {
	background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    margin: -5px -5px 20px -5px;
    padding: 20px 30px;
    font-size: 1.2em;
}

.content-box > p {
	margin: 5px 20px;
}

.content-features {
    margin: 15px 0;
}

.content-features > ul li {
    list-style: none;
    margin: 6px;
    float: left;
}

.content-features > ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.content-features > ul li a:focus {
	border: 2px solid #e3e402;
}

.content-box button {
	margin: 5px;
}

.content-box button {
	margin: 5px;
}

/* Content Info Start */


.content-info ul {
    margin: 0;
    padding: 0;
}

.content-info > ul li {
    list-style: none;
    padding: 15px 20px;
}

.content-info ul span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}

/* Content Info End */

/* Content Text Start */

.content-text {
    line-height: 1.8em;
}

/* Content Text End */

.bodysize-picture img {
	width: 100%;
}

.content-brand-catalog > a {
	background-color: #fafafa;
	color: #555;
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0 12px;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.content-brand-catalog > a:hover,
.content-brand-catalog > a:focus {
	background-color: #fff;
}

.content-brand-catalog > a > i {
	font-size: 2em;
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	text-align: center;
	color: #d81e1e;
}

.content-brand-catalog > a > span {
	display: block;
	float: left;
    font-size: 0.85em;
    margin: 15px 0 0 0;
}

.content-brand-catalog > a > em {
	display: block;
	position: absolute;
	font-style: normal;
	font-size: 0.8em;
	color: #ccc;
	bottom: 5px;
	right: 5px;
}

.content-brand-catalog > div {
	margin: 20px 10px 0 0;
	text-align: right;
}

.content-brand-catalog > div > a {
	color: #999;
	font-size: 0.9em;
	padding: 4px 0;
	border-bottom: 1px dashed #ccc;
}

.content-brand-catalog > div > a:hover {
	color: #ffaf41;
}

/* Sidebar Start */

#sidemenu {
	margin-top: 60px;
}

.sideblock {
	background-color: #eee;
    margin: 0 0 20px 0;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.sideblock > strong {
	border-bottom: 1px dashed #eee;
	color: #555;
    display: block;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: 100;
}

.sideblock input:checked ~ label {
    font-weight: bold;
}

.scroll {
	position: relative;
	clear: both;
}

/* Cart Start */

.product-shop-box {
    position: relative;
    padding: 20px;
}

.product-cart > div, .product-cart:hover > div {
    cursor: pointer;
    transition: .5s all ease;
}

.product-cart-box {
	background-color: #fff;
	width: 75px;
	height: 75px;
	padding: 15px 10px;
	float: right;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-radius: 100%;
}

.product-box-window-close {
	background-color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 3px 12px;
    cursor: pointer;
    font-size: 1.5em;
    z-index: 2;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.product-box-window-close:hover {
	background-color: #f5f5f5;
}

.product-cart-info {
	background-color: #fff;
	position: absolute;
	width: 80%;
	left: 0;
	margin-top: 20px;
	padding: 10px;
	font-size: 0.9em;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.product-cart:hover > div, .shop-cart-open .product-cart > div {
	background-color: #fafafa;
}

.product-cart-box > i {
	font-size: 3em;
}

.product-cart-box > span {
	background-color: #ffa600;
	color: #fff;
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 0 0 -15px;
	border-radius: 100%;
	font-size: 1em;
	text-align: center;
	line-height: 1.7em;
}

.product-box-window {
	background-color: #fff;
	position: fixed;
	width: 60%;
	height: 760px;
	padding: 25px;
	top: -100%;
	left: 20%; right: 20%;
	box-shadow: 0 10px 100px rgba(0,0,0,0.4);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .5s all ease;
}

.shop-cart-open .product-box-window {
	top: 12%;
    opacity: 1;
    visibility: visible;
    transition: .7s all ease;
}

.product-box-window > form .scroll {
    height: 500px;
    border: 1px solid #eee;
}

.product-box-list-item {
	background-color: #fafafa;
	padding: 20pX;
}

.product-box-list-item:nth-child(odd) {
	background-color: #fff;
}

.product-box-list-item:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}

.product-box-list-item > div {
	margin: 1%;
}

.product-box-list-picture {
	background-color: #fff;
    width: 10%;
    padding: 5px;
    float: left;
    border-radius: 5px;
}

.product-box-list-picture > img {
	width: 100%;
}

.product-box-list-info {
	width: 57%;
    float: left;
}

.product-box-list-info > strong {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	letter-spacing: 0.03em;
}

.product-box-list-price {
	width: 20%;
    float: left;
}

.product-box-list-price > input {
	width: 40%;
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-right: 5%;
}

.product-box-list-price > span {
	display: inline-block;
	width: 55%;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	padding: 8px 10px;
}

.product-box-list-remove {
	width: 3%;
	float: right;
	padding: 5px;
	font-size: 1em;
	text-align: center;
}

.product-box-list-remove a {
	color: #ffbebe;
}

.product-box-list-item:hover a {
	color: #ff1313;
}

.product-box-window-footer {
    margin: 10px 0;
}

.product-box-window-footer > div {
	padding: 0;
}

.list-total-price {
    
}

.product-box-window-footer-button > button {
	float: right;
}

/* Cart End */

.filter-checkbox {
	overflow: hidden;
	position: relative;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid #e9e9e9;
	max-height: 400px;
}

.filter-checkbox .scroll {
    max-height: 300px;
    padding-bottom: 15px;
}

.filter-checkbox:before {
	background-color: #fff;
	content:"";
	position: absolute;
	display: block;
	box-shadow: 0 -3px 20px 2px rgba(0,0,0,0.2);
	width: 100%;
	height: 0;
	bottom: 0px;
}

.filter-tab {
	margin: 0;
	padding: 0;
}

.filter-tab li {
	float: left;
	list-style: none;
	width: 50%;
	outline: 0;
}

.filter-tab li a {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	display: block;
	padding: 10px;
	text-align: center;
}

.filter-tab li.ui-state-active a {
	background-color: #fff;
}

.filter-tab-content {
	position: relative;
	z-index: 1;
}

.filter-tab-content > div {
	background-color: #fff;
	padding: 15px;
	border-top: 1px solid #fff;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

/* Sidebar End */

/* Content Social Share Start */

/* Contact Page Start */

.contact-page {
    margin: 0 0 50px 0;
}

.contactForm {
	margin: 50px -15px;
}

#map {
    width: 100%;
    height: 500px;
}

.contact-box {
	border-bottom: 1px solid #eee;
	padding: 15px;
	margin: 15px 0;
}

.contact-box-icon {
	font-size: 2.5em;
	margin: 15px 0;
}

.contact-box-icon .fa-phone {
	transform: rotate(90deg);
}

.contact-box-content > strong {
	font-size: 1.3em;
	font-weight: 400;
	font-family: 'Oswald', cursive;
	display: block;
	margin: 0 0 15px 0;
}

.contact-box-content > a, .contact-box-content > span {
	font-family: 'Oswald', cursive;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.contact-social {
	position: relative;
	float: right;
	margin-top: 15px;
	z-index: 2;
}


.contact-social > ul {
	margin: 0;
	padding: 0;
}

.contact-social > ul > li {
	list-style: none;
	float: left;
	margin: 0 5px;
}

.contact-social a {
	display: block;
	padding: 5px;
	color: #222;
	font-size: 1.5em;
}

/* Contact Page End */

/* Static Page Content End */

/* News Start */

.news-article {
	position: relative;
    float: left;
    width: 48%;
    margin: 60px 1%;
}

.news-article > div {
    background-color: #fff;
    position: relative;
	padding: 0 0 30px 0;
    z-index: 2;
}

.news-article:after {
	content: "";
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	margin: -25px 5% 0 5%;
	border-radius: 100%;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,0.05);
}

.news-picture {
	position: relative;
    width: 100%;
    height: 320px;
    border: 5px solid #f5f5f5;
    overflow: hidden;
}

.news-picture img {
	width: 100%;
	transition: .7s all ease;
}

.news-picture:hover img {
	transform: rotate(-5deg) scale(1.1);
	transition: .7s all ease;
}

.news-article header > h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6em;
    text-align: center;
    height: 50px;
}

.news-content {
    text-align: center;
    padding: 25px 0;
    height: 120px;
}

/* News End */

/* Blog Start */

.blog-article {
    margin: 80px 0;
}

.blog-article > div {
    background-color: #fff;
    position: relative;
	padding: 0 0 30px 0;
    z-index: 2;
}

.blog-article:after {
	content: "";
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	margin: -25px 5% 0 5%;
	border-radius: 100%;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,0.05);
}

.blog-picture {
	position: relative;
    width: 100%;
    height: 320px;
    border: 5px solid #f5f5f5;
    overflow: hidden;
}

.blog-picture img {
	width: 100%;
	transition: .7s all ease;
}

.blog-picture:hover img {
	transform: rotate(-3deg) scale(1.1);
	transition: .7s all ease;
}

.blog-article header > h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    text-align: center;
}

.blog-content {
    text-align: center;
    padding: 25px 0;
}

/* Blog Page Content Start */

.blog-page-article {
    line-height: 2.3em;
    margin: 50px 0 80px 0;
}

.blog-page-article ul li {
	margin: 15px 0;
}

.blog-page-picture {
	position: relative;
	text-align: center;
	opacity: .7;
	transition: .5s all ease;
}

.blog-page-picture:hover {
	opacity: 1;
    transition: .5s all ease;
}

.blog-page-article header > h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	text-align: center;
	margin: 50px 0;
}

.blog-page-content {
	font-size: 1.1em;
    line-height: 2em;
}

/* Blog Page Content End */

/* Blog End */

.article-button {
	background-color: #fff;
    display: inline-block;
    padding: 10px 15px;
	color: #555;
	border: 2px solid #f0f0f0;
	border-radius: 4px;
   	text-shadow: 0 1px 1px #fff;

}

.article-button:hover {
	background-color: #fafafa;
}

/* Sidebar Start */

.sidebar-item {
    margin: 0 0 30px 0;
    box-shadow: -8px 0 15px 0px rgba(0,0,0,0.07);
}

.sidebar-item > h4 {
	background-color: #fff;
	display: block;
	padding: 15px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
}

.sidebar-item > ul > li {
	font-size: 0.85em;
}

.sidebar-item > ul > li a {
	display: block;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #f5f5f5;
	color: #444;
}

.sidebar-item > ul > li a:hover {
	background-color: #f5f5f5;
	color: #000;
}

/* Sidebar End */

.social-share {
    margin: 15px;
}

.social-share ul {
	float: right;
	margin: 0;
	padding: 0;
}

.social-share ul li {
	list-style: none;
	float: left;
}

.social-share > ul > li:first-child {
	color: #ccc;
	font-size: 1.2em;
	margin: 4px;
	padding: 4px 10px;
	cursor: pointer;
}

.social-share li > a {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	display: inline-block;
	padding: 8px;
	margin: 2px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.2em;
	border-radius: 40px;
}

.facebook-icon {
	color: #4267B2;
}

.twitter-icon {
	color: #00ACED;
}

.google-icon {
	color: #DD5044;
}

.linkedin-icon {
	color: #0073B0;
}

.pinterest-icon {
	color: #BD081C;
}

/* Content Social Share End */

.text-loading {
    display: block;
    text-align: center;
    padding: 50px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    color: #222;
    letter-spacing: 0.2em;
    visibility: hidden;
    opacity: 0;
    transition: .5s all ease;
}

.pager-is-loading .text-loading {
    visibility: visible;
    opacity: 1;
    transition: .5s all ease;
}

.text-loading:before {
	content: "\f110";
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.8em;
	font-weight: 100;
	display: block;
	width: 62px;
	height: 64px;
	padding: 0 2px 0 8px;
	margin: 20px auto;
	animation: spin 0.7s infinite linear;
}

/* Content Details End */

/* Surveys Start */

.survey-info {
    background-color: #c1e8ff;
    margin: 25px 0;
    padding: 10px 15px;
    font-size: 0.9em;
    line-height: 2em;
}

.survey-multi-check {
	background-color: #fff;
    margin: 4px 0;
    padding: 5px 10px;
}

.survey-multi-check:nth-child(odd) {
	background-color: #f9f9f9;
}

.survey-multi-check span {
	display: inline-block;
	width: 120px;
}

/* Surveys End */

/* Video List Start */

.video-list-page {
    margin: 50px 0;
}

.video-list-item {
	margin: 15px 0;
}

.video-list-item h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	margin: 10px 0;
}

.video-list-item > div {
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    padding: 15px;
    transition: .5s all ease;
}

.video-list-item:hover > div {
	box-shadow: 0 3px 25px rgba(0,0,0,0.2);
	transition: .5s all ease;
}

.video-list-item > div img {
	width: 100%;
}

/* Video List End */

/* Responsive */

@media screen and (max-width: 480px){
    
    /* Content Header Start */
    
    .content-header {
    	padding: 30px 0 !important;
	    background-position: 50% 0px !important;
    }
    
    .content-header h1 {
        display: none;
    }
    
    .content-header h2, .content-header h3 {
    	font-size: 1.6em;
    	margin: 0 0 20px 0;
    }
    
    .content-desc-header > div > h2 {
    	font-size: 1.5em;
    }
    
    .content-desc-header > div > p {
    	font-size: 1em;
    	margin: 30px 0 0 0;
    }
    
    /* Content Header End */
    
    .sidebar-header {
    	background-color: rgba(79, 19, 107, 0.8) !important;
    }

    .mobile-menu-open .sidebar-header {
    	background-color: rgba(255,255,255,0.95) !important;
    }

    .mobile-menu-open .logo img {
    	filter: none;
    }

    .mobile-menu-open .mobile-menu {
    	color: #4e106b;
    	text-shadow: none;
    }
    
	/* Content Slider Start */

	.content-slider-thumbnails li {
		margin: 5px;
	}

	.content-slider-thumbnails li:first-child {
		margin: 0 5px 5px 5px;
	}

	.content-slider-thumbnails li:last-child {
		margin: 5px 5px 0 5px;
	}

	.scroll-thumbs {
		padding: 0 0 5px 0;
		max-height: 380px;
	}

	/* Content Slider End */

	/* Content Details Start */
	
	.content > section {
	    margin: 70px 0 0 0;    
	}
	
	.content-box {
        padding: 8px;
    }

	.content-details > h2 {
		font-size: 1.3em;
		margin: 10px 0 25px 0;
	}
	
    .content-details > .clear {
    	margin-left: 0;
    }

	.content-box > h3 {
		padding: 10px 30px;
		line-height: 1.5em;
	}

	.content-box > p {
		margin: 5px 20px;
	}
	
    .content-features > ol li {
        width: 50%;
    }

	.content-box button {
		width: 90%;
		margin: 10px 5%;
	}

	.content-box .btn-link {
		display: block !important;
		float: none !important;
		margin: 10px auto;
		padding: 5px;
		text-align: center;
		border-bottom: 0;
	}
	
    /* News Start */
    
    .blog-article {
        width: 90%;
        margin: 60px 5%;
    }
        
    .blog-picture {
        width: 100%;
        height: auto;
    }
    
    .blog-article header > h3 {
        height: auto;
        font-size: 1.5em;
    }
    
    .blog-content {
        text-align: center;
        padding: 15px 0;
        height: auto;
    }
    
    /* News End */
	
    /* News Start */
    
    .news-article {
        float: none;
        width: 90%;
        margin: 60px 5%;
    }
        
    .news-picture {
        width: 100%;
        height: 280px;
    }
    
    .news-article header > h3 {
        height: auto;
    }
    
    .news-content {
        text-align: center;
        padding: 15px 0;
        height: auto;
    }
    
    /* News End */
    
    .blog-article:after, .news-article:after {
    	width: 90%;
    	margin: -22px 0 0 0;
    }

	/* Content Social Share Start */

	.social-share {
		float: none;
		width: 224px;
		margin: 10px auto;
	}

	.social-share ul {
		float: none;
	}

	/* Content Social Share End */
	
	#teklifForm, #bodyPopup {
		width: 90%;
	}

	/* Content Details End */
	
	.content-brand-catalog a {
		padding: 8px 8px;
		border-radius: 0px;
		box-shadow: none;
	}

	.content-brand-catalog a > i {
		font-size: 1.3em;
		margin: 15px 6px 15px 5px;
	}

	.content-brand-catalog a > span {
		font-size: 0.8em;
		margin: 15px 0 0 0;
	}

	.content-brand-catalog a > em {
		font-size: 0.85em;
		bottom: 5px;
		right: 5px;
	}
	
	.content-features > ul {
		margin-left: 0px !important;
	}

	.content-features > ul li {
		margin: 3px;
	}

	.content-features > ul li a {
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}
	
    /* Products List Start */

    .add-list .list-button {
    	visibility: visible;
    	opacity: 1;
    }

    /* Products List End */
    
    /* Sidemenu Start */

	#sidemenu {
		background-color: rgba(255,255,255,0.97);
		position: fixed;
		top: 92px; bottom: 0;
		left: -100%; right: 10%;
		margin: 0;
		padding: 50px 15px 10px 15px;
		visibility: hidden;
		opacity: 0;
		z-index: 9;
		box-shadow: 2px 0 15px 10px rgba(0,0,0,0.2);
		transition: .5s all ease;
	}

	.header-top-bar-active #sidemenu {
		top: 148px;
	}
	
	.is-sticky ~ section #sidemenu {
	    top: 65px;
	}

	.header-top-bar-active .is-sticky ~ section #sidemenu {
	    top: 113px;
	}

	.filter-menu-open #sidemenu {
		left: 0;
		visibility: visible;
		opacity: 1;
		transition: .5s all ease;
	}
	
	.filter-menu-button {
	    background-color: #000;
	    display: block !important;
	    position: absolute;
	    margin-top: 15px;
	    right: 0;
	    color: #fff;
		padding: 6px 10px;
	    border: 0;
		border-radius: 5px;
		z-index: 10;
	}

	.filter-menu-button > span {
		font-family: 'Oswald', sans-serif;
		font-size: 0.9em;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		margin-left: 5px;		
	}

	.filter-menu-open .filter-menu-button {
		display: none !important;
	}
	
	#sidemenu .filter-menu-button {
        display: block !important;
        top: 0; right: 15px;
        padding: 4px 10px;
	}

    /* Sidemenu End */
    
    /* Brand Filter Start */
    
    .brand-filter .field {
    	background-color: #fff;
        width: 96px;
        float: left;
        padding: 2px 8px;
        margin: 5px;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .brand-filter .field input {
    	display: none;
    }
    
    .brand-filter .field input ~ img {
    	filter: grayscale(1);
    	opacity: .6;
        cursor: pointer;
    }
    
    .brand-filter .field input:checked ~ img {
    	filter: none;
    	opacity: 1;
    }
    
    /* Brand Filter End */
    
    /* Model Page Start */
    
    .model-default {
        width: 100%;
        height: 250px;
        font-size: 2.4em;
        padding: 25%;
    }
    
    .model-label-default {
    	font-size: 0.85em;
    	color: #777;
    	text-align: center;
    }
    
    .model-label-default:before {
    	content: "\f05a";
    	font-family: Font Awesome\ 5 Pro;
    	font-weight: 600;
    }
    
    /* Model Page End */

    /* Model Filter Start */
        
    .model-filter .field {
    	width: 31%;
    	margin: 0 1%;
    }

    .model-filter .field input ~ span {
    	width: 100%;
    	margin: 0;
    	font-size: 0.65em;
    }
        
    /* Model Filter End */
    
    /* Cart Start */
    
    .product-shop-box {
        padding: 0;
        margin: 50px -10px;
    }
    
    .product-cart-box {
    	width: 20%;
    	height: 50px;
    	padding: 10px;
    	float: left;
    	box-shadow: none;
    	border-radius: 0;
    }

    .product-cart-info {
    	position: relative;
    	width: 80%;
    	height: 50px;
    	float: left;
    	left: auto;
    	margin-top: 0;
    	padding: 15px 8px;
    	font-size: 0.85em;
    	box-shadow: none;
    }

    .product-cart-box > i {
    	font-size: 2em;
    }
    
    .product-cart-box > span {
    	margin: 2px 0 0 2px;
    }
    
    .product-box-window {
    	width: 94%;
    	height: 500px;
    	padding: 15px;
    	left: 3%; right: 3%;
    	z-index: 10;
    }
    
    .shop-cart-open .product-box-window {
    	top: 110px;
    }
    
    .product-box-window > form .scroll {
        height: 200px;
    }
    
    .product-box-list-item {
    	padding: 10px;
    }
    
    .product-box-list-item > div {
    	margin: 0;
    }
    
    .product-box-list-picture {
        width: 20%;
        padding: 2px;
    }
    
    .product-box-list-info {
    	width: 80%;
    }
    
    .product-box-list-info > strong {
    	font-size: 1.15em;
    }

    .product-box-list-price {
    	width: 80%;
    	padding-top: 15px;
    }
    
    .product-box-list-price > input {
    	padding: 2px 4px;
    }
    
    .product-box-list-price > span {
    	padding: 2px 4px;
    }
    
    .product-box-list-remove {
    	width: 10%;
    	padding: 20px 0 0 8px;
    }
        
    /* Cart End */
    
    /* Products List Start */
    
    .products-list {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .products-list > article {
        padding: 5px;
    }
    
    .product-body {
    	padding: 5px 2px;
    }
        
    .product-body > img {
    	margin: 0 0 10px 0;
    }
    
    .product-calc {
    	margin: 30px 0;
    }

    .product-calc .form-group > div {
    	margin: 0 0 15px 0;
    	padding: 10px 0;
    }
        
    /* Products List End */
    
	/* Product Wide Start */

	.product-wide {
		margin: 20px 0;
	}

	.product-wide-body {
		padding: 10px;	
	}

	.product-wide-details {
		width: 100%;
	}

	.product-wide-details > h3 {
		font-size: 1.5em;
	}

	.product-wide-details > div {
		margin-top: 20px;
		font-size: 1em;
		line-height: 1.6em;
	}

	.product-wide-details > a {
		margin: 20px 0 0 0;
	}

	.product-wide .product-wide-details {
		float: left;
		text-align: left;
		padding: 20px 10px;
	}

	.product-wide:nth-child(odd) .product-wide-details {
		float: right;
		text-align: right;
	}

	.product-wide-picture {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	/* Product Wide End */
    
    /* Contact Page Start */
    
    #map {
        width: 100%;
        height: 320px;
    }
    
	.contact-social {
		float: none;
		margin-top: 0;
	}

	.contact-social a {
		padding: 10px;
		font-size: 1.8em;
	}
    
    /* Contact Page End */

}

@media screen and (min-width: 481px) and (max-width: 768px){

    /* Products Start */
    
    .product-box li {
        width: 49%;
    }
    
    /* Product End */
    
	/* Cart Start */
	
    .product-cart > div {
    	font-size: 0.8em;
    }

	.product-box-window {
		width: 86%;
		height: 760px;
		left: 7%; right: 7%;
	}

	.shop-cart-open .product-box-window {
		top: 14%;
	}

	.product-box-window > form .scroll {
		height: 500px;
	}

	.product-box-list-info > strong {
		font-size: 1.3em;
		letter-spacing: 0.03em;
	}
	
	.product-box-list-price > input {
		padding: 6px 8px;
	}

	.product-box-list-remove {
		width: 5%;
	}

	/* Cart End */

}

@media screen and (min-width: 769px) and (max-width: 1024px){

	/* Cart Start */
	
    .product-cart > div {
    	font-size: 0.8em;
    }

	.product-box-window {
		width: 86%;
		height: 720px;
		left: 7%; right: 7%;
	}

	.shop-cart-open .product-box-window {
		top: 14%;
	}

	.product-box-window > form .scroll {
		height: 500px;
	}

	.product-box-list-info > strong {
		font-size: 1.3em;
		letter-spacing: 0.03em;
	}
	
	.product-box-list-price > input {
		padding: 6px 8px;
	}

	.product-box-list-remove {
		width: 5%;
	}

	/* Cart End */

}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	
	.scroll-thumbs {
		height: 520px;
	}
	
    /* Model Page Start */
    
    .model-default {
        width: 865px;
        height: 520px;
    }
    
    /* Model Page End */

    /* Model Filter Start */
        
    .model-filter .field {
    	width: 31%;
    	margin: 0 1%;
    }

    .model-filter .field input ~ span {
    	width: 100%;
    	margin: 0;
    	font-size: 0.65em;
    }
        
    /* Model Filter End */

}

@media screen and (min-width: 1281px) and (max-width: 1366px){

    .scroll-thumbs {
        height: 570px;
    }
    
	/* Cart Start */
	
    .product-cart > div {
    	font-size: 0.8em;
    }

	.product-box-window {
		width: 70%;
		height: 600px;
		left: 15%; right: 15%;
	}

	.shop-cart-open .product-box-window {
		top: 14%;
	}

	.product-box-window > form .scroll {
		height: 380px;
	}

	.product-box-list-info > strong {
		font-size: 1.3em;
		letter-spacing: 0.03em;
	}
	
	.product-box-list-price > input {
		padding: 6px 8px;
	}

	/* Cart End */
	
	/* Blog Page Content Start */

	.blog-page-picture:hover {
		height: 520px;
	}

	.blog-page-picture:hover:before {
		height: 520px;
	}

	.blog-page-article header > h3 {
		font-size: 1.8em;
		margin: 40px 0;
	}

	.blog-page-content {
		font-size: 1em;
	}

	/* Blog Page Content End */
	
    /* Model Page Start */
    
    .model-default {
        width: 940px;
        height: 562px;
    }
    
    /* Model Page End */

    /* Model Filter Start */
        
    .model-filter .field {
    	width: 31%;
    	margin: 0 1%;
    }

    .model-filter .field input ~ span {
    	width: 100%;
    	margin: 0;
    	font-size: 0.65em;
    }
        
    /* Model Filter End */

}

@media screen and (min-width: 1367px) and (max-width: 1440px){

	/* Cart Start */
	
    .product-cart > div {
    	font-size: 0.8em;
    }

	.product-box-window {
		width: 70%;
		height: 600px;
		left: 15%; right: 15%;
	}

	.shop-cart-open .product-box-window {
		top: 14%;
	}

	.product-box-window > form .scroll {
		height: 380px;
	}

	.product-box-list-info > strong {
		font-size: 1.3em;
		letter-spacing: 0.03em;
	}
	
	.product-box-list-price > input {
		padding: 6px 8px;
	}

	/* Cart End */
	
	/* Blog Page Content Start */

	.blog-page-picture:hover {
		height: 580px;
	}

	.blog-page-picture:hover:before {
		height: 580px;
	}

	.blog-page-article header > h3 {
		font-size: 1.8em;
		margin: 40px 0;
	}

	.blog-page-content {
		font-size: 1em;
	}

	/* Blog Page Content End */
	
    /* Model Page Start */
    
    .model-default {
        width: 970px;
        height: 578px;
    }
    
    /* Model Page End */

    /* Model Filter Start */
        
    .model-filter .field {
    	width: 31%;
    	margin: 0 1%;
    }

    .model-filter .field input ~ span {
    	width: 100%;
    	margin: 0;
    	font-size: 0.65em;
    }
        
    /* Model Filter End */

}

@media screen and (min-width: 1441px) and (max-width: 1600px){

	/* Blog Page Content Start */

	.blog-page-picture:hover {
		height: 500px;
	}

	.blog-page-picture:hover:before {
		height: 500px;
	}

	.blog-page-article header > h3 {
		font-size: 1.8em;
		margin: 40px 0;
	}

	.blog-page-content {
		font-size: 1em;
	}

	/* Blog Page Content End */

}

@media screen and (min-width: 1601px) and (max-width: 1920px){

	

}