/*=========================================Sticky Bar===================================================*/
#sticky-bar {
	position: fixed;
	z-index: 5000005;
	height: 94px;
	top: 0;
	width: 100%;
	background-image: url(../images/home_header.png);
	background-color: #383a40;
	background-attachment: fixed;
}

#sticky-bar:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

#sticky-bar,
#sticky-bar:before,
#sticky-bar.fixed:not(.unstick):before {
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

#sticky-bar.fixed:not(.unstick):before {
	background: rgba(0, 0, 0, .4);
}

#sticky-bar.fixed.header_hidden:not(.unstick) {
	top: -92px !important;
}
#sticky-bar.admin-bar.fixed.header_hidden:not(.unstick) {
	top: -60px !important;
}

.single #sticky-bar {
	height: 92px;
}

#sticky-bar.admin-bar,
#sticky-bar.admin-bar.no-header {
	top: 32px;
}

#sticky-bar .row {
	margin: 0;
}

#sticky-bar.no-header:not(.unstick) {
	top: 0;
	position: fixed;
}

#sticky-inner {
	position: relative;
	height: 94px;
	overflow: hidden;
	border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.single #sticky-inner {
	height: 92px;
	border-bottom: none;
}

#sticky-inner.visible {
	overflow: visible;
}

#sticky-bar .aa_hljs_description,
#wpadminbar .aa_hljs_description {
	display: none;
}

/*-sticky color-*/
.sticky-color,
#aa_main_logo {
	background-color: transparent !important;
}

.sticky-color {
	padding-top: 24px;
	float: left;
}

#aa_main_logo {
	background-size: 209px 50px;
	background-image: url(../images/aa_logo_new.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 50px;
	position: relative;
	width: 209px;
}

/*-Section menu-*/
#section-menu {
	float: right;
	border: none;
	opacity: 1;
}

#section-menu .sf-arrows .sf-with-ul:after,
#section-menu .menu-item-has-children a:after {
	display: none;
}

#section-menu ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#section-menu ul li {
	padding: 0;
	float: left;
	position: relative;
}

#section-menu > ul > li > a {
	color: rgba(255, 255, 255, 0.6);
	font-family: Lato Bold, sans-serif;
	font-size: 16px;
	letter-spacing: -0.01em;
	padding: 38px 22px 0 7px !important;
	position: relative;
	display: block;
	min-width: 65px;
	text-align: center;
	text-transform: uppercase;
}

#section-menu ul li.current-menu-item > a.parent-item {
	background-color: transparent !important;
	border-bottom: 3px solid #fff;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#section-menu ul li a.parent-item:hover,
#section-menu ul li.over > a.parent-item,
#section-menu ul li.current-menu-item > a.parent-item:hover,
#section-menu.standard-menu ul li a:hover,
#section-menu.standard-menu ul li.over > a,
#section-menu.standard-menu ul li.current-menu-item > a  {
	background-color: transparent !important;
	color: #2dcc70 !important;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

/*-Section Menu Mega Content-*/
#section-menu ul li:hover .aa-mega-content {
	display: block;
}

#section-menu .aa-mega-content {
	display: none;
	color: #bdbdbd;
}

#section-menu .aa-mega-content ul,
#section-menu.standard-menu ul ul:not(.menu) {
	display: none;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute !important;
	padding: 4px 15px 5px 15px !important;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
	z-index: 10;
}

#section-menu .aa-mega-content ul li,
#section-menu.standard-menu ul ul li {
	float: none;
	padding: 8px 0 11px 0;
	color: #BDBDBD;
}

#section-menu .aa-mega-content ul li a,
#section-menu.standard-menu ul ul a {
	color: #BDBDBD;
	font-size: 14px;
}

#section-menu.standard-menu ul ul a {
	opacity: 1;
	font-family: Lato Semibold, sans-serif;
	padding: 0;
}

#section-menu .aa-mega-content ul li:hover,
#section-menu .aa-mega-content ul li:hover a,
#section-menu.standard-menu ul ul li:hover,
#section-menu.standard-menu ul ul a:hover {
	color: #1a92a5 !important;
}

