@charset "utf-8";
/* CSS Document */
@media (max-width: 1200px){.sp-megamenu-parent {display:none!important;}}

.sp-megamenu-parent>li.active:after, .sp-megamenu-parent>li:hover:after {
	    background: #d3abd6;
}
.sp-megamenu-parent>li:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: auto;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    pointer-events: none;
    z-index: 301;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	line-height:50px;
	border-bottom: 1px #252525 solid;
}
.article-details .article-ratings-social-share {
	display:none!important;
}

#sp-top-bar {
	display: none!important;
}
#sp-header.header-sticky {
	background:#000;
}
.burger-icon>span {
    display: block;
    height: 3px;
    background-color: #fff;
}

#sp-menu ul.social-icons a {
    color: #3c599f;
	font-size:36px;
	padding-left:40px;
}
.fas {
	padding-right:20px;
}
h1{
	text-transform:uppercase;
}
.article-header h1 {
	font-size:26px!important;
	
}
#sp-left .sp-module, #sp-right .sp-module {
	    margin-top: 50px;
    border: 0px solid #000;
    padding: 10px;
    border-radius: 3px;
}
p a{ font-weight: 600;}
.intro-text-ms h3{
	text-align: center;
	font-size:60px;
	
	margin-top:60px;
}
.intro-text-ms {
    color: #fff;
    font-size: 2em!important;
	text-align: center
}
.btn {
    display: inline-block;
    padding: 14px 30px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    background: #d3abd6;
    color: #fff;
    border: 2px solid transparent;
    text-transform: none;
    border-radius: 2px;
	color:#fff!important;
}

.btn.active, .btn:active {
    outline: 0;
}
.btn:hover, .btn:focus {
    color: #d3abd6;
    background: transparent;
    border: 2px solid #d3abd6;
    text-decoration: none;
}
[class^=os-gallery-tabs-main] .osgalery-cat-tabs li a.active {
    background: #d3abd6;
    color: #000;
}