.socialLogin {
    display: block;
}
#sso_provider_list {
    list-style: none

}
#sso_provider_list li {
    cursor: pointer;
    float: left;
    display: table;
    opacity: 1.0;
}
#sso_provider_list li:hover {
    opacity: 0.8;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
   /* height: 60px; */
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}
.container .credit {
    margin: 20px 0;
}
.advetisementImage{
    max-width:300px;
}
.youtube-player{
    max-width:300px;
    max-height: 180px;
}
@media screen and (min-width: 300px) {
    .advetisementImage{
        max-width: 250px;
        width:250px;
    }
    .youtube-player{
        max-width:100%;
        max-height: 240px;
    }
}
@media screen and (min-width: 350px) {
    .advetisementImage{
        max-width: 300px;
        width:300px;
    }
    .youtube-player{
        max-width:100%;
        max-height: 240px;
    }
}
@media screen and (min-width: 450px) {
    .advetisementImage{
        max-width: 400px;
        width:auto;
    }
    .youtube-player{
        max-width:400px;
        max-height: 240px;
    }
}
@media screen and (min-width: 768px) {
    .advetisementImage{
        max-width: 730px;
        width:auto;
    }
    .youtube-player{
        max-width:730px;
        max-height: 430px;
    }
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        /*width: 600px;*/
        width: 800px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
body{
    font-family: sans-serif;
    font-size: 16px;
}

.fb-like{
    height: 20px;
    overflow: hidden;
}
#mainContainer{
    padding: 40px;
    min-height: 400px;
}
.profileTable{
    padding-top: 10px;
    margin:auto;
    text-align:center;
}
.registrationForm{
    max-width:350px;
    margin: auto;
}
.registrationForm label{
    text-align: left !important;
}
.registrationForm h2{
    text-align: center;
}
.form-horizontal .form-group{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.stripeContainer .modal-dialog{
    color:#333333;
}
.fbpostCotainer,.fbBorderImage{
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
