/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

* {
margin: 0;
padding: 0;
}

html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
    padding-top: 0;
	background-color:#2C3A4C; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	body {
    padding-top: 0;
	background-color:#ffffff;
}
}


.container{
	padding:0 !important;
	margin:0 auto !important;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.header-top{
	min-height:160px;
	height:auto;
	background-color:#ffffff;
}

.logo {
	float: left;
	position:relative;
	z-index: 999;
	width: 90%;
}

.logo {
  padding-left: 0;
  margin-top:5px;
}

.logo img a{
	border:none;
}


P.blocktext {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
    width: 250px;
	color:#0bb1f4;
	font-family: 'Muli', sans-serif;
	font-weight:300;
	font-size:1.8em;
	text-align:center;
	border-bottom: solid #ffffff 1px;
	border-top: solid #ffffff 1px;
}

.top-address {
	font-size: 14px;
	font-weight:bold;
	text-align:right;
	padding-right:25px;
	padding-top: 30px;
	color:#22366C;
	float: right;
}
.top-phone {
	font-family: 'Patua One', cursive;
	font-size: 18px;
	font-weight:400;
	text-align:right;
	color:#C13A2B;
}

.top-phone2 {
	font-family: 'Patua One', cursive;
	font-size: 18px;
	font-weight:400;
	text-align:left;
	color:#C13A2B;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.top-address {
	font-size: 13px !important;
	text-align:left !important;
	padding-right:0px;
	padding-top: 30px;
	float: left;
	margin: 0 0 15px 15px;
}
.top-phone {
	font-size: 14px !important;
	text-align:left !important;
}
	
}

/* ***********NAVBAR************ */

.navbar{ 
    background-image: none;
}

.navbar-nav {
   margin-left:0px;
   padding-right:0px;
}

@media (min-width: 992px){
.navbar-nav {
   margin-left: 0px;
}
}

/* navbar */
.navbar-default {
    background-color: #4D5D69;
	border:none;
	height:50px !important;
	border-radius:0px;
	margin:0 !important;
	z-index: 99;
}
.navbar-default li{
	display: block !important;
    vertical-align: middle !important;
}

/* title */
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #2C3A4C;
}
/* link */

.nav .navbar-nav > ul > li{
	float:left !important;
	margin-left:0px;
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
	font-weight:normal;
	background-color: #4D5D69;
	text-align: center;
	min-height: 50px !important;
	padding: 15px 15px !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF !important;
    background-color: #1A2636 !important;
	transition: all 0.5s ease 0s !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #2C3A4C;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #2C3A4C;
}

.navbar-default .navbar-nav  > a:visited {
	color: #2C3A4C;
}
/* caret */

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

/*.navbar-default .navbar-nav .open .dropdown-menu {
		border:none;
    }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom:#CCC solid thin;
		color: #026839;
		line-height: 2em;
		background-color: #E7E7E7;
    }*/

.navbar-default .navbar-nav .open .dropdown-menu {
		border:none;
    }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom:#ffffff solid thin;
		color: #ffffff;
		line-height: 2em;
		background-color: #C13A2B;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #A63222;
	transition: all 0.5s ease 0s !important;
}
	
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
		color: #fff !important;
		background-color:#A63222 !important;
		transition: all 0.5s ease 0s !important;
    }
	
.full-width.dropdown {
    position: static;
}
.full-width.dropdown > .dropdown-menu {
    right: 0;
}
.full-width.dropdown > .dropdown-menu > li > a {
   white-space: normal; 
}


.fill-width.dropdown {
    position: static;
}
.fill-width.dropdown > .dropdown-menu {
    left: auto;
}
.fill-width.dropdown > .dropdown-menu > li > a {
   white-space: normal; 
}

/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #ffffff;
	margin-right: 40px !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0bb1f4;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.dropdown-menu  {
    color: #ffffff !important;
    line-height: 1.5em !important;
    background-color: #071b34 !important;
    }
.dropdown-menu li {
    border-bottom:#CCC solid thin !important;
    background-color: #071b34 !important;
	max-width: 300px !important;
    }
.dropdown-menu li a {
    color: #ffffff !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
	background-color: #071b34 !important;
}

/* -------------------------------------------------- */
/* Main Home */
/* -------------------------------------------------- */
#Home {
	background-color:#2c3a4c;
}

.main-content{
	background-color:#ffffff;
	padding: 0 100px;
	margin:0 25px !important;
	min-height:500px;
	height:auto;
}

