/*****************************************
		CUSTOM CSS
******************************************/

html, body {
background : #eee;
}

.drop-down li a, .drop-down li span.separator {
padding: 5px 20px 5px 20px;
color : #d8d8d8;
border-right:none;
}

.drop-down li:first-child a, .drop-down li:first-child span.separator {
border-left:none;
}

.header-icons {
bottom:2px;
}

.header-website {
padding: 50px 10px 10px 20px;
}

.fa-phone:before {
  content: "\f095";
  color:#000000;
}

.text-email a, .text-phone {
color : #ea643e;
/*font-weight: bold;*/
font-size:20px;
}

h2.contentheading, h1 + h1 {
border-color : #C47600;
border-color : rgba(196, 118, 0, 0.6);
}

.bottom_menu li a {
text-transform:none;
font-size:200%;
font-family: Cookie;
}

.left_column .orange > div, .right_column .orange > div, .user1 .orange > div, .user2 .orange > div, .user3 .orange > div, .user4 .orange > div, .user5 .orange > div, .user6 .orange > div, .user7 .orange > div, .user8 .orange > div, .user9 .orange > div {
background-color: #EA643E;
color:#fff;
padding:12px 18px;
}

/* menu mobile */

@media screen and (max-width: 979px){
	.drop-down a {
		text-decoration: none !important;
	}
	
	.drop-down span.title_menu {
		text-transform: uppercase;
	}
}