.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clearfix {
  clear: both;
}

.responsive-youtube {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
    max-width: 100% !important; }

.responsive-youtube iframe, .embed-container object, .embed-container embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.dimmed-pdf{
    width:100%;
    position: fixed;
    bottom:0;
    top: auto;
    background: rgba(0, 0, 0, 0.5);
}
.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-left:auto;margin-right:auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.short-code-tab {
    background-color: #00c9a7;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center 20px;
    padding: 8px 8px 8px 8px;
    color: #FFF;
    opacity: 1;
    width: 200px;
    text-align: center;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    transition: all .2s ease-in-out;
    float: left;
    font-size: 0.7em;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 5%;
    right: 40%;
    z-index: 60 !important;
}

.form-contact {
    display:none!important;
}