/*-Section menu more items-*/
.aa_more_section_items:after {
	content: '';
	display: inline-block;
	position: relative;
	border-style: solid;
	border-width: 4px;
	border-color: rgba(255, 255, 255, 0.6) transparent transparent;
	right: -10px;
	margin-top: -2px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	width: 0;
	height: 0;
}

.aa_more_section_items.show_more:before {
	margin-top: -5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

li.over .aa_more_section_items:before {
	border-color: rgba(255, 255, 255, 1) transparent transparent;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

#section-menu-more {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 1;
	background: rgb(24,214,179);
	background: -moz-linear-gradient(left,  rgba(24,214,179,0) 0%, rgba(27,158,168,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(24,214,179,0) 0%,rgba(27,158,168,0) 100%);
	background: linear-gradient(to right,  rgba(24,214,179,0) 0%,rgba(27,158,168,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d6b3', endColorstr='#1b9ea8',GradientType=1 );

}

#section-menu-more.visible {
	background: rgb(24,214,179);
	background: -moz-linear-gradient(left,  rgba(24,214,179,1) 0%, rgba(27,158,168,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(24,214,179,1) 0%,rgba(27,158,168,1) 100%);
	background: linear-gradient(to right,  rgba(24,214,179,1) 0%,rgba(27,158,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d6b3', endColorstr='#1b9ea8',GradientType=1 );
}

#section-menu-more:before {
	content: '';
	height: 0;
	display: block;
}

#section-menu-more.visible:before {
	animation-name: show_hide_before;
	-webkit-animation-name: show_hide_before;
	animation-duration: .3s;
	-webkit-animation-duration: .3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes show_hide_before {
	0% { height: 0; }
	50% { height: 45px; }
	100% { height: 0; }
}

@keyframes show_hide_before {
	0% { height: 0; }
	50% { height: 45px; }
	100% { height: 0; }
}

#section-menu.standard-menu #section-menu-more ul {
	position: relative;
	width: 100%;
	height: 0;
	opacity: 0;
	padding: 0;
	padding-left: 311px;
	margin: 0;
	box-shadow: none;
	overflow: hidden;
	-webkit-box-shadow: none;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	background: rgb(116,230,209);
	background: -moz-linear-gradient(left,  rgba(116,230,209,1) 0%, rgba(118,196,203,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(116,230,209,1) 0%,rgba(118,196,203,1) 100%);
	background: linear-gradient(to right,  rgba(116,230,209,1) 0%,rgba(118,196,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74e6d1', endColorstr='#76c4cb',GradientType=1 );
}

#section-menu.standard-menu #section-menu-more.visible ul {
	height: 45px;
	opacity: 1;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

#section-menu.standard-menu #section-menu-more ul li {
	display: inline-block;
	padding: 0;
}

#section-menu.standard-menu #section-menu-more ul a {
	font-family: Lato Heavy, sans-serif;
	font-size: 13px;
	color: #064e59;
	text-transform: uppercase;
	padding: 12px 9px;
	position: relative;
	top: -12px;
	opacity: 0;
	display: block;
}

#section-menu.standard-menu #section-menu-more.visible ul li a {
	animation-name: more_items;
	-webkit-animation-name: more_items;
	animation-duration: .3s;
	-webkit-animation-duration: .3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(1) a { animation-delay: .3s; -webkit-animation-delay: .3s; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(2) a { animation-delay: .4s; -webkit-animation-delay: .4s; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(3) a { animation-delay: .5s; -webkit-animation-delay: .5s; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(4) a { animation-delay: .6s; -webkit-animation-delay: .6s; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(5) a { animation-delay: .7s; -webkit-animation-delay: .7s; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(6) a { animation-delay: .8s; -webkit-animation-delay: .8s; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(7) a { animation-delay: .9s; -webkit-animation-delay: .9s; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(8) a { animation-delay: 1.0s; -webkit-animation-delay: 1.0; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(9) a { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }
#section-menu.standard-menu #section-menu-more.visible ul li:nth-child(10) a { animation-delay: 1.3s; -webkit-animation-delay: 1.3s; }

@-webkit-keyframes more_items {
	from { opacity: 0; top: -12px; }
	to { opacity: 1; top: 0; }
}

@keyframes more_items {
	from { opacity: 0; top: -12px; }
	to { opacity: 1; top: 0; }
}

/*-Search-*/
#search-toggle {
	display: none;
	height: 60px;
	width: 60px;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.10);
	float: right;
	opacity: 1;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	margin-top: 16px;
}

#search-toggle span:before {
	content: '\e920';
	font-family: icons;
	font-size: 18px;
	color: #fff;
}

#sticky-search.active .theme-icon-search:before {
	color: rgba(255, 255, 255, 0.5);
}

.aa-sticky-search-wrapper {
	float: left;
	margin-left: 42px;
	margin-right: 42px;
	margin-top: 9px;
	width: 40%;
}

#sticky-search {
	background: rgba(255, 255, 255, 0.1);
	display: block;
	position: relative;
	padding: 0;
	height: 74px;
	margin: 0 auto;
	z-index: 13;
	width: 100%;
}

#sticky-search div.loading.load-infinite {
	top: 68px;
}

#sticky-search input[name="q"],
#sticky-search input[name="s"]{
	color: #FFF;
	display: block;
	height: 74px;
	margin: 0 auto;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
	letter-spacing: -0.02em;
	border: none;
	background: none;
	position: relative;
	padding-left: 25px !important;
}

#sticky-search input[name="q"]::-webkit-input-placeholder {
	color: #FFF;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
}
#sticky-search input[name="q"]::-moz-placeholder {
	color: #FFF;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
}
#sticky-search input[name="q"]:-moz-placeholder {
	color: #FFF;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
}
#sticky-search input[name="q"]:-ms-input-placeholder {
	color: #FFF;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
}

#sticky-search input[name="s"]::-webkit-input-placeholder {
	color: #FFF;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
}
#sticky-search input[name="s"]::-moz-placeholder {
	color: #FFF;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
}
#sticky-search input[name="s"]:-moz-placeholder {
	color: #FFF;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
}
#sticky-search input[name="s"]:-ms-input-placeholder {
	color: #FFF;
	opacity: 1;
	font-family: Lato Medium, sans-serif;
	font-size: 18px;
}

