* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;


}
body{
  font-size:14px;
}
a {
    cursor:pointer;
}
a:hover {
    text-decoration: none;
}

h1 {
  font-size: 22px;
  margin-bottom: 0;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}
.trans{    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}
.t-header {
  background: url(../images/t-pattern.PNG) no-repeat top left, linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(237, 236, 236, 1) 100%);
  height: 36px;
}

.t-header i {
  padding: 3px;
  font-size: 30px;
}

.t-header .fa-facebook-square {
  color: #3a589b;
}

.t-header .fa-twitter-square {
  color: #598dca;
}

.t-header .fa-youtube-square {
  color: #cf3427;
}
.t-header .fa-instagram {
  color: #F56040;
}

.m-logo {
  margin-top: -20px;
}

.atam {
  height: 110px;
}

.btn.focus, .btn:focus{box-shadow: none;}

/*NAVBAR*/
.navbar {
  background: url(../images/b-pattern.PNG)no-repeat right bottom;
}

.navbar-toggler {
  border: 0px !important;
}

.navbar-nav {
  font-weight: 500;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.dropdown-menu{font-size:15px;}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}


.nav-item>a {
  font-weight: medium;
  color: #fff !important;

}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #37749e
}
.bg-none {
    background:none !important;
}

.bg-lblue {
  background: #37749e !important;
}

.bg-dblue {
  background: #344e75;
}
.bg-gray {
    background: rgba(219, 219, 219, 1);
}
.bgg-light {
    background: rgba(255,255,255,.5);
}

.c-dblue{color:#344e75;}

.btn-query {
  background: #bababa;
  color: #43637c;
  font-weight: 500;
}

/*MAVBAR*/

/*SIDE NAV*/
.no-padding{
  padding:0px;
}
.side-nav {
  background:rgba(255,255,255,.5);border-radius:5px;
}
ul.nav-menu-list-style{
  margin:0;
}
ul.nav-menu-list-style .nav-header{
/*  border-top:1px solid #FFFFFF;*/
  border-bottom:1px solid #e8e8e8;
  display:block;
  margin:0;
  line-height:42px;
  padding:0 8px;
  font-weight:600;
  color:#344e75;
  cursor:pointer;
}
.nav-list li {padding-left: 5px !important;} 
ul.nav-menu-list-style> li{
  position:relative; width:100%; 
}
    ul.nav-menu-list-style > li a {
        padding: 0 10px;
        line-height: 32px;
        display: block;
        width: 100%;
    }
.tree li{width:100%;}
 
ul.nav-menu-list-style{list-style:none; padding:0px; margin:0px;}
ul.nav-menu-list-style li .badge,ul.nav-menu-list-style li .pull-right,ul.nav-menu-list-style li span.badge,ul.nav-menu-list-style li label.badge{float:right; margin-top:7px;}
ul.bullets{list-style:inside disc}
ul.numerics{list-style:inside decimal}
 
/*SIDE NAV*/

/*SEARCH BAR*/
 
.search-box {
  position: absolute;
  top: 0;
  right: 0;
  /*transform: translate(-50%, -50%);*/
  background: #344e75;
  height: 53px;
  border-radius: 30px 0 0 30px;
  padding: 0px;
}

.search-box i {
  font-size: 20px !important;
}

/* input */
.search-input {
  outline: none;
  border: none;
  background: none;
  width: 0;
  padding: 0;
  color: #fff;
  float: left;
  font-size: 16px;
  transition: .3s;
  line-height: 56px;
  text-indent: 10px;
}

/* icon */
.search-btn {
  color: #fff;
  float: right;
  width: 44px;
  height: 44px;
  margin:5px;
  border-radius: 44px;
  background: #344e75;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;

}

.search-input:focus,
.search-input:not(:placeholder-shown) {
  width: 240px;
  padding: 0 6px;
}

.search-box:hover>.search-input {
  width: 240px;
  padding: 0 6px;
}

.search-box:hover>.search-btn,
.search-input:focus+.search-btn,
.search-input:not(:placeholder-shown)+.search-btn {
  background: #fff;
  color: #344e75;
}

/*SEARCH BAR*/

/*PAGE*/
#imgCarousel .img-grid {
    overflow: hidden;
    height: 180px;
}
 
