/*.background {
	background-image:url('/sf/common-files/img/header/img-2.jpg') !important;
	opacity: .5;
}*/

#divRightHeaderText{
	padding: 20px;
  	background: rgb(34,34,34); /* for IE */
  	background: rgba(34,34,34,0.7);
}
.header-11-sub h3, .header-11-sub h5, .header-11-sub p, .header-11-sub span{
	color: #fff;
	/*background-color: #ccc;
	padding: 4px;*/
}
.header-11-sub h5{
	font-weight: 400;
}
.header-11-sub span > a{
	color: #eee !important;
}
.header-11-sub{
	background-color: #f2f3f4 !important;
	margin-top: 60px;
}

textarea{resize: none}

.contacts-3 a{
	color: #3498DB;
}


.header-11{
	border-bottom:1px solid #ddd !important;
}
/* borders for input and buttons in frmSingup*/
#frmSignup input, #frmSignup button{
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}

.contacts-3 form input:focus,
.contacts-3 form textarea:focus{
	border-color: #3498DB !important;
}
.header-11-sub .signup-form form input[type="text"]::-moz-placeholder, .header-11-sub .signup-form form input[type="password"]::-moz-placeholder {
	color: #999 !important;
}

/* button signUp focus background*/
.header-11-sub .signup-form form .btn.btn-info:hover, .header-11-sub .signup-form form .tbn.btn-info:focus{
	background-color: #5DADE2 !important;
	border-color: #5DADE2 !important;
}
/*#btnSignup:focus{
	background-color: #5DADE2 !important;
	background: none !important;
	border-color: #5DADE2 !important;
}*/

/* projects background */
.projects-3 .projects .project:hover .photo-wrapper {
	background-color: #fff !important;
}
.projects-3 .projects .project:hover .name{
	color: #34495E;
	color: #3498DB;
}

/* pricing background color */
.content-12 .btn-wide {
	/*background: rgba(241, 196, 15, 0.1) !important;*/
	/*background: #ecf0f1;*/
	/*background: #f2f2f2;*/
	background: #777;
	color: white;
}
.content-12 .btn-wide:hover, .content-12 .btn-wide:active {
	/*background: #e74c3c;*/
	/*background: #3498DB;*/
	background: #009fff;
}

/*
.header-11-sub .signup-form form input::-moz-placeholder, .header-11-sub .signup-form form input::-webkit-input-placeholder, .header-11-sub .signup-form form input:-moz-placeholder, .header-11-sub .signup-form form input:-ms-input-placeholder{
*/
.form-group.focus .form-control, .form-control:focus{
	border-color: #3498DB !important;
}

.boxAppMovil:hover{
	cursor: pointer;
}