/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.3.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


#App > tbody > tr > td {
    padding: 1px 3px 0px 3px;

}
#col1 {
    width: 200px;

}
#col2 {
    width: 500px;

}
#col3 {
    width: 84px;

}

.footer-content h3{
    font-size: 18px;
}

.owl-page {
    max-height: 80px;
    padding: 2px 2px;
    display: inline-block;
    cursor: pointer;
}

.owl-page img {
    height: 70px;
    width: 70px;
}
.owl-pagination {
    display: none
}

.evs-pagination {
    bottom: 0px;
    right: 0px;
    display: inline-block;
    position: fixed;
}

.image-box img {
    max-height: 300px;
    margin: auto;
}
/*.owl-carousel.pager{
    display: block !important;
}*/

@media (max-width: 992px) {
    .evs-pagination {
        position: relative;
        float: right;
        margin-right: 20px;
    }
    h4:last-of-type{
        font-size: 16px;
    }
}