body {
	font-family: 'Encode Sans', sans-serif;

}
@font-face {
	font-family: 'sciflysans';
	src: url('../fonts/encode-sans/encodesans-regular-webfont.woff2') format('woff2'),
         url('../fonts/encode-sans/encodesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sciflysans';
    src: url('../fonts/scifly/scifly-sans-webfont.woff2') format('woff2'),
         url('../fonts/scifly/scifly-sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* navigation header */
.navbar-brand {
	background:url(../images/logo.png) no-repeat;
	width: 188px;
	height: 65px;
}
.navbar-cs {
	background:transparent;
	border: none;
	padding-top: 20px;
}

.custom {
  background: url(../images/banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 491px;
  width: auto;
}
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background: transparent;
	color: #000000;
}
.navbar-inverse .navbar-nav>li>a {
	color: #000000;
}
.navbar-inverse .navbar-nav>li>.active:hover {
}
.nav-cs {
	margin-top: 15px;
}
.navbar-cs {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
.header-caption {
	text-align: center;
}
.header-caption h1{
	color: #ffffff;
	text-transform: none;
	padding-top: 45px;
    padding-bottom: 5px;
	font-size: 46px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.header-caption p{
	text-transform: none;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
    font-size: 22px;
    line-height: 1.2em;
}
.btn-header {
	margin-top: 40px;
	margin-bottom: 56px;
}
.btn-orange {
	text-transform: uppercase;
	background: linear-gradient(1deg, #f36026 0%, #fc9b4e 43%, #fc9b4e 0%);
	font-weight: 600;
	border: none;
	color: #ffffff;
	border-radius: 10px;
	padding: 15px 50px;
}
.btn-orange:hover {
	background: linear-gradient(1deg, #fc9b4e 0%, #fc9b4e 43%, #fc9b4e 50%);
	color: #ffffff;
}
.btn-white-sm {
	text-transform: uppercase;
	background: linear-gradient(1deg, #eaeaea 0%, #fefefe 51%, #fefefe 75%);
	font-weight: 600;
	border: none;
	color: #1a9eb4;
	border-radius: 10px;
	padding: 10px 30px;
}
.btn-white-sm:hover {
	background: linear-gradient(1deg, #fefefe 0%, #eaeaea 51%, #eaeaea 75%);
	color: #1a9eb4;
}
.btn-orange-sm {
	text-transform: uppercase;
	/*background: linear-gradient(1deg, #f55242 0%, #fc9b4e 51%, #fc9b4e 75%);*/
	background-color: #f46e28;
	font-weight: bold;
	border: none;
	color: #ffffff;
	border-radius: 10px;
	padding: 10px 25px;
}
.btn-orange-sm:hover {
	background: linear-gradient(2deg, #f55242 0%, #fc9b4e -23%, #fc9b4e 10%);
	color: white;
}
.container-grid {
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 7px rgba(0,0,0,-0.77);
    padding: 20px;
    float: left;
    border-radius: 10px;
    margin-top: -60px;
}
.content-desc {
	text-align: justify;
	color: #8d8d8d;
	font-family: sciflysans;
	font-size: 16px;
	font-weight: 500;
}
.content-title h6 {
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
    padding-bottom: 5px;
    color: #2e0c00;
    font-weight: 600;
}
.bg-grey {
	background-color: #f8f8f8;
	margin-top: 78px;
}
.grid-white {
	padding-left: 97px;
    padding-right: 98px;
}
.caption-orange-text {
	text-align: center;
}
.caption-orange {
	float: left;
	padding-top: 50px;
}
.caption-orange-title {
	color: #f77427;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 20px;
}
.caption-orange-desc {
	color: #8d8d8d;
    font-weight: 500;
    font-family: sciflysans;
    font-size: 16px;

}
.content-blog {
	float: left;
	padding: 70px;
}
.blogs {
	float: left;
	margin-bottom: 40px;
}
.content-blog-container {
	text-align: left;
}
.content-blog-container a {
	color: #f77427;
	text-transform: uppercase;
}
.content-blog-title {
	margin-top: 65px;
    color: #2e0c00;
    font-size: 26px;
}
.content-blog-desc {
	text-align: left;
    color: #8d8d8d;
    font-family: sciflysans;
    margin-bottom: 20px;
    font-size: 16px;
}

.bg-sky {
	background:url(../images/img-sky.png)repeat-x;
}
.bg-blue-dark {
	padding-top: 40px;
    margin-top: 85px;
    margin-bottom: 50px;
}
.bg-gr {
	background: #1a9eb4;
}
.bg-sky-content {
	padding-top: 50px;
    margin-top: 30px;
    background: #1a9eb4;
    color: #ffffff;
}
.bg-sky-title {
	font-size: 24px;
	font-weight: 500;
    margin-bottom: 25px;
}
.bg-sky-desc {
    padding-bottom: 40px;
    font-family: sciflysans;
    width: 714px;
    font-size: 17px;
    margin: 0 auto;
}
.img-client-bg {
	background: url(../images/border-client.jpg)no-repeat;
}
.img-client {
	margin-bottom: 20px;
}
.img-client img {
	margin-top: 40px;
	margin-right: 20px;
}
.bg-tes {
	margin: 0 auto;
    width: 880px;
	background: url(../images/border-client.jpg)no-repeat;
}
.client {
	padding-bottom: 50px;
}
.client-img img {
	margin-right: 20px;
}
.button-client {
	padding-bottom: 30px;
    padding-top: 30px;
}
.client-img {
	border-bottom: 1px solid #cfd0d0;
	width: 910px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.testimonial {
	margin-bottom: 50px;
}
.testimonial-quotes {
	border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    font-family: sciflysans;
    font-size: 15px;
    margin-bottom: 30px;
    color: #8d8d8d;
}
.testimonial-title {
	font-size: 24px;
    color: #2e0c00;
    margin-bottom: 20px;
}
.testimonial-content {
	width: 950px;
    margin: 0 auto;
}
.testimonial-photo img {
	width: 75px;
    float: left;
    border:3px solid #d3d2d2;
    margin-top: -13px;
    margin-right: 10px;
}
.testimonial-photo {
	margin-left: 40px;
}
.testimonial-name {
	color: #f77427;
    font-size: 19px;
}
/* carousel */

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: 110%;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #a1a1a1;
}
#quote-carousel .carousel-indicators .active 
{
  background: #505050;
}

/* End carousel */
blockquote {
	padding: 0px;
}
.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.upgrade {
	padding-top: 10px !important;
    float: left;
    padding-bottom: 0px !important;
    margin: 130px 0px 00px 0px;
    background: #292929;
    padding: 70px;
    width: 100%;
}
.upgrade-right-title {
	color: #fff;
    font-size: 21px;
}
.upgrade-right-desc {
	color: #8d8d8d;
    font-size: 15px;
    font-family: sciflysans;
}
.upgrade-img img {
    margin-top: -70px;
}
.upgrade-button {
	margin-top: 45px;
}
.contacto {
	float: left;
    width: 100%;
    padding: 70px;
    background-color: #1b1b1b;
}
.contacto-title {
	text-align: center;
    color: #fff;
    font-size: 24px;
    padding-bottom:45px	;
}
.form-cs {
	height: 40px;
	border-radius: 0px !important;
}
.ubi {
	color: #ffffff;
}
.ubi-li ul {
	padding-left: 0px;
    list-style: none;
}
.ubi-li ul li {
	margin-bottom: 10px;
	font-size: 16px;
}
..ubi-li ul li span {

}
.ubi-li ul li img {
	margin-right: 5px;
}
li .img-marker {
	float: left;
	margin-top: 3px;
}
.ubi-title {
	color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.form-input label {
	color: #ffffff;
	font-weight: normal;
    font-size: 16px;
}

.sigu {
	text-align: right;
}
.sigu-title {
	color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.sigo-img img {
	margin-right: 5px;
}
.contacto-footer {
	color: #fff;
    font-size: 14px;
    background: #000000;
    padding: 20px;
}

/* google maps responsive */
.google-map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.btn.btn-orange-sm.focus, .btn.btn-orange-sm:focus {
  color: #ffffff;
  background-color: #f46e28;
  outline: none;
  box-shadow: none;
}
.btn.btn-orange.focus, .btn.btn-orange:focus {
  color: #ffffff;
  background-color: #f46e28;
  outline: none;
  box-shadow: none;
}
.form-modal {
	padding: 20px;
    background: #f77427;
    border-radius: 10px;
}
.modal-content-orange {
	background-color: transparent;
	box-shadow: none;
}
.title-modal {
	text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}
@media (max-width: 480px) {
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #000000 !important;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-inverse .navbar-toggle {
		border: none !important;
	}
	.navbar-inverse .navbar-brand {
		margin-left: 35px;
	}
	.grid-white {
	    padding-left: 57px;
	    padding-right: 58px;
	}
	.header-caption h1 {
		font-size: 35px;
		padding-top: 20px;
	}
	.header-caption p {
		font-size: 17px;
	}
	.btn-header {
		margin-top: 16px;
    	margin-bottom: 95px;
	}
	.content-grid {
		padding-bottom: 35px;
	}
	.custom {
		 background: url(../images/banner-mobile.jpg) no-repeat center center; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  height: 380px;
		  width: auto;
	}
	.bg-grey {
	    background-color: #f8f8f8;
	    margin-top: -38px;
	}
	.navbar-header {
		margin-top: -19px;
	    padding: 15px;
	    background: #d5d4d4;
	}
	.content-blog {
		padding: 40px;
	}
	.content-blog-title {
		font-weight: normal;
		margin-top: 20px;
	}
	.bg-sky-title {
		margin-bottom: 0px;
	}
	.bg-sky-desc {
		padding: 30px;
		width: 100%;
		margin: none;
	}
	.bg-tes {
		padding: 15px;
		width: 100%;
		margin: 0px;
	}
	.img-client img {
		margin-right: 5px;
	}
	.client-img {
		padding: 17px;
		width: 100%;
		margin: 0px;
	}
	.client-img img {
		margin-right: 5px;
		margin-bottom: 20px;
	}
	.testimonial-title {
		text-align: center;
	}
	.testimonial-quotes {
		margin-top: 20px;
	}
	.testimonial-content {
		width: 100%;
		margin: 0px;
	}
	.upgrade-img img {
		margin-top: -85px;
	}
	.upgrade-img {
		text-align: center;
	}
	.upgrade-right {
		text-align: center;
	}
	.upgrade-right-title {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.upgrade-button {
		margin-top: 25px;
    	margin-bottom: 40px;
	}
	.contacto {
		padding: 40px;
	}
	.ubi-content {
		float: left;
	    width: 100%;
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	.sigu {
		text-align: center;
	    background: #292929;
	    padding: 20px;
	    float: left;
    	width: 100%;
	}
	.sigu-title {
		margin-top: 0px;

	}
	.contacto-title {
		padding-bottom: 20px;
	    padding-top: 20px;
	}
	.btn-orange-sm {
		padding: 10px 50px;
	}
	.contacto-footer {
		width: 100%;
    	float: left;
	}
}
@media (max-width: 580px) {
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #000000 !important;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-inverse .navbar-toggle {
		border: none !important;
	}
	.navbar-inverse .navbar-brand {
		margin-left: 35px;
	}
	.grid-white {
	    padding-left: 57px;
	    padding-right: 58px;
	}
	.header-caption h1 {
		font-size: 35px;
		padding-top: 20px;
	}
	.header-caption p {
		font-size: 17px;
	}
	.btn-header {
		margin-top: 16px;
    	margin-bottom: 95px;
	}
	.content-grid {
		padding-bottom: 35px;
	}
	.custom {
		 background: url(../images/banner-mobile.jpg) no-repeat center center; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  height: 380px;
		  width: auto;
	}
	.bg-grey {
	    background-color: #f8f8f8;
	    margin-top: -38px;
	}
	.navbar-header {
		margin-top: -19px;
	    padding: 15px;
	    background: #d5d4d4;
	}
	.content-blog {
		padding: 40px;
	}
	.content-blog-title {
		font-weight: normal;
		margin-top: 20px;
	}
	.bg-sky-title {
		margin-bottom: 0px;
	}
	.bg-sky-desc {
		padding: 30px;
		width: 100%;
		margin: none;
	}
	.bg-tes {
		padding: 15px;
		width: 100%;
		margin: 0px;
	}
	.img-client img {
		margin-right: 5px;
	}
	.client-img {
		padding: 17px;
		width: 100%;
		margin: 0px;
	}
	.client-img img {
		margin-right: 5px;
		margin-bottom: 20px;
	}
	.testimonial-title {
		text-align: center;
	}
	.testimonial-quotes {
		margin-top: 20px;
	}
	.testimonial-content {
		width: 100%;
		margin: 0px;
	}
	.upgrade-img img {
		margin-top: -85px;
	}
	.upgrade-img {
		text-align: center;
	}
	.upgrade-right {
		text-align: center;
	}
	.upgrade-right-title {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.upgrade-button {
		margin-top: 25px;
    	margin-bottom: 40px;
	}
	.contacto {
		padding: 40px;
	}
	.ubi-content {
		float: left;
	    width: 100%;
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	.sigu {
		text-align: center;
	    background: #292929;
	    padding: 20px;
	    float: left;
    	width: 100%;
	}
	.sigu-title {
		margin-top: 0px;

	}
	.contacto-title {
		padding-bottom: 20px;
	    padding-top: 20px;
	}
	.btn-orange-sm {
		padding: 10px 50px;
	}
	.contacto-footer {
		width: 100%;
    	float: left;
	}
}
@media (max-width: 680px) {
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #000000 !important;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-inverse .navbar-toggle {
		border: none !important;
	}
	.navbar-inverse .navbar-brand {
		margin-left: 35px;
	}
	.grid-white {
	    padding-left: 57px;
	    padding-right: 58px;
	}
	.header-caption h1 {
		font-size: 35px;
		padding-top: 20px;
	}
	.header-caption p {
		font-size: 17px;
	}
	.btn-header {
		margin-top: 16px;
    	margin-bottom: 95px;
	}
	.content-grid {
		padding-bottom: 35px;
	}
	.custom {
		 background: url(../images/banner-mobile.jpg) no-repeat center center; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  height: 380px;
		  width: auto;
	}
	.bg-grey {
	    background-color: #f8f8f8;
	    margin-top: -38px;
	}
	.navbar-header {
		margin-top: -19px;
	    padding: 15px;
	    background: #d5d4d4;
	}
	.content-blog {
		padding: 40px;
	}
	.content-blog-title {
		font-weight: normal;
		margin-top: 20px;
	}
	.bg-sky-title {
		margin-bottom: 0px;
	}
	.bg-sky-desc {
		padding: 30px;
		width: 100%;
		margin: none;
	}
	.bg-tes {
		padding: 15px;
		width: 100%;
		margin: 0px;
	}
	.img-client img {
		margin-right: 5px;
	}
	.client-img {
		padding: 17px;
		width: 100%;
		margin: 0px;
	}
	.client-img img {
		margin-right: 5px;
		margin-bottom: 20px;
	}
	.testimonial-title {
		text-align: center;
	}
	.testimonial-quotes {
		margin-top: 20px;
	}
	.testimonial-content {
		width: 100%;
		margin: 0px;
	}
	.upgrade-img img {
		margin-top: -85px;
	}
	.upgrade-img {
		text-align: center;
	}
	.upgrade-right {
		text-align: center;
	}
	.upgrade-right-title {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.upgrade-button {
		margin-top: 25px;
    	margin-bottom: 40px;
	}
	.contacto {
		padding: 40px;
	}
	.ubi-content {
		float: left;
	    width: 100%;
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	.sigu {
		text-align: center;
	    background: #292929;
	    padding: 20px;
	    float: left;
    	width: 100%;
	}
	.sigu-title {
		margin-top: 0px;

	}
	.contacto-title {
		padding-bottom: 20px;
	    padding-top: 20px;
	}
	.btn-orange-sm {
		padding: 10px 50px;
	}
	.contacto-footer {
		width: 100%;
    	float: left;
	}
}
@media (min-width: 768px) {
  .navbar-right {
  	margin-right: -25px;
  }
}

@media (min-width: 992px) {
  .container-header {
  	padding-right: 120px;
  	padding-left: 120px;
  }
}