﻿





/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
/* IMPORT CHILD STYLES */

@import url("inner.css");
@import url("single.css");
@import url("bootstrap.css");
@import url("category-corso.css");
@import url("category-materia.css");
@import url("sidebar.css");
@import url("my_accordion.css");
@import url("teacher-profile.css");
@import url("page-with-left-menu.css");
@import url("teachers-list.css");
@import url("area-personale.css");
@import url("simple-popup.css");
@import url("../editor-style.css");



/*########################################## GENERAL #########################################*/
body {
	font-family: 'Montserrat', sans-serif;
	height:100%;
}

#content-wrapper
{
	min-height:100%;
}

#main{
	overflow:hidden;
	/*padding-bottom:276px;*/
}

a{
	color:#7290ab;
}
a:hover/*, a:focus*/ {
	color:#D3711C;
	text-decoration:none;
}

.home-section-title {

	color: #656a6e;
	    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dfe6ec;
}

.orange-button{
	    padding: 5px 10px;
    background-color: #D3711C;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    float: left;
    border-color: #D3711C;
    border-style: solid;
    border-width: 1px;}

.orange-button:hover{
    border-color: #dfe6ec;
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    color: #656a6e;
;}

.orange-button:active
{
	color:#ffffff;
}

.orange-link
{
	color:#D3711C;
	
}
.orange-link:hover
{
	color:#333;
	text-decoration:none;
	
}





.white-button{

    padding: 5px 10px;
    border-color: #dfe6ec;
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    color: #656a6e;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

.white-button:hover{
    background-color: #D3711C;
    color: #ffffff;
    border-color: #D3711C;
    border-style: solid;
    border-width: 1px;}

.highlight-call-to-action:hover a, .highlight-call-to-action.hover a { text-decoration:none; }


.read-more {
	color: #D3711C;
}

.highlight-call-to-action .read-more:hover {
	color: #ffffff;
}



.orange-separator
{
	background-color: #D3711C;
    height: 5px;
    width: 33px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.currently-selected-page a
{
	color: #D3711C!important;
    font-weight: bold;
}

#white-overlay
{
	    background-color: rgba(255, 255, 255, 0.6);
 
    top: 0;
    left: 0;
    padding-top: 8%;
    width: 100%;
    height: 100%;
}

.centered-text
{
	color:#333;
	position: absolute;
}




/*########################################## HEADER #########################################*/
#header-image {
margin-top:20px;
	background-repeat: no-repeat;
	background-size: contain;
    background-position:center;
}

#gypso-image {
margin-top:20px;
margin-bottom:20px;
	background-repeat: no-repeat;
	background-size: contain;
    background-position:center;
}

#header-stripe {
	background-color: rgba(255,255,255,0.9);
	position: relative;
}

.rev_slider_wrapper{
	z-index:1;
}

#header-wrapper {

    margin-top:20px;

}
#accademia-logo{
	float:left;
}
#accademia-logo img {
  height:70px;
}
#logo-separator
{
	border-right-color:#D3711C;
	border-right-style:solid;
	border-right-width:2px;
	height:65px;
	margin: 0 30px;
	float:left
}

#repubblica-logo{
	margin-top:14px;
}

.profile-image
{
	padding:10px!important;
}

.glyphicon.glyphicon-chevron-down
{
	font-size:12px;
}

.navbar-default{
	background-color:#ffffff;
	    background-image: none;
    box-shadow: none;
    border:none;
        margin-bottom: 0px;
}
.navbar-collapse{
	padding-left:0px;
	padding-right:0px;
}
.nav>li>a {
	color:#333333;
}


#menu-main li
{
 margin-left:-5px;
}

#main-menu-wrapper{
	position:relative;
}

.home .sub-menu-stripe
{
	/*bottom:0;*/
	margin-top:0;

}
.sub-menu-stripe
{
	    position: absolute;
    display: none;
    z-index: 1;
    background-color: rgba(194,205,215,0.95);
    width: 100%;
    padding:30px 0;
    /*margin-top: 50px;*/
    min-height: 250px;
}

.submenu-title
{
	color:#333;
}

.sub-menu{
	    list-style-type: none;
    padding: 0;
        margin-bottom: 20px;
    
}

.sub-menu li a{
	color: #333;
}

.sub-menu li a:hover{
	/*color: #ffffff;*/
	font-weight:bold;
	text-decoration:none;
}