#imgCarousel .carousel-inner img {
    min-height: auto;
    height: 190px;
    width: auto;
 
}

.imgCarousel .carousel-control-next {
    width: auto;
    margin-right: -20px;
}

.imgCarousel .carousel-control-prev {
    width: auto;
    margin-left: -20px;
}
/*VIDEO*/
.video {
    border-radius: 20px !important;
    position: relative;
}
.video position-absolute {
    border-radius: 20px !important;
    position: relative;
}
.video i{font-size:36px;position:absolute; top:40%; left:45%;}
/*Av DETAIL*/
.av-detail {
    background: rgba(237, 236, 236, 1);
}
.av-detail ul {
    padding: 5px;
}
    .av-detail ul li {
        padding: 5px;
        color: #415464;
    }
    .av-detail img { padding:5px; width:110px;
    }
    /*SLIDER*/
    .main-carousel {
        background: url(../images/tekirdag.webp);
    }
.carousel {
  max-width: 1500px;
  margin: 0px auto;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 60px !important;
  height: 60px !important;
}

.slider-tblock {
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
}


.gray-gradient {
  background: linear-gradient(90deg, rgba(232, 230, 230, 1) 0%, rgba(198, 196, 196, 1) 100%);
}

.search-input::placeholder {
  color: #fff !important;
  opacity: .4;
  /* Firefox */
  text-indent: 10px;
}

.search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}

.semi-circle {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%);
  height: 24px;
  width: 15px;
  border-radius: 0px 20px 20px 0;
  background-color: #e58232;
}


.plate{height:221px;}

.president-cls{background: #5c7e7e;border-radius:3px;}

.president-img{max-height: 160px;}

.president {
  color: #fff;
  font-size: 14px;
  padding-top:4px;
}

.president b {
  font-weight: 500;

}

.president span {
  color: #c9d6d6;
}

.m-menu {
  list-style: none;
  margin: 5px 0 0 15px;
}

.m-link {
  padding-right: 1rem;
  padding-left: 0.3rem;
  display: inline-block;
  color: #4d4d4f;
  font-size: 13px;
 
}

.m-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: #aec1ce;
}

.baro-levha {
  background: url(../images/b-pattern.PNG) no-repeat right bottom, #345975;
  color: #fff;
  font-weight: 500;
}

.b-btn {
  color: #344e75;
  text-align: center;
}

.b-btn .btn-div {
  padding: 0px 0px;
  margin-bottom: 10px;

}
.b-btn .btn-div .card {
  background: #fff; 
  border-radius: 5px;
  height: 100%;
  font-weight: 500;
 
}
.b-btn .btn-div .card:hover {
  background: rgba(255,255,255,.3);
  background-color: rgba(255,255,255,.3);
  border:1px solid #dedede;
}
.b-btn .btn-div .card a{position: absolute;top:0;right:0;left:0;bottom:0;}
 
.b-btn i {
  font-size: 32px;
  padding: 20px 0 0 0;
}

.b-btn span {
  font-size: 14px;
  font-weight: 600;
}

.bline .a {font-size:13px!important;
}

