@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neu&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');






.black          {background-color: #000;color: #fff;}
.dark           {background-color: #333;color: #fff;}
.moredark           {background-color: #121212;color: #fff;}
.faded           {background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255,0,0,0) 80%);}
.layer           {background-color: rgba(0, 0, 0, 0.7);}
.orangehd           {background-color: rgb(250, 102, 0);color: #fff;}
.blue           {background-color: #3ea1b4;color: #fff;}
.skyblue.thin   {background-color: #3594ba;color: #fff;}
.skyblue.dark   {background-color: #014e5c;color: #fff;}
.skyblue.sharp   {background-color: #29bff4;color: #fff;}
.skyblue        {background-color: #01768a;color: #fff;}
.gray     {background-color: #dadada;color: #424a4f;}
.light          {background-color: #f0f7f7;color: #424a4f;}
.light.gray     {background-color: #dfeeee;color: #424a4f;}
.gradient     {background-image: linear-gradient(0deg,#6b0060 0%,#ec0059 100%);color: #ffffff;}
.gradient.blue     {background-image: linear-gradient(90deg,#3ea1b4 0%,#1c578a 100%);color: #ffffff;}

.content 
{  

        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}
  

body
 {   
    line-height: 1;
    margin: 0; padding: 0;
    font-family: Heebo;    
}

ol
{
   
    
	 line-height: 1.5em;
     height: auto;
}


ul 
{
    line-height: 1.5em;
    height: auto;
    /*list-style: none;*/
    /*list-style-image: url('../img/disc.png');*/
}

ul.site-nav__items
{
    list-style: none;
}


strong 
{
	
	    color:#2980b9;    
}

a 
{   
    text-decoration: none;
    color: #2980b9;
}
a:hover
{   
    text-decoration: underline;
}

em 
{
    font-style: italic
}


/* cover in desktop env only */
.cover
{       
    color: #ffffff;    
    font-family: "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
}
@media (max-width: 767px){ .cover{margin: 0 ; visibility: hidden;  display: none;} }

.siteheader
{       
    background-color: #000000;
    height: 80px;      
}

.site-nav
 {
    margin: auto;
    max-width: 960px;
    background-color:#000; 
}

@media (max-width: 767px) 
{
    .site-nav 
    {
        height: 60px;
        overflow: hidden;
        padding: 0px 0px;
        -webkit-transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }
}
@media (min-width: 768px)
 {
    .site-nav 
    {
        margin-bottom: 0px;
        overflow: visible;         
    }
}

.site-nav__logo
 {
    display: block;
    position: absolute;
    margin-top: 8px;
    margin-left: 0px;
    font-size: 1.6rem;
}
.site-nav__toggle
 {
    border-radius: 3px;
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 40px;    
	background-color:#000000;
    
}
.site-nav__toggle:after,
.site-nav__toggle:before
 {
    border-bottom: 2px solid #FFF;
    box-sizing: content-box;
    content: "";
    left: 10px;
    position: absolute;
    width: 20px;
    background: #000000;
}
.site-nav__toggle:after 
{
    top: 19px;
    height: 4px;
     content: "";
     background: #000000;
}
.site-nav__toggle:before {
    top: 11px;
    height: 4px;
    border-top: 2px solid #fff;
    background: #000000;
}
@media (min-width: 768px)
 {
    .site-nav__toggle 
    {
        display: none;
    }
}


/* objects */
@media (max-width: 767px) 
{   
    .site-nav__items 
    {
     
        background: #464646;
        height: 0;
        padding: 0px;
        margin: 0px;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 80px;
    }
}

@media (min-width: 768px) 
{
    .site-nav__items 
    {
        float: right;
    
        /*border : 1px solid #000000;   */     
    }
}
.site-nav__item 
{
    height: 24px;
    margin: 0px; 
    padding: 8px;   
    font-weight: bold;    
}


@media (max-width: 767px) 
{
    .site-nav__item:first-child
     {
        margin-top: 12px
     }
}
@media (min-width: 768px) 
{
    .site-nav__item 
    {
        float: left;
    }
}


.site-nav__link 
{
    color: #fff;
    font-family: "challenger", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}


a.site-nav__link 
{
    text-decoration: none;
}



@media (max-width: 767px) 
{
   
    
    .site-nav__link 
    {
        display: block;
        padding: 4px;
        margin: 0px;
        
    }
    .site-nav__link:hover 
    {
        background: rgba(0, 0, 0, 1);
    }
}
@media (min-width: 768px) {
    .site-nav__link
     {
        color: #f1991b;
        /*margin-left: 10px;*/
    }
    .site-nav__link:hover
     {
        color: #ffffff;
    }
}
.site-nav__link--you-are-here
 {
    font-weight: 500;
}

@media (max-width: 767px) 
{
    .site-nav--open 
    {
        height: 270px;
        overflow: visible;
        -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }
    .site-nav--open .site-nav__toggle 
    {
        background: rgba(0, 0, 0, 0.1)
    }
    .site-nav--open .site-nav__items 
    {
        
        -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       height: 230px;
    }
}

/* TITLES */
.title
{    
   

    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;    
    line-height: 120%;
    font-size: 3.0rem; 
    margin: auto;
    text-align: left;


}
.title:after {
    background: #f1991b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    margin-top: 10px;
    margin-bottom:  3.0rem; 
    width: 100px;
    opacity: 1;
 }

 .titlecentered
{    
   

    font-family: "Heebo",sans-serif;
    font-weight: 600;    
    line-height: 120%;
    font-size: 3.0rem; 
    margin: 20px;
    text-align: center;


}
.titlecentered:after {
    background: #f1991b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    margin: 0 auto; /* This will center the border. */
    width: 30%; /* Change this to whatever width you want. */
    opacity: 1;
    text-align: center;
 }



.titledefault
{    
    font-family: "roboto",sans-serif;
    font-weight: 500;    
    line-height: 120%;
    font-size: 3.0rem;
    color: #000;
    /*text-shadow: 1px 1px 1px #000;*/
}

.subtitle
{    
    font-family: "poppins",sans-serif;
    font-weight: 400;
    margin: 36px 0 24px 0;
    line-height: 120%;
    position: relative;
    
    /*text-shadow: 1px 1px 1px #000;*/
}

.subtitle.orange
{    
    font-family: "roboto",sans-serif;
    font-weight: 400;
    margin: 36px 0 24px 0;
    line-height: 120%;
    position: relative;
    color: rgb(250, 102, 0)
    
    /*text-shadow: 1px 1px 1px #000;*/
}





  /*
 .subtitle:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #f1991b;
    top: 50%;
    width: 10%;
    right: 0;
    position: absolute;
  }
*/
.subtitle.small
{    
    font-family: "challenger",sans-serif;
    font-weight: 200;
    margin: 36px 0 24px 0;
    line-height: 120%;
}

.western
{    
    font-family: "Old Standard TT",sans-serif;
    font-weight: 200;
    margin: 36px 0 24px 0;
    line-height: 120%;
    font-size: 200%;
}

.officer
{ 
    border: 2px solid #fff;
}

.footer
{ 
    color: #ddd;
}

a.footer
{ 
    color: #ddd;
    text-decoration: none;
}

a.footer:hover
{ 
    color: rgb(250, 102, 0)
}

.linkbutton
{ 
    
   
    border: 1px solid #ccc;        
    background: #f1991b; 
    color: #ffffff; display: inline-block; font-family: 'Poppins', sans-serif;  line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 12px 17px 10px; text-transform: uppercase;
    font-size: 18px;
    
    
    
}


a.linkbutton
{     
    text-decoration: none;
    background-color:  rgb(250, 102, 0);
}

a.linkbutton:hover
{ 
    background-color: rgb(250, 102, 0);
}




.profile
{   
    text-align: center;
    margin: 20px;
}


.role
 {   
    font-size: 140%;
    color:  rgb(250, 102, 0);
    line-height: 1;
    margin-top: 20px; padding: 0;
    margin-bottom: 10px; padding: 0;
    font-family: Roboto;  
}

.signature
 {   
    font-size: 140%;
    line-height: 1;
    margin: 20; padding: 0;
    font-family: Kalam;  
}

.standardbutton.dark
{ background: transparent; border: 1px solid #333;
    color: #333; display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 10px 15px 8px; text-transform: uppercase;
 }
 
.standardbutton
{ background: transparent; border: 1px solid #FFFFFF;
    color: #FFFFFF; display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 10px 15px 8px; text-transform: uppercase;
 }


.date
 { background: #f1991b; 
    color: #ffffff; display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 10px 15px 8px; text-transform: uppercase;
 }

.date.inverse
 { background: transparent; border: 1px solid #f1991b;
    color: #f1991b; display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 10px 15px 8px; text-transform: uppercase;
 }



 .date.white
 { background: transparent; border: 1px solid #fff;
    color: #fff; display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 10px 15px 8px; text-transform: uppercase;
 }

 .category
 { background: #7e7e7e; 
    color: #ffffff; display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 10px 15px 8px; text-transform: uppercase;
 }

 .category.inverse
 { background: transparent; border: 1px solid #7e7e7e;
    color: #7e7e7e; display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 10px 15px 8px; text-transform: uppercase;
 }
 .category.white
 { background: transparent; border: 1px solid #fff;
    color: #fff; display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; line-height: 12px; 
    letter-spacing: 1px; margin: 0 0 30px; padding: 10px 15px 8px; text-transform: uppercase;
 }


h1
{    
    font-family: "Bebas Neue",sans-serif;
    font-weight: 800;
    margin: auto;
    line-height: 120%;
    text-align: left;
    border-bottom: 4px solid #04AEDA ;
}
h2
{    
    font-family: "Heebo",sans-serif;
    font-weight: 400;
    margin: 36px 0 24px 0;
    line-height: 120%;
    text-align: left;
}
h3
{    
    font-family: "Heebo",sans-serif;
    font-weight: 300;
    margin: 36px 0 24px 0;
    line-height: 200%;
    text-align: left;   
}

p
{    
    /*font-family: "challenger",sans-serif;*/
    font-family: 'helvetica';
    font-size: 10px;
    margin: auto;
    /*border: 1px solid #FF0000;*/
}

.blockfit
{        
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* number of lines to show */
    -webkit-box-orient: vertical;
}


.imagefit.plus
{	
    border: 1px solid #fff;
    display: block;
    margin: 0px auto;
    width: 100%;    
    height: 300px;
}



.imagefit
{	
    border: 1px solid #fff;
    display: block;
    margin: 0px auto;
    width: 100%;    
}
.imagefit.simple
{	
    border: none;
    display: block;
    margin: 0px auto;
    width: 100%;    
}
.imagefit.margin
{
    margin:16px;
}

/* BASIC CLASSES */

.page_container 
{
    margin: auto;
    max-width: 960px;
    padding: 0px 10px 18px 10px;
    border: 0;
}
@media (min-width: 900px) 
{
    .page_container 
    {
        padding: 45px 45px 45px 45px; 
    }
}
@media (min-width: 1024px) 
{
    .page_container 
    {
        padding: 45px 90px 45px 90px;
    }
}
@media (max-width: 640px) 
{
    .page_container 
    {
        padding: 0px 10px 20px 0px;
        margin: 0px;
    }
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  padding: 20px 10px;
}

.gallery img {
  width: 100%;
  max-width: 400px;
  height: 300px;
  object-fit: cover;
  /*border-radius: 10px;*/
  border: 2px solid #fff

}


.galleryrow {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    align-content: flex-start;
    flex-wrap: wrap;
    padding: auto;
  }
  
  /* Create four equal columns that sits next to each other */
  .gallerycolumn {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: auto;
    /*margin: 4px;*/
  }
  
  .gallerycolumn img {
    /*margin: 2px;*/
    vertical-align: middle;
    width: 100%;
    /*height: 100%;*/
    /*margin: 4px;*/
        border: 1px solid #fff
        /*margin: 8px;*/
       
      /*
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;*/
      
  }
  .gallerycolumn img:hover
  {
      
      
  }
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .gallerycolumn {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .gallerycolumn {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }



.grid
{
    display: grid;
    flex-direction: row;
	flex-wrap: wrap;    
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    /*margin: 36px 0 36px 0;*/
    /*padding-bottom: 20px;
    padding-top: 20px;*/ 
}

@media (min-width: 1600px) { .grid{ margin: 0px;grid-template-columns: 1fr 1fr 1fr 1fr;} }
@media (max-width: 1024px) { .grid{ margin: 0px;grid-template-columns: 1fr 1fr;} }
@media (max-width: 640px) {  .grid{ margin: 0px;grid-template-columns: 1fr;} }

.container
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    /*padding-bottom: 20px;
    padding-top: 20px;*/
    width: 100%;
}
@media (max-width: 640px) { .container{margin:0px; padding-top: 0px;padding-bottom: 0px;grid-template-columns: 1fr;grid-template-rows: 1fr;}}

.cell
{    
    padding: 0px; 

}

.normal
{    
    padding: 25px 25px 25px 25px;
}

.normal.box
{    
    border: 1px solid #cecece;
    background-color: #fff;
    margin: 25px;
    padding: 0px;
}

/* cover in desktop env only */



.videocover
{       
    color: #ffffff;    
    font-family: "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
}



@media (max-width: 767px){ .cover{margin: 0 ; visibility: hidden;  display: none;} }


.video-container {
  position: relative;
  bottom: 0%;
  height: 300px !important;
  width: 100vw;
  overflow: hidden;
  background: #000;
  display: block !important;
}

.video-container video 
{

  transform: translatez(0);
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;  
/* here You can control your video height width */
  min-width: 50%;
  min-height: 50%;      
}

.video-container video.fillWidth {
  min-width: 100%;
  min-height: 100%;
}


.video
{    
   
    display: block;
    margin: 0px auto;
    width: 100%;  
    height: 240px;
    border: 1px solid #fff;
}


.normal.white
{      
    background-color: #fff;color: #222;
    margin: 24px;
}


.normal.spaced
{    
    margin: 12px;
}

.spaced
{    
    margin: 12px; 
    border: 1px solid #FF00FF;
    padding: 25px 25px 25px 25px;
}


.normal > p
{    
    font-size: 1.0rem;
    line-height: 2rem;
    font-weight: 90%;
    hyphens: none;
    margin: 12px 0 24px 0;
    /*border: 1px solid #FF0000;*/
}

.normal > p.bordered
{    
    padding: 25px 0px 25px 0px;
}

.normal > h1
{    
    font-size: 3.0rem;
    line-height: 2.4rem;
    font-weight: 600; 
}

.normal > h2
{    
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 400; 
}
.normal > h3
{    
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-weight: 300; 
}

.normal > h4
{    
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 200; 
}

@media (min-width: 900px) 
{

    .normal 
    {
        padding: 25px 25px 25px 25px; 
    }
    
    
    .subtitle
    {    
        font-size: 2.0rem;
        line-height: 1.4;
        font-weight: 300; 
        height: 100px;
    }
    .subtitle.small
    {    
        font-size: 1.2rem;
        line-height: 1.4;
        font-weight: 200; 
    }
    
}

@media (max-width: 1024px) 
{
    .normal 
    {
        padding: 25px 25px 25px 25px;
    }
    
       .title
    {    
        font-size: 1.8rem;
        line-height: 1.0;
        font-weight: 200; 
    }
        .titledefault
    {    
        font-size: 1.8rem;
        line-height: 0.8;
        font-weight: 200; 
    }
    
    
     .subtitle
    {    
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: 200; 
    }
}
@media (max-width: 640px) 
{
    .normal 
    {
        padding: 10px 10px 10px 10px;
        margin: 8px;
    }

    .normal > p
    {
        margin: 10px 0px 10px 0px;
        line-height: 1.6rem;
    }    
    .normal > h1
    {    
        font-size: 1.8rem;
        line-height: 1.6;
        font-weight: 200; 
    }

    .video
    {    
        width: 100%;
        height: 240px;
    }


    


    .subtitle
    {    
        font-size: 1.4rem;
        line-height: 1.2;
        font-weight: 200; 
        margin: 30px 0px 10px 0px;
    }
    
    .title
    {    
        font-size: 1.8rem;
        line-height: 1.6;
        font-weight: 200; 
    }
        .titledefault
    {    
        font-size: 1.8rem;
        line-height: 1.6;
        font-weight: 200; 
    }
    
    
    
    /* link buttons */
    
    
    
    .btncontainer 
    {
        margin: 20px 0px 20px 0px;
    }
    
    .footer 
    {
        padding: 0px 0px 0px 0px;
        margin: 0px;
    } 



     .footertitle 
    {
        padding: 0px 0px 0px 0px;
        margin:  0px 10px 0px 10px;
    }
    .footerblock
    {
        padding: 0px 0px 0px 0px;
        margin:  0px 10px 0px 10px;
    }


}