@charset "utf-8";
/* CSS Document */

/********************************************** 

		BUTTONS

***********************************************/
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
}
.btn:hover, 
.btn:focus {
	color: rgb(255, 69, 87);
	background-color: transparent;
}
/* WHITE ON RED BG */
.btn.btn-transparent-blue{
	color: rgb(255, 255, 255);
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
}
.btn.btn-transparent-blue:hover,
.btn.btn-transparent-blue:focus, 
.btn.btn-transparent-blue:active{
	color: rgb(255, 255, 255);
	background-color: rgb(5, 86, 165);
	border-color: rgb(5, 86, 165);
}
/* BTN SIZE */
.btn-large{

}
/* BTN LAYOUT */
.btn-full{
	display: block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
/********************************************** 

		ANIMATED BUTTONS

***********************************************/
.anime-close {
  	width: 30px;
  	height: 30px;
  	margin: 0;
  	top: 5px;
  	right: 5px;
  	position: absolute;
  	transition: .3s all;
  	-moz-transition: .3s all;
  	cursor: pointer;
  	opacity: 1;
}
.anime-close:hover, 
.anime-close:focus{
  	opacity: 1;
}
.anime-close span {
  	position: absolute;
  	background-color: black;
  	height: 2px;
  	width: 100%;
  	transition: .3s all;
  	-moz-transition: .3s all;
  	top: 14px;
  	left: 0;  
  	background-color: rgb(255, 255, 255);
}
.anime-close span:last-child {
  	top: 14px;  
}
.anime-close:hover span:first-child {
  	top: 14px;
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
}
.anime-close:hover span:last-child {
  	top: 14px;
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
}
/********************************************** 

		FORM

***********************************************/
.form-control:focus {
	border-color: rgb(255, 255, 255);
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0),0 0 0 rgba(255, 69, 87, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0),0 0 0 rgba(255, 69, 87, 0);
}
.form-control {
	display: block;
	width: 100%;
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-contact-us{
	padding-top:10px;
}
.content-form .wpcf7-response-output{
	margin-left:-20px;
	margin-top:10px;
}
	
.content-form .wpcf7-list-item{
	display:block;
}

.content-form .wpcf7-list-item-label{
	display:inline-block;
	line-height:20px;
	margin: 4px 0 0;
	vertical-align:middle;
}

.wpcf7-form-control-wrap{
	display:block;
	position: relative;
}
	
/* ALERTS */
.wpcf7-not-valid-tip,
.wpcf7-mail-sent-ok,
.wpcf7-validation-errors {
  	padding: 8px 35px 8px 14px;
  	margin-bottom: 20px;
  	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  	background-color: #fcf8e3;
  	border: 1px solid #fbeed5;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}
.wpcf7-not-valid-tip {
  	background-color: #f2dede;
  	border-color: #eed3d7;
  	color: #b94a48;
	position: absolute;
	top: 10px;
	left: 10px;
}
.wpcf7-mail-sent-ok{
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.wpcf7-validation-errors{
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.project-budget{
	margin-bottom:20px;
}	
.project-budget .wpcf7-form-control{

}

.project-budget .wpcf7-list-item{
	width:100%;
	display:block;
}

.work-type,
.project-budget{
	margin:0 -10px 0 0;
}
.project-budget{
	margin:0 -10px 20px 0;
}

.work-type .wpcf7-list-item,
.project-type .wpcf7-list-item{
	display:block;
}
.work-type .wpcf7-list-item{
	width:100%;
	display:block;
}
.project-type .wpcf7-list-item label{
	display:block;
	margin:0 0 10px 0;
	padding:5px 10px 5px 10px;
	background-color:#ffffff;
	color:#333333;
	font-weight: 300;
	cursor: pointer;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;

}
.work-type .wpcf7-list-item label,
.project-budget .wpcf7-list-item label{
	display:block;
	margin:0 10px 10px 0;
	padding:5px 10px 5px 10px;
	background-color:#ffffff;
	color:#333333;
	font-weight: 300;
	cursor: pointer;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.work-type .wpcf7-list-item label:hover,
.project-type .wpcf7-list-item label:hover{
	background-color: rgb(129, 216, 208);
	color: rgb(255, 255, 255);
}
.project-budget .wpcf7-list-item label:hover{
	background-color: rgb(129, 216, 208);
	color: rgb(255, 255, 255);
}

.captcha-img{
	background-color:#ffffff;
	color:#333333;
	font-weight: 300;
	cursor: pointer;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	height: 34px;
	overflow: hidden;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 15px;
}
.required-reminder p{
	margin-top: 5px;
}
.your-message{
	margin-bottom: 15px;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
}

input.wpcf7-submit{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
}
input.wpcf7-submit:hover, 
input.wpcf7-submit:focus {
	color: rgb(255, 255, 255);
	background-color: rgb(5, 86, 165);
	border-color: rgb(5, 86, 165);
}
span.required-value{
	color:#ffffff;
}
img.ajax-loader{
	position:absolute;
	top:3px; right:3px;
}

/********************************************** 

    RESPONSIVE STYLE

***********************************************/
@media (min-width: 480px) {
}
@media (min-width: 768px) {
	input.wpcf7-submit{
		float: right;
		clear: both;
	}
	.required-reminder{
		text-align: right;
	}

	.work-type .wpcf7-list-item{
		width:33.3333%;
		display:inline-block;
	}
	.project-budget .wpcf7-list-item{
		width:25%;
		display:inline-block;
	}
	
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {

}