body{
    background-image: url(https://imageglobe.com/wp-content/uploads/Shower-Custom-FrontPage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-group{
    width:100% !important;
}
.multiselect-container{
   width:100% !important;  
}
.multiselect{
    text-align:left !important;
}
th{
    background-color: rgba(44, 150, 225, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}
tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}
.accordion-toggle{
    cursor: pointer;
   
}
.accordion-toggle {
    background: #5c432769 !important
}
.accordion-toggle.collapsed {
    background: white !important
}
.accordion-toggle .expand-button:after {
    position: absolute;
    /* left: .75rem; */
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
    font-weight: bold;
}

.accordion-toggle.collapsed .expand-button:after {
    content: '+';
    font-weight: bold;
}
.sub-heading{
    width:30%;
    background-color: rgba(44, 150, 225, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}
.table>:not(caption)>*>* {
    padding: 24px;
}
.click-handle{
    vertical-align: middle;
}
/* tr:nth-child(even) {
    background-color: #f2f2f2;
  } */
.installation{
    background-color: #fe8d8d !important;
}
.door-direction-value{
    background-color: #dff48e !important;
}
.sub-heading-value{
    background-color: white;
}
.inner-table td{
    border:1px solid black;
}
label{
    font-weight: bold;
}
tr.hide-table-padding td div.show{
    background: #5c432769 !important
}
td + td .accordion-toggle{
    background: #5c432769 !important  
}

@media print
{    
    body {
        zoom: 60%;
        color:black;
      }
      #colapse-table{

          color:black !important;
      }
      .collapse{
          background: white !important;
      }
      tr.hide-table-padding td div.show{
           background: white !important;
      }
    .no-print, .no-print *
    {
        display: none !important;
    }
    .sub-heading {
        width: 30%;
        color:black !important;
        /*background-color: rgba(44, 150, 225, 1) !important;*/
        /*color: rgba(255, 255, 255, 1) !important;*/
    }
    .accordion-toggle {
    background: #5c432769 !important;
}
    th{
        background-color: rgba(44, 150, 225, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
    }
    *{
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important;  /*Firefox*/
    }
    /* tr{
        display: none !important; 
    }
    .inprint{
        display: block !important; 
    }
    th{
        background-color: rgba(44, 150, 225, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
    } */
    /* tr.hide-table-padding.inprint{
        display: block !important;  
    } */
}

#sub-footer {
    background-color: #0e1013;
    border-top: none;
    color: #fff;
}
#sub-footer, #sub-footer a {
    font-size: 14px;
    text-transform: none;
}
#sub-footer {
    position: relative;
    padding: 20px 10px;
    border-top: 1px solid #E5E5E5;
}
#sub-footer-core {
    display: table;
    width: 100%;
}
#sub-footer:before{
    content: "";
    display: table;
}
#sub-footer:after{
    content: "";
    display: table;
}
#sub-footer-core .copyright {
    display: table-cell;
    vertical-align: middle;
}
#sub-footer a {
    color: #fff !important;
    text-decoration: none !important
}
.accordion-toggle {
    background: #fff !important;
}

/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */
/*body,*/
/*button,*/
/*input,*/
/*select,*/
/*textarea {*/
/*	color: #767676;*/
/*	font-family: Source Sans Pro, sans-serif;*/
/*	font-size: 16px;*/
/*	font-style: normal;*/
/*	font-weight: 300;*/
/*	letter-spacing: 0;*/
/*	line-height: 1.8;*/
/*	text-transform: none;*/
/*	word-wrap: break-word;*/
/*}*/
/*body {*/
/*	background: #FFF;*/
/*}*/
#body-core {
	background: #fff;
	min-width: 320px;
}

/* Responsive screen width */
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #header-sticky,
body.layout-fixed #notification { 
	min-width: 1170px;
}
/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */
#header-core{
        display: block;
    max-width: 1140px;
    margin: 0 auto;
}
/* Custom Header */
.custom-header img {
	display: block;
	margin: 0 auto;
}

