/*!
 * 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-repeat:no-repeat;
    background: -webkit-linear-gradient( to top, #ffffff, #e7e7e7);
    background: -moz-linear-gradient( to top, #ffffff, #e7e7e7);
    background: -ms-linear-gradient( to top, #ffffff, #e7e7e7);
    background: -o-linear-gradient( to top, #ffffff, #e7e7e7);
    background: linear-gradient( to top, #ffffff, #e7e7e7);
}

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

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

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

.header-top{
	height:140px;
	background-color:#484848;
}

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

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

.logo img a{
	border:none;
}

.bgEvent {
	width: 100%;
	min-height: 450px;
	position: relative;
	background-color:#f8f8f8;
	padding:30px;
	margin:30px 0;
	text-align: left;
		
}

.eventThumb {
	float:left;
	width:400px;
	height: 400px;
	overflow: hidden !important;
}
.eventThumb img{
	width:90% !important;
	height:auto !important;
	border:solid 1px #c6c6c6;
	text-align: center;
	margin: 0 auto;
}


.eventTitle {
	position: relative;
	margin-left:20px !important;
	margin-top:30px;
	font-family: 'Roboto', sans-serif;
	color: red;
	font-size: 24px;
	font-weight: 900;
	text-align: left;
	
}


/* ----------- */
@media only screen and (max-width : 780px) {
/* Styles */

  .bgEvent {
	background-color:#f8f8f8;
	padding:10px !important;
	margin:10px 0!important;
	text-align: center;
}
	.eventThumb {
	float:center;
	width:400px;
	height: 350px;
	overflow: hidden !important;
}
	
.eventThumb img{
	width:60% !important;
	height:auto !important;
	border:none;
	margin-left: -100px !important;
}
	.eventTitle {
	position: relative;
	margin-left:0px !important;
	margin-top:0px;
	font-family: 'Roboto', sans-serif;
	color: red;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	
}
	
}


P.blocktext {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
    width: 350px;
	color:#fed008;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
}

.infoname {
	padding-right:10px !important;
	padding-top: 50px;
	position: relative;
}

.top-name {
	font-size: 18px;
	font-weight:600;
	text-align:right !important;
	color:#fed008;
}
.top-phone {
	font-size: 14px;
	line-height: 18px;
	text-align:right !important;
	font-weight:400;
	padding-top: 5px;
	color:#ffffff;
}
.top-phone a{
	color:#ffffff;
}
.top-phone a:hover{
	color:#ffffff;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.infoname {
	right:10px !important;
	top: -40px !important;
	position: absolute;
}	
  .top-name {
	font-size: 16px !important;
	font-weight:600;
	text-align:right !important;
}
.top-phone {
	font-size: 0.9 !important;
	line-height: 1em !important;
	padding-top: 0px !important;
	text-align:right !important;
}  
		
	}

.mb.card-body{
    text-align: center;
	padding: 20px;
}
.mb.btn{
    border-radius: 0;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.mb.btn:hover{
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
}
.mb.card{
    border-radius: 0px / 0px;
    overflow: hidden;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
	margin-bottom: 25px;
	min-height: 400px;
}
.card-title{
	margin: 0 auto;
	font-size: 1.8em;
	padding-bottom: 20px;
}
.paquetes {
	margin-left: 100px;
	margin: 0 auto !important;
	text-align: center;
}


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

.navbar{ 
    background-image: none;
	z-index: 10 !important;
}

.navbar-nav {
   margin-left:0px;
   padding-right:10px;
	padding-top: 8px;
	margin-top: -76px !important;

}

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

/* navbar */
.navbar-default {
    background-color: #000000;
	border:none;
	height:80px !important;
	border-radius:0px;
	margin-top:0px !important;
	z-index: 10 !important;
}

/* title */
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #f72d22;
}
/* link */
.nav .navbar-nav > ul > li{
	float:left !important;
	margin: 0 auto;

}
.nav.navbar-nav > li{
	border-right: 1px solid #333333;
  	width: auto;
  	text-align: center;

}
.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
	font-weight:normal;
	background-color: #000000;
	font-size: 12px;
	line-height: 14px;
	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF !important;
    background-color: #f72d22 !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: #f72d22;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #f72d22;
}
/* 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 li{
		border:none;
    }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom:#CCC solid thin;
		color: #ffffff;
		line-height: 1em !important;
		background-color: #000000;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #000000;
	transition: all 0.5s ease 0s !important;
}
	
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
		color: #fff !important;
		background-color:#000000 !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 {
   padding: 0 !important;
}


/* mobile version */

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f72d22;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.dropdown-menu  {
    color: #ffffff !important;
}
#bs-example-navbar-collapse-1 li {
	margin-bottom: 0px !important;
	margin-top: 0 !important;
	padding-top: 0px !important;
    padding-bottom: 0px !important;
	line-height: 0.8em !important;
    }