#sticky-search label[for=sticky-search-submit] {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 25px;
}

#sticky-search label[for=sticky-search-submit]:before {
	content: '\e920';
	font-family: icons;
	color: #fff;
	font-size: 20px;
}

#sticky-search input[name="q-submit"] {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	color: transparent;
	top: 0;
	z-index: 13;
	opacity: 0;
}

#close-search-button {
	right: 0;
	top: 0;
	width: 77px;
	height: 74px;
	background: rgba(255, 255, 255, 0.05);
}

/*#close-search-button:hover:before {
	color: #2dcc70;
	border-color: #2dcc70;
}*/

#close-search-button:hover {
	background: #2dcc70;
}

#close-search-button,
#close-search-button:hover {
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

#close-search-button:before {
	font-size: 17px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}

/* search toggler */
@-webkit-keyframes search_toggler {
	from { opacity: 1;  }
	to { opacity: 0; }
}

@keyframes search_toggler {
	from { opacity: 1;  }
	to { opacity: 0; }
}

.aa-search-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	background: rgba(0, 0, 0, .9);
}

.aa-search-popup,
.aa_mobile_device .aa-sticky-search-wrapper {
	animation-name: search_toggler;
	-webkit-animation-name: search_toggler;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	display: none;
}

.aa_mobile_device.sticky-search-bar .aa-sticky-search-wrapper,
.sticky-search-bar .aa-search-popup {
	display: block;
	animation-name: search_toggler;
	-webkit-animation-name: search_toggler;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.sticky-search-bar .aa-sticky-search-wrapper,
.sticky-search-bar #sticky-search {
	display: block;
}

@media only screen and (min-width : 604px) {
	.sticky-search-bar #sticky-search {
		opacity: 0;
		top: 0;
		opacity: 1;
		height: 74px;
	}
}

/*---Main Menu---*/
/* Menu Button */
#open-button {
	float: right;
	border: none;
	height: 59px;
	width: 54px;
	padding: 0;
	position: relative;
	background-color: transparent;
	border-left: 2px solid rgba(255, 255, 255, 0.1);
	z-index: 5000008;
}

#open-button span {
	background-color: #fff;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	margin: -1px auto;
	left: 0;
	right: 0;
	top: 50%;
}

