@charset "UTF-8";
/* CSS Document */

#header-2 {
	min-height: 70px;
	z-index:999;
	color:#c34500;
	font-family: 'Open Sans';
	top:0 !important;
	left:0 !important;
	position: fixed;
	width: 100% !important;
	/*
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.40);
	background-color: #f5f2ed !important;
	*/
}

#headscroll {
	background-color: #f5f2ed !important;
	position: fixed;
	z-index: 1050;
}

#headscroll.affix {
	height: 69px;
	z-index:999;
	color:#c34500;
	font-family: 'Open Sans';
	top:0 !important;
	left:0 !important;
	width: 100% !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.40);
	background-color: #f5f2ed !important;
}

.title {
	font-family: 'Open Sans' !important;
	margin: 18px 0 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	display:block;
	/*margin-left: -20% !important;*/
}

.title a {
  color:#c34500!important;
  line-height:1;
}

.title a:hover {
  text-decoration:none;
  color:#333;
}


#header-2 h1.title {
	margin-left: inherit;
}


#header-2 .logo-background {
	background-color:#c34500;
}

.dropdown-menu {
	right: 0;
	/*background-color: rgba(255,255,255,.1);*/
	left: inherit;
	margin: 0px;
	border: none;
	border-radius: 0px;
	padding: 15px;
	min-width: 170px;
	background-color: #f5f2ed !important
}

	  .dropdown-menu li{
		  line-height: 20px;
		  font-size: 16px;
		  margin: 0 0 14px 0;
		  color: #333;
		  font-family: 'Open Sans';
	  }
	  
	  .dropdown-menu p,
	  .dropdown-menu a,
	  .dropdown-menu a:visited,
	  .dropdown-menu a:active {
	  	color: #333;
	  	font-size: 15px;
	  }


	  .dropdown-menu a:hover,
	  .dropdown-menu p:hover {
		  color:#c34500;
	  }

	  .dropdown-menu i {
		  color:#333;
		  margin:5px;
		  font-size:20px;
	  }

.btn-group {
	height:69px;
	white-space: nowrap;
	z-index:99999;
}

.menu-set {
	white-space: nowrap;
	float:right;
	/*height: 69px;*/
}

#menu {
	border: none;
	background: #f5f2ed;
	padding: 17px;
	font-size: 16px;
	border-left: 1px solid #bfbfbf;
	color: #333;
	padding: 0 10px;
	height:100%;
}

#headscroll button {
	border: none;
	background: #f5f2ed;
	padding: 17px;
	font-size: 14px;
	border-left: 1px solid #bfbfbf;
	color: #333;
	padding: 0 7px;
	height:100%;
	width: 110%;
}

##headscroll button a,
#headscroll button a:visited,
#headscroll button a:hover {
	color: #333;
	text-decoration: none;
}


.menu li p {
	font-size:14px;
	margin: 0 0 0 20px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.share li p {
	font-size:14px;
	display:inline;
	margin: 0 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.cofmenu li p {
    display: inline;
    font-size: 14px;
    margin: 0 0 0 10px;
    /*font-family: FontAwesome;*/
    font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}


.fa:after {
	padding:5px;
	font-size:16px;
}

.rrssb-buttons.tiny-format {
	height:inherit;
}

.rrssb-buttons {
	height:inherit;
}

.rrssb-buttons li {
float: none;
}