.new{
	width: 35px;
	height: auto;
	padding-right: 5px;
	margin-top: -15px;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.navbar-nav {
   margin-left:0px;
	margin-top: 0px !important;

}

		
	}
	
	
	

/* -------------------------------------------------- */
/* Main Home */
/* -------------------------------------------------- */
.main-content{
    background-color: #ffffff;
    padding: 0 25px;
    margin: 0 auto !important;
    min-height: 600px;
    height: auto;
    margin-top: -50px !important;
}

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

.home-frase{
	height:auto;
	padding-left: 0px !important;
	margin-top:360px !important;
	text-align:left;
	width: 70%;
}
.home-frase h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size:50px;
	line-height:60px;
	color:#ffffff;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 1);
	text-align:left;
	position: relative;
	padding-left:300px;
	top: 10px;
}


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

.botonHome {
	text-align:left;
	padding-left:450px;
	margin-top: -10px !important;
}

.botonHome a:hover{
	color:#484848;
}

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

.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-title.png");
	background-color: #ffffff;
	background-repeat:no-repeat;
	height:90px !important;
	position:relative;
	top:-50px !important;
	padding: 30px 0;
}
.page-title h1{
	font-family: 'Roboto', sans-serif;
	font-size:32px;
	line-height:36px;
	color:#ffffff;
	font-weight:900;
	text-align:left;
	padding-left: 60px;	
	margin-top:10px !important;
}

.sideLeft{
	height:100vh;
	padding-left:50px !important;
	padding-top:40px;
}
.name{
	text-align:center !important;
	align-content: center;
	color:#f84840;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.namesub{
	color:#f84840;
	font-size: 15px;
	font-weight: bold;
}

.fotoJoe {
	text-align: center;
	float: left;
	margin: 0 auto;
	margin-left: -100px !important;
	margin-right: 30px;
	margin-bottom: 100px;
}

.fotoJoe2{
	width: 250px;
	text-align: center !important;
	padding: 7px;
	
}
.fotoJoe2 img{
	width:90%;
	height:auto;
	text-align: center !important;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.name{
	font-size: 14px;
	line-height: 16px;
}

.namesub{
	font-size: 11px;
}

.fotoJoe {
	text-align: center;
	float: center;
	margin-left: 0px !important;
	margin-right: 0px;
	margin-bottom: 50px;
}

.fotoJoe2{
	width: 200px;
	text-align: center !important;
	padding: 7px;
	
}
.fotoJoe2 img{
	width:90%;
	height:auto;
	text-align: center !important;
	margin: 0 auto;
}
}

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


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

/* ==========================================================================
   Global styles
   ========================================================================== */
h1 {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}



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


h2 {
  font-size: 36px;
	font-weight: bolder;
	font-family: 'Roboto', sans-serif;
  color:#f72d22;
  margin:30px 0;
}

h3 {
  font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
  color:#039adb;
  margin:25px 0;
}

h4 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #f72d22;
  font-weight: bold;
  margin-top: 40px !important;
	text-decoration: underline;
}

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

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

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

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

a {
	color:#559c28;
}

a:hover {
	color:#6cbc39;
}

