body {
	background-color: #fafeff !important;
}

.anchor {
	position: relative !important;
	top: -50px !important;
}

a:hover {
	transition: none !important;
}

p, a {
	font-family: "Myriad Pro", Verdana, serif !important;
}

img {
	width: auto !important;
	margin: auto !important;
}

.btn-circle:hover {
    outline: 0px none;
    color: #FFF;
}

.btn-circle:focus {
    color: #FFF !important;
}

.btn {
    border-radius: 0px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    transition: all 0.3s ease-in-out 0s;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #FFF;
    border-radius: 100% !important;
    font-size: 40px;
    color: #FFF;
    background: transparent none repeat scroll 0px 0px;
    transition: #000 0.3s ease-in-out 0s;
}

.bg-white {
	background-color: #e0e0e0 !important;
}

.bg-white2 {
	background-color: #e9e8e8 !important;
}

.bg-blue {
	background-color: #d9e3e7 !important;
}

.bg-blue2 {
	background-color: #e4ecef !important;
}

.bg-blue-quote {
	background-color: #abd2e0 !important;
}

/***************************************************
				Navbar
***************************************************/

.navbar-fixed-top {
	background-color: rgba(250,254,255,0.9) !important;
}

.navbar .nav li a {
	padding: 22px 23px 8px 23px !important;
}

.navbar-nav li a {
	line-height: 25px;
}

.navbar-fixed-top a {
	color: #456c7b !important;
	font-family: "Myriad Pro", Verdana, serif !important;
	font-size: 1.1em;
}

.navbar-default .navbar-nav .active a, 
.navbar-default .navbar-nav .active a:focus, 
.navbar-default .navbar-nav a:hover {
	background: none !important;
	border-bottom: 4px solid #456c7b !important;
}

.navbar-nav {
	float: right;
}

.navbar .container .navbar-brand {
    margin-left: 0 !important;
}

.navbar .navbar-brand {
   padding: 5px 10px 5px !important
}

.navbar-toggle {
    margin-top: 18px !important;
}

.navbar-toggle, .icon-bar {
    border: 1px solid #555555 !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #f6f1ee !important;
}

.navbar-toggle {
    margin-top: none !important;
}

/*@media(min-width:768px) and (max-width:979px){
	.navbar .navbar-brand {
    	padding: 18px 20px 0px !important;
	}
}

@media(max-width:767px){
	.navbar .navbar-brand {
    	padding: 18px 20px 0px !important;
	}
}*/


/***************************************************
				Home
***************************************************/

.background {
	background-image: url("../img/home/intro-site2.jpg");
}

.fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
    height: auto !important;
    overflow: visible !important;
}

#inicio {
    text-align: center !important;
    color: #FFF !important;
}

#inicio p {
	font-size: 2.3em !important;
	color: #FFF !important;
}

#inicio .home-text {
	text-shadow: 2px 2px 8px #3a3e40, -2px -2px 12px #212123;
	/*margin-top: -30px;*/
}

#inicio .btn-circle {
	width: 140px !important;
	height: 140px !important;
	text-transform: none !important;
	font-size: 30px !important;
	padding: 29px 16px !important;
	margin-right: 25px;
	margin-left: 25px;
}

.btn-web-agency {
	background: rgba(112,114,120,0.85);
}

.btn-web-agency:hover {
	background: #454649 none repeat scroll 0% 0%;
}

.btn-mobile-agency {
	background: rgba(114,160,178,0.85);
}

.btn-mobile-agency:hover {
	background: #456c7b none repeat scroll 0% 0%;
}

.btn-ask-quote {
	background: rgba(82,167,199,0.85);
}

.btn-ask-quote:hover {
	background: #106e92 none repeat scroll 0% 0%;
}

@media(max-width:767px){
	.btn-ask-quote
	 {
    	margin-top: -105px; 
	}
}


/***************************************************
				Sections
***************************************************/

.wrapper {
	text-align: center !important;
}

.wrapper-image {
	margin-top: 2em !important;
}

.margin-top-sup {
	margin-top: 3.5em !important;
}

.wrapper h2 {
	margin-top: 60px !important;
	margin-bottom: 25px !important;
	font-size: 3.8em !important;
	color: #55555b !important;
	line-height: 1.2em !important;
}

.wrapper p {
	font-size: 1.8em !important;
	font-weight: lighter !important;
	color: #6e6e77;
	line-height: 1.4em !important;
}

.header-common {
	height: 75px;
	margin-top: -50px;
}

.header-logo-common {
	width: 165px;
    height: 135px;
    /*border: 2px solid #fcfdfd;*/
    color: #fcfdfd !important;
	font-size: 2.4em !important;
	padding: 30px 40px;
	border-radius: 100%;
	line-height: 32px !important;
	margin: auto;
	position: relative;
	top: -75px;
}

.header-web-agency {
	background-color: #82848f;
}

.header-web-agency-logo {
	background-color: #82848f;
}

.header-mobile-agency {
	background-color: #70a0b2;
}

.header-mobile-agency-logo {
	background-color: #70a0b2;
}

.header-ask-quote {
	background-color: #4da7c9;
}

.header-error {
	background-color: #a52a2a;
}

.header-ask-quote-logo {
	background-color: #4da7c9;
	padding: 40px 18px !important;
}

.header-error-logo {
	background-color: #a52a2a;
	padding: 40px 18px !important;
}

.container-section {
	margin-top: -80px;
}

/*
.navigation-arrow {
	position: absolute;
	right: 5%;
	opacity: 0.4;

	transition: opacity 0.6s;
}

.navigation-arrow:hover {
	opacity: 1;
}

.navigation-arrow-top {
	bottom: 30%;
}

.navigation-arrow-bottom {
	bottom: 20%;
}
*/

/***************************************************
				Ask for a quote
***************************************************/

.bg-blue-quote h2 {
	color: #f5f9fb !important;
	margin-bottom: 1.2em !important;
	margin-top: 1.6em !important;
}

.input-site2 {
	font-family: "Myriad Pro", Verdana, serif;
	font-size: 1.6em;
	padding: 1em 0 1em 1em;
	margin-bottom: 1em;
	border: 5px solid #70a0b2;
	background-color: #f5f9fb;
}

.input-ask-quote {
	width: 90%;
	border-top: none;
	border-left: none;
	border-right: none;
}

.textarea-ask-quote {
	width: 95%;
	height: 150px;
	margin-top: 1em;
}

.input-ask-quote.error,  .textarea-ask-quote.error {
	border: solid red;
}

.wrapper p.flash-success {
	color: white !important;
	background-color: rgba(0, 128, 77, 0.7);
	border: solid rgba(0, 128, 77, 0.7);
}

.input-submit {
	font-family: "Myriad Pro", Verdana, serif;
	font-size: 1.6em;
	color: #f5f9fb;
	border-bottom: 3px solid #f5f9fb;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #70a0b2;
	padding: 1em;
	padding-right: 2em;
	padding-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;

	transition: background-color 0.5s;
}

.input-submit:hover {
	background-color: #3f6776;
}