body.site {
	border-top: none !important;
	font-size: 16px;
	line-height: 20px;
}

.body .container {
	padding: 0px 0px !important;
	position: relative;
}


/*  titles  */
.title {
	display: inline-block;
	width: auto;
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #8f1b69;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.title::before {
    content: " ";
    width: 60px;
    height: 2px;
    background-color: #8f1b69;
    position: absolute;
    top: 14px;
    left: -80px;
}
.title::after {
    content: " ";
    width: 60px;
    height: 2px;
    background-color: #8f1b69;
    position: absolute;
    top: 14px;
    right: -80px;
}
.s-title {
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
	color: #c180b5;
	font-size: 32px;
	line-height: 36px;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 40px;
}


/*  button  */
.button {
	display: inline-block;
    padding: 10px 32px;
    border: 1px solid #8f1b69;
    background-color: transparent;
    box-shadow: none;
    color: #8f1b69;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 40px;
    margin-top: 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.button:hover {
    border: 1px solid #8f1b69;
    text-decoration: none;
    background-color: #8f1b69;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


/*  header - top info */
.header {
	margin-bottom: 0px !important;
}
.header .header-inner {
    padding: 20px 0px;
    border-bottom: 1px solid #d1d1d1;
}
.header .info-left {
	padding-left: 0px;
}
.header .info-right {
	padding-right: 0px;
}
.header .info-left, .header .info-right {
    margin-top: 40px;
}
.header .info-left a, .header .info-right a {
    display: inline-block;
    color: #c180b5;
    margin-top: 12px;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.header .info-left a:hover, .header .info-right a:hover {
	color: #8f1b69; 
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.header .info-left .fa-phone {
	color: #8f1b69;
	float: left;
    font-size: 24px;
    margin-right: 16px;
    border: 1px solid #d1d1d1;
    width: 46px;
    height: 46px;
    padding: 10px;
    border-radius: 50%;
    transform: rotate(90deg);
}
.header .info-right {
	text-align: right;
}
.header .info-right .fa-envelope {
	color: #8f1b69;
	float: right;
    font-size: 24px;
    margin-left: 16px;
    border: 1px solid #d1d1d1;
    width: 46px;
    height: 46px;
    padding: 10px;
    border-radius: 50%;
}

.header .brand {
	display: block;
	text-align: center;
}
.header .brand img {
    max-width: 220px;
}


/*  navigation  */
.navigation.noscroll {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 10000 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow-bottom: none;
	-webkit-transition: all .4s ease .4s, bottom .2s ease-in-out .3s;
    -moz-transition: all .4s ease .4s, bottom .2s ease-in-out .3s;
    -o-transition: all .4s ease .4s, bottom .2s ease-in-out .3s;
    -ms-transition: all .4s ease .4s, bottom .2s ease-in-out .3s; 
    transition: all .4s ease .4s, bottom .2s ease-in-out .3s;
}
.navigation.addscroll {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.84);
    z-index: 10000 !important;
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow-bottom: 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s ease-out .4s, top .2s ease-in-out .3s;
    -moz-transition: all .4s ease-out .4s, top .2s ease-in-out .3s;
    -o-transition: all .4s ease-out .4s, top .2s ease-in-out .3s;
    -ms-transition: all .4s ease-out .4s, top .2s ease-in-out .3s; 
    transition: all .4s ease-out .4s, top .2s ease-in-out .3s;
}
.navigation .container {
    max-width: 65%;
    text-align: center;
}


/*  slideshow  */
.slideshow {
	position: relative;
}
.slideshow::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(#c180b5, #8f1b69);
	opacity: 0.3;
}


/*  one stage technique  */
.technique {
    margin-top: -10.8%;
    position: relative;
    z-index: 1;
    background-color: rgba(143, 27, 105, 0.8);
}
.technique .container {
    padding: 20px 80px !important;
    border-radius: 100px !important;
}
.technique .title, .technique .s-title {
    color: #fff;
    width: 75%;
    float: left;
}
.technique .title {
    margin-top: 0px;
    margin-bottom: 30px;
}
.technique .s-title {
    margin-top: 25px;
    margin-bottom: 6px;
    font-weight: 600;
    letter-spacing: 1.7px;
}
.technique .title::before, .technique .title::after {
	display: none;
}
.technique .button {
	display: inline-block;
	float: right;
    padding: 10px 32px;
    border: 1px solid #fff !important;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 40px;
    margin-top: -12px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.technique .button:hover {
    text-decoration: none;
    background-color: #fff;
    box-shadow: none;
    color: #8f1b69;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


/*  welcome  */
.welcome {
	padding: 100px 0px 130px;
	text-align: center;
}
.welcome .button {
    margin-top: 50px;
    padding: 10px 50px;
}


/*  services  */
.services {
	padding: 140px 0px 120px;
	position: relative;
	background-image: url("/images/services_bg.jpg");
	background-position: center center;
	z-index: 0;
}
.services::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(45deg, #8f1b69, #c180b5, #8f1b69);
	opacity: 0.7;
}
.services .row.margin {
	margin-bottom: 50px;
}
.services .serv {
    min-height: 220px;
    color: #fff;
    position: relative;
}
.services .serv.border::before {
    content: " ";
    width: 95%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 15px;
}
.services .serv h3 {
    width: 80%;
}
.services .serv p {
    width: 85%;
}
.services .serv .serv-title {
	font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 26px;
    font-weight: 400;
}
.services .serv .serv-img {
    position: absolute;
    top: 12px;
    right: 10px;
}
.services .serv-path .serv-title {
  	color: #fff;
  	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.services .serv-path:hover .serv-title {
    color: #8f1b69;
  	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


/*  prevention  */
.prevention {
	padding: 100px 0px;
	position: relative;
	text-align: center;
}
.prevention .s-title {
	margin-bottom: 60px;
}
.prevention .uk-slideset .uk-panel .uk-panel-title {
    margin-top: 0;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    color: #8f1b69;
}
.prevention .uk-slideset  .uk-panel a .fa-angle-double-right {
    font-size: 24px;
    width: 50px;
    height: 50px;
    padding: 8px 12px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    color: #c180b5;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.prevention .uk-slideset  .uk-panel a:hover .fa-angle-double-right {
    color: #fff;
    border: 1px solid #c180b5;
    background-color: #c180b5;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.prevention .uk-dotnav > * > * {
    width: 26px;
    height: 4px;
    padding: 1px;
    border-radius: 0;
    background: rgba(143, 27, 104, 0.3);
}
.prevention .uk-dotnav {
	margin-top: 40px !important;
}
.prevention .uk-dotnav > .uk-active > * {
	background: rgba(143, 27, 104, 0.6) !important;
}
.prevention .uk-dotnav > * > :focus, .prevention .uk-dotnav > * > :hover {
	background: rgba(143, 27, 104, 0.6) !important;
}


/*  contact form - home page  */
.contact-home {
	padding : 60px 0px 80px;
	text-align: center;
	position: relative;
	background-image: url("/images/contact-form_bg.jpg");
}
.contact-home::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.contact-home .container {
    max-width: 45% !important;
}
.contact-home .s-title {
	margin-bottom: 40px;
}
.contact-home #userForm .rsform-block {
	margin-bottom: 4px;
}
.contact-home #userForm .rsform-block .formControls {
    width: 100%;
}
.contact-home #userForm .rsform-block .formControls input {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    background-color: rgba(143, 27, 105, 0.9);
    border: none;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.contact-home #userForm .rsform-block .formControls textarea {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background-color: rgba(143, 27, 105, 0.9);
    border: none;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.contact-home #userForm .rsform-block .formControls input:hover, .contact-home #userForm .rsform-block .formControls textarea:hover {
	background-color: rgba(143, 27, 105, 1);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.contact-home #userForm .rsform-block .formControls .help-block {
	margin-bottom: 0px;
}
.contact-home #userForm .rsform-block .formControls .checkbox-inline {
	padding-top: 0px;
}
.contact-home #userForm .rsform-block .formControls input.rsform-checkbox {
    width: auto;
    height: auto;
    margin-top: 3px;
}
.form-control::-moz-placeholder {
	color: #fff !important;
}
.contact-home #userForm .rsform-block .formControls #g-recaptcha-32 {
    display: inline-block;
    text-align: center !important;
}
.contact-home #userForm .rsform-block .formControls .rsform-submit-button {
    padding: 10px 32px;
    border: 1px solid #8f1b69;
    background-color: transparent;
    box-shadow: none;
    color: #8f1b69;
    text-shadow: none;
    font-size: 18px;
    line-height: 22px;
    border-radius: 40px;
    margin-top: 10px;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.contact-home #userForm .rsform-block .formControls .rsform-submit-button:hover {
    border: 1px solid #8f1b69;
    background-color: #8f1b69;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


/*  next step  */
.problem {
	padding: 120px 0px 130px;
}
.problem .titles {
    width: 75%;
    float: left;
}
.problem .title, .problem .s-title {
	display: block;
}
.problem .title {
	margin-top: 0px;
}
.problem .s-title {
	margin-bottom: 0px;
}
.problem .title::before, .problem .title::after {
	display: none;
}
.problem .button {
	float: right;
	margin-top: 10px;
	font-size: 18px;
	line-height: 22px;
}
 

/*  latest news  */
.news {
	background-color: #8f1b69;
    position: relative;
    max-height: 580px;
    height: 100%;
}
.news .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.news .container-fluid .news-image {
	padding-left: 0px;
	padding-right: 0px;
}

.news .latest-news {
    padding: 70px 21% 100px 4%;
}
.news .latest-news .title, .news .latest-news .s-title {
	color: #fff;
}
.news .latest-news .title::before, .news .latest-news .title::after {
	display: none;
}
.news .latest-news .uk-panel .uk-panel-teaser {
	display: none;
}
.news .latest-news .uk-panel .uk-margin {
	color: #fff;
}
.news .latest-news .uk-panel .uk-button {
	display: inline-block;
    padding: 10px 32px;
    border: 1px solid #fff !important;
    background-color: #fff;
    box-shadow: none;
    color: #8f1b69;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 40px;
    margin-top: 10px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.news .latest-news .uk-panel .uk-button:hover {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.news .latest-news .uk-panel-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
}
.news .latest-news .uk-dotnav > * > * {
    width: 26px;
    height: 4px;
    padding: 1px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
}
.news .latest-news .uk-dotnav {
    margin-top: 20px !important;
    display: inline-block;
}
.news .latest-news .uk-dotnav > .uk-active > * {
	background: rgba(255, 255, 255, 0.6) !important;
}
.news .latest-news .uk-dotnav > * > :focus, .news .latest-news .uk-dotnav > * > :hover {
	background: rgba(255, 255, 255, 0.6) !important;
}


/*  videos  */
.videos {
	text-align: center;
	padding: 100px 0px 180px;
}
.videos .container {
	max-width: 90%;
	width: 100%;
}
.videos .s-title {
	margin-bottom: 80px;
}
.videos .uk-grid > * {
	padding-left: 14px;
}
.videos .uk-slider .uk-overlay-hover:hover .uk-overlay-fade {
    opacity: 0.6;
}
.videos .uk-slider .uk-overlay-hover .uk-overlay-fade::before {
	opacity: 0;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.videos .uk-slider .uk-overlay-hover:hover .uk-overlay-fade::before {
	content: " ";
	width: 52px;
	height: 52px;
	position: absolute;
	top: calc(50% - 26px);
	left: calc(50% - 26px);
	background-image: url("/images/overlay-play.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.videos .uk-slider .uk-overlay-background {
    background: rgba(143, 27, 105, 0.6);
}


/*  newsletter - map  */
.news-map {
    background-color: #8f1b69;
    position: relative;
    max-height: 580px;
    height: 100%;
    overflow: hidden;
}
.news-map .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.news-map .newsletter .title, .news-map .newsletter .s-title {
	color: #fff;
}
.news-map .newsletter .title::before, .news-map .newsletter .title::after {
	display: none;
}

.news-map .newsletter {
    padding: 140px 0px 120px 21%;
}
.news-map .newsletter .acymailing_form {
    width: 100%;
}
.news-map .newsletter .acymailing_form .acyfield_email.acy_requiredField .inputbox.required {
	width: 80% !important;
    margin-bottom: 0px;
    max-height: 60px !important;
    height: 100% !important;
    padding: 12px 6px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: none;
}
.news-map .newsletter .acymailing_form .acysubbuttons {
	text-align: left;
}
.news-map .newsletter .acymailing_form .acysubbuttons .button.subbutton.btn.btn-primary {
	display: inline-block;
    padding: 10px 32px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: none;
    color: #8f1b69;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 40px;
    margin-top: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.news-map .newsletter .acymailing_form .acysubbuttons .button.subbutton.btn.btn-primary:hover {
    border: 1px solid #fff;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.news-map .map {
    padding-right: 0px;
    padding-left: 0px;
}


/*  footer  */
.footer {
    padding: 100px 0px 20px;
    background-color: rgba( 233, 233, 233, 0.3);
    margin-top: -1px;
}
.footer .s-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.footer .useful-links svg {
	color: #8f1b69;
	font-size: 16px;
	margin-right: 6px;
}
.footer .useful-links a {
	display: inline-block;
	color: #333;
	margin-bottom: 14px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.footer .useful-links a:hover {
	color: #c180b5;
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.footer .contact-bottom p {
    margin-bottom: 14px;
}
.footer .contact-bottom svg {
	color: #8f1b69;
	margin-right: 8px;	
}
.footer .contact-bottom svg.fa-map-marker {
    margin-left: 2px;
}
.footer .contact-bottom svg.fa-phone {
	transform: rotate(90deg);
}
.footer .contact-bottom a {
	color: #333;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.footer .contact-bottom a:hover {
	color: #c180b5;
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.footer .copy-top {
	position: relative;
	margin-top: 120px;
}
.footer .copy-top .copy a {
	color: #c180b5;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear; 
}
.footer .copy-top .copy a:hover {
	color: #8f1b69;
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear; 
}


/*  content  */
.breads {
    background-color: rgba( 233, 233, 233, 0.3);;
}
.breads .breadcrumb {
    padding: 20px 15px;
    margin: 0px;
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.breads .breadcrumb .icon-location, .breads .breadcrumb .divider {
    display: none;
}
.breads .breadcrumb li {
	padding: 0px 10px 0px 0px;
	margin-right: 4px;
	text-shadow: none;
}
.breads .breadcrumb li.active {
	padding: 0px;
	margin-left: -10px;
}
.breads .breadcrumb li::before {
	display: none;
}
.breads .breadcrumb li a.pathway {
	color: #c180b5;
	ext-shadow: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.breads .breadcrumb li a.pathway:hover {
	color: #8f1b69;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


#content .item-page, #content .blog {
	padding-bottom: 60px;
}
#content .page-header {
	margin: 60px 0px 30px 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
#content .page-header h2 {
	display: inline-block;
	width: auto;
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #8f1b69;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px;
}


#content .blog .item .readmore .btn span.icon-chevron-right {
	display: none;
}
#content .blog .item .readmore .btn {
	display: inline-block;
    padding: 10px 32px;
    border: 1px solid #8f1b69;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #8f1b69;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 40px;
    margin-top: 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#content .blog .item .readmore .btn:hover {
    border: 1px solid #8f1b69;
    text-decoration: none;
    background-color: #8f1b69;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


/*  sidemenu  */
#aside {
    margin-top: 75px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 75px;
}
#aside div#nextend-accordion-menu-99 dl.level1 .outer {
    padding: 2px 10px 2px 0px;
}


/*  contact enhanced  */
#ce-contact-1 .span8.col-md-8 {
	padding-left: 0px;
}
#ce-contact-1 #ceForm1 .requiredsign {
	margin-bottom: 20px;
}
#ce-contact-1 #ceForm1 .uk-grid > * {
    padding-left: 0px;
}
#ce-contact-1 #ceForm1 .ce-cf-container .inputbox.required {
    background-image: none;
    background-repeat: no-repeat;
    background-position: top right;
    line-height: 20px;
    height: 34px;
}
#ce-contact-1 #ceForm1 .ce-cf-container textarea.inputbox.required {
	height: auto;
}
#ce-cf-container-ce-submit-button {
	margin-bottom: 75px;
}
#ce-cf-container-ce-submit-button .ce-button-submit {
	display: inline-block;
    padding: 10px 32px;
    margin-right: 12px;
    border: 1px solid #8f1b69;
    background-color: transparent;
    box-shadow: none;
    color: #8f1b69;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 40px;
    margin-top: 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#ce-cf-container-ce-submit-button .ce-button-submit:hover {
    border: 1px solid #8f1b69;
    text-decoration: none;
    background-color: #8f1b69;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#ce-cf-container-ce-submit-button .ce-button-reset {
	display: inline-block;
	background-image: none;
    padding: 10px 32px;
    margin-right: 12px;
    border: 1px solid #8f1b69;
    background-color: #8f1b69;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 40px;
    margin-top: 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#ce-cf-container-ce-submit-button .ce-button-reset:hover {
    border: 1px solid #8f1b69;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    color: #8f1b69;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#ce-contact-1 .contact-sidebar strong {
	color: #c180b5;
    text-transform: uppercase;
    font-weight: 400;
}
#ce-contact-1 .contact-sidebar svg {
	font-size: 18px;
	color: #8f1b69;
	margin-right: 6px;
}
#ce-contact-1 .contact-sidebar svg.fa-phone {
	transform: rotate(90deg);
}
#ce-contact-1 .contact-sidebar svg.fa-map-marker-alt {
	margin-left: 2px;
}


