@import url('../../css.css');

html, body {
    margin:0px;
    padding:0px;
    background:#ffffff;
    font-family: 'Roboto Condensed', Tahoma !important;
    font-size:13px !important;
	zoom:105%;
}

@font-face {
  font-family: 'Glyphs';
  src:  url('../../assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
        url('../../assets/fonts/glyphicons-halflings-regular.woff') format('woff');
}

.glyphicon {
    font-family: 'Glyphs', sans-serif;
}

a, img {
    text-decoration:none !important;
    border:none !important;
    outline:none !important;
}

a, input {
    -webkit-transition: 200ms ease-out 0.1s;
    -moz-transition: 200ms ease-out 0.1s;
    -o-transition: 200ms ease-out 0.1s;
    transition: 200ms ease-out 0.1s;
}

input, select, textarea {
    outline:none !important;
}

.headertop {
    background:#16804f;
    color:#fff;
}

.phonecont label { display:block; line-height:21px; padding-top:8px; padding-bottom:4px; }
.phonecont { font-size:16px; font-weight:bold; display:inline-block; padding-left:15px; padding-top:3px; }
.phonecont a, .phonecont a:focus, .phonecont a:hover { color:#fff; }
.phonecont .glyphicon { font-size:18px; float:left; padding-right:5px; }

.socials { float:right; }

.socials a {
    display:inline-block;
    width:32px;
    height:32px;
    background-position:center;
    background-repeat:no-repeat;
    margin-top:3px;
}

.socials a:hover { background-color:#111; }
.socials a.facebook { background-image:url(../images/face.png); }
.socials a.twitter { background-image:url(../images/twit.png); }
.socials a.linkedin { background-image:url(../images/link.png); }
.socials a.googleplus { background-image:url(../images/plus.png); }
.socials a.whatsapp { background-image:url(../images/what.png); }

.langsel { line-height:24px; cursor:pointer; cursor:hand; position:relative; float:right; font-size:16px; font-weight:bold; padding:8px; z-index:99; background:#159a59; }
.langsel img { width:24px; height:18px; float:left; padding-right:5px; padding-top:3px; }
.langsel .glyphicon { float:right; padding-top:3px; padding-left:5px; }
.langsel label {
    display:block;
    padding:0px !important;
    margin:0px !important;
    cursor:pointer;
    cursor:hand;
}
.langsel:hover {
    background:#159a59;
}

.logocont img { height:100px; margin-top:10px; margin-bottom:10px; }

.aracont {
    vertical-align:middle;
    text-align:right;
    padding-top:45px;
}

.aracont a {
    font-size:15px;
    font-weight:700;
    color:#999;
    padding:5px 10px;
    float:right;
}

.bright {
    border-right:1px solid #dadada !important;
}

.aracont .arama {
    background:url(../images/src.png) no-repeat right 10px center;
    display:inline-block;
    width:200px;
    margin-left:5px;
}

.menucont {
    background:#16804f;
    text-align:left;
    margin-bottom:15px;
    z-index:101;
}

.menucont a:nth-child(2) {
    background:#159a59;
}

.menucont div {
    z-index:102;
}

.menucont a, .menucont .acilir {
    display:block;
    float:left;
    padding:17px 20px;
    color:#fff;
    font-weight:700;
    font-size:15px;
    cursor:pointer;
    cursor:hand;
    text-transform: uppercase;
}

.menucont a:hover, .menucont a:focus, .menucont .acilir:hover {
    background:#159a59;
    color:#fff;
}

.menucont .acilir {
    position:relative;
}

.menucont .acilir:hover .acildi, .langsel:hover .acildi {
    display:block;
}

.menucont .acilir span {
    display:block;
    width:100%;
    height:100%;
}

.menucont .acilir span em {
    float:right;
    padding-top:3px;
    padding-left:5px;
    font-size:13px;
}

.acildi {
    background:#16804f;
    display:none;
}

.langsel .acildi {
    top:40px;
    width:100% !important;
}

.langsel .acildi a {
    width:auto !important;
    padding:10px !important;
    color:#fff;
    text-transform: none;
}

.menuopener {
    display:none !important;
}

.menuopener:hover, .menuopener:focus {
    background:#16804f !important;
}

.menuopener label {
    float:right !important;
}

.menuopener label a {
    color:#fff !important;
}

.menuopener a, .menuopener span {
    display: inline-block !important; width:auto !important;
    padding:0px !important;
    background:none !important;
}

.menuopener span.glyphicon {
    padding-left:5px !important;
}

.menuopener em {
    padding-left:0px !important;
    margin-left:0px !important;
}

.footer {
    background:#16804f;
    margin-top:25px;
    color:#fff;
}

.footer .col-md-3 {
    padding-top:15px;
    padding-bottom:30px;
}

.footer .col-md-3 h1 {
    font-size:21px;
    color:#fff;
    font-weight:700;
}

.footer .col-md-3 a {
    display:block;
    font-size:15px;
    color:#fff;
    padding-bottom:5px;
    padding-top:5px;
}

.footer .col-md-3 a:hover, .footer .col-md-3 a:focus {
    text-decoration:underline !important;
    color:#fff;
}

.footer .socials {
    float:none !important;
}

.footer .socials a {
    display:inline-block;
    float:none !important;
    background-color:#0c1625 !important;
    margin-top:10px;
    margin-right:5px;
}

.footer .socials a:hover, .footer .socials a:focus {
    text-decoration:none !important;
}

.fooinput {
    background:#0c1625 !important;
    color:#fff !important;
    border:1px solid #111 !important;
    text-align:center;
    margin-top:10px;
}

.foobutton {
    margin-top:5px;
    width:100%;
    background:#159a59 !important;
    border:1px solid #159a59 !important;
}

.foobottom {
    padding:15px;
    text-align:center;
    color:#fff;
    font-size:18px;
    font-weight:700;
    background:#154c33;
}

.maintitle {
    margin:0px;
    padding:0px;
    padding-bottom:10px;
}

.sublisting {
    border-bottom:1px solid #e2e2e2;
    padding-bottom:10px;
    margin-bottom:10px;
    padding-left:15px;
    padding-right:15px;
}

.sublisting .col-md-1 {
    background:#16804f;
    color:#fff;
    text-align:center;
    line-height:21px;
    font-size:41px;
    padding-top:15px;
}

.aramacol {
    background:#16804f;
    color:#fff;
    text-align:center;
    font-size:41px;
}

.sublisting .col-md-1 span {
    font-size:21px;
    display:block;
    padding-top:10px;
}

.sublisting .col-md-1 label {
    font-size:21px;
    font-weight:300;
    letter-spacing:2px;
    padding-bottom:5px;
}

.sublisting .col-md-11 h2 {
    margin:0px;
    padding:0px;
    padding-bottom:10px;
    font-size:21px;
    color:#666;
}

.sublisting .col-md-11 h2 span, .txtcont h2 span {
    font-size:14px;
    background:#e2e2e2;
    padding:2px 5px;
    display:block;
    float:left;
    margin-top:3px;
    margin-right:5px;
}

.txtcont h2 span {
    margin-top:-2px;
}

.sublisting .col-md-11 p {
    font-size:15px;
    font-weight:300;
    color:#888;
}

.txtcont {
    line-height:21px;
    font-size:15px;
    color:#888;
}

.txtcont h2 {
    margin:0px;
    padding:0px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #e2e2e2;
    color:#333;
    font-size:15px;
}

.altbaslik {
    padding:5px 15px;
    font-size:21px;
    color:#fff;
    background:#16804f;
}

.sagsub {
    padding-left:15px;
    padding-right:15px;
    border-bottom:1px solid #e2e2e2;
    padding-bottom:15px;
}

.sagsub:last-child {
    border:none;
}

.sagsub h3 {
    margin:0px;
    padding:0px;
    padding-bottom:10px;
    padding-top:15px;
    font-size:15px;
    font-weight:700;
}

.sagsub p img {
    float:left;
}

.thumblisting {
    text-align:center;
    padding-top:10px;
    padding-bottom:15px;
    border:1px solid #e2e2e2;
    margin-bottom:20px;
    margin-top:10px;
    position:relative;
}

.thumblisting span {
    display:block;
    color:#333;
    font-size:15px;
    padding-top:10px;
    height:40px;
}

.thumblisting img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:100%;
    height:120px;
}

.thumblisting .play {
    position:absolute;
    width:64px;
    height:64px;
    z-index:12;
    color:#fff;
    left:50%;
    top:50%;
    margin-top:-50px;
    margin-left:-32px;
}

.thumblisting .play a {
    display:block;
    width:100%;
    height:100%;
}

.thumblisting .play .glyphicon {
    font-size:64px;
    color:#fff;
}

.thumblisting:hover .glyphicon {
    color:#fff;
    text-shadow:1px 1px #111;
    cursor:pointer;
    cursor:hand;
}

.thumblisting.inline {
    display:inline-block;
    padding:10px !important;
    padding-right:0px !important;
    margin:0px !important;
    margin-left:10px !important;
    margin-bottom:10px !important;
    border:none !important;
}

.thumblisting.inline img {
    width:60px;
    height:60px;
    margin-bottom:0px !important;
}

.thumblisting.inline br {
    display:none !important;
}

.haberlisting {
    display:table;
    margin-bottom:25px;
}

.habercont {
    border:1px solid #e2e2e2;
}

.haberlisting div {
    display:table-cell;
    padding:10px;
    vertical-align:top;
}

.haberthumb {
    width:110px;
    height:120px;
    padding-right:0px !important;
}

.haberthumb img {
    width:100%;
    height:100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hthumb {
    width:50px;
    height:50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right:10px;
}

.haberdescr h1, .haberdescr h2, .haberdescr h3 {
    padding:0px;
    margin:0px;
}

.haberdescr h1 {
    font-size:18px;
    color:#16804f;
    padding-bottom:5px;
    margin-bottom:5px;
    height:20px;
    overflow:hidden;
}

.haberdescr h2 {
    font-size:13px;
    color:#666;
    padding-bottom:10px;
}

.haberdescr h3 {
    font-size:15px;
    font-weight:300;
    color:#888;
    margin-bottom:10px;
}

.mtop3 {
    margin-top:-5px;
}

.staticmaps {
    width:100%;
}

.staticmaps frame, .staticmaps iframe {
    width:100%;
    height:300px;
}

.sayfalisting {
    padding:30px 15px;
    border:1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-size:21px;
    color:#111;
}

.carousel-indicators-numbers li {
    text-indent: 0 !important;
    margin: 0 2px !important;
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    border-radius: 100% !important;
    line-height: 30px !important;
    color: #fff !important;
    background-color: #999 !important;
    transition: all 0.25s ease !important;
    margin: 0 2px !important;
}

.carousel-indicators-numbers li:hover, .carousel-indicators-numbers li:active, .carousel-indicators-numbers li.active {
    margin: 0 2px !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #337ab7 !important;
}

.carousel-inner .item {
    height:400px;
    position:relative;
}

.carousel-inner .item img {
    width:100% !important;
    height:100% !important;
}

.carousel-inner .item .itemdesc {
    position:absolute;
    width:80%;
    padding:15px;
    background:url(../images/trans.png);
    bottom:80px;
    left:10%;
    text-align:center;
    font-size:18px;
    font-weight:300;
    color:#fff;
}

.homewidget {
    border:1px solid #16804f;
}

.tablecont {
    display:table;
    width:100%;
    min-height:228px !important;
}

.tablecell {
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}

.tablecell a {
    color:#111;
}

.tablecell .widgetpr, .tablecell .widgetnx {
    width:40px;
    cursor:pointer !important;
    cursor:hand !important;
}

.widgetpr .glyphicon, .widgetnx .glyphicon {
    font-size:28px;
    font-weight:300;
    cursor:pointer;
    cursor:hand;
}

.widgetpr {
    text-align:left;
}

.widgetnx {
    text-align:right;
}

.homewidget h3, .habercontainer h3, .etkinlikcont h3 {
    background:#16804f;
    color:#fff;
    margin:0px;
    padding:10px;
    font-size:21px;
    font-weight:300;
    -webkit-box-shadow: 0px 10px 15px -8px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 10px 15px -8px rgba(0,0,0,0.50);
    box-shadow: 0px 10px 15px -8px rgba(0,0,0,0.50);
}

.homewidget h3 .glyphicon {
    float:left;
    margin-right:10px;
}

.homewidget .duyurucont {
    padding:15px;
    text-align:center;
    font-size:15px;
}

.etkinlikcont {
    border:1px solid #16804f;
    margin-top:15px;
}

.habercontainer {
    border:1px solid #16804f;
    padding-bottom:15px;
}

.homehablisting {
    margin-top:15px;
    position:relative;
}

.homehablisting img {
    width:100%;
    height:auto;
}

.homehablisting span {
    display:block;
    padding-top:10px;
    color:#333;
    text-align:center;
    font-size:15px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.habkat {
    position:absolute;
    left:30px;
    top:15px;
    text-align:left;
    z-index:11;
}

.newtanitim {
    display:table;
    width:100%;
    height:80px;
    background-position:left 10px center;
    background-size:48px 48px;
    background-repeat:no-repeat;
    box-sizing:border-box;
    margin-bottom:15px;
    padding:5px;
    border:3px solid #16804f;
}

.newtanitiminner{
    display:table-cell;
    width:100%;
    height:100%;
    text-align:left;
    vertical-align:middle;
    box-sizing:border-box;
    cursor:pointer;
    cursor:hand;
    padding-left:60px;
}

.newtanitiminner a {
    font-size:13px;
    color:#16804f;
    font-weight:300;
    letter-spacing:0px;
}

.newtanitiminner a:hover {
    text-decoration:none;
}

#etkinlikinner {
    padding:15px;
    padding-top:9px;
    padding-bottom:4px;
}

.fc-scroller {
    min-height:314px !important;
}

#etkinlikinner .fc-header-toolbar {
    display:none !important;
}

#etkinlikinner h2 {
    margin:0px !important;
    font-size:18px !important;
    margin-top:15px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background:#16804f !important;
    color:#fff !important;
    font-size:21px !important;
    padding:10px !important;
    font-weight:300 !important;
    height:43px !important;
    line-height:21px !important;
}

.tab-content {
    border:1px solid #16804f;
    padding:0px !important;
    padding-top:10px !important;
}

.nav-tabs>li>a {
    font-size:21px !important;
    padding:10px !important;
    font-weight:300 !important;
    height:43px !important;
    line-height:21px !important;
    color:#999 !important;
}

.thumbcont {
    display:block;
    width:100%;
    padding:10px;
    border:1px solid #e2e2e2 !important;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.50);
}

.thumbcont img {
    width:100%;
    box-sizing:border-box;
}

.galtumu {
    padding-bottom:0px;
    text-align:center;
    padding-bottom:10px;
}

.galtumu a {
    font-size:20px;
    font-weight:300;
    color:#999;
    text-decoration:underline !important;
}

.pagecont {
    text-align:center;
    padding-top:15px;
}

.pagecont a {
    margin-left:5px;
    margin-right:5px;
}

#etkinlikinner td {
    height: 15px !important;
    line-height: 15px !important;
    min-height:15px !important;
}

#etkinlikinner .fc-row.fc-widget-content {
    min-height:36px !important;
    height:36px !important;
}

