@font-face {
	font-family: 'font-icons';
	src:url('../fonts/font-icons.eot');
	src:url('../fonts/font-icons.eot') format('embedded-opentype'),
		url('../fonts/font-icons.woff') format('woff'),
		url('../fonts/font-icons.ttf') format('truetype'),
		url('../fonts/font-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lined-icons';
	src:url('../fonts/lined-icons.eot');
	src:url('../fonts/lined-icons.eot') format('embedded-opentype'),
		url('../fonts/lined-icons.woff') format('woff'),
		url('../fonts/lined-icons.ttf') format('truetype'),
		url('../fonts/lined-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"],
[class^="icon-line-"], [class*=" icon-line-"],
[class^="icon-line2-"], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
	display: inline-block;
	font-family: 'font-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; }

[class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'Simple-Line-Icons'; }

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.iconlist {
	padding-left: 0;
	margin-left: 1.75em;
	list-style-type: none;
}

.iconlist li { position: relative; }

.iconlist ul {
	list-style-type: none;
	margin: 5px 0 5px 25px;
}

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
	position: absolute;
	left: -1.75em;
	width: 1.75em;
	text-align: center;
	top: 1px;
	width: 14px;
}

.iconlist.iconlist-large { font-size: 16px; }

.iconlist.iconlist-large li { margin: 4px 0; }

.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
	width: 16px;
	margin-right: 5px;
}

.iconlist-color li i { color: #1ABC9C; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-stacked {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stacked-1x,
.icon-stacked-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stacked-1x {
  line-height: inherit;
}
.icon-stacked-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}
.icon-facebook:before {
	content: "\e86f";
}
.icon-twitter:before {
	content: "\e85f";
}
.icon-pinterest:before {
	content: "\e83e";
}
.icon-instagram2:before {
	content: "\e807";
}
.icon-call:before {
	content: "\e844";
}
.icon-email3:before {
	content: "\e866";
}
.icon-reorder:before {
	content: "\e76d";
}
.icon-search3:before {
	content: "\e6be";
}
.icon-line-cross:before {
	content: "\e117";
}
.icon-linkedin:before {
  content: "\e858";
}
.icon-gplus:before {
  content: "\e838";
}
.icon-user:before {
	content: "\e66c";
}
.icon-key:before {
	content: "\e69d";
}

.si-text-color.si-linkedin i { color: #0E76A8; }

.si-text-color.si-gplus i { color: #DD4B39; }

.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }

.si-gplus:hover,
.si-colored.si-gplus { background-color: #DD4B39 !important; }


#primary-menu ul {
    list-style: outside none none;
    margin: 0 15px;
}
#primary-menu.style-2 > div > ul {
    float: left;
}
body:not(.top-search-open) #header-wrap #logo, body:not(.top-search-open) #primary-menu > ul, body:not(.top-search-open) #primary-menu > .container > ul, body:not(.top-search-open) #top-cart, body:not(.top-search-open) #side-panel-trigger {
    opacity: 1;
    transition: height 0.4s ease 0s, margin 0.4s ease 0s, opacity 0.2s ease 0.2s;
}

