﻿
.margin-bottom-10 {
margin-bottom:10px !important;

}

/* ---------------------------------------------------------------------- */
/*  Basic Elements & Classes
/*  Created by : Stephen
/*  Date :02/09/2016
/* ---------------------------------------------------------------------- */
.responsive-container {
    position: absolute;
    width: 100%;
}

.dummy {
    padding-top: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}

.loading {
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.90;
    filter: alpha(opacity=90);
    vertical-align: middle;
    left: 0px;
    z-index: 999999;
    position:fixed;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: block;
    margin: 0 auto;
}

 .media-padding-top {
        padding-top: 10%;
    }

@media screen and (max-width: 992px) {
    .media-padding-top {
        padding-top: 40%;
    }
}