/* Global */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,600);

h1, h2, h3
{
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}


 .mapWrapper h2,
.navigation
{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

 .articles h2,
.profile h3
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

   .articles ul,
 .articles h3,
.treatMenu li
{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.contactFormWrapper h3
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

label,
.btn-submit
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

  .articles p,
address
{
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

html
{
    height:100%;
}

hr
{
    margin: 30px 0 40px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
}

body {
	
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: .88em;
	color: #565353;
	background-color:#ffffff;
    line-height:1.8;
}
img {
	max-width: 100%;
}

img:hover { opacity: 0.7; filter: alpha(opacity=30); }

.img-center
{
    display:block;
    margin:0 auto;
}

a {
	color: #3bbab4;
	text-decoration: none;
}

.navigation li a:hover,
.toTopBtn a:hover,
a.formLink:hover,
a:hover {
	color: #006A4E;
	text-decoration: none;
	font-weight:800;
}

a.formLink
{
    color:#006A4E;
	font-weight:300;
}

    .navigation li a,
    .toTopBtn a
    {
        color:#0a0a0a;
    }

.error
{
    color:#cb0101;
}

p
{
    margin: 0 0 10px;
}

h1
{
    color: #023200; /* #244C27; /* #092E20; #D00FC2; #3bbab4;*/
    font-size: 5.8em;
	line-height: 1;
    margin:0.28em 0;
}

h2
{
    
    font-size: 2.8em;
    line-height: 1;
    margin:0.28em 0;
}

h3
{
    font-size: 1.7em;
    line-height: 1;
    margin:0.28em 0;
}

.articles h2,
.articles h3
{
    color:#3bbab4;
}

.articles h2
{
    font-size: 1.5em !important;
    margin:0.58em 0;
    line-height:1.2em !important;
}

.articles h3
{
    font-size: 1.5em;
}
#welcome{
    margin-top: 35px;
    margin-bottom: 20px;
}
#welcome h1{
    margin-bottom: 10px;
}
.guest-Teacher
{
    font-size: 1.4em;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 3px;
    clear: both;
}
.firstparr{
    margin-top:-5px;
}
/*
#slide1 h2
{
    font-size:1.7em;
    line-height:0.5;
}
*/
#followUS div{
    display:inline-block;
}

#followUs_youtube{
    height: 60px;
    width: 60px;
    position: relative;
    top: -2px;
}
 .mapWrapper h2
{
     font-size: 2.1em;
     text-align:center;
}


.social
{

display: inline-block;
position: absolute;
right: 0;
top: 0;
    
}

.greenText
{
    color: #3bbab4;
}

.social span
{
    font-size:1.3em;
    font-weight:400;
    color: #3bbab4;
    line-height:1.5;
    display: inline-block;
    vertical-align: top;
}

.backToTopWrapper
{
    text-align:center;
}

.toTopBtn
{
    padding:13px 0;
}

.toTopBtn a
{
    text-transform:uppercase;
}


 /*.mapWrapper .fg .housing,*/
.contactFormWrapper,
.treatMenuWrapper
{
    background:#42bcb7;
}

.treatMenuWrapper
{
    padding-bottom:25px;
    padding-bottom:10px;
}

.treatContentWrapper
{
  /*  background: #f8f8f8;
    color:#42bcb7; */
    color:#888;
    padding: 25px 0;
    font-weight: 400;
}

    .treatContentWrapper h3
    {
        font-weight:300;
        color:#333; /*#42bcb7;*/
    }

label
{
    color:#000;
    padding-left:10px;
}

/* milonga */
.milonga h3,
.milonga h4 {
    color: #006A4E; /*#42bcb7; #333; /*#092E20;*/
    text-align:center;
}

