﻿
/*################
##### HEADER #####
################*/


/* HEADER */	
#header 
{
    height:8em;
}

.logo 
{
    margin: 0.8em auto;
    text-align: center;
    position: relative
}

/* HEADER:LINKS */
.header-links
{
    display :none;
}


/* HEADER: SEARCH */
.header-search
{
    display :none;
}

/* HEADER: NAV */
.navWrap
{
	display :none;
}

  

/*##############
#### FOOTER ####
##############*/ 

#footer {
	background: #2f2f2f;
    border-top:20px solid #4293d5;
	padding: 2em 0;
}

/* FOOTER: SECTION */ 
#footer section {
   	display: none
}



/*##################
#### GOOGLE MAP ####
##################*/ 


.google-maps 
{
    position: relative;
    padding-bottom: 75%;
    margin-bottom: 2em;
    height: 0;
    overflow: hidden;
}
.google-maps iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*############
#### NOTE ####
############*/ 

.note
{
	display: none
}


/*###################
#### BACK TO TOP ####
###################*/ 

#backtotop 
{
	display: none
}

