/*!
 * 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;
}

body {
    padding-top: 0;
	background-color:#e7e7e7; /* 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: #e7e7e7;
    background-repeat:no-repeat;
    background: -webkit-linear-gradient( to top, #f2f2f2, #e7e7e7);
    background: -moz-linear-gradient( to top, #f2f2f2, #e7e7e7);
    background: -ms-linear-gradient( to top, #f2f2f2, #e7e7e7);
    background: -o-linear-gradient( to top, #f2f2f2, #e7e7e7);
    background: linear-gradient( to top, #f2f2f2, #e7e7e7);
}

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

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

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

.header-top{
	min-height:150px;
	height:auto;
	background-color:#123f5e;
}

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

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

.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-phone {
	font-size: 13px;
	font-weight:400;
	text-align:right;
	padding-right:15px;
	padding-top: 30px;
	color:#ffffff;
}

#box6 {
  position: relative;
  width: 70%;
  background: #E1EBEE;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 60px auto;
}

#box6 h4 {
	text-align:center;
	font-size:30px;
	color:#FA6102;
	text-transform:uppercase;
	text-shadow:
	1px 1px 0 #ffffff,
	2px 2px 0 #ffffff; /* end of 2 level deep grey shadow */
}

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

.navbar{ 
    background-image: none;
}

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

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

/* navbar */
.navbar-default {
    background-color: #071b34;
	border:none;
	height:50px !important;
	border-radius:0px;
	margin:0 !important;
}

/* title */
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #31a4db;
}
/* link */
.nav .navbar-nav > ul > li{
	float:left !important;
	margin-left:15px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
	font-weight:normal;
	background-color: #071b34;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF !important;
    background-color: #31a4db !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: #0bb1f4;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #0bb1f4;
}
/* 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:#CCC solid thin;
		color: #ffffff;
		line-height: 2em;
		background-color: #071b34;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #123f5e;
	transition: all 0.5s ease 0s !important;
}
	
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
		color: #fff !important;
		background-color:#123f5e !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;
}
.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: 2em !important;
    background-color: #071b34 !important;
    }
.dropdown-menu li {
    border-bottom:#CCC solid thin !important;
    background-color: #071b34 !important;
    }
.dropdown-menu li a {
    color: #ffffff !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
	background-color: #071b34 !important;
}

/* -------------------------------------------------- */
/* Main Home */
/* -------------------------------------------------- */
.main-content{
	background-color:#f2f2f2;
	padding: 0 25px;
	margin:0 auto !important;
	min-height:500px;
	height:auto;
	overflow:hidden !important;
}

.wrap{
	width:130px;
	margin:0 auto;
	text-align:center;
}
.home{
	background-image:url(../images/Donlon-home.jpg);
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-repeat:no-repeat;
	background-position:center !important;
	height:auto;
	margin-top:0px !important;
}

.home-frase{
	height:auto;
	padding-left: 0px !important;
	margin:0 auto;
	text-align:left;
}
.home-frase h1{
	font-family: 'Muli', sans-serif;
	font-size:72px;
	line-height:72px;
	color:#071b34;
	font-weight:400;
	text-align:left;
	position: relative;
    top:0px;
	padding-left:80px;
	margin-bottom:20px !important;
}

.home-frase h2{
	font-family: 'Muli', sans-serif;
	font-size:60px !important;
	line-height:50px !important;
	color:#071b34;
	font-weight:400;
	text-align:left;
	position: relative;
    margin:15px 0;
}

.staggered {
	padding-left: 160px;
}

.staggered2 {
	padding-left: 220px;
}

.staggered3 {
	padding-left: 290px;
}

.staggered4 {
	padding-left: 430px;
}

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

.botonHome {
	text-align:left;
	margin-bottom: 100px;
}

/* -------------------------------------------------- */
/* Page Title */
/* -------------------------------------------------- */
.landing-about{
	width:100%;
	height:350px;
	margin:0px auto!important;
	background:#f2f2f2;
}

.landing-why{
	width:100%;
	height:350px;
	margin:0px auto!important;
	background:#f2f2f2;
}

.landing-how{
	width:100%;
	height:350px;
	margin:0px auto!important;
	background:#f2f2f2;
}

.landing-practice1{
	width:100%;
	height:350px;
	margin:0px auto!important;
	background:#f2f2f2;
}

.landing-practice2{
	width:100%;
	height:350px;
	margin:0px auto!important;
	background:#f2f2f2;
}

.landing-practice3{
	width:100%;
	height:350px;
	margin:0px auto!important;
	background:#f2f2f2;
}

.landing-practice4{
	width:100%;
	height:350px;
	margin:0px auto!important;
	background:#f2f2f2;
}

.landing-contact{
	width:100%;
	height:350px;
	margin:0px auto!important;
	background:#f2f2f2;
}

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

