/*
blue - 0072c6
light blue - 8BBFE5
black - 2E2E2E
*/

body { padding: 0; color: #2E2E2E; font-size: 1.1em; font-family: 'Open Sans', sans-serif; background: #0072c6; }
a, a:link, a:focus, a:active, a:visited { color: #2E2E2E; text-decoration: underline; }
a:hover  { color: #2E2E2E; }
h1 { color: #0072c6; margin-top: 0; padding-bottom: 10px; font-size: 2em; }
h2  { color: #0072c6; font-size: 1.8em; padding-bottom: 5px; }
h3  { font-size: 1.3em; font-weight: bold; }
.table { color: #FFF; }
.table a { color: #FFF; }
.table a:hover { color: #2E2E2E; }
.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td  { background-color: #2E2E2E; }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: #565759; }
.table-bordered td, .table-bordered th { border: 1px solid #FFF; }
img { max-width: 100%; display: block; } 
.row { margin: 0; }
.container-page { padding: 0; }
.form-input-container { padding: 10px 0; }
.form-label { margin-bottom: 5px; font-size: 0.85em; }
.form_submit_container .row .col-lg-4 { padding: 0; }
.form-submit-container .row .col-lg-8 { padding: 0; }
.alert { margin-top: 10px; }


@media all and (min-width: 0px) and (max-width: 768px) 
{
	body { font-size: 20px !important; }
	#logo { float: none; margin: 20px auto; width: 80% !important; }
	#home_slideshow { height: 100%; }
	#home_slideshow .carousel-inner { height: 100% !important; }
	#home_slideshow .carousel-item { height: 100% !important; }
	#home_slideshow img { height: 100% !important; }
	.carousel-caption { display: none !important; }
	.navbar-nav > li > a { border-bottom: 1px solid #000; border-right: none !important; }
	.navbar-nav .dropdown-menu { width: 100% !important; }
	#sub_menu { display: none; }
	.navbar-nav > li:last-child { margin-top: 10px !important; }
	#main_content { padding-top: 20px !important; }
	#main_content_home { padding-top: 20px !important; }
	.home_icons { height: 100px !important; }
	#footer_links ul li { padding: 14px 0 !important; }	
}
@media all and (min-width: 769px) and (max-width: 1280px) 
{
	.home_icons { height: 100px !important; }
}

.container_header_full { margin: 0 auto; width: 100%; padding: 0; background: #2E2E2E; }
#logo { color: #d75f0f; font-size: 30px; }
#login_div { background: #FFF; margin-top: 80px; margin-bottom: 20px; border-radius: 10px; padding: 40px 30px; }
#login_div h1 { margin-top: 20px; text-align: center; font-size: 1.6em; }
#logo_login { width: 200px; margin: 0 auto; }
#copyright_div {margin-bottom: 500px; }
#login_copyright { text-align: center; font-size: 0.7em; }
#login_copyright a { color: #2E2E2E; }


.container_login_content_full { height: 100%; background-color: 0072c6; background-image: radial-gradient(#8BBFE5, #0072c6); }
#main_content { padding: 30px 10px; }
#main_content li { margin: 1em 0; }
#plain_page_photos { margin-top: 65px;  }
#plain_page_photos img { margin-bottom: 10px; }
#plain_page_photos p { font-size: 0.8em; }
.plain_page_photos_title { font-size: 0.9em; margin-bottom: 10px;  }
#contact_page_map { margin-top: 10px; }



.grecaptcha-badge { visibility: hidden; }
#recaptcha_help { font-size: 0.85em; }
label.error { font-weight: bold; color: #FF0000; padding: 2px 8px; margin-top: 2px; }
.btn-primary, .btn-primary:link, .btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary[disabled] { padding: 7px 20px; background: #0072c6; color: #FFF; border: none; text-decoration: none; }
.btn-primary:hover  { background: #527D47; color: #FFF; }

.container_footer_full { margin: 0 auto; width: 100%; padding: 10px 0; background: #0072c6; font-family: "Anton", Arial, sans-serif; }
#footer_links { padding: 20px 0 10px 0; text-align: left; color: #FFF; font-size: 0.9em; }
#footer_logo { width: 300px; margin: 0 auto; }
.footer_title { color: #FFF;  margin-left: 20px; }
#footer_contact { text-align: center; }
#footer_contact a, #footer_contact a:link, #footer_contact a:focus, #footer_contact a:active, #footer_contact a:visited { color: #FFF; }
#footer_contact a:hover { color: #0072c6; }
#footer_email { padding: 10px 0; }
#footer_email i { padding-right: 10px; }
#footer_phone i { padding-right: 10px; }
#footer_address i { padding-right: 10px; }
#footer_social_media { padding-top: 30px; }
.facebook_link { margin-left: 10px; margin-right: 20px; }

.container_footer_credits_full { background: #0072c6; margin: 0 auto; width: 100%; padding: 10px 0; font-size: 0.7em; }
#footer { color: #FFF; padding: 5px 0; }
#footer a, #footer a:link, #footer a:focus, #footer a:active, #footer a:visited { color: #FFF; text-decoration: none; font-weight: normal; }
#footer a:hover  { color: #8BBFE5; text-decoration: underline; }
#copyright { padding-left: 10px; }
#credits { text-align: right; padding-right: 10px; }

.wrapper{
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}

.wrapper .center-line{
  position: absolute;
  height: 90%;
  width: 4px;
  background: #0072c6;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
  margin-bottom: 100px; }
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{
  background: #E8E8E8;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.row section .icon img {
	overflow: hidden;
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
  top: 15px;
  right: -90px;
}
.row-2 section .icon{
  top: 15px;
  left: -90px;
}
.row-2 section .details,
 .row-2 section p {
 padding-left: 10px; 
}
.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  color: #0072c6; 
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin: 10px 0 17px 0;
}
@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 10px 0;
  }
}