@font-face {
    font-family: 'ralewaythin';
    src: url('../fonts/raleway-thin-webfont.eot');
    src: url('../fonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-thin-webfont.woff') format('woff'),
         url('../fonts/raleway-thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light-webfont.woff') format('woff'),
         url('../fonts/raleway-light-webfont.ttf') format('truetype'),
         url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body{

    padding:0;
    margin: 0;
    height: 100%;
    font-family: 'ralewaylight';
 
 }

 a{

    text-decoration: none;
    color: inherit;
 }

 h2{
    font-size: 16px;
    color: #ff8600;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 7px;
    font-family: 'ralewaybold';
 }

 p{
    font-family: 'ralewaylight';
    color: #5d5d5d;
    line-height: 18px;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: justify;
    margin-left: 7px;
 }


 #container{

    position: relative;
    width: 100%;
    min-height: 100%;
    margin-bottom: -77px;
    border-top: 5px solid #484848;
    
 }

#top{

    position: relative;
    width: 100%;
    background: url('./background.png');

 }
 #logo{

    float: left;
    padding-left: 7px;
    padding-top: 35px;

 }
 #banner{
    text-align: center;
    margin-top:25px;

 }

 #motto{

    text-align: center;
    font-family: 'ralewaylight';
    font-size: 44px;
    color: #5d5d5d;
    margin-top: 10px;
    padding-bottom: 10px;

 }
 #main{

    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 40px;

 }
 #menu{

    float:right;
    font-size: 14px;
    color: #000000;
    font-family: 'ralewaylight';
    padding-top: 5px;

 }

 .menu_item{

    display: inline;
    margin-left:55px;
 }

 .menu_on{

    display: inline;
    visibility: hidden;
    background: url('menu_on.png');
    height:65px; 
    width:70px;
    float:right;
    margin-left:55px;
 }

 .content{

    width: 1000px;
    margin: 0 auto;
 }

 #languages{

    padding-top: 10px;
    width: 1000px;
    margin: 0 auto;

 }

 #map{

    float:left;
    margin-left: 100px;
 }



 #footer_border{

    height: 1px !important;
    width: 100%;
    background: #eb7b00;
    background-width:100%;
    
} 

 #footer{

    position: relative;
    bottom: 0;
    background-color:#ff8600;
    border-top: 1px solid #ff8f12;
    width: 100%;    
    height: 75px;
    font-size: 10px;
    font-family: Tahoma;
    color: #ffffff;
 }

 #footer2{

    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
 }

 #division{

    float: right;
    display: block;
    
 }

#createdby{
    
    float: right;
    display: block;
    margin-left: 5px;
    
 }

 .gallery{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #5d5d5d;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding: 15px;
	width: 25%;
	box-sizing: border-box;
	margin: 0px -2px;
 }
 
 .gallery .picture {
	width: 100%;
	height: 180px;
	border: 2px solid #ff8600;
	margin-bottom: 10px;
	background-color: grey;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

 }

 .gallery_item {
    width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #EEEEEE;
 }
 
 .gallery_col {
	padding: 15px;
	width: 12.5%;
	display: inline-block;
	margin: 0px -2px;
	box-sizing: border-box;
 }
 
 .photo-remove {
	font-weight: bold;
	color: red;
	background-color: #DDDDDD;
	display: block;
	width: 25px;
	padding: 3px 0px;
	text-align: center;
	cursor: pointer;
	border-radius: 0px 0px 5px 5px;
 }
 
  .photo-remove:hover {
	background-color: red;
	color: white;
  }
 
 .message {
	margin: 20px 0px;
	background-color: green;
	color: white;
	padding: 10px;
	text-align: center;
 }
 
 .btn {
	border: none;
	padding: 10px 20px;
	background-color: #ff8600;
	color: white;
 }
 
 form.admin {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #EEEEEE;
 }

form.admin label {
	display: block;
	margin-bottom: 10px;
}

form.admin input {
	margin-bottom: 10px;
	border: 1px solid #ff8600;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
 