#carousel {
    min-height: 320px;
}
/*    #carousel-wrap #carousel {
        width: 50%;
        position: relative;
        float: left;
    }
    #carousel-content {
        width: 50%;
        float: left;
    }*/
    #carousel-content div.c-content:first-child {
        display: inline-block;
    }
    #carousel-content h3.title {
        font-size: 32px;
        text-align: center;
        color: #a71f24;
    }
    #carousel-content .c-content {
        display: none;
        margin-left: 50px;
    }
    .red-line {
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #a71f24 !important;
        text-align: center;
        width: 15%;
        margin: 30px auto;
        display: block;
    }
    #carousel-images {
        position: relative;
        background: #FFF;
    }
    #carousel img {
        visibility: hidden;
        cursor: pointer;
    }
    #carousel-nav {

    }
    #carousel-nav #prev {
        z-index: 999;
        position: absolute;
        top: 50%;
        left: -25px;
        margin-top: -25px;
    }
    #carousel-nav #prev:before {
        content: '\2039';
        position: relative;
    }
    #carousel-nav #next {
        z-index: 999;
        position: absolute;
        top: 50%;
        right: -25px;
        margin-top: -25px;
    }
    #carousel-nav #next:before {
        content: '\203a';
        position: relative;
    }
    #carousel-nav a {
        font-size: 120px;
        text-decoration: none;
        color: #ababaf;
    }
    #carousel-nav a:hover {
        text-decoration: none;
        color: #000000;
    }
.split-left {
    width:450px;
    float:left;
}
.split-right {
    width:400px;
    float:left;
    margin-left:10px;
}
#callback-output {
    height:250px;
    overflow:scroll;
}

@media (max-width:991px) {
    #carousel {
        margin: 30px 0 80px;
    }
    #carousel-wrap #carousel {
        width: 100%;
        float: none;
        min-height: 200px;
    }
    #carousel-content {
        width: 100%;
        float: none;
    }
}
@media (max-width:768px){
	#carousel-wrap #carousel{min-height:241px; }
}
@media (max-width:414px){
/**	#carousel-images img{width:35%; height:auto;} **/
	#carousel-nav #prev {top: 65%;}
	#carousel-nav #next {top: 65%;}
}
@media (max-width:320px){
#carousel-images img{width:50%; height:auto;} 
.flex_column.av_one_full.flex_column_div{margin-top:20px !important;}
#carousel-content h3.title {margin-top:-79px;}
}