#top-bar {
    border-bottom: 1px solid #4ba1a5;
    font-size: 13px;
    height: 45px;
    line-height: 44px;
    position: relative;
	background:#4ba1a5;
	font-family: 'Titillium Web', sans-serif;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
	width:100%;
}
#top-bar dl, #top-bar dt, #top-bar dd, #top-bar ol, #top-bar ul, #top-bar li {
    margin: 0;
    padding: 0;
}
.fright {
    float: right !important;
}
#top-bar .col_half {
    width: auto;
}
.nobottommargin {
    margin-bottom: 0 !important;
}
.col_half {
    width: 48%;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    display: block;
    float: left;
    margin-bottom: 50px;
    margin-right: 4%;
    position: relative;
}
.col_last {
    clear: right;
    margin-right: 0 !important;
}
.top-links ul {
    list-style: outside none none;
    margin: 0;
}
#top-bar .col_half {
    width: auto;
	margin-bottom:0;
}
.top-links {
    float: left;
    position: relative;
}
.top-links ul {
    list-style: outside none none;
    margin: 0;
}
.top-links ul li {
    border-left: 1px solid #eee;
    float: left;
    height: 44px;
    position: relative;
}
.top-links ul li:first-of-type {
	border:none;	
}
.top-links li > a {
    color: #efefef;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 44px;
    padding: 0 12px;
    text-transform: uppercase;
}
.top-links li:hover, .top-links li a:focus {
    background-color: #5c6b77;
	text-decoration: none !important;
}
.top-links li a:hover {
	text-decoration: none !important;
}
.top-links ul ul, .top-links ul div.top-link-section {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #1abc9c -moz-use-text-color #eee;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    line-height: 1.5;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 44px;
    width: 140px;
    z-index: 210;
}
.top-links ul div.top-link-section {
    left: 0;
    padding: 25px;
    width: 280px;
}
.top-links ul ul, .top-links ul div.top-link-section {
    line-height: 1.5;
    pointer-events: all;
}
#top-login {
    margin-bottom: 0;
}
#top-login #top-login-username.input-group {
    margin-bottom: -1px;
}
#top-login #top-login-username input, #top-login #top-login-username .input-group-addon {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.top-links li i {
    position: relative;
    top: 1px;
}
.top-links li i:first-child {
    margin-right: 3px;
}
#top-login .form-control {
    position: relative;
}
#top-login #top-login-username input, #top-login #top-login-username .input-group-addon {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#top-login #top-login-password.input-group {
    margin-bottom: 10px;
}
#top-login .checkbox {
    margin-bottom: 10px;
}
#top-social, #top-social ul {
    margin: 0;
}
#top-login .checkbox {
    margin-bottom: 10px;
}
#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text {
    display: block;
    float: left;
    height: 45px;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    width: auto;
}
#top-social li {
    border-left: 1px solid #eee;
}
#top-social li:first-child {
    border-left: 0 none !important;
}
#top-social li a {
    color: #efefef;
    float: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
    width: 40px;
}
#top-social li .ts-icon {
    font-size: 14px;
    text-align: center;
    width: 40px;
}
.logo-lrn {
    float: left;
    left: 0;
    margin-top: 10px;
    position: absolute;
    width: 200px;
}
.clear {
	clear:both;	
}
#top-social li .ts-icon small {
	display: inline-block;
    width: 15px;
    margin-top: 15px;
}
#top-social li .ts-icon small img {
	width:100%;
	display:block;	
}
#header {
    background-color: #5c6b77;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
	margin-top: 0 !important;
	top:45px;
	left:0;
	height:auto !important;
	opacity: 1 !important;
}
#header, #header-wrap, #logo img {
    transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
}
#header .container {
    position: relative;
	padding-left: 0;
    padding-right: 0;
}
#top-bar .container {
	padding-left:0;
	padding-right:0;	
}
#logo {
    float: left;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px;
    position: relative;
}
#logo a {
    color: #000;
    display: block;
}
#logo a.standard-logo {
    display: block;
}
#logo img {
    display: block;
    max-width: 100%;
}
#header, #header-wrap, #logo img {
    width: 100%;
    transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	margin:0;
	font-family: 'Titillium Web', sans-serif;
}
#header-wrap {
    backface-visibility: hidden;
    position: relative;
    z-index: 199;
}
#header.sticky-style-2 #header-wrap {
    height: 60px;
}
#headerMid {
	height:100px;	
}
#primary-menu {
    float: none;
	position:relative;
}
#primary-menu.style-2 {
    border-top: 1px solid #4ba1a5;
    float: none;
    max-width: none;
	top:auto;
	left:auto;
	left:0 !important;
}
#primary-menu-trigger, #page-submenu-trigger {
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity 0.3s ease 0s;
    width: 50px;
}
#primary-menu-trigger small {
	display:block;	
}
#primary-menu-trigger small img {
	width:100%;
	display:block;	
}
#primary-menu ul li {
    position: relative;
}
#primary-menu ul > li {
    float: left;
    margin-left: 2px;
}
#primary-menu ul {
    list-style: outside none none;
}
#primary-menu ul li > a {
    color: #efefef;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 39px 15px;
    text-transform: uppercase;
	height:auto !important;
}
#primary-menu ul li li > a {
    font-size: 12px;
    font-weight: 600;
    padding: 39px 15px;
    text-transform: uppercase;
}
#primary-menu.style-2 > div > ul > li > a {
    padding-bottom: 19px;
    padding-top: 19px;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #efefef;
}
#top-search, #top-cart, #side-panel-trigger {
    float: right;
    margin: 40px 10px 40px 15px;
}
#top-search, #top-cart {
    transition: margin 0.4s ease 0s, opacity 0.3s ease 0s;
}
#primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger {
    margin-bottom: 20px;
    margin-top: 20px;
}
#top-search a, #top-cart a, #side-panel-trigger a {
    color: #efefef;
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 20px;
    position: relative;
    text-align: center;
    transition: color 0.3s ease-in-out 0s;
    width: 14px;
}
#top-search a {
    z-index: 11;
}
#top-search form {
    height: 100% !important;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100% !important;
    z-index: -2;
}
#primary-menu .container #top-search form input, .sticky-header #top-search form input {
    border: medium none !important;
	background: #5c6b77 url(../images/musica-searcher.png) 0 15px no-repeat;
	background-size:28px 28px;
	padding-left:42px;
}
#top-search form input {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    color: #FFF;
    font-size: 24px;
    height: 100%;
    letter-spacing: 2px;
    margin-top: 0 !important;
    outline: 0 none !important;
    padding: 10px 80px 10px 0;
    pointer-events: none;
}
#primary-menu ul li .mega-menu-content ul {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    display: block;
    min-width: inherit;
    position: relative;
    top: 0;
}
#primary-menu ul li:first-of-type .mega-menu-content ul:not(.megamenu-dropdown) {
    display: block !important;
    left: 0;
    opacity: 1 !important;
    top: 0;
}
#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: left;
    margin: 0;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 15px 20px;
}
#primary-menu ul > li {
    float: left;
    margin-left: 2px;
}
#primary-menu ul ul li {
    float: none;
    margin: 0;
}
#primary-menu ul ul li:first-child {
    border-top: 0 none;
}
#primary-menu ul li .mega-menu-content.style-2 li {
    border: 0 none;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
    margin-top: 20px;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child {
    margin-top: 0;
}
#primary-menu ul ul > li.sub-menu > a, #primary-menu ul ul > li.sub-menu:hover > a {
    background-image: url("../images/submenu.png");
    background-position: right center;
    background-repeat: no-repeat;
}
#primary-menu ul li .mega-menu-content.style-2 ul li > a {
    padding-bottom: 7px;
    padding-left: 5px;
    padding-top: 7px;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
    color: #444;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3 !important;
    margin-bottom: 15px;
    padding: 0 !important;
    text-transform: uppercase !important;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a, #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
    color: #1abc9c;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a, #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;    
    border-image: none;
    border-style: solid;
	/*--------------------------------------------------------*/
    display: block;
	/*--------------------------------------------------------*/
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 104%;
    width: 220px;
    z-index: 199;
}
#primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content {
    max-width: 400px;
    width: 720px;
}
#primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    max-width: none;
    margin:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	border-bottom: 1px solid #4BA0A5;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0;
}
#primary-menu ul li .mega-menu-content ul {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    display: block;
    min-width: inherit;
    position: relative;
    top: 0;
}
#primary-menu ul li:first-of-type .mega-menu-content ul:not(.megamenu-dropdown) {
    display: block !important;
    left: 0;
    opacity: 1 !important;
    top: 0;
	padding:0 !important;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child strong {
	font-size: 18px;
    text-transform: uppercase;
    color: #4BA0A5;
    display: block;
    text-decoration: none;
	height: 40px;
	pointer-events: none !important;
    cursor: default !important;
    padding: 10px 15px 0 !important;
	background: #E5E6E8;
    border-bottom: 1px solid #4BA0A5;
    padding: 5px 0;	
	font-weight:normal;
}
#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
    width: 100%;
}
#primary-menu ul > li:first-child .mega-menu-content.style-2 ul ul li a {
	padding: 8px 10px !important;
	font-weight:400;		
}
#primary-menu ul > li:first-child .mega-menu-content.style-2 ul ul li a:hover, #primary-menu ul > li:first-child .mega-menu-content.style-2 ul ul li a:focus {
	background:#F0F0F0;
}
#primary-menu ul li.mega-menu:first-of-type .mega-menu-content.style-2 {
	background: rgba(255,255,255,0.95);
    border-bottom: 1px solid #4BA0A5;
    padding: 0 0 10px 0px;	
	margin:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.top-advert {
    position: absolute;
    right: 25px;
    top: 5px;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #efefef;
	text-decoration:none;
	background:#4ba1a5;
}
.mega-menu-title strong {
	font-weight:bold;	
	text-transform:uppercase;
	margin-bottom:5px;
	display:inline-block;
	padding:0px 5px;
	font-size:16px;
}
#primary-menu .mega-menu-column ul li > a {
	text-transform:none;
	color:#5c6b77;	
	padding:5px !important;
	font-size: 16px;
	font-weight:400;
}
#primary-menu .mega-menu-column ul li > a:hover,
#primary-menu .mega-menu-column ul li > a:focus {
	background:#F0F0F0;	
}
.si-text-color.si-twitter i { color: #00ACEE; }
.si-twitter:hover, .si-colored.si-twitter {
    background-color: #00acee !important;
}
.si-text-color.si-facebook i { color: #3B5998; }
.si-facebook:hover, .si-colored.si-facebook { 
	background-color: #3B5998 !important; 
}
.si-text-color.si-pinterest i { color: #C8232C; }
.si-pinterest:hover, .si-colored.si-pinterest { 
	background-color: #C8232C !important; 
}
.si-text-color.si-instagram i { color: #3F729B; }
.si-instagram:hover, .si-colored.si-instagram { 
	background-color: #3F729B !important; 
}
.si-text-color.si-call i { color: #444; }
.si-call:hover, .si-colored.si-call { 
	background-color: #444 !important; 
}
.si-text-color.si-wapp i { color: #075e54; }
.si-wapp:hover, .si-colored.si-wapp { 
	background-color: #075e54 !important; 
}
.si-text-color.si-email3 i { color: #6567A5; }
.si-email3:hover, .si-colored.si-email3 { 
	background-color: #6567A5 !important; 
}
#primary-menu .logo-lrn {
	float:left;
	margin-top:2px;
	display:block !important;
	width: 130px;
}
#lr-home #primary-menu .logo-lrn {
	float:left;
	margin-top:5px;
	display:none !important;
}
#lr-home .sticky-style-2.sticky-header #primary-menu .logo-lrn {
	display:block !important;
	width: 130px;
}


#primary-menu ul > li:nth-child(2) .mega-menu-content.style-2 ul.mega-menu-column {
	padding:0;	
}

.overlay-menu:not(.top-search-open) #primary-menu-trigger {
  opacity: 1;
  pointer-events: auto;
  left: auto;
  right: 75px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
}
.overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; }

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross { opacity: 0; }

body.top-search-open #top-search a i.icon-line-cross {
  opacity: 1;
  z-index: 11;
  font-size: 24px;
}

