body {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	font-family: 'Source Sans Pro', sans-serif;
}
#header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
}
#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
}
#header-left{
	float: left;
	height: 50px;
}
#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}

#header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
}
#gallery{
	float: left;
	width: 100%;
}
#gallery-header{
	height: 100px;
	width: 100%;
	float: left;
}
#gallery-header-center{
	height: auto;
	/* width: 613px; */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#gallery-header-center-left{
	float: left;
	height: 35px;
	line-height: 35px;
	margin-top: 32px;
}
#gallery-header-center-left-icon{
	float: left;
	height: 35px;
	width: 35px;
	background-color: rgba(63,141,191,1);
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 20px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#gallery-header-center-left-icon:hover {
	background-color: rgba(63,141,191,0.5);
	cursor: pointer;
}
#gallery-header-center-left-title{
	float: left;
	height: 35px;
	font-size: 25px;
	color: #3f8dbf;
	margin-left: 20px;
}
#gallery-header-center-right{
	float: right;
	height: 35px;
	margin-top: 32px;
	line-height: 35px;
}
.gallery-header-center-right-links {
	color: #333333;
	/* float: left; */
	display: inline-block;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	margin-top: 30px;
	margin-bottom: 30px;
}

.gallery-header-center-right-links-text {
	color: #333333;
	/* float: left; */
	display: inline-block;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	margin-top: 30px;
	margin-bottom: 30px;
}
.gallery-header-center-right-links:hover {
	border-bottom-color: rgba(63,141,191,1);
	border-bottom: 1px solid;
	/* color: rgba(255,255,255,1); */
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	/* color: #FFFFFF; */
	border-bottom-color: rgba(63,141,191,1);
	border-bottom: 1px solid;

}
.gallery-header-center-right-links-current:hover {
	border-bottom-color: rgba(63,141,191,0.5);
	border-bottom: 1px solid;

}
#gallery-content{
	float: left;
	width: 100%;
}
.gallery-content-center-normal {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.gallery-content-center-full {
	float: left;
	width: 100%;
}
#gallery-content-center img {
	/* width: 302px; */
	width: calc(20% - 12px);
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 10px;
}

@media(max-width:700px){
	#gallery-content-center img {
		width: calc(33% - 12px);
	}
}

@media(max-width:400px){
	#gallery-content-center img {
		width: calc(50% - 14px);
	}
}





@media(min-width: 992px){
	.pt35{
		padding-top: 35%;
	}

	.slider-home{
		height: 80vh !important;
	}
}

.slider-home{
	height: 60vh;
}

.slider-logo{
	width: 200px;
}

@media(max-width: 500px){
	.slider-logo{
		width:200px;
	}
}

@media(max-width:991px){
	.pt35{
		background: #fff !important;
	}
}

.toTheNewLine{
	display: unset;
}

@media(min-width:1400px){
	.toTheNewLine{
		display: block;
	}
}