#etkinlikinner .fc-scroller {
    min-height:220px !important;
    height:220px !important;
}

#galscroller img, #galscroller2 img {
    width:100% !important;
    height:160px !important;
}

.duyuruprev, .duyurunext {
    display:none;
}

.duyurucell {
    position:relative;
    overflow:hidden;
}

#duyuruinner {
    height:202px;
}

.duyurucell .sublisting {
    height:58px !important;
    overflow:hidden;
    border:none !important;
    margin-bottom:13px;
    margin-top:9px;
}

.duyurucell .sublisting:last-child {
    margin-bottom:0px !important;
}

.duyurucell .sublisting:last-child .col-md-10 {
    border:none !important;
}

.duyurucell .sublisting .col-md-2 {
    padding:0px;
    text-align:center;
    font-size:18px;
    color:#fff;
    background:#159a59;
}

.duyurucell .sublisting .col-md-2 span, .duyurucell .sublisting .col-md-2 label {
    background:#16804f;
    display:block;
    font-size:13px;
    color:#fff;
}

.duyurucell .sublisting .col-md-2 span {
    padding-top:2px;
    font-size:9px;
}

.duyurucell .sublisting .col-md-2 label {
    padding-bottom:1px;
}

.duyurucell .col-md-10 {
    border-bottom:1px solid #e2e2e2;
    padding-bottom:4px;
    padding-right:0px;
}