.page-title{
	background-image:url(../images/barra.png);
	background-repeat:no-repeat;
	height:60px !important;
	overflow:hidden;
	position:relative;
	bottom:100px;
}
.page-title h1{
	font-family: 'Muli', sans-serif;
	font-size:36px;
	line-height:36px;
	color:#ffffff;
	font-weight:400;
	text-align:left;
	padding-left: 60px;	
	margin-top:15px !important;
}

.sideLeft{
	height:100vh;
	padding-left:50px !important;
	text-align:left;
	padding-top:40px;
}

.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:84%;
	height:auto;
}

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


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

/* ==========================================================================
   Global styles
   ========================================================================== */
h1 {
  font-family: 'Muli', sans-serif;
  font-weight:400;
  color: #071b34;
}

h2, h3 {
  font-family: 'Muli', sans-serif;
  font-weight:bold;
  color:#0065b0;
  margin:40px 0;
} 



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


h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

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

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

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

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

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

.Qicon {
background-image:url(../images/question.png);
background-position: left center;
background-repeat: no-repeat;
padding-right: 50px; /* Or size of icon + spacing */
padding-top:20px;
padding-bottom:20px;
width:50px !important;
height:40px !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;
}


/*-------------------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 */
/* -------------------------------------------------- */
.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;
}

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

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

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

.howwecan{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	line-height:30px;
	color:#fff;
	font-weight:600;
	text-align:left;
	display:inline;
}

.howwecan span{
	background:#fc6c49;
	padding: 3px 10px 7px 10px;
	border-radius: 0.8em;
  	-moz-border-radius: 0.8em;
 	 -webkit-border-radius: 0.8em;
}

.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;
}


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;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	
}

#bottomlinks ul li {
	background: url(../images/next.png) no-repeat right;
	text-align: right;
	padding-right: 2em;
	list-style: none;
	font-size: 20px;
	line-height: 20px; 
	font-weight:bold; 
    color: #fc6c49;
	margin-bottom:15px; 
}

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

#bottomlinks li a:hover{
	color: #236dc4;
}



/* 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;
}

}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
	color:#ffffff;
	background-color:#8499ae;
    padding: 20px 0;
	z-index:100;
	margin:0px;
}

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

footer a {
    color: #ffffff;
}

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

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

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

.legalfrase {
	font-family: 'Muli', sans-serif;
	font-weight:300;
	font-size:16px;
	vertical-align:middle !important;
	padding-top: 15px;
	padding-right:10px;
}


/* -------------------------------------------------- */
/* 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:30px 100px !important;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.float-img-right5{
		right: -30px;
		top: 35px;
		width:225px;
		height:300px;
		font-size:13px;
	}
	.navbar-nav {
   		margin-left:-85px;
	}
	.sideCenter {
	margin:0 auto !important;
	padding:30px 120px !important;
}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	
	.top-phone{
		display:none;
	}
	.container{
		width:95%;
		padding: 0;
	}
	.logo{
		width:100% !important;
		padding-top: 10px;
	}
	.subfooter ul{
		display:none;
	}
	footer i{
		margin-bottom:15px;
	}
	.wrap-content{
		padding: 10px 35px;
	}
	h1{
		text-align:left;
	}
	h2{
		text-align:left;
	}
	.navbar-nav {
   		margin-left:0;
	}
	.sideCenter {
	margin:0 auto !important;
	padding:30px 100px !important;
}

}

@media (min-width: 800px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
 }

/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {
	
	#box6 {
  position: relative;
  width: 100%;
  background: #E1EBEE;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1.5em 1em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.3;
  margin: 40px auto;
}

#box6 h4 {
	text-align:center;
	font-size:24px;
	color:#FA6102;
	text-transform:uppercase;
	text-shadow:
	1px 1px 0 #ffffff,
	2px 2px 0 #ffffff; /* end of 2 level deep grey shadow */
}
	.container{
		width:100%;
		padding: 0;
	}
	.logo{
		width:60% !important;
	}
	.navbar-nav {
   		margin-left:-25px;
	}
	.navbar-default {
		padding: 0 40px;
		text-align:left;
		height:auto !important;
	}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #026839;
		background-color: #E7E7E7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #026839;
		background-color: #CCC;
    }
	
	.subfooter ul{
		display:none;
	}
	.legalfrase {
		padding: 0px 20px 15px 5px;
	}
	.subfooter {
		padding: 20px;
	}
	.home{
		background-image:url(../images/Donlon-home-sm.jpg) !important;
		background-size:cover !important;
		background-repeat:no-repeat;
		background-position:right !important;
		min-height:700px;
	}
	.home-frase{
		padding-left:25px;
		padding-right:25px;
	}
	.home-frase h1{
		font-size:54px;
		line-height:54px;
	}
	.home-frase h2{
	font-family: 'Muli', sans-serif;
	font-size:42px !important;
	line-height:40px !important;
	color:#071b34;
	font-weight:400;
	text-align:left;
	position: relative;
    margin:15px 0 0;
}

