@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic);

/*Genel Başlangıç*/
a {
    color: #000000;
    text-decoration: none;
}
a:hover, a:focus {
    color: #a4534d;
    }
.no-padding{
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding{
	padding-right: 0;
}
.list-style-none{
	list-style-type: none;
}
.tema-baslik{
	padding: 15px;
    border-radius: 5px 5px 0 0;
}
body{
    font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	/*zoom: 0.90;*/
}
/*@-moz-document url-prefix() {
	body {
		transform: scale(0.90, 1);
	}
}*/
.nav>li>a>img {
	display: none;
}

.icon-bar {
	background: #fff;
}

header #header-top{
	background-repeat-y: no-repeat;
    background-size: cover;
    padding: 15px 0;
}
.btn-primary {
    color: #fff;
    background-color: #993028;
    border-color: #141517;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #993028;
    border-color: #141517;
}
/*Genel Bitiş*/
/*Logo Başlangıç*/
#logo2 img {
    width: 190px;
    padding-top: 10px;
}
#logo_yan2 {
	padding-top: 4%;
	font-family: 'Cuprum', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #626262;
    padding-left: 50px;
}
/*Logo Bitiş*/
/*Menü Başlangıç*/
#header-menu {
    box-shadow: 1px 1px 7px 4px #ddd;
}
.nav>li>a {
    font-size: 18px;
	color: #9c3f38;
    position: relative;
    display: block;
    padding: 10px 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #9C3F38;
}
.navbar-nav > li:hover {
    background-color: #9C3F38;
}
.navbar-nav > li:hover > a {
	color: #fff;
}
.navbar-nav > li:hover:before {
    background-image: url('../images/ust.png');
    position: absolute;
    margin-top: -9px;
    background-size: 100% 9px;
    width: 104%;
    height: 9px;
    content: '';
}
.navbar-nav > li:hover:after {
    background-image: url('../images/alt.png');
    position: absolute;
    background-size: 100% 20px;
    z-index: 500;
    width: 100%;
    height: 20px;
    content: '';
}
.sub-menu {
    background-color: #fff;
    position: absolute;
    z-index: 500;
    padding: 28px 24px;
    width: 1170px;
    margin-top: 0px;
    display: none;
	box-shadow: 1px 5px 10px;
}
.kurumsal a {
    display: block;
	font-size: 14px;
}
/*Menü Bitiş*/
/*Arama Başlangıç*/

div#arama {
    margin-top: 12px;
}
.aramaformu {
    padding-right: 10px;
    border-right: 2px solid #000;
    padding: 5px 10px;
 }
.aramaformu input#s {
    background-color: transparent;
    border: 0;
    border-bottom: 2px dotted #828282;
    max-width: 107px;
    color: #9f9e9e;
}
.aramaformu button {
    margin-left: -23px;
    background: transparent;
    border: 0;
}
.aramaformu button i{
    color: #fff;
}
/*Arama Bitiş*/
/*Dil Başlangıç*/
.dil > li:last-child {
	border-right: 0;
}
.dil > li:first-child {
	padding-right: 10px;
}
.dil > li {
    float: left;
    text-align: center;
    border-right: 2px solid #8c8c8c;
    padding-left: 10px;
}
.dil > li > a {
    color: #8c8c8c;
}
.dil {
    margin-top: 19px;
}
/*Dil Bitiş*/
/*Slider Ok Başlangıç*/
.oklar {
    float: right;
    margin-right: 22%;
    height: 50px;
}
.yukari {
    position: absolute;
    margin-left: 60px;
    margin-top: 30px;
}
.yukari:before {
    width: 0;
    height: 0;
    border-top: 32px solid #9c3f38;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: "";
    top: 0;
    /* font-family: "FontAwesome"; */
    position: relative;
}
.yukari i {
    margin-left: -38px;
    margin-top: -26px;
    position: absolute;
    color: #fff;
    cursor: pointer;
}
.asagi {
    position: absolute;
    margin-top: -50px;
        z-index: 50;
}
.asagi:before {
    width: 0;
    height: 0;
    border-bottom: 32px solid #ffffff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: '';
}
.asagi i {
    margin-left: -36px;
    margin-top: 31px;
    position: absolute;
    color: #9c3f38;
    cursor: pointer;
}
/*Slider Ok Bitiş*/
/*Ürün Başlangıç*/
.kutu {
    background-color: #9c3f38;
    display: table;
    padding: 5px 15px;
    border-radius: 4px;
    margin-top: 65px;
    margin-bottom: 44px;
}
.urun-baslik {
	font-family: 'Cuprum', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}
