/* The Modal (background) */
.modal {
   
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */sh
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
   text-align: center;
  padding: 40px;
  border: 1px solid #888;
  max-width: 400px;
  width: 80%;
}

/* The Modal (background) */
.udatmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
   
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.udatmodal-content {
  border-radius: 25px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}


.shop-icon-warnings
{
    color:  #906B3F;
    font-weight: bold;
    padding: 5px;
}

.udatitemimage
{
   height: 550px !important;
}

.product-mainimage
{
    width: 100%;
}

.shop-product-cartadd
{
    font-size: 2.3em;
    padding-top: 20px;
}


.shopcontinuebtn
{
    color: white;
    background-color: black;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-radius: 15px;
    
    
}

.shopcontinuebtn:hover
{
  color: #ffedd9;
    background-color: #a37d50;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-radius: 15px;
    
    
}

.promocodebox
{
margin-top: 15px;
    font-size: 1em;
    padding-top: 8px;
    padding-bottom: 
    9px;
}

.validatebtn
{
    margin-top: 15px;
    width: 30%;
    margin-left: 2%;
    padding: 10px;
    color: white;
    cursor: pointer;
    
    text-align:center;
    background-color: black;
}

.validatebtn:hover
{
    width: 30%;
    margin-left: 2%;
    padding: 10px;
    color: white;
    cursor: pointer;
    
    text-align:center;
    background-color: 
    grey;
}


.shopcontinuebtn a
{
  
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-radius: 15px;
    text-decoration: none;
    
}

.shopy:hover
{
    color: black;
    cursor: pointer;
    background-color: white;

}





.shopyb:hover
{
    color: white;
    cursor: pointer;
    

}

.shop-select
{
    font-size: 0.8em;
    
    padding: 8px;
    max-width: 550px;
   
    text-align: left;
  
}

.shop-product-buy
{
    color: white;
    background-color: black;
    width: 200px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-radius: 15px;
}


.shop-product-addtocartarea
{
    padding-top: 20px;
    font-weight: bold;
}

.shop-product-current-item
{
   
    font-weight: bold;
}

.shop-filter-list-item
{
    font-weight: normal;
    font-size: .8em;
    line-height: 2em;
    padding-left: 30px;
}

.shop-filter-list-item a
{
    color: black;
    text-decoration: none;
}

.shop-filter-list-item a:hover
{
    color: black;
    text-decoration: underline;
}

.shop-category-list-item a
{
    text-decoration: none;
    color: black;
}

.shop-category-list-item a:hover
{
   text-decoration: underline;
}

.shop-category-list-item
{
    font-weight: normal;
    font-size: .8em;
    line-height: 2em;
    padding-left: 10px;
}

.shop-filter-list-item-top
{
    font-weight: bold;
    font-size: .8em;
    line-height: 2em;
    padding-left: 10px; 
}


.shoptable
{

   display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 1%; 
  width: 100%;
}



.shopcartshipping {
  flex: 66%;
 
  
  margin-top: 20px;
  margin-bottom: 20px;

}
.shopcartinfo {
  flex: 31%;

}

.basketproductdetailinfoleft
{float:left;}

.basketproductdetailinforight
{float:right;}

.basketproductdetailhead
{
    width: 100%;
    color: black;
    font-weight: bold;
    font-size: 1em;

    padding-bottom: 5px;
}

.basketproductdetailinfoline
{
    width: 100%;
    color: 
#9e9e9e
;

    font-size: 0.8em;
    font-family: 'Courier';
    padding-bottom: 15px;
}

.basket-itemholder
{
    width: 100%;
    margin-top: 25px;
    height: auto;
    display: inline-block;
}

.basketproductimage
{

    float: left;
}


.row-shoparticle
{
    width: 100%;
}

.bgtileshop .productcolums
{
      display: flex;
  flex-direction: row;
  flex-wrap: wrap;
justify-content: center;
  gap: 1%;

}

