﻿.header 
{
    display:none !important;
}

.layout .main {
    background: white !important;
    --header-gutter: 0px !important;
    padding-top: 0px !important;
}

.main-content
{
    padding:0px !important;
}


.ThemeGrid_Container {
    max-width: 1680px !important;
}

.RTL .gallery-item{
    margin-top: 0px !important;
}

div.RTL.gallery-item{
    margin-top: 15px !important;
    margin-left: 15px !important;
}

.height-130{
    height: 130px;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.Valign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}



#Overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#OverlayContent{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: black;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  background-color:white;
  padding:20px;
}


.phone .hideonphone{
    display: none;
}


.mycontent{
    line-height: 250%;
    text-align: right;
    
}

.menu_link a, .menu_link a:visited{
    color: white;
}