@media (min-width: 1361px) {
  .owl-background-first {
    background-image: url(/assets/img/index/img1.jpg);
  }
  .owl-background-second {
    background-image: url(/assets/img/index/img2.jpg);
  }
  .owl-background-third {
    background-image: url(/assets/img/index/img3.jpg);
  }  
  .owl-background-fourth {
    background-image: url(/assets/img/index/img4.jpg);
  } 
  .owl-background-fifth {
    background-image: url(/assets/img/index/img5.jpg);
  }       
}
@media (max-width: 1360px) {
  .owl-background-first {
    background-image: url(/assets/img/index/img1.jpg);
  }
  .owl-background-second {
    background-image: url(/assets/img/index/img2.jpg);
  }
  .owl-background-third {
    background-image: url(/assets/img/index/img3.jpg);
  }  
  .owl-background-fourth {
    background-image: url(/assets/img/index/img4.jpg);
  } 
  .owl-background-fifth {
    background-image: url(/assets/img/index/img5.jpg);
  }     
}
@media (max-width: 800px) {
  .owl-background-first {
    background-image: url(/assets/img/index/img1.jpg);
  }
  .owl-background-second {
    background-image: url(/assets/img/index/img2.jpg);
  }
  .owl-background-third {
    background-image: url(/assets/img/index/img3.jpg);
  }  
  .owl-background-fourth {
    background-image: url(/assets/img/index/img4.jpg);
  } 
  .owl-background-fifth {
    background-image: url(/assets/img/index/img5.jpg);
  }    
}

.modal-header .close {
	padding: 0;
	margin: 0;
}

body {

  background-color: #f5f5f5;
}

footer {
  background-color: #fff;
}

footer .container {
  max-width:90%;
}


.faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.faq-nav .nav-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #616161;
  transition: background-color .2s ease;
}
.faq-nav .nav-link:hover {
  background-color: #f6f6f6;
}
.faq-nav .nav-link.active {
  background-color: #f6f6f6;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.faq-nav .nav-link:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0;
}
.faq-nav .nav-link i.mdi {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
}

.tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.tab-content .card {
  border-radius: 0;
}
.tab-content .card-header {
  padding: 15px 16px;
  border-radius: 0;
  background-color: #f6f6f6;
}
.tab-content .card-header h5 {
  margin: 0;
}
.tab-content .card-header h5 button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
.tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
  text-decoration: none;
}
.tab-content .card-body p {
  color: #616161;
}
.tab-content .card-body p:last-of-type {
  margin: 0;
}

.accordion > .card:not(:first-child) {
  border-top: 0;
}

.collapse.show .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.force-inline {		display:inline !important;}

.nav-tel {
    font-weight: 800;
    color: #336699;
    text-transform: uppercase;
	font-size: 1.0rem;
}

h2 {
    font-weight: 800;
    color: #336699;
    text-transform: uppercase;
}
.accordion-section .panel-default &gt; .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}
.map-location {
    padding: 5rem 2rem 0rem 2rem;
}
.map-container {
    padding: 5rem 2rem 0rem 2rem;
}
.map-responsive {
    overflow:hidden;
    padding-bottom:50%;
    height:0;
}
.map-responsive iframe {
    position:relative;
	pointer-events: none;	
    left:0;
    top:0;
    height:70vh;
    width:92vw;
}
.map-responsive iframe.clicked{
	pointer-events: auto;
}
.solid-border {
	border: 5px solid #336699;
}
.solid-border label {
	font-weight:700;
	color:#336699 !important;
	
	}
.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-carousel .owl-slide {
  position: relative;
  height: 50vh;
  background-color: lightgray;
}
.owl-slide-subtitle h1 {
	color:white;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}
p.hero-text {
	color:white;
	font-weight:900;
   -webkit-text-stroke-width: 0.3px;
   -webkit-text-stroke-color: black;	
 }


#mouseOverImg {
    display: inline;
    position: relative;
}

#mouseOverImg img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition-duration: 800ms;
    box-shadow: 0.5rem 1rem 1rem rgba(102,102,102,0.8);	    
}

#mouseOverImg:hover img {
    opacity: 1;
    transition-duration: 400ms;
}
.zoom-out {cursor: zoom-out;}
.zoom-in {cursor: zoom-in;}

section.contact {
	padding: 3.5rem 0 2rem 0;	
	}

input {
	  height: calc(2.75rem + 2px) !important;
}
select {
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: calc(2.75rem + 2px) !important;
}
	
textarea {
  height: calc(5.75rem + 2px) !important;
   border-radius: 25px;  	
	}	

	
select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, #ddd 50%),
    linear-gradient(135deg, #ddd 50%, transparent 50%),
    radial-gradient(#336699 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.form-control-2 {
	display: none !important;
}
.date-picker, .date-picker-wrapper {
	z-index: 1100 !important;
}
.thumb {
	line-height: 0;
    display: inline-block;
    border: solid 4px #fff;

    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
	.thumb:hover {
box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.bd-highlight {
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.15);
}