/* =Main
----------------------------------------------------------------------------- */
.site-description {
	font-size: 13px;
	font-weight: 300;
	line-height: 13px;
}
#logo,
#logo-sticky {
	float: left;
	margin-top: 23px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo img,
#logo-sticky img {
	width: auto;
	max-height: 45px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo h1,
#logo-sticky h1 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}

/* Logo - Sticky Header */
#logo-sticky {
	margin-top: 10px;
}
#logo-sticky img {
	max-height: 45px
}
#logo-sticky h1 {
	font-size: 18px;
	margin-top: 10px;
}
#logo-sticky .site-description {
	display: none;
}

/* Logo - Header Style 1 - Bottom */
.header-below #logo {
	margin-top: 15px;
}
.header-below #logo img {
	max-height: 45px;
}

/* Logo - Header Style 2 */
.header-style2 #logo {
	float: none;
	text-align: center;
	margin: 25px 0 15px;
}
.header-style2 #logo a {
	display: inline-block;
}
.header-style2 #logo h1 {
	margin:0;
}
.header-style2 #logo img {
	max-height: 90px;
}


/* =Menu
----------------------------------------------------------------------------- */

/* Header Image*/
#header-image img {
	display: block;
	width: 100%;
}
#header-image.header-image-boxed {
	display: block;
	margin: 0 auto;
	max-width: 1170px;
}

/* Site-header */
#site-header {
	font-family: Montserrat, Helvetica, Arial;
	line-header: 1.5;
	position: relative;
	z-index: 1;
}

/* Pre-header */
#pre-header {
	position: relative;
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header li {
	float: left;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
	color: #13aff0;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
	color: #999;
	font-size: 12px;
}
#pre-header .header-links li a {
	padding: 7px 10px;
	display: block
}

#pre-header .header-links > ul > li > a {
	display: inline-block
}
#pre-header .header-links > ul > li:before {
	content: "/";
	color: #e5e5e5;
}
#pre-header .header-links > ul > li.alignright:before,
#pre-header .header-links > ul > li:first-child:before {
	content: "";
	padding: 0;
}
#pre-header .header-links > ul > li.menu-parent > a:after {
	position: relative;
	top: 0;
	right: 0;
	content: "\f107";
	font-family: fontawesome;
	font-size: 90%;
	padding-left: 6px;
}

#pre-header-social li.message {
	border: none;
	padding-right: 10px;
}
#pre-header-social li,
#pre-header-social li a {
	border: 0px;
}
#pre-header .header-links .sub-menu {
	position: absolute;
	display: none;
	background: #fff;
	z-index: 9999;
	border: 1px solid #e5e5e5;
}
#pre-header .header-links .sub-menu li {
}
#pre-header .header-links .sub-menu a {
	min-width: 100px;
	padding: 5px 25px 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header .header-links .sub-menu a:hover {
	color: #13aff0;
}
#pre-header .main-navigation .sub-menu .sub-menu {
	top: -1px;
}

#pre-header-core {
	display: table;
	width: 100%;
}
#pre-header-links-inner,
#pre-header-social {
	display: table-cell;
	vertical-align: middle;
}

/* Pre-header - Alignment */
#pre-header li.alignright {
	float: right;
	margin: 0;
}

/* Pre-header - Icon Styling */
#pre-header .header-links i {
	color: #13aff0;
	padding-right: 10px;
	font-size: larger;
}

/* Pre-header - Social Media */
#pre-header-social ul {
	display: table;
	float: right;
}
#pre-header-social li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#pre-header-social li:last-child {
	border-right: 1px solid #FFF;
}
#pre-header-social li a {
	display: block;
	color: #ccc;
	text-align: center;
	width: 25px;
	height: 25px;
	padding: 5px 5px;
	border-left: 1px solid #e5e5e5;
}
#pre-header-social li:last-child > a {
	border-right: 1px solid #e5e5e5;
}
#pre-header-social li a:hover {
	color: #fff;
	background: #1D1D1F;
}

