.shop .imageholder {
  background-color: #522C1B;
  float: left;
  margin: 10px 10px 15px 0px;
  padding: 5px; }

.shippingExplanation {
  padding: 10px;
  background-color: #522C1B; }

p.productPriceNoShipping {
  color: #FCAF17;
  font-size: 1.5em; }

.productPrice {
  margin-top: 15px;
  font-size: 1.6em;
  color: white;
  font-weight: bold; }

#MRSkin {
  font-family: 'Lato', sans-serif;
  font-size: 14px; }

#MRSkin p {
  font-size: 14px; }

#MRSkin h1 {
  font-size: 27px;
  background-color: #4C2300;
  border-bottom: 5px solid #FCAF17;
  color: white;
  font-size: 2.2em;
  margin-top: 25px;
  padding: 10px 10px 10px 15px; }

#MRSkin h2 {
  font-size: 22px; }

#MRSkin h3 {
  margin: 10px 0;
  font-size: 20px; }

#MRSkin .shopCategoryBox h2 {
  background-color: #512c1a;
  color: white;
  background: #512c1a;
  /* The Fallback */
  background: rgba(81, 44, 26, 0.8);
  border-bottom: 3px solid #FEA201;
  padding-left: 12px; }

.ngdialog table tr td, .ngdialog table tr th {
  padding: 3%; }

.ngdialog table {
  width: 100%; }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 800px !important;
  position: relative !important;
  padding-bottom: 46px !important; }

.findMore {
  color: white !important;
  font-size: 0.6em; }

.ngdialog-content .creditCardFeeRow {
  background-color: #ddd; }

.ngdialog-content .dialogButtonHolder {
  position: absolute;
  right: 10px; }
  .ngdialog-content .dialogButtonHolder .checkoutNow {
    color: #fff;
    background-color: #5cb85c;
    border: 1px solid #4cae4c; }
  .ngdialog-content .dialogButtonHolder .checkoutNow:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }

.ngdialog-content h2 {
  color: #444;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  border-bottom: 1px solid; }

.ngdialog-content h3 {
  color: #444;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1vw; }

.brownButton {
  background-color: #522c1b !important;
  padding: 7px 10px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  background-color: #fcaf17;
  border: 0; }

.brownButton:hover {
  text-decoration: underline; }

#billing-form .error {
  display: none;
  color: red;
  margin-left: 15px;
  line-heigh: 2.4em; }

#billing-form .form-row label {
  display: block;
  width: 20%; }

.form-group {
  clear: left; }

#shopCategory .productRightCol {
  /*padding-top: 3%;*/
  text-align: center; }
  #shopCategory .productRightCol .addToCartButton {
    margin-top: 40px;
    pointer: cursor; }
  #shopCategory .productRightCol h5 {
    float: none !important;
    text-align: center;
    margin-top: 20px; }
  #shopCategory .productRightCol p {
    text-align: center; }

#shopCategory .sold {
  position: absolute;
  z-index: 10;
  opacity: 1.5; }

#shopCategory .drumThumb {
  padding: 15px; }

#shopCategory #mainContent {
  /*margin-top:20px;*/ }
  #shopCategory #mainContent h3 {
    margin: 0 0 20px;
    color: #666; }
  #shopCategory #mainContent p {
    font-size: 1.6em; }
  #shopCategory #mainContent p#salesHeader {
    font-size: 38px;
    margin: 0; }

#shopCategory .mainImage {
  width: 100%; }

#shopCategory #titleRow {
  margin-bottom: 30px; }

#sloganLarge {
  font-size: 38px;
  text-align: center; }

#shopProduct {
  /*.shippingExplanation {

    padding:10px;
    border: 1px solid #522C1B;
    background: #564b42;
  }*/ }
  #shopProduct .productDetails {
    padding-bottom: 29px; }
    #shopProduct .productDetails h4 {
      margin-bottom: 40px; }
    #shopProduct .productDetails .detailsTable {
      margin: 0 auto; }
      #shopProduct .productDetails .detailsTable td {
        padding: 5px; }
      #shopProduct .productDetails .detailsTable .what {
        text-align: right;
        color: #666; }
      #shopProduct .productDetails .detailsTable .detail {
        text-align: left;
        padding-left: 10px; }
  #shopProduct .productText {
    padding: 0 2%; }
  #shopProduct .mainProductImage {
    width: 100%; }
  #shopProduct p.productPriceNoShipping {
    color: #333; }
  #shopProduct .productPrice {
    color: #333; }
  #shopProduct h2 {
    margin-top: 0; }
  #shopProduct .productPriceNoShipping {
    font-size: 1em; }
  #shopProduct .bottomRow {
    background: #564b42;
    margin-top: 30px;
    color: white;
    padding: 5%; }
  #shopProduct .reviewImage {
    width: 90px; }

