* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  color: black;
  background-color: white;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*Menu container*/

.container { 
  width: 100%;
  max-width: 1800px;
  padding: 0px 20px 20px 20px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  
}


.menu .container{
  font-style: Roboto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

}

ul {
  list-style-type: none;
  padding: 0px;
}

a {
  color: white;
  text-decoration: none;
}


.menu li{
  font-size: 10px;
  padding: 30px 20px;
  white-space: nowrap;
  
}

.menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}



@media all and (min-width: 900px){

  .item{
    display:block;
    width: auto;
  }

  .logo{
    order: 0;
  }

  .item {
    order: 1;
  }

}
 
/*Gallery container*/


.main-container {
width: 100%;
max-width: 1800px;
padding: 0px;
justify-content: center;
align-items: center;
}

.container1 { 
  width: 1800px;
  max-width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.container1 img {
  width: 100%;
}

.slider .gal1 .holder{
  width: 100%;
  max-width: 1800px;
  max-width: 100%;
  margin: 0 auto;
}

.slider{
  
  background-color: white;
  display:flex;
  justify-content: center;
  align-items: center;
  flex: 1 100%;
  flex-wrap: wrap;
  line-height:0;
  
}



.caption {
  text-align: center;
  width: 100%;
  padding: 20px 20px;
  position:absolute;
  color: black;
}

/* 

@media (max-width: 700px){
	.slick-next:before{
		font-size: 20px;
	}
	.slick-next{
		right: 10px;
	}


	.slick-prev:before{
		font-size: 20px;
	}
	.slick-prev{
		left: 5px;
	}
}

*/

/* *********************************
*    Navigation                   *
**********************************/

.link-disabled {
color: currentColor;
cursor: not-allowed;
opacity: 0.5;
}

p {
  margin: 0px
  
}

h1 {
  line-height: 120%;
}

a {
text-decoration:none;
display: block;
  padding: 0;
  color: black;
}

a:hover{
font-weight:400;
color: red;
  transition: color 0.5s linear;
 -webkit-transition: color 0.5s linear;
 -moz-transition: color 0.5s linear;
}