.shop-product-headline h1
{
	
    font-size: 2.3em;
    color: black;
    line-height: 1.3em;

    
}



.shop-product--single {
  display: flex;
 column-gap: 2%;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}


.shop-product-subtext
{
    font-size: 16px;
      
      padding-left: 20px;
      padding-right: 20px;
border: 2px solid black;
}

.bgtileshop .row-element5
{
    width: 95%;
    
}

.bgtileshop .productcolumn
{
  flex: 30%;

}


.shop-product-results-flex {

  flex-direction: column;
  flex-basis: 15%;
    display: flex;
 column-gap: 2%;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;

}



.shop-product-search-refine
{
margin-top: -24px;
}

.shop-product-search-refine h4
{
    font-size: 18px; padding:10px;
    color: white;
    background-color: black;
}

.shop-product-itemholder
{
    line-height: 1.8em;
    width: 95%;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.shop-product-left {
  
  flex-direction: column;
  flex-basis: 49%;

}

.shop-product-right {
  
  flex-direction: column;
  flex-basis: 49%;

}

.basketproductdetail
{
padding-left: 20px;
    float: left;
    width: 70%;
}

.shopcartinfoinnerhead
{
    font-size: 1.4em;
      	
}

.shopcartinfoinner
{
    background-color: white;
    color: black;
    padding: 20px;
    margin-top: 20px;
    
}



.shopdiscounttext
{
    font-family: 'Courier';
    font-size: 0.5em;
    color: red;
}

.shop-product--fullsearcharea
{
display: inline-flex;
  flex-wrap: wrap;
  gap: 2%;
  width: 100%;

}


.paymentbutton
{
    width: 100%;
cursor: pointer;
    color: white;
    background-color: teal;
    padding: 15px;
    text-align: center;
    margin-bottom: 5px;
}


.shop-qty-selector
{
    font-size: 0.8em;
    font-family: 'Courier';
    padding: 8px;
    width: 100px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}


/* The Close Button */
.udatmodalclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.footerflex a
{
    color: white;
}

.balloons
{
    background-image: url('balloons.jpg');
    font-size: 200%;
    color: white;
    text-shadow: 2px 2px 4px #000000;
 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.respvideo {
    overflow: hidden;
    position: relative;
    width:100%;
}

.tfestbg
{
    
    background-image: url('tfestbg2019.jpg') !important;
      background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   background-attachment: fixed;
    
}

.respvideo::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}


.respvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.eventgrid
{


}

.pagetitlearea
{
    background-image: url('bluebar.jpg');
    height: 55px;

    padding-top: 10px;
    padding-bottom: 18px;
    color: white;
}

.newsheader
{
  background-image: url('oddiesbg.png');
  background-size: cover;
  padding-bottom: 120px;
}

.newsarticle
{

        background-color:  #996632;
      padding-bottom: 40px;
      color: #d4cbc1;
      padding-top: 40px;
}

.twocol-flex-sidebar
{
  display: flex;
  align-items: top;
 justify-content: space-between;
 margin-bottom: 40px;

}


.twocol-content-sidebarmain
{
   
    background: url("lacebg.png");
    background-repeat: repeat;
 border: 2px solid #ffffff;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 20px;
 margin-top: 40px;
 margin-bottom: 40px;
  flex-basis: 70%;
}

.twocol-content-sidebarside
{

margin-top: 40px;
flex-basis: 23%;
}


.tf-content-left {
   border-radius: 5px;
    background: url("lacebg.png");
    background-repeat: repeat;
 border: 2px solid #ffffff;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 20px;
 margin-top: 40px;
 margin-bottom: 40px;
 flex-basis: 70%;
}

.tf-content-right
{
margin-top: 40px;
flex-basis: 23%;
}

.whatson
{
  background-image: url('eventbg.png');
  background-size: cover;
  padding-bottom: 80px;
}


.row-categoryarticle
{
 background-color: #d4cbc1;
 padding-top: 30px;
}



.row-categoryarticle-alt
{
 background-color: #996632;
 padding-top: 30px;
}

.newslist-maintext
{

        color:  #996632;
      padding-bottom: 30px;
}

.newslist-headline
{
     font-size: 2em;
  color:  #996632;

  margin-bottom: 35px;
  padding-bottom: 20
}
  .udat-fullarticle-headline
  {
    padding-top: 30px;
       font-size: 2em;
    color:  #d4cbc1;

    margin-bottom: 35px;
    padding-bottom: 20px;
  }



.newslist-headlinedate
{

    color:  #996632;
    font-weight: bold;
    padding-top: -20px;
  padding-bottom: 30px;
}

.udat-fullarticle-headlinedate
{


    font-weight: bold;
  padding-bottom: 30px;
      padding-top: -20px;
        color:  #d4cbc1;
}

.newslist-headlinedate-alt
{


    font-weight: bold;
  padding-bottom: 30px;
      padding-top: -20px;
        color:  #d4cbc1;
}


.newslist-link a
{

border-radius: 6px;
padding: 10px;
color: #996632;
border: 2px solid #996632;
text-decoration: none;

}

.newslist-link a:hover
{
background-color:#996632;
color: #d4cbc1;
}




.newslist-maintext-alt
{

        color:  #d4cbc1;
      padding-bottom: 30px;
}

.newslist-headline-alt
{
     font-size: 2em;
  color:  #d4cbc1;


  margin-bottom: 35px;
  padding-bottom: 20px;
}


.newslist-link-alt a
{


padding: 10px;
color: #d4cbc1;
border: 2px solid #d4cbc1;
text-decoration: none;

}

.newslist-link-alt a:hover
{
background-color:#d4cbc1;
color: #996632;
}




body
{
  padding: 0px;
  margin: 0px;
line-height: 1.5rem;
  font-family: 'Arvo', serif;
background-image: url('woodbg.jpg');


}

@font-face {
    font-family: 'Tallitha Free';
    src: url('TallithaFreeRegular.woff2') format('woff2'),
        url('TallithaFreeRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.topnav a {
font-weight:400;

  color: #d4cbc1;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;

}

.hero-centre-headline
{
    font-size: 40px;
    color:  #d4cbc1;

    margin-top: 30px;
    padding: 10px;
    margin-bottom: 30px;
}

.topnav
{
  margin-top: 55px;
}

.topnav a:hover {

    box-shadow: 0 3px 0 #996632;
}

.topnav a:active {
  box-shadow: none;
  top: 5px;
}

.row-article
{
  padding-top: 50px;
  padding-bottom: 50px;

}

.row-element
{
  width: 100%;

}

.row-content
{
max-width:   1280px;
margin-left: auto;
margin-right: auto;
}

.row-innercontent
{
  text-align: left;
  width: 100%;
}

.f1
{

}

.sidebarnaviglist a
{
  
  height: auto;
  width: 92%;
  padding: 4%;
  background-image: url("2017-bgblueblock.jpg");
  color: #6699FF;
  font-size: medium;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;

}

.listnav a
{
  
  height: auto;
  width: 90%;
  padding: 15px;
  background-image: url("2017-bgblueblock.jpg");
  color: yellow;
  font-size: medium;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;

}

.sidebarnaviglist a:hover
{
  color: white;
}

.f2
{


}

.tf-content-area
{
  display: flex;
  align-items: top;
 justify-content: space-between;
 margin-bottom: 40px;
}

.article-newslistholder-item
{
  display: flex;
   align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
}

.flipperinner
{
  text-align: center;
  padding-top: 13px;
}

.flipperarea
{
  height: 80px;
  background-image: url('redbar.png');
  background-size: cover;
}

.article-newslistholder-item-alt
{
  display: flex;
   align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
}


.footerflex
{
  display: flex;
  justify-content: space-between;
}

#footer
{

  background-color: #303030;
  min-height: 200px;
  padding-top: 70px;
  padding-bottom: 50px;
  color: #d4cbc1;

}

.row-articles
{
  padding-top: 40px;
    color: #d4cbc1;

}


.videoboxer
{
padding-top: 14% !important;
padding-bottom: 14% !important;
}

.row-twocols
{
  color: #99663;
    background-color: #996632;
}


.row-wysiwyg-element
{
       color: #99663;



      padding-top: 30px;
      padding-bottom: 30px;
}

.row-hero-left
{
    color: #99663;
      background-color: #996632;
}

.standard-page
{
    background-color: #d4cbc1;
      background-color: #996632;
}

.row-hero-right
{

      background-color: #d4cbc1;
}

#navigation-area
{


  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}

.breakline
{
    display: none;
}

.frontpage-bgwood
{
  background-image: url('images/odddfellows-wood-bg.jpg');
background-size: cover;
}



.row-element1
{

}

.frontpage-woodbg
{


  color: white;
  padding-bottom: 80px;
}


.hero-left
{
  text-align: left;

}

@keyframes createBox {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}


.twocol-flex
{
      display: flex;
      min-height: 500px;
      justify-content: space-between;
}



.hero-flex-left
{
      display: flex;
      min-height: 500px;
}

.hero-flex-right
{
      display: flex;
      min-height: 500px;
}



.row-contact-form
{
   padding-top: 30px;


  background-image: url('images/odddfellows-wood-bg.jpg');
  background-size: cover;
}


.udatitemheadline-article
{
  display: none;
}

.hero-left-img
{
flex-basis: 50%;
  align-self: center;
}


.newslist-itemtext
{
   flex: 0 0 65%;
   padding-left: 5%;

 }

.newlist-img
{
   flex: 0 0 30%;
   margin-bottom: 35px;
   padding-bottom: 20px;
}
.newslist-img img
{


width: 100%;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.hero-left-img img
{
border-radius: 2%;

width: 100%;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.hero-right-img
{
flex-basis: 50%;
  align-self: center;
}

.hero-right-img img
{
border-radius: 2%;

width: 100%;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}






.hero-contentarea-right
{

  margin-top: 50px;
  margin-bottom: 50px;

width: 50%;
   padding-right: 5%;
  align-self: center;
    color:  #996632;
}


.udat-formsection
{
  padding-top: 20px;
  padding-bottom: 20px;

}

.toggleswitch
{
    display: none;
padding: 5px;
}

.udat-formlabel
{
float: left;
color: #d4cbc1;
width: 40%;

}

.udat-frominput
{
  float: left;
  width: 60%;
}

@media screen and (min-width: 991px) {
#myListnav
{
    display: block !important;
}
}


@media screen and (max-width:990px) {
  .hero-flex-left { flex-wrap: wrap;  }
  .footerflex { flex-wrap: wrap;  }
.twocol-flex {flex-wrap: wrap;}

.flipperinner
{
display: none;
}


#myListnav
	{
	    display: none;
position: fixed;
padding: 5px;
z-index: 999;
top: 25px;
background-color: black;
	}
	
		.listnav .responsive
	{
	   background-color: blue !important;
	}
	
	.toggleswitch
	{
	    display: block;
	    color: white;
	    content: "Menu";
	    width: 100%;
	      cursor: pointer;
  background-color: black;
  height: 30px;
  
	}


.f1 {flex-basis: 100%; text-align: center;}
.f2 {flex-basis: 100%; text-align: center;}

.twocol-flex-sidebar
{
  flex-wrap: wrap;
  
}

.twocol-content-sidebarmain
{
  flex-basis: 100%;
}
.twocol-content-sidebarside
{
  flex-basis: 100%;
}

.newslist-itemtext
{
  text-align: center;
flex-basis: 100%;
padding: 0px;
margin-left: 0px;
 }

.newslist-img
{

    flex-basis: 100%;
}

.newslist-img img

{
  width: 100%;
}

.twocol-content
{
  flex-basis: 100% !important;
  text-align: center;
  padding: 5px;
}

.twocol-headline
{
  text-align: center;
}

  .hero-left-img { flex-basis: 100%; }
  .hero-contentarea-left { flex-basis: 100%;
      padding: 20px;
      text-align: center;
  }

.hero-flex-right { flex-wrap: wrap;  }
  .hero-right-img { flex-basis: 100%; }
  .hero-contentarea-right { flex-basis: 100%;
      padding: 20px;
      text-align: center;
  }


  .hero-centre-headline { font-size: 1.2em;}

  }

.hero-contentarea-left a
{
      color:  #d4cbc1;
}

.hero-contentarea-left
{

width: 50%;
   padding-left: 5%;
  align-self: center;
   color:  #d4cbc1;
   margin-top: 30px;
   margin-bottom: 30px;
}


.hero-right-link
{
  padding-top: 20px;
  padding-bottom: 20px;
}

h6
{
  font-size: 1.2em;
  color:  navy;
}

.hero-right-link a
{

border-radius: 6px;
padding: 10px;
color: #996632;
border: 2px solid #996632;
text-decoration: none;
}

.hero-right-link a:hover
{
background-color:#996632;
color: #d4cbc1;
}

.contactform-headline
{
  font-size: 2em;
  color:  #d4cbc1;

  margin-top: 35px;
  margin-bottom: 35px;
  padding-bottom: 20px;
}



.article-headline
{
  font-size: 2em;
  color:  #d4cbc1;
  font-family: Tallitha Free;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.hero-right-headline
{
    font-size: 2em;
    color:  #996632;
    font-family: Tallitha Free;
    margin-top: 35px;
    margin-bottom: 35px;


}

.hero-right-content
{
 font-size: 15px;
   line-height: 25px;

}

.hero-left-link
{
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-left-link a
{

border-radius: 6px;
padding: 10px;
color: #d4cbc1;
border: 2px solid #d4cbc1;
text-decoration: none;
}

.hero-left-link a:hover
{
background-color:#d4cbc1;
color: #996632;
}

.hero-left-headline
{
    font-size: 2em;
    color:  #d4cbc1;
    font-family: Tallitha Free;
    margin-top: 35px;
    margin-bottom: 35px;

}

textarea
{
  width: 50%;
  border-radius: 6px;
  color: ##996632;
  border: 2px solid #d4cbc1;;
  text-decoration: none;
  font-size: 20px;
     cursor:pointer;
 font-family: 'Montserrat';
 outline:none;
}




select
{
  border-radius: 6px;
  color: ##996632;
  border: 2px solid #d4cbc1;;
  text-decoration: none;
  font-size: 20px;
     cursor:pointer;
 font-family: 'Montserrat';
 outline:none;
}

select:hover
{
    border: 2px solid #996632;
}


textarea:hover
{
    border: 2px solid #996632;
}



.twocol-headline
{
    font-size: 2em;
    color:  #d4cbc1;
    font-family: Tallitha Free;
padding-top: 70px;

}

.twocol-content
{
flex: 0 0 45%;
 font-size: 15px;
   line-height: 25px;
color:  #d4cbc1;

   font-family: 'Montserrat', sans-serif;


  color:  #d4cbc1;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero-centre-content
{
 font-size: 15px;
 color: white;
   line-height: 25px;
      font-family: 'Montserrat', sans-serif;

}

.hero-left-content
{
 font-size: 15px;
   line-height: 25px;

}

.hero-centre
{
  text-align: center;

}

.hero-centre img
{
  width: 30%;
  min-width: 250px;
}


#largehero
{
  text-align: center;

}






.dropdown a:hover;
{

}



/* Add an active class to highlight the current page */


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: inherit;
  border: none;

  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;

}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */


/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }

  .map-resp{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-resp iframe{
    left:0;
    top:0;
    height:95%;
    width:95%;
    position:absolute;
}

.udat-formlabel
{
  width: 100% !important;
  text-align: center;
  margin-bottom: 25px;
}
.udat-forminput
{
  width: 100% !important;
  text-align: center;

}

.contactform-headline
{
  text-align: center;
  width: 100%;
}

select
{
  width: 90% !important;
  margin-left: 5%;
}

textarea
{width: 90% !important;
}
input
{width: 90% !important;
}

  .topnav a.icon {
    float: right;
    display: block;
  }

#toplogoarea{
  width: 100% !important;
  text-align: center;
}

#topnavigationarea{
  width: 97% !important;
  text-align: center;
  position: fixed !important;
  top: 40px !important;

}
#navigation-area
{
  background-color: black !important;
  background-image: none !important;
  height: 150px !important;
}

}
@media screen and (min-width: 901px) {



}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

.tf-content-area :nth-child(1) {order: 1;}
.tf-content-area :nth-child(2) {order: 2;}


.footerflex :nth-child(4) {order: 1;}
.footerflex :nth-child(1) {order: 3;}
.footerflex :nth-child(2) {order: 2; display: none;}
.footerflex :nth-child(3) {order: 3;}

  .hero-flex-right :nth-child(1) {order: 2;}
.hero-flex-right :nth-child(2) {order: 1;}


.newslist-img img
{
border-radius: 0% !important;
}

.hero-left-img img
{
border-radius: 0% !important;
}

.hero-right-img img
{
border-radius: 0% !important;
}

.article-headline
{
text-align: center;
}

h6
{
  text-align: center;
}

.udatitemtext
{
  text-align: center;
}

.udatitemholder-multiple a:hover
{
  text-align: center;
}

.topnav
{
background-color: black;
display: block;

text-align: left;

}

  .topnav.responsive a {
    float: none;
    display: block;

    text-align: left;

  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
        text-align: left;
  }


}










/* Settings - feel free to play with these */
$overlay_opacity: 0.3; // 0-1
$overlay_pattern: 'https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png'; // Grab the url of a png from here - http://html5backgroundvideos.com/pattern-overlays/

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

/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */
.demo-video-wrapper {
	background-image: url(https://d3k5xyayaartr5.cloudfront.net/_assets/home-video/beach-waves-loop.jpg);
}

/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: url($overlay_pattern) left top repeat;
  opacity: $overlay_opacity;
}
.video-hero--content {
	position: relative;
	text-align: center;
	color: #FFF;

	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}


h2
{
  font-size: 30px;
line-height: 35px;
}

h3
{
  font-size: 1.5em;

}

.video-hero--content h2 {
	font-size: 34px;
	margin: 0 0 10px;
}
.video-hero--content p {
	font-size: 20px;
	margin: 0;
}

/* Other stuff */
body {


}
a {
	text-decoration: none;
	color: #a46497;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.page-width {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
}
#header {
	background: #2c2d33;
	padding: 2em 0;
}
#header a {
	color: #FFF;
}
.title {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.subtitle {
	display: block;
	font-weight: normal;
	font-size: 15px;
	color: #959699;
}
a:hover .subtitle {
	color: #FFF;
}
#site-title {
	float: left;
	margin: 0;
}
#content {
	padding: 40px 0;
}


/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
  z-index: 0;
	min-height: 100%;
	width: auto;
	height: auto;

	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
  display: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}



/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.reviewp-frame
{
padding: 20px;
background-color: #c0b3a5;
border-radius: 6px;
font-weight: heavy;
font-size: 1.3em;
}


/* datepicker css */

.ui-datepicker {
    text-align: center;



}
