/*
	Template Name: 
	Author: Themeturn
	Author URI: http://themeforest.net/user/ThemeTurn
	Description: 
	Version: 1.0
*/

/* Table of Content
==================================================
1.	Global Styles
2. 	Typography
3.	Common styles
4.	Header area
5.	Slideshow
6.	Intro area
7.	Services
8.	Practice area
9.	Content
10.	Facts
11.	Content bottom
12.	Clients
13. Footer
14.	Copyright
15.	Home 2
16.	Banner area
17.	Testimonials Page
18.	Attorneys
19.	Our Firm
20.	Action
21.	News Listing
22.	Sidebar
23.	Contact page
24.	Features
25.	Style Switcher (you can delete the css)

*/


@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,400italic,500italic);



@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot?') format('eot'), 
	     url('fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('fonts/MyriadPro-Regular.woff') format('woff'), 
	     url('fonts/MyriadPro-Regular.ttf')  format('truetype'),
	     url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}

/* Global styles
================================================== */

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	background: #fff;
}


a:link,
a:visited{
    text-decoration: none;
}


a:hover{
	text-decoration: none;
	color: #2ecc71;
	cursor: pointer;
}


section{
	position: relative;
}

.no-padding{
	padding: 0;
}

.gap-80 {
	clear: both;
	height: 80px;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

a:focus{
	outline: 0;
}
a{
	color: #2dcc70;
}

a.read-more:hover{
	color: #2ecc71;
}
ul,li{
	list-style: none;
}

/* Typography
================================================== */

body, p{
	/*font-family: 'MyriadPro-Regular', serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 18px;
	line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;

}

h1{
    font-size: 36px;
    line-height: 48px;
}

h2{
    font-size: 30px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

h3{
    font-size: 22px;
    line-height: 24px;
  	text-transform: uppercase;
  	font-weight: 500;
  	 color: #fff;
}

h4{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

h5{
    font-size: 22px;
    line-height: 24px;
  	text-transform: uppercase;
  	font-weight: 500;
  	 color: #000;
}

h6{
   font-size: 36px;
    line-height: 48px;
    	text-transform: uppercase;
  	font-weight: 500;
  	 color: #fff;
}



/*Button styles
=============================================*/
.btn-default{
	font-size: 18px;
	line-height: 24px;
	padding: 20px 19px;
	border: 4px solid#fff;
	text-transform: uppercase;
	border-radius: 0px;
	font-weight: 700;
	background: #237bed;
	color: #fff;
	-webkit-transition: all .4s ease-in 0s;
	-o-transition: all .4s ease-in 0s;
	transition: all .4s ease-in 0s;
}
.btn-default.featured{
	font-size: 18px;
	line-height: 24px;
	padding: 20px 19px;
	border: 2px solid#237bed;
	text-transform: uppercase;
	border-radius: 0px;
	font-weight: 700;
	background: transparent;
	color: #237bed;
	margin-top: 50px;
	-webkit-transition: all .4s ease-in 0s;
	-o-transition: all .4s ease-in 0s;
	transition: all .4s ease-in 0s;
}
.btn-default:hover{
	background: #fff;
	color: #2ecc71;
	border-color: #fff;
}
.btn-default.featured:hover{
	background: #2ecc71;
	color: #fff;
	border-color:#2ecc71;
}

/*Global styles
==============================================*/
.section-padding{
	padding: 100px 0px;
}
p{
	color: #919191;
}
h2.heading-title{
	margin-bottom: 50px;
	font-weight: 700;
}
.section-heading{
	width: 80%;
	margin: 0 auto;
}

/*=============================================
  Banner styles
================================================*/
.banner{
    top: 90px;
}
#section-banner{
	//background: url("../images/banner.jpg") ;
	//background-size: cover;
    width: 100%;
}


.banner-content{
	padding: 0px 0px 0px 0px;
}

h2.title{
	font-size: 60px;
	line-height:60px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
    -webkit-text-fill-color: black;
  /*  -webkit-text-stroke: 1px white;*/
}

.line-top{
	width: 480px;
	color: #fff;
	background: #fff;
	height: 4px;
	margin: 32px auto;
}
.line-btm{
	width: 480px;
	color: #fff;
	background: #fff;
	height: 4px;
	margin: 32px auto;
}
.banner-content a.btn-default {
	padding: 20px 36px!important;
}

.header{
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    height: 120px;
}

.navbar-brand{
    padding-top: 10px !important;
}

@media(min-width:1400px){
    .logo{
    width: 400px;
    padding: 0;
    margin: 0;
    top: 0;
}
    .navbar-default .navbar-nav > li > a{
        padding: 20px 20px !important;
        line-height: 20px !important;
    }
}

@media(max-width:1399px){
    .logo{
    width: 230px;
    padding: 0;
    margin: 0;
    top: 0;
}
    .navbar-default .navbar-nav > li > a{
        padding: 20px 10px !important;
        line-height: 15px !important;
    }
    .navbar .nav{
    margin:15px 10px 0 0;
}
}

@media(max-width:1200px){
    .logo{
    width: 150px;
    padding: 0;
    margin: 0;
    top: 0;
}
    .navbar-default .navbar-nav > li > a{
        padding: 20px 10px !important;
        font-size: 12px !important;
    }
}

@media(max-width:1000px){
    .logo{
    width: 150px;
    padding: 0;
    margin: 0;
    top: 0;
}
    .navbar-default .navbar-nav > li > a{
        padding: 20px 10px !important;
        font-size: 12px !important;
    }
}

@media(max-width:900px){
    .logo{
    width: 100px;
    padding: 0;
    margin: 0;
    top: 0;
}
    .navbar-default .navbar-nav > li > a{
        padding: 20px 10px !important;
        font-size: 12px !important;
    }
}
.contenedor{
    padding-top:90px;
}
/*==================================================
	navbar-menu
=====================================================*/
.section-menu{
	z-index: 9999;
}
.navbar{}
.navbar-default{
	background: #fff;
	border: 0px;
	border-radius: 0px;
}
.navbar-nav {}
.navbar-nav li{
	padding-left: 0px;
}
.navbar-default .navbar-nav > li > a{
	text-transform: uppercase;
	font-weight: 500px;
	padding: 30px 20px;
	font-size: 14px;
	font-family: 'Roboto', serif;
	color: #141313;
	line-height: 30px;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{
	color: : #858181;
}
.main-nav{
	width: 100%;
	margin: 0 auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #858181;
    background-color: transparent;
}

.navbar-brand img{
	float: left;
    padding-left: 0px;
	
}
.navbar-brand{
	text-transform: uppercase;
	font-weight: 500;
	color: #fff!important;

	padding-top: 35px;
}
.navbar-brand span{
	color: #2ecc71;

}
@media(max-width:768px){
    .navbar-nav li{
	   width: 100%;
    }
}

/*==================================================
	section-overview
=====================================================*/

#section-overview{
	padding: 75px 0px 80px;
}
.overview-box{}
.overview-box h3{
	margin-bottom: 35px;
}


/*==================================================
	section-profile
=====================================================*/
#section-skill .btn-default.featured{
	padding: 20px 36px!important;
}
#section-profile{
	background: #f2f2f1;
}

