.carousel-item {
  padding-bottom: calc( 100% * 519 / 1110 );
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.list-group-mine .list-group-item {
  background-color: rgba(255, 255, 255 , 0);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-mine .list-group-item  a {
  color: #fff;
}
.list-group-mine .list-group-item  a:hover{
	text-decoration: none;
}
.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 {
	display: block;
    background: #F5F5F5;
    position: relative;
    padding: 20px;
    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;
}

/*-----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;
	}
}