.buyuk-baslik {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}
#urun > .container > ul > li {
    float: left;
    width: 31%;
    margin-right: 10px;
    margin-bottom: 50px;

}
#urun > .container > ul {
    width: 64%;
        margin-bottom: 57px;
}
#urun > .container > ul > li > ul > li {
    float: left;
}
#urun > .container > ul > li > ul > li:last-child > a {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

#urun > .container > ul > li > ul > li:first-child {
    width: 33%;
}
#urun > .container > ul > li > ul > li:last-child {
    width: 63%;
}
.urun-resmi img {
    width: 50%;
    height: auto;
    border: 1px solid #000;
}
ul#urun-resim-galeri1{
	width: 100%;
}
ul#urun-resim-galeri1 > li {
	width: 25%;
}
ul#urun-resim-galeri1 .item img {
    width: 100%;
    height: auto;
    border: 1px solid #000;
}
ul#urun-resim-galeri1 .item {
    padding: 13px;
	float: left;
}
ul#urun-resim-galeri1 > .img-1 {
	margin-left: 38%;
}
ul#urun-resim-galeri1 > .img-2:first-child {
	margin-left: 28%;
}
ul#urun-resim-galeri1 > .img-3:first-child {
	margin-left: 14%;
}
ul#urun-resim-galeri1 > .img-4:first-child {
	margin-left: 0px;
}
/*Ürün*/
/*Twitter Apı Başlangıç*/
#twitter-api .tema-baslik {
    background-color: #27D3E0;
    color: #fff;
}
#twitter-api ul {
    border: 1px solid #27D3E0;
    border-radius: 0 0 5px 5px;
    padding: 0 15px;
}
#twitter-api > ul > li {
    padding-top:	5px;
    padding-bottom: 5px;
}
.twitter-saat {
    color: #ABABAB;
    font-style: italic;
    font-size: 12px;
    display: table;
    text-decoration: underline;
}
/*Twitter Apı Bitiş*/
/*Facebook Sayfa Başlangıç*/
#facebook-sayfa .tema-baslik {
    background-color: #3B579D;
    color: #fff;
}
/*Facebook Sayfa Bitiş*/
/*Sosyal Medya Başlangıç*/
#sosyal-medya .tema-baslik {
    background-color: #E6C13E;
    color: #fff;
}
#sosyal-medya ul li {
    display: inline-block;
    padding: 7px;
}
#sosyal-medya ul {
    border-radius: 0 0 5px 5px;
    border: 1px solid #E6C13E;
    padding-left: 15px;
}
/*Sosyal Medya Bitiş*/
/*Popup Başlangıç*/
#popup .modal-body img {
    width: 100%;
}
/*Popup Bitiş*/
/*İletişim Başlangıç*/
#iletisim .maps iframe {
    width: 100%;
    height: 350px;
    border: none;
}
#iletisim-bilgileri > ul > li > ul > li {
    display: inline-block;
}
#iletisim-bilgileri > ul > li > ul > li:first-child {
    width: 25%;
}
#iletisim-bilgileri > ul > li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
#iletisim-bilgileri > ul > li:last-child {
    padding: 5px 0;
    border-bottom: 0;
}
/*İletişim Bitiş*/
/*Breadcrumb Başlangıç*/
.breadcrumb {
    padding: 7px 15px;
    margin: 0;
    list-style: none;
    background-color: #F7F7F7;
    border-radius: 0;
    margin-top: 26px;
}
.gerigit {
    padding: 2px 15px;
    border-radius: 0;
    border: 2px solid #ddd;
}