.Qicon {
background-image:url(../images/fact.png);
background-position: left top;
background-repeat: no-repeat;
padding-right: 110px; /* Or size of icon + spacing */
margin-top:0px !important;
padding-top: 10px;
padding-bottom:100px !important;
margin-bottom:100px !important;
width:100px !important;
height:100px !important;
}
.float-icon{
    float: left;
    margin: 0px 15px 5px 0 !important;
    text-align: center;
	width:80px !important;
	height:auto !important;
}

.Tnegrita18{
	font-family: 'Roboto', sans-serif;
  	color: #039adb;
  	font-weight:500;
	font-size:18px;	
}
.Tceleste17B{
	font-family: 'Helvetica', sans-serif;
  	color: #000000;
  	font-weight:bolder;
	font-size:17px;	
}

.Tsource{
	font-family: 'Helvetica', sans-serif;
  	color: #727272;
	font-size:12px;
	line-height: 15px !important;
	margin-top: 15px;
}

.italic{
	font-style: italic;
}

li {
	margin-bottom: 15px;
}
.centered-img {	
	border: none;
	width: 95%;
	height: auto;
	margin: 25px auto;
}

.centered-img2 {	
	border: none;
	width: 80%;
	height: auto;
	margin: 25px auto;
}

/*------------- Testimonials ---------------*/
.testimonial-quote h4 {
  font-size: 20px; 
  text-align: center;
  margin-bottom: 40px;
}
.testimonial-quote {
    font-size: 1em;
	line-height: 1.3 !important;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: #333333;
	font-family: 'PT Serif', serif !important;
	font-weight: 400;
    font-size: 1.2em;
    line-height: 1.3 !important;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
	margin-bottom: 25px;
}

.testimonial-quote blockquote {
    box-sizing: border-box; 
	padding-left: 100px;
}

.testimonial-quote blockquote p {
    color: #75808a; 
    line-height: 1.5 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #81bedb;
    font-size: 10em;
	font-family:'PT Serif', serif;
    font-weight: 400;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: 0.4em;    
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote img {
    border: 3px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    top: -.2em; 
    left: 0;    
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: 1em; 
	position: absolute;
	text-align: center;
	width: 240px;
	left: 0px;
	top: 250px;
}
  
.testimonial-quote cite span {
    font-family: 'Roboto', sans-serif;
	color: red;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 0 1px white;
}

.testimonial-quote {
    position: relative; 
}

.testimonial-quote .quote-container {
    padding-left: 160px; 
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 250px; 
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right .cita2 {
    color: gray;
    display: block;
    font-size: 1em; 
	position: absolute;
	text-align: center;
	width: 240px;
	right: 0px;
	top: 250px; 
}

.testimonial-quote.right .cita2 span {
    font-family: 'Roboto', sans-serif;
	color: red;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 0 1px white;
}
@media (max-width: 768px) {
	.testimonial-quote blockquote {
    box-sizing: border-box; 
	padding-left: 0px;
	}
	.testimonial-quote .quote-container {
    padding-left: 0px; 
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 0px; 
}
	.testimonial-quote img {
    border: 2px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -7em; 
    left: 0;    
}
	.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: 1em; 
	position: absolute;
	text-align: left;
	width: 80%;
	left: 6em;
	top: -6em;
}
	.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #81bedb;
    font-size: 10em;
	font-family:'PT Serif', serif;
    font-weight: 400;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -0.3em;    
    text-shadow: none;
    z-index: -300;
}
.testimonial-quote.right .cita2 {
    color: gray;
    display: block;
    font-size: 1em; 
	position: absolute;
	text-align: left;
	width: 80%;
	left: 6em;
	top: -6em; 
}
	.testimonial-quote.right img {
    left: 0;
    right: auto;
}
		
}

/*-------------------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: 'Roboto', sans-serif;
  	font-weight:900;
	font-size: 22px;
	line-height: 24px;
	padding: 0.6em 1.3em;
	margin: 2em 0;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px;
	border-radius: 25px;
	-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;
}


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

background: #fdcd25; /* Old browsers */