.shopButton {
  padding: 7px 10px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  background-color: #fcaf17;
  border: 0; }

@media (min-width: 768px) {
  #shopProduct .mainProductImageHolder {
    width: 95.66667%;
    overflow: hidden; }
    #shopProduct .mainProductImageHolder img {
      /*margin: -20px 0 0 -33px;*/
      width: 100%; }
  .productRightCol img {
    margin: 0 auto 0 auto;
    display: block; } }

.clearBoth {
  clear: both;
  height: 0; }

#indexPage .latestNews img {
  float: left;
  margin: 0 20px 10px 0px;
  width: 50%; }

#indexPage .latestNews .excerptText {
  float: left; }

.clearBoth {
  clear: both;
  height: 0; }

.navbar {
  min-height: 75px; }
  .navbar #navBarLogo {
    width: 175px; }

.navbar.shrink {
  min-height: 50px; }
  .navbar.shrink #navBarLogo {
    width: 114px; }

/******** footer ********/
#footer {
  zoom: 1;
  margin-top: 28px;
  background: #623A29 url("../../images/cornerbits/footer-top.jpg") top left no-repeat;
  color: #ddd; }
  #footer .footercol {
    text-align: center;
    /*width:33%;
    float:left;*/
    padding: 0 14px 14px; }
    #footer .footercol li {
      list-style: none;
      margin-top: 15px; }
    #footer .footercol a {
      color: #FCAF17; }
    #footer .footercol h3 {
      font-size: 1.2em;
      margin-top: 1em; }
    #footer .footercol p {
      margin: 10px 0 26px 0; }
    #footer .footercol #theForm input, #footer .footercol #theForm select {
      color: #333; }

#topCarousel {
  background-color: #281710; }
  #topCarousel img {
    margin: 0 auto;
    display: block; }
  #topCarousel #carouselImageHolder {
    position: relative;
    /*#topCarousel #carouselImageHolder #carouselMaskRight {
      right: 0 ;
    }

    #topCarousel #carouselImageHolder #carouselMaskLeft {
      margin-left: 0;
    }
    @media (min-width: 1200px) {
      #topCarousel #carouselImageHolder #carouselMaskRight {
        right: 193px;
      }
      #topCarousel #carouselImageHolder #carouselMaskLeft {
        margin-left: 0;
      }
    }*/ }
    #topCarousel #carouselImageHolder img {
      width: 100%; }
    #topCarousel #carouselImageHolder #carouselMaskLeft {
      width: 13%;
      height: 100%;
      position: absolute;
      background: linear-gradient(to right, #281710, rgba(255, 255, 255, 0));
      left: 0; }
    #topCarousel #carouselImageHolder #carouselMaskRight {
      width: 13%;
      height: 100%;
      position: absolute;
      background: linear-gradient(to left, #281710, rgba(255, 255, 255, 0));
      margin-left: 295px;
      right: 0; }

#indexPage {
  /*h1.home {
    width: 600px;
    text-indent: -5000px;
    margin: 30px 0 0 0;
    background: url(http://djembefola.com/images/headings/welcome.jpg) no-repeat;
  }*/ }
  #indexPage .node-listing-heading {
    border-bottom: 1px solid #666; }
    #indexPage .node-listing-heading .changeview {
      list-style: none;
      display: block;
      float: right;
      line-height: 9px; }
      #indexPage .node-listing-heading .changeview a.selected::before, #indexPage .node-listing-heading .changeview .term-listing-heading .changeview a.selected::before {
        content: '.';
        font-family: RELicons;
        font-size: 12px;
        position: relative;
        top: 1px;
        margin-right: 2px;
        color: #1baee0; }
      #indexPage .node-listing-heading .changeview li {
        padding: 0 10px; }
  #indexPage .node-listing-heading .changeview li {
    float: left; }
  #indexPage h5 {
    font-family: 'Ropa Sans', sans-serif; }
  #indexPage .changeview a {
    font-size: 12px; }