#open-button span:before,
#open-button span:after {
	content: '';
	background-color: #fff;
	position: absolute;
	width: 20px;
	height: 2px;
	margin: 0px auto;
	left: 0;
	right: 0;
}

#open-button span:after {
	transform: rotate(0deg) translateY(6px) translateX(0);
}

#open-button span:before {
	transform: rotate(0deg) translateY(-6px) translateX(0px);
}

#open-button span,
#open-button span:before,
#open-button span:after,
.show-menu #open-button span,
.show-menu #open-button span:before,
.show-menu #open-button span:after {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.show-menu #open-button span {
	height: 0;
}

.show-menu #open-button span:before {
	transform: rotate(45deg) translateY(-1px) translateX(2px);
}

.show-menu #open-button span:after {
	transform: rotate(-45deg) translateY(2px) translateX(2px);
}

/* Close Button */
.close-button {
	width: 20px;
	height: 20px;
	position: absolute;
	border: none;
	background: transparent;
	color: transparent;
	padding: 0;
}

.close-button:before {
	content: "\e5cd";
	font-family: icons;
}

/* Menu */
#menu-wrap {
	position: fixed;
	z-index: 5000007;
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, .98);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 79px;
}

/* Show menu */
.show-menu #menu-wrap {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%
}

body.show-menu {
	overflow: hidden;
}

.show-menu .sticky-color,
.show-menu #open-button {
	position: relative;
}

.show-menu #open-button {
	background: transparent;
	border: none;
}

/* main menu */
#main-menu {
	display: block !important;
	height: 100%;
	position: relative;
	top: auto;
	left: auto;
}

#main-menu .menu-item,
#sticky-inner .menu-item {
	background-color: transparent;
}

#main-menu > ul,
#main-menu ul {
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
	height: 100%;
	width: auto;
	position: relative;
	list-style-type: none;
}

#main-menu ul ul {
	display: block;
	margin-left: 0;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 50px;
	left: auto;
	top: auto;
	width: auto;
}

#main-menu ul ul:before {
	content: '';
}

#main-menu ul ul ul {
	display: none !important;
}

#main-menu ul li a {
	color: rgba(255, 255, 255, 0.6);
	font-family: Lato Bold, sans-serif !important;
	font-size: 16px;
	padding: 0 20px 18px 22px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	display: block;
	line-height: 25px;
}

#main-menu ul ul li a {
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
	padding: 0 0 17px 19px;
	text-transform: none;
}

#main-menu ul li.current-menu-item > a {
	color: #fff;
}

@-webkit-keyframes sub_li_before_pos {
	0% {opacity: 0;left:-40px;}
	60% {opacity: 0.5;left:-40px;}
	80% {opacity: 0.5;}
	100% {opacity: 1;left:-1px;}
}

@keyframes sub_li_before_pos {
	0% {opacity: 0;left:-40px;}
	60% {opacity: 0;left:-40px;}
	80% {opacity: 0.5;}
	100% {opacity: 1;left:-1px;}
}

#main-menu ul ul li a:before {
	content: '';
	border: 2px solid #4F5F6C;
	border-radius: 50%;
	background-color: #3B4953;
	left: -40px;
	top: 3px;
	position: absolute;
	height: 8px;
	width: 8px;
	opacity: 0;
}

#main-menu ul li.over ul li a:before {
	-webkit-animation-name: sub_li_before_pos;
	-webkit-animation-duration: 0.8s;
	animation-name: sub_li_before_pos;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#main-menu ul ul {
	height: 0;
}

@-webkit-keyframes sub_li_pos {
	0% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}
	60% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}
	80% {opacity: 0.5;}
	100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
}

@keyframes sub_li_pos {
	0% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}
	60% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}
	80% {opacity: 0.5;}
	100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
}

#main-menu ul li.over ul li {
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-animation-name: sub_li_pos;
	-webkit-animation-duration: 0.8s;
	animation-name: sub_li_pos;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#main-menu .sf-arrows .sf-with-ul:after,
#main-menu .menu-item-has-children > a:after {
	background: transparent;
	border-width: 0 2px 2px 0;
	border-color: transparent #556068 #556068 transparent;
	border-style: solid;
	height: 8px;
	width: 8px;
	right: 46px;
	top: 2px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
	position: absolute;
}