body.top-search-open #top-search form {
  opacity: 1;
  z-index: 10;
}
#top-search a i {
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease 0s;
}
body.top-search-open #top-search form input { pointer-events: auto; }

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
  opacity: 1;
  -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger { opacity: 0; }

#stickyMenuTrigger {
	display:none;	
}

.sticky-header #stickyMenuTrigger {
	position: absolute;
    top: 17px;
    right: 0;
    display: none;
    z-index: 1000;
    width: 25px;
}
#stickyMenuTrigger small {
	display:block;	
}
#stickyMenuTrigger small img {
	width:100%;
	display:block;	
}



@media (min-width: 992px) {

.overlay-menu:not(.top-search-open) #primary-menu-trigger {
  opacity: 1;
  pointer-events: auto;
  left: auto;
  right: 75px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
}


.overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; }

}


#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
  background: none !important;
  margin-left: 2px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
  line-height: 22px;
  padding: 19px 15px;
  text-transform: none;
  font-size: 14px;
  border-top: 0;
}
#primary-menu ul li:nth-child(2) {
	position:inherit !important;	
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; }

#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap { top: 60px; }

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container { right: 0; }

body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
  left: 0;
  right: auto;
}


#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #5c6b77;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 60px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; }

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; }

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }

#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }


