


/* 1. IMPORT SECTION */





/* 2. BASIC STYLES */

html, body {
	height: 100%;
	
}

body {
	font: 1rem/1.5 Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	background-color: #fff;
	color: #262626;
	font-weight: 300;

}

	a { 
		color: #262626;
		transition: all 0.125s ease-in-out 0s;
		-moz-transition: all 0.125s ease-in-out 0s;
		-webkit-transition: all 0.125s ease-in-out 0s;
		-o-transition: all 0.125s ease-in-out 0s;
		/*-ms-transition: all 0.125s ease-in-out 0s;*/
	}

	a:hover {
		color: #ff5c5c;
	}

	a, a:hover, a:active, a:focus {
		outline: 0;
		border: 0;
		/*text-decoration: none;*/
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	p {
		line-height: 1.5;
	}

#pre-status,
.preload-placeholder {
	background-image: url();
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}


/* 3. HEADER */

.st-header {
	position: relative;
	background-image: url(../assets/images/bidders2.png);
	background-position:50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

	.header-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
	}

	.st-header-content{
		padding: 3% 0;
	}

	.st-header-title{
		color: #fff;
		padding-top: 20px;
	}

	.st-header-title h2{
		font-size: 56px;
		margin-bottom: 20px;
	}

	.st-header-title h2 span{
		font-weight: 700;
		color: #68c3a3;
	}

	.st-header-title p{
		
	}


	@-webkit-keyframes drop {
	    0%   { top:5px;  opacity: 0;}
	    30%  { top:10px; opacity: 1;}
	    100% { top:25px; opacity: 0;}
	}


	@keyframes drop	{
		0%   { top:5px;  opacity: 0;}
		30%  { top:10px; opacity: 1;}
		100% { top:25px; opacity: 0;}
	}


/* 4. SERVICE ICONS */

	.service-icons{
		padding-top: 150px;
		padding-bottom: 100px;
	}

	.st-service-box{
		padding: 0 20px;
	}
	
	.st-service-box span{
		 font-size: 32px;
		 color: #68c3a3;
	}

	.st-service-box h3{
		font-family: 'Raleway';
		font-size: 16px;
		font-weight: 700;
		color: #262626;
		margin: 20px 0 0;

	}

	.st-service-box p{
		font-size: 14px;
		color: #262626;
		margin: 20px 0 0;
	}

	.st-service-box a{
		/*font-family: 'Raleway';*/
		/*font-weight: 700;*/
/*		font-size: 14px;
		color: #262626;
		display: inline-block;*/
		/*margin: 20px 0 0;*/
	}

	.st-service-box a:hover{
		color: indianred;
	}






/* 6. CONTACT */

	.contact{
		padding-top: 60px;
		padding-bottom: 120px;
	}

	.contact-title{
		font-family: 'Raleway';
		font-weight: 700;
		font-size: 30px;
		margin: 0 0 20px;
	}
	
	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 20px;
	}

	.contact-info p i{
		color: #68c3a3;
		font-size: 18px;
		text-align: center;
		width: 20px;
		margin-right: 10px;
	}

	.contact-form input[type=text]{
		display: block;
		width: 100%;
		height: 48px;
		padding-left: 15px;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
		margin-bottom: 20px;
		outline: none;
	}

	.contact-form input[type=email]{
		display: block;
		width: 100%;
		height: 48px;
		padding-left: 15px;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
		margin-bottom: 20px;
		outline: none;
	}

	.contact-form textarea{
		display: block;
		width: 100%;
		padding-left: 15px;
		padding-top: 10px;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
		margin-bottom: 20px;
		outline: none;
	}

	.contact-form input[type=submit]{
		background-color: #68c3a3;
		border: 1px solid #68c3a3;
		color: #fff;
		font-weight: 700;
		font-family: 'Raleway';
		border-radius: 3px;
		padding: 15px 20px;
		outline: none;
	}

	.contact-form input[type=submit]:hover{
		background-color: #38B589;
		border: 1px solid #38B589;
	}

	.st-contact-message {
		font-size: 14px;
		margin-bottom: 20px;
		margin-left: 15px;
		color: #000;
	}

	.st-contact-message i {
		margin-right: 5px;
	}

	.st-contact-message .fa-warning {
    	color: #ff5c5c;
    }

    .st-contact-message .fa-check {
    	color: #68c3a3;
    } 


/* 8. RESPONSIVE */

	@media (max-width: 767px) {

		.st-header{
			height: auto !important;
		}

		.service-icons {
			padding-top: 100px;
			padding-bottom: 50px;
		}

		.st-service-box{
			text-align: center;
			margin-bottom: 50px;
		}

		.st-service-box p{
			padding: 0 20%;
		}
		
		.subscribe{
			padding-top: 80px;
			padding-bottom: 100px;
		}

		.subscribe-form{
			padding: 0 10%;
		}

		.contact-title{
			text-align: center;
		}

		.contact-info{
			margin-bottom: 50px;
		}

		.contact{
			padding-top: 100px;
			padding-bottom: 100px;
		}

		.social-icons{
			text-align: center;
			margin-bottom: 40px;
		}

		.copyright{
			text-align: center;
		}

	}


	@media (max-width: 479px) {
		
		.st-service-box p {
			padding: 0 10%;
		}

		.subscribe input[type=email]{
			width: 100%;
			border-radius: 3px 3px 0 0;
		}

		.subscribe input[type=submit]{
			width: 100%;
			border-radius: 0 0 3px 3px;
		}

		.contact-form input[type=submit]{
			width: 100%;
		}

	}