.submenu-wrapper a p:hover {
    /*color: #ffffff;*/
    text-decoration: none;
}

.submenu-wrapper a:hover {
    /*color: #ffffff;*/
    text-decoration: none;
}


.submenu-subtitle{
	font-weight:bold;
}

.dropdown-menu
{
	    left: auto!important;
    /*right: 0;*/
}


.navbar-collapse
{
	background-color:#ffffff!important;
}
/*########################################## HIGHLIGHTS #########################################*/
.sidebar-wrapper .highlight-box{
	position:relative;

}

#highlights-stripe {
	background-color: #c2cdd7;
}

.highlight-box
{
   /* margin-bottom: 30px;
    padding-top: 15px;*/
}
.highlight-call-to-action
{

}

.highlight-call-to-action .button:last-child{
	position:absolute;
	right:0;
}
.highlight-call-to-action .button:only-child{
	position:static!important;
	
}

.highlight-call-to-action .read-more:last-child{
	position:absolute;
	right:0;
}
.highlight-call-to-action .read-more:only-child{
	position:static!important;
	
}


/*###################################### ANNOUNCEMENTS ####################################################*/
#announcements-stripe {
}
#announcements-wrapper {
    }
.announcement-box {
}
#document-logo {
	float: left;
	background-color: #D3711C;
}
#document-logo .fa-file-o
{
	font-size: 28px!important;
    color: #ffffff;
}

.announcement-category {
	/*float: left;*/
	color: #D3711C;
}
.announcement-title {
	/*color: #333333;*/
	overflow: hidden;
}
#wall-main-announcements-wrapper {
}

.wall-announcement-title {
	color: #333333;
}
.wall-announcement-date {
	color: #333;
}
.wall-announcement-content {
    word-wrap: break-word;
}
.wall-announcement-box {
}
.wall-announcement-title {
	    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



/*####################################### NEWS ###########################################*/
#news-stripe {
	background-color: #dfe6ec;
}
#news-section-title{
	border-bottom-color: #ffffff;
	margin-bottom:30px;
}
#news-wrapper {
}
.news-box {
}
.news-thumb{
	height:170px;
	border-color: #ffffff;
    border-style: solid;
    border-width: 5px;
    background-size: cover;
    background-position: center;     
    margin-left: 0px;
    margin-right: 0px;
}
.news-thumb img{
	width:100%;
	height:100%;
	}

.news-image {
}
.news-title {
	color: #333;
}
.news-date {
	color: #6c6a6e;
}
.news-content {
}
.news-call-to-action a {
	color: #D3711C;
	    font-weight: bold;
}
/*################################### WIDGETS ###############################*/
.widget {
	list-style-type: none;
}


/*################################### FOOTER ###############################*/

#footer-stripe
{
	background-color:#656a6e;
}

.footer-menu{
	    list-style-type: none;
    padding-left: 0;
}
.footer-menu li{
	margin-bottom: 15px;
}

.footer-menu li a{
	    color: #ffffff;
}

.footer-menu-title{
	    color: #ffffff;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

#footer-contacts
{
	color:#ffffff;
}

.contacts-wrapper
{
	margin-bottom:10px;
}

#credits-stripe{
	    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 12px;
}

/*#####################################################################################*/
/*#####################################################################################*/
/*#####################################################################################*/
/*#####################################################################################*/
/*##########################*/
/*##########################*/
/*									RESPONSIVE LAYOUT								   */
/*##########################*/
/*##########################*/
/*#####################################################################################*/
/*#####################################################################################*/
/*#####################################################################################*/
/*#####################################################################################*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
/*########################################## GENERAL #########################################*/
.home-section-title {
	font-size: 26px;
	font-weight: bold;
	margin-top: 0px;
}

.centered-text
{
	left: 8%;font-size: 18px;
}
/*########################################## HEADER  #########################################*/
#header-image {
	height: 100px;
}
#gypso-image {
	height: 150px;
}

#header-stripe {

}
.navbar-default{
    font-size:18px;
}

.nav>li>a {
    padding: 10px 30px;
}

/*########################################## HIGHLIGHTS #########################################*/
#highlights-stripe {
	padding-top: 30px;
}
.highlight-box {
	height: 150px;
}
.highlight-title {
	font-size: 16px;
	font-weight: bold;
}
.highlight-separator {
	margin-top: 18px;
	margin-bottom: 18px;
}
.highlight-text {
	font-size: 14px;
	font-weight: normal;
}
.highlight-call-to-action
{
/*
	bottom:35px;
	left: 15px;
    right: 15px;
	margin-top:30px;*/
}