.duyurucell .col-md-10 h2 {
    margin:0px;
    padding:0px;
    padding-bottom:3px;
    margin-bottom:3px;
    font-size:13px;
    color:#333;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top:3px;
}

.duyurucell .col-md-10 p {
    margin:0px;
    padding:0px;
    font-size:11px;
    color:#666;
    text-align:justify;
}

.tabduyuru .duyurucell {
    max-width:358px !important;
}

.findik {
    padding:5px;
    font-size:14px;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    background:#159a59;
    margin-bottom:15px;
    margin-top:15px;
}

.linkcontainer .tdd {
    display:table-cell;
}

.mainlinks {
    min-width:300px !important;
}

.linkcontainer .tdd.arrs:first-child {
    background:url(../images/nleft.png) no-repeat left top;
}

.linkcontainer .tdd.arrs:last-child {
    background:url(../images/nright.png) no-repeat right top;
}

.linkcontainer {
    margin-top:15px;
}

.tabled {
    display:table;
}

.linkcontainer a img {
    height:60px;
}

.linkcontainer a {
    display:inline-block;
    padding:5px 10px;
    border:1px solid #e2e2e2 !important;
    margin:5px;
}

.inscroller {
    width:100%;
    height:80px;
    overflow:hidden;
    position:relative;
}