#pre-header-social li.facebook a:hover {
	background: #3b5997;
}
#pre-header-social li.twitter a:hover {
	background: #a5dee8;
}
#pre-header-social li.google-plus a:hover {
	background: #db4a39;
}
#pre-header-social li.instagram a:hover {
	background: #AC8263;
}
#pre-header-social li.tumblr a:hover {
	background: #395672;
}
#pre-header-social li.linkedin a:hover {
	background: #56a1c4;
}
#pre-header-social li.flickr a:hover {
	background: #c5c5c5;
}
#pre-header-social li.pinterest a:hover {
	background: #C92228;
}
#pre-header-social li.xing a:hover {
	background: #126567;
}
#pre-header-social li.paypal a:hover {
	background: #1e477a;
}
#pre-header-social li.youtube a:hover {
	background: #de1f26;
}
#pre-header-social li.vimeo-square a:hover {
	background: #4EBBFF;
}
#pre-header-social li.rss a:hover {
	background: #fea81d;
}
#pre-header-social li i {
	font-size: 14px;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
#pre-header-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Header (including #header-sticky) */
#header,
#header-sticky {
	font-family: Montserrat, Helvetica, Arial;
	position: relative;
	font-size: 12px;
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	padding: 0;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header-core,
#header-sticky-core {
	position: relative;
}
#header-links,
#header-sticky-links {
	float: right;
}
#header-links-inner,
#header-sticky-links-inner {
	float: right;
}
#header .header-links li,
#header-sticky .header-links li {
	float: left;
}
#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
	color: #111;
	font-size: 13px;
	font-weight: 600;
	padding: 35px 15px;
}
#header .header-links > ul > li.menu-parent > a:after,
#header-sticky .header-links > ul > li.menu-parent > a:after {
	position: relative;
	top: 0;
	right: 0;
	content: "\f107";
	font-family: fontawesome;
	font-size: 90%;
	padding-left: 6px;
}
#header .header-links li a,
#header-sticky .header-links li a {
	display: block;
	padding: 8px 14px;
	margin: 0px;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 9999;
	background: #FFF;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#header .header-links .menu-hover > .sub-menu,
#header-sticky .header-links .menu-hover > .sub-menu {
	margin-left: -16px;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
	color: #888;
	font-size: 13px;
	line-height: 32px;
	min-width: 100px;
	margin: 0;
	padding: 2px 10px;
	font-weight: normal;
}
#header .header-links .sub-menu li:last-child > a,
#header-sticky .header-links .sub-menu li:last-child > a {
	border: 0;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a,
#header-sticky .header-links .sub-menu a:hover,
#header-sticky .header-links .sub-menu .current-menu-item a {
	color: #13aff0;
}
#pre-header .sub-menu li,
#header .sub-menu li,
#header-sticky .sub-menu li {
	float: none;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
#header .sub-menu li,
#header-sticky .sub-menu li {
	padding: 0 20px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
#header .menu > li > a,
#header-sticky .menu > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a, 
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover,
#header-sticky .menu > li.menu-hover > a,
#header-sticky .menu > li.current_page_item > a, 
#header-sticky .menu > li.current-menu-ancestor > a,
#header-sticky .menu > li > a:hover {
	color: #13aff0;
}
.main-navigation:after {
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .sub-menu a {
	white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
	position: absolute;
	top: -1px;
	left: 100%;
}
.main-navigation ul ul :hover > a {
}
#pre-header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:hover > ul,
#header-sticky .main-navigation ul li:hover > ul {
	display: block;
}

/* Header Sticky */
#header-sticky {
	visibility: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header-sticky-active #header-sticky {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#header-sticky .header-links > ul > li a {
	padding: 22px 15px;
}

