body {
    background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 200;
    color: rgba(255,255,255,1);
    padding-top: 0px;
    font-style: normal;
}

/* Paragraph & Typographic */

p {
    line-height: 28px;
    margin-bottom: 52px;
}

.centered {
    text-align: center;
}

/* Links */

a {
    color: #FBFBFB;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
    color: #FEFEFE;
    text-decoration: none;
    outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 1px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1em;
    padding: 0;
}

/*---------------------------------------------------
3.1 Topbar
---------------------------------------------------*/

#section-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
  font: normal 20px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
  color: #FFFFFF;
}

#topbar-inner {
  background: #111;
  line-height: 0;
  text-align: center;
}

/*
Top Bar

By default, top navigation bar uses "fixed" position
*/

#section-topbar ul#nav {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border-right: 1px solid #222;
  /* For IE, the outcast */
  zoom: 1;
  
}

#section-topbar ul#nav>li {
  display: block;
  float: left;
  padding: 0;
}

#section-topbar ul#nav a {
    display: block;
    font: normal 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding-top: 22px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 20px;
    border-left: 1px solid #222;
}

#section-topbar ul#nav a:focus {
  background: #111;
  text-decoration: none;
  border-left: 1px solid #111;
}

#section-topbar ul#nav a:hover {
  background: #222;
  text-decoration: none;
  border-left: 1px solid #111;
}

#section-topbar ul#nav .active a {
  background: #44bbaa;
  border-left: 1px solid #111;
}

#section-topbar ul#nav .active a:hover {
  background: #44bbaa;
}

#section-topbar i {
    font-size: 20px;
}


.accordion-menu {
   margin: 0 0 60px 0;
   border: 2px solid #748992;
}
.accordion-menu dt {
   border-top: 2px solid #748992;
   background: #1e769c;
   padding: 10px;
   color: #fff;
}
.accordion-menu dt:first-child {
   border-top: none;
}
.accordion-menu dd {
  display: none;
  background: #e0eff5;
  padding: 10px;
  color: #222;
}


/*---------------------------------------------------
SECTION home
---------------------------------------------------*/

/* home */

#home{
    background: linear-gradient(#06380A, #1B6C4A);
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 100px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home h1 {
 font-size: 24px;
    color: white;
    text-align: center;
}

#home h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#home h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

/*---------------------------------------------------
SECTION home2
---------------------------------------------------*/

/* home2 */

#home2{
    background: #A04020;
    margin-top: 26px;
    padding-top: 10px;
    padding-bottom: 41px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 20px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: -55px;
}

#home2 h1 {
 font-size: 20px;
    color: white;
    text-align: center;
}

#home2 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#home2 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}


/*---------------------------------------------------
SECTION damy
---------------------------------------------------*/

/* damy */



#damy {
    background: #00418F;
    padding-top: 0px;
    color: white;
    padding-bottom: 0px;
}




/*---------------------------------------------------
SECTION livevideo
---------------------------------------------------*/

/* livevideo */

#livevideo h1  {
 font-size: 22px;
    color: white;
    text-align: center;
}

#livevideo h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#livevideo h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

#livevideo {
    background: #00418F;
    padding-top: 0px;
    color: white;
    padding-bottom: 0px;
}


/*---------------------------------------------------
SECTION specialvideo
---------------------------------------------------*/

/* specialvideo */

#specialvideo h1  {
 font-size: 20px;
    color: white;
    text-align: center;
}

#specialvideo h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#specialvideo h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

#specialvideo {
     background: #2c3e50;
     padding-top: 0px;
    padding-bottom: 0px;
    color: white;
}

/*---------------------------------------------------
SECTION specialvideo2
---------------------------------------------------*/

/* specialvideo2 */

#specialvideo2 h1  {
 font-size: 20px;
    color: white;
    text-align: center;
}

#specialvideo2 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#specialvideo2 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

#specialvideo2 {
     background: #2c3e50;
     padding-top: 0px;
    padding-bottom: 0px;
    color: white;
}

/*---------------

/*---------------------------------------------------
SECTION specialvideo3
---------------------------------------------------*/

/* specialvideo3 */

#specialvideo3 h1  {
 font-size: 20px;
    color: white;
    text-align: center;
}

#specialvideo3 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#specialvideo3 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

#specialvideo3 {
     background: #2c3e50;
     padding-top: 0px;
    padding-bottom: 0px;
    color: white;
}