#megamenu-top a {
	pointer-events: none !important;
   cursor: default !important;	
   padding:10px 15px 0;
}
#megamenu-top a:hover, #megamenu-top a:focus {
	background:none !important;
	pointer-events: none !important;
   cursor: default !important;	
}
#megacol-left {
    float: left !important;
    margin-right: 1% !important;
    width: 23% !important;
    padding-left: 20px !important;
}
#megacol-mid {
    float: left !important;
    margin-right: 1% !important;
    width: 31% !important;
}
#megacol-right {
    float: left !important;
    width: 36% !important;
}
.mega-course-row-colcity {
	border-bottom:none !important;	
	padding: 0 5px !important;
	display:inline-block !important;
}
#primary-menu ul li #megamenu-bottom #megacol-left li, #primary-menu ul li #megamenu-bottom #megacol-mid li {
    margin-bottom: 3px !important;
}
#primary-menu ul li #megamenu-bottom #megacol-left li a, #primary-menu ul li #megamenu-bottom #megacol-mid li a {
    padding: 8px 20px 8px 10px !important;
	font-weight:400;
}
#primary-menu ul li #megamenu-bottom #megacol-left li a:focus {
	background:inherit !important;	
}
.mega-course-row-coldate {
	border-bottom:none !important;	
}
#megamenu-course-block-bottom #megamenu-course-block-bottom-right p a {
	height:auto !important;
	padding:0 !important;	
}
#megamenu-gray-bottom {
    padding: 10px 0 !important;
}
.megamenu-right-inner a:hover .mega-course-row-coldate {
	padding:0 5px !important;
	display: inline-block !important;
}
.megamenu-right-inner a:hover .mega-course-row-colcity {
	padding:0 5px !important;
	display: inline-block !important;	
}
#megamenu-bottom #megacol-mid li a:hover {
    background:#F0F0F0 !important;
}
#primary-menu ul li #megamenu-bottom #megacol-mid li:hover small {
	color:#FFF !important;	
}
.megamenu-industry-block-bottom-left {
	width:48%;	
}
#header #headerMid.container {
	padding-left:30px;
	padding-right:30px;	
}
#top-bar .col_half.fright.col_last.nobottommargin {
	margin-right: 9px !important;	
}
#downloadDropdown .mega-menu-column {
  padding: 0 !important;
}
#downloadDropdown .mega-menu-column ul {
  display: block !important;
}
#primary-menu #downloadDropdown .mega-menu-column ul li > a {
    padding: 8px 10px !important;
    font-weight: 400;
}
#primary-menu #downloadDropdown {
  padding-bottom: 10px;
}
.sticky-style-2 ul.sf-js-enabled, .sticky-style-2.sticky-header ul.sf-js-enabled {
	margin-left:225px !important;	
}
#lr-home .sticky-style-2 ul.sf-js-enabled {
	margin-left:0 !important;	
}
#lr-home .sticky-style-2.sticky-header ul.sf-js-enabled {
	margin-left:225px !important;	
}
#downloadMenuTrigger {
	position:inherit !important;	
}