.profile-bg {
    background-color: transparent;
    background: url("../images/profile.jpg");
    position: absolute;
    background-clip: border-box;
    background-attachment: scroll;
    background-origin: padding-box;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: -40px center, 0px center;
    width: 45%;
}
.profile-desc{
	margin-bottom: 70px;
	//padding-left: 80px;
}
.profile-desc h2{
}
.service-wrapper{
	padding-left: 80px;
}
.service-inner{
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
	width: 48%;
}
.service-inner i{
	font-size: 40px;
	color: #2ecc71;
	float: left;
}
.service-box {
	padding: 0px;
	margin-left: 60px;
	margin-top: -15px;
}
.service-box h3{
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 24px;
}
.service-box p{
	font-size: 16px;
	line-height: 30px;
}

/*section-skills
===============================================*/
.skill-box{
	margin-bottom: 40px;
}
.skill-box label{
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
	color: #566366;
}
.progress {
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #F2f2f1;
    border-radius: 0px;
    box-shadow: none;
}
.progress-bar {
	box-shadow: none;
	background-color: #237bed;
	text-align: right;
	font-weight: 700;
	font-size: 18px;
	padding-right: 10px;
	padding-top: 4px;
}


/*section-resume
==========================================*/

#section-resume{
	background: #f2f2f1;
	position: relative;
}
#section-resume:after{
	position: absolute;
	content:"";
	width: 40px;
	height: 50px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #f2f2f1;
	bottom: -12px;
	left: 48%;
}