#main-menu .over .sf-arrows .sf-with-ul:after,
#main-menu .menu-item-has-children.over > a:after {
	border-color: transparent #798086 #798086 transparent;
	top: 19px;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg); 
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

/* Main Menu Socials */
#main-menu li.aa_menu_socials {
	padding: 20px 15px 0;
	border-bottom: 1px solid rgba(129, 139, 147, .15);
	text-align: justify;
	height: 73px;
}

#main-menu .aa_menu_socials a {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	font-size: 20px;
	padding-bottom: 0;
	border-bottom: none;
	color: #fff;
	width: 36px;
	height: 36px;
	background: #39454d;
	border-radius: 3px;
	padding-top: 7px;
}

#main-menu .aa_menu_socials a:hover {
	color: #1b93ab !important;
}

#main-menu .aa_menu_socials:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.theme-icon-googleplus:before {
	content: "\ea8b";
}

.theme-icon-youtube:before {
	content: "\e63a";
}

.theme-icon-googleplay:before {
	content: "\e903";
}

.theme-icon-snapchat:before {
	content: "\e902";
}

.theme-icon-periscope:before {
	content: "\e909";
}

/*contact us*/
#main-menu .aa_main_contact_wrap ul {
	height: auto;
	padding: 0 20px;
	text-align: justify;
}

#main-menu .aa_main_contact_wrap ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}

#main-menu .aa_main_contact_wrap ul li {
	display: inline-block;
}

#main-menu .aa_main_contact_wrap ul li a {
	padding: 11px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Lato Black, sans-serif !important;
	font-size: 12px;
}

/*style for sticky, when admin-bar active*/
@media only screen and (max-width : 782px) {
	#sticky-bar.fixed.header_hidden:not(.unstick) {
		top: 0!important;
	}

	#sticky-bar.fixed.header_hidden:not(.unstick) + #best_product_bar {
		top: 59px;
	}

	#sticky-bar.admin-bar,
	#sticky-bar.admin-bar.sticky-mobile,
	#sticky-bar.admin-bar.fixed:not(.unstick),
	.admin-bar #menu-wrap,
	#sticky-bar.admin-bar.fixed.header_hidden:not(.unstick) {
		top: 46px !important;
	}

	#sticky-bar.admin-bar.fixed.header_hidden:not(.unstick) + #best_product_bar {
		top: 105px;
	}

	#sticky-bar.admin-bar.header_tweaks:not(.unstick) {
		top: -27px !important;
	}
}

/*style for sticky, when admin-bar active*/
@media only screen and (max-width : 603px) {
	#sticky-bar.admin-bar.header_tweaks:not(.unstick) {
		top: 2px !important;
	}

	#main-menu .sf-arrows .sf-with-ul:after,
	#main-menu .menu-item-has-children > a:after {
		top: 0;
	}

	#main-menu .over .sf-arrows .sf-with-ul:after,
	#main-menu .menu-item-has-children.over > a:after {
		top: 8px;
	}

	#main-menu .aa_menu_socials:before {
		content: '';
		display: block;
		position: absolute;
		height: 11px;
		left: 0;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#14000000',GradientType=0 );
	}

}

@media only screen and (max-width : 600px) {
	#sticky-bar.admin-bar.fixed:not(.unstick),
	#sticky-bar.admin-bar.fixed:not(.unstick) #menu-wrap,
	#sticky-bar.admin-bar.fixed.header_hidden:not(.unstick) {
		top: 0 !important;
	}

	#sticky-bar.admin-bar.fixed.header_hidden:not(.unstick) + #best_product_bar {
		top: 59px;
	}

	#sticky-bar.admin-bar.header_tweaks:not(.unstick) {
		top: -119px !important;
	}

	#main-menu ul.sub-menu {
		display: block !important;
	}
}

/*---End Main Menu---*/

/*===sticky_soc_wrapper===*/
#aa_sticky_soc_wrapper {
	float: right;
	position: relative;
	padding: 0 20px 0 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

#aa_sticky_soc_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#aa_sticky_soc_wrapper a.aa_soc {
	height: 77px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 27px 8px;
}

#aa_sticky_soc_wrapper a.aa_soc.aa_sticky_soc_more_link {
	padding-right: 4px;
	z-index: 11;
}

#aa_sticky_soc_wrapper a.aa_soc:hover {
	color: #fff !important;
}

