

/* for clearing any floats <br class=&quot;clearfloat&quot; /> */
.text-body {
  overflow: auto;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mobileMenu{
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#mobileMenuButton{
  display: block;
  background: blue;
  font-size: 14px;
  color: white;
  padding: 20px;
}
.page{
  width: 100%;
  position: absolute;
  left: 0;
  background: #f5f5f5;
  padding: 0 10px 0 15px;
}
.page.closeStatic{
  padding-top: 50px;
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.hover-zoom img,
.hover-zoom video {
 transition:all .3s linear
}
.hover-zoom:hover img,
.hover-zoom:hover video {
 transform:scale(1.1)
}
.title{
  
  font-size: 24px;
  color: #212121;
}

.item{
  display: block;
  color: #0397f9;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 500;
}
.item:hover{
  color: #0056b3;
}

.item i{
  color: #fd9f24;
font-size: 60px;
}

.more{
	background: #FFFFFF;
box-shadow: 0px 3px 6px #00000029;
border-radius: 6px;
height: 113px;
cursor: pointer;
text-align: center;
width: 200px;
float: left;
margin: 10px;
}
.templates{
text-align: left;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
transition: all 0.3s ease;
margin: 10px 10px 10px 0;
border-radius: 5px;
float:left;
cursor: pointer;
padding-top: 0px;
}
.button.back{
  display: block;
    color: #0397f9;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 5px 10px;
    border: 2px solid #0397f9;
    border-radius: 30px;
    font-size: 13px;
	cursor: pointer;
}
.button.back::before{
  content: '< ';
}
.button.close{
  background-image: url("../images/icons.png");
  background-position: left;
  background-repeat: no-repeat;
  margin: 20px 20px 0 20px;
  width: 24px;
  height: 30px;
}
.button.close.static{
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.mobileMenuOpener{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
}
.line{
  width: inherit;
  border-top: 4px solid orange;
  margin-bottom: 4px;
}
