@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-family: 'Varela Round', sans-serif;
	line-height: 1.2;
	color:#505050; 
	line-height:16px;
	background:#eeeeee url(../images/bodybg.gif) repeat-x 0 0; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #a01;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
.h6, h6 {
    font-size: 1.1em;
}
a {
	text-decoration: none;
	color:#58595b;
}
a:hover {
	text-decoration: underline;
	color:#c00;
}
.clear {
	clear:both;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

.p20 {
	padding: 30px 20px;
}
img {
	max-width: 100%;
}
#header {
    height: 145px;
}
#logo {
    padding: 25px 0 20px 0;
    float: left;
}
#siteTitle {
	height: 61px;
	font-size: 3em;
	color: #a01;
	padding: 20px 0 0 0;
}
.menu_holder {
	background: #a01;
	position: relative;
	z-index: 50;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	overflow: hidden !important;
	bottom: 1px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-toggle {
	background: #a01;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.nav > li {
	border-right: 1px solid #bc2837;
}
.nav > li:last-child {
	border-right: none;
}
.nav > li > a {
    color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 12px 0;
	margin: 0px;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li.active a {
	background: #0a0707;
	color: #fff;
}

.slider-wrapper {
	margin: 5px 0 0 0;
}

.bx-pager {
    bottom: 10px;
    right: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0 ;
    border-radius: 0px; 
    font-size: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #a01;
}

ul.slider > li > img {
	width: 100%;
	height: auto;
}
.whitebg {
	background: #fff;
}
.serv_title {
	background: #a01;
	padding: 15px;
}

.serv_title h2 {
	color: #fff;
	text-align: center;
}
#service_slide ul li {
	position: relative;
	height: auto !important;
	list-style: none;
	width: 100%;
}
#service_slide ul li img {
	width: 100%;
}
#service_slide ul li div.title {
	background: #a01;
	padding: 7px 10px;
	color: #fff;
	font-size: 1.375em;
	font-weight: normal;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}

ul.icon_list {
	padding: 0px;
	margin: 0px;
	list-style: inside;
}

ul.icon_list li, ul li {
	background: url(../images/list-icon.png) no-repeat;
	padding: 0 0 10px 20px;
	list-style: none;
}

ul.nav  li, ul.slider li, ul.footer_menu li, #service_slide ul li{
	background: none;
	padding: 0px;
	list-style: none;
}

.btn-primary {
    color: #fff;
    background-color: #a01;
    border-color: #6f0711;
}
.btn-primary:hover {
    background-color: #000;
}

#footer{
	margin: 0px;
	padding: 0px;
	background: #000;
	width: 100%;
}

#footer_menu_container {
	background: #a01;
	margin: 0px;
	padding: 0.875em;
	text-align: center;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
#footer_menu {
	width: 780px;
	margin: 0px auto;
}

#footer .copyright, #footer a {
	color: #fff;
}

#footer a, #footer li, #footer li a {
	list-style: none;
	text-decoration: none;
	padding: 0px;
}
#footer li {
	display: inline-block;
	padding: 0 0.875em;
	border-right: 1px solid #fff;

}
#footer li:last-child {
	border-right: none;
}
#footer li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	padding: 0.5em;
	margin: 0 0 1em 0;
	text-align: center;
}

ul.gal {
	margin: 0px;
	padding: 0px;
}

.gal li {
	list-style: none;
	background: none;
	position: relative;
}
.gal .textholder {
	position: relative;
}
.gal li img {
	max-width: 100%;
}


@media (max-width: 768px) {

}
@media (max-width: 991px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}

#bsPhotoGalleryModal .modal-content {
    border-radius:0;
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width:100%;
}
#bsPhotoGalleryModal .modal-body {
    padding:0px !important;
}
#bsPhotoGalleryModal .bsp-close {
  position: absolute; 
  right: -14px; 
  top: -11px; 
  font-size: 30px; 
  color:#fff; 
  text-shadow: 1px 1px 18px #000;
}

#bsPhotoGalleryModal .bsp-close:hover {
  cursor: pointer;
  opacity:.6;
  text-shadow: none;
  
}
.bspHasModal {
  cursor: pointer;
}
.bspHasModal .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 10px;
	color: #fff;
	background: #a01;
}
.imgWrapper {
  overflow: hidden;
/*  max-height: 180px;  
*/}

a.bsp-controls, 
a.bsp-controls:visited, 
a.bsp-controls:active {
	position: absolute;
	top: 44%;
	font-size: 26px;
	color: #fff;
	background: #a01;
	padding: 10px;
	text-shadow: 1px 1px 18px #000;
}
a.bsp-controls.next {
  right:-10px;
}
a.bsp-controls.previous {
  left:-10px;
}
a.bsp-controls:hover {
  opacity:.6;
  text-shadow: none;
}
.bsp-text-container {
  clear:both;
  display:block;
  padding-bottom: 5px;
}
#bsPhotoGalleryModal h6{
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#bsPhotoGalleryModal .pText {
  font-size: 1.2em;
  padding: 0.6em;
} 

.modal-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: #000;
} 

@media screen and (max-width: 380px){
   .col-xxs-12 {
     width:100%;
   }
   .col-xxs-12 img {
     width:100%;
   }
}