.contentBox {
  border-top: 3px solid #623a29;
  background-color: #FFF;
  padding: 3%; }
  .contentBox h2 {
    color: #623029; }
  .contentBox .latestContent {
    margin-bottom: 20px; }
  .contentBox .shopCategoryBox {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 100%;
    float: left;
    margin-right: 3%; }
  .contentBox .shopCategoryBox:hover {
    background-position: 0 100%; }
  .contentBox h2, .contentBox h5 {
    margin-top: 0; }
  .contentBox h5 {
    float: left; }

.contentBoxHolder {
  margin: 20px 0 0 0;
  padding: 0 10px;
  /*a {
    color: #333;


  }*/
  /* a:hover {
     color: #FCAF17;
     img:hover {
       border: 2px solid #FCAF17;
     }
   }*/ }

.categoryBox img, .newsBox img {
  float: left;
  margin-right: 3%;
  width: 50%; }

.contentBoxHolder.top {
  margin-top: 0; }

.btn {
  padding: 6.5px 12px; }

.navbar.navbar-brown-dark .btn-default {
  padding-top: 5px; }

/*****  beginniner article pages ****/
td.tab {
  background-color: #e3cd9a;
  width: 10px;
  padding: 2px;
  border: 1px solid white; }

td.tablight {
  padding: 2px;
  background-color: #522c1b;
  width: 10px;
  color: white;
  border: 1px solid white; }

/**** shop ****/
#shopNav {
  padding-left: 10px;
  margin-top: 1em;
  border-bottom: 4px solid #5D240D; }

#shopNav a {
  color: #623029; }

#shopNav ul {
  float: left;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
  z-index: 1;
  border-left: 1px solid #5D240D; }

#shopNav li {
  float: left;
  text-align: left;
  font-size: 16px;
  margin: 0;
  border-top: 1px solid #5D240D;
  border-right: 1px solid #5D240D;
  padding: 5px;
  border-radius: 5px 5px 0 0; }

#shopNav {
  padding-left: 10px;
  margin-top: 1em;
  border-bottom: 4px solid #5D240D; }

#shopNav li.active {
  background-color: #5D240D; }

#shopNav li.active a {
  width: 5em;
  color: white;
  font-weight: bold; }

#shopNav:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

#shopNav {
  display: inline-block; }

/* Hides from IE Mac \*/
* html
#shopNav {
  height: 1%; }

#shopNav {
  display: block; }

/* End Hack */
/* End of shop home page styles */
.selectShipping {
  padding: 10px; }

.productPrice {
  margin-top: 15px;
  font-size: 1.4em;
  color: white; }

div.rightSideImage {
  margin-right: 0; }

.listProductShot h3 {
  background-color: #fcaf17;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  margin: 0 !important;
  font-size: 14px !important;
  padding: 7px;
  width: 186px; }

.listProductShot div {
  background-color: #000000;
  bottom: 0;
  color: #FFFFFF;
  font-size: 14px !important;
  left: 0;
  margin: 0 !important;
  padding: 7px;
  position: absolute;
  width: 186px;
  z-index: 11; }

.listProductImage {
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  z-index: 2; }

.listProductShot {
  width: 200px;
  position: relative;
  margin-right: 30px;
  display: block;
  float: left; }

.listProductShot img {
  width: 200px; }

#maincol.shop2 {
  width: 660px; }

#shopCol {
  float: right;
  width: 240px; }

#shipCart {
  margin-top: 151px; }

#shipping {
  width: 200px; }

/* shop home pages */
#shopWelcome h2 {
  font-size: 1.4em; }

#shopWelcome {
  /*background: none repeat scroll 0 0 rgba(81, 44, 26, 0.8); */
  color: #FFFFFF;
  font-size: 1.4em;
  margin: 0 auto;
  padding: 15px;
  width: 400px; }

#shopCarousel {
  background: url(/images/shop/djembefolaShop.jpg) no-repeat top left;
  /* background: url(/images/shop/djembe-shells-grad.png) no-repeat top left;djembe-shells-grad-drumskulls.png*/
  /*height: 285px;
  width: 946px;*/
  width: 100%;
  margin: 0 auto;
  display: block; }

.djembeCategory {
  background: url(/images/shop/shophome/djembe-drum-sq.jpg) no-repeat top left; }

.dununCategory {
  background: url(/images/shop/shophome/dundun-drum-sq.jpg) no-repeat top left; }

.instrumentsCategory {
  background: url(/images/shop/shophome/african-instruments-sq.jpg) no-repeat top left; }

.djembeAccessories {
  background: url(/images/shop/shophome/djembe-accessories-sq.jpg) no-repeat top left; }

.djembeSupplies {
  background: url(/images/shop/shophome/djembe-supplies-sq.jpg) no-repeat top left; }

.djembeMedia {
  background: url(/images/shop/shophome/djembe-media-sq.jpg) no-repeat top left; }

