

/* Global */
h4 {
    color: #ed8d1b;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px;
}
.main {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}
.container.innerpage.main {
    padding-top: 10px;
     padding-bottom: 20px;
   
}


/* Inner Pages */
.list {
    list-style: none outside none;
    padding: 0;
}
.list li {
	padding: 4px 0;
}
.list a {
	color: #111;
}
.list li:before {
 	background: none repeat scroll 0 0 #f9941d;
    border-radius: 100px;
    content: " ";
    float: left;
    height: 6px;
    margin: 8px 8px 0 0;
    width: 6px;
}
.img-outer label {
    color: #ffffff;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    margin: 0;
    padding: 13px 0 2px;
    text-align: center;
    text-transform: uppercase;
}
.img-outer label:after,
.img-outer label:before {
  background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 5px;
    position: relative;
    top: -5px;
    width: 25px;
	font-size:14px;
}
.btn.btn-black.btn {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    display: inline-block;
    margin: 5px auto !important;
}
.formy {
	margin-top: 21px;
}
.formy p {
  font-size: 10px;
    line-height: 15px;
    margin: 5px 0;
    text-align: center;
}
.formy h3 {
 	display: block;
    font-size: 20px;
    margin: 0;
    padding: 17px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.formy h3:after,
.formy h3:before {
  background: none repeat scroll 0 0 #666;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 5px;
    position: relative;
    top: -5px;
    width: 24px;
}
.formy .form-group {
	margin-bottom: 10px;
}
.formy  input.form-control {
	float: left;
}
.formy button {
    background:  #f89826;
    color: #ffffff;
    text-transform: uppercase;
}
.formy button span {
    margin-left: 3px;
}
.formy button:hover {
    background:  #111;
    color: #ffffff;
}
.innerbanner {
	overflow: hidden;
	max-height: 300px;
	position: relative;
	line-height: 0;
}
.innerbanner > img {
    width: 100%;
}
.slider > img {
    width: 100%;
}
.title {
	color: #ffffff;
	display: block;
	font-family: "CenturyGothic-Bold";
    font-style: normal;
    font-weight: normal;
	font-size: 37px;
	font-weight: normal;
	margin: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 44%;
	width: 100%;
	z-index: 1;
	text-shadow:1px 1px 1px rgba(0,0,0,0.7);
}
 .title:after,
 .title:before {
   background-color: #ffffff;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 17px;
    position: relative;
    top: -9px;
    width: 60px;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}


/* gallery */
.gallery .nav li a {
    color: #f9941d;
    font-size: 18px;
    height: 46px;
    text-align: center;
    text-transform: none;
}
.gallery .nav li.active a {
    background-color: #f9941d;
    color: #ffffff;
	border:0;
	 font-size: 18px;
	text-transform: none;
}
.tab-content {
	margin-top: 20px;
}
.gallery  div[class^="col"] {
	margin-bottom: 25px;
}