.wrap{
	width:130px;
	margin:0 auto;
	text-align:center;
}
.homeBuilding {
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	width: 100%;
	height: auto;
	min-height: 660px;
	background-image:url(../images/home-building.png);
	background-repeat: no-repeat;
	background-position: center;
}

.home-frase{
	position: relative;
	top:220px;
	right:340px;
	width: 400px;
	background-color: #ffffff;
	height:auto;
	margin:0 auto;
	text-align:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 10;
}
.home-frase h1{
	font-family: 'Patua One', cursive;
	font-size:50px;
	line-height:50px;
	text-align:center;
	position: relative;
    padding: 25px 15px 0px;
}

.home-frase i{
	color:#FFFFFF;
	padding:0 10px;
	font-size:24px;
}

.button-red {
	display: inline-block;
	text-align: center;
	width: auto;
	background-color: #C13A2B;
	color: #ffffff;
	text-decoration: none !important;
	font-family: 'Open Sans', sans-serif;
  	font-weight:700;
	font-size: 18px;
	padding: 0.5em 1.3em;
	margin-bottom: 40px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button-red:hover {
	background-color: #ef4d44 !important;
	color: #ffffff !important;
}

.botonHome {
	text-align:center;
	margin-bottom: 60px;
}

/* Extra Small Devices, Phones */ 
@media (min-width : 320px) {
	.homeBuilding {
		margin: 0 auto;
		text-align: center;
		padding-top: 7px;
		width: 100%;
		height: auto;
		min-height: 400px;
		background-image:url(../images/home-building-sm.png) !important;
		background-repeat: no-repeat;
		background-position: center;
	}

	.home-frase{
		position: relative;
		top:150px !important;
		right:0px !important;
		width: 270px !important;
		background-color: #ffffff;
		height:auto;
		margin:0 auto;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.home-frase h1{
		font-family: 'Patua One', cursive;
		font-size:27px !important;
		line-height:27px !important;
		text-align:center;
		position: relative;
		padding: 20px 15px 0px;
	}

	.home-frase i{
		color:#FFFFFF;
		padding:0 10px;
		font-size:18px;
	}

	.button-red {
		display: inline-block;
		text-align: center;
		width: auto;
		background-color: #C13A2B;
		color: #ffffff;
		text-decoration: none !important;
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		font-size: 16px;
		padding: 0.5em 1.3em;
		margin: 0 15px 20px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}

/* Small Devices, Tablets */
@media (min-width : 480px) {
	.homeBuilding {
		margin: 0 auto;
		text-align: center;
		padding-top: 7px;
		width: 100%;
		height: auto;
		min-height: 500px;
		background-image:url(../images/home-building-sm.png) !important;
		background-repeat: no-repeat;
		background-position: center;
	}

	.home-frase{
		position: relative;
		top:200px !important;
		right:100px !important;
		width: 320px !important;
		background-color: #ffffff;
		height:auto;
		margin:0 auto;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.home-frase h1{
		font-family: 'Patua One', cursive;
		font-size:32px !important;
		line-height:32px !important;
		text-align:center;
		position: relative;
		padding: 20px 15px 0px;
	}

	.home-frase i{
		color:#FFFFFF;
		padding:0 10px;
		font-size:18px;
	}

	.button-red {
		display: inline-block;
		text-align: center;
		width: auto;
		background-color: #C13A2B;
		color: #ffffff;
		text-decoration: none !important;
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		font-size: 16px;
		padding: 0.5em 1.3em;
		margin: 0 15px 20px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}

@media (min-width:900px) {
	.homeBuilding {
		margin: 0 auto;
		text-align: center;
		padding-top: 5px;
		width: 100%;
		height: auto;
		min-height: 650px;
		background-image:url(../images/home-building.png) !important;
		background-repeat: no-repeat;
		background-position: center;
	}

	.home-frase{
		position: relative;
		top:250px !important;
		right:280px !important;
		width: 380px !important;
		background-color: #ffffff;
		height:auto;
		margin:0 auto;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.home-frase h1{
		font-family: 'Patua One', cursive;
		font-size:42px !important;
		line-height:42px !important;
		text-align:center;
		position: relative;
		padding: 20px 15px 0px;
	}

	.home-frase i{
		color:#FFFFFF;
		padding:0 10px;
		font-size:18px;
	}

	.button-red {
		display: inline-block;
		text-align: center;
		width: auto;
		background-color: #C13A2B;
		color: #ffffff;
		text-decoration: none !important;
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		font-size: 18px;
		padding: 0.5em 1.3em;
		margin: 0 15px 20px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}




/* -------------------------------------------------- */
/* Page Title */
/* -------------------------------------------------- */

.backg-about img{
	width:100%;
	height:auto;
}

.page-title{
	background-color:#D6554D;
	display: block !important;
	padding: 5px;
	margin-top:25px !important;
	width: auto;
	 /* Firefox */
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,1);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,1);
}
.page-title h1{
	font-size:36px;
	line-height:36px;
	color:#ffffff;
	text-align:center;
}

.sideLeft{
	height:100vh;
	padding-left:25px !important;
	text-align:center;
	padding-top:0px;
}

.captionFoto {
	margin: 0 auto;
	margin-left: -20px;
}

.sideLeft h4{
	color:#333333;
	font-family: 'Muli', sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:24px;
	margin-bottom:5px;
	
}
.sideLeft p{
	color:#333333;
	font-family: 'Muli', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:19px;
	margin-bottom:20px;
}

.fotoJoe {
	width:90%;
	height:auto;
	border: thin solid #666666;
	padding: 5px;
}

.sideCenter {
	margin:0 auto !important;
	padding:0px 50px;
}


.sideRight{
	height:auto;
	padding-right:40px;
	text-align:left;
	padding-top:0px;
}

/* ==========================================================================
   Global styles
   ========================================================================== */
a {
    color: #C13A2B;
}

a:hover {
    color: #C13A2B !important;
}

h1 {
  font-family: 'Patua One', cursive;
  color: #22366C;
}

h2 {
  font-family: 'Patua One', cursive;
  color:#C13A2B;
}

h3 {
  font-family: 'Crete Round', serif;
  color: #22366C;
  margin:30px 0;
} 



h1 {
	font-size: 58px;
  	line-height:70px;
	text-align:left;
	margin-bottom: 25px;
}


h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  color: #333333;
}

h5{
	font-family: 'Helvetica', sans-serif;
  	color: #23b3ef;
  	font-weight:bold;
	font-size:18px;
	line-height: 28px;
	margin-bottom:25px;
}

h6 {
  font-size: 17px;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  color: #C13A2B;
}

p {
	font-family: 'Helvetica', sans-serif;
  	color: #22366C;
  	font-size: 15px;
	line-height:1.6em;
	margin-bottom: 15px;
}

ul {
	font-family: 'Helvetica', sans-serif;
  	color: #22366C;
  	font-size: 15px;
	line-height:1.6em;
}

span.Q {
  background: #026839;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight: bold;
  line-height: 1.3em;
  margin-right: 10px;
  text-align: center;
  width: 1.3em; 
}

span.An {
  color: #23b3ef;
  font-family:'Patua One', cursive;
  font-size:24px;
  line-height: 1.3em;
  margin-right: 10px;
  text-align: center;
}

.Qicon {
background-image:url(../images/Quest-66px.png);
background-position: left center;
background-repeat: no-repeat;
padding-right: 75px; /* Or size of icon + spacing */
padding-top:50px;
padding-bottom:50px;
margin-left: -15px !important;
width:90px !important;
height:70px !important;
}

p span{
	font-family: 'Helvetica', sans-serif;
  	color: #23b3ef;
  	font-weight:bold;
	font-size:18px;
}

ul span{
	font-family: 'Helvetica', sans-serif;
  	color: #23b3ef;
  	font-weight:bold;
	font-size:18px;
}

.data { color: #22366C; display: block; font-family: 'Open Sans', sans-serif; font-size: 16px; position: relative; text-align: center; z-index: 1; border-bottom: 1px solid #d5d5d5; border-top: 1px solid #c6c6c6; width: 100%; background-color: aliceblue; }

.lines {
	display: block;
	text-align: center;
	padding: 10px 10px 0;
	color: #22366C;
	border: 1px solid #c6c6c6;
	width: 95%;
	margin: 25px auto 35px;

}




/*-------------------Margins----------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}

.button-gradient {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: auto;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
  	font-weight:800;
	font-size: 22px;
	line-height: 24px;
	padding: 0.6em 1.3em;
	margin: 2em 0;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button-gradient:hover {
	text-decoration: none;
	transition: all 0.3s ease 0s !important;
}
.button-gradient:active {
	position: relative;
	top: 1px;
}

.button-gradient2 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: auto;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
  	font-weight:300;
	font-size: 22px;
	line-height: 24px;
	padding: 0.6em 1.3em;
	margin: 0;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button-gradient2:hover {
	text-decoration: none;
	transition: all 0.3s ease 0s !important;
}

.celeste {
	color: #ffffff;
	text-transform:uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42b5eb+0,0272b4+100 */

background: #42b5eb; /* Old browsers */

background: -moz-linear-gradient(left,  #42b5eb 0%, #0272b4 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #42b5eb 0%,#0272b4 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #42b5eb 0%,#0272b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b5eb', endColorstr='#0272b4',GradientType=1 ); /* IE6-9 */


}
.celeste:hover {
	color: #ffffff;
	transition: all 0.3s ease 0s !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0272b4+0,03439e+100 */

background: #123f5e; /* Old browsers */

background: -moz-linear-gradient(left,  #123f5e 0%, #071b34 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #123f5e 0%,#071b34 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #123f5e 0%,#071b34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123f5e', endColorstr='#071b34',GradientType=1 ); /* IE6-9 */
}

/* -------------------------------------------------- */
/* Main Content */
/* -------------------------------------------------- */
#boxBackg {	
	position: relative;
	float: right;
	margin: 15px;
    padding: 25px;
	width: 370px;
	height: auto;
    background-image: url(../images/box1-backg.png);
	background-repeat: no-repeat;
    background-size:90%;
}
#boxBackg .boxContent2 {
	max-width: 240px !important;
	height: auto;
	position: relative;
	top: -40px;
	left: 30px;
}
#boxBackg h3 {
    color: #B8E4FA;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 0 !important;
	text-align: left;
	text-shadow: 2px 2px 4px #333333;
	text-transform: capitalize !important;
}

#boxBackg p {
	margin-bottom: 10px;
    color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
.boxContent {
	background-color: #4D5D69;
}

.boxContent2 {
	background-color:transparent !important;
}

#boxBackg5 {	
	position: relative;
	float: right;
	margin: 0 -40px 0 15px;
    padding: 25px;
	width: 450px;
	height: auto;
    background-image: url(../images/box5-backg.png);
	background-repeat: no-repeat;
    background-size:100%;
}
#boxBackg5 .boxContent {
	max-width: 350px !important;
	height: auto;
	position: relative;
	top: 0px;
	left: 20px;
}
#boxBackg5 h3 {
    color: #B8E4FA;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 0 !important;
	text-align: left;
	text-shadow: 2px 2px 4px #333333;
	text-transform: capitalize !important;
}