.milonga h3
{
    margin-bottom:0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.milonga h4
{
    font-size:16px;
    font-weight:400;
    margin:0;
    margin-bottom:5px;
}



/* Workshops */
.workshop h2
{
	text-align:center;
    color:#006A4E; /*#42bcb7;*/
}
.workshop #guestTeachersImg
{
	float: left; 
	width: 180px; 
	height: 146px; 
	margin-right:10px; 
	margin-bottom:10px;
}

.workshop h3
{
    font-weight:300;
    color:#006A4E; /*#42bcb7;*/
}
.workshop .forms{
	margin-top:25px;
	text-align:center;
}

/* contactUs */
.contactUs
{
	text-align:center;
	padding-top:30px;
	padding-bottom:40px;
}
.contactUs #TangoConca
{
    width: 250px;
    height: 135px;
}	

.contactUs h3,
.contactUs h4 {
    color: #006A4E; /*#42bcb7; #333; /*#092E20;*/
    text-align:center;
}

.contactUs h3
{
    margin-bottom:0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.contactUs h4
{
    font-size:16px;
    font-weight:400;
    margin:0;
    margin-bottom:5px;
}


/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	z-index:100;

}
#logo {
	text-align: center;
	margin: 10px 0;
    margin-bottom: 15px;
}
#logo h2{
	color: #006A4E;
	font-weight: 500;
    margin-bottom: 10px;
}
#logo h3{
	color: #006A4E;
	font-weight: 500;
    margin-bottom: 10px;
}
#logo h4{
	color: #006A4E;
    font-style: italic;
}
#nav {
	text-align: center;
	margin: 15px 0 0 5px;
}
.navigation{
	float: none;
	list-style: none;
	margin: auto 0;
    display:inline-block;
    padding:0;
    line-height:1;
}
.navigation li{
	float: left;
	
    padding: 0 20px;
    font-size:1.4em;
}
.navigation li:hover{
	cursor:pointer;
	color: #79f0ea;
}

.navigation .active{
	cursor:pointer;
	color: #3bbab4;
	font-weight:normal;
}


label
{
    display:block;
}

input[type="text"]
{
    height:38px;
}

textarea,
input[type="text"]
{
    width:100%;
    border:solid 1px #d9f2f1;
    background:#e8f7f6;
    vertical-align:top;
    margin:0;
    padding:0;
}


/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:165px 0;

    padding-bottom:0px;
}

.slide h1
{
    text-align:center;
}

/* Helpers */
.text-right{
    text-align:right;
}

.text-center{
    text-align:center;
}

.grey-divider
{
    background:#f9f9f9;
    height:90px;
}
.white-divider
{
    background:#fff;
    height:165px;
}
.white-divider-footer
{
    background:#fff;
    height:75px;
}

/* Slide 1 */ 

#slide1{
	background-color:#ffffff;
}
/*
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
    */




/* Slide 2 */ 

#slide2{
	/*background-image:url('../images/footprints.png');
	background-color:#f9f9f9;
	color:#ffffff;*/
    padding:0;
}

/* Slide 3 */ 

#slide3{
	background-color:#ffffff;
}

#slide3 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
    text-align: center;
}


/* Slide 4 */

#slide4{
	/*background-image:url('../images/sunglasses.png');
	background-color:#8a8683;
	color:#ffffff;*/
}
#slide4 h1 {
	/*font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;*/
}
#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}


.formLink
{
    display:inline-block;
    text-align:center;
    padding-bottom:35px;
}

.formLink span
{
    display:block;
    font-size: 1.5em;

}

  .home-slider-wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}


/* footer */

.footer
{
    background:#e3e3e3;
    color:#9d9d9d;
    height:53px;
    text-align:center;
    font-size:10px;
    line-height:50px;
}

.accomodation{
    text-transform: uppercase;
    font-weight: bold;
}

.firstLine{
    margin-top:-5px;
    line-height: 20px;
}

.secondLine{
    margin-top:-12px;
    line-height: 20px;
}

/* Tablet */
@media screen and (max-width: 1024px) {

    body
    {
        line-height:1.6;
        font-size:0.82em;
    }

h1
{
    font-size:4em;
}


#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}
/*#homeImg{
	display: none;
}*/
.navigation{
	width: 100%;
	float: none;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:16%;
	padding:0;
}

    

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	/*padding:30px 0;*/
}

#content {
	/*text-align:center;*/
	width:100%;
    padding-left: 5px;
    padding-right: 5px;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

}

/* Mobile */
@media screen and (max-width: 480px) {

    body
    {
        font-size: .78em;
    }

    h1
    {
        font-size: 2.8em;
    }
    h2
    {
        font-size:1.7em;
    }
    h3
    {
        font-size: 1.5em;
    }

    .container
    {
        width:90%;
            padding-left: 5px;
    padding-right: 5px;
    }
    #content
    {
          padding-left: 5px;
    padding-right: 5px;
    }
#logo {
	width: 100%;
	text-align: center;
    margin: 20px 0;
    margin-bottom:10px;
}
    #logo img
    {
        width:80%;
    }


#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
    
}

.navigation li{
	float: left;
	width: 30%;
    margin-bottom: 2%;
    font-size:1.4em;
}


    .formLink
    {
        padding-bottom:8px;
    }

        .formLink img
        {
            width:70px;
        }

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:145px 0;
}

    #slide1 .copySection
    {
        margin:5px 0;
    }

    #slide1 #content h2 strong
    {
        display:block;
    }

    
    .white-divider
    {
        display:none;
    }

    .grey-divider {
        height:133px;
    }

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


}