.mainscroll {
    width:5000px;
    position:absolute;
    left:0px;
    top:0px;
}

.personel {
    float:none !important;
    display:inline-block !important;
    margin:0px auto !important;
    margin-top:20px !important;
    margin-bottom:10px !important;
}

.persin {
    padding:10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    border-radius:8px;
}

.persin img {
    margin-bottom:15px;
    width:100%;
}

.persin label {
    font-size:18px;
}

.centertext {
    text-align:center !important;
}

.bordered {
    border:1px solid #e2e2e2 !important;
    padding:15px;
    border-radius:5px;
}

.form-control.half {
    width:200px !important;
}

.setbagis {
    display:block;
    padding:15px 30px;
    font-weight:bold;
    font-size:21px;
    text-align:center;
    border:1px solid #e2e2e2 !important;
    border-radius:5px;
    color:#333 !important;
}

.setbagis:hover {
    background:#f2f2f2;
}

.mar15 {
    margin:15px 5px;
}

.nomartop {
    margin-top:0px !important;
}

.uyehesap {
    position: relative;
    display: inline-block;
    height: 40px;
    color: #ffffff;
    cursor: pointer;
    padding: 14px 22px 14px 52px;
    background: url(../../images/user.png) 12px 8px no-repeat #159a59;
}