.sticky-header #stickyMenuTrigger, #stickyMenuTrigger {
	display:none;	
}
a.buttonBrochure {
	display:none !important;	
}
#primary-menu ul > li:first-child .mega-menu-content.style-2 ul ul li a {
    padding: 4px 10px !important;
}
.mega-menu-title strong {
	margin-bottom:0;	
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child strong {
    height: 30px;
    padding: 6px 15px 0 !important;
}




@media (max-width: 1200px) { 

.sticky-header ul.sf-js-enabled {
    margin-left: 225px !important;
	top:60px;
	position:absolute;
	width:100%;
}
.sticky-header #primary-menu ul > li {
    float: none;
    margin-left: 0px;
	width:100%;
}
.sticky-header #primary-menu.style-2 > div > ul > li > a {
	background:#5c6b77;
	display:block;
	border-bottom:1px solid #FFF;	
	text-align:center;
}
.sticky-header #primary-menu ul li.mega-menu:first-of-type .mega-menu-content.style-2 {
    width: 100%;
    position: relative;
}
.sticky-header ul.mega-menu-column {
	width:100% !important;	
}
#primary-menu .logo-lrn {
    margin-top: 5px;
}
.sticky-header #downloadMenuTrigger {
	position:relative !important;	
}
.sticky-header #downloadMenuTrigger #downloadDropdown {
	width:100% !important;
	text-align:center;
	position:relative;	
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child strong {
	text-align:center;	
}
#primary-menu ul > li:first-child .mega-menu-content.style-2 ul ul li a {
	text-align:center;	
}
#primary-menu.style-2 > div > ul > ul > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child strong {
    height: 30px;
    padding: 5px 15px 0 !important;
	margin-bottom:0;
}
#primary-menu #downloadDropdown .mega-menu-column ul li > a {
    padding: 5px 10px !important;
    background: none;
}
#primary-menu ul > li:first-child .mega-menu-content.style-2 ul ul li a {
    padding: 5px 10px !important;
}
#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger, #header #top-search {
    margin-top: 19px !important;
    margin-bottom: 20px !important;
    margin-right: 30px;
}
#menuComplete {
	display:block;	
	left:0;
}
.sticky-header #menuComplete {
	display:none;	
	left:0;
}
.sticky-header #stickyMenuTrigger {
	display:block;	
	position: absolute;
    top: 17px;
    right: 0;
    display: block;
    z-index: 1000;
    width: 25px;
}
.sticky-header #stickyMenuTrigger {
	display:block;	
}
#primary-menu ul > li.mega-menu.sub-menu {
	position:inherit;	
}
#newsTicker {
	display:none;	
}
#primary-menu ul > li:nth-child(2) .mega-menu-content.style-2 ul.mega-menu-column {
	display:none !important;	
}
#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    width: 100%;
}
.sticky-header #primary-menu.style-2 > div > ul > li > a {
    padding: 10px 10px !important;
	font-size:18px !important;
	background:#5c6b77 !important;
	border-bottom:1px solid #FFF !important;	
}
.sticky-header #primary-menu ul > li.mega-menu.sub-menu {
    position: relative;
}

}

