

* {
    -webkit-box-sizing: border-box;
       -mox-box-sizing: border-box;
            box-sizing: border-box;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.heading, .subheading {
	font-size:70px;
	line-height:70px;
	font-weight:400;
	color:#764d25;
}
.subheading {
	font-size:40px;
	line-height:40px;
}
.subtitle{
	font-size:30px;
	line-height:20px;
	}
	
.caps{
	text-transform:uppercase;
}
.list{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;	
}

.list li{
	margin:0;
	padding:5px 0 5px 30px;
	background-image: url(file:///D|/res themes/ebm/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size:15px;
	list-style-position:inherit;
	line-height:18px;
	width:100%;
	float:left;	
}

.ruler {
	margin:40px 0 80px;
	height:1px;
	width:100%;
	background-color:rgba(0,0 ,0 ,0.2);
	float:left;	
	position:relative;
}

.ruler:after{
	width:50px;
	height:4px;
	position:absolute;
	left:50%;
	bottom:-2px;
	content:'';
	margin-left:-25px;
	background-color:#754C24;
	}
/****************TEXT ALINGS*********/
.justify{
	text-align:justify;
}

.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}

.justify{
	text-align:justify;
}
.text-brown{
	color:#754C24;
}
.inset{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
.inset{
	padding:30px;
}
.pad-100{
	padding:100px 0 ;
}
.pad-80{
	padding:80px 0;
}
.pad-50{
	padding:50px 0;
}
.para-pad{
	padding:0 15%;
}
.pad-left{
	padding-left:80px;
}
.pad-left-15{
	padding-left:15px;
}
.pad-right{
	padding-right:80px;
}
.gap-100, .gap-50, .gap20{
	width:100%;
	float:left;
}
.gap-100{
	height:100px;
}
.gap-50{
	height:50px;
}	
.gap-20{
	height:20px;
}		

.cover {
    position: relative;
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment:fixed;*/
}

.company-profile{
	background-image:url(file:///D|/res themes/ebm/images/parallax/bg1.jpg);
}
.bg-ivory{
	background-color:#F5E8DF;
	}
	
	
	754C24
/*********COLUMS AND ROWS***************/
.section-float{

	width:100%;
}
.gen-row{
	width:100%;
	float:left;
}

.margin-bottom{
	margin-bottom:25px;
}
	
.aside, .summary{
	width:32%;
	float:left;
	margin:0;
	display:block;
	
}
.summary{
	width:68%;
}
.fullwidth{
	width:100% !important;
	display:block;
	 border-radius:0 !important;
}


.two-col{
	width:46%;
	float:left;
	margin-right:8%;
}

.three-col{
	width:30%;
	float:left;
	margin-right:5%;
}
.four-col{
	width:22%;
	float:left;
	margin-right:4%;
}
.five-col{
	width:20%;
	float:left;
	padding:0 5px;
}
.last{
	margin-right:0 !important;
}

.col{
	float:left;
}
.smd1{
	 width:100%;
	 }

.smd2{
	 width:50%;
	 }


.smd3{
	 width:33.33333333333333%;
	 }

.smd4{
	 width:25%;
	 }

.smd5{
	 width:20%;
	 }

.gutter{
	padding:10px;
}


 .add{
    position:relative;
    padding:7px 0 0 60px;
	min-height:70px;
    margin:0 0 15x 0;
	width:100%;
	float:left;
	line-height:30px;
}
 .add i{
    position:absolute;
    left:0;
    top:5px;
    color:#fff;
    font-size:14px;
	margin:0;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#754C24;
	border-radius:50%;
}

/**********forms**************/

form{
	margin:0;
	padding:0;
}

*:focus {  
	outline: none;
}
	
.fieldset{
	width:100%;
	height:60px;
	padding:15px 20px;
	background-color:#fff;
	display:block;
	border:1px solid rgba(0, 0, 0, 0.2);
	font-weight:normal;
	margin:0 0 10px 0;
	color:#7D7D7D;
	font-size:12px;
   	float:left;	
}
.auto-height{
	height:auto;
}
.sendbutton{
	width:auto;
	height:auto;
	border:0;
	outline:0;
	margin:0 ;
	display:inline-block;
	color:#fff;
	font-size:40px;
	line-height:normal;
	font-weight:400;
	cursor:pointer;
	vertical-align:top;
	padding:10px 25px;
	text-align:center;
	background-color:#754C24;
}
 .browse-but{
  display:inline-block;
  margin-left:80px;

}
.sendbutton:hover{
	background-color:#000;
	}
	
::-webkit-input-placeholder {
   color: #7D7D7D !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #7D7D7D !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7D7D7D !important;
}

:-ms-input-placeholder {  
   color: #7D7D7Df !important;
}
/***********************/

.search-wrap ::-webkit-input-placeholder {
   color: #FFF !important;
}

.search-wrap :-moz-placeholder { /* Firefox 18- */
   color: #FFF !important;
}

.search-wrap ::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF !important;
}

.search-wrap :-ms-input-placeholder {  
   color: #FFF !important;
}





/*********medea query 1180**************************************/



@media only screen and (max-width: 1180px) {


}
/***********************980px *************************************/

@media only screen and (max-width: 1024px) {

.gap-100, .gap-50, .gap20{
	height:20px;
}

}


@media only screen and (max-width: 800px) {


}






/***********************767px *************************************/
@media only screen and (max-width: 768px) {

.two-col, .three-col, .four-col, .aside, .summary {
     width:100%;
	 margin:0 0 25px 0;
}
.five-col{
	width:100%;
	padding:5px 0;
}
.pad-100, .pad-80{
	padding:30px 0;
}

.para-pad,  .pad-left, .pad-right{
	padding:0;
}
.pad-left-15{
	padding-left:0;
}
.inset{
	padding:20px;
}
.heading {
	font-size:30px;
	line-height:30px;
}
.subheading {
	font-size:20px;
	line-height:20px;
}
}


/***********************640 px *************************************/

@media only screen and (max-width: 640px) {

.smd2, .smd3, .smd4, .smd5 {
     width:100% !important;
     
}
.gutter{
	padding:5px 0;
}
.backspace{
  margin-right:0 !important;

}
}




/***********************480 px *************************************/

@media only screen and (max-width: 480px) {

}


@media only screen and (max-width: 360px) {


}


@media only screen and (max-width: 320px) {


}