background: -moz-linear-gradient(left,  #f3a23a 0%, #fddf25 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #f3a23a 0%,#fddf25 100%); /* Chrome10-25,Safari5.1-6 */

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

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a23a', endColorstr='#fddf25',GradientType=1 ); /* IE6-9 */


}
.amarillo:hover {
	color: #000000;
	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: #fedf25; /* Old browsers */

background: -moz-linear-gradient(left,  #fedf25 0%, #fee725 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #fedf25 0%,#fee725 100%); /* Chrome10-25,Safari5.1-6 */

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

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

/* -------------------------------------------------- */
/* Main Content */
/* -------------------------------------------------- */


.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-right: -240px !important;
	padding-top: 50px;
    border: none;
	width: 80%;
	height: auto;
}

.float-img-right11{
    float: right;
   margin-right: -250px !important;
	padding-top: 50px;
    border: none;
	width: 60%;
	height: auto;
}

.float-img-right12{
    float: right;
   margin-right: -200px !important;
	padding-top: 20px;
    border: none;
	width: 70%;
	height: auto;
}

.float-img-right13{
    float: right;
   margin-right: 100px !important;
	padding-top: 10px;
    border: none;
	width: 45%;
	height: auto;
}

.float-img-right3{
    float: right;
    margin-left:40px;
	marging-top:40px;
    padding-right:20px;
	padding-top:78px;
    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-left:-180px !important;
	position:relative;
    border: none;
	width: 60%;
	height: auto;
}

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

@media only screen and (max-width : 640px) {
	.float-img-right2{
    float: center;
   margin-right: 0px !important;
	padding-top: 10px;
    border: none;
	width: 100%;
	height: auto;
}
	.float-img-left2{
    float: center;
    margin-left:0px !important;
	position:relative;
    border: none;
	width: 100%;
	height: auto;
}
	.float-img-right11{
    float: center;
    margin-right: 0px !important;
	padding-top: 20px;
    border: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
	.float-img-right12{
    float: right;
   margin-right: 0px !important;
		margin-bottom: 30px;
	padding-top: 7px;
    border: none;
	width: 100%;
	height: auto;
}
	.float-img-right13{
    float: center;
   margin-right: 0px !important;
		margin-bottom: 20px;
	padding-top: 15px;
    border: none;
	width: 90%;
	height: auto;
}
}

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_bullet2 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left:50px;
	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;
}
.listmargin2{
	margin-left: 50px;
	
}

.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: #f84840;
	margin-bottom:15px; 
}

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

#bottomlinks li a:hover{
	color: #f84840;
}

#bottomlinks2 { 
	margin-top: 20px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	
}

#bottomlinks2 ul li {
	text-align: center;
	padding-left: 2em;
	list-style: none;
	font-size: 20px;
	line-height: 20px; 
	font-weight:bold; 
    color: #f84840;
	margin-bottom:15px; 
}

#bottomlinks2 li a{ 
    color: #f84840; 
	text-decoration:none;
	
}

#bottomlinks2 li a:hover{
	color: #CB181B;
}



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

.form-control {
    font-family: 'Lato', sans-serif;
}

label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.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:#484848;
    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: #f3272f;
}

footer a:hover {
    color: #f3272f;
}

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;
    background: #484848;
	margin-top:0px;
    padding: 20px 10px 10px 30px;
    font-size: 12px;
	color:#ffffff;
}

    .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: #ffffff !important;
    }
	
	.subfooter a:hover {
    	color: #f3272f;
}
	
	.jbamedia{
	color: #ffffff;
	margin-left: 0px;
	padding-left:0px;
}
	.jbamedia a:hover{
	color: #f3272f !important;
}

.copyright{
	color: #ffffff !important;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	line-height: 18px !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:0;
	}
	.sideCenter {
	margin:0 auto !important;
	padding:30px 250px !important;
}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	
	.container{
		width:95%;
		padding: 0;
	}
	
	.header-top{
	min-height:120px;
	height:auto;
	background-color:#484848;
}

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

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

