@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('assets/fonts/OpenSans-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('assets/fonts/OpenSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('assets/fonts/OpenSans-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url('assets/fonts/OpenSansCondensed-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url('assets/fonts/OpenSansCondensed-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url('assets/fonts/Roboto-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('assets/fonts/Roboto-BoldItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('assets/fonts/Roboto-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('assets/fonts/Roboto-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('assets/fonts/Roboto-Bold.woff2') format('woff2');
}

#no-ng-headercontainer{
  margin-bottom: 20px;
}
#no-ng-imagecontainer img{
  position: relative !important;
  max-width: 80vw !important;
  max-height: 70vh !important;
  vertical-align:middle
}
#no-ng-loadingcontainer{
  position: fixed;
  top: 50%;
  left: 50%;
  line-height: 1.42857143;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 1px rgba(0,0,0,0.1), 0 1px 6px rgba(0,0,0,0.1);
  -moz-box-shadow:    0px 3px 1px rgba(0,0,0,0.1), 0 1px 6px rgba(0,0,0,0.1);
  box-shadow:         0px 3px 1px rgba(0,0,0,0.1), 0 1px 6px rgba(0,0,0,0.1);
  padding: 20px;
  background-color: #FFFFFF;
  transition: opacity 1.5s ease-in;
}
#no-ng-titlecontainer{
  margin-left: 15px;
}
#no-ng-titlecontainer h2, #no-ng-titlecontainer h5{
  font-family: "Open Sans" !important;
  font-weight: 500 !important;
  color: #333 !important;
  margin-bottom: 10px;
}
#no-ng-titlecontainer h2{
  font-size: 30px;
  line-height: 33px;
  margin-top: 20px;
}
#no-ng-titlecontainer h5{
  font-size: 14px !important;
  line-height: 15.4px;
  margin-top: 10px;
}
#no-ng-imagecontainer > div{
  width: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(169, 169, 169, 0.8);
  -moz-box-shadow:    0px 0px 3px 0px rgba(169, 169, 169, 0.8);
  box-shadow:         0px 0px 3px 0px rgba(169, 169, 169, 0.8);
  /*transition: opacity 1s;*/
}
#no-ng-imagecontainer .image-description{
  position: absolute;
  font-size: 14px;
  padding:20px;
  color:#3f3f3f;
  bottom: 1em;
  width: 100%;
  background-color: rgba(255,255,255,0.85);
}
#no-ng-imagecontainer .image-description p {
  margin-top:10px;
  margin-bottom:10px;
}

#no-ng-imagecontainer .image-description{
  font-family: "Open Sans";
}
#no-ng-imagecontainer .image-description h3,#no-ng-imagecontainer .image-description h2, #no-ng-imagecontainer .image-description h1{
  font-size: 30px;
  line-height: 33px;
}

#no-ng-imagecontainer .image-description.small-screen{
  position: relative;
  bottom: auto;
  background-color: #fcfcfcfc;
}
#no-ng-imagecontainer h1, #no-ng-imagecontainer h2, #no-ng-imagecontainer h3, #no-ng-imagecontainer h4{
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#no-ng-imagecontainer span, #no-ng-imagecontainer h1, #no-ng-imagecontainer h2, #no-ng-imagecontainer h3, #no-ng-imagecontainer h4{
  width: 100%;
  font-family: "Open Sans";
  color: #6a6767 !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

@media(max-width: 768px){
  #no-ng-imagecontainer span, #no-ng-imagecontainer h1, #no-ng-imagecontainer h2, #no-ng-imagecontainer h3, #no-ng-imagecontainer h4{
    font-size: 20px !important;
  }
  #no-ng-imagecontainer h1, #no-ng-imagecontainer h2, #no-ng-imagecontainer h3, #no-ng-imagecontainer h4{
    padding: 15px;
  }
}
@media(max-width: 455px){
  #no-ng-imagecontainer span, #no-ng-imagecontainer h1, #no-ng-imagecontainer h2, #no-ng-imagecontainer h3, #no-ng-imagecontainer h4{
    font-size: 15px !important;
  }
  #no-ng-imagecontainer h1, #no-ng-imagecontainer h2, #no-ng-imagecontainer h3, #no-ng-imagecontainer h4{
    padding: 10px;
  }
}
#no-ng-imagecontainer span{
  display: block;
}
#no-ng-progressbar{
  background: #459ddc;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 2px;
  right: 100%;
  transition: transform 30s;
  -moz-box-shadow: 1px 1px 1px 0.5px rgba(176, 192, 206, 0.89);
  -webkit-box-shadow: 1px 1px 1px 0.5px rgba(176, 192, 206, 0.89);
  box-shadow: 1px 1px 1px 0.5px rgba(176, 192, 206, 0.89);
}
#preview, #no-ng-preview {
  width: 100%;
  height: 100%;
  border: none;
}

#no-ng-notification{
  background-color:#8BC34A !important;
}
#no-ng-notification .content{
  padding:0px !important;
}

#no-ng-notification .button{
  border: 1px solid white;
  text-align: center;
  padding:5px;
  margin-top:10px;
  cursor:pointer;
}