.uyehesap label {
    cursor:pointer;
}

.turanj {
    color:#ffffff;
    background:#ff5400;
}

.yellow {
    color:#ffffff;
    background:#ffae00;
}

.turanj:hover, .yellow:hover {
    background:#ff0000;
    color:#ffffff !important;
}

.girisacilir {
    position:absolute;
    width:500px;
    text-align:center;
    background:#159a59;
    left:0px;
    top:40px;
    -webkit-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    padding-bottom:15px;
    z-index:99999;
}

.girisacilir h3 {
    color:#ffffff;
    font-size: 18px;
    font-weight: 300;
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #16804f;
    padding-top:15px;
}

.girisacilir .form-group strong {
    display:block;
    padding-bottom:7px;
}

.uyehesapmoblab {
    display:none;
    position:absolute;
    left:0px;
    top:0px;
    width:52px;
    height:40px;
}

.salta {
    color:#dadada;
    padding-left:15px;
    font-size:11px;
}

.salta:hover {
    color:#ffffff;
    text-decoration:underline !important;
}

.red {
    color:red;
}

.red:hover, .red:focus, .red:active {
    color:red;
    text-decoration:none !important;
}

.txleft {
    text-align:left;
}

.headermid {
    border-bottom:3px solid #16804f;
    margin-bottom:15px;
}

