/** ======================================================================================
*
* HEADER 
*
* ======================================================================================== */

.atwm-main-header {
	position: relative;
	margin-top: 14px;
}

#atwm-main-header-area {
	width: 100%;
	display: table;
	padding-top: 2px;
	height: auto;
}




/* Top middle logo, title and tagline area ======================================================================= */

#atwm-main-header-left-area {
	display: table-cell;
	width: 30%;
	padding-right: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	padding-top: 15px;
}
#atwm-main-header-right-area {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
}
#atwm-main-header-right-inner-area {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.atwm-header-customize {
	display: inline-block;
	text-align: right;
	padding-left: 1em;
	border-left: solid 1px rgba( 0,0,0,0.3);
	margin-left: 16px;
	vertical-align: middle;
}
.atwm-header-customize a {
	color: #444444;
	text-decoration: none;
}
.atwm-header-customize a:hover {
	color: #2d89cb;
}
.atwm-header-customize p {
	display: table-cell;
	vertical-align: middle;
	height: 24px;
}
.atwm-header-customize .vc_btn3-container {
	display: inline-block !important;
	margin-bottom: 0 !important;
}

.atwm-header-phone {
	display: inline-block;
	text-align: right;
	padding-left: 1em;
	border-left: solid 1px rgba( 0,0,0,0.3);
	vertical-align: middle;
}
.atwm-header-phone p {
	display: table-cell;
	vertical-align: middle;
	height: 24px;
}
.atwm-header-phone img {
	vertical-align: middle;
}
.atwm-request-qoute-image {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.atwm-request-qoute-image img {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
.atwm-request-qoute-image:before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #ccc;
	position: absolute;
	top: 5px;
	left: 15px;
}
.atwm-request-qoute-image:after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #ccc;
	position: absolute;
	top: 5px;
	right: 15px;
}



#atwm-site-logo {
	display: block;
	max-width: 100%;
	width: 320px;
}
#atwm-site-logo img {
	width: 100%;
	height: auto;
	display: block;
	
}
#atwm-title {
	display: block;
	text-align: left;
	font-size: 2.5em;
	white-space: nowrap;
	margin-bottom: 0.5em;
}
#atwm-title a {
	text-decoration: none;
}

#atwm-tagline {
	display: block;
	white-space: nowrap;
	font-size: 1.4em;
	text-align: left;
	margin-bottom: 0.2em;
}


#atwm-main-header-top-area {
	text-align: right;
	min-height: 50px;
}


/* Top social icons ======================================================================= */
#atwm-top-social-icons {
	display: inline-block;
	text-align: right;
	padding-top: 0px;
	vertical-align: top;
	vertical-align: middle;
}
.atwm-top-social {
  margin-left: 5px;
}
.atwm-top-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.7;
  margin-left: 3px;
  margin-right: 3px;
}
.atwm-top-social a:hover {
	opacity: 1;
}






/**
* Main navigation ================================================================================================
*/

#atwm-main-menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 0;
	z-index: 2;
	font-size: 1.1em;
	line-height: 1.0em;
	bottom: -24px;
	right: 0px;
}
#atwm-main-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#atwm-main-menu ul li {
	display: list-item;
	float: left;
	text-transform: uppercase;
	box-sizing: border-box;
}
#atwm-main-menu > ul > li {
	padding-left: 30px;
	text-wrap: none;
}

#atwm-main-menu ul li a {
	display: block;
	text-decoration: none;
}
#atwm-main-menu ul li a:hover {

}
#atwm-main-menu > ul > li:hover > a {

}
#atwm-main-menu > ul > li > a {
	line-height: 40px;
	height: 40px;
	position: relative;
}
#atwm-main-menu > ul > li.menu-item-has-children > a {
	padding-right: 24px;
}
#atwm-main-menu > ul > li.menu-item-has-children > a:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	content: "\e5cf";
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 1.3em;
}


#atwm-main-menu ul ul {
	position: absolute;
	top: 100%;
	width: 200px;
}
#atwm-main-menu > ul > li > ul {
	border-top: solid 1px #babbba;
	box-shadow: 0px 3px 8px rgba( 0,0,0, 0.2 );
}
#atwm-main-menu ul li ul {
    visibility: hidden;
    opacity: 0;
}
#atwm-main-menu ul li ul.visible {
    visibility: visible;
    opacity: 1;
}
#atwm-main-menu1 ul li ul {
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
	transform: translateZ(0);
	transform: translateY(10%);
	transition: all 0.5s ease 0s, visibility 0s linear 0.5s; /* the last value is the transition-delay for visibility */
}
#atwm-main-menu1 ul li:hover ul {
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
	transform: translateX(0%);
	transition-delay: 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}