/*Breadcrumb Bitiş*/
/*Sayfa Ayarları Başlangıç*/
.page-content.clearfix {
    padding: 0 15px;
    border: 1px solid #F7F7F7;
	float: left;
	width: 100%;
}
.page-title {
    border-bottom: 1px solid #993028;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
/*Sayfa Ayarları Bitiş*/
/*Kategori Başlangıç*/
#kategori-ic > ul > li > ul > li {
    display: inline-block;
}
#kategori-ic > ul > li > ul > li:first-child {
    width: 20%;
    vertical-align: top;
    margin-top: 0px;
}
#kategori-ic > ul > li > ul > li:last-child {
	width: 79%;
}
#kategori-ic .kucuk-resim > a > img {
    width: 100%;
    height: 125px;
}
#haber-slider  .kucuk-resim > a > img {
    width: 100%;
    height: 195px;
}

 
#kategori-ic > ul > li {
    padding: 15px 15px;
}
#kategori-ic > ul > li:last-child {
    border-bottom: 0;
}
#kategori-ic .baslik,  #kategori-ic .ozet{
    padding-left: 20px;
}
#kategori-ic .baslik{
    font-weight: bold;
}
#kategori-ic > ul > li {
 	border-bottom: 1px solid #000;
}
#kategori-ic .tarih{
    color: #535252;
    font-style: italic;
	display: none;
}

#kategori-slider .item {
	height: 450px;
	overflow: hidden;
}

#kategori-slider .item .oranti {
	height: 450px;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 50px;
	width: 76%;
	margin-left: 12%;
}

#kategori-slider .item .oranti img {
    width: 100%;
    height: auto;
}
#kategori-ic .kucuk-resim a img {
    width: 100%;
    height: auto;
}
.breadcrumbs {
    padding: 15px 0;
}
/*Kategori Bitiş*/
/*Slider Başlangıç*/
.slider{
	margin-bottom: 20px;

}

 
/*Slider Bitiş*/
/*Footer Başlangıç*/
footer {
	font-family: 'Cuprum', sans-serif;
    margin-top: 30px;
}
footer .baslik span {
    border-bottom: 3px solid #9C3F38;
}
footer .baslik {
    border-bottom: 1px solid #9C3F38;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7f7e7e;
        margin-top: 45px;
        margin-bottom: 15px;
}
.sosyal li {
    float: left;
    margin-right: 15px;
    border: 2px solid #807f7f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.sosyal  li a i {
    color: #807f7f;
    font-size: 18px;
    padding-top: 5px;
}
.iletisim {
	color: #b1b0b0;
}
.iletisim > li > ul > li {
    float: left;
}
.iletisim > li > ul > li:first-child {
    width: 20%;
    font-weight: 700;
    text-transform: uppercase;
}
.iletisim > li > ul > li:last-child:before {
    content: ':';
    font-weight: 700;
        padding-right: 10px;
}
.iletisim > li > ul > li:last-child {
    width: 80%;
}
section#footer-bottom {
    background-color: #f3f3f3;
    padding: 15px 0;
}
#footer-top .container {
    border-bottom: 1px solid #c79995;
    padding-bottom: 20px;
}
/*Footer Bİtiş*/
.urunler > div > .col-md-3 > ul {
    background: rgba(0, 0, 0, 0.49);
    border-radius: 6px;
    padding: 7px 0;
}
ul.sub-menu > li {
    float: left;
    margin: 5px 10px;
    list-style-type: none;
    text-align: center;
}
#urun img {
    width: 86%;
        height: 62px;
    border: 1px solid #ddd;
    border-radius: 9px;
    padding: 0px;
}
.urun #kategori-ic > ul > li {
    float: left;
    width: 25%;
    height: 250px;
	border: none;
}
.urun #kategori-ic > ul > li > ul > li:last-child {
    border: 1px solid #000;
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}
.urun #kategori-ic .kucuk-resim > img {
    width: 100%;
    height: 195px;
}
.urunler {
    display: none;
    padding: 70px 0 25px 0;
	box-shadow: 1px 5px 10px;
	position: absolute;
 	background: #fff;
    z-index: 201;
	width: 100%;
}
.kurumsal {
	display: none;
	padding: 70px 0 25px 0;
    /*transition: all 0.5s linear;*/
	box-shadow: 1px 5px 10px;
	position: absolute;
    width: 100%;
    z-index: 201;
    background: #fff;
}
.ik{
	display: none;
    padding: 70px 0 25px 0;
	box-shadow: 1px 5px 10px;
	position: absolute;
 	background: #fff;
    z-index: 201;
	width: 100%;
}