.nwmenu a, .nwmenu .acilir, .menuopener {
    display:block;
    padding:9px 15px 9px 15px;
    background:#16804f;
    color:#ffffff !important;
    font-weight:normal !important;
    text-decoration:none !important;
    font-size:18px;
    text-transform: uppercase;
    border-bottom:1px solid #159a59 !important;
    cursor:pointer;
    cursor:hand;
}

.menuopener {
    border:none !important;
}

.nwmenu a:last-child {
    border:none !important;
}

.nwmenu a:first-child, .nwmenu a:last-child {
    padding-top:10px !important;
    padding-bottom:11px !important;
}

.nwmenu .acilir em {
    float:right;
    padding-top:3px;
}

.nwmenu a:hover, .nwmenu a.active, .nwmenu a:focus, .nwmenu .acilir:focus, .nwmenu .acilir.active, .nwmenu .acilir:hover {
    background:#159a59;
}

.acildi a {
    display:block;
    background:none;
    font-size:15px;
    border-bottom:1px solid #159a59 !important;
}

.acildi a:hover, .acildi a.active, .acildi a:focus {
    background:#159a59;
}

.sidepad {
    padding-left:0px !important;
}

.month_hover {
    max-width:220px !important;
}

@media(max-width:1000px) {
    .aracont {
        display:none;
    }
    
    .mobnopad {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    
    .headermid {
        margin-bottom:0px !important;
        border:none !important;
    }
    
    .spzorla {
        bottom:10px !important;
    }
    
    .duyurucell {
        padding-bottom:0px !important;
    }
    
    #duyuruinner {
        height:auto !important;
        overflow:hidden !important;
    }
    
    .duyurucell .col-md-10 {
        border-bottom:0px !important;
        padding-bottom:0px !important;
    }
    
    .duyurucell .sublisting {
        height:auto !important;
    }
    
    .duyurucell .col-md-10 p {
        height:auto !important;
        border:none !important;
    }
    
    .tablecont.tabduyuru {
        display: block;
    }
    
    .widgetpr .glyphicon, .widgetnx .glyphicon {
        font-size:18px !important;
    }
    
    .tabduyuru {
        height:70px !important;
        min-height:0px !important;
        overflow:hidden !important;
        padding-top:0px !important;
    }
    
    #duyuruinner .sublisting {
        padding-bottom:0px !important;
        margin-bottom:0px !important;
    }
    
    .tabled {
        width:100% !important;
    }
    
    .sidepad {
        padding-left:15px !important;
    }
    
    .habercontainer {
        margin-top:0px;
    }
    
    .carousel{
        margin-top:0px;
        margin-left:-15px;
        margin-right:-15px;
    }
    
    .nwmenu {
        display:none;
    }
    
    .uyehesapmoblab {
        display:block;
    }
    
    .girisacilir {
        width:250px;
    }
    
    .headertop .socials {
        display:none;
    }
    
    .uyehesap {
        padding-right:0px;
        float:left;
    }
    
    .uyehesap label, .parabirimi label, .langselector label {
        display:none;
    }
    
    #galscroller img, #galscroller2 img {
        width:265px !important;
        height:180px !important;
    }
    
    .duyurucell .sublisting {
        height:auto !important;
    }
    
    .duyurucell .col-md-10 p {
        height:auto !important;
        border:none !important;
    }
    
    .tabduyuru {
        height:110px !important;
        min-height:100px !important;
        padding-top:20px;
        overflow:hidden !important;
    }
    
    .txtcont h2 {
        text-align:center;
    }
    
    .mobstyleme {
        float:none !important;
        width:100%;
        text-align:center;
        margin-top:5px !important;
    }
    
    .thumblisting img {
        width:90%;
        height:auto !important;
    }
    
    .widgetpr, .widgetnx {
        padding:10px !important;
    }
    
    .galtumu {
        padding-top:15px;
    }
    
    .fotable, .vitable {
        min-height:228px !important;
    }
    
    #duyuruinner {
        height:auto !important;
        overflow:hidden !important;
    }
    
    .container img {
        max-width:100% !important;
    }
    
    .duyuruprev, .duyurunext {
        display:table-cell;
    }
    
    .duyuruprev {
        padding-right:0px !important;
    }
    
    .duyurunext {
        padding-left:0px !important;
    }
    
    .ytvideo {
        height:auto !important;
        min-height:240px;
    }
    
    .carousel-inner .item .itemdesc {
        font-size:13px !important;
        padding:5px !important;
    }
    
    .headertop .phonecont {
        display:none;
    }
    
    .headertop label {
        display:inline-block;
    }
    
    .socials {
        float:left;
    }
    
    .langsel {
        float:right;
        display:inline-block;
    }
    
    .logocont {
        text-align:center;
    }
    
    .aracont {
        text-align:center;
        padding-top:5px;
        padding-bottom:15px;
    }
    
    .aracont a {
        display:none;
    }
    
    .aracont input, .aracont form {
        float:none !important;
    }
    
    .menucont .container {
        padding:0px;
    }
    
    .menucont a, .menucont .acilir {
        display:block;
        width:100%;
    }
    
    .menucont .acildi {
        position:relative;
        top:15px;
    }
    
    .footer {
        text-align:center;
        margin-top:15px;
    }
    
    .footer .col-md-3 {
        padding-bottom:0px;
    }
    
    .footer .col-md-3:last-child {
        padding-bottom:15px;
    }
    
    .footer h1 {
        border-bottom:1px solid #154c33;
        padding-bottom:5px;
        padding-top:5px;
        background:#159a59;
    }
    
    .foobottom {
        font-size:15px;
    }
    
    .menuopener {
        display:block !important;
    }
    
    .menucont {
        height:54px;
        overflow:hidden;
    }
    
    .maintitle {
        text-align:center;
    }
    
    .maintitle a {
        display:block;
        margin-bottom:10px;
    }
    
    .sublisting {
        border:none;
    }
    
    .sublisting .col-md-1 {
        font-size:21px;
        padding-top:0px;
        margin-bottom:15px;
    }
    
    .sublisting .col-md-1 span, .sublisting .col-md-1 label {
        display:inline-block !important;
        font-size:21px;
        letter-spacing:0px;
    }
    
    .sublisting .col-md-1 span {
        padding-left:5px;
        padding-right:5px;
    }
    
    .newtanitim {
        padding:5px !important;
        background-position:left 5px center !important;
        background-size:48px 48px !important;
        height:82px !important;
        overflow:hidden !important;
    }
    
    .newtanitiminner a {
        font-size:13px !important;
        letter-spacing:0px !important;
        line-height:13px !important;
    }
    
    .newtanitiminner {
        text-align:left !important;
        padding-left:53px !important;
    }
    
    .tntmrow .col-xs-6:nth-child(odd) {
        padding-right:7px !important;
    }
    
    .tntmrow .col-xs-6:nth-child(even) {
        padding-left:7px !important;
    }
    
    .carousel-inner .item {
        height:240px !important;
    }
    
    .etkinlikcont {
        margin-top:10px;
        margin-bottom:15px;
    }
    
    .uyehesap label, .parabirimi label, .langselector label {
        font-size:11px !important;
        padding-right:10px;
    }
    
    .month_day, .month_names em {
        width:14% !important;
    }
}