/********************************************************
 
    bootstyle.css
    for: www.ju-x.com
 
    - Structure
    - Mod & Tweaks (for Bootstrap)
    - Header Wrap
    - Blue Wrap
    - Black Wrap
    - Gray Wrap
    - Footer Wrap
    - General Tweaks
    - CSS Flexible Background
    - Bob
 
    Created on 2/17/16.
    Copyright (c) 2016 Juno Ju-X. All rights reserved.
 
*********************************************************/

@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,700);

/* Structure */

* {
    margin: 0;
    padding: 0px;
}

body {
    margin: 0;
    height: 100%;
    color: #868686;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.3px;
    word-wrap: break-word;
}

li.listing {
    margin-left: 20px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #a2a2a2;
}

.smalltext {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p {
    color: #ddd;
    letter-spacing: 2px;
}

h1 {
    font-weight: 100;
    padding-top: 60px;
}

h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    /*text-transform: uppercase;*/
}

h3 {
    padding-top: 30px;
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #FFF;*/
    color: rgb(204, 255, 204);
}

p {
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #a2a2a2;
}

p.small {
    line-height: 1.4em;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
}

a:hover,
a:focus {
    text-decoration: underline;
    color:#01b2fe;
}

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

::selection {
    color: #fff;
    text-shadow:none;
    background:#2B2E31;
}

.centered {
    text-align: center;
}

/* Mod & Tweaks (for Bootstrap) */

.navbar {
    min-height: 70px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.navbar-header .navbar-brand {
    color: white;
    padding-top: 12px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-weight: 700;
    font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #00b3fe;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #00b3fe;
    background-color: transparent;
}

.navbar-default {
    background-color: rgba(25, 25, 25, 0.6);
    border-color: transparent;
}

.dropdown-menu {
    background: rgba(45, 45, 45, 0.9);
}

.dropdown-menu > li > a {
    color: white;
    font-weight: 700;
    font-size: 12px;
}

.btn-theme {
    color: #fff;
    background-color: #384452;
    margin: 40px 16px 32px 16px;
    height: 35px;
    width: 150px;
    border: 0px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #00b3fe;
    
}

#red {
    background-color: #D00248;
}

#red:hover, #red:focus #red:active {
    color: #00b3fe;
    background-color: #FFF;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
    color: #ffffff;
    background-color: #222222;
    border-color: #ffffff;
}

.dmbutton {
    background:rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 1.025rem;
    padding-right: 2.25rem;
    letter-spacing:0.85px;
    padding-bottom: 1.0875rem;
    padding-left: 2.25rem;
    font-size: 1.55rem;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    font-weight: normal !important;
}

.mtb {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mb {
    margin-bottom: 60px;
}

.mt {
    margin-top: 60px;
}

.hline {
    border-bottom: 2px solid #384452;
}

.hline-w {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
}

/* Header Wrap */

#headerwrap {
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    color: black;
}

media_tag_0 {media_subcode:0} /* width <= 660px */

media_tag_1 {media_subcode:1}

#headerwrap h3, h5 {
    font-weight: 700;
}

#headerwrap h1 {
    margin-bottom: 25px;
    font-size: 90px;
    border-bottom: 1px solid black;
    color: black;
}

#headerwrap h4 {
    color: black;
    font-weight: 700;
    font-size:20px;
    letter-spacing: 0;
}

#headerwrap p {
    color: black;
}

#headerwrap .img-responsive {
    margin: 0 auto;
}

/* Blue Wrap */

#bluewrap {
    background-color: #3BBFFF;
    padding-top: 30px;
    padding-bottom: 40px;
    color: white;
}

#bluewrap i {
    font-size: 60px;
    padding: 15px;
}

#bluewrap p {
    color: black;
}

/* Black Wrap */

#blackwrap {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 40px;
}

/* Dark Gray Wrap */

#d-graywrap {
    background-color: #1d1d1d;
    padding-top: 30px;
    padding-bottom: 40px;
}

#d-graywrap i {
    color: #00b3fe;
    font-size: 60px;
    padding: 15px;
}

#d-graywrap p {
    font-size: 20px;
}

#d-graywrap p.smalltext {
    font-size: 14px;
}

/* Gray Wrap */

#graywrap {
    background-color: #222;
    padding-top: 30px;
    padding-bottom: 40px;
}

#graywrap i {
    color: #00b3fe;
    font-size: 60px;
    padding: 15px;
}

/* Footer Wrap */

#footerwrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #222 /*url('../img/fTB.jpg') center fixed*/;
}

#footerwrap p {
    color: #bfc9d3;
}

#footerwrap h4 {
    color: white;
}

#footerwrap i {
    font-size: 30px;
    color: #bfc9d3;
    padding-right: 25px;
}

#footerwrap i:hover {
    color: #00b3fe
}

/* Common Wrap */

#commonwrap {
    background: #111214 /*url('../img/fTB.jpg') center fixed*/;
    color: #000;
    padding-top: 30px;
    padding-bottom: 40px;
}

#commonwrap i {
    color: #00b3fe;
    font-size: 60px;
    padding: 15px;
}

/* General Tweaks */

#blue {
    background: #00b3fe;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#blue h3 {
    color: white;
    margin-left: 15px;
}

.ctitle {
    color: #00b3fe;
    font-weight: 700;
    margin-bottom: 15px;
}

csmall {
    font-size: 12px;
    color: #b3b3b3;
}

csmall2 {
    font-size: 12px;
    color: #f39c12
}

.spacing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.badge-theme {
    background: #00b3fe;
}

/* CSS Flexible Background */

.flex-bg {
    background: #3BBFFF url('../img/frosting-real.jpg') top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

@media screen and (max-width: 660px) { /* width <= 660px */
    .flex-bg { background-size: 1440px 900px }
}

@media screen and (min-width: 660px) and (max-width:1200px) { 
    .flex-bg { background-size: 1280px 800px }
}

@media screen and (min-width: 1200px) { /* width >= 1200px */
    .flex-bg { background-size: 1680px 1050px }
    .column-left { width: 65%; float: left }
    .column-right { width: 35%; float: left; }
}

.flex-yt {
    width: 640px; height: 360px;
}

@media screen and (max-width: 700px) {
    .flex-yt { width: 320px; height: 180px; }
}

.flex-hau {
     width: 640px; height: 348px;
}

@media screen and (max-width: 700px) {
    .flex-hau { width: 320px; height: 174px; }
}

.flex-gmk {
     width: 640px; height: 414px;
}

@media screen and (max-width: 700px) {
    .flex-gmk { width: 320px; height: 207px; }
}

.column-left {
    padding-top: 80px
}

#row-small {
    width: 70%;
    margin: 0 auto 0 auto;
}

/* Bob (Following code is inherited from Hover.css copyrighted by: Ian Lunn @IanLunn 2014.) */

@-webkit-keyframes hvr-bob { 
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob { 
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float { 
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float { 
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
