/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.tp-caption a, .tp-caption a:hover {
    color: #ffffff;
}

.tp-caption a:hover {
    color: #8aaae5;
}

a:hover{
	color: #3697d9;
}
.btn-gray-transparent:hover, .btn-gray-transparent:focus, .btn-gray-transparent.focus, .btn-gray-transparent:active, .btn-gray-transparent.active, .open > .dropdown-toggle.btn-gray-transparent {
    color: #ffffff;
	background-color: #8aaae5;
	border-color: #3697d9;
}
.scrollToTop:hover {
    background-color: #8aaae5;
}

.btn-default:hover {
	color: #8aaae5;
}

.btn-default-transparent:hover{
	color: #2177b0;
}

.light-gray-bg.form-block a{
	color: #ffffff;
}
.light-gray-bg.form-block a:hover, .light-gray-bg.form-block {
	color: #8aaae5;
}
.checkbox{
	color:#777777;
}
.checkbox a{
	color:#8aaae5;
}
.demo{
	color:#777777;
}
.fullscreen-contratar {
    background: url("../images/contratar.jpg") 50% 0px no-repeat;
        background-size: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}