P.blocktext {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
    width: 300px;
	font-size:1em;
	text-align:center;
}

.top-phone {
	font-size: 1em;
	font-weight:400;
	text-align:right;
	padding-right:5px;
	padding-top: 20px;
	color:#ffffff;
}
	
.fotoHome {
	background-image:url(../images/SDSW-home.jpg);
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-repeat:no-repeat;
	background-position:top center !important;
	height:100vh !important;
	min-height: 400px;
	margin-top:-20px !important;
}

.home-frase{
	height:auto;
	padding-left: 40px !important;
	margin-top:350px !important;
	text-align:left;
	width: 60%;
}
	
.home-frase h1{
		font-size:40px;
		line-height:42px !important;
		padding-left:60px;
		margin-bottom:10px;
	}

.botonHome {
	margin: 10px !important;
	padding: 0 30px 10px;
	text-align:center !important;
	font-size: 24px !important;
}
	
.home-frase i{
	color:#000000;
	padding:0 0px;
	font-size:24px !important;
}
	
.button-gradient {
	font-size: 20px;
	line-height: 22px;
	padding: 0.3em 1em;
	margin: 1em 0;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px;
	border-radius: 25px;
	-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);
}
	
	.navbar-default .navbar-nav > li > a {
    	font-size: 12px !important;
		padding-right: 7px;
}
	.nav .navbar-nav > ul > li{
	float:right !important;
	margin-left:5px !important;
}
	
	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 : 768px) {
	

	.container{
		width:100%;
		padding: 0;
	}

.header-top{
	min-height:120px;
	height:auto;
	background-color:#484848;
}

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

.logo {
  padding-left: 0;
  margin-top:-20px !important;
}

P.blocktext {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
    width: 200px;
	font-size:1em;
	text-align:center;
}

	
.fotoHome {
	background-image:url(../images/SDSW-home.jpg);
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-repeat:no-repeat;
	background-position:top center !important;
	height:100vh !important;
	min-height: 400px;
	margin-top:-20px !important;
}

.home-frase{
	height:auto;
	padding-left: 30px !important;
	margin-top:400px !important;
	text-align:left;
	width: 70%;
}
	
.home-frase h1{
		font-size:42px;
		line-height:44px !important;
		padding-left:20px;
		margin-bottom:10px;
	}

.botonHome {
	margin: 10px !important;
	padding: 0 15px;
	text-align:center !important;
	font-size: 18px;
}
	
.home-frase i{
	color:#000000;
	padding:0 0px;
	font-size:18px;
}
	
.button-gradient {
	font-size: 24px;
	line-height: 26px;
	padding: 0.4em 1em;
	margin: 1em 0;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px;
	border-radius: 25px;
	-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);
}

	
	.subfooter ul{
		display:none;
	}

	.subfooter {
		padding: 20px;
	}



	.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) {
	
.header-top{
	min-height:140px;
	height:auto;
	background-color:#484848;
}

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

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

P.blocktext {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
    width: 200px;
	font-size:1em;
	text-align:rcenter;
}

	
.fotoHome {
	background-image:url(../images/SDSW-home.jpg);
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-repeat:no-repeat;
	background-position:top center !important;
	height:100vh !important;
	min-height: 300px;
	margin-top:-20px !important;
}

.home-frase{
	height:auto;
	padding-left: 0px !important;
	margin-top:300px !important;
	text-align:left;
	width: 80%;
}
	
.home-frase h1{
		font-size:26px;
		line-height:28px !important;
		padding-left:35px;
		margin-bottom:10px;
	}

.botonHome {
	margin: 10px !important;
	padding: 0 15px;
	text-align:center !important;
	font-size: 18px !important;
}
	
.home-frase i{
	color:#000000;
	padding:0 0px;
	font-size:16px !important;
}
	
.button-gradient {
	font-size: 16px;
	line-height: 18px;
	padding: 0.3em 0.7em;
	margin: 1em 0;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px;
	border-radius: 25px;
	-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);
}


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

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


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-title.png);
	height:80px !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) {
	
}
