@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);






.product-group .row div {
  padding:2%;
}
.product-group .row a {
  color:#000000;
}
main {
  margin-top:50px;
  margin-bottom:100px;
}
a {
  color: black;
}



 

body {
      padding-top: 120px;
    font-family: Roboto, sans-serif;    
}
.relative { position: relative; }

/*** Header ***/
.navbar {
    height: 120px;
    background: #0064de;
    background: -moz-linear-gradient(top,  #0064de 0%, #007ce6 100%);
    background: -webkit-linear-gradient(top,  #0064de 0%,#007ce6 100%);
    background: linear-gradient(to bottom,  #0064de 0%,#007ce6 100%);
    padding: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.25);
    
}
.navbar .nav-item, .navbar .btn {
    font-size: 25px;
    font-weight: 600;
}
.navbar .btn {
    padding: .4rem 2.5rem;
    box-shadow: 0 .125rem .4rem rgba(0, 0, 0, 0.25);
}

.navbar .btn-play {
    position: absolute;
    right: 10px;
}
.navbar-nav .nav-item {
    line-height: 120px;
    padding: 0 .5rem;
}
.navbar-nav {
    padding-right: 120px;
}

.navbar-nav .nav-link {
    display: block;
    padding: 0 1rem;
}
.dropdown-menu {
    padding: 0; 
    margin: 0;
    font-size: 1.25rem;
    color: #dcdcdc;
    text-align: left;
    left: 7px;
    background-color: #005096;
    border: none;
    border-radius: 0 0 .25rem .25rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.25);
    max-height: calc(100vh - 120px);
      overflow-y: auto;
}
.dropdown-item {
    line-height: 3rem;
    color: #dcdcdc;
    font-weight: 600;
    padding: .25rem 3rem .25rem 1.5rem;
}
.dropdown-item:first-of-type {
    box-shadow: 0 .125rem .0 rgba(0,0,0,.125) inset;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #dcdcdc;
    text-decoration: none;
    background-color: #3373ab;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3373ab;
}

/*** Subhead **/
.nav.nav-underline .nav-link:first-of-type {
    padding-left: 0;
}
.breadcrumb {	
    padding: .75rem 1rem .75rem 0;
    margin-bottom: 1rem;
    background-color: unset;
    border-radius: .25rem;
}

/*** Buttons **/
.btn-rounded {
 border-radius:60px;
 padding:7px 18px
}
.btn-success {
    color: #fff;
    background-color: #37be34;
    border-color: transparent;
}
.btn-success:hover {
    color: #fff;
    background-color:#37be34;
    border-color: transparent;
    box-shadow: 0 0.0625rem .2rem rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #37be34;
    border-color: transparent;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #37be34;
    border-color: transparent;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(75, 255, 124, 0.7);
}
@media (prefers-reduced-motion:reduce) {
 .btn {
  transition:none
 }
}


/*** Footer ***/
.footer {
  background-color: #fff;
}


@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 120px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #005096;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
    .navbar-brand img {
        max-width: 80%;
        margin-right: 60px;
    }
    .navbar .btn-play {
        font-size: 22px;
        padding: .4rem 2.2rem;
    }
    .navbar-collapse.open .navbar-nav .nav-item {
        line-height: 6rem;
        padding: 0;
    }
    .navbar-collapse.open .navbar-nav {
        margin-bottom: 1.5rem;
        margin-right: 0 !important;
    }
    .navbar-collapse.open .navbar-nav .dropdown-menu {
        background-color: #406c93;
    }
    .navbar .navbar-collapse.open .btn {
        margin-left: 1rem;
    }
    .open .navbar-nav {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 60%;
        margin-right: 46px;
    }
    .navbar .btn-play {
        font-size: 18px;
        padding: .3rem 2rem;
    }
}
@media (max-width: 391.98px) {
    body {
        padding-top: 60px;   
    }
    .navbar {
        height: 60px;
    }
    .navbar-nav .nav-item {
        line-height: 60px;
    }
    .offcanvas-collapse {
        top: 60px;
      }
    .dropdown-menu {
        max-height: calc(100vh - 60px);
    }
    .navbar-brand img {
        max-width: 40%;
        margin-right: 60px;
    }
    .navbar .btn-play {
        font-size: 14px;
        padding: .3rem 1.6rem;
    }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}
.nav-underline .nav-link:hover {
  color: #007bff;
}
.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}




/*-----------------------------------------------------------------------------------*/
/*	SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 28px;
}
.image-caption .social {
    height: 33px
}
.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin-right: 5px;
}
.text-center .social li {
    margin: 0 2px
}
.member .social {
    margin: 10px 0
}
.social li a {
    display: table
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #aaa;
    background: none;
    border: 1px solid #aaa;
    width: 28px;
    height: 28px !important;
    line-height: 1;
    font-size: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.social .icon-s-pinterest {
    border-color: #d8545d;
    color: #d8545d;
}
.social .icon-s-facebook {
    border-color: #677fb5;
    color: #677fb5;
}
.social .icon-s-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
}
.social .icon-s-instagram {
    border-color: #b99682;
    color: #b99682;
}
.social a:hover .icon-s-pinterest {
    background-color: #d8545d
}
.social a:hover .icon-s-facebook {
    background-color: #677fb5
}
.social a:hover .icon-s-twitter {
    background-color: #70c2e9
}
.social a:hover a:hover i {
    background-color: #FFF
}
.social a:hover i {
    color: #FFF
}
.black-wrapper .social li a:hover i {
    color: #FFF
}













.photo-gallery {
  color:#313437;
  background-color: inherit;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}




.supportbar {
  background: #fff;
  padding: 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.25);
  text-align:center;
  color: #404040;
  font-size: 16px;
  font-weight: 600;
}

.supportbar a {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
}