/*---------------------------------------------------
SECTION specialvideo4
---------------------------------------------------*/

/* specialvideo4 */

#specialvideo4 h1  {
 font-size: 20px;
    color: white;
    text-align: center;
}

#specialvideo4 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#specialvideo4 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

#specialvideo4 {
     background: #2c3e50;
     padding-top: 0px;
    padding-bottom: 0px;
    color: white;
}




/*---------------



/*---------------------------------------------------
SECTION specialvideo5
---------------------------------------------------*/

/* specialvideo5 */

#specialvideo5 h1  {
 font-size: 20px;
    color: white;
    text-align: center;
}

#specialvideo5 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#specialvideo5 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

#specialvideo5 {
     background: #2c3e50;
     padding-top: 0px;
    padding-bottom: 10px;
    color: white;
}




/*---------------










/*---------------------------------------------------
SECTION recordvideo
---------------------------------------------------*/

/* recordvideo */

#recordvideo h1  {
 font-size: 24px;

    color: white;
    text-align: center;
}

#recordvideo h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#recordvideo h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}


#recordvideo2 h1  {
 font-size: 24px;

    color: white;
    text-align: center;
}

#recordvideo2 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#recordvideo2 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

#recordvideo3 h1  {
 font-size: 24px;

    color: white;
    text-align: center;
}

#recordvideo3 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#recordvideo3 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}

#recordvideo4 h1  {
 font-size: 24px;

    color: white;
    text-align: center;
}

#recordvideo4 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#recordvideo4 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}




#recordvideo5 h1  {
 font-size: 24px;

    color: white;
    text-align: center;
}

#recordvideo5 h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#recordvideo5 h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}



#recordvideo {
    background: #32007A;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;
}
#recordvideo2 {
    background: #09263C;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;
}

#recordvideo3{
    background: #32007A;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;
}


#recordvideo4 {
    background: #09263C;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;
}

#recordvideo5{
    background: #32007A;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;
}

#recordvideo6 {
    background: #09263C;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;
}


/*---------------------------------------------------
SECTION groupvideo
---------------------------------------------------*/
/*groupvideo */

#groupvideo h1  {
 font-size: 20px;
    color: white;
    text-align: center;
}

#groupvideo h2 {
 font-size: 16px;
    color: white;
    text-align: center;
}


#groupvideo h3 {
 font-size: 14px;
    color: white;
    text-align: center;
}


#groupvideo {
    background: #3A310F;
     padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
    }
    
#groupvideo2 {
    background: #3A310F;
    padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;;
}

#groupvideo3 {
     padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
}

#groupvideo4 {
    background: #3A310F;
    padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
}
#groupvideo5 {
    background: #3A310F;
   padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
}
#groupvideo6 {
    background: #3A310F;
   padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
}

#groupvideo7 {
    background: #3A310F;
  padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
}


#groupvideo8 {
    background: #3A310F;
  padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
}


#groupvideo9 {
    background: #3A310F;
  padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
}


#groupvideo10 {
    background: #3A310F;
  padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;}

#groupvideo11 {
    background: #3A310F;
  padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;}



#groupvideo12 {
    background: #3A310F;
   padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
    }


#groupvideo13 {
    background: #3A310F;
     padding-top: 0px;
    padding-bottom: 30px;
    color: #FFFFFF;
}



/*---------------------------------------------------
SECTION footwrap
---------------------------------------------------*/
/*footwrap */


#footwrap {
  background: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footwrap p {
  color: white;
}

#footwrap h5 {
  color: white;
}

#footwrap t {
  font-weight: 700;
}

#footwrap i {
  padding-right: 8px;
  color: #1abc9c;
}

/* Copyright Wrap */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#copyrights p {
  margin: 0 0 5px 0;
}

.credits {
  color: #999;
}

/* Global Values */

.desc {
    padding-top: 50px;
    padding-bottom: auto;
}

.desc p {
    color: #FFFFFF;
}

.desc t {
    color: #FFFFFF;
    font-weight: 700;
}

.desc imp {
  padding: 6px;
  color: white;
  background: #34495e;
}

.desc more {
    color: #000000;
}

sm {
  font-size: 12px;
}

/* Contact Form */

.contact-form label {
  color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #44bbaa;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #23c8b1;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}