#boxBackg5 p {
	margin-bottom: 10px;
    color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

#boxBackg6 {	
	position: relative;
	float: right;
	margin: 0 -40px 0 15px;
    padding: 25px;
	width: 450px;
	height: auto;
    background-image: url(../images/box6-backg.png);
	background-repeat: no-repeat;
    background-size:100%;
}
#boxBackg6 .boxContent {
	max-width: 350px !important;
	height: auto;
	position: relative;
	top: 0px;
	left: 20px;
}
#boxBackg6 h3 {
    color: #B8E4FA;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 0 !important;
	text-align: left;
	text-shadow: 2px 2px 4px #333333;
	text-transform: capitalize !important;
}

#boxBackg6 p {
	margin-bottom: 10px;
    color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.projectName{
	font-family: 'Crete Round', serif;
  	color: #22366C;
	font-size: 28px;
	line-height: 28px;
	margin: 25px auto 10px;
	}

.left-half {
  background-color: #ff9e2c;
  position: absolute;
  left: 0px;
  width: 50%;
}

.right-half {
  background-color: #b6701e;
  position: absolute;
  right: 0px;
  width: 50%;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#boxBackg h3 {
	font-size: 18px !important;
}
	#boxBackg2 h3 {
	font-size: 18px !important;
}
	#boxBackg5 h3 {
	font-size: 18px !important;
}
	#boxBackg6 h3 {
	font-size: 18px !important;
}
	#boxBackg4 h3 {
	font-size: 18px !important;
}
#boxBackg5 {	
	position: relative;
	margin: 10px;
    padding: 10px;
	width: 100%;
	height: auto;
    background-image: url(../images/box4-backg.png);
	background-repeat: no-repeat;
    background-size:100%;
}
#boxBackg5 .boxContent {
	max-width: 85% !important;
	height: auto;
	position: relative;
	top: 0px;
	left: 20px;
}
	
	#boxBackg6 {	
	position: relative;
	margin: 10px;
    padding: 10px;
	width: 100%;
	height: auto;
    background-image: url(../images/box4-backg.png);
	background-repeat: no-repeat;
    background-size:100%;
}
#boxBackg6 .boxContent {
	max-width: 85% !important;
	height: auto !important;
	position: relative;
	top: 0px;
	left: 20px;
}
	
