.wrapper-lg {
    padding: 30px;
}
.bg-white {
    background-color: #fff;
    color: #717171;
}
.swiper-container {
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
/*.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}*/
.swiper-container .panel {
    background: #fff left top no-repeat;
    background-size: contain;
    border: 0;
    margin-bottom: 0;
}
.panel {
    border-radius: 2px;
}
.swiper-container .panel-heading {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-color: #fff;
    color: #31313b;
    padding: 10px 15px 0;
    position: relative;
}
.panel-heading {
    border-radius: 2px 2px 0 0;
}
.panel.live .panel-heading div {
    background-color: #2bde73;
}
.panel.closed .panel-heading div {
    background-color: #777;
}
.swiper-container .panel-heading div {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: 19px;
    margin: -10px -15px 10px;
    padding: 2px 14px;
}
.panel-heading .status {
    float: right;
}
.panel-image {
    /*float: right;*/
    height: 75px;
    margin-right: 10px;
    /*position: absolute;
    right: 0;*/
}
.panel h3 {
    font-size: 140.5%;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    letter-spacing: -0.6px;
    /*margin-left: 40px;*/
}
.panel-body {
    padding: 15px;
}
.offer-details {
    margin-bottom: 10px;
}
.offer-details .offer-data {
    font-size: 130%;
    line-height: 1.235;
    padding-bottom: 5px;
    white-space: nowrap;
}
.offer-details .offer-data small {
    color: #6b6b81;
    display: block;
    font-weight: 300;
    font-size: 13px;
    padding-top: 2px;
}
.panel .offer-summary {
    clear: both;
    height: 5.5em;
    overflow: hidden;
    margin-bottom: 10px;
}
.panel .offer-summary p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
.btn-pair {
    letter-spacing: -0.6px;
    text-align: center;
    margin-bottom: 20px;
}
.swiper-button-prev, .swiper-button-next {
    background-size: 32px 32px;
    margin-top: -16px;
    top: 50%;
    width: 32px;
    height: 32px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.btn-more-offer{
    color: #fff !important;
    background-color: #65bd77;
    border-color: #65bd77;
}
.btn-more-offer:hover{
	color: #fff !important;
    background-color: #53b567;
    border-color: #4bae5f;
}
.swiper-button-next {
    background-image: url(../images/arrow-right.png);
    right: -20px;
}
.swiper-button-prev {
    background-image: url(../images/arrow-left.png);
    left: -20px;
}
.loading-ring {
    padding: 30px;
    text-align: center;
    width: 100%;
}
.onmarket-disclaimer {
    font-size: 10px;
    margin-bottom: 23px;
    padding: 0 5px;
}
.onmarket-plugin{
    padding: 0 10px;
}
.btn-pair a{
    border-bottom: none;
}
/*@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/
@media (max-width: 768px){
    .panel h3{
        /*font-size: 17px;*/
        font-size: 100%;
        margin-left: 0px;
    }
    .offer-details .offer-data{
        font-size: 65%;
    }
    .offer-details .offer-data small{
        font-size: 11px;
    }
    .panel-image{
        /*margin-top: 10px;*/
        /*height: 60px;*/
    }
    .panel .offer-summary{
        /*height: 7.5em;*/
        height: auto;
        max-height: 250px;
    }
}
@media (min-width: 769px){
    .panel-image {
        /*float: right;*/
 /*       height: 75px;
        margin-right: 10px;*/
        position: absolute;
        right: 0;
    }
}