/*###################################### ANNOUNCEMENTS ##########################################*/
#announcements-stripe {
	padding-top: 0px;
	padding-bottom: 0px;
}
#announcements-main-wrapper
{
	    padding-top: 15px;
    padding-bottom: 15px;

}
#announcements-wrapper {
	margin-top: 0px;
	
}
.announcement-box {
	margin: 15px 0;
}
#document-logo {
	    height: 47px;
    width: 44px;
    margin-right: 30px;
    margin-top: 5px;
    padding: 10px;
    }
.announcement-category {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
.announcement-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
}
.announcement-date {
	font-size: 12px;
}

#wall-announcements-main-wrapper
{
	    padding-top: 15px;
    padding-bottom: 15px;

}
   
#wall-announcement-wrapper
{
	margin-top:0px;
}
.wall-announcement-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.wall-announcement-date {
	font-size: 12px;
}
.wall-announcement-content {
	font-size: 13px;
}
.wall-announcement-box {
	margin: 15px 0;
}
.wall-announcement-call-to-action a {
	font-size: 12px;
}
/*####################################### NEWS ###########################################*/
#news-stripe {
	padding-top: 15px;
	padding-bottom: 15px;
}
#news-wrapper {
	margin-top: 40px;
}
.news-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-image {
}
.news-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	margin-top: 25px;
	text-transform: uppercase;
	
}
.news-date {
	font-size: 12px;
}
.news-content {
	font-size: 13px;
	margin-top: 15px;
}
.news-call-to-action{
	margin-top: 5px;
}
.news-call-to-action a {
	font-size: 12px;
}
/*######################################### WIDGETS #######################################*/

/*################################### FOOTER ###############################*/


#footer-stripe
{
padding: 30px 0;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
/*########################################## GENERAL #########################################*/
.home-section-title {
	font-size: 26px;
	font-weight: bold;
	margin-top: 0px;
}

/*########################################## HEADER  #########################################*/
#header-image {
	height: 170px;
}
#gypso-image {
	height: 245px;
}
.centered-text {
    left: 8%;
    font-size: 25px;
}

#header-stripe {

}
.navbar-default{
    font-size:18px;
}

.nav>li>a {
    padding: 10px 30px;
}

#contact-us-container
{
	/*margin-top:34px;*/
	font-size:13px;
}



/*########################################## HIGHLIGHTS #########################################*/
#highlights-stripe {
	padding-top: 30px;

}
.highlight-box {
	height: 150px;
}
.highlight-title {
	font-size: 16px;
	font-weight: bold;
}
.highlight-separator {
	margin-top: 18px;
	margin-bottom: 18px;
}
.highlight-text {
	font-size: 14px;
	font-weight: normal;
}
.highlight-call-to-action
{
/*
	bottom:35px;
	left: 15px;
    right: 15px;
	margin-top:30px;*/
}
/*###################################### ANNOUNCEMENTS ##########################################*/
#announcements-stripe {
	padding-top: 0px;
	padding-bottom: 0px;
}
#announcements-main-wrapper
{
	    padding-top: 15px;
    padding-bottom: 15px;

}

#announcements-wrapper {
	margin-top: 0px;
}
.announcement-box {
	margin: 15px 0;
}
#document-logo {
	    height: 47px;
    width: 44px;
    margin-right: 30px;
    margin-top: 5px;
    padding: 10px;
    }
.announcement-category {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
.announcement-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
}
#wall-announcements-main-wrapper
{
	    padding-top: 15px;
    padding-bottom: 15px;

}

#wall-announcement-wrapper
{
	margin-top:0px;
}


.wall-announcement-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.wall-announcement-date {
	font-size: 12px;
}
.wall-announcement-content {
	font-size: 13px;
}
.wall-announcement-box {
	margin: 15px 0;
}
.wall-announcement-call-to-action a {
	font-size: 12px;
}
/*####################################### NEWS ###########################################*/
#news-stripe {
	padding-top: 15px;
	padding-bottom: 15px;
}
#news-wrapper {
	margin-top: 40px;
}
.news-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-image {
}
.news-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	margin-top: 25px;
	text-transform: uppercase;

}
.news-date {
	font-size: 12px;
}
.news-content {
	font-size: 13px;
	margin-top: 15px;
}
.news-call-to-action{
	margin-top: 5px;
}
.news-call-to-action a {
	font-size: 12px;
}
/*######################################### WIDGETS #######################################*/

