@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,500,600,700,800');



strong{font-weight:700 !important;}

/* 1. Reset Etkiletler
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,textarea,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height:inherit;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	line-height:150%;
}
html {
	font-size: 100%;	/*62.5%;*/	
	overflow-y: scroll;		 			
	-webkit-text-size-adjust: 100%; 	
	    -ms-text-size-adjust: 100%; 	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




/* 2. Tags Default
-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {	display: block; }

h1, h2, h3, h4, h5, h6 { line-height:120%; }
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, address { margin: 0; }
h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,
h2+h3,h2+h4,h2+h5,h2+h6,
h3+h4,h3+h5,h3+h6,
h4+h5,h4+h6,
h5+h6 {
	margin-top:0;
}
dt, b, strong {	font-weight: 500; }



/* linkler */
a {
	text-decoration:none;
	background:transparent;
}
a,
a:hover,
a:focus,
a:active {
	outline: 0;
}
a img { border: none; }

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

:active, :focus { outline:0; }

body {
    font-family: 'Poppins', sans-serif;

    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #313131;
}

/* Yukarı Ok */

.cd-top {display: inline-block;height: 40px;width: 40px;position: fixed;bottom: 50px;right: 10px;z-index: 999;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);overflow: hidden;text-indent: 100%;white-space: nowrap;background: #ed1c24 url("../images/cd-top-arrow.svg") no-repeat center 50%;visibility: hidden;opacity: 0;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {-webkit-transition: opacity .3s 0s, visibility 0s 0s;-moz-transition: opacity .3s 0s, visibility 0s 0s;transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible {visibility: visible;opacity: 1; }
.cd-top.cd-fade-out {opacity: .5; }
.cd-top:hover {opacity: 1; }
  
/* Anasayfa Slogan */
.heweso-anasayfa-slogan {
    padding-bottom: 50px;
    padding-top:50px;
    position: relative;
    z-index: 9;
	text-align:center;
}
.heweso-anasayfa-slogan-content h2 {
    font-size: 30px;
    font-weight: 900;
}
.heweso-anasayfa-slogan-content > .sayfa_icerik {
    font-size: 17px;
    line-height: 140%;
    margin-top: 10px;
}


/* Anasayfa Tanıtım */
section.heweso-anasayfa-tanitim {color: #fff;    padding: 60px;}
section.heweso-anasayfa-tanitim h3 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}
.heweso-anasayfa-tanitim-icerik {font-size: 16px;line-height: 140%;font-weight: 300;}
.heweso-anasayfa-tanitim-icerik p{margin-bottom:20px;}

