/*
Xatai 
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
html{height:100%;min-height:100%; min-width:290px;}
body{min-height:100%; position:relative; min-width:290px;}
html,html a{-webkit-font-smoothing:antialiased}
body,select,input,textarea,button{font:normal 14px/1.5 Arial,Helvetica,sans-serif;color:#353535;outline:none}
a{outline:none;color:#3394e6;text-decoration:none}
a img{border:0 none}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{margin:2em 0 .6em;line-height:normal;font-weight:400;text-rendering:optimizeLegibility}
h1{font-size:23px}
h2{font-size:21px}
h3{font-size:20px}
h4{font-size:18px}
h5{font-size:16px}
strong,b{font-weight:700}
* {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

/* Struktur */
.sayt {width:1020px; margin:0 auto; padding: 0 10px;-webkit-box-shadow: 0px 0px 4px 1px #ccc; -moz-box-shadow: 0px 0px 4px 1px #ccc; box-shadow: 0px 0px 4px 1px #ccc;}

/* Header */
header {margin: 0 -10px; position:relative; z-index:2;}
.headertop {background-color: #000; position:relative;}
.headertop:after {clear: both;content: "";display: table;}
.headertopleft {float:left;}
.headertopleft ul li {float:left;}
.headertopleft ul li a {display:block; line-height:24px; padding: 5px 10px; font-size:13px; color: #fff; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.headertopleft ul li a:hover {background-color: rgba(193, 193, 193, 0.3);}
.headertopright {float:right; margin-right:10px;}
.headertopright ul li {float:left;}
.headertopright ul li a {display:block; padding:4px; width:20px; height:20px; margin: 7px 0 7px 5px; background-color: rgba(255, 255, 255, 0.2); border-radius:2px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.headertopright ul li i {content: ""; display:block; width:12px; height:12px;}
.headertopright ul li.facebook i {background-image: url(../images/facebook.svg);}
.headertopright ul li.twitter i {background-image: url(../images/twitter.svg);}
.headertopright ul li.instagram i {background-image: url(../images/instagram.svg);}
.headertopright ul li.facebook:hover a {background-color: #3b5998;}
.headertopright ul li.twitter:hover a {background-color: #55acee;}
.headertopright ul li.instagram:hover a {background-color: #3f729b;}
.headersearch {float:right; border-left: 1px solid rgba(68, 68, 68, 0.82); cursor: pointer; }
.headersearch i {width:18px; height:18px; margin: 8px; display:block; background-image: url(../images/search.svg); background-size:cover; background-position: 0 -1px;}
.headersearch.closed i { background-position: 0 100%;}
.searchopen {display:none; position: absolute; right: 0; top: 100%; z-index: 9999; padding: 10px 15px; background-color: #000; border-top: 1px solid rgba(68, 68, 68, 0.82);}
.searchopen input[type="text"] {line-height: 1; border: none; padding: 0 10px; font-size: 16px; height: 30px; width: 250px; box-shadow: inset 2px 2px 6px 0px #ccc; -webkit-box-shadow: inset 2px 2px 6px 0px #ccc; -moz-box-shadow: inset 2px 2px 6px 0px #ccc;}
.languages {float:right; margin-right:8px; overflow:hidden;}
.languages ul li {float:left;}
.languages ul li a {display:block; margin: 7px 0 7px 6px; line-height:20px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; color: #fff; font-size:13px; font-weight:bold;}
.languages ul li a:hover {color: #459dcc}
.headermiddle {overflow:hidden;}
.headermiddle .logo, .headermiddle .mobillogo {float:left;}
.headermiddle .logo a {display:block; padding: 11px 0 11px 10px;}
.headermiddle .logo a img {display:block; height:72px;}
.headermiddle .mobillogo {display:none;}
.headermiddle .mobillogo a {display:block; padding:6px 10px;}
 .headermiddle .mobillogo a img {display:block; height:62px;}
.headermiddle .bannertop {float:right; padding: 17px 10px 17px 0; height:94px;}
.headermiddle .bannertop img {display:block;}
.headermiddle .mobilmenu {display:none; float:left; width: 32px; height: 25px; position: relative; margin: 25px 10px 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer;}
.headermiddle .mobilmenu span {display: block; position: absolute; height: 5px; width: 100%; background: #fff; border-radius: 3px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.headermiddle .mobilmenu span:nth-child(1) {top: 0px;}
.headermiddle .mobilmenu span:nth-child(2) {top: 10px;}
.headermiddle .mobilmenu span:nth-child(3) {top: 20px;}
.headermiddle .mobilmenu.open span:nth-child(1) {top: 10px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.headermiddle .mobilmenu.open span:nth-child(2) {opacity: 0; left: 60px;}
.headermiddle .mobilmenu.open span:nth-child(3) {top: 10px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}
.headermiddle .mobilesearch {margin: 25px 10px 24px; display:none; float:right; }
.headermiddle .mobilesearch i {display:block; width:25px; height:25px; background-image: url(../images/mobilesearch.svg); cursor:pointer;}
.headermiddle .mobilesearch.akte {position: absolute;z-index: 999;background-color: #459dcc;margin: 0;top: 0;left: 0;right: 0;bottom: 0; float:none; padding: 20px 45px;}
.headermiddle .mobilesearch.akte i {top: 25px;position: absolute;left: 10px;}
.headermiddle .mobilesearch.akte span{top: 25px;position: absolute; right: 10px; display:block; width:25px; height:25px; background-image: url(../images/closesearch.svg); cursor:pointer;}
.headermiddle .mobilesearch .mobinp {display:none; height: 100%; border-bottom: 1px solid #fff;}
.headermiddle .mobilesearch.akte .mobinp {display:block;}
.headermiddle .mobilesearch .mobinp form {height:100%;}
.headermiddle .mobilesearch .mobinp input[type="text"] {height: 100%; border: none; background-color: #459dcc; width: 100%; line-height: 1; font-size: 18px; color: #fff;}
.headerbottom {overflow:hidden; margin-bottom:15px;}
.headerbottom .mainmenu {overflow:hidden; background-color: #459dcc; position:relative; height:40px;}
.headerbottom .mainmenu ul li {float:left;}
.headerbottom .mainmenu ul li a {display:block; color: #fff; font-size:16px; padding:8px 10px 4px; border-bottom: 4px solid transparent; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.headerbottom .mainmenu ul li a:hover {background-color: rgba(255, 255, 255, 0.18); border-bottom: 4px solid rgba(255, 255, 255, 0.33);}
.headerbottom .mainmenu .respmenu {display:none; position:absolute; right:10px; top:8px;}
.headerbottom .mainmenu .respmenu i {width:24px; height:24px; display:block; background-image: url(../images/more.svg); cursor: pointer;}
.mobilnav {z-index: 999;position: fixed; display:block; transition: all .2s ease; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; top: 74px; width: 200px; background-color: #f6f5f5; overflow-y: auto; left:-200px;  bottom: 0;}
html.formobile {overflow:hidden; max-width:100%; position:fixed; top:0; left:0;}
.formobile .mobilnav {display:block; left:0; box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.42); -webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.42); -moz-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.42);}
.ortuk {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 1; visibility: hidden; opacity: 0; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;}
.formobile .ortuk {visibility: visible; opacity: 1;}
.mobilnav .menulistmob ul li { box-shadow: 0 -1px 0px 0px rgb(208, 208, 208); -webkit-box-shadow: 0 -1px 0px 0px rgb(208, 208, 208); -moz-box-shadow: 0 -1px 0px 0px rgb(208, 208, 208); border-top: 1px solid #fff;}
.menulistmob ul li a {padding: 15px; display: block; color: #333; line-height: 16px; font-weight:bold; font-size:16px;}
.menulistmob ul li:hover { box-shadow: inset 0px 0px 4px 2px rgb(208, 208, 208); -webkit-box-shadow: inset 0px 0px 4px 2px rgb(208, 208, 208); -moz-box-shadow: inset 0px 0px 4px 2px rgb(208, 208, 208); background-color: #f3f3f3; border-top: 1px solid #ccc;}
.mobilnav .headertopright.fixa {float:none; margin:0; position:fixed; bottom:0; width:200px; padding:5px; text-align:center; background-color: #f6f5f5; height: 36px; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.mobilnav .headertopright.fixa ul {display: inline-block;}
.headertopright.fixa ul li a {padding:5px; width:26px; height:26px; margin:0 5px; background-color:rgb(150, 150, 150);}
.mobilnav .headertopright.fixa ul li a i {width: 16px; height:16px;}
#site_content {transition: all .2s ease; -webkit-transition: all .2s ease; -moz-transition: all .2s ease;}
.formobile #site_content {-webkit-transform: translate3d(200px, 0, 0); -moz-transform: translate3d(200px, 0, 0); -ms-transform: translate3d(200px, 0, 0); -o-transform: translate3d(200px, 0, 0); transform: translate3d(200px, 0, 0);}
.languages.fea {float:none; margin:0; overflow:hidden; text-align:center;}
.languages.fea ul li {float:none; display:inline-block;}
.languages.fea ul li a {margin: 7px 0 7px 6px; color: #459dcc; font-size:16px; line-height:24px;}
.languages.fea ul li a:hover {color:#333;}

/* Main Slider */
.mainslider {overflow:hidden; margin: 0 -10px 30px}
.mainslidervrap {overflow:hidden; padding: 0 10px}
.owl-carousel {width:685px; float:left; display: none; margin:0 15px 0 0; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
.owl-stage {position: relative; -ms-touch-action: pan-Y; }
.owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.owl-stage-outer {position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }
.item {background-size:cover; width:100%; padding-top: 75.184%; background-position: center center;}
.owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.owl-nav.disabled, .owl-dots.disabled {display: none; }
.owl-nav .owl-prev, .owl-nav .owl-next, .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-nav {opacity: 0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.owl-nav  div {position:absolute; top: 0; bottom:0; margin: auto; width:46px; height:46px; }
.owl-prev {left:0;}
.owl-next {right:0;}
.owl-nav div:before {content: ""; width:46px; height:46px; display:block;}
.owl-nav .owl-prev:before {background-image: url(../images/prev.svg);}
.owl-nav .owl-next:before {background-image: url(../images/next.svg);}
.owl-loaded {display: block;}
.owl-loading {opacity: 0; display: block;}
.owl-hidden {opacity: 0;}
.owl-refresh .owl-item {visibility: hidden;}
.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-grab {cursor: move; cursor: grab;}
.blackfon {position: absolute; width: 100%; height: 44%; bottom: 0; background: #000; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); background: -webkit-linear-gradient(top, transparent, #000); background: -moz-linear-gradient(top, transparent, #000); background: -ms-linear-gradient(top, transparent, #000); background: -o-linear-gradient(top, transparent, #000); opacity: 0.8; -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}
.sliderbanner {float:left;}
.bannerone {width:300px; height:250px;}
.bannerone img, .bannerone iframe {display:block;}
.bannerone.frst {margin-bottom:15px;}
.owl-carousel a {display:block; height:100%;}
.owl-carousel .iteminfo {position: absolute;bottom:0; left:0; right:0; padding:20px; -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}
.owl-carousel .iteminfo h1 {margin:0; color: #fff; font-size:26px; line-height:32px; text-shadow: 1px 1px 3px #000; padding-bottom: 5px;}
.owl-carousel .iteminfo h1 > *{font-weight:normal !important}
.owl-carousel .stat span {text-shadow:none;}
.owl-carousel .stat.date {margin-right:15px;}
.owl-carousel .iteminfo .itemextrainfo {display:inline-block;}
.owl-carousel .categoryname {position:relative; left:0; top:0; margin-bottom: 10px; -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}
.owl-carousel:hover .owl-nav {opacity: 1;}

/* Content list */
.contentlist ul {margin: 0 -8px; overflow:hidden;}
.contentlist ul li {float:left; width:33.333333333%; padding: 0 8px 30px 8px}
.contentlist ul li a {display:block; border: 1px solid #d1d7dc; -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1); position:relative;}
.contentlist ul li .contentimage {position:relative; width:100%; padding-top: 70%; overflow:hidden; background-size:cover;background-position: center center;}
.contentlist ul li .contentimage .black {position:absolute; top:0; right:0; left:0; bottom:0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; background-color: transparent;}
.contentlist ul li .contentimage i {width:34px; height:34px; background-image: url(../images/eyeto.svg); position:absolute; left:50%; bottom:-50%; margin-bottom: -17px; margin-left:-17px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; background-color: transparent;}
.categoryname {position:absolute; top:10px; left: -4px; background-color: #459dcc; padding: 2px 7px; color: #fff; display:inline-block; font-size:13px; line-height:18px;}
.categoryname:after {content:""; width:0; height:100%; border-style: solid; border-width: 11px 5px 11px 10px; border-color: #459dcc transparent #459dcc #459dcc; position:absolute; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; right: -9px; top:0;}
.contentlist ul li  .contentinfo {padding:10px;}
.contentlist ul li  .contentinfo h1 {margin:0; color: #333; font-size:18px; line-height:23px; font-weight:bold;}
.contentlist ul li .contentfooter {overflow:hidden; padding:6px 10px; background-color: #efefef; border-top: 1px solid rgba(204, 204, 204, 0.35); font-size:13px;}
.stat.date {float:left;}
.stat.view {float:right;}
.stat i {width:16px; height:16px; margin: 1px 5px 1px 0; display:block; float:left;}
.stat.date i {background-image: url(../images/date.svg);}
.stat.view i {background-image: url(../images/view.svg);}
.stat span {float:left; color: #909090; display:block; text-shadow: 1px 1px 1px #fff; line-height:18px;}
.contentlist ul li a:hover .contentimage .black {background-color: rgba(0, 0, 0, 0.4)}
.contentlist ul li a:hover .contentimage i {bottom: 50%;}
.contentlist ul li a:hover  h1 {color: #459dcc}
.more {text-align:center; margin-bottom: 30px;}
.more a {display:inline-block; background-color: #efefef; padding: 8px 15px; border-radius: 4px; border: 1px solid #ccc; color: #717171; font-weight:bold; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.more a:hover {color: #fff; background-color: #459dcc; border-color: #459dcc;}

/* Footertop gallery */
.footergallery {overflow:hidden; margin-bottom:30px;  -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
.footergallery .footitem {}
.footergallery .footitem a {display:block;}
.footergallery .footitem .galleryimage {width: 100%;padding-top: 70%;position: relative;overflow: hidden; background-size:cover; background-position: center center; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px);}
.footergallery .footitem .galleryimage .shadow {padding: 50px 10px 10px 10px;background-image: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,0.9) 100%);background-image: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.9) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e5000000', GradientType=0);position: absolute;bottom: 0px;left: 0px;right: 0px;}
.footergallery .footitem .galleryimage .shadow h1 {margin: 0;font-size: 16px;color: #fff;}
.footergallery .footitem .galleryimage .shadow h1 > * {font-weight: normal !important; color: #fff !important}
.footergallery .footitem .galleryimage .categoryname {left:0;}
.footergallery:hover .owl-nav {opacity: 1;}
.footergallery .owl-nav div {background-color: rgba(76, 175, 80, 0.55); padding: 10px;}
.footergallery .owl-nav div:before {width:26px; height:26px;}

/* Footer */
footer {overflow:hidden; background-color: #000; margin:0 -10px;}
footer .footerleft {float:left; padding: 12px; }
footer .footerleft p {float:left; line-height: 20px; color: #ccc;}
footer .footerleft p.counter {margin: -6px 5px -6px;padding: 0 10px 0 30px;height: 32px;}
footer .footerright {float:right; padding: 12px; }
footer .footerright ul li {float:left; }
footer .footerright ul li a {display:block; display: block; line-height: 20px; font-size: 13px; color: #bbb; padding: 0 8px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
footer .footerright ul li a:hover {color: #fff;}

/* Content */
.content {overflow:hidden;}
.content .contentm {position:relative;}
.content .contentleft {float:left; width:70%; padding-right:15px; padding-bottom:15px;}
.content .contentright {float:right; width:30%;}
.content .contentleft .contentname {margin:0; font-size:25px; margin-bottom:15px;}
.content .contentleft .contentname > * {font-weight:normal;}
.content .contentleft .contentinfo {width:100px; position: absolute; left:0; top:0;}
.content .contentleft .contentinfo .infopanel {height:36px; border: 1px solid rgb(204, 198, 198); background-color: rgba(0, 0, 0, 0.07); padding:5px; text-align:center; margin-bottom:10px;}
.content .contentleft .contentinfo .infopanel .infopanelic {display:inline-block;}
.content .contentleft .contentinfo .infopanel .infopanelic i {float:left;width:22px; height:22px; display:block; background-image: url(../images/view.svg); margin: 1px 5px 1px 0;}
.content .contentleft .contentinfo .infopanel .infopanelic span {overflow:hidden;display:block; line-height:24px; color: #909090; text-shadow: 1px 1px 1px #fff; font-weight:bold; font-size:16px; max-width:71px;}
.content .contentleft .contentinfo .timepanel {background-color: #459dcc; padding:5px; line-height:24px; text-align:center; color: #fff; font-size:16px; font-weight:bold; position:relative;}
.content .contentleft .contentinfo .timepanel.days {background-color: #459dcc;}
.content .contentleft .contentinfo .timepanel.hours {background-color: #000; margin-bottom:10px;}
.content .contentleft .contentinfo .timepanel i{display:block; width:28px; height:28px; position:absolute; bottom: -6px; left: -6px;}
.content .contentleft .contentinfo .timepanel.days .respdate {display:none;}
.content .contentleft .contentinfo .timepanel.days .respico {display:none; width: 13px; height: 13px; margin: 3.5px 5px 3.5px 0; float:left; background-image: url(../images/dateresp.svg);}
.content .contentleft .contentinfo .timepanel.days i{background-image: url(../images/datel.svg); opacity: .3;}
.content .contentleft .contentinfo .timepanel.hours i{background-image: url(../images/hour.svg); opacity: .2;}
.content .contentleft .contentinfo .timepanel .monthl {margin: 0 -5px;}
.content .contentleft .contentinfo .socialpanel {overflow:hidden;}
.content .contentleft .contentinfo .socialpanel ul {opacity: .8; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
.content .contentleft .contentinfo .socialpanel ul li {float:left; width:50%;}
.content .contentleft .contentinfo .socialpanel ul li a {display:block; padding: 10px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
.content .contentleft .contentinfo .socialpanel ul li i {display:block; width:20px; height:20px; margin: 0 auto;}
.content .contentleft .contentinfo .socialpanel ul li.facebookp a {background-color: #3b5998;}
.content .contentleft .contentinfo .socialpanel ul li.twitterp a {background-color: #55acee;}
.content .contentleft .contentinfo .socialpanel ul li.googleplusp a {background-color: #dc4e41;}
.content .contentleft .contentinfo .socialpanel ul li.whatsappp a {background-color: #25d366;}
.content .contentleft .contentinfo .socialpanel ul li.facebookp i {background: url(../images/facebook.svg);}
.content .contentleft .contentinfo .socialpanel ul li.twitterp i {background: url(../images/twitter.svg);}
.content .contentleft .contentinfo .socialpanel ul li.googleplusp i {background: url(../images/googleplus.svg);}
.content .contentleft .contentinfo .socialpanel ul li.whatsappp i {background: url(../images/whatsapp.svg);}
.content .contentleft .contentinfo .socialpanel ul:hover {opacity: 1;}
.content .contentleft .contentinfo .socialpanel ul li.facebookp a:hover {background-color: #304c86;}
.content .contentleft .contentinfo .socialpanel ul li.twitterp a:hover {background-color: #3b8ece;}
.content .contentleft .contentinfo .socialpanel ul li.googleplusp a:hover {background-color: #c53f32;}
.content .contentleft .contentinfo .socialpanel ul li.whatsappp a:hover {background-color: #1bb555;}
.content .contentleft .contenttext {margin-left:110px;}
.content .contentleft .contenttext .contentimg {margin-bottom:15px;}
.content .contentleft .contenttext .contentimg img {display:block; max-width:100%; min-width:100%;}
.content .contentleft .contenttext .contentstory {font-size:16px; line-height:22px;}
.content .contentleft .contenttext .contentstory img {max-width:100%;}
.content .contentleft .contenttext .contentstory iframe {width:100%; max-width:100%;}
.titpanel {margin-bottom:15px; background-color: #000;}
.titpanel h1 {margin:0; display:inline-block; background-color: #459dcc; color: #fff; line-height: 30px; padding: 3px 15px; font-size:20px;}
.newslist  {margin-bottom:15px;}
.newslist .titpanel {margin-bottom:0;}
.newslist .newslistvrap {border: 1px solid rgba(204, 204, 204, 0.35); border-top:none; overflow:hidden;}
.newslist ul li {}
.newslist ul li:after {content: ""; height: 1px; background: #e0e0de; display:block; margin:0 5px;}
.newslist ul li a {display:block; padding:10px; color: #565656;}
.newslist ul li a .timeset {font-size: 13px; float: left; padding: 3px 7px; background: #eee; margin-right: 10px; line-height: 19px;}
.newslist ul li a .newst {overflow: hidden; line-height: 19px; font-size: 15px; font-weight:bold;}
.newslist ul li a:hover .newst {color: #459dcc;}
.newslist .allnews a {display:block; padding:5px; text-align:center; background-color: #f7f7f7; -webkit-box-shadow: 0px -1px 4px 0px #d2d2d2; -moz-box-shadow: 0px -1px 4px 0px #d2d2d2; box-shadow: 0px -1px 4px 0px #d2d2d2;color: #888; text-shadow: 1px 1px 1px #fff; font-weight:bold; font-size:13px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
.newslist .allnews a:hover {color: #fff; text-shadow: none; background-color: #459dcc}
.newslist .gunler {display: block; padding: 5px 16px; color: #b3b3b3; font-weight: 600; font-size: 16px; background-color: rgba(238, 238, 238, 0.83); text-transform: none; text-align: center; margin: 10px 10px 0 10px;}
.newslist .gunler .gunic:before {content: ""; width: 0; height: 100%; border-style: solid; border-width: 12px 5px 11px 12px; border-color: #e9e9e9 transparent #e9e9e9 #e9e9e9; position: absolute; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; right: -9px; top: 0;}
.sidebarbanner {margin-bottom:15px; width:300px; height:250px;}
.sidebarbanner img, .sidebarbanner iframe {display:block;}
.ffpage {margin:10px auto 0; text-align:center;}

/* Pager */
.pager {text-align:center; margin-bottom: 20px;}
.pager ul li {margin: 0 4px 10px; vertical-align: top; display:inline-block;}
.pager ul li a {background: #a0a7b1; padding: 3px 6px; text-decoration: none; color: #909090; display: block; min-width: 24px; height: 24px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out; line-height: 16px; border: 1px solid #d1d7dc; background-color: rgba(0, 0, 0, 0.07);}
.pager ul li a:hover, .pager ul li.selected a {background-color: #459dcc; border-color: #459dcc; color: #fff;}


								@media only screen and (min-width: 200px) and (max-width: 1210px) {
									#reklamdesktop { display:  none; }
								}

								@media only screen and (min-width: 600px) {
									#reklammob { display:  none; }
								}

								@media only screen and (max-width: 600px) {
									#reklammob { display:  block; }
								}



.xeber-lenti-reklam {padding: 5px; position: relative; border: 1px solid #ef5f084f; font-size: 17px; font-weight: bold; background-color: #f5f5f5f5;}
.xeber-lenti-reklam .timeset {display:none; }
.newslistvrap ul li:first-child:after {content: none;}