.building2 {
	width: 100% !important;
	height:auto !important;
	overflow: hidden;
	float:left;
	margin: 20px auto 0 !important;
	
}

.building2 img {
	width: 100%;
	height:auto;
}

.building {
	width: 100% !important;
	height:auto !important;
	overflow: hidden;
	float:left;
	margin: 20px auto 0 !important;
	
}

.building img {
	width: 100%;
	height:auto;
	}
	
#boxBackg2 {	
	position: relative;
    padding: 25px;
	margin: 0 auto!important;
	float: left !important;
	width: 370px;
	height: auto;
    background-image: url(../images/box1-backg.png);
	background-repeat: no-repeat;
    background-size:90%;
}	
#boxBackg2 .boxContent2 {
	max-width: 240px !important;
	height: auto;
	position: relative;
	top: -40px;
	left: 30px;
}
	
.projectName{
	font-family: 'Crete Round', serif;
  	color: #22366C;
	font-size: 28px;
	margin: 0 auto;
	}
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 768px) {
	#boxBackg2 {	
	position: relative;
	float: right;
	margin-right: -80px !important;
    padding: 25px;
	width: 370px;
	height: auto;
    background-image: url(../images/box1-backg.png);
	background-repeat: no-repeat;
    background-size:90%;
}
}

