.delete {
  position: relative;
  cursor: pointer;
  top: 3px;
  height: 0px;
  left: 7px;
  text-align: center;
}
.topbuttons:hover {
  color: red;
}
.topbuttons{
    color: #b1d207;
}
.descsmall{
  font-size: 11px;
}
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
    overflow-x: hidden;
    height: 100%;
}
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Varela Round', sans-serif;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #FC466B;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
    vertical-align: middle;
    text-align: center;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
    z-index: 1052;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: bold;
    padding: 10px 10px 5px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
#headerTitle{
  width: 66%;
}
#postnew{
    position: absolute;
    top: 17px;
    right: 25px;
    color: white;
    cursor: pointer;
}
  .mousehand{
    cursor: pointer;
  }
div.gallery {
  border: 1px solid #ccc;
  /*width: 284px;*/
  padding: 10px 10px 10px 10px;
  border: 1px solid #BFBFBF;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  height: 140px;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 20%;
  padding-bottom: 10px;
}

@media handheld, (min-width: 320px), (orientation: portrait)
{
  .responsive {
    width: 99%;
  }
  #headerTitle{
  padding-top: 2.5vh;
  }
}

@media handheld, (min-width: 450px), (orientation: portrait)
{
  .responsive {
    width: 49.99%;
  }
}

@media handheld, (min-width: 600px), (orientation: landscape)
{
  .responsive {
    width: 33%;
  }
  #headerTitle{
  padding-top: 0vh;
  }
}

@media handheld, (min-width: 700px), (orientation: landscape)
{
  .responsive {
    width: 25%;
  }
  #headerTitle{
  padding-top: 0vh;
  }
}

@media handheld, (min-width: 800px), (orientation: landscape)
{
  .responsive {
    width: 25%;
  }
  #headerTitle{
  padding-top: 0vh;
  }
}

@media handheld, (min-width: 900px), (orientation: landscape)
{
  .responsive {
    width: 25%;
  }
  #headerTitle{
  padding-top: 0vh;
  }
}

@media handheld, (min-width: 1600px), (orientation: landscape)
{
  .responsive {
    width: 25%;
  }
  #headerTitle{
  padding-top: 0vh;
  }
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  .responsive {
    width: 50%;
  }
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  .responsive {
    width: 50%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  .responsive {
    width: 25%;
  }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  .responsive {
    width: 50%;
  }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  .responsive {
    width: 50%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  .responsive {
    width: 16.66%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.filter{
  display: none;
  text-align: -webkit-center;
  top: 100px;
}
.login{
  display: none;
  top: 100px;
}
#divOptbutton{
    position: absolute;
    right: 1vw;
    display: inline-flex;
    font-size: 30px;
    color: red;
    z-index: 0;
}
.contact{
  padding: 5px;
  cursor: pointer;
}
.contactdiv{
  text-align: center;
  padding: 0 0px 5px 0px;
}
@media print {
    html, body {
       display: none;  /* hide whole page */
    }
}