.shopCategoryBox:hover {
  background-position: 0 -230px; }

#shopCarousel h1.shop {
  background-color: #512C1A;
  color: white;
  font-size: 2.2em;
  /*background: rgb(81, 44, 26); /* The Fallback * /
  background: rgba(81, 44, 26, 0.8);  */
  padding: 13px;
  border-bottom: 5px solid #fea201; }

.shopCategoryBox {
  float: left;
  margin-bottom: 9px;
  margin-left: 9px;
  margin-top: 7px;
  height: 230px;
  width: 230px; }

.shopCategoryBox h2 {
  background-color: #512c1a;
  color: white;
  background: #512c1a;
  /* The Fallback */
  background: rgba(81, 44, 26, 0.8);
  border-bottom: 3px solid #FEA201;
  padding: 10px 12px;
  font-size: 1.8em; }

#shopRightCol {
  width: 200px;
  float: right;
  margin-top: 7px;
  background-color: #512C1A;
  padding: 15px; }

#shopWelcome {
  /* width: 560px;
  padding: 25px;*/
  padding: 100px 0 75px 0; }

#shopWelcome p {
  font-size: 16px;
  color: #ddd; }

.shopSubmenu {
  margin: 10px 0; }

.productDetails label, .productRightCol label {
  text-align: right;
  margin-right: 10px;
  width: 40%; }

/* end shop home page */
@media (max-width: 1095px) {
  .productDetails, .productRightCol {
    padding: 5%;
    text-align: center; } }

/**** start zoom image view ******/
.mainProductImageHolder figure img {
  transform: scale(1);
  transition: .3s ease-in-out; }

.mainProductImageHolder figure:hover img {
  transform: scale(1.3); }

.column {
  margin: 15px 15px 0;
  padding: 0; }

.column:last-child {
  padding-bottom: 60px; }

.column::after {
  content: '';
  clear: both;
  display: block; }

.column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0; }

.column div:first-child {
  margin-left: 0; }

.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  transition: .3s ease-in-out;
  opacity: 0; }

figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden; }

figure:hover + span {
  bottom: -36px;
  opacity: 1; }

/*******************************************/
.view {
  width: 100%;
  height: 100%;
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff url(../images/bgimg.jpg) no-repeat center center; }

.view .mask, .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.view img {
  display: block;
  position: relative; }

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0; }

.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center; }

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000; }

.view a.info:hover {
  box-shadow: 0 0 5px #000; }

.view-first img {
  transition: all 0.2s linear; }

.view-first .mask {
  opacity: 0;
  background-color: rgba(219, 127, 8, 0.7);
  transition: all 0.4s ease-in-out; }

.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear; }

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.view-first:hover img {
  transform: scale(1.1); }

.view-first:hover .mask {
  opacity: 1; }

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px); }

.view-first:hover p {
  transition-delay: 0.1s; }

.view-first:hover a.info {
  transition-delay: 0.2s; }

#notationPage .contentBox img {
  width: 100%; }

body {
  background: #eee;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

#topCarousel {
  background-color: #281710; }

#mainPageContent {
  margin-top: 40px; }

h1, h2, h3, h4, h5 {
  font-family: 'Oswald', sans-serif; }

h1 {
  color: #623029;
  text-align: left;
  font-size: 50px;
  margin-bottom: 40px; }

a {
  /*color:#522c1b;*/
  /*color: #FCAF17;*/
  color: #623029; }

a:hover {
  /*color:#337ab7;*/
  color: #FCAF17; }

#articles {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  #articles .articleCategories {
    -ms-flex: 1;
    flex: 1; }

.articleCategories {
  width: 30%;
  background: whitesmoke;
  padding: 1.5%; }

.articleCategories img {
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: arial; }

div.forumtab {
  background: #fff; }

.quarterinput {
  width: 2em;
  float: left;
  margin-left: 1em; }

.tablequarter {
  width: 2em; }

#maintab {
  overflow: auto; }

.clearleft {
  clear: left; }

.floatleft {
  float: left; }

#contentblock {
  margin: 3em; }

#contentblock h1 {
  margin-bottom: 1em; }

#contentblock p {
  margin: 0 0 1em 0;
  padding: 0; }

#contentblock form {
  margin: 0;
  padding: 0; }

#contentblock form p {
  clear: left;
  margin: 1em 0;
  padding: 0; }

#contentblock form input {
  margin-bottom: 1em; }

#contentblock form textarea {
  margin-bottom: 1em;
  width: 80%;
  height: 150px; }

