.collapse 
{
    display: none;
}
.collapse.in 
{
    display: block;
}
.collapsing 
{
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after 
{
    display: table;
    content: " ";
}
.clearfix:after,
.row:after 
{
    clear: both;
}

body 
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
    color: #4c4c4c;
    background: #fdfcf8 url('../../courses/img/bg.gif');
    font-size: 15px;
}

p 
{
    line-height: 25px;
    margin-top: 0;
}

strong, em, b, i,
#Courses .signup-fields p.date,
#Introduction .contacts,
#Introduction .intro-testimonial .studen-name 
{
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}

a 
{
    color: #46868c;
}

a:hover 
{
    color: #336266;
}

.container.header 
{
    margin-bottom: -30px;
}

header 
{
    background: #6dafb5 url('../../courses/img/bg-header.gif');	
    position: relative;
    padding: 10px 0 0 0;
    color: #FFF;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
nav 
{
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}

h1 
{
    display: inline-block;
    margin: 0 auto;
    font-size: 61px;
    line-height: 60px;
    padding: 0 30px 30px 30px;
    background: transparent url('../../courses/img/border-header.svg') repeat-x center bottom;
    background-size: 30px 12px;
}

h1 span 
{
    font-weight: 200;
    font-size: 38px;
    line-height: 40px;
}

h1 div.cities
{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
}

nav 
{
    text-align: center;
}

nav ul 
{
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 6px 0;
}

nav ul li 
{
    list-style: none;
    float: left;
}

nav ul li a 
{
    display: block;
    padding: 20px 30px 11px 30px;
    font-size: 24px;
    color: #FFF;
}

nav ul li a:hover 
{
    text-decoration: none;
    color: #FFF;
    background: transparent url('../../courses/img/menu-marker.svg') no-repeat center bottom;
    background-size: 50px 8px;
}

@media (max-width: 767px) 
{
    .container.header 
    {
        margin-bottom: 0;
    }
    h1 
    {
        font-size: 38px;
        line-height: 45px;
    }
    
    h1 span 
    {
        font-size: 24px;
    }
    nav ul li a 
    {
        display: block;
        padding: 20px 15px 11px 15px;
        font-size: 24px;
        color: #FFF;
    }
}

@media (max-width: 491px) 
{
    nav ul 
    {
        display: block;
        padding-top: 10px;
    }
    nav ul li 
    {
        float: none;
    }
    nav ul li a 
    {
        padding: 10px 30px 11px 30px;
        font-size: 24px;
        color: #FFF;
    }
}

.parallax 
{
    width: 100%;
    padding-top: 320px;
    text-align: center;
}

.parallax h2 
{
    display: inline-block;
    height: 80px;
    margin: 0 auto;
    padding: 10px 45px;
    color: #FFF;
    font-weight: 200;
    font-size: 38px;
    background: 
        url('../../courses/img/shape-white.svg') no-repeat left center,
        url('../../courses/img/shape-white.svg') no-repeat right center,
        rgba(70, 134, 140, .70);
    background-size: 16px 8px, 16px 8px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

#Introduction .parallax 
{
    background: #e6e1d3 url('../../courses/img/bg-introduction.jpg') no-repeat center bottom;
}

#Courses .parallax 
{
    background: #e6e1d3 url('../../courses/img/bg-courses.jpg') no-repeat center bottom;
}

#Testimonials .parallax 
{
    background: #e6e1d3 url('../../courses/img/bg-testimonials.jpg') no-repeat center bottom;
}

#PastCourses .parallax 
{
    background: #e6e1d3 url('../../courses/img/bg-pastcourses.jpg') no-repeat center bottom;
}


@media (min-width: 1200px) 
{
    .parallax	
    {
        background-size: 100% !important;
    }
}

@media (max-width: 767px) 
{
    .parallax 
    {
        padding-top: 200px !important;
        background-size: auto 280px !important;
    }
    .parallax h2 
    {
        height: 60px;
        padding: 10px 30px;
        font-size: 24px;
        border-width: 0 15px;
        /*border-right: 30px solid transparent;*/
        /*border-left: 30px solid transparent;*/
    }
}

#Introduction .container,
#Courses .container,
#Testimonials .container,
#PastCourses .container 
{
    padding: 60px 0;
}

@media (max-width: 767px) 
{
    #Introduction .container,
    #Courses .container,
    #Testimonials .container,
    #PastCourses .container 
    {
        padding: 30px 15px !important;
    }
}

#Introduction .copy p 
{
    font-family: 'Exo 2', sans-serif;
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-top: 0;
}

#Introduction .copy p strong 
{
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}

#Introduction .intro-testimonial 
{
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding-top: 30px;
}

#Introduction .profile-pic 
{
    text-align: center;
}

#Introduction .profile-pic img 
{
    margin-top: -30px;
    width: 100%;
    height: 100%;
}

#Introduction .intro-testimonial .bubble 
{
    background-color: #e6e1d3;
    padding: 8px 15px;
    position: relative;
    margin-bottom: 15px;
}

#Introduction .intro-testimonial .bubble:after 
{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(230, 225, 211, 0);
    border-top-color: #e6e1d3;
    border-width: 8px;
    margin-left: -8px;
}

#Introduction .intro-testimonial .studen-name 
{
    font-weight: bold;
}

#Introduction .intro-testimonial .testimonial-img img 
{
    width: 60px;
    height: 60px;
}

#Introduction .contacts 
{
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
}

#Introduction .contacts ul 
{
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

#Introduction .contacts ul li 
{
    list-style: none;
    float: left;
    padding: 0 8px;
}

#Introduction .contacts ul li a 
{
    display: inline-block;
    padding: 0 2px 2px 2px;
    border-bottom: 2px solid #e0c216;
}

#Introduction .contacts ul li a:hover 
{
    text-decoration: none;
    border-bottom-color: #336266;
}

.tel
{
    color: #46868c;
    display: inline-block;
    padding: 0 2px 2px 2px;
    border-bottom: 2px solid #e0c216;
}

@media (max-width: 767px) 
{
    #Introduction .contacts ul 
    {
        display: block;
    }
    #Introduction .contacts ul li 
    {
        float: none;
    }
    #Introduction .contacts ul li a 
    {
        padding: 10px 2px 2px 2px;
        margin-bottom: 10px;
        border-bottom: 2px solid #e0c216;
    }
}

@media (max-width: 991px) 
{
    #Introduction .profile-pic img 
    {
        margin: 0 0 30px 0;
        width: 200px;
        height: 200px;
    }
}

#Courses .container, #PastCourses .container 
{
    padding-bottom: 0;
}

#Courses .course-info ,
#PastCourses .course-info 
{
    border-top: 5px solid #83c1c7;
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
    text-align: center;
    background: url('../../courses/img/shape-green.svg') no-repeat center bottom;
    background-size: 24px 12px;
}

#Courses p.text
{
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* border-top: 5px solid #e6e1d3; */
    padding: 20px 0;
    margin: 0;
}

#Courses p.course-detail 
{
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    border-top: 5px solid #e6e1d3;
    padding: 20px 0;
    margin: 0;
}

#Courses p.intro,
#Testimonials p.intro
{
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 60px 0;
    margin: 0;
}

#Courses .course-info h3 ,
#PastCourses .course-info h3 
{
    font-size: 38px;
    margin: 0 0 0.5em 0;
    line-height: 40px;
}

#Courses .course-info p ,
#PastCourses .course-info p 
{
    font-family: 'Exo 2', sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    margin: 0.5em 0;
}

#Courses h4 
{
    font-size: 20px;
    margin: 0.5em 0 0 0;
    line-height: 30px;
}

#Courses li 
{
    padding: 0 0 1em 0;
}

#Courses li ul 
{
    margin-top: 1em;
    padding-left: 1.5em;
    font-size: 13px;
}

#Courses li ul li 
{
    padding: 0 0 0.5em 0;
}

a.detail-button 
{
    display: inline-block;
    background-color: #e6e1d3;
    color: #1a1a1a;
    text-align: center;
    padding: 0 15px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

a.detail-button:hover 
{
    background-color: #d6cfba;
}

.in.collapse+a.detail-button:before 
{ 
    content:'Ocultar detalles del curso';
    color: #86837c;
    background: transparent url('../../courses/img/minus.svg') no-repeat left center;
    background-size: 13px 13px;
    padding: 8px 0 9px 27px;
    display: inline-block;
}

a.detail-button:before,
.collapse+a.detail-button:before 
{ 
    content:'Mostrar detalles del curso'; 
    background: transparent url('../../courses/img/plus.svg') no-repeat left center;
    background-size: 13px 13px;
    padding: 8px 0 9px 27px;
    display: inline-block;
}

a.more-testimonials-button 
{
    display: inline-block;
    background-color: #e6e1d3;
    color: #1a1a1a;
    text-align: center;
    padding: 0 15px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

a.more-testimonials-button:hover 
{
    background-color: #d6cfba;
}

.in.collapse+a.more-testimonials-button:before 
{ 
    content:'Esconder testimoniales';
    color: #86837c;
    background: transparent url('../../courses/img/minus.svg') no-repeat left center;
    background-size: 13px 13px;
    padding: 8px 0 9px 27px;
    display: inline-block;
}

a.more-testimonials-button:before,
.collapse+a.more-testimonials-button:before 
{ 
    content:'Más testimoniales'; 
    background: transparent url('../../courses/img/plus.svg') no-repeat left center;
    background-size: 13px 13px;
    padding: 8px 0 9px 27px;
    display: inline-block;
}


a.signup-button 
{
    background-color: #e0c216;
    display: block;
    color: #262626;
    text-align: center;
    height: 45px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    /* padding: 0 15px; */
    cursor: pointer;
}


a.signup-button:hover
{
    background-color: #fad400;
}

.in.collapse+a.signup-button:before 
{ 
    content:'Sign up!';
    color: #86837c;
    background: url('../../courses/img/minus.svg') no-repeat left center;
    background-size: 13px 13px;
    padding: 8px 0 9px 27px;
    display: inline-block;
}

a.signup-button:before,
.collapse+a.signup-button:before 
{ 
    content:'Sign up!'; 
    background: url('../../courses/img/plus.svg') no-repeat left center;
    background-size: 13px 13px;
    padding: 8px 0 9px 27px;
    display: inline-block;
}


#Courses .signup-fields 
{
    margin-top: 30px;
    margin-bottom: 30px;
}

#Courses .signup-fields .col-md-4.col-sm-6, 
#PastCourses .signup-fields .col-md-4.col-sm-6 
{
    padding-bottom: 30px;
}

#Courses .signup-fields .signup,
#Courses .signup-fields .email,
#PastCourses .signup-fields .signup,
#PastCourses .signup-fields .email 
{
    background-color: #FFF;
    padding: 20px 15px 10px 15px;
    text-align: center;
    border-top: 5px solid #e0c216;
}

#Courses .signup-fields .signup h5,
#Courses .signup-fields .email h5,
#PastCourses .signup-fields .signup h5,
#PastCourses .signup-fields .email h5 
{
    font-size: 20px;
    margin: 0 0 0.5em 0;
}

#Courses .signup-fields .signup p ,
#PastCourses .signup-fields .signup p 
{
    margin: 0 0 10px 0;
    line-height: 20px;
}

#Courses .signup-fields .signup p.date ,
#PastCourses .signup-fields .signup p.date 
{
    font-weight: bold;
}

#Courses .signup-fields .signup a.address ,
#PastCourses .signup-fields .signup a.address 
{
    background: transparent url('../../courses/img/location.svg') no-repeat left 3px;
    background-size: 13px;
    padding-left: 15px;
}

#Courses .signup-fields .signup a.google ,
#PastCourses .signup-fields .signup a.google 
{
    background: transparent url('../../courses/img/calendar.svg') no-repeat left 2px;
    background-size: 15px;
    padding-left: 20px;
}

#Courses .signup-fields .signup a.fb ,
#PastCourses .signup-fields .signup a.fb 
{
    background: transparent url('../../courses/img/fb.svg') no-repeat left 2px;
    background-size: 15px;
    padding-left: 20px;
}

#Courses .signup-fields a.enroll,
#Courses .signup-fields a.notify 
{
    background-color: #e0c216;
    display: block;
    color: #262626;
    text-align: center;
    height: 45px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

#Courses .signup-fields a.enroll:hover,
#Courses .signup-fields a.notify:hover 
{
    background-color: #fad400;
}

#Courses .signup-fields a.enroll span,
#Courses .signup-fields a.notify span
{
    display: inline-block;
    padding: 7px 30px 10px 30px;
    background: 
        url('../../courses/img/shape.svg') no-repeat left center,
        url('../../courses/img/shape.svg') no-repeat right center;
    background-size: 16px 8px, 16px 8px;
}

#Courses .signup-fields a.soldout
{
    /* background-color: #fad400; */
    background-color: #46868c;
    display: block;
    /* color: #262626; */
    color: #eeeeee;
    text-align: center;
    height: 45px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

#Courses .signup-fields a.soldout:hover
{
    /* background-color: #e0c216; */
    background-color: #336266;
}

#Courses .signup-fields a.soldout span
{
    display: inline-block;
    padding: 7px 30px 10px 30px;
    background: 
        url('../../courses/img/shapel.svg') no-repeat left center,
        url('../../courses/img/shapel.svg') no-repeat right center;
    background-size: 16px 8px, 16px 8px;
}

#Courses .signup-fields .email 
{
    border-color: #83c1c7;
}

#Courses .signup-fields .email h5 
{
    font-weight: 200;
}

#Courses .signup-fields .email input 
{
    width: 100%;
    padding: 9px 7px 6px 7px;
    border: 3px solid #e6e1d3;
}

#Courses .signup-fields .email small 
{
    display: block;
    font-size: 11px;
    color: #808080;
    padding: 5px 0;
}

#Courses .signup-fields a.notify 
{
    background-color: #83c1c7;
}

#Courses .signup-fields a.notify:hover 
{
    background-color: #94dae0;
}


#Testimonials .testimonial-lg 
{
    background-color: #FFF;
    padding: 20px 30px;
    border-top: 5px solid #e0c216;
}

#Testimonials .testimonial-lg .name 
{
    text-align: center;
}

#Testimonials .testimonial-img 
{
    text-align: center;
    margin-top: -15px;
    margin-bottom: 21px;
}

#Testimonials .testimonial-img img 
{
    width: 60px;
    height: 60px;
}

footer 
{
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}

footer .footer-title 
{
    background:	url('../../courses/img/bg-footer-title.png') repeat center top;
    padding-bottom: 26px;
}

footer .footer-title .container .title 
{
    display: inline-block;
    margin: 0 auto;
    font-weight: 200;
    font-size: 38px;
    line-height: 40px;
    color: #FFF;
    padding: 20px 54px 30px 54px;
    background: 
        url('../../courses/img/shape-white.svg') no-repeat left center,
        url('../../courses/img/shape-white.svg') no-repeat right center;
    background-size: 24px 12px, 24px 12px;
}

footer .footer-title .container .icons 
{
    background:	url('../../courses/img/footer-icons.svg') no-repeat center top;
    background-size: 100% 60px;
    height: 60px;
    margin: 10px 15px 20px 15px;
}

footer .footer-details 
{
    background: #f0da60 url('../../courses/img/bg-footer-details.png') repeat-x center top;
}

footer nav ul li a 
{
    color: #4d4d4d;
}

footer nav ul li a:hover 
{
    color: #4d4d4d;
    background: transparent url('../../courses/img/menu-marker-dark.svg') no-repeat center bottom;
    background-size: 50px 8px;
}

footer .contacts 
{
    text-align: center;
}

footer .contacts ul 
{
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 10px 0;
    background: transparent url('../../courses/img/border-header-dark.svg') repeat-x center bottom;
    background-size: 15px 6px;
}

footer .contacts ul li 
{
    list-style: none;
    float: left;
}

footer .contacts ul li a 
{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 600;
}

footer .copyright 
{
    padding: 15px 0 60px 0;
}

footer .tel
{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 600;
    border-bottom: none;
}

@media (max-width: 599px) 
{
    footer .contacts ul 
    {
        display: block;
    }
    footer .contacts ul li 
    {
        float: none;
    }	
}