#boxBackg2 {	
	position: relative;
	float: right;
	margin-right: -120px !important;
    padding: 25px;
	width: 370px;
	height: auto;
    background-image: url(../images/box1-backg.png);
	background-repeat: no-repeat;
    background-size:90%;
}
#boxBackg2 .boxContent2 {
	max-width: 240px !important;
	height: auto;
	position: relative;
	top: -40px;
	left: 30px;
}
#boxBackg2 h3 {
    color: #B8E4FA;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 0 !important;
	text-align: left;
	text-shadow: 2px 2px 4px #333333;
	text-transform: capitalize !important;
}

#boxBackg2 p {
	margin-bottom: 10px;
    color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

#boxBackgWide {	
	position: relative;
	margin: 15px;
    padding: 25px;
	width: 90%;
	height: auto;
    background-image: url(../images/box3-backg.png);
	background-repeat: no-repeat;
    background-size:100%;
}
#boxBackgWide .boxContent {
	max-width: 85% !important;
	height: auto;
	position: relative;
	top: -10px;
	left: 30px;
}
#boxBackgWide h3 {
    color: #B8E4FA;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 0 !important;
	text-align: left;
	text-transform: capitalize !important;
	text-shadow: 2px 2px 4px #333333;
}

#boxBackgWide p {
	margin-bottom: 15px;
    color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.rowBoxes {
	position:relative;
	bottom:100px !important;
}

.boxHome{
	height:210px;
	width:100%;
	border:solid #FFFFFF 2px;
	margin:50px 0 20px;
	padding:20px 5px 20px 20px;
	font-family: 'Francois One', sans-serif;
	font-size:28px;
	line-height: 34px;
	color:#FFFFFF;
}

.boxHome a{
	color:#FFFFFF;
	text-decoration:none !important;
}
.boxHome a:hover{
	text-shadow: 1px 1px 1px #2d2225;
}

#rowCatalog {
	width: 80%;
	margin: 0 auto 40px !important;
	clear: both !important;
}

#rowCatalog h3{
	margin: 0;
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #D6554D;
	display: block;
	background-color: #f6f6f6 !important;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 10px;
	
}
#rowCatalog p{
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #808080;
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px;
	
}

.caption {
	height: 120px !important;
	margin-bottom: 10px;
	padding: 0 !important;
}

.building2 {
	width: 50%;
	height:450px;
	overflow: hidden;
	float:left;
	margin: 20px auto;
	
}

.building2 img {
	width: 100%;
	height:auto;
}

.building {
	width: 50%;
	height:300px;
	overflow: hidden;
	float:left;
	margin: 20px auto;
	
}

.building img {
	width: 100%;
	height:auto;
}


.Arrow{
	position:absolute;
	bottom:30px !important;
	right:30px;
	z-index:10;
}

