@import url(http://fonts.googleapis.com/css?family=Raleway:400,800);

body{
	font-family: Raleway, Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

#mainMenu a{
	color: #000000;
	text-transform: uppercase;
}

#mainMenu a:hover{
	color: #00b0ae;
}

#mainMenu a.active{
	border-bottom: 3px solid #00b0ae;
}

.subHeader{
	background-color: #e7f8f8;
}

.subHeader.movindive{
	color: #ffffff;
	/*background: #000000 url(/images/bg_diver.png) no-repeat 20px 20px;*/
	background: #000000 url(/images/bg_diver2.jpg) no-repeat right center;
}

#mainSearch *{
	border-radius: 0;
	border: none;
}

#mainSearch > div{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#mainSearch input[type="text"], #mainSearch select{
	border-right: 1px solid #CCCCCC;
}

.table-auto{
	width: auto;
}

a.internalLink{
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-style: dotted;
	color: #000000;
}

a.internalLink:hover{
	color: #00b0ae;
}

footer{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 80%;
}

footer .logos img{
	height: 30px;
	margin-right: 10px;
}

footer ul.links{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer ul.links li{
	position: relative;
	float: left;
	line-height: 1;
	border-right: 1px solid #00b0ae;
}

footer ul.links li:last-of-type{
	border-right: none;
}

footer ul.links li a{
	text-decoration: none;
	padding: 5px 10px;
	color: #FFFFFF;
}

figure{
	overflow: hidden;
	position: relative;
}

figure img.icon{
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	height: 24px;
}

.basic-gallery {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(8, auto);
	grid-gap: 5px;
}

.basic-gallery-4 {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(4, auto);
}

.basic-gallery-5 {
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(5, auto);
}

.basic-gallery figure{
	position: relative;
	background-color: #000000;
}

.basic-gallery figure img.icon{
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	height: 24px;
}

.basic-gallery figure div.image{
	overflow: hidden;
}

.basic-gallery figure img{
	width: 100%;
	height: 100%;
	/*max-height: 157px;*/
	object-fit: fill;
	display: block;
	transition: .2s;
}

.basic-gallery figure img:hover {
	transform: scale(1.1);
	opacity: 0.8;
}

.basic-gallery .caption{
	background-color: #55BDBD;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 2px;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.8em;
}

.basic-gallery .caption span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}

.basic-gallery figure .legend{
	position: absolute;
	top :5px;
	right: 5px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 0.8em;
	padding: 2px;
}


.home-gallery {
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-gap: 0px;
}

.home-gallery figure{
	background-color: #000000;
	margin: 0;
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

.home-gallery figure:nth-child(1){
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}

.home-gallery > figure:nth-child(1) img:hover{
	transform: none;
	opacity: 1;
}


.home-gallery-track{
	grid-template-rows: none;
}
.home-gallery-track > figure:nth-child(1){
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
}

.home-gallery-track > figure:nth-child(1) img:hover{
	transform: scale(1.1);
	opacity: 0.7;
}

.searchBlock{
	background-color: #F0F0F0;
}

.searchBlock .bootstrap-select{
	border: 1px solid #ced4da;;
}