/*################################### FOOTER ###############################*/

#footer-stripe
{
padding: 50px 0;
	}

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
/*########################################## GENERAL #########################################*/
.home-section-title {
	font-size: 26px;
	font-weight: bold;

}

.centered-text
{
	left: 20%;font-size: 32px;
}
/*########################################## HEADER  #########################################*/
#header-image {
	height: 225px;
}
#gypso-image {
	height: 316px;
}

#header-stripe {

}
#contact-us-container
{
	/*margin-top:16px;*/
	font-size:13px;
}
.navbar-default{
    font-size:15px;
}

.nav>li>a {
    padding: 15px 15px 0px 0px;}

#menu-main li
{
 margin-left:25px;
}


/*########################################## HIGHLIGHTS #########################################*/
#highlights-stripe {
	padding-top: 30px;

}
.highlight-box {
	height: 200px;
}
.highlight-title {
	font-size: 16px;
	font-weight: bold;
}
.highlight-separator {
	margin-top: 18px;
	margin-bottom: 18px;
}
.highlight-text {
	font-size: 14px;
	font-weight: normal;
}
.highlight-call-to-action
{
	position:absolute;
	bottom:60px;
	left: 15px;
    right: 15px;
	margin-top:30px;
}

/*###################################### ANNOUNCEMENTS ##########################################*/
#announcements-stripe {
	padding-top: 50px;
	padding-bottom: 50px;
}
#announcements-wrapper {
	margin-top: 40px;
	    height: 300px;
}
.announcement-box {
	margin: 15px 0;
}
#document-logo {
	    height: 47px;
    width: 44px;
    margin-right: 30px;
    margin-top: 5px;
    padding: 10px;
    }
.announcement-category {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
.announcement-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
}
#wall-announcement-wrapper
{
	margin-top:40px;
	    height: 300px;
}
.wall-announcement-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.wall-announcement-date {
	font-size: 12px;
}
.wall-announcement-content {
	font-size: 13px;
}
.wall-announcement-box {
	margin: 0;

}
.wall-announcement-call-to-action a {
	font-size: 12px;
}
/*####################################### NEWS ###########################################*/
#news-stripe {
	padding-top: 50px;
	padding-bottom: 50px;
}
#news-wrapper {
	margin-top: 40px;
}
.news-box {
}
.news-image {
}
.news-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	margin-top: 25px;
	text-transform: uppercase;
	height: 80px;
}
.news-date {
	font-size: 12px;
}
.news-content {
	font-size: 13px;
	margin-top: 15px;
}
.news-call-to-action{
	margin-top: 5px;
}
.news-call-to-action a {
	font-size: 12px;
}
/*######################################### WIDGETS #######################################*/
/*################################### FOOTER ###############################*/

#footer-stripe
{
padding: 50px 0;
	}

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
/*########################################## GENERAL #########################################*/
.home-section-title {
	font-size: 26px;
	color: #656a6e;
	font-weight: bold;
}

.centered-text
{
	left: 10%;font-size: 44px;
}

/*########################################## HEADER  #########################################*/
#header-image {
	height: 270px;
}
#gypso-image {
	height: 385px;
}

#header-stripe {
	}
#contact-us-container
{
	margin-top:25px;
	font-size:13px;
}

#more-contacts
{
	/*margin-left:40px;*/
}

.navbar-default{
    font-size:16px;
}

.nav>li>a {
    padding: 15px 20px 0px 0px;
}

#menu-main li:first-child {
    margin-left: 0; 
}

#menu-main li
{
 margin-left:10px;
}


/*########################################## HIGHLIGHTS #########################################*/
#highlights-stripe {
	padding-top: 30px;

}
.highlight-box {
	height: 200px;
}
.highlight-title {
	font-size: 16px;
	font-weight: bold;
}
.highlight-separator {
	margin-top: 18px;
	margin-bottom: 18px;
}
.highlight-text {
	font-size: 14px;
	font-weight: normal;
}
.highlight-call-to-action
{
	position:absolute;
	bottom:25px;
	left: 15px;
    right: 15px;
	margin-top:30px;
}