#atwm-main-menu ul li ul li {
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
}
#atwm-main-menu ul li ul li a {
	border-top: solid 1px #ccc;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.2em;
	font-size: 0.9em;
}
#atwm-main-menu ul > li > ul > li:first-child > a {
	border-top: none;
}






/* Megamenu */
#atwm-main-menu > ul > li.megamenu > ul {
	position: absolute;
	top: 100%;
	right: 0px;
	border-top: solid 1px #babbba;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	box-shadow: 0px 3px 10px rgba( 0,0,0, 0.3 );
}
#atwm-main-menu > ul > li.megamenu.col-2 > ul {
	/*width: 700px;*/
	width: 880px;
}
#atwm-main-menu > ul > li.megamenu ul:after {
	content: " ";
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
#atwm-main-menu > ul > li.megamenu > ul > li {
	position: relative;
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}
#atwm-main-menu > ul > li.megamenu.col-2 > ul > li {
	width: 50%;
}
#atwm-main-menu > ul > li.megamenu > ul > li > a {
	white-space: nowrap;
	border: none;
}
#atwm-main-menu > ul > li.megamenu > ul ul {
	position: relative;
	display: block;
	top: auto;
	right: auto;
	width: auto;
	border-top: solid 1px #babbba;
}
#atwm-main-menu > ul > li.megamenu > ul ul a {
	border: none;
}
#atwm-main-menu > ul > li.megamenu > ul > li ul {
	padding-top: 1em;
	padding-bottom: 1em;
}
#atwm-main-menu > ul > li.megamenu > ul > li ul li a {
	font-size: 0.85em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}




#atwm-site-navigation-search {
    position: absolute;
    right: 0px;
    top: 0.85em;
    z-index: 3;
}
#atwm-site-navigation-search a {
	padding: 0px;
}
#atwm-site-navigation-search .material-icons {
	font-size: 1.7em;
}

#atwm-primary-search-panel-wrap	{ display: none; position: relative; z-index: 3; }
#atwm-primary-search-panel { position: absolute; text-align: center; display: table; width: 100%; margin-top: 1px; height: 480px; top: 32px; box-sizing: border-box;}
#atwm-primary-search-panel-ver-pos {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#atwm-primary-search-panel-ver-pos h3 {
	font-size: 2em;
	opacity: 0.8;
}

#atwm-primary-search-text {
	border: none;
	background: none;
	font-size: 2em;
	margin-top: 40px;
	width: 40%;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	opacity: 0.8;
}
#atwm-primary-search-text:focus {
	border: 0;
	outline: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	opacity: 0.8;
}

#atwm-primary-search-text::-moz-focus-inner {
	border: 0;
	outline: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	opacity: 0.8;
}
#atwm-primary-search-submit {
	border: none;
	display: block;
	background: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	margin-top: 1em;
	opacity: 0.8;
}
#atwm-primary-search-panel-close {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	z-index: 2;
	opacity: 0.8;
}




/**
* Header image ================================================================================================
*/

#atwm-header-image {
	margin-top: 15px;
	border-top: solid 4px rgba( 0,0,0,0.4);
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
#atwm-header-image img {
	display: block;
	width: 100%;
	height: auto;
}



/**
* Header widgets area ================================================================================================
*/

.header-widget-area {
	text-align: right;
	display: inline-block;
	padding-left: 0.5em;
	vertical-align: middle;
}
.header-widget-area .widget {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: right;
	padding-left: 0.5em;
	margin-left: 1em;
	border-left: solid 1px rgba( 0,0,0,0.3);
}


#lang_sel_list {
	height: auto;
	padding: 0px;
	border: none;
	display: inline-block;
	background: none;
	border-left: solid 1px rgba( 0,0,0,0.3);
	margin-left: 10px;
	vertical-align: middle;
}
#lang_sel_list ul {
	display: table-cell;
	height: 24px;
	vertical-align: middle;
}
#lang_sel_list ul li {
	margin-left: 0em !important;
}
#lang_sel_list ul li a {
	font-size: 1em;
}