.Arrow a{
	font-size:65px;
	color:#FFFFFF;
}

.Arrow a:hover{
	color:#42b5eb;
}

.subtitle{
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	line-height:34px;
	color:#c2a267;
	font-weight:500;
	text-align:left;
	margin-bottom: 20px;
	text-transform:uppercase;
}


.turquoise {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#2c9091;
	font-weight:600;
}

span.blue {
  background: #2c9091;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.Q {
  display: inline-block;
  margin-right: 10px;
  width: 55px; 
  height: 40px;
  top:7px !important;
  position:relative;
  overflow:visible !important;
}

span.A {
  background: #2c9091;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight: bold;
  line-height: 1.3em;
  margin-right: 10px;
  text-align: center;
  width: 1.3em; 
}

.wrap-content{
	width:90%;
	padding-left:100px;
}

.wrap-content2{
	width:90%;
	padding-left:185px;
}

.float-img-right{
    float: right;
    margin: 0 0 15px 20px;
    padding: 15px;
    border: 1px solid #999;
    text-align: center;
	font-weight:400;
	color:#666;
}

.float-img-left{
    float: left;
    margin: 15px 30px;
    padding: 12px;
    border: 1px solid #999;
    text-align: center;
	font-weight:bold;
	color:#666;
	width:250px;
}

.float-img-right5{
    float: right;
	position:relative;
	right: 0px;
	top: 35px;
    padding: 10px;
    border: 1px solid #999;
    text-align: center;
	font-weight:bold;
	color:#666;
	width:235px;
	height:330px;
	font-size:14px;
}

.float-img-right6{
    float: right;
    margin-left:40px;
	padding-top:40px;
    border: none;
}

.float-img-right2{
    float: right;
    margin-left:20px;
    padding: 0;
    border: none;
}

.float-img-right3{
    float: right;
    margin-left:40px;
	marging-top:40px;
    padding-right:20px;
	padding-top:80px;
    border: none;
}

.float-img-right4{
    float: right;
    margin:30px;
    padding: 0;
    border: none;
}

.float-img-right7{
    float: right;
    margin-left:20px;
    padding-right: 70px;
    border: none;
}


.float-img-left2{
    float: left;
    margin:0px 35px 30px 0px;
	position:relative;
    border: none;
}

.float-img-left3{
    float: left;
	margin: 25px 25px 25px -180px;
	position:relative;
    border: none;
}

.float-img-left4{
    float: left;
	margin: 35px 35px 35px -100px;
	position:relative;
    border: none;
}

.float-img-left5{
    float: left;
	margin: -55px 25px 25px -190px;
	position:relative;
    border: none;
}

.float-img-center{
	border: none;
	margin: 35px auto !important;
	width:100%;
	height:auto;
	text-align:center !important;
}

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

ul.no_bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left:35px;
	margin-bottom:30px;
	display:table;
}

ul.no_bullet i{
	font-size: 10px !important;
}


li.square2 {
	background: url('../images/bullet-round-blue.png') no-repeat left 2px;
	padding-left: 25px;
	display:block;
	margin-bottom: 15px;
}

li.square3 {
	background: url('../images/bullet-orange.png') no-repeat left 2px;
	padding-left: 25px;
	display:block;
	margin-bottom: 15px;
}

li.square2 i{
	color:#23acd8;
	font-size:12px;
}

.italico a{
	color:#2c9091;
	font-style:italic;
	font-size:14px;
	text-decoration:underline;
	
}

.btn-primary{
	background:#2c9091;
	border:none;
	margin:0 auto;
}

.btn-primary:hover, .btn-primary:focus{
	background:#07b6b8;
}

/* -------------------------------------------------- */
/* Bottom links */
/* -------------------------------------------------- */

#bottomlinks { 
	margin-top: 20px;
	max-width: 400px;
	float: right;
	display: block;
	vertical-align: middle;
	clear:both;
	
}

#bottomlinks {
	text-align: right;
	padding: 0.4em 0.8em;
	list-style: none;
	font-size: 18px;
	line-height: 18px !important; 
	font-weight:bold; 
    color: #ffffff;
	background-color: #2C3A4C;
	margin-bottom:25px; 
}

#bottomlinks a{ 
    color: #ffffff; 
	text-decoration:none;
	
}

#bottomlinks a:hover{
	color: #23acd8;
}



/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
.rowContact {
	width:80%;
	height:auto;
	margin-bottom:20px;
	text-align:center;
	margin:0 auto !important;
}