@media (max-width: 998px) { 

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
    margin-top: 20px;
	    width: 100%;
}
#primary-menu ul li .mega-menu-content.style-2 li {
	width: 100%;
}
#primary-menu ul li .mega-menu-content.style-2 ul li > a {
	width: 100%;
    text-align: center;
}
#primary-menu ul li.mega-menu:first-of-type .mega-menu-content.style-2 {
    padding: 0;	
	width:100%;
	margin:0;
	text-align:center;
}
.sticky-header #downloadMenuTrigger #downloadDropdown {
	margin:0;	
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child strong {
	text-align:center
}
#primary-menu ul > li:first-child .mega-menu-content.style-2 ul ul li a {
    background: none;
}
#primary-menu ul li:first-of-type .mega-menu-content ul:not(.megamenu-dropdown) {
    width: 100%;
}
.top-advert {
    display:none;
}
#primary-menu ul li:nth-child(2) .mega-menu-content {
	display:none !important;	
}
#newsTicker {
	display:none !important;	
}
#primary-menu.style-2 > div > ul > li {
	width:auto !important;
	border:none !important;	
}
#primary-menu.style-2 > div > ul > li > a {
    padding: 19px 10px !important;
	font-size:14px !important;
	background:none !important;
	border:none !important;	
}
#primary-menu ul > li {
    float: left;
    margin: 0;
}
.carousel.homeCarousel .carousel-indicators {
	height:auto !important;	
}
#lr-newmenu #section1,
#lr-newmenu #section2,
#lr-newmenu #section3,
#lr-newmenu #section4,
#lr-newmenu .buttonBrochure {
  display:none !important;  
}
#primary-menu ul li .mega-menu-content.style-2 li ul li {
	display:inline-block; 
	width: auto !important;	
	float:none;
}
#primary-menu #downloadDropdown .mega-menu-column ul {
	text-align:center;	
}
#primary-menu #downloadDropdown .mega-menu-column ul li > a {
    background: none;
}
.sticky-header ul.sf-js-enabled {
    margin-left: 0 !important;
}
#lr-home .sticky-style-2.sticky-header ul.sf-js-enabled {
    margin-left: 0px !important;
}


}

