
/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-image-bg, 
.section-container-image-bg h1, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}


/***** Contact Form *****/

.c-form-container { width: 100%; min-height: 100%; padding: 0 0 90px 0; background: rgba(255, 255, 255, 0); }
.c-form { padding-bottom: 40px; }
.c-form p a { color: #fff; border-bottom: 1px dotted #ddd; }
.c-form p a:hover, .c-form p a:focus { color: rgb(161, 161, 161); border: 0; }

.c-form-box p { opacity: 0.8; }

.c-form-top { overflow: hidden; padding: 0 0 15px 0; border-bottom: 1px solid rgb(151, 151, 151); border-color: rgba(255, 255, 255, 0.8); text-align: left; }
.c-form-top-left { float: left; width: 75%; }
.c-form-top-left h3 { margin-top: 0; }
.c-form-top-right { float: left; width: 25%; text-align: right; }
.c-form-top-right-icon {
	position: relative;
	display: inline-block; width: 64px; height: 64px; margin: 7px 12px 0 0; background: #42bfc2;
	font-size: 32px; color: #fff; line-height: 64px; text-align: center;
}
.c-form-top-right-icon:after {
	position: absolute; content: ""; top: -7px; left: -7px; width: 82px; height: 82px;
	background: #444; background: rgba(0, 0, 0, 0.1); z-index: -99;

}
.c-form-bottom { padding: 25px 0 0 0; text-align: left; }

.c-form-box input[type="text"],
.c-form-box textarea,
.c-form-box textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 50px;
    color: rgb(0, 0, 0);
	border-radius: 0px !important;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.c-form-box textarea, 
.c-form-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.c-form-box input[type="text"]:focus,
.c-form-box textarea:focus,
.c-form-box textarea.form-control:focus {
	outline: 0; background: rgb(255, 255, 255); border: 1px solid #000000;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.c-form-box input[type="text"]::-moz-placeholder, 
.c-form-box textarea::-moz-placeholder, 
.c-form-box textarea.form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.507); font-style: italic; }

.c-form-box input[type="text"]:-ms-input-placeholder, 
.c-form-box textarea:-ms-input-placeholder, 
.c-form-box textarea.form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.473); font-style: italic; }

.c-form-box input[type="text"]::-webkit-input-placeholder, 
.c-form-box textarea::-webkit-input-placeholder, 
.c-form-box textarea.form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5); font-style: italic; }

.c-form-box button.btn {
	position: relative;
    vertical-align: middle;
    background: #a200ff;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.c-form-box button.btn-special {
	position: relative;
	padding:30px;
	font-size:28px;
	margin-left:20%;
	margin-bottom:5%;
	margin-top:5%;
    vertical-align: middle;
    background: #9a02ff;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.c-form-box button.btn:hover { opacity: 0.9; color: rgb(238, 255, 0); }
.c-form-box button.btn:active { outline: 0; opacity: 0.6; color: rgb(0, 0, 0); -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.c-form-box button.btn:focus { outline: 0; opacity: 0.8; background: #000000; color: rgb(255, 255, 255); }
.c-form-box button.btn:active:focus, .c-form-box button.btn.active:focus { outline: 0; opacity: 0.6; background: #000000; color: #fff; }

.c-form-box button.btn:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 50%; background: rgba(0, 0, 0, 0.1); }

.c-form-box label { font-weight: 300; }
.c-form-box label .label-text { opacity: 0.8; }
.c-form-box label .contact-error { display: none; color: #000000; font-style: italic; }

.c-form-info-title { margin-top: 35px; }

.c-form-info-box { padding-top: 30px; }
.c-form-info-box-icon {
	position: relative;
	display: inline-block; width: 64px; height: 64px; margin: 0 auto; background: #000000;
	font-size: 32px; color: rgb(0, 0, 0); line-height: 64px;
	
}
.c-form-info-box-icon:after {
	position: absolute; content: ""; top: -7px; left: -7px; width: 82px; height: 82px;
	background: #444; background: rgba(0, 0, 0, 0.1); z-index: -99;

}

.c-form-info-box p { margin-top: 20px; margin-bottom: 0; opacity: 0.8; word-wrap: break-word; }
.c-form-info-box p a { color: #fff; border-bottom: 1px dotted #ddd; }
.c-form-info-box p a:hover, .c-form-info-box p a:focus { color: #fff; border: 0; }



/***** MEDIA QUERIES *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.c-form-info-title { margin-top: 55px; }
	
}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.c-form-top-right-icon {
		position: static;
		display: block; width: auto; height: auto; margin: 0; background: none;
		font-size: 46px; color: #42bfc2; line-height: 50px; text-align: right;
		-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	}
	.c-form-top-right-icon:after {
		position: static; content: none; top: auto; left: auto; width: auto; height: auto;
		background: none; z-index: -999999;
		-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	}
	
}

