body {
/*  background: #f8f8f8 url(../img/pattern.jpg);*/
  text-align: left;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #555;
  font-weight: 400;
  border-top: 5px solid #fbe604;
  font-size: 16px;
  line-height: 24px;
}

strong { font-weight: 700; }

hr {
  border: 1px solid #ddd;
  border-bottom: none;
  margin: 20px 0;
}

h3 {
  font-size: 32px;
  font-weight: 100;
}

h4 {
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: left;
}

blockquote {
  border-left: 5px solid #ddd;
  font-style: italic;
  color: #999;
  font-family: Georgia, "Times New Roman", serif;
}

table.sortable th {
  cursor: pointer;
}

div.tracks h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 26px;
}

div.tracks h4 {
  font-size: 19px;
  margin-bottom: 20px;
}

div.notification {
  font-size: 10px;
  color: red;
}

div.results {
  background-color: #fae033;
  color: black;
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

p.description {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

p.description span {
  color: #e75967;
}

p.header-title {
  font-size: 38px;
  font-weight: 700;
  margin-top: 25px;
  text-align: right;
  margin-right: 40px;
}

p.header-descriptor {
  font-weight: 400;
  font-size: 22px;
  margin-top: 20px;
  text-align: right;
  margin-right: 40px;
}

p.header-menu {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  margin-right: 40px;
  line-height: 32px;
}

p.finantare {
  font-size: 12px;
  line-height: 18px;
}

h3.error {
  color: red;
}

::-moz-selection { background: #fbe604; color: #fff; text-shadow: none; }
::selection { background: #fbe604; color: #fff; text-shadow: none; }

.centered {
  text-align: center;
}


.logo h1 {
    margin-top: 7px;
    padding-left: 50px;
    font-family: 'Lobster', cursive;
    font-size: 38px;
    font-weight: 400;
    color: #555;
}

.logo h1 span { color: #e75967; }

.logo a {
    color: #555;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.logo a:hover { color: #e75967; }

div.footer a {
  margin: 0 20px;
}

.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 30px 0 20px 0;
    background: url(../img/pattern.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.coming-soon h2 {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 1px 7px rgba(0,0,0,.6);
}

.coming-soon p {
    margin-top: 0px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.6);
}

/* TIMER */

.timer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 140px;
    margin: 0 10px;
    padding-top: 20px;
    background: #fbe604; /* browsers that don't support rgba */
    background: rgba(251,230,4,.8);
    font-size: 18px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    text-shadow: none;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    line-height: 90px;
}


/* SMALL TIMER */
.coming-soon.small {
  margin-bottom: 20px;
}

.coming-soon.small .timer {
  margin-top: 10px;
  margin-bottom: 10px;
  text-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.coming-soon.small .timer .days-wrapper,
.coming-soon.small .timer .hours-wrapper,
.coming-soon.small .timer .minutes-wrapper,
.coming-soon.small .timer .seconds-wrapper {
    width: 80px;
    height: 60px;
    margin: 0 5px;
    padding-top: 20px;
    background: #fbe604; /* browsers that don't support rgba */
    background: rgba(251,230,4,.8);
    font-size: 12px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.coming-soon.small .timer .days,
.coming-soon.small .timer .hours,
.coming-soon.small .timer .minutes,
.coming-soon.small .timer .seconds {
    font-size: 36px;
    line-height: 22px;
}

.coming-soon.small p {
  margin-top: 0px;
  font-size: 16px;
}

.coming-soon.small .inner-bg {
  padding: 10px 0;
}

.coming-soon.small .btn {
  margin-top: 40px;
}

/***** Content *****/

.subscribe {
    margin-top: 30px;
    text-align: center;
}

.subscribe h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

form.inscrieri {
  margin-top: 30px;
}

.subscribe form {
    margin-top: 24px;
}

.subscribe form input {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

#mc-embedded-subscribe-form input {
  margin-bottom: 10px;
}

.btn {
    height: 46px;
    margin: 0;
    padding: 10px 40px;
    background: #e53d32; /*#fbe604;*/
    border: 0;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.btn:hover {
    background: #f55d52;
    color: #fff;
}

.btn:active {
    background: #e53d32;
    color: #fff;
}

.small-btn {
    height: 46px;
    margin: 0;
    padding: 8px 20px;
    background: #fbe604;
    border: 0;
    font-size: 18px;
    line-height: 46px;
    color: #555;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.small-btn:hover, .small-btn:active {
    background: #fff634;
    color: #333;
}

.small-btn.normal {
  padding: 0px 20px;
}

.success-message {
  color: green;
}

.error-message {
    color: #e75967;
}

.social {
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 3px;
}

div.foto-widget a img {
  margin-bottom: 4px;
  margin-right: 1px;
}

div.post-4 p {
  margin-bottom: 40px;
}

div.post-4 img {
}

.social a.facebook { background: url(../img/social-icons/facebook.png); }
.social a.twitter { background: url(../img/social-icons/twitter.png); }


div#authentication {
  background-color: #d35143;
  color: white;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
}

div#authentication span {
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
}

div#authentication a {
  color: #ccc;
}

div#authentication a:hover {
  text-decoration: underline;
}

.divider {
  height: 5px;
  background-color: #d35143;
}

/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 979px) {

/*    .logo h1 {
        padding-left: 0;
    }

    .call-us p {
        padding-right: 0;
    }
*/
    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper {
        width: 140px;
        height: 120px;
        margin: 0 7px;
        padding-top: 20px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds {
        font-size: 60px;
        line-height: 70px;
    }

}

div.partners a {
  line-height: 100px;
}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .inner-bg {
      padding: 10px 0 10px 0;
    }

    .coming-soon h2 {
        font-size: 36px;
        padding: 0 20px;
    }

    .coming-soon p {
        padding: 0 20px;
    }


    .coming-soon {
      margin-bottom: 0px;
    }

    .coming-soon .timer {
      margin-top: 10px;
      margin-bottom: 10px;
      text-shadow: 0 1px 5px rgba(0,0,0,.3);
    }
    .coming-soon .timer .days-wrapper,
    .coming-soon .timer .hours-wrapper,
    .coming-soon .timer .minutes-wrapper,
    .coming-soon .timer .seconds-wrapper {
      width: 80px;
      height: 60px;
      margin: 0 5px;
      padding-top: 20px;
      background: #fbe604; /* browsers that don't support rgba */
      background: rgba(251,230,4,.8);
      font-size: 12px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      border-radius: 40px;
    }

    .coming-soon .timer .days,
    .coming-soon .timer .hours,
    .coming-soon .timer .minutes,
    .coming-soon .timer .seconds {
      font-size: 36px;
      line-height: 22px;
    }


    .subscribe h3 {
        padding: 0 20px;
        font-size: 28px;
    }

    .subscribe p {
        padding: 0 20px;
    }

    div.logo, p.header-title, p.header-descriptor, p.header-menu {
      text-align: center;
      margin-right: 0;
    }

    div.logo h1 {
      padding-left: 0;
    }

}

@media (max-width: 480px) {

    .subscribe form {
        padding: 0 20px;
    }

    .subscribe form input {
        width: 90%;
    }

    .subscribe form button {
        width: 90%;
        margin-top: 10px;
    }

}

@media print {
  .pagebreak { page-break-before: always; } /* page-break-after works, as well */
  .no-print, .no-print *
  {
      display: none !important;
  }
}