/*  back to top  */
.top {
    margin-top: -14px;
    margin-bottom: 0px;
}
#back-top {
	display: inline-block;
	width: 40px;
    height: 40px;
}
#back-top .fa-angle-double-right {
    font-size: 30px;
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 50%;
    border: 1px solid #8f1b69;
    background-color: transparent;
    color: #8f1b69;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform: rotate(270deg);
}
#back-top .fa-angle-double-right:hover {
    border: 1px solid #8f1b69;
    background-color: #8f1b69;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform: rotate(270deg);
}


/*sliders*/
.rl_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
    padding: 10px 15px;
}
.nn_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: #c180b5;
    color: #fff;
}
.nn_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
    background: none repeat scroll 0 0 #8f1b69;
    color: #fff;
}
.nn_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    background-color: #c180b5 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
	background-color: #c180b5 !important;
	color: #fff !important;
}
.nn_sliders.accordion > .accordion-group > div > a:focus, .nn_sliders.accordion > .accordion-group.active > div > a:focus {
    box-shadow: none !important;
    outline: 0 none;
    text-decoration: none !important;
}
.accordion-group .accordion-heading .accordion-toggle.nn_sliders-toggle:after {
    content: "+";
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    right: 20px;
    top: 2px;
}
.accordion-group.active > .accordion-heading > .accordion-toggle.nn_sliders-toggle::after {
    content: "-";
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    right: 20px;
    top: -2px;
}
.accordion-heading.panel-heading {
    position: relative;
}