@charset "utf-8";
/* CSS Document */


/* Regular Text */
body, p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; /* Use regular for readable body text */
}





.img_nice {
  border-radius: 10px;
    
  box-shadow: 0 10px -4px rgba(0, 0, 0, 0.45); /* Adds a subtle shadow for a nice 3D effect */
}



.google-maps {
    position: relative;
    padding-bottom: 70%; /*// (450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.link_white a{color:rgba(236,236,236,1.00);}





.bt_small a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px; background-color:#DDDDDD;
    color: #091A52;
   
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    transition: background-color 0.6s ease;
}

.bt_small a:hover { background-color: #0056b3; 
    color: #fff;
   
}


.apptform {
    color:rgba(247,247,247,1.00);
}





.formdark form label {
	font-size:14px;
    font-weight: 500;
    color: #fff;
	
}
	
.formdark form p {
	margin-bottom:0px;	font-size:14px;
    font-weight: 500;
       color: #fff;
	}	

.formdark form legend {
	margin-bottom:0px;	font-size:14px;
    font-weight: 500;
       color: #fff;
	}	

.formdark h4 {color:#fff;font-family: "Titillium Web", sans-serif;}

.formdark {
color: #D0D0D0;
padding: 12px;
border-radius: 9px;
border-color: rgba(211,211,211,1.00);
border-width: 3px;
border-style: solid;
margin-bottom: 25px;
max-width: 700px;
margin-left: auto; margin-right: auto;}




.formdark .labeledoptions label{font-weight:normal;
color: #D0D0D0;
display: inline-block; margin-right: 10px;}


.hidit_form {display:none;
visibility: hidden;}


.checkboxcontainer {border-color: rgba(223,223,223,1.00);
border-style: inset;
border-width: 1px;
border-radius: 6px;
padding-left: 12px;
padding-top: 10px;
padding-right: 12px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;}

@media screen and (min-width: 741px) {
  .checkboxcontainer {
    border: none;
    padding: 0;
    margin: 0;
  }
}


.service_container {margin-bottom: 20px;
margin-top: 20px;
background: rgba(247,247,247,1.00);
padding-top: 20px;
padding-bottom: 20px;
border-radius: 10px;
border-width: 1px;
border-style: solid;
border-color: rgba(85,85,85,1.00);}


.services_bar {padding-top: 20px;
    background: rgba(223,223,223,1.00);
    padding-bottom: 25px;
}


.actionbar {padding-top:25px;
padding-bottom: 25px;
background: #2d6084;
color: #fff;}






.image_panel {height:100%;}





.gallerybar {background:rgba(231,221,198,1.00);
padding-top: 30px;
padding-bottom: 30px;}



.footerbar {padding-top:25px;
padding-bottom: 25px;
color: rgba(237,237,237,1.00);
background: rgba(47,47,47,1.00);}



.image_panel img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.image_panel .caption {
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    color: #fff;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    display: block; 
    margin-right: 55px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  
}






.regform p, label{
font-size: 16px;
	font-weight: bold;
	color:rgba(54,54,54,1.00);
	padding:0px;
	margin-top:7px;
	margin-bottom:0px;
	padding-left:2px;}



.regform fieldset {
	border-width: 2px;
	border-style: solid;
	border-color: #515151;
	margin-top: 10px;
	
border-radius: 2px;
	background-color:#F8F8F8;
	
}

.regform legend {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
background: #162d61;


border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


.nobold{
font-weight: normal;}


.nobold label{
font-weight: normal;}




.inline_labels label {
  display:inline;
  
}

.inline_labels input {
    display: inline;
    vertical-align: baseline;
}


    .services_options p {display: inline-block; margin-top: 0px; margin-bottom: 0px;}
    
    .services_options input {margin-bottom:1px;}
    
      .contact_options p {display: inline-block; margin-top: 0px; margin-bottom: 0px;}
    
    .contact_options input {margin-bottom:1px;}  
    



