.baslik {
    color: #993028;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
	font-size: 15px;
}
.kurumsal img {
    width: 100%;
}
.kurumsal > .container > div:first-child {
    font-size: 28px;
    padding-top: 47px;
    font-style: italic;
    color: #993028;
    font-weight: bold;
}
.kurumsal > .container > div:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.urunler .active {
    background: #993028;
    color: #fff;
}
.urunler > .container > div > ul > li {
    padding: 5px 15px;
    cursor: pointer;
    color: #fff;
}
.urunler > .container > .urunler-icerik > ul > li {
    height: 170px;
	max-height: 180px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 5px;
	width: 24%;
    margin-left: 5px;
}
.urunler > .container > .urunler-icerik > ul > li > ul > li {
	max-height: 120px;
    overflow: hidden;
}
.urunler > .container > .left > ul > li:last-child {
	margin-top: 15px;
    border-top: 3px solid #fff;
    padding-top: 5px;
}

.urunler > .container > div > ul > li > a {
	color: #fff;
}
.urunler > .container > div > ul > li > ul > li:last-child {
    text-align: center;
}
.urunler > .container > div > ul > li > ul > li > a {
	font-size: 14px;
}
.urun-ic > li {
    float: left;
    width: 33%;
}
.urun-ic > li > ul > li > a > img {
    width: 100%;
    height: auto;
   
    padding: 5px;
}
.urunler > .container > div:first-child > ul > li:hover{
	background: #993028;
	color: #fff;
}
.urunler > .container > div:first-child > ul > li:hover:after {
     width: 0;
    height: 0;
    margin-top: -5px;
    right: -9px;
    border-left: 24px solid #993028;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: "";
    position: absolute;
}
.urunler .active:after {
    width: 0;
    height: 0;
    margin-top: -5px;
    right: -9px;
    
    content: "";
    position: absolute;
}
.ik > .container > div:first-child {
    font-size: 28px;
    padding-top: 47px;
    font-style: italic;
    color: #993028;
    font-weight: bold;
}
.ik > .container > div:last-child > div:last-child > ul {
	list-style: none;
}
.ik > .container > div:last-child > div:last-child > ul > li {
	float: left;
	padding: 10px;
	font-size: 14px;
	border-right: 1px solid #ddd;
	height: 150px;
}
.ik > .container > div:last-child > div:last-child > ul > li:last-child {
	border-right: none;
}
.ik > .container > div:last-child > div:last-child > ul > li:nth-child(2) {
	width: 122px;
}
.ik > .container > div:last-child > div:last-child > ul > li:nth-child(2) > span {
	padding-bottom: 5px;
}
#kategori-ic h2 {
    font-size: 19px;
	color: #fff;
    font-weight: bold;
	background: #88211a;
    border-radius: 10px;
    padding-left: 10px;
	padding:12px;
	box-shadow: 5px 5px 5px #c0bebe;
}
.yenidosya {
    position: absolute;
    right: 0;
    background: #993028;
    
    padding: 5px 20px;
    border-radius: 5px 0 0 5px;
}
.yenidosya a {
    color: #fff;
}
.yenidosya a:hover {
    text-decoration: blink;
}
.menu-item-has-children:hover > .sub-menu {
    display: block;
}
.distributor-adi {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: bold;
    background: #993028;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.distributor-icerik {
    padding: 10px 15px;
    background: #F9F5F5;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.nav>li>a {
	    padding: 10px 14px;
	    font-size: 13px;
	}
	#logo_yan {
	    font-size: 20px;
	}
	#urun > .container > ul {
	    width: 88%;
	}
	.sub-menu {
		width: 970px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#logo_yan {
		padding-top: 6%;
	    font-size: 17px;
	}
	.nav>li>a {
	    padding: 10px 10px;
	    font-size: 10px;
	}
	.sub-menu {
		width: 750px;
	}
	.urun #kategori-ic > ul > li {
	    float: left;
	    width: 50%;
	    height: 350px;
	}
	.urun #kategori-ic > ul > li > ul > li:first-child {
	    width: 100%;
	    vertical-align: top;
	    margin-top: 20px;
	}
	.urun #kategori-ic > ul > li > ul > li:last-child {
	    width: 100%;
	}
}
@media screen and (max-width: 767px) {
    .urun-resmi img {
        width: 100%;
        height: auto;
    }
	.urun #kategori-ic .ozet {
		display: none;
	}
	.urun #kategori-ic > ul > li > ul > li:first-child {
	    width: 100%;
	    vertical-align: top;
	    margin-top: 20px;
	}
	.urun #kategori-ic > ul > li > ul > li:last-child {
	    width: 100%;
	}
	.urun #kategori-ic > ul > li {
    float: left;
    width: 100%;
    height: 285px;
}
	.navbar-nav > li:hover:before {
	     background-image: none; 
	    position: absolute;
	    margin-top: -9px;
	    background-size: 100% 9px;
	    width: 104%;
	    height: 9px;
	    content: ''; 
	}
	.navbar-nav > li:hover:after {
	     background-image: none; 
	    position: absolute;
	    margin-top: -9px;
	    background-size: 100% 9px;
	    width: 104%;
	    height: 9px;
	    content: ''; 
	}
	.no-padding{
		padding: 0 15px;
	}
	.no-left-padding {
		padding-left: 15px;
	}
	.no-right-padding {
		padding-right: 15px;
	}
	.navbar-toggle {
	    position: relative;
	    float: left;
	    padding: 9px 10px;
	    margin-top: -41px;
	    margin-bottom: 8px;
	    background-color: #993028;
	    background-image: none;
	    border: 1px solid #141517;
	    border-radius: 4px;
	}
	.sub-menu {
	    background-color: #fff;
	    position: relative;
	    z-index: 500;
	    padding: 0 28px;
	    width: 100%;
	    margin-top: 0px;
	    display: block;
	}
	ul.sub-menu > li {
		width: 100%;
	    float: left;
	    margin: 5px 0;
	    list-style-type: none;
	    text-align: left;
	}
	.sub-menu img {
	    display: none;
	}
}
@media screen and (min-width: 470px) and (max-width: 767px) {
	#urun > .container > ul {
	    width: 100%;
	    margin-bottom: 57px;
	}
	#urun > .container > ul > li {
	   margin-right: 0;
	}
}
@media screen and (max-width: 470px) {
	#urun > .container > ul {
	    width: 100%;
	    margin-bottom: 57px;
	}
	#urun > .container > ul > li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 8px;
	}
	#urun > .container > ul > li > ul > li:first-child {
	    width: 20%;
	}
	#urun > .container > ul > li > ul > li:last-child {
	    width: 80%;
	}
	section#urun {
	    background: #9C3F38!important;
	}
	.urun-baslik {
	    font-family: 'Cuprum', sans-serif;
	    color: #9C3F38;
	    font-size: 13px;
    }
    .kutu {
    	margin-top: 25px;
    	margin-bottom: 25px;
	    background-color: #FFFFFF;
	}
	.buyuk-baslik {
		font-size: 26px;
		margin-bottom: 19px;
	}
	#urun > .container > ul > li > ul > li:last-child > a {
	    font-size: 13px;
	}
	#urun > .container > ul > li > ul > li:first-child {
	    width: 25%;
	}
	#urun > .container > ul > li > ul > li:last-child {
	    width: 75%;
	}
	.iletisim > li > ul > li:last-child {
	    width: 69%;
	}
	.iletisim > li > ul > li:first-child {
    	width: 31%;
    }
    #logo_yan {
	    font-size: 13px;
	}
	#logo > img {
	    width: 100%;
	}
	.oklar {
	    margin-right: 33%;
	}
	.navbar-nav > li:hover:before {
	    background-image: translate;
	    position: absolute;
	    margin-top: -9px;
	    background-size: 100% 9px;
	    width: 104%;
	    height: 9px;
	    content: '';
	}
	.navbar-nav > li:hover:after {
	    background-image: translate;
	    position: absolute;
	    background-size: 100% 20px;
	    z-index: 100;
	    width: 100%;
	    height: 20px;
	    content: '';
	}
}

