/**
* Template Name: Medicio - v2.0.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


@font-face {
    font-family: 'arialBlack';
    src: url('../fonts/arial/arialblack.eot');
    src: url('../fonts/arial/arialblack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arial/arialblack.woff') format('woff'),
         url('../fonts/arial/arialblack.ttf') format('truetype'),
         url('../fonts/arial/arialblack.svg#arialblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'franklinGothicDemi';
    src: url('../fonts/franklingothic/franklingothicdemi.eot');
    src: url('../fonts/franklingothic/franklingothicdemi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/franklingothic/franklingothicdemi.woff') format('woff'),
         url('../fonts/franklingothic/franklingothicdemi.ttf') format('truetype'),
         url('../fonts/franklingothic/franklingothicdemi.svg#franklingothicdemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'impact';
    src: url('../fonts/impact/impact.eot');
    src: url('../fonts/impact/impact.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact/impact.woff') format('woff'),
         url('../fonts/impact/impact.ttf') format('truetype'),
         url('../fonts/impact/impact.svg#impact') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'malgun';
    src: url('../fonts/malgun/malgun.eot');
    src: url('../fonts/malgun/malgun.eot?#iefix') format('embedded-opentype'),
         url('../fonts/malgun/malgun.woff') format('woff'),
         url('../fonts/malgun/malgun.ttf') format('truetype'),
         url('../fonts/malgun/malgun.svg#malgun') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'malgunBold';
    src: url('../fonts/malgun/malgunbd.eot');
    src: url('../fonts/malgun/malgunbd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/malgun/malgunbd.woff') format('woff'),
         url('../fonts/malgun/malgunbd.ttf') format('truetype'),
         url('../fonts/malgun/malgunbd.svg#malgunbd') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3fbbc0;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

.hovertrans:hover {
  opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

.mt1 {
  margin-top:1rem;
}

.mt2 {
  margin-top:2rem;
}

.mt3 {
  margin-top:3rem;
}

.mb1 {
  margin-bottom:1rem;
}

.mb2 {
  margin-bottom:2rem;
}

.mb3 {
  margin-bottom:3rem;
}

.mr1 {
  margin-right:1rem;
}

.mr2 {
  margin-right:2rem;
}

.mr3 {
  margin-right:3rem;
}

.ml1 {
  margin-left:1rem;
}

.ml2 {
  margin-left:2rem;
}

.ml3 {
  margin-left:3rem;
}

.justify-content-center {
  justify-content: center;
}

.align-item-center {
  align-items: center;
} 

.centers {
  display: table;
  margin-left:auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #005fa9;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #005fa9;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #003c6a;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3fbbc0;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0 0px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.navwrapper {
  background: #005fa9;
  margin-top:1.5rem;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-family: malgunBold;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 500;
  padding: 10px 48px;
  background-image: url(../img/batasnav.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: #003d6c;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #003d6c;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  background-image: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  background: #005fa9;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Appointment Button */
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #555555;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #555555;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #3fbbc0;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 60, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero .container {
  text-align: center;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.4);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(63, 187, 192, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    /*height: 160vh;*/
    height: 402px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Center section
--------------------------------------------------------------*/

.centerheading {
  background: #005fa9;
  margin-top:3rem;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: normal;
  font-family:malgunBold;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.hdg-home {
  color: #1f1f1f;
  font-size:30px;
  font-family: malgunBold;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom:2rem;
}

.prime-prize {
  color: #fff;
  font-family:malgun;
  font-size:18px;
  text-align: center;
}

.prime-mm, .prime-pb, .prime-sl {
  border-radius: 40px;
  padding:30px 20px 30px 12px;
}

.prime-mm {
  background: #005fa9;
}

.prime-pb {
  background: #ffe915;
  color: #1f1f1f;
}

.prime-sl {
  background: #ee1d25;
}

.prime-logo {
  display: table;
  margin:0px auto;
}

.prime-date {
  margin-top:20px;
}

.prime-value {
  border-radius:20px;
  color: #ffeb25;
  font-family: arialBlack;
  font-size:48px;
  text-align: center;
  background: url(../img/prime-value.png) no-repeat center;
  margin:20px 0;
  height: 53px;
  line-height: 50px;
}

.prime-date span, .prime-periode span {
  font-family:malgunBold;
}

.prime-result {
  background: url(../img/prime-result.png?v=2) no-repeat;
  /*height: 49px;*/
  line-height: 49px;
  font-family: arialBlack;
  font-size:24px;
  color: #000;
  margin:20px auto 0 auto;
  width: 320px;
  text-align: left;
  letter-spacing: 38px;
  padding-left: 16px;
}

.bonus-number {
  font-family: arialBlack;
  font-size:12px;
  display: flex;
  letter-spacing: 0;
  padding:0; line-height: normal;
  color: #fff;
}

.prime-pb .bonus-number {
  color: #000;
}

.bonus-number .bonus1 {
  margin-left: -16px;
}

.bonus-number .bonus2 {
  text-align: right;
  flex: 1;
}

.cta {
  background: #1f1f1f;
  background-size: cover;
  padding: 60px 0;
}

#luckyforlife {
  background: url(../img/home-result.png) repeat-x;
  padding: 6px 10px 20px 10px;
  width: 100%;
  height: 190px;
  box-sizing: border-box;
  /*display: inline-block;*/
  /*float: left;*/
  margin-bottom: 20px;
  text-align: center;
}

#luckyforlife.comingsoon {
  background: url(../img/comingsoon.png) center;
  background-size:cover;
}