/* Footer */
footer{
	color: #000;
	background:url('../../uploads/images/footer.jpg');
	background-size:cover;
	padding: 50px; 	

}
footer a{
	color:#000;
}
footer a:hover{
	color:#000;
}
.fBaslik {
    color: #000;
    font-weight: 800;
    font-size: 18px;
	margin-bottom: 15px;
}
ul.footerList {
    padding: 0;
    list-style: none;
}
ul.footerList li {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
ul.footerList li a{
    color:#000;
}

/* İçerik */
.heweso-breadcrumb {
    position: absolute;
    margin-top: -16%;
    width: 100%;
	    color: #fff;
}
.heweso-icerik-sayfa-adi {
    font-size: 30px;
    font-weight: 500;
    border-bottom: 4px solid #ffffff; 
    display: inline-block;
    padding-bottom: 0px;
    border-radius: 4%;
    margin-bottom: 10px;
}
p.heweso-icerik-sayfa-aciklama {
    width: 60%;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
}
.heweso-icerik {padding-top: 20px;padding-bottom: 20px;line-height: 160%;}

/* Breadcrumb*/
.heweso-breadcrumb-link a{color: #fff;font-weight: 400;}
.heweso-breadcrumb-link {
    color: #fff;
    padding-left: 0;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 13px;
}
.heweso-breadcrumb-link li {display: inline-block;}
.heweso-breadcrumb-link li:last-child a{color:#cee9ff;font-weight:700;}
.heweso-breadcrumb-link li:last-child{color:#cee9ff;font-weight:700;}

/* Sol Tab Menü */
div.bhoechie-tab-container{z-index: 1;background-color: #ffffff;padding: 0 !important;opacity: 0.97;filter: alpha(opacity=97); }
div.bhoechie-tab-menu{padding-right: 0;padding-left: 0;padding-bottom: 0;}
div.bhoechie-tab-menu div.list-group{margin-bottom: 0;}
div.bhoechie-tab-menu div.list-group>a{margin-bottom: 0;}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{border-color:#f44336;}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {color: #5A55A3;}
div.bhoechie-tab-menu div.list-group>a:first-child{border-top-right-radius: 0;-moz-border-top-right-radius: 0;}
div.bhoechie-tab-menu div.list-group>a:last-child{border-bottom-right-radius: 0;-moz-border-bottom-right-radius: 0;}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{background-color: #df4f4e;color: #ffffff !important;}
div.bhoechie-tab-menu div.list-group>a.active:after{content: '';position: absolute;left: 100%;top: 50%;margin-top: -13px;border-left: 0;border-bottom: 13px solid transparent;border-top: 13px solid transparent;border-left: 10px solid #df4f4e;}
div.bhoechie-tab-content{background-color: #ffffff;/* border: 1px solid #eeeeee; */padding-left: 20px;}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){display: none;}
.list-group-item{border-radius:0 !important;}
.SolTabMenu-Baslik {font-size: 24px;font-weight: 600;margin-bottom:15px;}
.SolTabMenu-UrunAciklamasi {margin-top: 10px;margin-bottom: 10px;display: inline-block;color: #080808;font-size: 14px;font-weight: 400;padding-left: 10px;padding-top: 9px;padding-bottom: 9px;padding-right: 10px;background: #f9f9f9;}
.Icon{padding: 12px;margin: 0;margin-top: 0px;margin-bottom: 4px;display: inline-block;font-size: 16px;font-weight: 400;background: #e05453;padding-left: 20px;padding-right: 20px;padding-top: 10px;color: #fff;padding-bottom: 10px;}
section#tabMenuSol {margin-top: 20px;margin-bottom: 20px;}
@media (max-width:768px){.bhoechie-tab {margin-top:20px;padding: 0 !important;}div.bhoechie-tab-content{padding:0;}}

.filtreBaslik {
    padding: 7px;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0px;
    border-bottom: 1px solid #F44336;
    color: #f57b2e;
}
.filtreAciklama {
    font-size: 16px;
    line-height: 140%;
    color: #929292;
}
.urunOzellikleri h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
/* Ürünler Sayfası */
section#heweso-urun-sayfasi {
    padding-top: 20px;
    padding-bottom: 20px;
	background: #fff;
}
.heweso-urun-bulunamadi {
    background: #ffe69e;
    padding: 10px;
    color: #000;
    margin-top: 20px;
    margin-left: 10px;
}
/* Ürün Kutuları */
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.heweso-urun-content h3{
	    position: absolute;
    z-index: 1; 
    left: 0.8rem;
    color: white;
    bottom: 6rem;
    padding-right: 1.8rem;
    margin-bottom: -25px;
}
.urunAdi h1 {
    font-size: 32px;
    font-weight: 800;
}
.image-wrapper:before {
        opacity: 0.4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
a.image-wrapper {
    display: block;
    position: relative;
}
.heweso-urun-ad {
    margin-top: -75px;
    z-index: 99999;
    display: block;
    position: absolute;
	    margin-left: 17px;
}
.heweso-urun-kategori-adi {
   background: #000;
    color: #fff;
    padding: 2px;
    font-size: 13px;
    font-weight: 200;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Roboto', sans-serif;
}
h1.heweso-urun-adi {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
}
.urunFiyat {
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.54);
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 5px;
    color: #000;
    font-weight: 700;
}.heweso-urun-content {
    box-shadow: 1px 1px 1px 1px #f5f5f5;
}.heweso-urun-aciklama {
    background: #fff;
    padding: 10px;
    color: #9c9c9c;
    font-size: 14px;
    margin: 0;
}

/* Arama Sayfası */
section#arama-sayfasi {padding: 50px;}

/* Padding */
.p-0{padding:0px;}
.p-1{padding:1px;}
.p-2{padding:2px;}
.p-3{padding:3px;}
.p-4{padding:4px;}
.p-5{padding:5px;}

/* Opacity */
.opacity-1:hover{opacity:.1;}
.opacity-2:hover{opacity:.2;}
.opacity-3:hover{opacity:.3;}
.opacity-4:hover{opacity:.4;}
.opacity-5:hover{opacity:.5;}
.opacity-6:hover{opacity:.6;}
.opacity-7:hover{opacity:.7;}
.opacity-8:hover{opacity:.8;}
.opacity-9:hover{opacity:.9;}

/* pointer */
.pointer{cursor:pointer;}

input#txtCaptcha {
    border: 1px solid #ccc;
}
button.btn-hws {
    background: #ed1c24;
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
}
button.btn-hws:hover{opacity:.7;}

a{text-decoration:none;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}

.carousel-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  }
 
 .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
 .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom {
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-indicators li img {
  height: 88px;}
  
.digerUrunler {
    background: #fff;
    font-size: 16px;
    border-left: 5px solid #e80202;
    padding-left: 8px;
    padding: 5px;
    color: #000;
    margin-bottom: 10px;
}
.ilginiziCekebilirContent {
    margin-bottom: 10px;
}
.ilginiziCekebilirAd {
    padding: 10px;
    background: #fff;
    color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(221, 221, 221, 0.64);
}
.urunOzellikleri {
    margin-top: 10px;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
    padding-top: 10px;
}
.urunOzellikleri {
    line-height: 150%;
}.urunOzellikleri h3 {
    color: #f67a30;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 15px;
}
.desc span {
    text-align: center;
    display: block;
    color: #999;
    margin-bottom: 4px;
}
.TabMenu {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
    padding-top: 15px;
	background:#fff;
}


.docs-sayfa{
    width: 100%;
    border: 1px solid #DDDDDD;
    margin: 0px 0px 11px 0px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
	margin-left: 4px;
    margin-right: 4px;
	padding:5px;
    height: 70px;
	}
.mavi{ color: #0058ff;}
.kirmizi{ color: #de2526;}
.turuncu{ color: #ff8f00;}
.yesil{ color: #06a529;}

.docs-sayfa i {
   
    font-size: 50px;
   
}
 .docs-sayfa .ikons{float:left;margin:0px 5px 0px 0px;}
.docs-sayfa .acik{
	font-size: 12px; 
    font-weight: 400;
	 
 
}
.docs-sayfa img{float:left;width:55px !important;}
.docs-sayfa:hover{opacity:0.8;}
.mb15{margin-bottom:15px;}
.SolTabMenu-UrunIcerik a{color:#000;}
.SolTabMenu-UrunIcerik b{font-weight:bold;}
/* İkon Görünümü */


.gallery-style {
    padding: 5px;
}

.gallery-style:hover {
 -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	display: block;
	
}
.insanKaynaklari {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ik-input input {
    border: 1px solid #ddd;
    padding: 10px;
    width: 500px;
}
.ik-ad {
    display: inline-block;
    float: left;
    margin-right: 20px;
	margin-top:9px;
	min-width:120px;
}
.ik-input select {
    border: 1px solid #ddd;
    padding: 10px;
    width: 500px;
}
.insanKaynaklari h2 {
    font-size: 23px;
    border-bottom: 1px solid #e30613;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-left: 10px solid #e30613;
    padding-left: 13px;
    padding-top: 6px;
}
input.ikbtn {
    width: 200px;
    background: #e30613;
    border: 0px;
    color: #fff;
    font-size: 17px;
}
section.container-gorunumu {
    padding: 50px;
    margin-top: 35px;
}
section.container-gorunumu h1 {
    font-weight: 900;
    font-size: 34px;
}
section.container-gorunumu span {
    font-weight: 300;
    font-size: 16px;
}
.ct-icerik {
    margin-top: 20px;
    font-size: 17px;
    line-height: 140%;
}section.container-gorunumu img {
    border-top-left-radius: 25px;
}
.cizgi-1 {
    width: 20px;
    height: 2px;
    background: #3ca9ff;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.container-gorunumu h1:after {
    border-bottom: 1px solid #942b2b;
    content: '';
    width: 200px;
    position: absolute;
    left: 0;
    margin-top: 45px;
}
.p-l-0{padding-left:0;}
.p-r-0{padding-right:0;}

.bg-image{
	 background-image: url(../images/shape-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: contain;
}
   

.heweso-ikon-gorunumu-1-ust p span {
    font-weight: 700;
}
.heweso-ikon-content img {
    display: inline-block;
    float: left;
	    margin-right: 10px;
}
.heweso-ikon-content p {
    margin-top: 2px;
}
.heweso-ikon-content {
    padding: 10px;
    min-height: 150px;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	cursor:pointer;
	margin-bottom: 7px;
}

#map{
	width:100%;
	height:400px;
}
.iletisim-special {
    border: 2px solid #f5f5f5;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    min-height: 146px;
    margin-bottom: 20px;
}

.iletisim-special i {
    font-size: 26px;
    line-height: 1.3em;
    color: #1c1c1c;
}
.iletisim-info p a {
    color: #000;
    font-weight: 400;
}
.iletisim-special h3 {
    color: #333333;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 21px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f3f7;
    background-image: none;
    border: 0;
    border-radius: 0px;
    margin-bottom: 10px;
    -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;
}
.wf50 {
    width: 50%;
    float: left;
    padding: 5px;
}
.wf10 {
    padding: 5px;
	clear:both;
	display:block;
}
.form-group {
    margin-bottom: 0px;
}
input#txtCaptcha {
    border: 1px solid #ccc;
    width: 200px;
    float: left;
}
.mtop {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 5px;
}
#map2 {
    width: 100%;
    height: 500px;
}
.harita {
    margin-top: 20px;
}
a.heweso {
    background: #ff6600;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.footerUst p {
    font-weight: 500;
    line-height: 140%;
	margin-bottom:10px;
	
}

section.heweso-container-gorunumu-1-icerik h1 {
    background: #f47c2e;
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
}
.heweso-container-gorunumu-1-icerik .ct-icerik {
    margin-top: 20px;
    font-size: 18px;
    line-height: 140%;
    color: #444;
}
.hws-k-hbr .desc h1 {
    color: #333;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}
.hws-k-hbr .desc h1:after {
    position: absolute;
    content: "";
    border: 1px solid #f57b2e;
    width: 90px;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}
.hws-k-hbr {
    min-height: 230px;
	margin-bottom: 35px;
}
.urunKategoriMenu{display:none;background:#fff;border-top:1px solid #ddd;}
#urunlerMenu{cursor: pointer;}
#urunlerMenu2{display:none;cursor: pointer;}
.ustmenuKategorilerAcilirMenu {
    text-align: center;
    padding: 40px;
    border-right: 1px solid #ddd;
}
.ustmenuKategorilerAcilirMenu h1 {
    font-size: 35px;
    color: #f67b2d;
    font-weight: 800;
}
.ustmenuKategorilerAcilirMenu p {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom:20px;
    color: #aeaeae;
}
.ustmenuKategorilerAcilirMenu a:hover {color: #fff !important;background:#3498db !important;}
.ustmenuKategorilerAcilirMenu a {
    font-size: 15px;
    font-weight: normal;
    padding: 6px 35px !important;
    margin-bottom: 0;
    color: #3498db;
    border: 1px solid #3498db;
}
.ustacilirmenukategoriler {
    text-align: center;
    width: 20%;
    float: left;
    padding-top: 20px;
}
.ustacilirmenukategoriler h1 {
    color: #8d919d;
    font-size: 18px;
}
ul.tree li:first-child{display:none;}
ul.tree {
    list-style: none;
    padding: 0;
}
ul.tree li a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 20px;
	display:Block;
}
ul.tree li ul li a:hover{color:#123c64;}
ul.tree li a:hover{color:#f67a32;}
ul.tree li ul li a {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
	margin-bottom: 10px;
	display:Block;
	
}
ul.tree li ul {
    list-style: none;
    padding: 0;
}
ul.tree li {
    margin-bottom: 25px;
}
ul.tree li ul li {
    margin-bottom: 0px;
}
ul.tree li ul li:first-child{display:block;}
.urunAciklamasi {
    font-size: 16px;
    line-height: 140%;
    color: #797979;
}

/* Tab Menü Görünüm 1*/
ul.tabs {
    padding: 0;
    list-style: none;
}
ul.tabs li {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #444;
    display: inline-block;
    font-size: 0.812rem;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    padding: 0 5px;
    text-transform: uppercase;
    transition: box-shadow 0.2s;
    margin-right: 10px;
}
ul.tabs .active {
    border-bottom: 2px solid #65b0ec;
    padding-bottom: 3px;
    margin-bottom: 2px;
	font-weight:700;
}
li.active:before {
    font: normal normal normal 16px/1 LineAwesome;
    content: '\f110';
    text-align: center;
    padding-right: 10px;
    font-weight: 800;
    color: #008eff;
    font-size: 17px;
}
.tab_container {
    margin-top: 25px;
}
section.heweso-icerik p {
    margin-bottom: 10px;
	
}
.heweso-haber-gorunumu-1-desc p{
	color: #828282;
    font-size: 14px;
    line-height: 140%;
}
.heweso-haber-gorunumu-1-desc {
	color: #000;
    margin-top: 10px;
    background: #fff;
    z-index: 9999;
    display: block;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.heweso-haber-gorunumu-1-desc h1 {
	font-weight: 600;
    font-size: 15px;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.iletisim-item i {
    width: 32px;
    height: 32px;
    float: left;
    font-size: 50px;
    margin-right: 30px;
	padding-top: 10px;
}
.info-baslik {
    font-weight: 700;
    font-size: 18px;
}
.ikon-info p {
    font-size: 15px;
    padding-left: 61px;
}
.iletisim-item {
    margin-bottom: 21px;
}
section.heweso-icerik p a {
    color: #000;
}
.iletisimBaslik {
    text-align: center;
}
.iletisimBaslik h1 {
    font-size: 32px;
    font-weight: 700;
}
.heweso-haber-gorunumu-1-desc i {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    display: block;
    position: absolute;
    float: right;
    right: 5px;
    margin-top: -43px;
    background: #fff;
    font-size: 20px;
    font-weight: 800;
    color: #d0d0d0;
    border-bottom: 1px solid #d2d2d2;
}