.resume-inner{}
.resume-inner{
	width: 95%;
}
.resume-desc{
	margin-top: -12px;
}
.resume-box{
	margin-bottom: 80px;
}
.resume-title{

}
.resume-box.last{
	margin-bottom: 0px;
}
.resume-sub{
	margin:-3px 0px 12px;
}
.result,.year{
	background: #2ecc71;
	color: #fff;
	padding: 9px 12px;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 10px;
}
.result{
	text-transform: uppercase;
}
.year{
	text-transform: capitalize;
}




/*Section-testimonial 
==================================================*/
#section-testimonial{
	background: #f2f2f1;
	padding-bottom: 105px;
}
.carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
}
.carousel-indicators {
    bottom: -25px;
}
.carousel-indicators .active {
    background-color: #2ecc71;
}
.carousel-indicators li {
    border-color: #2ecc71;
}


#testimonial-carousel{
	width: 63%;
	margin: 0 auto;
	margin-top: -10px;
}
#testimonial-carousel p{
	color: #919191;
	font-style: italic;
	margin-bottom: 40px;
}

.client-name{
	color: #566366;
	text-transform: uppercase;
	margin-bottom: 50px;
}


/*====================================================
	section-portfolio
====================================================*/
#section-portfolio
.section-heading{
	margin-bottom: 100px;
}
.portfolio-box{
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}
.image-overlay{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(46,204,113,.7);
	top: 0px;
	opacity:0;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.image-overlay a i{
	font-size: 50px;
	color: #fff;
	margin-top: 120px;
}
.portfolio-box:hover .image-overlay{
	opacity: 1;
}


/*SECTION contact
=================================================*/

#section-contact{
	background: #252e30;
}
#section-contact .heading-title{
	color: #fff;
}
.contact-left{
	padding-top: 30px;
}
.contact-left p{
	color: #919191;
	font-size: 18px;
	line-height: 30px;
}

.contact-left h2{
	color: #fff;
}
.location{
	margin: 45px 0px;
}
.contact-left ul{
	margin-left: -40px;
}
.contact-left ul li a{
	color: #919191;
	margin-left: 40px;
}
.contact-left ul li span{
	color: #fff;
	
}

.contact-box{
	margin-bottom: 40px;
}
.contact-box .form-group{
	margin-bottom: 39px;
}
.contact-box label{
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}

.contact-box .form-control{
	height: 50px;
	border-radius: 0px;
	background: #4b5456;
	border: 0px;
}
.contact-form .btn-default{
	
	background: #191f21;
	border: 0px;
}



/*==========================================================
	section Footer
	============================================================*/

	#section-footer{
		background: #191f21;
		padding: 100px 0px;
	}
	#section-footer h4{
		color: #485153;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

.socail-link{}
.socail-link a i{
	background: #4b5456;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	color: #191f21;
	font-size: 20px;
	line-height: 35px;
}
.socail-link a:hover i{
	color: #fff;
}


/*==========================================================
	Globo en Movimiento
	============================================================*/

@keyframes mapfront_spin {
  0% {
      
      
    background-position: 1400px 0%;  /* Movimiento*/
  
  
  }
  
  100% {
    background-position: 0 0%;
  }
}

@keyframes mapback_spin {
  0% {
    background-position: 0 0%;
  }
  
  100% {
      
      
    background-position: 1400px 0%; // /* Movimiento*/
  
  
  }
}

@-webkit-keyframes mapfront_spin {
  0% {
    background-position: 1400px 0%;
  }
  
  100% {
    background-position: 0 0%;
  }
}