.kota h2{
  font-size: 24px;
  font-family: malgunBold;
  font-weight: normal;
  text-transform: capitalize;
  color: #1f1f1f;
  padding-bottom: 0px;
  margin-bottom:5px;
  padding-top: 10px;
}

.ball {
  background: url("../img/bg-ball.png") no-repeat;
  background-size: 100% auto;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family:impact;
  font-weight: normal;
  color: #fff;
  display: inline-block;
}

#luckyforlife .header {
  padding: 0px 0px 5px 0px;
  margin: 0;
  font-size: 14px;
  color: #1f1f1f;
  font-weight: normal;
  text-align: center;
  font-family: franklinGothicDemi;
}

#luckyforlife .jackpot 
  {
  font-size: 24px;
  color: #1f1f1f;
  font-family:impact;
  font-weight: normal;
  text-transform:uppercase;
}

#services {
  padding-top:0;
}

#frmperiode {
  display: flex;
  margin:0 auto;
  justify-content: center;
}

#frmperiode input, #frmperiode select {
  margin:0 3px;
  padding:3px 5px;
  cursor: pointer;
}

#frmperiode input {
  padding: 3px 2rem;
}

table.table-style {
  border: 1px solid #005fa9;
  /*padding: 10px;*/
  margin-bottom: 20px;
}

table.table-style th {
  border-bottom: 1px solid #005fa9;
}

.bdr-right {
  border-right: 1px solid #005fa9;
}

.bdr-top {
  border-top: 1px solid #005fa9;
}

.bdr-bottom {
  border-bottom: 1px solid #005fa9;
}



.pagination {
    text-align: center;
    margin: 20px;
    display: flex;
    justify-content: center;
}
.pagination a, .pagination strong {
    background: #0192e3;
    margin-right: 3px;
    padding: 4px 12px;
    text-decoration: none;
  line-height: 1.5em;
  color: #fff;
  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination a:hover {
    background-color: #BEBEBE;
    color: #fff;
}
.pagination a:active {
  background: rgba(190, 190, 190, 0.75);
}
.pagination strong {
  background: #535353;
    color: #fff;
}

.btns {
  background: #005fa9;
  color: #fff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  width: 70%;
  margin-top: 8px;
  cursor: pointer;
}


.btns:hover {
  background: #003c6b;
}

.btns a {
  color: #fff;
  margin-top: 10px;
  padding-top: 20px;
}

.red-ball {
  background: url("../img/bg-red-ball.png") no-repeat;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  color: #5d0000;
}

#hot-lottos, #wild-card-2, #twobytwos {
background: #005fa9;  /* fallback for old browsers */
  padding: 20px;
  padding-bottom: 20px;
  /*width: 805px;*/
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prize {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

#powerballs {
background: #ee1d25;  /* fallback for old browsers */
  padding: 20px 10px;
  width: 46.45%;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}

#fullname, #email, #message {
  padding:10px;
  width:95%;
  border:none;
  border:1px solid #ccc;
}

#simpan {
  background:none;
  border:none;
  width:89px;
  height:39px;
  background:url(../img/but_submit.png) no-repeat top;
  cursor:pointer;
}

#simpan:hover {
  background-position:bottom;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1f1f1f;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}

#footer .footer-top {
  background: #005fa9;
  padding: 30px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.foot-sosmed a {
  margin-left: 20px;
  transition-duration: 0.5s;
}

.foot-sosmed a:hover {
  opacity: 0.7;
}

.foot-sosmed a:first-child {
  margin-left: 0;
}

.footnav a {
  color: #fff;
  font-size: 16px;
  margin-left: 2rem;
}

.footnav a:first-child {
  margin-left: 0;
}

.copyright {
  background: #1f1f1f;
  color: #fff;
  padding:37px 0 0 0;
}

.foottext {
  height: 69px;
  overflow: hidden;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #65c9cd;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