td{
	text-align: center;
	padding: 5px;
}
td:last-child{
	text-align: right;
}
td:first-child{
	text-align: left;
}
p {
	margin: 15px 0 10px;
}

body > section > div > .page-content.clearfix > .teknik-ozellikler > table:nth-child(3) > tbody > tr:first-child {
	font-weight: bold;
}

body > section > div > .page-content.clearfix > .teknik-ozellikler > table:nth-child(3)> tbody > tr:last-child {
	font-weight: bold;
}



#main {
	background: #fff;
    width: 80%;
    margin-left: 10%;
	-webkit-box-shadow: inset 0px 21px 24px -22px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 21px 24px -22px rgba(0,0,0,1);
	box-shadow: inset 0px 21px 24px -22px rgba(0,0,0,1);
	padding-left: 0px;
}

.page-id-19 > .page > .container > .breadcrumbs {
	width: 80%;
	margin-left: 10%;
	margin-top: 250px;
	background: rgba(0,0,0,0.4);
    border-radius: 10px 10px 0px 0px;
	padding: 8px 20px;
	color: #fff;
	transition: background 0.3s;
	font-size: 14px;
    font-weight: 500;
}

.page-id-19 > .page > .container > .breadcrumbs:hover {
	background: rgba(0,0,0,0.7)
}

