@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color:#444;
	background-color: #B1B1B1;
	-webkit-font-smoothing: antialiased;
	line-height: 28px;
	font-weight: 400;
}

@media (min-width: 992px) {
  .sidebar-margin { 
		margin-left: 300px;
	}
  .container {
    width: auto;
	margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
	margin: 0 20px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1195px;
	margin: 0 auto;
  }
}

.cke_editable {
	background-color: #FFF;
	padding: 20px;
}
.form-control {
	font-size: 16px;
}
.content {
	background-color: #FFF;
	padding: 20px 0;
}
.gallery {
	margin-bottom: 20px;	
}
.navbar {
	border-radius: 10px;
   
}
.pagination-nav {
	clear: both;
}
.pagination-nav i {
	color: #337ab7;
}
.pagination-nav a {
	position: relative;
  	float: left;
  	padding: 6px 12px;
  	margin-left: -1px;
  	line-height: 1.42857143;
  	color: #337ab7;
  	text-decoration: none;
  	background-color: #fff;
  	border: 1px solid #ddd;
}
.pagination-nav a:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination-nav a.current {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

h1, h2, h3, h4 {
	color: #DEA42F;
    text-shadow:1px 1px 1px black;
}



/* Sidebar Styles */
#sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
	min-height: 675px;
    background: #ccc;
    left: 0;
    top: 0;
	z-index: 1000;
}
#sidebar-title {
	width: 100%;
	padding: 20px;
}
#sidebar-nav {
	margin: 0;
	position: absolute;
	top: 25%;
	width: 100%;
}
.sidebar-nav {
    list-style: none;
	padding-left: 0;
}
.sidebar-nav li {
    line-height: 40px;
}
@media (max-width: 1199px) {
	#sidebar-nav {
	top: 27.6%;
	}
	.sidebar-nav li {
    line-height: 35px;
	}
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
	text-align: center;
	font-size: 18px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #DEA42F;
    font-weight: bold;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
#sidebar-footer {
	position: absolute;
	bottom: 0;
	padding: 20px 20px 20px 20px;
	width: 100%;
	text-align: center;
}

/* Mobile Menu */

#toogle-button {
   z-index: 100;   
   position: fixed;
   left: 20px;
   top: 20px;
   box-shadow: 0 8px 6px -6px black;
}


 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 20%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 4px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	white-space: nowrap;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
} 

/*Social Media Sidebar Icons*/

#social-media-icons {
	line-height: 20px;
}
i.fa {
	color: #616161;
	padding: 20px 10px;
}
i.fa-facebook:hover {
	color: #3b5998;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
i.fa-twitter:hover {
	color: #55acee;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
i.fa-instagram:hover {
	color: #dd4b39;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
i.fa-youtube:hover {
	color: #ff0000;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}


/* MODAL */
.modal {
	text-align: left;
}


/* FOOTER */

footer {
    height: auto;
  /*  background-color: #B1B1B1;  */
  background-color: #C0C0C0; 
    text-align: center;
	padding: 10px 15px 0 15px;
}
.footer-inner {
	padding: 10px 0;
}

.footer-links {
	
padding: 10px 10px 10px 10px;

	
}

/*Social Media Icons Fixed to Bottom*/
#social-fixed-facebook {
	position: fixed;
	bottom: 0 !important;
	left: 0;
	width: 20%;
	background-color: #3b5998;
	text-align: center;
	z-index: 500;
}
#social-fixed-google {
	position: fixed;
	bottom: 0;
	left: 20%;
	width: 20%;
	background-color: #dd4b39;
	text-align: center;
	z-index: 500;
}
#social-fixed-twitter {
	position: fixed;
	bottom: 0;
	left: 40%;
	width: 20%;
	background-color: #1da1f2;
	text-align: center;
	z-index: 500;
}

#social-fixed-youtube {
	position: fixed;
	bottom: 0;
	left: 60%;
	width: 20%;
	background-color: #ff0000;
	text-align: center;
	z-index: 500;
}

#social-fixed-phone {
	position: fixed;
	bottom: 0;
	left: 80%;
	width: 20%;
	background-color: #DEA42F;
	text-align: center;
	z-index: 500;
}

@media (max-width: 991px) {
	footer {
		padding-bottom: 68px;
	}
	i.fa {
		color: #fff;
	}
  	i.fa-facebook:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}

	i.fa-twitter:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}

	i.fa-instagram:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
  
  i.fa-youtube:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
  
}

.content-block {
	padding-top: 20px;
	padding-bottom: 20px;
}
.address-block {
	padding-top: 20px;
	padding-bottom: 20px;
}
.featured-video {
    padding-top: 20px;
    padding-bottom: 20px;
}
.success {
	display: none;
	padding: 20px 0;
	line-height: 20px;
	color: #109019;
}
.success i {
	margin-right: 5px;
}
blockquote {
  font-size: 16px;
}
blockquote footer {
	background: #FFF;
	font-size: 90%;
	text-align: left;
}

.review-icons {
	padding-top: 25px;
	padding-bottom: 25px;
}
.review-logo {
	display: inline-block;
}
img.displayed {
	margin: 0 auto;
	display: block;
	padding: 25px;
}

#phone-slide{
  z-index: 1000;
  position: fixed; 
  right: -10px;  
  height: 124px;
  top: 10%;
  line-height: 1.0;
  color: #DEA42F;  
  text-shadow: 0px 1px black; 
  width: 260px;
  border-radius: 6%;  
 /* background-color: #696969;  */
   background-color: rgba(0,0,0,0.6);
  text-align: center;
  padding: 10px;
  font-size: 32px;
  box-shadow: -5px 5px 5px -2px #333;
}


.carousel-inner{
  width:79%;  
 
  float: right;
  margin-bottom: 25px;
}  



/*Carousel Fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
} 

.contain {
  object-fit: contain;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.which-container {
 /* overflow: hidden; */
  padding-top: 56.25%;  
  position: relative;
}
 
.which-container iframe {
   border: 0;
   height: 100%;  
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

@media (max-width: 1138px) {
  .which-container {
    height: 1000px;

  }
}

@media (min-width: 1140px) {
  .which-container {
    height: 535px;

  }
}

.panel-blog {
      
 background-color: #696969;
}   

.panel-heading-blog {
      
  text-align: center;
}

.article-break {
	clear: both;
}

/* default
---------------------------- */
.btn-default {
    color: #696969;
    background-color: #DEA42F;
    text-shadow: 0px 0px;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #DEA42F;
    background-color: #696969;
    text-shadow: 0px 1px black;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* 
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}  */   

.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
 }

.panel {   
background-color: #e8e9ea;
padding: 20px 20px 20px 20px;
border-width: 0px 15px 0px 15px;
border-color: white;
  
} 

@media only screen and (max-width: 600px) {
  .panel {
    border-width: 0px 2px 0px 2px;
  }
}


.carousel-caption {
    position: absolute;
    background: rgba(0,0,0,0.5);
    bottom: 2%;
    
    z-index: 10;
    
    text-align: center;
}
.carousel-caption h2 {
	color: #fff; font-size: 20px;
}
.carousel-caption h1 {
	font-size: 38px; font-weight: bold; margin-top: 10px;
	letter-spacing: -2px;
}
.carousel-caption h3 {
	color: #fff; font-size: 16px; margin-top: 10px;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}