@import url(https://weloveiconfonts.com/api/?family=brandico|entypo);

/* brandico */
[class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
  padding-right:10px;
  padding-left:10px;
}

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  padding-right:10px;
  padding-left:
}




/***************************************
			 BODY STYLE
***************************************/

body { 
	 margin:0;
	 padding:0;
	 }


/***************************************
			 BODY STYLE
***************************************/
.navigation_bar 
	{

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 1), 0 2px 3px 0 rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 9);
    position: relative;
    z-index: 2;
	margin-top:-3px;
}
	
	}
	
.top {
	z-index: 9;
	position:relative;
	}

.bready
	{
	background-color: rgba(255, 255, 255, 0.82);
	position:relative;
	margin-bottom:-37px;
	color:#0E0707;
	z-index:1;
		
	}

.bready a 
	{
      text-decoration:none;
	}

.box {
	background-color:rgba(255, 255, 255, 0.97);
	overflow: hidden;
	position: relative;
	-webkit-transition: background-color ease-out .3s;
	-moz-transition: background-color ease-out .3s;
	-o-transition: background-color ease-out .3s;
	transition: background-color ease-out .3s;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.05);
	box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.05);
}

.borders {
	border-left:2px solid #9C613D;
	border-right:2px  solid #9C613D;
	
	}
	
.border {
	border-left:1px solid #ccc;

	}
.section3 img {
    margin-top: 0px;
    z-index: -1;
}	

#navigation {z-index:10000;}
		
/***************************************
			 WRAPPERS
***************************************/

.mains 
	{
		margin:-80px 0px 0px 0px;
		position:relative;
		z-index:10;
	
	}

#wrapper 
	{ 
	  margin:0px;
	  padding:30px;

	
	}
#footers {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 35px;
    margin-bottom: 0px;
    z-index:10000;
}