/*NEWS*/
.d-news{background:#fff; border-radius:5px; }
.d-news:hover{box-shadow:0px 0px 7px rgba(0,0,0,.2);}
.d-news .fa-arrow-circle-o-right{font-size:15px; padding-top:4px;}
    .d-news a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.news {padding-bottom:60px; background:url(../images/nbg-pattern.PNG) top center, #d3e6f4;}
.news .wrapper{background:#344e75;}
.news .wrapper .container{color: #fafafa!important;}
.news .image {
  position: relative;
  margin:8px 0 0;
  height: 180px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

/*.news div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.news .image img {
  height: 180px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.news .text {
  color:#415464;
  margin: 10px 8px;

}

.news .text .head{height:64px; overflow: hidden; font-weight:500; font-size: 14px;}

.news .text p {
  margin-top:10px;
  margin-bottom:0px;
  font-size: 12px;
  color: #a2b8c8;
}

.news .text p i {
  color: #a2b8c8;
}
/*.news div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
/*NEWS*/

/*EVENTS*/
.d-events{background:#5c7e7e; border-radius:2px;}
.d-events .fa-arrow-circle-o-right{font-size:15px; padding-top:4px;}
.events .image {
  position: relative;
  margin: 0px 0 10px 0 ;
  height: 160px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  
}
.d-events:hover .image{margin-top:-10px;}
.events{background:#f4f4f4;}
.events .wrapper{background:url(../images/t-pattern.PNG) no-repeat right top,#e1e0e0;}
.events .wrapper .container{color: #fafafa!important;}
.events h1{color:#5c7e7e;}
.events .bordered{border:2px solid #e69859; position: absolute; width:110px; height: 110px; top:12px; left:12px; border-radius:5px; z-index:0;}
.events div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.events .image img {
  height: 160px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.events .text {
  color:#fff;
  margin: 10px 15px;

}

.events .text .head{height:64px; overflow: hidden; font-weight:500; font-size: 14px;}

.events .text p {
  margin-top:5px;
  margin-bottom:0px;
  font-size: 18px;
  color: #c9e9e9;
}

.events .text span {
  font-size: 18px;
  color: #efb794;
}
.events div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-events{position:relative; width:250px; padding:15px 20px 12px 20px; font-size:18px; border:2px solid #e69859; color:#444; border-radius:30px;}
.all-events i{font-size:16px;margin-top:2px;display:block;}
.all-events:hover{background:#e69859; color:#fff;}
.all-events a{position: absolute;}

/*EVENTS*/

/*ANNOUNCEMENT*/

.announcements{background:url(../images/announce-background.webp) top center, #d3e6f4;}
.announcements .header{background:url(../images/r-pattern.PNG) no-repeat right bottom,#b15b5b;}
.announcements .header div{color:#fafafa}
 .announce{border-bottom:1px solid #fff; padding:30px 0;width:100%}
 .announce .head{max-height:42px;}
 .announce:hover{border-bottom:1px solid #e69859;}
 .announce:hover .arrw{ color:#80a5c7;}
 .announce .date{background:#e69859; max-height:48px; width:175px; min-width:175px; border-right:3px solid #5c7e7e; padding:10px 10px 8px 15px; border-radius:20px 0 0 20px;}
 .announce .date i{color:#5c7e7e;font-size:24px; text-shadow:1px 1px 2px  #fff;}
 .announce .date span{color:#fff; font-size:18px;margin-left:10px;}
 .announce .text{background-color:rgba(0,0,0,0); border:none; margin: 0;}
 .announce .arrw{font-size:34px; color:#5c7e7e; }
 .announce a{left:0;right:0;top:0;bottom:0;cursor:pointer;}
 
.all-announcements{position:relative; width:250px; padding:15px 20px 12px 20px; background: #5c7e7e; font-size:18px; border:1px solid #fff; color:#FFF; border-radius:30px;}
.all-announcements i{font-size:16px;margin-top:3px;display:block;  }
.all-announcements:hover{background:#e69859; color:#fff;}
.all-announcements a {position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

/*ANNOUNCEMENT*/

/*GRID PAGES*/

.grid-pages {padding-bottom:60px; background:url(../images/nbg-pattern.PNG) top center, #d3e6f4;}
.grid-pages .wrapper{background:#344e75;}
.grid-pages .wrapper .container{color: #fafafa!important;}
.grid-pages h1{color:#fff;}
.grid-pages .counter{font-size:13px;}
.filter-link{color:#fff;padding: 0rem 0.75rem;}
.filter-link:hover{color:#5a98c2;}
#filter-panel{background: #d3e6f4 !important; padding-bottom: 5px; border-radius:0 0 5px 5px}
 
.l-light{background:rgba(255,255,255,.5)}
.l-light .info h3{color:#415464;}
.l-light .info .text{color:#415464; font-size: 14px; max-height: 44px; overflow: hidden; font-weight: 400;}
.l-light .arrw{color:#5c7e7e;}
.l-light .image{min-width:70px; min-height:70px;max-height:70px; overflow:hidden; position: relative;}
.l-light .image img{ height:70px; position:absolute; left: 50%; transform: translate(-50%, 0);}
.l-light a{position:absolute; top:0;right:0;left:0; bottom:0;}
.l-grid>div:hover{background:rgba(255,255,255,.7);}
.l-grid a{position:absolute; top:0;right:0;left:0; bottom:0;}
.l-image img {height:70px;}

.g-light {
    position: relative;
}
.g-light .info h3{color:#415464;}
.g-light .info .text{color:#415464; font-size: 14px; max-height: 44px; overflow: hidden; font-weight: 400;}
.g-light .arrw{color:#5c7e7e;}
.g-light .image{ width:100%; min-height:220px;max-height:220px; overflow:hidden; position: relative; }
.g-light .image img{ height:220px; position:absolute; left: 50%; transform: translate(-50%, 0);}
.g-light a{position:absolute; top:0;right:0;left:0; bottom:0;}
.g-light .date{color:#5c7e7e;font-size: 12px; padding-bottom: 10px;}
.g-grid .p-2{background:rgba(255,255,255,.5);}
.g-grid .p-2:hover{background:rgba(255,255,255,.7); }

/*GRID PAGES*/

/*SINGLE PAGE*/
.page-wrapper{background:rgba(255,255,255,.5) }
.content-container{color: #415464; text-align:justify; font-weight: 400;}
.content-container h2{text-align: left;background:#5c7e7e; border-radius:5px; padding:10px;color:#fff;}

.event-image a{cursor: pointer;}
.event-image a i{position: absolute;z-index:1;margin-bottom:-20px; padding:10px;background:rgba(255,255,255,.6); border-radius:0 0 5px 0}
.event-image img{width:100%;}
.add-event{background: #b15b5b;cursor: pointer;}
/*BIG BUTTONS*/

/*POST*/
.post .head{color:#344e75;font-size:16px;}
.post .info{color:#666;font-size: 14px; height: 42px; overflow:hidden;}
.post .detail{font-size:12px;color:#9e9e9e;}
.post .detail .btn{font-size:13px; background:#b15b5b;color:#fff;}
.post .detail .btn:hover{background:#833939;}
/*POST*/


.big-buttons{background:#f2f0f0;}
.big-buttons .big-btn{color:#344e75; font-size:20px; position: relative; margin-bottom:20px;}
.big-buttons .big-btn div{background:#fafafa;}
.big-buttons .big-btn div:hover {background:#e0e9f6;}
.big-buttons .big-btn a{position: absolute;}

/*BIG BUTTONS*/

/*ICON BUTTONS*/

.icon-buttons{background:#37749e;}
.icon-buttons .icon-btn{margin-bottom:20px;}
.icon-buttons .icon-btn .text{background:#fff;padding:7px; font-size:14px;color:#444444; text-indent: 3px;}
.icon-buttons .icon-btn .icon{background:#fff; color:#b15b5b; padding:2px 16px; border-radius:30px;margin-left:-20px;}
.icon-btn .rounded:hover .icon{background:#b15b5b; color:#fff; }
.icon-buttons .icon-btn .icon i{font-size:24px; margin-top:12px; }

/*ICON BUTTONS*/

footer{background:url(../images/footer-bg.webp) no-repeat top center; position: relative;}
footer .flogo {
    border: 3px solid #fff;
    border-radius: 90px;
    margin-top: -50px;
    height: 100px;
}
footer::after {
  content: "";
  background: rgba(66, 90, 127, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

footer > * {
  position:relative;
  z-index: 1;
}
footer .info {line-height: 32px;}
footer .social-media i{font-size:36px; color:#fff; margin-left:3px;}
footer .privacy{background:#37749e; padding: 8px 0;}
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1 !important;
  font-size: 14px;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf !important;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bfbfbf !important;
}

textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1b1b1 !important;
    font-size: 14px;
    opacity: 1;
    /* Firefox */
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bfbfbf !important;
}

textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bfbfbf !important;
}

.drmbox {
    width: 90px;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    margin-top:10px;
    color: #fff;
    border-radius: 3px;
}
.drm1 { background:#444; }
.drm2 { background:#2a3f54; width:120px; }
.drm3 { background:#76b852; }
.drm4 { background:#888; }
@media (min-width: 1220px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: 0.3rem;
    display: inline-block;
    font-size:14px;

  }

  .navbar-expand-lg .navbar-nav .nav-item::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: #4f87ae;
  }
 
}


@media (max-width: 1140px) {
  .grid-pages h1{font-size:18px;}
  .m-logo {
    margin-top: -20px;
    height: 74px;
  }

  .atam {
    height: 50px;
  }

  .search-box {
    height: 54px;
  }

  .search-btn {
    height: 44px;
  }

  .carousel-inner img {
    width: 100%;
    height: auto ;
    min-height: auto;

  }
  .big-buttons .big-btn img{height: 50px;}
  .big-buttons .big-btn{ font-size:18px; }
}


@media (max-width: 768px) 
{

  .big-buttons .big-btn img{height: 40px;}
  .big-buttons .big-btn{ font-size:16px; }

  table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}
    #imgCarousel .img-grid {
 
        height: 120px;
    }

    #imgCarousel .carousel-inner img {
        min-height: auto;
        height: 130px;
        width: auto;
    }

   
}

@media (max-width: 992px) and (min-width:768px) {

  .col-md-0 {
    flex: 0 0 0;
    max-width: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .president {
    font-size: 11px;
  }

  .semi-circle {
    display: none;
  }
}



.option-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    top: 8.33333px;
    /*opacity:0;
  padding:8px 0;*/
    right: 0;
    bottom: 0;
    left: 5px;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.navigator label {
    padding: 8px 5px 8px 37px !important;
    margin-top: -25px;
    height: auto !important;
    line-height: 26px !important;
}

.option-input input:hover {
    background: #9faab7;
}

.option-input input:checked {
    background: #e3a40e;
}

    .option-input input:checked::before {
        height: 20px;
        width: 20px;
        position: absolute;
        content: '✔';
        display: inline-block;
        font-size: 16.66667px;
        text-align: center;
        line-height: 22px;
    }

    .option-input input:checked::after {
        -webkit-animation: click-wave 0.65s;
        -moz-animation: click-wave 0.65s;
        animation: click-wave 0.65s;
        background: #e3a40e;
        content: '';
        display: block;
        position: relative;
        z-index: 100;
    }

.option-input input[type=radio] {
    top: 5.43333px;
    border-radius: 50%;
}

    .option-input input[type=radio]::after {
        border-radius: 50%;
    }

.option-input input[type=text] {
    font-size: 18px !important;
}





.ac-container {
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: left;
}

    .ac-container table {
        width: 100%;
    }

    .ac-container .filter {
        display: none;
    }

    .ac-container label {
        padding: 5px 10px 5px 0;
        position: relative;
        z-index: 0;
        display: block;
        height: 32px;
        cursor: pointer;
        color: #fff;
        line-height: 33px;
        font-size: 15px !important;
        background: #182f4d;
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
    }

        .ac-container label:hover {
            background: #628383;
        }

    .ac-container input:checked + label,
    .ac-container input:checked + label:hover {
        background: #dadada;
        color: #666;
        text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
    }

        .ac-container label:hover:after,
        .ac-container input:checked + label:hover:after {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            right: 13px;
            top: 7px;
            /*background: transparent url("https://www.izmirbarosu.org.tr/css/../images/arrow_down.png") no-repeat center center;	*/
        }

        .ac-container input:checked + label:hover:after {
            background-image: url("https://www.izmirbarosu.org.tr/css/../images/arrow_up.png");
        }

    .ac-container .ac-inpt {
        display: none;
    }

    .ac-container article {
        margin-top: -1px;
        overflow: hidden;
        height: 100%;
        position: relative;
        z-index: 10;
        -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    }

    .ac-container input:checked ~ article {
        -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    }

        .ac-container input:checked ~ article.ac-small {
            height: 100%;
        }

        .ac-container input:checked ~ article.ac-medium {
            height: 100%;
        }

        .ac-container input:checked ~ article.ac-large {
            height: 100%;
        }

@media (max-width: 1240px) {
    .ac-container article {
        height: 0px;
    }

    .ac-container .filter {
        display: block;
    }
}