.ContactLeft {
	text-align:left !important;
	padding-right: 20px;
}

.ContactRight {
	text-align:left !important;
	padding-right: 0px;
}

.map{
	text-align:center;
	padding:30px 0;
	height:600px;
}

#mapa{
	text-align:center;
	min-height:500px;
	background-color:#e7e7e7;
}

#gmap_canvas{
	height:600px;
	width:1140px;
}

.img-center img{
	margin:0 auto;
	padding-top: 40px;
}

@media (max-width: 768px) {
	.form-group img{
		margin-bottom: 15px;
	}
	
	#gmap_canvas{
		height:400px;
		width:400px;
	}
	.map{
		margin:0 auto;
		width:90%;
	}
	
	.float-img-right7{
    float: right;
    margin-left:10px;
    padding-right: 5px;
    border: none;
}

}

@media (max-width: 460px) {
#bottomlinks { 
	margin-top: 20px;
	width: 100%;
	float: none;
	display: block;
	vertical-align: middle;
	clear:both;
	
}

#bottomlinks {
	text-align: left;
	padding: 0.4em 0.8em;
	list-style: none;
	font-size: 15px;
	line-height: 15px !important; 
	font-weight:bold; 
    color: #ffffff;
	background-color: #2C3A4C;
	margin-bottom:25px; 
}
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
	color:#22366C;
	background-color:#dde3e6;
    padding: 20px 0;
	z-index:100;
	margin:0px;
}

footer h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
}

footer a {
    color: #22366C;
}

footer i {
    color: #42b6e9;
	font-size: 12px;
}

footer a:visited {
    color: #42b6e9;
}

footer a:hover {
    color: #42b6e9;
}
.footLogo{
	text-align: left;
}

footer ul {
	list-style:none !important;
	font-family: 'Helvetica', sans-serif;
  	font-size: 14px !important;
}
.footmenu {
	float: right !important;
	padding-left:80px;
}
		
.simple-social-icons ul {
	float: none;
	text-align: center;
}
 
.simple-social-icons ul li a{
	display: inline-block !important;
	float: none !important;
}


/* -------------------------------------------------- */
/* subfooter */
/* -------------------------------------------------- */
.subfooter {
    margin: 0 0 -40px 0;
    background: #254c6b;
	margin-top:0px;
    padding: 20px 10px 10px 20px;
    font-size: 12px;
	color:#97abbe;
}

    .subfooter ul {
        float: right;
        margin: 0;
        padding-right: 25px;
    }

    .subfooter li {
        display: inline;
        padding: 0 15px 0 15px;
        border-left: solid 1px #97abbe;
    }
	
	.subfooter li:first-child  {
		border-left: 0;
	}

    .subfooter a {
        color: #97abbe !important;
    }
	
	.subfooter a:hover {
    	color: #41b7e9;
}
	
	.jbamedia{
	color: #97abbe;
	margin-left: 0px;
	padding-left:0px;
}
	.jbamedia a:hover{
	color: #41b7e9 !important;
}


/* -------------------------------------------------- */
/* jquery totop */
/* -------------------------------------------------- */
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
	.sideCenter {
	margin:0 auto !important;
	padding:0px 50px !important;
	}
	.main-content{
	padding: 0 25px !important;
	margin:0 25px !important;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1150px) {
	.float-img-right5{
		right: -30px;
		top: 35px;
		width:225px;
		height:300px;
		font-size:13px;
	}
	.sideCenter {
	margin:0 auto !important;
	padding:0px 50px !important;
}
	#boxBackgWide {	
	position: relative;
	margin: 10px;
    padding: 10px;
	width: 100%;
	height: auto;
    background-image: url(../images/box4-backg.png);
	background-repeat: no-repeat;
    background-size:100%;
	margin-bottom:30px !important;
}
#boxBackgWide .boxContent {
	max-width: 85% !important;
	height: auto;
	position: relative;
	top: 0px !important;
	left: 25px;
}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	
	.container{
		width:95%;
		padding: 0;
	}
	.logo{
		width:100% !important;
	}

	.wrap-content{
		padding: 10px 35px;
	}

	.sideCenter {
	margin:0 auto !important;
	padding:0px 50px !important;
}
	.main-content{
	padding: 0 20px !important;
	margin:0 25px !important;
	}
	
	#rowCatalog {
	clear: both !important;
	width: 100%;
	margin-bottom: 100px !important;
}
	
	.caption {
	height: 200px !important;
	margin-bottom: 10px;
	padding: 0 !important;
}

}