/* Header - Mega Menu */
#header .header-links .header-shuttlemega > ul,
#header-sticky .header-links .header-shuttlemega > ul {
	left: 0;
	margin: 0 !important;
	width: 100%;
}
#header .header-links .header-shuttlemega > ul > li,
#header-sticky .header-links .header-shuttlemega > ul > li {
	height: auto !important;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #DDD;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header .header-links .header-shuttlemega > ul > li:last-child,
#header-sticky .header-links .header-shuttlemega > ul > li:last-child {
	border-right: 1px solid #DDD;
}
#header .header-links .header-shuttlemega  > ul > li > a,
#header-sticky .header-links .header-shuttlemega  > ul > li > a {
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
}
#header .header-links .header-shuttlemega  > ul > li > a:before,
#header-sticky .header-links .header-shuttlemega  > ul > li > a:before {
	content: "";
}
#header .header-links .header-shuttlemega ul .sub-menu,
#header-sticky .header-links .header-shuttlemega ul .sub-menu {
	position: relative;
	display:block !important;
	visibility: visible !important;
	float: none;
	left: 0px;
	top: auto;
	border: none;
}
#header .header-links .header-shuttlemega ul .sub-menu li,
#header-sticky .header-links .header-shuttlemega ul .sub-menu li {
	position: relative;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
#header .header-links .header-shuttlemega ul .sub-menu a,
#header-sticky .header-links .header-shuttlemega ul .sub-menu a {
	border: none;
}
#header .header-links .header-shuttlemega ul .sub-menu a:before,
#header-sticky .header-links .header-shuttlemega ul .sub-menu a:before {
	position: relative;
	font-family: fontawesome;
	content: "\f105";
	padding-right: 10px;
}
#header .header-links .header-shuttlemega .sub-menu a,
#header-sticky .header-links .header-shuttlemega .sub-menu a {
	padding: 2px 10px;
}

/* Header - Style 1 (Below slider) */
.header-style1.header-below #header {
	border-top: 1px solid #E1E1E1;
}
.header-style1.header-below #header .header-links > ul > li > a {
	padding: 25px 15px;
}
.header-style1.header-below #header .sub-menu {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.header-style1.header-below1 #header #header-links-inner > ul > li > .sub-menu {
	bottom: 100%;
}
.header-style1.header-below1 #header .header-links > ul > li.menu-parent > a:after {
	content: "\f106";
}
.header-style1.header-below1 #header .main-navigation .sub-menu .sub-menu {
	top: -1px
}
.header-style1.header-below2 #header .sub-menu {
	bottom: auto;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

/* Header - Style 2 (Including pre-header and social icons styling) */
.header-style2 #header {
	background: #FFF;
}
.header-style2 #header-core,
.header-style2.slider-full #header-core {
	max-width: 100%;
}
.header-style2 #header-links {
	overflow: hidden;
	float: none;
	border-top: 1px solid #E1E1E1;
}
.header-style2 #header-links-inner {
	float: none;
	max-width: 1140px;
	display: block;
	margin: 0 auto;
}
.header-style2 #header .header-links > ul > li > a {
	padding: 15px 20px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.header-style2 #header .header-links .sub-menu {
	border-top: 1px solid #E5E5E5;
}
.header-style2 #header .header-links .sub-menu a {
	padding: 2px 0px;
}
.header-style2 #header .header-links .menu-hover > .sub-menu,
.header-style2 #header-sticky .header-links .menu-hover > .sub-menu {
	margin-left: 0;
}
.header-style2 #header .main-navigation .sub-menu .sub-menu {
	top: -1px;
}
.header-style2 #header .menu > li.menu-hover > a, 
.header-style2 #header .menu > li.current_page_item > a, 
.header-style2 #header .menu > li.current-menu-ancestor > a, 
.header-style2 #header .menu > li > a:hover {
	background: #FAFAFA;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

