
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  transition: 0.2s;
  -moz-transition: 0.2s;s
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

a:focus,
a:hover {
  /* opacity: .7; */
  text-decoration: none;
}

h5 { margin:5px 0; font-family: Oswald, sans-serif; font-size:16px; color:#ea0a2a; text-shadow: none; }

/* Custom default button */
.btn-default { 
  margin: 6px;
  width: 14em;
  color: #fff;
  text-shadow: none;
  background-color: #002d59;
  border: 1px solid #002d59;
  border-radius: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  float: left;
}

.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none;
  background-color: #2fb8c5;
  border: 1px solid #2fb8c5;
  border-radius: 10px;
}

.ay { margin:0; padding:0;  }
.yer { margin:0; padding:0; font-size: 12px; }
.lead { font-family: Oswald, sans-serif; font-size: 22px; color: #ea0a2a; text-shadow: none; }

.badge_new {
background: url('images/new.png') transparent no-repeat;
width: 48px; height: 48px;
position: absolute; 
top:-20px; right: 0;

}

.col-md-6 {margin: -30px 0 50px 0; }

@media (max-width: 768px) {

.inner  {
  margin-left: 10px;
}
.lead { font-size: 16px;
}
 
.btn-default { 
  width: 18em;
}  

.mastfoot {
  position: relative;
  margin-top:50px;
  width: 90%;
}
  
}



/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  font-family: Roboto, sans-serif;
  color: #002d59;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  position:relative;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Header
 */

.masthead-nav > li,
.masthead-brand > li {
  display: inline-block;
}
.masthead-nav > li + li,
.masthead-brand > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a,
.masthead-brand > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus,
.masthead-brand > li > a:hover,
.masthead-brand > li > a:focus {
  background-color: transparent;
  color:#fff;
}

.masthead a {
  text-decoration: none;
}

@media (min-width: 768px) {
 
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}




/*
 * Cover
 */

.cover {
  padding: 0;
}
.cover .btn-lg {
  font-weight: bold;
}

.cover-heading {
  font-family: "Great Vibes", serif;
  font-size: 60px;

}

small {
    color:#ccc!important;
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
  
}

@media (min-width: 768px) {
   
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    /* orjinal code vertical-align: middle; */
    vertical-align: top;
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }

  .cover-heading {
    font-size: 100px;
  }
}

@media (min-width: 992px) {

  
  .mastfoot,
  .cover-container {
    max-width: 800px;
  }
  .masthead {
    max-width: 100%;
     }
}