.tabblock {
  margin-top: 1em;
  margin-left: 40px;
  /* b ackground: url(../images/tab/backgroundtemplate.jpg) no-repeat;  */ }

p.description {
  padding-left: 100px; }

table.fourfour16 {
  border-collapse: collapse;
  margin-left: 10px;
  padding: 0;
  margin-left: 10px; }

table.fourfour16 td {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 30px; }

td.withborders {
  margin: 0;
  padding: 0;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black; }

.clearboth {
  clear: both; }

#draggables:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

#draggables {
  display: inline-block; }

/* Hides from IE Mac \*/
* html
#draggables {
  height: 1%; }

#draggables {
  display: block; }

/* End Hack */
.onbeat {
  background: #ffab55;
  /* ED8924 */ }

ul.tabnav {
  margin-top: 3em;
  float: left;
  display: inline;
  padding: 0; }

ul.tabnav li a {
  padding: 0 1em 0 0; }

ul.tabnav li a:hover {
  text-decoration: underlined !important; }

ul.tabnav li {
  float: left;
  display: inline;
  list-style: none; }

.rhythmlisting {
  border-collapse: collapse; }

.rhythmlisting th {
  border: 1px solid #999;
  padding: 1em; }

.rhythmlisting td {
  border: 1px solid #999;
  text-align: center;
  padding: 1em; }

.rhythm {
  border-collapse: collapse; }

.title {
  width: 40%; }

.rating {
  width: 20%; }

.addedby {
  width: 20%; }

/*** New changes */
.note {
  margin-top: 40px;
  width: 5px;
  text-align: center;
  float: left;
  height: 15px;
  /* background-color:red; */
  position: absolute;
  /* cursor:e-resize; only if they have the right - set in draggable.js */ }

.notationrow {
  color: black;
  height: 80px;
  margin: 0;
  padding: 0;
  position: relative;
  /* 	width:800px;
      _width:790px; */ }

.binary {
  background: url("/assets/images/tabsystem/binary-lines.jpg") 2px 0 repeat-x; }

.ternary {
  background: url("/assets/images/tabsystem/ternary-lines.jpg") 2px 0 repeat-x; }

#ternarytab {
  width: 800px;
  background: #FFF; }

#binarytab {
  width: 400px;
  background: #FFF; }

form#addrhythm input.title {
  width: 200px; }

textarea.description {
  width: 400px;
  height: 200px; }

.noteinput {
  width: 20px; }

#tabinputboxes {
  width: 100%; }

.deleterow {
  float: right; }

.noteinput {
  margin: 0 5px 0 0; }

#saveMessage {
  color: #FF9900;
  width: 100px;
  float: right; }

.notationrowvoice {
  height: 25px; }

.addnotationrow {
  margin-top: 10px; }

.selected {
  border: 1px solid #FF9900; }

.splitnote {
  margin: 0; }

.last-splitnote3 {
  margin-right: 3px; }

.last-splitnote2 {
  margin-right: 7px; }

.usertab {
  clear: left;
  border-bottom: 1px solid #FF9900; }

.usertab span {
  float: left;
  padding: 1em 0;
  width: 150px; }

.usertabheading h3 {
  display: inline;
  float: left;
  font-size: 1.75em;
  width: 150px; }

/*
#taboptions {
	position:relative;
}
#taboptions p {
	position:absolute;
}*/
.embedtabinfo {
  border: 1px dashed #FF9900;
  margin-top: 2em;
  padding: 0 1em 1em 1em; }

.embedtabinfo p.code {
  font-size: 10px;
  font-weight: bold; }

/*
#ternarytab .ui-accordion div
{
	background: url("/assets/images/tabsystem/ternary-lines.jpg") repeat-x scroll 2px 0 rgba(0, 0, 0, 0);
}
#ternarytab  div.notationrowvoice {

							margin: 0 !important;
							background-color: #FFF;

						}*/

/*# sourceMappingURL=main.css.map */

@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout .5s;
  animation: ngdialog-flyout .5s;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin .5s;
  animation: ngdialog-flyin .5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-family: 'Helvetica',sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  content: '\00D7';
  font-size: 26px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #777;
}

.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: .5em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input textarea,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}

.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons {
  *zoom: 1;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ngdialog {
  box-sizing: border-box;
}

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  box-sizing: inherit;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay,
.ngdialog.ngdialog-disabled-animation .ngdialog-content {
  -webkit-animation: none!important;
  animation: none!important;
}

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog-no-overlay {
  pointer-events: none;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: all;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer;
}

html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden;
}
/*# sourceMappingURL=main.css.map */