.page-id-19 > .page > .container > .breadcrumbs > a {
	color: #fff;
}

.page-id-27 > .page > .container > .breadcrumbs {
	width: 80%;
	margin-left: 10%;
	margin-top: 250px;
	background: rgba(0,0,0,0.4);
    border-radius: 10px 10px 0px 0px;
	padding: 8px 20px;
	color: #fff;
	transition: background 0.3s;
	font-size: 14px;
    font-weight: 500;
}

.page-id-27 > .page > .container > .breadcrumbs:hover {
	background: rgba(0,0,0,0.7)
}

.page-id-27 > .page > .container > .breadcrumbs > a {
	color: #fff;
}

#left {
	background: #e6e6e6;
	color: #494949;
    width: 20%;
    float: left;
    margin-right: 30px;
}

#left > .title {
	background-color: #aa3535;
    color: #fff;
    font-size: 13px;
    padding: 15px 6px;
	padding-left:16px;
    margin-top: 0px;
	margin-bottom: 0px;
	
	
}

#left > .title > i {
	margin-right: 3px;
}

#left > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

#left > ul > li {
	width: 100%;
    float: left;
    padding: 12px 15px;
    cursor: pointer;
	transition: background 0.3s;
	background-color:#e6e6e6;	
}

#left > ul > li > a{
	color: #fff;
}

#left > ul > li:hover {
	background: #fff;
	border: 1px solid #c1baba;
	font-weight:bold;
}

.solover {
	background: #fff;
	border: 1px solid #c1baba;
	font-weight:bold;
}


#left > ul > li:last-child:hover {
	background: #fff;
}

#left > ul > li > a {
	color: #494949;
}

#right {
	width: 76%;
	float: left;
	margin-top: 25px;
}

#menu-item-38 > a > img {
	display: none;
}

#menu-item-673 > a > img {
	display: none;
}

.wpcf7-submit {
	width: 100%;
    background: #9C3F38;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

.selected {
	background: #fff!important;
	background-image: none;
}


/*@-moz-document url-prefix() {
	body{
		margin-top:0px!important;
	}*/
}

body > .kategori > .container > .breadcrumbs {
	float: left!important;
}

.page-id-21 > .page > .container > .breadcrumbs {
	width: 80%;
	margin-left: 10%;
	margin-top: 250px;
	background: rgba(0,0,0,0.4);
    border-radius: 10px 10px 0px 0px;
	padding: 8px 20px;
	color: #fff;
	transition: background 0.3s;
	font-size: 14px;
    font-weight: 500;
}

.page-id-21 > .page > .container > .breadcrumbs:hover {
	background: rgba(0,0,0,0.7)
}

.page-id-21 > .page > .container > .breadcrumbs > a {
	color: #fff;
}

.page-id-29 > .page > .container > .breadcrumbs {
	width: 80%;
	margin-left: 10%;
	margin-top: 250px;
	background: rgba(0,0,0,0.4);
    border-radius: 10px 10px 0px 0px;
	padding: 8px 20px;
	color: #fff;
	transition: background 0.3s;
	font-size: 14px;
    font-weight: 500;
}

.page-id-29 > .page > .container > .breadcrumbs:hover {
	background: rgba(0,0,0,0.7)
}

.page-id-29 > .page > .container > .breadcrumbs > a {
	color: #fff;
}

@media (max-width: 768px){
	#left {
		width: 100%;
		margin-right: 0px;
	}
	#right {
		width: 100%;
	}
	#main {
		padding-right: 0px;
	}
	#right img{
		width: 100%;
	}
	#kategori-slider .item .oranti {
		height: 144px;
	}
	#kategori-slider .item {
		height: 145px;
	}
}


#politics {
	list-style: none;
	padding-left: 0px;
}
