﻿@import url('https://fonts.googleapis.com/css?family=Quicksand');

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
  background-color:#ffffff;
  font-family: 'Quicksand', sans-serif;
}

@media (max-width: 992px) {
    body {
      margin-bottom: 456px !important;
    }
}

.body-content
{
    background-color:#f4f4f4 !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  background-color: #161515;
}


@media (max-width: 992px) {
    .footer {
      height:auto !important;
    }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

code {
  font-size: 80%;
}


/*--*/

a, button, span {
	transition-property: background-color, background-image, color, left, right;
	transition-duration: .2s!important;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
}

#section-social-lang
{
    background-color:#eeeff1;
    padding-top:5px;
    padding-bottom:5px;    
}

.social-icons
{
    font-size:14px;
}

#menu-desktop
{
    /*margin-top:10px;*/
}

.navbar-brand-mp
{
    padding:0px !important;
    margin-left:0px !important;
}

.navbar-brand-mp img
{
    height:50px !important;
}

.navbar-summerschool
{    
    background-color: transparent;
    /*padding-top:10px;*/
    /*padding-bottom:10px;*/
    min-height:60px !important;
    border:1px solid rgba(255,255,255,0.1);
    border-left:0px !important;
    transition-property: background-color;
	transition-duration: .2s!important;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
}

.navbar-summerschool.down
{
    background-color: rgba(0, 0, 0, 0.8);
    /*box-shadow:0px 0px 8px 2px #949494;*/
    border-color:transparent;
}

.navbar-summerschool.up
{
    background-color:transparent;
    box-shadow:none;
}

.navbar-summerschool .navbar-nav>li>a
{
    color:#ffffff;
    text-transform:uppercase;
    font-weight:bold;
}

.navbar-summerschool.down .navbar-nav>li>a
{
    color:#fff;
}

.navbar-summerschool.up .navbar-nav>li>a
{
    color:#ffffff;
}

.navbar-summerschool .navbar-nav>li.active>a
{
    color:#ffffff;
    background-color: transparent !important;
}

.navbar-summerschool.down .navbar-nav>li.active>a
{
    color:#fff;
    background-color: transparent !important;
}

.navbar-summerschool.up .navbar-nav>li.active>a
{
    color:#ffffff;
    background-color: transparent !important;
}

#desktop-logo:hover
{
    background-color:transparent !important;
}

.menu-item
{
    /*border-left:1px solid #949494;*/
    border-left:1px solid rgba(255,255,255,0.1);
    width:120px;
  
}

.menu-item:last-child
{
    /*border-left:1px solid #949494;*/
    border-left:1px solid rgba(255,255,255,0.1);
    border-right:1px solid rgba(255,255,255,0.1);
    width:120px;
   
}

.menu-item a
{
    padding-top:25px !important;
    padding-bottom:27px !important;
}

.menu-item:hover, .menu-item.active:hover,.menu-item.active
{	
    /*border-bottom:5px solid #adc936;*/
    background-color:#009fe3;
    transition-property: background-color;
	transition-duration: .2s!important;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
}


.navbar-summerschool .menu-item:hover a, .navbar-summerschool .menu-item.active:hover a
{
	color:#fff !important;
}

.navbar-summerschool.up .menu-item:hover a, .navbar-summerschool.up .menu-item.active:hover a
{
	color:#fff !important;
}

.navbar-summerschool.down .menu-item:hover a, .navbar-summerschool.down .menu-item.active:hover a
{
	color:#fff !important;
}


.menu-item.open>a
{
	/*background-color:#c49b1e !important;
	color:#fff !important;*/
	
}
.menu-item-active.open>a
{
	/*color:#fff !important;
	background-color:#c49b1e !important;*/
}

.navbar-summerschool .navbar-nav>.active>a
{
    /*color:#ffffff;*/
}


.hr-navbar
{
    margin-top:10px;
    margin-bottom:10px;
}



.content-section-home-slider, .content-section
{    
    width:100%;
}

@media (max-width: 992px) {
    .content-section-home-slider, .content-section
    {
        width:100%;
    }
}


.home-slider-text-wrapper
{
   
    color:#ffffff;
    position:absolute;
    z-index:100;
    width:100%;
    height:100%;
    /*max-height:600px;*/   
      
}

.home-slider-text
{
    position:absolute;
    top:30%;    
    text-align:center;
    left: 0;
    right: 0;
}

.home-slider-caption
{
    /*background: rgba(160, 124, 10, 0.8);*/
    padding:10px;
    font-size:40px;
}

.span-caption-background
{
    background-color:#c49b1d;
    color:#ffffff;
    padding:10px;
    font-weight:bold;
}

.span-caption-font
{    
    color:#fff;
    padding:10px;
    font-weight:bold;
}


.owl-showcase-slider .owl-dot span
{
    border:2px solid #ffffff;
    width:15px !important;
    height:15px !important;
    background-color:transparent !important;
}

.owl-showcase-slider .owl-dot.active span
{
    background-color:#fff !important;
}

.owl-showcase-slider .owl-dot span:hover
{
    cursor:pointer !important;
}





.owl-home-slider .owl-dot span
{
    border:2px solid #ffffff;
    width:15px !important;
    height:15px !important;
}

.owl-home-slider .owl-dot.active span
{
    background-color:#adc936 !important;
}

.owl-home-slider .owl-dot span:hover
{
    cursor:pointer !important;
}


.owl-home-slider .owl-dots
{
    position:absolute;
    bottom:25px;
    width:100%;
}


.top-icon-link, .top-icon-link:hover
{
    text-decoration:none !important;
}


.home-icon
{
    color:#c49b1d;
    
}
.home-icon + .tooltip > .tooltip-inner {background-color: #c49b1d;}
.home-icon + .tooltip > .tooltip-arrow {border-bottom-color: #c49b1d;}





.twitter-icon
{
    color:#38cdff;
}
.twitter-icon + .tooltip > .tooltip-inner {background-color: #38cdff;}
.twitter-icon + .tooltip > .tooltip-arrow {border-bottom-color: #38cdff;}

.facebook-icon
{
    color:#3b5998;
}
.facebook-icon + .tooltip > .tooltip-inner {background-color: #3b5998;}
.facebook-icon + .tooltip > .tooltip-arrow {border-bottom-color: #3b5998;}

.youtube-icon
{
    color:#dc472e;
}
.youtube-icon + .tooltip > .tooltip-inner {background-color: #dc472e;}
.youtube-icon + .tooltip > .tooltip-arrow {border-bottom-color: #dc472e;}

.google-plus-icon
{
    color:#f4511e;
}
.google-plus-icon + .tooltip > .tooltip-inner {background-color: #f4511e;}
.google-plus-icon + .tooltip > .tooltip-arrow {border-bottom-color: #f4511e;}







.dropdown-menu
{
	border:0px !important;
	padding:0px !important;
	z-index:98 !important;
    background-color:#c49b1d;
    border-radius:0px !important;
	
}

.dropdown-menu .divider
{
	height:2px;
	background-color:#00794e;
	margin:0px;
    
	
}

.dropdown-menu>li>a
{
	padding:8px 20px !important;
	color:#fff !important;
}

.dropdown-menu>li
{
	border-bottom:0px solid #c49b1e;
	
}

.dropdown-menu>li>a:hover
{
	background-color:#c0a963 !important;
	
}

.dropdown:hover .dropdown-menu {
    display: block;
}


#menu-mobile
{
    padding-bottom:10px;
    margin-top:10px;
}

.mobile-menu-toggle
{
    display:block;
    position:relative;
    float:right;
    cursor:pointer;
}



#icon-mobile-menu
{
    color:#009fe3;    
}


#icon-mobile-menu-close
{
    color:#009fe3;   
    /*display:none;*/
}



.mobile-nav
{
    position:fixed;
    top:38px;
    left:0px;
    bottom:0px; 
    right:0px; 
    background-color:#fff;
    display:none;
    overflow-y:scroll;
}

.container-mobile-menu
{
    padding-top:10px;
}



#accordion-mobile-menu .panel
{
    margin-top:0px;
    border-radius:0px;  
    border:0px; 
    box-shadow:none;
}

#accordion-mobile-menu .panel-heading, #accordion-mobile-menu .list-group-item
{
    padding:0px;
    background-color:#ffffff;
    border-radius:0px;  
    border:0px;
    box-shadow:none;  
}


#accordion-mobile-menu a
{
    display:inline-block;
    width: 100%;
    line-height:40px;    
}


#accordion-mobile-menu .panel-heading a
{
    color:#777;
    text-decoration:none;
}

#accordion-mobile-menu .list-group-item a
{
    background-color:#adc936;
    color:#ffffff;
    text-decoration:none;
}



.mp-logo-mobile
{
    max-width:180px;
    height:auto;
}



.search-icon
{
    cursor:pointer;
}

#search-desktop
{
   
}

.form-search-desktop
{
    /*max-width:500px;*/
    background-color:#fff;
    margin-top:20px;
}

.footer p
{
    color:#949494;
    margin-top:20px;
}

.footer p a
{
    color:#949494;
    margin-top:20px;
    text-decoration:underline;
}

.div-google-maps
{
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter: gray; /* IE6-9 */
    margin-top:20px;
}

.news-section
{
    background-color:#ffffff;
    padding-top:30px;
    padding-bottom:30px;
}




.panel-home-content
{
    border:0px !important;    
    margin-bottom:20px;
    border-radius:0px;    
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;

    
}

@media (max-width: 992px)
{

    .panel-home-content
    {
        height: initial !important;
    }

}

.wrap-panel-heading-home-news
{
    overflow:hidden;
}


.label-news-home-date
{
    position:absolute !important;
    z-index:100;
    margin-top:20px;
    margin-left:20px;
    border-radius:0px;
    font-weight:normal;
    font-size:14px;
    background-color:#c49b1d !important;
    color:#ffffff !important;
    padding:10px;
}


.panel-heading-home-news
{
    height:200px !important;
    border-radius:0px;
    background-size:cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: 100%;
    
}

.a-home-news:hover .panel-heading-home-news
{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


.a-home-news
{
    text-decoration:initial !important;
    color: #555555 !important;
}

.a-home-news:hover
{
    color: #555555 !important;
}

.a-home-news:hover .title-box-content
{
    color:#c49b1d;
}



.showcase-section
{
    background-color:#e6b624;
    padding-top:30px;
    padding-bottom:30px;
}

.showcase-title
{
    color:#ffffff;
    font-weight:bold;
}

.showcase-text
{
    color:#ffffff;
}



.associations-section
{
    background-color:#161515;
    padding-top:30px;
    padding-bottom:30px;
}

.associations-title
{
    color:#ffffff;
}

.associations-section .thumbnail img
{
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.associations-section .thumbnail:hover img
{
     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


.associations-section .row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.content-section .container
{
    padding-top:50px;
}

.panel-content
{
    border:0px;
    border-radius:0px;
}


.content-section a
{
    color:#c49b1d;
}

.icon-content-title
{
    color:#c49b1d;
}

.submenu a
{
    background-color:#fff;
    border-radius:0px !important;
}

.submenu a:hover
{
    background-color:#c49b1d !important;
    color:#ffffff;   
}

.submenu .active a
{
    background-color:#8b6801 !important;
}

#back-top
{
       
    position:fixed;
    bottom:22px;
    right:20px;    
    z-index: 999;    
    color:#161515;
}

#back-top:hover
{
    color:#009fe3;
}





#section-counter-home
{
    background-color:#ffffff;
    padding-top:50px;
    padding-bottom:40px;
}

#section-counter-home p
{   
    font-weight:bold;
}

#section-counter-home .counter
{
    color:#adc936;
    font-size:25px;
}

#section-counter-home .counter-desc
{
    font-size:15px;    
    font-style:italic;
    color:#949494;
}

.img-flags
{
    height:20px;
    -webkit-filter:grayscale(70%);
    -moz-filter:grayscale(70%);
    -o-filter:grayscale(70%);
    filter: gray; /* IE6-9 */
}

.img-flags:hover, .img-flags.active
{
    -webkit-filter:initial;
    -moz-filter:initial;
    -o-filter:initial;
    filter:initial;
}



.btn-blue
{
    background-color:#009fe3;
    color:#fff;
    border-color:#009fe3;
    border-radius:0px !important;
}

.btn-blue:hover
{
    background-color:#10b7ff;
    color:#fff;
    border-color:#10b7ff;
}

.btn-white
{
    background-color:#009fe3;
    color:#fff;
    border-color:#fff;
    border-radius:0px !important;
}

.btn-white:hover
{
    background-color:#fff;
    color:#009fe3;
    border-color:#fff;
}

#section-intro-text
{
    background-color:#ffffff;
    padding-top:40px;
    padding-bottom:40px;
}

#section-intro-text p
{
    font-size:16px;
    color:#949494;
}


#section-showcase-2
{
    background-image:url(/img/showcase-pic2.jpg);
    background-size:cover;
    height:300px;
}

#section-showcase-2 p
{
    margin-top:25px;
}

#section-showcase-2 span
{
    color:#ffffff;
    font-weight:bold;
    font-size:35px;
    background-color:#161515;
    padding:10px;
    margin-top:20px;
}

#section-header-banner
{
    background-color: transparent;
    padding-top:40px;
    padding-bottom:40px;
    min-height:400px;
}

#section-header-banner h1
{
    margin-top:120px;
    color:#ffffff;
    font-weight:bold;
    font-size:50px;
}

#section-header-banner h1 span
{
    padding:10px;
    background-color:#adc936;
}

#section-content
{
    background-color:#ffffff;
    padding-top:40px;
    padding-bottom:40px;
}

#section-content h2
{
    color:#777;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:20px;
}

#section-content hr
{
    margin-top:50px;
    margin-bottom:50px;
}

.img-meet-us:hover
{
   transition: all .2s ease-in-out;
   transform: scale(0.9);
}

.subtitle-icon
{
    color:#adc936;
}

.modal-header-mp
{
    background-color:#adc936 !important;
    color:#fff !important;
}

.meet-us-link
{
    color:#949494;    
    text-decoration:none !important;
    border:0 !important;
    outline:none !important;
}

.meet-us-link:active, .meet-us-link:visited
{
    color:#adc936 !important;    
    
}


.meet-us-link:hover
{
    color:#adc936 !important;    
    
}

.span-emoji
{
    font-size:18px;
}

.label-green-mp
{
    background-color:#adc936;
    font-size:12px;    
}

.img-clientes
{
    margin-left:10px;
    margin-right:10px;
}

.jumbotron-clientes
{
    background-color:#777;
    color:#ffffff;
    background-image:url(/img/bck-clientes.jpg);
    background-size:cover;
}

.jumbotron-clientes h2
{
    color:#ffffff !important;
}

.img-clientes-slider
{
    width:auto !important;
}

.breadcrumb-mp
{
    background-color:#ffffff;
    padding-left:0px;
    padding-right:0px;
}

.breadcrumb-mp a
{
    color:#adc936;
}

.galeria-evento img
{
    padding:5px;
}

.p-evento-desc
{
    margin-bottom:20px;
}

.div-wrapper-important-dates
{
    width:100%;
    position:absolute;
    bottom:0;
    border-top:1px solid rgba(255,255,255,0.1);
    background-image:url(/img/bck-apply-bar.jpg);
    background-repeat:repeat;
    padding-top:25px;
    padding-bottom:25px;
}

.div-wrapper-important-dates .col-xs-3, .div-wrapper-important-dates .col-xs-2
{
    border-left:1px solid rgba(255,255,255,0.1);
    min-height:100px;
    transition-property: background-color;
	transition-duration: .2s!important;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
}


.div-wrapper-important-dates .col-xs-3:last-child, .div-wrapper-important-dates .col-xs-2:last-child
{
    border-left:1px solid rgba(255,255,255,0.1);
    border-right:1px solid rgba(255,255,255,0.1);
}

.div-wrapper-important-dates .col-xs-3:hover, .div-wrapper-important-dates .col-xs-2:hover
{
   background-color:#009fe3;
   color:#ffffff;

}

.div-wrapper-important-dates h2
{
    margin:0px;
}

.section-initiative
{
    padding-top:60px;
    padding-bottom:30px;
}

.section-highlights, .section-contacts, .section-apply, .section-content
{
    padding-top:30px;
    padding-bottom:30px;
}

.h2-grey
{
    color:#4e4e4e;
    margin-top:0px;
}

.h2-blue
{
    color:#009fe3;
    margin-top:0px;
}


.h2-dark
{
    color:#000;
    margin-top:0px;
}

.span-blue
{
    color:#009fe3;    
}

.section-highlights .media-left
{
    padding-right:0px;
}

.section-highlights .media-body
{
    background-color:#161515;
    padding:15px;
    transition-property: background-color;
	transition-duration: .2s!important;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
}

.section-highlights .media-body .media-heading
{
    color:#ffffff;
}

.section-highlights .media-body p
{
    color:#a3a3a3;
    margin-bottom:0px;
}

.section-highlights a
{
    text-decoration:none;
}

.section-highlights a:hover .media-body
{
    text-decoration:none;
    background-color:#009fe3;    
}


.section-highlights a:hover .media-body p
{       
    color:#ffffff !important;        
}

.section-contacts .fa-caret-right, .section-contacts .fa-facebook-official
{
    color:#009fe3;
}

.section-contacts .courses a
{
    color:#009fe3;
    text-decoration:none;
}

.section-contacts .courses hr
{
    margin-top:10px;
    margin-bottom:10px;
}

.img-logos-footer
{
    height:60px;
}


.section-apply .fa-caret-right
{
    color:#009fe3;
}

.section-apply .courses a
{
    color:#009fe3;
    text-decoration:none;
}

.section-apply .courses hr
{
    margin-top:10px;
    margin-bottom:10px;
}



.section-apply .media-left
{
    padding-right:0px;
}

.section-apply .media-body
{
    background-color:#fff;
    padding:15px;
    transition-property: background-color;
	transition-duration: .2s!important;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
}

.section-apply .media-body .media-heading
{
    color:#333;    
}

.section-apply .media-body p
{
    color:#333;
    margin-bottom:0px;
}

.section-apply a
{
    text-decoration:none;
}

.section-apply a:hover .media-body
{
    text-decoration:none;
    background-color:#009fe3;    
}


.section-apply a:hover .media-body p
{       
    color:#ffffff !important;        
}

.section-apply a:hover .media-heading
{       
    color:#ffffff !important;        
}

.link
{
    color:#009fe3;
}

.panel-content
{
    border:0px !important;
}





.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 30px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }

                 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-in {
                    background-color: #019fe3;
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 1em;
                margin-left: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }




#accordion-application-process-faq .panel-heading:hover, #accordion-certificate-faq .panel-heading:hover, #accordion-logistics-faq .panel-heading:hover, #accordion-policies-faq .panel-heading:hover, #accordion-other-faq .panel-heading:hover
{
    cursor:pointer;
}

.img-logo-summerschool
{
    margin-top:8px;
    max-height:55px;
}

.modal-header-summerschool {
    /*background-color:#009fe3;
    color:#ffffff;*/
}

.modal-body h3
{
    margin-top:0px;
}

.thumbnail-link:hover{
    text-decoration:none !important;
}

.thumbnail-news-img img{
    max-height:140px;
}

.thumbnail-news-img{
    height:150px;
    background-color:#f5f5f6;
    padding:5px;
}


.thumbnail-news h3{
    font-size:16px;
}


.thumbnail-news{
    height:315px;
}