@-webkit-keyframes mapback_spin {
  0% {
    background-position: 0 0%;
  }
  
  100% {
    background-position: 1400px 0%;
  }
}
.globo {
    align-content: center;
  width: 600px;
  height: 600px;
  position: absolute;
    left: 50px;
    top: 50px;
   background-size: 100%;
   
}
@media(max-width:1250px){
    .globo{
        width: 500px;
        height: 500px;
        left: 20px;
    }
}
@media(max-width:1050px){
    .globo{
        top: 100px;
        width: 350px;
        height: 350px;
        left: 10px;
    }
}
@media(max-width:768px){
    .content-globo{
        width: 100%;
        position: absolute;
        top: 0;
        height: 300px;
        
    }
    .globo{
        margin: auto;
        width: 300px;
        height: 300px;
        top: 0;
        position: relative;
    }
   
}
.frontal {
  width: 100%;
  height: 100%;
     background: url("../images/blanco.png") ;
    
  /* background: url(http://1.bp.blogspot.com/-R7NM2HBq--Q/UesCwsosv3I/AAAAAAAAKrs/ZZm2CMlqVWs/s1600/1.png);*/
  z-index: 5;
  position: relative;
  top: 0;
  left: 0px;
    background-size: 100%;
     
}
.back {
  width: 100%;
  height: 100%;
     background: url("../images/azul.png") ;
  /* background: url(http://1.bp.blogspot.com/-Hke9nBhL3Gc/UesDBMdQypI/AAAAAAAAKr0/4d9J8v5i58o/s1600/2.png);*/
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0px;
    background-size: 100%;
   
}
.mapfront, .mapback {
  border-radius: 500px;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 25px;
  left: 28px;
  z-index: 4;
    background-size: 100%;
}
@media(max-width:1050px){
     .mapfront, .mapback {
      top: 20px;
      left: 20px;
      z-index: 4;
        background-size: 100%;
    }
}
@media(max-width:768px){
     .mapfront, .mapback {
      top: 15px;
      left: 15px;
      z-index: 4;
        background-size: 100%;
    }
}
.mapfront {
 /* background: url(http://1.bp.blogspot.com/-M5AZ_16w8b4/UesDQ6r3miI/AAAAAAAAKr8/Sj0Tu25SgWA/s1600/3.png) repeat-x;  */ 
   background: url("../images/5.png") ;
    -webkit-animation: mapfront_spin 100s linear infinite;
  animation: mapfront_spin 100s linear infinite;
}
.mapback {
  background: url("../images/55.png") ;
  position: absolute;
  -webkit-animation: mapback_spin 100s linear infinite;
  animation: mapback_spin 100s linear infinite;
}


/*----------------------TEXTO----------------------*/

.texto{
    width: 50%;
    position: absolute;
    top: 150px;
    right: 0px;
   
}
@media(max-width:1250px){
    .texto{
        width: 40%;
        right: 100px;
    }
}
@media(max-width:1050px){
    .texto{
        top: 100px;
        width: 30%;
        right: 150px;
        
    }
    .texto h2{
        font-size: 20px !important;
    }
    .slide{
        text-align: left;
    }
}
@media(max-width:768px){
    .texto{
        top: 300px;
        width: 100%;
        right: 0px;
    }
    .slide{
        margin: auto !important;
        text-align: center;
        width: 100%;
    }
    #text-slider{
        width: 100% !important;
    }
}
/*-----------------FORMULARIO DE CONTACTO---------------------*/

.contactform{
    padding: 0;
    margin: 0;
    position: absolute;
    z-index:9;
    left: 70px;
    width: 30%;
    top:160px;
}
.contactform #contact-form{
    
    margin-top: -100px;
    border: 1px solid;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    float: left;
    width: 100%;
}
.contactform #contact-form p{
    color: #fff;
    font-size: 16px;
}
#err-name{
    font-size: 12px;
}
#err-email{
    font-size: 12px;
}
#err-comment{
    font-size: 12px;
}
#send-mail{
    width: 50%;
    height: 30px;
    margin: auto;
}
input[type="text"]{
    width: 100%;
    height: 30px;
}

