/* Small only */
@media screen and (max-width: 39.9375em) {
	.highlight .wrapper-content {
		padding-right: 0.625rem;
		margin-bottom:30px;
	}
	.highlight .events .date {
		margin: 0;
		width: 100%;
		font-size: 17px;
	}
	.service {
		padding: 0;
		background:none;
		margin-bottom:30px;
	}
	.service .title {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.magazine {
		padding: 0;
		background:none;
	}
	.news .item {
		border:none;
		margin-bottom: 40px;
	}
	.news .subtitle, .news .subtitle a {
		text-align: center;
	}
	.news .info, .news .info span {
		padding-right: 0;

	}
	.footer .icon-menu {
		position: relative;
	}
	.footer {
		padding-top: 0;

	}
	.footer .info ul {
		margin-left:0px;
	}
	.footer .newsletter button {
		width: 100%;
	}
	.footer .newsletter input {
		width: 100%;

	}
	.footer .bar, .footer .bar a {
		line-height: 24px;
		text-align: center;
		padding-top: 20px;
	}
	.highlight .events .wrapper .subtitle, .highlight .events .wrapper .subtitle a {
		padding-left: 0.625rem;
	}
	.button-home {
		width: 100%;

	}
	.menu > li {
		display: block;
	}
	.nav-bar ul.dropdown.menu {
		width: 100%;
		display: none;
	}
	
	.nav-bar ul.dropdown.menu li{
		cursor:pointer;
	}
	
	.nav-bar ul.dropdown.menu .active {
		background: #00A2C6;
		color: #FFF;
	}
	
	.nav-bar ul.dropdown.menu li > a {width:80%;}
	
	.nav-bar ul.dropdown.menu .active > a {
		background: none;
		color: #FFF;
		width:80%;
	}
	
	
	.nav-bar .menu .lvl2::after {
		content: none;
		-webkit-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.57);
		-moz-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.57);
		box-shadow: none;

	}
	.nav-bar .menu .lvl2 {
		position: initial;
		min-width: 100%;

	}
	.nav-bar .menu .lvl2 > li:hover > a {
		background-color: inherit;
	}
	.nav-bar .menu > li:hover .lvl2 {
		display:none;

	}
	.nav-bar .menu > li {
		padding: 6px 0;
		background-color: #00AECD;
	}
	.nav-bar .menu > li a{
		color:#FFF;
	}
	.nav-bar .menu > .drop::after {
		content: '\f107';
		position: absolute;
		top: 10px;
		right: 20px;
		font-family: FontAwesome;
		color: #FFF;
	}
	.service .item {
		border: none;
	}
	.magazine .title {
		padding-top: 20px;
	}
	.footer .bar .menu li, .footer .bar .menu li a {
		line-height: 20px;
	}
	.footer .bar ul {
		float: none;
		margin:20px 0;
	}
	.footer .bar .menu li::after, .footer .bar .menu li a::after {
		content: none;
	}
	.service .item .info a {
		padding: 0;
	}
	.menu-mobile i{
		color: #FFF;
		font-size: 31px;
		padding: 7px 10px;
		cursor:pointer;
	}
	.nav-bar .logo img{
		padding-left:20px;
	}
	.nav-bar .menu .lvl2 > li {
		background-color: #09A1BC;
	}
	.nav-bar .menu .lvl2 > .drop::after {
		right: 21px;
		top: 9px;
		font-size: 18px;
		color: #FFF;
	}
	.nav-bar .menu .open > a {
		background-color: inherit;
	}
	.nav-bar .menu .lvl3 {
		background-color: #0C8499;
	
	}
	.nav-bar .menu .lvl3 .drop {
		background-color: #0C8499;
	}
	.nav-bar .menu .lvl3 li a:hover {
		color: #FFF;
	}
	.nav-bar .menu .lvl3 li:hover {
		background-color: inherit;
	}
	.menu .lvl2 li a:focus {
		color: #FFF;
	}
	.menu .lvl4 {
		position: relative;
		background-color: #0C8499;
		padding: 0;
		display: block;
		z-index: 0;
		width: auto;
		height: auto;
		left:0;
	}
	.menu .lvl4 li:first-child a {
		color: #FFF;
		padding-bottom: 20px;
		font-weight: 700;
	}
	.menu .lvl3 .drop:hover .lvl4 {
		width: auto;
	}
	.menu .lvl3 > .drop::after {
		content: none;
		
	}
	.list-page .item{
		display: block;
	}
	.list-page .crop {
		width: 100%;
	}
	.list-page img {
		min-width: 100%;
		margin-right: 0;
	}
	.banner-page {
		background: none;
		height: inherit;
		margin-bottom: 50px;
	}
	.banner-page .title {
		padding-top: 30px;

	}
	.gallery-page .thumbnail-img {
		width: 100%;
	}
	
	.arear .wrapper,.arear .wrapper-other{
		margin-top:20px;
	}
	.blue-button {
		width: 100%;
	}
	.wrapper-page .quote {
		margin: 100px 19px 0 0;
	}
	
	.menu .lvl3 li a {
		line-height: 45px;
	}	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.highlight .events .date {
		margin: 0;
		width: 100%;
	}
	.highlight .events .wrapper .subtitle, .highlight .events .wrapper .subtitle a {
		padding-left: 10px;
		width: 100%;
	}

}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