@media (max-width: 810px) { 

.sticky-header #stickyMenuTrigger {
    right: 15px;
}
#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger, #header #top-search {
    margin-right: 64px;
}
.sticky-header #primary-menu.style-2 > div > ul > li > a {
	border-top:1px solid #FFF !important;
	border-bottom:none !important;	
	
}
.sticky-header #downloadMenuTrigger #downloadDropdown {
	margin:0;	
}
ul#menuComplete.sf-js-enabled {
    margin-left: 0 !important;
    top: 60px;
    position: absolute;
    width: 100%;
}
#primary-menu ul > li.mega-menu.sub-menu {
    position: relative !important;
}
#primary-menu.style-2 > div > ul > li > a {
    border-top: 1px solid #FFF !important;
    border-bottom: none !important;
}
#primary-menu.style-2 > div > ul > li > a {
    padding: 5px 10px !important;
    font-size: 18px !important;
    background: #5c6b77 !important;
    border-bottom: none !important;
}
#primary-menu.style-2 > div > ul > li {
    width: 100% !important;
}
#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
	position:relative;	
}
#menuComplete {
	display:none;	
}
#lr-home #primary-menu .logo-lrn {
    display: block !important;
}

}

@media (max-width: 767px) { 

#stickyMenuTrigger {
	display:block;	
}

.sticky-header #stickyMenuTrigger, #stickyMenuTrigger {
	position: absolute;
    top: 17px;
    right: 20px;
    z-index: 1000;
    width: 25px;
}
#stickyMenuTrigger small {
	display:block;	
}
#stickyMenuTrigger small img {
	width:100%;
	display:block;	
}
#header .container {
    margin: 0 15px;
}
#header #primary-menu .container {
	margin:0 15px 0 0;	
}
#lr-home .fp-tableCell {
	position:relative;	
}

}

@media (max-width: 640px) { 

#top-social {
	display:none;	
}

#header #headerMid.container {
    display: none;
}
.logo-lrn {
	display:block !important;	
}


ul.mega-menu-column {
    width: 100% !important;
}
#accociations {
    margin-top: 106px !important;
}
#top-search form input {
    font-size: 14px;
    padding: 16px 80px 10px 0;
}

}

@media (max-width: 480px) { 

#header #primary-menu .container {
    margin: 0;
}
.round #tawkchat-minified-wrapper {
    bottom: 0px;
}
#primary-menu.style-2 > div > ul > li > a {
	font-size:14px;	
}
#primary-menu ul > li:first-child .mega-menu-content.style-2 ul ul li a {
    font-size:12px;
	line-height:120%;
}
#primary-menu .mega-menu-column ul li > a {
	font-size:12px;
	line-height:120%;
	    padding: 2px 10px !important;	
}
.sticky-header #primary-menu.style-2 > div > ul > li > a {
	padding:5px 10px !important;
	font-size:14px !important;	
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title strong {
	font-size:14px !important;
	line-height:120%;	
}

}

