/* Extra small devices */
@media (max-width: 768px) {
	#footer-social {
		text-align: center;
	}
	#infomation {
		text-align: center;
	}
	#copyright {
		text-align: center;
	}
	.h2-header{
		text-align: center;
		font-size: 24px;
	}
	.panel-accom {
   		height: auto;
	}
}
/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
	#footer-social {
		text-align: center;
	}
	#copyright {
		text-align: center;
	}
	.h2-header{
		text-align: center;
		font-size: 24px;
	}
	.panel-accom {
   		height: auto;
	}
}
/* Medium devices & Large devices */
@media (min-width: 992px) {
	#footer-social {
		text-align: right;
	}
	#copyright {
		text-align: right;
	}
	.panel-accom {
    	min-height: 450px;
	}
}
/* TEXT */
.text-orange {
	color: #e96116;
}
.h2-header {
	margin: 20px 0 20px 0;
}
.h3-header {
	margin: 20px 0 20px 0;
}
/* BUTTON */
.btn-orange {
  background-color: #e96116;
  border-color: #e96116;
  color: #ffffff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  background-color: #d25714;
  border-color: #ba4e12;
  color: #ffffff;
}
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active {
  background-color: #e96116;
  border-color: #e96116;
}
/* TOP */
#top {
	background-color: #fff !important;
}
#top .list-top-social {
  padding-left: 0;
  list-style: none;
}
#top a {
	color: #000 !important;
}
#top a:hover {
	color: #e96116 !important;
}
#top a.active {
	color: #e96116 !important;
	font-weight: bold;
}
#top .list-top-social > li {
  display: inline-block;
  padding-right: 0px;
}
#top li .top-social{
	padding: 0 0 3px 0;
}
#top .list-top-menu {
  padding-left: 0;
  list-style: none;
}
#top .list-top-menu > li {
  display: inline-block;
  padding-right: 0px;
}
#top li .top-menu{
	padding: 0 0 3px 0;
}
#top .list-top-menu ul{
    margin: 0;
    padding: 0;
}

#top .list-top-menu ul li{
    list-style-type: none;
    display: inline;
}

#top .list-top-menu li:before{
	color: #999;
	content: " | ";
	padding-right: 5px;
	padding-left: 2px;
}

#top .list-top-menu li:first-child:before {
	content: none;
}
/* SLIDE SHOW */
.slidephoto {
	border-top: 10px solid  #ccc;
	border-bottom: 8px solid #ccc;
}
/* COVER */
.coverphoto {
	border-top: 10px solid  #ccc;
	border-bottom: 8px solid #ccc;
}
/* CONTENT */
#content {
	border-top: 1px solid #ccc;
}
/* Photo */
#img-show {
	margin: 20px 0 20px 0;
}
.gallery{
    display: inline-block;
    margin-top: 20px;
}
#img-show img {
	margin: 5px;
}
.panel-accom .description{
	margin: 20px 0 10px 0;
}
/* LOCAL */
#content-local a {
	color: #000 !important;
}
#content-local a:hover {
	color: #e96116 !important;
}
#content-local a.active {
	color: #e96116 !important;
	font-weight: bold;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
/* FOOTER */
#footer {
    background-color: #f2f2f2;
	border-top: 1px solid #dfdfdf;
    height: 100%;
	padding: 20px 0 20px 0;
}
#footer a {
	color: #000;
}
#footer a.active {
	color: #e96116 !important;
	font-weight: bold;
}
#footer .list-footer-menu {
  padding-left: 0;
  list-style: none;
}
#footer .list-footer-menu > li {
  display: inline-block;
  padding-right: 5px;
}
#footer li .footer-menu{
	padding: 0 0 3px 0;
}
#footer .list-footer-menu ul li{
    list-style-type: none;
    display: inline;
}
#footer .list-footer-menu li:before{
	content: " | ";
	padding-right: 5px;
	padding-left: 2px;
}
#footer .list-footer-menu li:first-child:before {
	content: none;
}
#footer .list-footer-social {
  padding-left: 0;
  list-style: none;
}
#footer .list-footer-social > li {
  display: inline-block;
  padding-right: 2px;
}
#footer li .footer-social{
	padding: 0 0 3px 0;
}