/* Header - Align header links with search */
#header-links-inner {
	display: table;
}
#header-links-inner > .menu,
#header-sticky-links-inner > .menu,
#header-search {
	display: table-cell;
	vertical-align: middle;
}

/* Header - Search */
#header-search .search {
	position: absolute;
	width: 0;
	top: -50px;
	right: 0;
	height: 50px;
	background: #FFF;
	border: 1px solid #E7E7E7;
	border-right: none;
	padding: 12px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#header-search.active .search {
	width: 250px;
	padding: 12px 10px;
}
#header-search .searchform {
	visibility: hidden;
	position: relative;
}
#header-search.active .searchform {
	visibility: visible;
}
#header-search .searchsubmit {
	display: none;
}
#header-search a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
	line-height: 48px;
	height: 50px;
	width: 50px;
	margin-left:15px;
	background: #13aff0;
	border: 1px solid #13aff0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header-search a:hover,
#header-search.active a {
	color: #121212;
	background: #f8f8f8;
	border-color: #e7e7e7;
}
#header-search .fa-search {
	font-size: 16px;
	line-height: 50px;
	width: 50px;
}

.header-style2 #header-search a {
	border: none;
	-webkit-box-shadow: 0 0 0 1px #13aff0;
	-moz-box-shadow: 0 0 0 1px #13aff0;
	-ms-box-shadow: 0 0 0 1px #13aff0;
	-o-box-shadow: 0 0 0 1px #13aff0;
	box-shadow: 0 0 0 1px #13aff0;
}
.header-style2 #header-search a:hover,
.header-style2 #header-search.active a {
	-webkit-box-shadow: 0 0 0 1px #e7e7e7;
	-moz-box-shadow: 0 0 0 1px #e7e7e7;
	-ms-box-shadow: 0 0 0 1px #e7e7e7;
	-o-box-shadow: 0 0 0 1px #e7e7e7;
	box-shadow: 0 0 0 1px #e7e7e7;
}
.header-style2 #header-search .search {
	border: none;
	-webkit-box-shadow: 0 0 0 1px #e7e7e7;
	-moz-box-shadow: 0 0 0 1px #e7e7e7;
	-ms-box-shadow: 0 0 0 1px #e7e7e7;
	-o-box-shadow: 0 0 0 1px #e7e7e7;
	box-shadow: 0 0 0 1px #e7e7e7;
}

/* Search placeholder text color */
#header-search ::-webkit-input-placeholder { color: #BABABA; }
#header-search :-moz-placeholder { color: #BABABA; }
#header-search ::-moz-placeholder { color: #BABABA; }
#header-search :-ms-input-placeholder { color: #BABABA; }

/* Arrows of menu parents (uses FontAwesome css) */
#pre-header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	top: -2px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#pre-header .sub-menu .menu-parent > a:hover:before {
	left: 15px
}
#header .sub-menu .menu-parent > a:before,
#header-sticky .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .sub-menu .menu-parent > a:hover:before,
#header-sticky .sub-menu .menu-parent > a:hover:before {
	left: 15px
}

/* Align sub-menu items from right */
#header .header-links .align-rtl {
    position: relative;
}
#header .header-links .align-rtl .sub-menu {
	right: 0px;
	text-align: right;
}
#header .header-links .align-rtl .sub-menu a:before {
}
#header .header-links .align-rtl .sub-menu a:hover:before {
}
#header .header-links .align-rtl .sub-menu .sub-menu {
	left: auto;
	right: 100%;
}
#header .header-links .align-rtl .sub-menu a:hover span {
	margin-left: 0;
	margin-right: 10px;
}
#header .header-links .align-rtl .sub-menu .menu-parent > a:before {
	content: "\f104";
	left: auto;
	right: 10px;
	float: left;
}
#header .header-links .align-rtl .sub-menu .menu-parent > a:hover:before {
	left: auto;
	right: 15px;
}