.color-main{
	color: #FF2C1D !important;
}

.form-field{
	/*padding-top: 1rem;*/
    /*padding-bottom: 1rem;*/	
    /*width: 100%;*/
    /*height: 40px;*/
    /* padding: 6px 12px; */	
    /*line-height: 1.42857143;*/
	/*border: 1px solid #ccc;*/
	
	display: block;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;    
    border-radius: 4px;
	margin-bottom: 1rem;
}

input, textarea {  
  margin: 7px 0px;    
}

#footer {
	bottom: 0;
	width: 100%;
	/*height: 50px;*/
	/*margin-top: -50px;*/
	background: #202020;
	/*font-size: 14px;*/
	font-size: 1.6rem;
	text-transform: uppercase;
	/*vertical-align: middle;*/
	color: #A4A599;
	padding: 2rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-align: left !important; 
}

#nav.fixed-nav-white {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #EEE;
}

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #868F9B;
}

.clear-text{
	color: white !important;
}

.form-label{
	/*padding-top: 1rem;
    padding-bottom: 1rem;
	min-height: 40px;
	margin-bottom: 1rem;*/
	
	display: block;        
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;    
    background-image: none;   	
}

.dark-text{
	color: black !important;
}


.sub-title{
	padding-left: 15px;
}

.sub-title-with-image {    
    padding: 0px 0px 0px 60px;    
}

.sub-title-icon {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #FF2C1D;
    border-radius: 50%;
}

.small-service{
    position: relative;
    text-align: center;
    /*padding: 40px 20px;*/
    /*border: 1px solid #EEE;*/
    margin: 15px 0px;
}

.small-service i {
    font-size: 36px;
    color: #FF2C1D;
    margin-bottom: 20px;
}

.simple-button{	
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0,0,0,0.5);
    background: #FF2C1D;
    color: #FFF;
}

.bg-grey {
	background: #EBEBEB;
	border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

@media only screen and (min-width: 768px) {
	.main-nav .top-button {		
		padding: 8px !important;
		border-radius: 20px;			
  		font-size:14px;
		display: inline-block;		
		margin: 4px;
		border: 2px solid transparent;		
		-webkit-transition: 0.2s opacity;
		transition: 0.2s opacity;
		background: transparent;
		color: #FF2C1D !important;
		border-color: #FF2C1D;		
	}
	
	.main-nav > li > .top-button::after{
		width: 0% !important;
	}
}