/*###################################### ANNOUNCEMENTS ##########################################*/
#announcements-stripe {
	padding-top: 50px;
	padding-bottom: 50px;
}
#announcements-wrapper {

}
.announcement-box {
	margin: 15px 0;
}
#document-logo {
	    height: 47px;
    width: 44px;
    margin-right: 30px;
    margin-top: 5px;
    padding: 10px;
    }
.announcement-category {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
.announcement-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
}
#wall-announcement-wrapper
{
	
}

.wall-announcement-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	height:55px;
}
.wall-announcement-date {
	font-size: 12px;
	    margin: 15px 0;
}
.wall-announcement-content {
	font-size: 13px;
}
.wall-announcement-box {
	margin:0;
}
.wall-announcement-call-to-action{
    margin: 15px 0;

}

.wall-announcement-call-to-action a {

	font-size: 12px;
}
/*####################################### NEWS ###########################################*/
#news-stripe {
	padding-top: 50px;
	padding-bottom: 50px;
}
#news-wrapper {
	margin-top: 40px;
}
.news-box {
}
.news-image {
}
.news-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	margin-top: 25px;
	text-transform: uppercase;
	height: 80px;
}
.news-date {
	font-size: 12px;
}
.news-content {
	font-size: 13px;
	margin-top: 15px;
}
.news-call-to-action{
	margin-top: 5px;
}
.news-call-to-action a {
	font-size: 12px;
}
/*######################################### WIDGETS #######################################*/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
/*########################################## GENERAL #########################################*/
.home-section-title {
	font-size: 26px;
	font-weight: bold;

}

.centered-text
{
	left: 20%;font-size: 44px;
}

/*########################################## HEADER  #########################################*/
#header-image {
	height: 350px;
}
#gypso-image {
	height: 450px;
}

#header-stripe {

}
#contact-us-container
{
	margin-top:25px;
	font-size:13px;
}
.navbar-default{
    font-size:18px;
}

.nav>li>a {
    padding: 15px 40px 0px 0px;;
}

#academy-sub-menu-stripe{

    display: none;

}


.sub-menu li{
 margin-bottom:5px;
}

.sub-menu li a{
	font-size: 13px;
}


/*########################################## HIGHLIGHTS #########################################*/
#highlights-stripe {
	padding-top: 30px;

}
.highlight-box {
	height: 200px;
}
.highlight-title {
	font-size: 16px;
	font-weight: bold;
}
.highlight-separator {
	margin-top: 18px;
	margin-bottom: 18px;
}
.highlight-text {
	font-size: 14px;
	font-weight: normal;
}
.highlight-call-to-action
{
	position:absolute;
	bottom:25px;
	left: 15px;
    right: 15px;
	margin-top:30px;
}

/*###################################### ANNOUNCEMENTS ##########################################*/
#announcements-stripe {
	padding-top: 50px;
	padding-bottom: 50px;
}
#announcements-wrapper {
	margin-top: 40px;
}
.announcement-box {
	margin: 15px 0;
}
#document-logo {
    height: 47px;
    width: 44px;
    margin-right: 30px;
    margin-top: 5px;
    padding: 10px;
    }
.announcement-category {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
.announcement-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
}
.wall-announcement-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.wall-announcement-date {
	font-size: 12px;
	    margin: 15px 0;
}
.wall-announcement-content {
	font-size: 13px;
}
.wall-announcement-box {
margin: 0;
}
.wall-announcement-call-to-action{
    margin: 15px 0;

}
.wall-announcement-call-to-action a {
	font-size: 12px;
}

/*####################################### NEWS ###########################################*/
#news-stripe {
	padding-top: 50px;
	padding-bottom: 50px;
}
#news-wrapper {
	margin-top: 40px;
}
.news-box {
}
.news-image {
}
.news-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	margin-top: 25px;
	text-transform: uppercase;
	height: 80px;
}
.news-date {
	font-size: 12px;
}
.news-content {
	font-size: 13px;
	margin-top: 15px;
}
.news-call-to-action a {
	font-size: 12px;
}

.news-call-to-action{
	margin-top: 5px;
}
/*######################################### WIDGETS #######################################*/

}





@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-collapse.collapse.in { display: block!important; margin-top: 0px; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 1666px) {
/*########################################## HEADER  #########################################*/
#header-image {
	height: 420px;
}
#gypso-image {
	height: 420px;
}


}
