body{
    background-color: rgba(222, 222, 222, 0.25);
    margin: 0 auto;
}

.navbar{
	border-radius: 0px; 
}

section{
	margin-top: -10px;
}

.page-text{
	padding-left: 5%;
	padding-right: 5%;
	background-color: #18BC9C;
    color: #fff;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-primary, .text-primary:hover {
    color: #18BC9C;
}

footer{
	background: #545454;
    color: #f1f1f1;
    padding-bottom: 5px;
}

@media (max-width: 991px){
    .top-social-share{
        margin-left: 30%;
    }
}

@media (max-width: 350px){
    .top-social-share{
        margin-left: 10%;
    }
}

.vid{
    display: inline-block;
    width: 48%;
    text-align: center;
}

header{
    margin-bottom: -20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

section{
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.vid_content{
    text-align: left;
    margin-top: 25px;
    background-color: #18BC9C;
}

.vid-deside-ad{
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: top;
    color: #fff;
}

.vid-container{
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
    margin-top: 35px;
    margin-bottom: 35px;
}

footer{
    margin-top: 10px;
}

.page-text{
    background-color: #fff;
    color: #000;
}

.video-js{
    border: 8px solid #2C3E50;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #000;
}

/*.below-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.below-text h1{
    min-height: 85px;
}*/

@media (max-width: 767px){
    .vid{
        width: 100%;
    }

    .vid-deside-ad{
        width: 100%;
    }
}