.theme-icon-morelink:before {
	content: '\e90e';
	font-size: 5px;
	width: auto;
	top: -5px;
	position: relative;
}

a.aa_sticky_soc_more_link {
	z-index: 1;
	position: relative;
}

a.aa_sticky_soc_more_link.show_more,
#aa_sticky_soc_wrapper a.aa_sticky_soc_more_link.show_more:hover {
	color: #1ba2a9 !important;
}

.aa_sticky_soc_more_wrap {
	background: #fff;
	position: absolute;
	border-radius: 3px;
	right: 15px;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	top: 19px;
	min-width: 159px;
	padding-top: 14px !important;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
	z-index: 10;
}

.aa_sticky_soc_more_wrap.visible {
	transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
}

.aa_sticky_soc_more_wrap ul li a {
	font-family: Lato Heavy, sans-serif;
	font-size: 13px;
	color: #a5a5a5;
	display: inline-block;
	padding: 0px 10px 16px;
	letter-spacing: 0.01em;
	opacity: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.aa_sticky_soc_more_wrap.visible ul li a {
	opacity: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

/*===end sticky_soc_wrapper===*/

/*===Hot products menu===*/
#tt_hot_products_menu {
	position: relative;
	padding: 19px 28px 17px 0;
	height: 66px;
	overflow: hidden;
	border-bottom: 3px solid rgba(255, 255, 255, 0.1);
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.tt_hot_products_title,
#hot-products-menu {
	display: block;
	float: left;
}

.tt_hot_products_title {
	font-family: Lato Bold, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #f06a98;
	position: relative;
	padding-left: 6px;
	border-radius: 5px;
}

#hot-products-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#hot-products-menu ul li {
	float: left;
}

#hot-products-menu ul li a {
	font-family: Lato Bold, sans-serif;
	font-size: 16px;
	color: #a3a3a3;
	margin: 0 18px;
	text-transform: uppercase;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

/*===End Hot products menu===*/

/*main menu dgit*/
#main-menu .aa_dgit_sidebar {
	background: rgba(51, 70, 94, .25);
	padding: 17px 22px 32px;
	margin-top: 125px;
}

#main-menu .aa_sticky_dgit_logo:before {
	display: none;
}

#main-menu .aa_sticky_dgit_logo {
	padding: 0;
	cursor: pointer;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.03em;
	font-size: 16px;
	width: auto;
	margin-bottom: 16px;
	font-family: Lato Black;
	font-size: 15px;
}


#main-menu .aa_sticky_dgit_logo:after {
	display: block;
	position: static;
	border: none;
	content: '\00A0sites';
	display: inline-block;
}

#main-menu .aa_dgit_links {
	height: auto;
	padding: 0;
	width: calc(100% - -30px);
	left: -15px;
	padding-top: 53px !important;
	transform: scale(1);
	-webkit-transform: scale(1);
}

#main-menu .aa_dgit_links li {
	width: 25%;
	float: left;
}

#main-menu .aa_dgit_links li a {
	padding: 0 !important;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Lato Heavy, sans-serif;
	line-height: 12px;
}

#main-menu .aa_dgit_links a:before {
	content: '' !important;
	display: block !important;
	width: 32px;
	height: 30px;
	top: -41px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 1;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

#main-menu .aa_dgit_aa:before { background-position: -148px -38px; }
#main-menu .aa_dgit_vrs:before { background-position: -2px -35px; }
#main-menu .aa_dgit_ss:before { background-position: -36px -37px; }
#main-menu .aa_dgit_tt:before { background-position: -76px -37px; }
#main-menu .aa_dgit_charged:before { background-position: -111px -33px; }

/*===.aa_mobile_device===*/
.aa_mobile_device #sticky-bar.fixed:not(.unstick) #search-toggle span {
	top: 5px;
}

.aa_mobile_device .sticky-color {
	padding-top: 23px;
}

.aa_mobile_device #aa_main_logo {
	width: 150px;
	height: 20px;
	background-size: 201px 48px;
	background-position: 100% 48%;
	margin-left: 10px;
	float: left;
}