.staggered {
	padding-left: 100px;
}

.staggered2 {
	padding-left: 130px;
}

.staggered3 {
	padding-left: 160px;
}

.staggered4 {
	padding-left: 200px;
}

.botonHome {
	margin-bottom: 80px;
	margin-top:0;
}

rowBoxes{
	margin:0 50px;
}
	.boxHome{
	height:200px;
	width:100%;
	border:solid #FFFFFF 2px;
	margin:40px 25px;
	padding:15px;
	font-family: 'Francois One', sans-serif;
	font-size:24px;
	line-height:30px;
	color:#FFFFFF;
	}
	.sideCenter {
	margin:0 auto !important;
	padding:30px 80px !important;
	}
	.Arrow a{
		font-size:60px;
	}
	.wrap-content{
		padding: 10px 20px;
		margin:0 auto;
	}
	.wrap-content2{
		padding:20px;
		margin:0 auto;
	}
	
	#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;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.home-frase h1{
		font-size:46px;
		line-height:42px !important;
		padding-left:35px;
		margin-bottom:0px;
	}
	
	.home-frase h2{
	font-family: 'Muli', sans-serif;
	font-size:36px !important;
	line-height:36px !important;
	color:#071b34;
	font-weight:400;
	text-align:left;
	position: relative;
    margin:7px 0 0;
}

.staggered {
	padding-left: 35px;
}

.staggered2 {
	padding-left: 35px;
}

.staggered3 {
	padding-left: 35px;
}

.staggered4 {
	padding-left: 0px;
}

.botonHome {
	margin: 0 auto 40px !important;
	text-align:center !important;
}

rowBoxes{
	margin:50px 0 0 0 !important;
	bottom: 50px !important;
}

	.boxHome{
	height:130px;
	width:100%;
	border:solid #FFFFFF 2px;
	margin:15px 15px 15px 7px !important;
	padding:10px 0 10px 10px !important;
	font-family: 'Francois One', sans-serif;
	font-size:18px;
	line-height:24px;
	color:#FFFFFF;
}

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

.Arrow a{
	font-size:24px;
}

#box6 {
  position: relative;
  width: 100%;
  background: #E1EBEE;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1.5em 1em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.3;
  margin: 40px auto;
}

#box6 h4 {
	text-align:center;
	font-size:22px;
	color:#FA6102;
	text-transform:uppercase;
	text-shadow:
	1px 1px 0 #ffffff,
	2px 2px 0 #ffffff; /* end of 2 level deep grey shadow */
}

h1, h2, h3, h4{
	text-align:left !important;
}

h1 {
	font-size:38px;
	line-height: 44px;
	
}

h2 {
	font-size:30px;
	
}

.landing-about{
	width:100%;
	height:250px;
	margin:0px auto!important;
	background:#f2f2f2;
	background-image:url(../images/Donlon-about-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

.landing-why{
	width:100%;
	height:250px;
	margin:0px auto!important;
	background:#f2f2f2;
	background-image:url(../images/Donlon-Why-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

.landing-how{
	width:100%;
	height:250px;
	margin:0px auto!important;
	background:#f2f2f2;
	background-image:url(../images/Donlon-How-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

.landing-practice1{
	width:100%;
	height:250px;
	margin:0px auto!important;
	background:#f2f2f2;
	background-image:url(../images/Donlon-Planning-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

.landing-practice2{
	width:100%;
	height:250px;
	margin:0px auto!important;
	background:#f2f2f2;
	background-image:url(../images/Donlon-Succession-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

.landing-practice3{
	width:100%;
	height:250px;
	margin:0px auto!important;
	background:#f2f2f2;
	background-image:url(../images/Donlon-Probate-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

.landing-practice4{
	width:100%;
	height:250px;
	margin:0px auto!important;
	background:#f2f2f2;
	background-image:url(../images/Donlon-Elder-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

.landing-contact{
	width:100%;
	height:250px;
	margin:0px auto!important;
	background:#f2f2f2;
	background-image:url(../images/Donlon-contact-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

.page-title{
	background-image:url(../images/barra.png);
	height:50px !important;
	overflow:hidden;
	position:relative;
	top:180px;
}
.page-title h1{
	font-size:26px;
	line-height:30px;
	padding-left: 30px;	
	margin-top:10px !important;
}

.sideLeft{
	height:auto;
	padding-left:20px !important;
	text-align:left;
	padding-top:40px;
}
.fotoJoe {
	width:65%;
	height:auto;
}

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

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

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

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

}

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