input[type="email"]{
    width: 100%;
    height: 30px;
}
textarea{
    width: 100%;
}
 
@media(max-width:1000px){
    .contactform{
        width: 40%;
    }   
}
@media(max-width:768px){
    .contactform{
        width: 50%;
        top: 150px;
    }   
}
@media(max-width:400px){
    .contactform{
        width: 80%;
        top: 120px;
        left: 10px;
    }   
}
.elementemail:before {
    content: "\f003";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    margin-right:10px;
}
.elementloc:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    margin-right:10px;
}

.elementfone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    margin-right:10px;
}

.elementemail1:before {
    content: "\f003";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    margin-right:10px;
}
.elementloc1:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    margin-right:10px;
}

.elementfone1:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    margin-right:10px;
}

.elementPriv1:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    margin-right:10px;
}

.elementPriva:before {
    content: "\f15b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    margin-right:10px;
}

.info{
    float: left;
    width: 20%;
    margin-left: 5%;
    //background: #000;
}
.info p{
    font-size: 14px;
color:#000;
}


#contentinfo{
width: 80%;
    margin: auto;
}

.info1{
    float: left;
    width: 20%;
    margin-left: 5%;
    //background: #000;
}
.info1 p{
font-size: 14px;
color:#fff;
}
#contentinfo1{
width: 80%;
    margin: auto;
}

@media(max-width:768px){
    .info1{
        width: 100%;
        text-align: center;
    }
}

.clear{
    clear: both;
}



.parallax{
    top:40px;
    width:100%;
    background-position:center;
    background-size:cover;
    position: fixed;
}

.parallax1{
	height: 0;
    width:100%;
    background-position:center;
    background-size:cover;
    //position: fixed;
}
.title{
    width: 100% !important;
}
.mytitle{
    width: 80%; 
    margin:auto;
    height: 50px;
}
.title .title1 h6{
	line-height: 2;
}
.title .title1{
        float: left !important;
        width: 50% !important;
    }
    .title .bread{
        float: right !important;
        width: 20% !importanr;
    }
   /* @media(min-width: 1600px){
    	.title .title1{
	        width: 50% !important;
		 }
	    .title .bread{
	        width: 50% !important;
	    }	
    }*/
    @media(max-width: 1599px){
    	.title .title1{
	        width: 50% !important;
		 }
	    .title .bread{
	        width: 30% !important;
	    }	
    }
    @media(max-width: 1100px){
    	.mytitle{
       width: 100% !important;
    }	
    	.title .title1{
	        width: 70% !important;
		 }
	    .title .bread{
	        width: 20% !important;
	    }	
    }
@media(max-width:980px){
    
    .title .title1{
        float: left !important;
        width: 40% !important;
        padding-left: 5px;
        line-height: 3 !important;
    }
    .title .bread{
        float: none;
        width: 50% !important;
    }
     .title .title1 h6{
        font-size: 24px !important;
        line-height: 3;
    }
}

@media(max-width:768px){
    .title .title1 h6{
        font-size: 18px !important;
        line-height: 4;
    }
}

@media(max-width:580px){
    .title .title1 h6{
        font-size: 14px !important;
        line-height: 5;
    }
}

@media(max-width:460px){
    .title .title1 h6{
        font-size: 12px !important;
        line-height: 6;
    }
    .title .bread{
        float: none;
        width: 40% !important;
    }
}

#section-profile{
    background: #fff;
    position:relative;
}
@media(min-width:2000px){
    #section-profile{
     top:800px;   
    }
}
@media(max-width:1999px){
    #section-profile{
     top:600px;   
    }
}
@media(max-width:1049px){
    #section-profile{
     top:500px;   
    }
}
@media(max-width:800px){
    #section-profile{
     top:400px;   
    }
}
@media(max-width:560px){
    #section-profile{
     top:300px;   
    }
}
@media(max-width:265px){
    #section-profile{
     top:250px;   
    }
}


#section-overview{
    background: #fff;
}

.invisible{
	height: 0;
	opacity: 0;
	width: 0;
}
.visible{
	height: auto;
	opacity: 1;
	width: 100%;
}