.aa_mobile_device.sticky-search-bar:before {
	content: "";
	background: rgba(0, 0, 0, .98);
	height: 200%;
	width: 9999px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000005;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.aa_mobile_device .aa-search-popup,
.aa_mobile_device .aa-sticky-search-wrapper #tt_hot_products_menu,
.aa_mobile_device .aa-sticky-search-wrapper {
	display: none;
}

.aa_mobile_device .aa-sticky-search-wrapper {
	margin: 0;
	width: 100%;
}

.aa_mobile_device.sticky-search-bar #sticky-search {
	height: 60px;
	position: absolute;
	max-width: 100%;
}

/*.aa_mobile_device #close-search-button {
	display: none;
}*/

#close-search-button {
	display: none;
}

.aa_mobile_device.sticky-search-bar #sticky-search {
	top: 119px;
}

.aa_mobile_device.sticky-search-bar.single #sticky-search {
	top: 59px;
}

.aa_mobile_device #sticky-search .searchform {
	height: 60px;
}

.aa_mobile_device #sticky-search input[name="q"],
.aa_mobile_device #sticky-search input[name="s"] {
	height: 60px;
	color: rgba(255, 255, 255, .6);
}

#sticky-search input[name="q"]::-webkit-input-placeholder { color: rgba(255, 255, 255, .6); }
#sticky-search input[name="q"]::-moz-placeholder { color: rgba(255, 255, 255, .6); }
#sticky-search input[name="q"]:-moz-placeholder { color: rgba(255, 255, 255, .6); }
#sticky-search input[name="q"]:-ms-input-placeholder { color: rgba(255, 255, 255, .6); }
#sticky-search input[name="s"]::-webkit-input-placeholder { color: rgba(255, 255, 255, .6); }
#sticky-search input[name="s"]::-moz-placeholder { color: rgba(255, 255, 255, .6); }
#sticky-search input[name="s"]:-moz-placeholder { color: rgba(255, 255, 255, .6); }
#sticky-search input[name="s"]:-ms-input-placeholder { color: rgba(255, 255, 255, .6); }

.aa_mobile_device #sticky-search label[for=sticky-search-submit] {
	right: 9px;
	margin-top: -9px;
}

.aa_mobile_device #sticky-search label[for=sticky-search-submit]:before {
	color: #2dcc70;
	font-size: 22px;
	border: none;
	border-radius: 0;
}

@media only screen and (max-width : 1200px) {
	#aa_sticky_soc_wrapper,
	.aa_sticky_dgit_logo:after {
		display: none;
	}

	.aa_sticky_dgit_logo {
		padding: 0;
		width: 77px;
		color: transparent;
		text-shadow: none;
		-webkit-text-shadow: none;
	}

	.aa_sticky_dgit_logo:before {
		text-align: center;
		width: 100%;
		left: 0;
	}

	#section-menu {
		display: none;
	}

	.aa_mobile_device #section-menu {
		display: block;
	}
}

.aa_mobile_device #sticky-bar {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	height: 119px;
}

.aa_mobile_device.single #sticky-bar,
.aa_mobile_device.page #sticky-bar,
.aa_mobile_device.search #sticky-bar {
	height: 59px;
}

.aa_mobile_device #sticky-inner {
	height: 59px;
	border-width: 2px;
}

.aa_mobile_device #search-toggle {
	height: 57px;
	width: 55px;
	background: transparent;
	margin-top: 0px;
	visibility: visible !important;
	display: block;
}

.aa_mobile_device.single #search-toggle,
.aa_mobile_device.page #search-toggle,
.aa_mobile_device.search #search-toggle {
	width: 50px;
}

.aa_mobile_device #search-toggle span:before {
	font-size: 19px;
}

.aa_mobile_device #section-menu {
    float: left;
    margin-left: 0;
    overflow: hidden;
    max-height: 42px;
}

.aa_mobile_device #section-menu ul {
	white-space: nowrap;
	width: 100vw;
	overflow-x: scroll;
	padding-bottom: 20px;
}

.aa_mobile_device #section-menu ul li {
	float: none;
	display: inline-block;
	white-space: normal;
}

.aa_mobile_device #section-menu > ul > li > a {
	font-size: 14px;
	padding: 22px 12px 0 13px !important;
}

/* Main menu */
.aa_mobile_device #open-button {
	display: block;
}

/*===end .aa_mobile_device===*/

/*=======================================================End Sticky Bar================================================*/