#more-themes {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 40px;
    overflow-y: scroll;
    opacity: 0;
    background: #eee;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
body.modal-open{
    overflow: hidden !important;
    position: initial;
    display: block;
    zoom: initial;
}
html.modal-open{
    overflow: hidden !important;
    overflow-y: hidden !important;
     zoom: initial;
}

body.modal-open #more-themes {
    display: block;
    -webkit-overflow-scrolling: touch;
}

.behind {
    position: relative;
}

#more-themes.active {
    z-index: 99999;
    opacity: 1;
}

.mks-content-wrapper {
    clear: both;
    margin: 0 auto;
    max-width: 1600px;
}

.mep-item-wrap {
    display: inline-block;
    position: relative;
    width: 31%;
    margin: 0 1% 40px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    vertical-align: top;
}

.mep-item-wrap .item-image {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.mep-item-wrap .item-image img {
    width: 100%;
}

.mep-item-wrap img {
    border-radius: 4px 4px 0 0;
}






.mep-item-wrap .item-image:hover:after {
    opacity: 0;
}

.newsletter-box .mep-item-wrap .item-image:after {
    opacity: 0 !important;
}

.item-txt {
    padding: 0 50px;
    text-align: center;
}

.item-txt h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #333;
}

#more-themes p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}

.item-buttons {
    margin: 27px 0;
    padding: 0 85px;
    text-align: center;
}

.mks-pill .mks-button-middle {
    text-decoration: none;
}

.mks-pill .mks-pill-left {
    float: left;
    width: 50%;
    border-radius: 5px 0 0 5px;
}

.mks-pill .mks-pill-right {
    float: left;
    width: 50%;
    border-radius: 0 5px 5px 0;
    border-left: none;
}

.mks-button {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.mks-button {
    text-decoration: none !important;
}

.mks-button-orange {
    color: #7b0404;
    background: #f9cb44;
}

.mks-button-middle,
.submit {
    padding: 12px 30px;
    text-decoration: none;
}

.mks-button {
    display: inline-block;
    -webkit-appearance: none;
    min-width: 200px;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

.mks-button-orange:hover {
    background: #f9d862;
    color: #7b0404;
}

.mks-button-gray {
    color: #303030 !important;
    background: #ddd;
}

.mks-close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    color: #333;
}

.modal-head {
    width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    color: #333;
    display: none;
}

.modal-title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 42px;
}

.modal-subtitle {
    font-size: 19px;
    line-height: 27px;
}
#more-themes  .row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  clear: both;
}

@media only screen and (max-width:1180px) {
#more-themes .mks-content-wrapper{max-width: 960px;}   
#more-themes .mep-item-wrap{width:48%; margin: 0 1% 20px;} 
#more-themes .modal-head{width:100%;}
}
@media only screen and (max-width:710px) {
#more-themes .mks-content-wrapper{max-width: 90%; max-width:500px;}   
#more-themes .mep-item-wrap{width:100%; margin: 0 0 20px;} 
#more-themes .modal-head{width:100%;}
#more-themes .modal-title{font-size: 26px;}
#more-themes .item-buttons{padding:0;}
}
@media only screen and (max-width:480px) {
.modal-subtitle{font-size: 15px;line-height: 22px;}
.item-txt{padding:0 10px;}
}