* {
	padding: 0;
	margin: 0;
}
body {
	color: #4e4d51;
	font-size: 11px;
	font-family: arial\9;
	font-family: 'HelveticaNeue-Light';
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a img {
	outline: none;
	border: 0;
}
@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url('fonts/HelveticaNeue-Light_gdi.eot');
	src: url('fonts/HelveticaNeue-Light_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Light_gdi.woff') format('woff'), url('fonts/HelveticaNeue-Light_gdi.ttf') format('truetype'), url('fonts/HelveticaNeue-Light_gdi.svg#HelveticaNeue-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'HelveticaNeue-UltraLight';
	src: url('fonts/HelveticaNeue-UltraLight_gdi.eot');
	src: url('fonts/HelveticaNeue-UltraLight_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-UltraLight_gdi.woff') format('woff'), url('fonts/HelveticaNeue-UltraLight_gdi.ttf') format('truetype'), url('fonts/HelveticaNeue-UltraLight_gdi.svg#HelveticaNeue-UltraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'HelveticaNeue-Thin';
	src: url('fonts/HelveticaNeue-Thin_gdi.eot');
	src: url('fonts/HelveticaNeue-Thin_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Thin_gdi.woff') format('woff'), url('fonts/HelveticaNeue-Thin_gdi.ttf') format('truetype'), url('fonts/HelveticaNeue-Thin_gdi.svg#HelveticaNeue-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'HelveticaNeue-Medium';
	src: url('fonts/HelveticaNeue-Medium_gdi.eot');
	src: url('fonts/HelveticaNeue-Medium_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Medium_gdi.woff') format('woff'), url('fonts/HelveticaNeue-Medium_gdi.ttf') format('truetype'), url('fonts/HelveticaNeue-Medium_gdi.svg#HelveticaNeue-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'HelveticaNeue-Roman';
	src: url('fonts/HelveticaNeue-Roman_gdi.eot');
	src: url('fonts/HelveticaNeue-Roman_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Roman_gdi.woff') format('woff'), url('fonts/HelveticaNeue-Roman_gdi.ttf') format('truetype'), url('fonts/HelveticaNeue-Roman_gdi.svg#HelveticaNeue-Roman') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-2212;
}
/*================= INDEX PAGE STYLE ==============*/
.wrapper {
	margin: 0 auto;
	width: 890px;
	display:table;
}

h1 {
	color: #fff;
	font-size: 60px;
	font-family: 'HelveticaNeue-UltraLight';
	font-weight: normal;
	line-height: 55px;
}
h2 {
	font-size: 48px;
	font-family: 'HelveticaNeue-Thin';
	font-weight: normal;
}
input, textarea {
	outline: 0;
}
.home-bg-main {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.home-bg-main img {
	width: 100%;
	height: 100%;
}
.main-bg {
	background: rgba(255,255,255,0.6);
	/*background: #fff\9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
	background: url(../images/main-bg-for-ie.png) repeat\9;
	float: left;
	width: 100%;
	position: relative;
}
.navigation-div {
	float: left;
	width: 100%;
}
.logo-home {
	
	position: relative;
	z-index: 9999;
	cursor: pointer;
}
.home-div .logo-home {
	background: #750d67;
}
.logo-shadow {
	position: absolute;
	bottom: -41px;
	z-index: 0;
}
.logo-left {
	float: left;
	width:240px;
	position: relative;
}
.nav {
}
.nav ul li {
	display: inline;
}
.nav ul li a {
	padding:58px 40.9px 58px 40.9px;
	padding: 59px 44.5px 59px 46px\9;
	border: 1px solid rgba(255,255,255,0.6);
	border: 1px solid #fff\9;
	border-bottom: 2px solid #fff\9;
	border-top: 2px solid #fff\9;
	float: left;
	text-transform: capitalize;
	color: #676a6d;
	font-size: 14px;
	border-bottom: 2px solid rgba(255,255,255,0.6);
	border-top: 2px solid rgba(255,255,255,0.6);
}
.nav ul li:last-child a{padding-right:46px;} 
.corner-shadow {
	bottom: -14px;
	position: absolute;
	right: -6px;
}
/*.nav ul li a:hover, .nav ul li a.active {
	background: rgba(255, 255, 255, 0.6);
		background:#fff\9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}*/
.active-page h1 {
	position: relative;
	z-index: -1\9;
	font-size: 57px\9;
}
/***** hack for chrome ********/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.nav ul li a {
	padding:59px 42px 59px 41px!important;
}
.nav ul li:last-child a {
	padding-right:41px!important;
}
}

.nav {
	float: left;
}
.nav ul li a.active {
}
.home .nav ul li a.active {
	color: #750d67;
	background: rgba(255,255,255,0.6);
}
.logo-home img {
	width: 100%;
}
.logo-shadow > img {
	width: 100%;
}
/*.nav ul li:first-child a {
	border-left: 0;
}*/
.inner-content {
	box-sizing: border-box;
	float: left;
	padding: 35px 35px 10px;
	width: 100%;
	box-shadow: 2px 7px 7px #7b7b7b;
	min-height: 394px;
}
.content-rght {
	width: 595px;
	background: #fff;
	float: right;
	padding: 20px 30px 15px 40px;
	box-sizing: border-box;
	position: relative\9;
	z-index: 1\9;
}

.active-page {
	float: left;
}
.content-rght h2 {
	color: #750d67;
	margin-bottom: 10px;
	line-height: 50px;
}
.content-rght p {
	margin-bottom: 15px;
/*	font-family: 'HelveticaNeue-Medium';*/
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.language-div {
	float: right;
	width: 100%;
	margin-top: 15px;
	z-index: 9999;
	position: relative;
}
.language-div ul li {
	display: inline;
	float: left;
}
.language-div ul li a {
	color: #676a6d;
	font-size: 10px;
	font-weight: bold;
	font-family: arial;
	background: url("../images/slash.png") no-repeat scroll 0 4px;
	padding: 0 6px 0 13px;
}
.home-div .language-div ul li a:hover {
	color: #750d67;
}
.language-div > ul {
	float: right;
}
.language-div ul li:first-child a {
	background: none;
}
.footer {
	float: left;
	margin: 10px 0;
	width: 100%;
}
.copyright {
	float: left;
	font-size: 10px;
	color: #fff;
	font-family: arial;
}
.music-link {
	float: right;
}
.music-link ul li {
	display: inline;
	margin-left: 5px;
}
.music-link ul li a:hover img {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.mobile-menu-div {
	display: none;

	box-sizing: border-box;
	
	float:right;
	height: 40px;
	line-height: 43px;
	margin:28px 20px 0 0;
	

	z-index: 9999;
}
.menu {
	box-sizing: border-box;
	float:right;
	padding:0 15px;
  
	text-transform: uppercase;
     color:transparent;
	background: rgba(255, 255, 255, 0.6) url(../images/menu-toggle.png) no-repeat 54% center;
}
.home-div .menu {
	color:transparent;
}
.mobile-menu {
	background:rgba(255, 255, 255, 0.9);
    float: left;
    left: 0;
    position: absolute;
    top: 126px;
    width:93.6%;
	z-index: 9999;
	margin:0 20px;
}
.mobile-menu li {
	border-bottom: 1px solid #fff;
	float: left;
	width: 100%;
	line-height: 30px;
}
.mobile-menu li a {
	box-sizing: border-box;
	float: left;
	padding-left: 15px;
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	color: #676a6d;
}

/*================= SCROLLBAR STYLE =================*/
.content {
	height: 320px;
}
.mCustomScrollBox {
	direction: ltr;
	height: 100%;
	max-width: 100%;
	outline: medium none;
	overflow: hidden;
	position: relative;
}
.mCSB_container {
	height: auto;
	overflow: hidden;
	width: auto;
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
}
.mCSB_outside + .mCSB_scrollTools {
	right: 20px;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	transition: opacity 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
}
.mCSB_scrollTools {
	bottom: 0;
	height: auto;
	left: auto;
	position: absolute;
	top: 35px;
	width: 20px;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background-image: url("../images/scroll-arrow.png");
	background-repeat: no-repeat;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -78.3px 0;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	cursor: pointer;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	bottom: 10px;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 25px 0 10px;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	z-index: -1;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 1px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 16px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 1px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.4);
	background: #b5b5b6\9;
}
.mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 16px;
	height: 90%;
	margin: 0 auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -78px -27px;
	margin-bottom: 20px;
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}
/*================= SCROLLBAR STYLE END =================*/
/*================= PUREJOY PAGE STYLE ==============*/
.about-timetable li {
	display: inline;
	margin-right: 5px;
}
.about-timetable  li a {
	text-transform: capitalize;
	font-family: arial;
	font-size: 14px;
	color: #676a6d;
	background: url("../images/big-slash.png") no-repeat scroll 0 3px;
	padding-left: 13px;
}
.about-timetable li:first-child a {
	background: none;
	padding-left: 0;
}
.about-timetable {
	float: left;
	margin: 0 0 25px;
	width: 100%;
}
.purejoy-div .nav ul li a.active, .purejoy-div .language-div ul li a:hover,  .about-timetable ul li a:hover {
	color: #107ba6;
}
.purejoy-div .nav ul li a.active {
	background: rgba(255, 255, 255, 0.6);
}
.purejoy-div .nav ul li a:hover {
	background: rgba(255, 255, 255, 0.6);
}
.purejoy-div .logo-home {
	background: #107ba6;
}
/*================ TABBING CSS =======================*/
.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
   
}

.tabs-menu li.current {
    position: relative;
  
    z-index: 5;
}

.tabs-menu li a {
    
  
   color: #676a6d;
    text-decoration: none; 
	padding:0 0 0 13px;
}

.tabs-menu .current a {
    color:#007ba6;
}

.tab-content {
   
    display: none;
}
.tab {
    clear: left;
}
#content-4 .mCSB_scrollTools{top:-15px;}
.tab.content {
    height: 230px;
}
#content-4 .mCSB_outside + .mCSB_scrollTools {
    right: -15px;
}

#tab-1 {
 display: block;   
}
/*================= CONTACT PAGE STYLE ==============*/
.contact-inner {
	padding: 35px;
}
.contact-form {
	float: left;
	width: 204px;
	font-family: 'HelveticaNeue-Roman';
}
.contact-inner .content-rght {
	padding: 45px 45px 20px 45px;
}
.contact-form form label {
	color: #750d67;
	float: left;
	font-size: 12px;
	min-width: 39px;
	font-family: 'HelveticaNeue-Roman';
}
.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea {
	width: 165px;
	border: 1px solid #a7a6a8;
	height: 17px;
	padding-left: 10px;
	box-sizing: border-box;
	font-family: 'HelveticaNeue-Roman';
	font-size: 12px;
}
.contact-form form textarea {
	height: 130px;
	width: 204px;
/*	margin-top: 10px;*/
	color: #4e4d51;
	padding-top: 6px;
}
.send-btn {
	float: right;
	margin-top: -4px;
}
.send-btn button {
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
	color: #750d67;
	font-size: 16px;
	text-decoration: underline;
}
.contact-form form p {
	margin-bottom: 10px;
}
.send-btn button:hover {
	text-decoration: none;
}
input:focus, textarea:focus {
	box-shadow: 0 0 3px #979797;
}
.right-map {
	float: right;
	width: 205px;
	font-family: arial;
}
.map-img img {
	border: 1px solid #333;
	height: auto;
	width: 100%;
	
}
.right-map .address {
	color: #4e4d51;
	font-size: 12px;
	margin-top: 10px;
}
.tele-div {
	float: left;
	font-size: 12px
}
.fb {
	float: right;
}
.e-id {
	display: block;
}
.telephone-social {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.telephone-social .tele-div b {
	color: #750d67;
	margin-right: 3px;
	font-size: 14px;
}
.fb a:hover img {
	opacity: 0.8;/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		border:0\9;*/
}
.fb a img {
	border: 0;
}
.zoom-map img {
	width: 527px;
	height: 430px;
	border: 0;
	transition: all 0.3s ease 0s;
}
.map-img.zoom-map {
	position: absolute;
	right: 0;
	bottom:0;
	transition: all 0.3s ease 0s;
}
/*================= GALLERY PAGE STYLE ==============*/
.gallery-div .nav ul li a.active, .gallery-div .language-div ul li a:hover, .gallery-div .mobile-menu li a.active {
	color: #bdb1ab;
}
.gallery-div .nav ul li a.active {
	background: rgba(255, 255, 255, 0.6);
}
.gallery-div .logo-home {
	background: #bdb1ab;
}
.slider-text {
	display: none;
}
.gallery-content {
	padding: 35px 0 10px;
}
.gallery-content .language-div {
	margin-right: 30px;
}
.rsArrow.rsArrowLeft {
	background: url(../images/prev-btn.png) no-repeat;
	display: block !important;
}
.rsArrow.rsArrowRight {
	background: url(../images/next-btn.png) no-repeat;
	display: block !important;
}
.rsHidden {
	display: none !important;
}
/*================= SERVICES PAGE STYLE ==============*/
.services-div {
}
.services-div .nav ul li a.active, .services-div .language-div ul li a:hover, .services-div .mobile-menu li a:hover{
	color: #c1082b;
}
.services-div .logo-home {
	background: #c1082b;
}
.services-div .nav ul li a.active {
	background: rgba(255, 255, 255, 0.6);
}
.services-div .content-rght {
	min-height: 318px;
	position:relative;
}
/*================= SERVICES TABBING  STYLE START ==============*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	font-family: arial;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 0 8px 0 16px;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #676a6d;
	text-transform: capitalize;
	background: url(../images/big-slash.png) no-repeat 0 3px;
}
#cssmenu > ul.main-menu li:first-child a {
	background: none;
	padding-left: 0;
}
#cssmenu > ul > li:hover > a {
	color: #c1002b;
}
/*#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}*/
/*.submenu-display a{color: #c1002b;}*/
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 25px;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	/*	height: 0;*/
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li.submenu-display > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
/*#cssmenu li:hover > ul > li {
	height: 35px;
}*/

/*change*/
#cssmenu ul ul ul {
	top: 34px;
	margin-left: -15px;
        left: 0px;
}
/*change*/

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	font-family: arial;
	padding: 11px 15px;
	font-size: 12px;
	text-decoration: none;
	color: #676a6d !important;
	background: url("../images/big-slash.png") no-repeat scroll 0 3px;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #c1082b;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;/*content: '';*/
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	/*content: '';*/
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
#cssmenu.small-screen {
	width: 100%;
}
#cssmenu.small-screen ul {
	width: 100%;
	display: none;
}
#cssmenu.small-screen.align-center > ul {
	text-align: left;
}
#cssmenu.small-screen ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li, #cssmenu.small-screen li:hover > ul > li {
	height: auto;
}
#cssmenu.small-screen ul li a, #cssmenu.small-screen ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
	float: none;
}
#cssmenu.small-screen ul ul li a {
	padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
	padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
	color: #676a6d;
	background: none;
}
#cssmenu.small-screen ul ul li:hover > a, #cssmenu.small-screen ul ul li.active > a {
	color: #c1082b;
}
#cssmenu.small-screen ul ul, #cssmenu.small-screen ul ul ul, #cssmenu.small-screen.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after, #cssmenu.small-screen > ul > li.has-sub > a:before, #cssmenu.small-screen ul ul > li.has-sub > a:after, #cssmenu.small-screen ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu.small-screen #menu-button {
	display: block;
	padding: 17px 17px 17px 0;
	color: #c1082b;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #c1082b;
	border-bottom: 2px solid #c1082b;
	content: '';
}
#cssmenu.small-screen #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #c1082b;
	content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #c1082b;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
	top: 23px;
	background: #c1082b;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 46px;
	width: 46px;
	cursor: pointer;
	background: #c1082b;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
	background: #8d0620;
}
#cssmenu.small-screen ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
	display: none;
}
#cssmenu.small-screen.select-list {
	padding: 5px;
}
#cssmenu {
	position: relative;
	top: 0;
	margin: auto;
}
#cssmenu > ul {
	border-bottom: 1px solid #7a7a7d;
	padding-bottom: 5px;
	display: inline-block;
}
.level-2 {
	width: 100%;
	display: inline-block ;
}
.level-2 li {
	float: left;
	display: inline-block;
}
.level-2 li a {
	float: left;
	width: 100%;
	background: url("../images/big-slash.png") no-repeat scroll 0 3px !important;
	padding: 0 8px 0 16px !important;
}
#cssmenu ul li {
	position: static !important;
}
.level-2 li:first-child a {
	background: none !important;
	padding-left: 0 !important;
}
#cssmenu ul ul ul li a {
	font-size: 14px;
	color: #676a6d !important;
	font-family: 'HelveticaNeue-Light';
	line-height: 18px;
	padding-right: 0;
	background: none !important;
	padding: 0 !important;
}
#cssmenu ul ul ul li {
	width: 100%;
	padding-left: 16px;
	display: block;
	transition: unset!important;
}
#cssmenu ul ul ul li:hover {
	background: url(../images/red-arrow.png) no-repeat 0 5px !important;
}
#cssmenu ul ul ul li a:hover {
	color: #0a0c10 !important;
}
/*================= SERVICES TABBING  STYLE END ==============*/
/*================= SERVICES SUBMENU-2 STYLE =================*/
.inner-service {
	margin-top: 20px;
}
.heading-service {
	font-size: 24px;
	color: #c1082b;
	margin-bottom: 22px;
}
.back-page {
	background: url("../images/red-arrow.png") no-repeat scroll 0 5px!important;
	font-size: 15px;
	color: #c1082b;
	padding-left: 15px;
	margin-top: 5px;
	float: left;
	/*position: absolute;
	bottom: 20px;
	left: 40px;*/
}
.back-page:hover {
	text-decoration: underline;
}
#cssmenu ul.main-menu li.submenu-display > a {
	color: #c1082b !important;
}
#cssmenu ul li.has-sub {
	position: unset !important;
}
.level-2 .has-sub.submenu-display ul {
	left: 0 !important;
	position: relative;
}
.services-div .content{height:220px;}
#content-5 .mCSB_outside + .mCSB_scrollTools {
    right: -9px;
}
.copyright a{color:#fff;}
.copyright a:hover{text-shadow:0 0 3px #ddd;}
/*.page{display:inline-block; width:100%;}*/

 
.activemenu{
    color: #c1082b !important;
}
.acm{
    display: block !important;
}

.link_mail a{ color:#750d67; text-decoration:underline;}
.link_mail a:hover{ color:#750d67; text-decoration:none;}