/* Animated CSS3 Mega Menu (Theme 1) - Animation 1 */
body {
	margin: 0;
}
/* ========== THE MAIN FONT ========== */

/* ========== MAIN DIV THAT HOLDS THE ENTIRE MENU ========== */
.menu {
	width: 100%;
	height: 40px;
	margin: 0px 0 0 0px;
	background: rgb(109,125,89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(109,125,89,1) 0%, rgba(57,70,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,125,89,1)), color-stop(100%, rgba(57,70,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(109,125,89,1) 0%, rgba(57,70,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(109,125,89,1) 0%, rgba(57,70,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(109,125,89,1) 0%, rgba(57,70,53,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(109,125,89,1) 0%, rgba(57,70,53,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7d59', endColorstr='#394635', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
.menu ul, .menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ========== FLOAT ========== */
.menu .left {
	float: left;
}
.menu .right {
	float: right;
}
/* ========== DIV THAT HOLDS MAIN LINKS ========== */
.menu ul {
	position: relative;
}
/* ========== MAIN LINKS ========== */
.menu ul li {
	float: left;
}
.menu ul li.menu_right {
	position: relative;
}
.menu > ul > li:first-child a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.menu ul > li > a {
	display: block;
	height: 40px;
	padding: 0 13px;
	font: 16px/40px "MyriadPro-Regular";
	color: #f2ede1;
	text-decoration: none;
	border-right: solid 1px #2A2A2A;
	-webkit-transition: color 180ms linear 20ms, background 180ms linear 20ms;
	-moz-transition: color 180ms linear 20ms, background 180ms linear 20ms;
	-ms-transition: color 180ms linear 20ms, background 180ms linear 20ms;
	-o-transition: color 180ms linear 20ms, background 180ms linear 20ms;
	transition: color 180ms linear 20ms, background 180ms linear 20ms;
}
.menu ul li a .icon-home {
	font-size: 26px;
	line-height: 40px;
}
/* ========== MAIN LINKS ON MOUSEOVER ========== */
.menu ul:hover li.active a {
	color: #f1f2db;
	background: #333;
}
.menu ul li.active a, .menu ul li:hover > a, .menu ul li.active:hover > a {
	color: #f28329;
	background: #2A2A2A;
}
/* ========== MAIN LINKS ON MOUSE CLICK ========== */	
.menu ul li a:active, .menu ul li.active a:active {
	color: #888;
}
/* ========== CLASSIC/MEGA MENU ========== */	
.menu ul ul, .menu .mega_menu {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 30000;
	padding-bottom: 1px;
	background: #2A2A2A;
	border-left: solid 1px #232323;
	border-right: solid 1px #232323;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-box-shadow: 0px 0px 2px #2A2A2A;
	-moz-box-shadow: 0 0 2px #2A2A2A;
	box-shadow: 0 0 2px #2A2A2A;
	-webkit-transition: all 150ms linear 20ms;
	-moz-transition: all 150ms linear 20ms;
	-ms-transition: all 150ms linear 20ms;
	-o-transition: all 150ms linear 20ms;
	transition: all 150ms linear 20ms;
}
/* ========== MEGA MENU ========== */		
.menu .mega_menu {
	border: none;
	border-top: solid 1px #232323;
	border-bottom: solid 1px #232323;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
	padding: 15px;
}
/* ========== CLASSIC/MEGA MENU ON MOUSEOVER ========== */
.menu ul li:hover > ul, .menu ul li:hover .mega_menu {
	visibility: visible;
	opacity: 1;
}
/* ========== LINKS IN CLASSIC MENU ========== */	
.menu ul ul li {
	float: none;
	position: relative;
}
.menu ul ul li a {
	position: relative;
	width: auto;
	height: 30px;
	padding-right: 0;
	font-size: 17px;
	color: #444;
	line-height: 32px;
	border-top: solid 1px #232323;
	border-right: none;
}
.menu ul ul li a i {
	position: absolute;
	top: 3px;
	right: 12px;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* ========== LINKS ON MOUSEOVER IN CLASSIC MENU ========== */
.menu ul ul li:hover > a {
	background: #373737;
	color: #f28329;
}
/* ========== LINKS ON MOUSE CLICK IN CLASSIC MENU ========== */
.menu ul ul li a:active {
	color: #777;
}
/* ========== CLASSIC MENU LVL 2,3,4,... ========== */	
.menu ul ul ul {
	left: 100%;
	top: 0;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
}
/* ========== MEGA MENU ALIGNED TO THE RIGHT SIDE ========== */	
.menu ul li.menu_right .mega_menu {
	right: 0;
}
/* ========== DIFFERENT SIZE OF MEGA MENU ========== */
.menu .size1 {
	width: 150px; /* + 10px from left and right side, width=170px */
}
.menu .size2 {
	width: 250px; /* + 10px from left and right side, width=270px */
}
.menu .size3 {
	width: 375px; /* + 10px from left and right side, width=370px */
}
.menu .size4 {
	width: 450px;/* + 10px from left and right side, width=470px */
}
.menu .size5 {
	width: 550px; /* + 10px from left and right side, width=570px */
}
.menu .size6 {
	width: 650px; /* + 10px from left and right side, width=670px */
}
.menu .size7 {
	width: 760px; /* + 10px from left and right side, width=770px */
}
.menu .size8 {
	width: 850px; /* + 10px from left and right side, width=870px */
}
.menu .full_width {
	width: 980px; /* + 10px from left and right side, width=980px. 980px is the width of the Menu */
	left: 51px;
}
}
.menu .auto-width {
	width: auto; /* + 10px from left and right side, width=870px */
}
/* ========== HEADINGS IN MEGA MENU ========== */
.menu h1, .menu h2, .menu h3, .menu h4, .menu h5, .menu h6 {
	margin: 0;
	font-family: "BebasNeue";
	font-weight: normal;
	color: #c2ae95;
}
.menu h1 {
	font-size: 24px;
}
.menu h2 {
	font-size: 20px;
}
.menu h3 {
	font-size: 18px;
}
.menu h4 {
	font-size: 16px;
}
.menu h5 {
	font-size: 14px;
}
.menu h6 {
	font-size: 12px;
}
/* ========== CLASSIC LINKS IN MEGA MENU ========== */
.menu .mega_menu a {
	display: inline;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	color: #999;
	line-height: inherit;
	text-transform: none;
	text-decoration: underline;
	border: none;
	-webkit-transition: color 60ms linear 20ms;
	-moz-transition: color 60ms linear 20ms;
	-ms-transition: color 60ms linear 20ms;
	-o-transition: color 60ms linear 20ms;
	transition: color 60ms linear 20ms;
}
.menu .mega_menu a:hover {
	color: #64C1FF;
}
/* ========== IMAGES INSIDE LINK IN MEGA MENU ========== */		
.menu .mega_menu a img {
	margin: 0;
	display: block;
	-webkit-transition: opacity 160ms ease-in 10ms;
	-moz-transition: opacity 160ms ease-in 10ms;
	-ms-transition: opacity 160ms ease-in 10ms;
	-o-transition: opacity 160ms ease-in 10ms;
	transition: opacity 160ms ease-in 10ms;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.menu .mega_menu a img:hover {
	opacity: 1;
}
.menu .mega_menu a img:active {
	opacity: 0.8;
}
/* ========== TYPOGRAPHY IN MEGA MENU ========== */	
.menu .mega_menu p {
	margin: 3px 0 6px 0;
	font-size: 12px; 
	color: #9a9a9a;
	font-family: Tahoma, Geneva, sans-serif;
}
.menu .mega_menu .one, .menu .mega_menu .one_half, .menu .mega_menu .one_thirds, .menu .mega_menu .two_thirds, .menu .mega_menu .one_fourth, .menu .mega_menu .three_fourths {
	margin: 0 1%;
	padding: 0 0 12px;
	float: left;
}
.menu .mega_menu .one {
	width: 98%;
}
.menu .mega_menu .one_half {
	width: 48%;
}
.menu .mega_menu .one_thirds {
	width: 31.33%;
}
.menu .mega_menu .two_thirds {
	width: 64.67%;
	height: 185px;
}
.menu .mega_menu .one_fourth {
	width: 23%;
}
.menu .mega_menu .three_fourths {
	width: 73%;
}
/* ========== IMAGES IN MEGA MENU ========== */		
.menu .mega_menu img {
	border: solid 1px #111;
	-webkit-box-shadow: 0 0 3px #222;
	-moz-box-shadow: 0 0 3px #222;
	box-shadow: 0 0 3px #222;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.menu .mega_menu .about-us {
	border: none;
	box-shadow: none;
	padding-bottom: 10px;
}
.menu .mega_menu .menu-icon {
	box-shadow: none;
	border: none;
	margin-top: 8px;
	margin-bottom: 8px;
	width: auto;
	height: auto
}
.menu-hover {
}
.menu-hover:hover {
	-webkit-filter: brightness(2)
}
.menu-hover:active {
	-webkit-filter: brightness(1)
}
.menu .mega_menu img.left {
	margin: 3px 7px 4px 0;
}
.menu .mega_menu img.right {
	margin: 3px 0 4px 7px;
}
/* ========== PORTFOLIO IN MEGA MENU ========== */	
.menu .mega_menu .portfolio li {
	display: inline-block;
	vertical-align: top;
	width: 232px;
	margin: 2px 7px 10px;
	float: none;
 *float:left;
}
.menu .mega_menu .portfolio li.headline, .menu .mega_menu .portfolio li.headline a {
	margin: 2px 5px 0;
	font: 45px "BebasNeue";
	color: #fff;
	text-shadow: .5px .5px 0px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	z-index: 10;
	text-decoration: none;
}
.menu .mega_menu .portfolio li a:hover, .menu .mega_menu .portfolio li.headline a:hover {
	color: #fff;
}
.menu .mega_menu .portfolio li a:active, .menu .mega_menu .portfolio li.headline a:active {
	color: #f28329;
}
.menu .mega_menu .portfolio li.headline a {
	margin-left: 0;
}
.menu .mega_menu .portfolio li a {
	display: block;
	height: auto;
}
.menu .mega_menu .portfolio li a img {
	width: 230px;
	height: 105px;
	margin: 0;
	float: left;
	opacity: .85;
	border: solid 2px #111;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #222;
	-moz-box-shadow: 0 0 3px #222;
	box-shadow: 0 0 3px #222;
	-webkit-transition: 140ms ease-in 10ms;
	-moz-transition: 140ms ease-in 10ms;
	-ms-transition: 140ms ease-in 10ms;
	-o-transition: 140ms ease-in 10ms;
	transition: 140ms ease-in 10ms;
	z-index: -1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu .mega_menu .portfolio li p {
	margin: 2px 5px 0;
	font: 11px/11px Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #9a9a9a;
	float: left;
	position: absolute;
	top: 110px;
	left: 5px;
	text-transform: none;
}
.menu .mega_menu .portfolio li a:hover img {
	opacity: 1;
	border: solid 2px #c2ae95;
}
.menu .mega_menu .portfolio li a:active img {
	opacity: .85;
}
#bgcontainer {
	position: relative;
	height: 140px;
}
#bgtext {
	position: absolute;
	left: 10px;
	top: 60px;
}
/* ========== LISTS IN MEGA MENU ========== */
.menu .mega_menu .list {
	display: inline-block;
	vertical-align: top;
	width: 175px;
	padding: 0; 
}
.menu .mega_menu .list li {
	width: 100%;
	text-align: left;
	padding: 6px 5px;
}
.menu .mega_menu .list li.headline {
	border-top: solid 1px #353535;
	padding-top: 7px
}
.menu .mega_menu .list li.headline h3, .menu .mega_menu .list li.headline a {
	margin-left: 7px;
	color: #c2ae95;
	text-transform: uppercase;
	font-family: "BebasNeue";
	font-size: 23px;
	text-decoration: none;
	line-height: 1.1;
}
.menu .mega_menu .list li.headline, .menu .mega_menu .list li.headline {
	color: #c2ae95;
	text-transform: uppercase;
	font-family: "BebasNeue";
	font-size: 23px;
	text-decoration: none;
	line-height: 1.1;
}
.menu .mega_menu .list li.headline a {
	margin-left: 0;
}
.menu .mega_menu .list li a {
	padding: 0;
	font: 15px/24px Arial, Helvetica, sans-serif; 
	color: #9a9a9a;
	text-transform: none;
	text-decoration: none;
	border: none;
	line-height: 10px;
}
.menu .mega_menu .list li:hover a {
	background: none;
}
.menu .mega_menu .list li a:hover, .menu .mega_menu .list li.headline a:hover {
	color: #FFFFFF;
}
.menu .mega_menu .list li a:active, .menu .mega_menu .list li.headline a:active {
	color: #f28329;
}
/* ========== BLOG IN MEGA MENU ========== */
.menu .mega_menu .blog_post {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #3B3B3B;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.menu .mega_menu .blog_post:hover {
	background: #464646;
	-webkit-transition: color 160ms linear 20ms;
	-moz-transition: color 160ms linear 20ms;
	-ms-transition: color 160ms linear 20ms;
	-o-transition: color 160ms linear 20ms;
	transition: color 160ms linear 20ms;
}
.menu .mega_menu .blog_post h2 {
	margin-bottom: 4px;
	color: #c2ae95;
	border-bottom: solid 1px #2E2E2E;
}
.menu .mega_menu .blog_post .blog-title {
	margin-bottom: 4px;
	color: #c2ae95;
	/* border-bottom: solid 1px #2E2E2E; */
	text-transform: uppercase;
	font-family: "BebasNeue";
	font-size: 22px;
	text-decoration: none;
	line-height: 1.1;
	-webkit-transition: color 160ms linear 20ms;
	-moz-transition: color 160ms linear 20ms;
	-ms-transition: color 160ms linear 20ms;
	-o-transition: color 160ms linear 20ms;
	transition: color 160ms linear 20ms;
}
.menu .mega_menu .blog_post .blog-title:hover {
	color: #fff;
}
.menu .mega_menu .blog_post .blog-title:active {
	color: #f28329;
}
.menu .mega_menu .blog_post p {
	font-size: 11px;
	color: #9A9A9A;
	line-height: 15px;
	padding: 5px;
	text-transform: none;
	margin-top: 5px;
	text-align: left
}
.menu .mega_menu .blog_post .read_more {
	margin-top: -4px;
	height: auto;
	float: right;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	-webkit-transition: color 160ms linear 20ms;
	-moz-transition: color 160ms linear 20ms;
	-ms-transition: color 160ms linear 20ms;
	-o-transition: color 160ms linear 20ms;
	transition: color 160ms linear 20ms;
}
.menu .mega_menu .blog_post .read_more:hover {
	color: #fff;
}
/* ========== GOOGLE MAP ========== */
.menu .mega_menu .map {
	width: 550px;
	height: 160px;
	-webkit-box-shadow: 0 2px 4px #111;
	-moz-box-shadow: 0 2px 4px #111;
	box-shadow: 0 2px 4px #111;
}
/* ========== CONTACT FORM IN MEGA MENU ========== */
.menu .mega_menu #contact {
	width: 490px;
	margin: 12px auto 12px;
}
.menu .mega_menu .contact {
	width: auto;
	margin: 0;
	font-size: 18px;
	font-family: "BebasNeue";
	font-weight: normal;
	color: #c2ae95;
}
.menu .mega_menu .contact li {
	width: auto;
	margin: 3px 0;
	float: left;
}
.menu .mega_menu .contact li:first-child {
	margin-right: 10px;
}
/* ========== FIELDS IN CONTACT FORM ========== */	
.menu .mega_menu .contact input, .menu .mega_menu .contact textarea {
	font: 14px Tahoma, Geneva, sans-serif;
	color: #fff;
	background: #333;
	border: solid 1px #232323;
	-webkit-box-shadow: 0 0 3px #232323;
	-moz-box-shadow: 0 0 3px #232323;
	box-shadow: 0 0 3px #232323;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.menu .mega_menu .contact input {
	width: 200px;
	height: 26px;
	padding: 0 4px;
	float: left;
}
.menu .mega_menu .contact textarea {
	width: 540px;
	height: 80px;
	padding: 4px;
	float: left;
}
.menu .mega_menu .contact .contact-phone {
	float: right;
	font-size: 30px;
	text-align: right;
	margin-top: 5px;
}
/* ========== FIELDS IN CONTACT FORM ON MOUSEOVER ========== */	
.menu .mega_menu .contact input:hover, .menu .mega_menu .contact textarea:hover {
	border: solid 1px #444;
	color: #fff;
}
/* ========== FIELDS IN CONTACT FORM ON MOUSE CLICK ========== */	
.menu .mega_menu .contact input:focus, .menu .mega_menu .contact textarea:focus {
	border: solid 1px #444;
	color: #fff;
}
/* ========== BUTTON IN CONTACT FORM ========== */	
.menu .mega_menu .contact #button {
	width: 48px;
	height: 26px;
	font-size: 13px;
	color: #999;
	background: #333;
	cursor: pointer;
	border: solid 1px #232323;
	-webkit-box-shadow: 0 0 2px #232323;
	-moz-box-shadow: 0 0 2px #232323;
	box-shadow: 0 0 2px #232323;
}
/* ========== BUTTON IN CONTACT FORM ON MOUSEOVER ========== */	
.menu .mega_menu .contact #button:hover {
	border: solid 1px #444;
}
/* ========== BUTTON IN CONTACT FORM ON MOUSE CLICK ========== */	
.menu .mega_menu .contact #button:active {
	color: #444;
	border: solid 1px #292929;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ========== SEARCH ========== */

/** search input **/


.fieldcontainer {
	display: block;
	top: 7px;
	right: 120px;
	position: absolute;
	float: right;
	width: 200px;
	margin: 0 auto;
}
.searchfield {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 90px;
	padding: 6px 8px;
	padding-right: 30px;
	background-color: #f2ede1;
	font-size: 1em;
	color: #ccc;
	border: 1px solid #c8c8c8;
	border-bottom-color: #b8c39e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 2px #b8c39e;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 2px #b8c39e;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 2px #b8c39e;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.searchfield:focus {
	width: 100%;
	color: #666;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 2px #b8c39e;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 2px #b8c39e;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 2px #b8c39e;
	outline-style: none;
}
#searchbtn {
	position: absolute;
	right: 3px;
	top: 8px;
	height: 22px;
	width: 22px;
	border: 0;
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=65);
	opacity: 0.65;
	background: transparent url('../images/search.png') top right no-repeat;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#searchbtn:hover, #searchbtn:focus, #search2btn:hover, #search2btn:focus {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.searchfield:focus + #searchbtn {
	right: 10px; /* adjust btn position as the field expands */
}
/* ========== BRAND ICONS ========== */
.menu-brand-container {
	display: block;
	width: 100%;
}
.menu .menu-brand {
	justify-content: space-between;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #3e3e3e;
    padding-top: 15px;
    border-radius: 10px; 
}
.menu .menu-brand-icons {
	text-align: center;
	width: 125px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.menu .mega_menu .menu-brand-container img {
	border: none;
	border-radius: 15px;
	padding: 0px 15px;
	background: -moz-radial-gradient(center, ellipse cover, rgb(220,214,202,1) 50%, rgba(194,174,149,1) 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(50%, rgba(220,214,202,1)), color-stop(100%, rgba(194,174,149,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(220,214,202,1) 50%, rgba(194,174,149,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(220,214,202,1) 50%, rgba(194,174,149,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(220,214,202,1) 50%, rgba(194,174,149,1) 100%);
	background: radial-gradient(ellipse at center, rgba(220,214,202,1) 50%, rgba(194,174,149,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ede1', endColorstr='#c2ae95', GradientType=1);
	-moz-transition: all 150ms linear 20ms;
	-ms-transition: all 150ms linear 20ms;
	-o-transition: all 150ms linear 20ms;
	transition: all 150ms linear 20ms;
}
.menu .mega_menu .menu-brand-container a img {
	border: 2px solid #3e3e3e;
}
.menu .mega_menu .menu-brand-container a img:hover {
	border: 2px solid #f28329;
}
.menu .shop-by-brand {
	color: #c2ae95;
	text-transform: uppercase;
	font-family: "BebasNeue";
	font-size: 23px;
	text-decoration: none;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 10px;
	border-top: solid 1px #353535;
	padding-top: 10px;
}
/* ========== SOCIAL ICONS ========== */
.menu .social {
	float: right;
	border-left: solid 1px #1E1E1E;
}
.menu .social li a {
	padding: 0 9px;
	color: #f1f2db;
	background: #333;
	border-right: none;
}
.menu .social li:last-child a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.menu .social li a i {
	font-size: 20px;
	line-height: 40px;
}
.menu .social li:hover a {
	color: #f28329;
}
.menu .social li a:active {
	color: #f28329;
	background: #282828;
}
.blazeorange {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec9d26+0,d75e13+100 */
	background: #ec9d26; /* Old browsers */
	background: -moz-linear-gradient(top, #ec9d26 0%, #d75e13 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ec9d26 0%, #d75e13 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ec9d26 0%, #d75e13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d26', endColorstr='#d75e13', GradientType=0 ); /* IE6-9 */
}
 @media (max-width: 979px) {
.menu .social {
	border: none
}
}




 @media (max-width: 640px) {
.menu .mega_menu .list li {
    width: 100%;
    text-align: center;
	padding: 6px 0;
}
	 .menu .mega_menu .list li a {
	
	font: 18px/30px Arial, Helvetica, sans-serif; 
	color: #9a9a9a;
	
}
}

 




 @media (max-width: 480px) {
	 
	 .menu .menu-brand {
	
	width: 90%;
 margin: 0 auto 18px auto;
 
}

.menu .menu-brand-icons {width:auto}

.menu .mega_menu .contact .contact-phone {
	margin-top: 50px;
}
.menu .mega_menu .portfolio li.headline, .menu .mega_menu .portfolio li.headline a {
	margin: 0px 10px 0;
	width: 175px;
	height: 140px;
}
.menu .mega_menu .portfolio li.headline, .menu .mega_menu .portfolio li.headline a {
	left: -10px
}
.menu .mega_menu .portfolio li a img {
	height: auto
}
#bgtext {
	top: 47px;
	font-size: 35px;
	left: 18px;
}
#bgcontainer {
	left: -10px;
	margin-top: 10px;
}
.menu .mega_menu .portfolio li p {
	top: 85px;
}
}
