body {
	background-color: #1dc8e6;
}
footer .badge-secondary {
	color: #147491;
	background-color: #1dc8e6;
}
.bg-foot {
	/*background-color: #0bb1e3 !important;*/
	color: #1dc8e6;
	background-color: #147491 !important;
}
.bg-foot  a {
	/*color: #000;*/
	color: #1dc8e6;
  
}
.bg-foot  a:hover {
	text-decoration: none;
}
.bg-top {
  background-color: #0bb1e3 !important;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.carousel-item img {
	width: 100%;
}
.mycounter img {
	margin-bottom: 6.5px;
}
#inquiry article.row {
	align-items: center;
}
#inquiry input, #inquiry textarea {
    padding: 5px;
    /*border: solid 1px #ff8484;*/
	border: 1px solid #fbd088;		
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    font-weight: 300;
}
article > div > input,  #inquiry textarea {
	background: #fff4e2;
	width:100%;
}
#inquiry label {
	margin-bottom: 0 !important;
	line-height: 34px;
}
.form-submit {
   	text-align: center;
	margin: 10px 0px;
}
.form-submit input {
    margin: 0px 20px;
    padding: 5px 20px !important;
}
.g-recaptcha > div {
		margin: 0 auto;
}

/*---- News -----*/
a.news-wrap {
	flex: auto;
	display: block;
    background: #F5F5F5;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    zoom: 1;
	text-decoration: none;
    transition: 0.3s linear;					
}
				
a.news-wrap:hover {
    background: linear-gradient(to right, #01a29f 10%, #265cea 99%);
    zoom: 1;
    transition: 0.3s linear;
}

a.news-wrap .news-date {
    color: #000;
    display: block;
    padding-bottom: 10px;
}
a.news-wrap:hover .news-date {
    color: #d8d8d8;
    zoom: 1;
    transition: 0.3s linear;
}

a.news-wrap .news-title {
    font-size: 20px;
    color: #0000ff;
    display: block;
    padding-bottom: 80px;
    zoom: 1;
    transition: 0.3s linear;
}
a.news-wrap:hover .news-title {
    color: #fff;
    zoom: 1;
    transition: 0.3s linear;
}
				
a.news-wrap .more {
    color: #A89887;
    display: block;
    position: relative;
    text-align: right;
    zoom: 1;
    transition: 0.3s linear;
}

.news-info {
	display: flex;
	flex-direction: column;
}

/*-----about -----*/
.about {
	margin: 0 -5px 3% -5px;
	padding: 1%;
    background: rgba( 230, 230 ,230 , 1);
    border-radius: 5px;
    box-shadow: 1px 1px 5px #666;
}


/*----- gototop -----*/
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	z-index:9999;
}		
#back-to-top {
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background: rgba(63, 138, 122, 0.8);
	color: #ffffff;
}
#back-to-top:hover {
	background: #025172;
}

@media (min-width: 576px) {
	.w-sm-100 {
		width: 100% !important;
	}
	.mycounter img {
		margin-bottom: 6.5px;
	}
	
}

@media (min-width: 992px) {
	.w-lg-75 {
		width: 75% !important;
	}
	.mycounter img {
		margin-bottom: 3px;
	}
}

