
/*========================================================
  Bootstrap Overrides

 ========================================================*/

/*html, body {
	background-color: rgb(248, 248, 248);
}*/

body {
    overflow-y: scroll;
    background-image: url("/img/background.png");
    color: rgb(248, 248, 248);
}
 
body,
p,
.btn {
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

p,
ul,
ol {
  line-height: 1.6;
  margin: 0 0 1.55em 0;
}

a {
  color: #be5a2d;
/*  color: inherit;
  text-decoration: underline;*/
}
a:hover {
  color: #b03d14;
}
a:active {
  color: #b03d14;
}
a:focus {
  color: #b03d14;
}


li {
 /* color: #b03d14;*/
}

.nav-item {
  color: #be5a2d;
}

em {
 /* background: #ffffcf;
  color: #b03d14;*/
  font-style: normal;
  padding: 0.1em 0.4em;
}

ul, 
ol {
  padding-left: 1.25em;
  margin: 1.55em 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1em 0;
}

h1,
h2,
h3 {
  font-family: "adelle", Helvetica, sans-serif;
  font-weight: 600;
  text-shadow: 0.2em 0.2em #000000;
  color: rgb(248, 248, 248);
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 24px;
  margin: 0.8em 0 0.4em 0;
}

h3 {
/*  color: #000; */
  font-size: 22px;
  margin: 2em 0 1.5em 0;
}

h4 {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
/*  margin: 2em 0 1.6em 0;*/
}

.btn,
.btn-default,
.btn-primary {
  border: 0;
}

.btn-primary {
  background-color: #15b1bb;
}
  .btn-primary:hover {
    background-color: #0d6e74;
  }

.breadcrumb {
  background-color: transparent;
  font-size: 14px;
  padding: 0;
}

/*#header {
  font-size: 45px;
}*/
.header-img {
  /*text-align: center;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

.page-header {
    font-size: 45px;
    margin: 0 0 0.5em 0;
}

.alert-success {
  background: #55cd51;
  border: none;
  color: white;
}

.container {
  max-width: 1100px;
}


/*========================================================
  Main Content
========================================================*/

.main-content {
  padding-top: 1em;
  /*text-align: center;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*========================================================
  Navigation
========================================================*/

.navbar-left {
    float: left !important;
}
.navbar-right {
    float: right !important;
    margin-left: 15px;
}
@media (max-width:410px) {
    .navbar-left {
        float: none !important;
    }
    .navbar-right {
        float: none !important;
        margin-left: 0px;
    }
}

.navbar-nav .icon {
    margin: 1em;
    width: 66px;
    height: 66px;
    object-fit: cover;
    -webkit-transition: width 1s, background-image 1s; /* Safari */
    transition: width 1s, background-image 1s;
    transition-timing-function: linear;
    background-size: cover;
    background-color: transparent;
    background-position: center;
/*    background-repeat: no-repeat;
    background-size: 100%;*/

}
.navbar-nav .icon:hover {
    width: 600px;
}

@media (max-width:1000px) {
   .navbar-nav .icon:hover {
      width: 66px;
   }
}

.home-icon {
    margin-bottom: 20px;
    width: auto;
    height: 66px;
    -webkit-transition: height 0.6s, margin 0.6s;
    transition: height 0.6s, margin 0.6s;
}
.home-icon:hover {
    margin-bottom: 0px;
    height:86px;
    margin-right: -15px;
}

.page-nav {
 /* background-color: rgb(248, 248, 248);*/
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  /*margin: 0 0 2.5em 0;*/
/*  padding: 0.25em 0;*/
}
.page-nav .container {
    background-color: rgba(22, 13, 13, 0.4);
    border-radius: 12px;
}

  .page-nav .navbar-brand {
    /*height: 8em;*/
    padding: 0px;
    font-family: "adelle", Helvetica, sans-serif;
    color: #be5a2d;
  }
  .page-nav .navbar-toggle,
  .page-nav .navbar-nav {
    /*margin-top: 3em;*/
    border-color: #be5a2d;
    color: #be5a2d;
  }
  .page-nav .navbar-toggle .icon-bar{
   background-color: #be5a2d;
  }
  .page-nav .navbar-toggle:hover {
    background-color: transparent;
    border-color: #b03d14;
    color: #b03d14;
  /*  border: 2px solid;
    margin: 7px 14px 7px 7px;*/
  }
  .page-nav .navbar-toggle:focus {
    background-color: transparent;
    border-color: #b03d14;
    color: #b03d14;
  }

  .page-nav .navbar-collapse {
	border: none;
     padding: 0 0 0 0;
  }

  .page-nav .navbar-nav li {
    display: inline-block;
    /*background-color: rgb(248, 248, 248);*/
  }
/* 
  .page-nav .navbar-nav li a {
    color: #be5a2d;
    text-align: right;
  }
  .page-nav .navbar-nav li a:focus {
    color: #b03d14;
  }
  .page-nav .navbar-nav li a:hover {
    color: #b03d14;
	text-decoration: underline;
  }
  .page-nav .navbar-nav .current a {
	text-decoration: underline;
  }
*/

/*========================================================
  Footer
========================================================*/

.page-footer {
/*  border-top: 1px solid #000000;*/
    margin-top: 2em;
    margin-bottom: 2em;
/*    padding: 0.2em;*/
}

.page-footer .container {
    padding: 0;
    background-color: rgba(22, 13, 13, 0.4);
    border-radius: 12px;
}
/*
.page-footer ul {
  margin: 0;
  padding: 0;
}

.page-footer li {
  position: relative;
  display: block;
  list-style-type: none;
  float: left;
  padding: 15px;
}*/

.page-footer .icon {
    margin: 1em;
    width: 66px;
    height: 66px;
    object-fit: cover;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
    transition-timing-function: linear;
    background-size: cover;
    background-color: transparent;
    background-position: left;/*center*/;
}
.page-footer .icon:hover {
    width: 200px;
}


/*========================================================
  Reviews Section
========================================================*/

.reviews-summary {
  margin: 0 0;
  display: inline-block;
}
.reviews-summary .col-sm-10 {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
/*.reviews-summary-header {
margin: 0;
border: none;
}*/
/*.reviews-summary-icon {
max-width: 200px;
}*/

.icon {
/*    width: 200px;
    height: 113px;*/
    width: 256px;
    height: 144px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display:inline-block;
    background-color: rgba(22, 13, 13, 0.4);
    border-radius: 12px;
}


/*========================================================
  Block Image Shortcode
========================================================*/
/*
.block-image {
  margin: 1.25em 0;
}*/


/*========================================================
  Images (positioning and scaling according to display size)
========================================================*/
   img.autoscaled {
      max-width: 100%;
   }

   img.leftfloat {
      float:left;
      margin-left:0px;
      margin-right:10px;
      margin-top:10px;
      margin-bottom:10px;
   }

   img.rightfloat {
      float:right;
      margin-left:10px;
      margin-right:0px;
      margin-top:10px;
      margin-bottom:10px;
   }

@media (max-width:560px) {
   img.autoscaled {
      float:none;
      display:block;
   }
}
/*========================================================
  Youtube Videos (positioning and scaling according to display size)
========================================================*/
.video-banner {
    background-image: url("/img/home/welcome.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 187px;
    padding:0;
    margin-top: 2em;
    margin-bottom: 1em;
/*    max-height: 187px;*/
    -webkit-transition: max-height 2s; /* Safari */
    transition: max-height 2s;
    transition-timing-function: linear;
}
#home-play-label { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    outline: none;
    cursor: pointer;
}
#home-play-toggle {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#home-play-toggle:checked ~ .video-banner .video-container {
    visibility: visible;
    opacity: 1;
    display: block;
}
#home-play-toggle:checked ~ .video-banner {
    outline:none;
    height: auto;
    max-height: 1000px;
}
.toggle-play {
    display:block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 170px;
    outline: none;
    /*width: 8%;
    max-width: 80px;*/
}/* hover change image */
@media (max-width:1000px) {
    .toggle-play {
        top:130px;
        width: 60px;
    }
}
@media (max-width:650px) {
    .toggle-play {
        top:110px;
        width: 50px;
    }
}
@media (max-width:400px) {
    .toggle-play {
        top:90px;
        width: 45px;
    }
}

.video-banner .video-container {
    margin-top: 200px;
    visibility: collapse;
    opacity: 0;
    display: none;
    /*max-height: 0px;
    /*-webkit-transition: max-height 2s; /* Safari */
    /*transition: max-height 2s;
    /*-webkit-transition: opacity 0s; /* Safari */
    /*transition: opacity 0s;*/
    /*transition-timing-function: linear;
    /*transition-delay: 2s;*/
}
.video-container {
    position: relative;
    width: 100%;
/*    height: 0;*/
    padding-bottom: 56.25%;
    border: 0.8em solid black;
    border-radius: 16px;
/*    overflow: hidden;*/
}

.video-container iframe/*,
.video-container object,
.video-container embed */ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
