/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Roemont
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain:    mk_framework
Domain Path: /languages/
*/





body {
	background-color:#000;
}

.left {
    float:left;
}
.right {
    float:right;
}

#site-lang {
    
    height: 80px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
}
 #site-lang a {
    color:#fff;
 }
 
 #site-lang p {
    color:#fff;
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 12px;
    text-transform: uppercase;
 }
 .mk-header {
    border-bottom: none !important;
}
 #site-lang a.active {
    color: #19e3ef;
 }
 #site-lang .dropdown-menu {
    min-width: 94px;
 }
 #site-lang .logout-url {
    background: #000000;
    border-radius: 10px;
    font-size: 12px;
    color: #11e7f7;
    vertical-align: middle;
    margin-top: 23%;
    display: block;
    border:1px solid #3e3e3e;
 }
 
 @media only screen and (max-width: 768px)
 {
    .register-btn-container {
        position: relative;
        margin-top: 10px;
    }
    
   #nikkis-form .container {
    padding: 0 18px 16px;
   } 
   #nikkis-form > .row {
    margin:auto;
   }
 }
 
 