@media only screen and (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.container{
		width:100%;
		padding: 0;
	}
	.logo{
		width:70% !important;
	}

	.wrap-content{
		padding: 10px 20px;
		margin:0 auto;
	}
	.wrap-content2{
		padding:20px;
		margin:0 auto;
	}
	
	#boxBackg {	
	position: relative;
	margin: 15px auto !important;
    padding: 25px;
	float: none;
	width: 370px;
	height: auto;
    background-image: url(../images/box1-backg.png);
	background-repeat: no-repeat;
    background-size:90%;
	left:-30px;
}

#boxBackgWide {	
	position: relative;
	margin: 10px;
    padding: 10px;
	width: 100%;
	height: auto;
    background-image: url(../images/box4-backg.png);
	background-repeat: no-repeat;
    background-size:100%;
	margin-bottom:30px !important;
}
#boxBackgWide .boxContent {
	max-width: 85% !important;
	height: auto;
	position: relative;
	top: 0px;
	left: 20px;
}
	

	
	#bottomlinks ul li {
		margin-bottom:30px;
	}
	
	.float-img-left2{
	  	margin-left:0;
	}
	.float-img-right3{
		margin-left:auto;
		marging-top:20px;
		padding-right:auto;
		margin-bottom:20px;
	}
	.float-img-right4{
	  	margin: 25px;
	}
	
	.float-img-right2{
	  	margin: 25px;
	}
	.float-img-left3{
		margin: 25px;
	}
	.float-img-left4{
		margin: 25px;
	}
	
	.float-img-left5{
		margin: 25px;
	}
	.float-img-right6{
		margin: 25px;
	}
	.footLogo{
		padding-left:20px !important;
	}
	.sideCenter {
	margin:0 auto !important;
	padding:0px 70px !important;
}
	.main-content{
	padding: 0 35px !important;
	margin:0 25px !important;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

h1 {
	font-size:36px;
	line-height: 42px;
}

h2 {
	font-size:24px;
}
h5{
	font-family: 'Helvetica', sans-serif;
  	color: #23b3ef;
  	font-weight:bold;
	font-size:18px;
	line-height: 26px;
	margin-bottom:20px;
}
.footLogo{
		margin: 0 auto;
		text-align: center;
	}
	
.footmenu {
	float: left;
	padding-left: 60px;
}

#boxBackg {	
	position: relative;
	margin: 15px auto !important;
    padding: 25px;
	float: none;
	width: 370px;
	height: auto;
    background-image: url(../images/box1-backg.png);
	background-repeat: no-repeat;
    background-size:90%;
	left:-20px !important;
}

#boxBackgWide {	
	position: relative;
	margin: 10px;
    padding: 10px;
	width: 100%;
	height: auto;
    background-image: url(../images/box4-backg.png);
	background-repeat: no-repeat;
    background-size:100%;
}
#boxBackgWide .boxContent {
	max-width: 85% !important;
	height: auto;
	position: relative;
	top: -25px;
	left: 20px;
}

.sideLeft{
	height:auto;
	padding:0 30px !important;
	text-align:center;
	padding-top:40px;
	width: 100% !important;
	clear: both;
}
.captionFoto {
	margin: 0 auto;
	margin-left: -10px;
}
.fotoJoe {
	width:90%;
	height:auto;
	border: thin solid #666666;
	padding: 5px;
}

.sideCenter {
	margin:0 auto !important;
	padding:0px 20px !important;
}
.main-content{
	padding: 0 10px !important;
	margin:0 20px !important;
	}

ul.no_bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left:15px;
	margin-bottom:20px;
	display:block;
}
	
	.caption {
	height: auto !important;
	margin-bottom: 10px;
	padding: 0 !important;
}

.Qicon {
background-image:url(../images/Quest-66px.png);
background-position: left center;
background-repeat: no-repeat;
padding-right: 80px; /* Or size of icon + spacing */
padding-top:35px;
padding-bottom:35px;
width:60px !important;
height:50px !important;
}
	
	.lines {
	width: 100%;
	margin: 20px auto;
}

	
.navbar-default {
	height:50px !important;
}
	.navbar-default .navbar-nav > li > a {
	min-width: 250px !important;
	text-align: left;
	min-height: 40px !important;
	padding-left: 25px !important;
	padding-top: 10px !important;
	border-bottom: thin solid #ffffff;
}


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}