.homepage-carousel {
    margin-top: 25px;
}

.vc_column-inner  {
    padding-top: 0 !important;
}

.mainpage-content-title {
    margin-bottom:10px !important;
}

.mainpage-content-title h1 {
    color: #e41658;
}

.about-us-text h3 {
    color: #e41658;
}

.custom-page-title {
    padding:50px 0;
    margin-bottom: 0 !important;
}

.page-title .wf-table {
    padding: 0px !important;
}

.page-title .wf-table {
    height: 80px !important;
}

.page-title {
    min-height: 80px !important;
}

.page-text-block {
    padding: 15px 0;
}
.force-bottom{
	margin-bottom:-70px;
}


.single-page-padding > div{
	padding-left:200px;
	padding-right:200px;
}
@media screen and (max-width:910px) {
.single-page-padding > div{
	padding-left:100px;
	padding-right:100px;
}
}
@media screen and (max-width:760px) {
.single-page-padding > div{
	padding-left:80px;
	padding-right:80px;
}
}
@media screen and (max-width:500px) {
.single-page-padding > div{
	padding-left:30px;
	padding-right:30px;
}
.force-bottom .stats-block{
	margin-left:30px !important;
}
}
#primary-menu {
    margin-bottom: 0 !important;
}


#surveyPage {
    padding-bottom: 70px;
    margin: 0 !important;
}

#surveyPage .bootstrap-select {
    width:100%;
}

#surveyPage .btn-default {
    background-image: none !important;
    min-height: 44px;
    color: #e41658;
}

#surveyPage .btn-default:hover {
    border-color: #e41658;
    background-color: #fff;
}

#surveyPage .form-control:focus {
    border-color: #e41658 !important;
}

#surveyPage .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-image: none !important;
    background-color: #e41658 !important;
}

.sg-body {
    background-color:#fff !important;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 71.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sg-title {
    text-align:center !important;
}

.homepage-content-text a {
    color:rgb(207,0,0);
}

.homepage-content-text a:hover {
    color:rgb(207,0,0);
}

body {
    color: #000 !important;
}

@media screen and (max-width:768px) {
    .intrinsic-container-16x9 {
        padding-bottom: 200.25%;
    }
}