/*
  DJ Bar identity colors:
   - gray: #d1d2d4
   - black: #231f20
   - pink: #ed1a3a
   - cyan: #00b5ac
   - violet: #7c51a1
   
  Fonts: 
    Museo 100, 300, 500, 700, 900
 */

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2013 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris Font Foundry
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */

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

}

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

}

html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;  
}

body {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.231;
    font-family: 'museo_cyrl_500regular', Georgia, serif;
    /* FIXME: not in stylebook!*/
    color: #555;
    /* FIXME: not in stylebook!*/
    background: #f5f5f5;
}

.navbar-default {
    background: #f5f5f5;    
}

.navbar-header {
	cursor: pointer;
}

body,
button,
input,
select,
textarea {
	/* FIXME: not in stylebook!*/
    color: #222;
}

body.ru {
    font-family: 'museo_cyrl_500regular_ru', Georgia, serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'museo_cyrl_500regular', Georgia, serif;
}

body.ru h1, body.ru h2, body.ru h3, body.ru h4, body.ru h5, body.ru h6, 
body.ru .h1, body.ru .h2, body.ru .h3, body.ru .h4, body.ru .h5, body.ru .h6 {
    font-family: 'museo_cyrl_500regular_ru', Georgia, serif;
}

a, a:hover {
    transition: color 180ms ease-in-out;
    -o-transition: color 180ms ease-in-out;
    -moz-transition: color 180ms ease-in-out;
    -webkit-transition: color 180ms ease-in-out;
}

/* highlight current element */
li.active a {
    font-weight: bold;
}

.header .aside {
    text-transform: uppercase;
    margin-right: 0 !important;
}

.header {
    margin-bottom: 70px;
}

.header div#logo img {
    position: absolute;
    top: -80px;
    left: -245px;
    width: 150px;
    height: 150px;
}
.header .navbar-collapse {
    padding: 0;
}

.navbar-toggle {
    left: 10px;
}

p {
    text-align: justify;
}

.footer .line {
    border-top: solid 5px #231f20;
    clear: both;
}

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

/* make navigation items float horizontally */
.menu ul {
    height: 2em;
}

.menu li a {
    display: block;
    padding: 0 1em 0 0;
    font-size: 1.6em;
}

.alert span.glyphicon {
    margin-right: 0.5em;
    top: 2px;
}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
:
:-moz-selection {
    background: #7c51a1;
    color: #d1d2d4;
    text-shadow: none;
}

:
:selection {
    background: #7c51a1;
    color: #d1d2d4;
    text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
.navbar-default .navbar-nav > li > a {
	text-decoration: underline;
    color: #231f20;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #00b5ac;
    text-decoration: underline; 
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #00b5ac;
    background-color: transparent;
    text-decoration: underline; 
}

a {
    color: #231f20;
}

a:visited {
    color: #231f20; 
}

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
    color: #00b5ac;
    outline: 0;
}

ins {
    background: #ff9;
    color: #231f20;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #231f20;
    font-style: italic;
    font-weight: bold;
}

form {
    background: #e2e2e4;
    background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#D2D2D4), to(#E2E2E4));
    background: -moz-linear-gradient(0% 40% 90deg, #E2E2E4, #D2D2D4);

    padding: 15px 15px 0px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

input,
textarea {
    background: #d1d2d4;
    font-size: 17px;
}

label {
    font-size: 18px;
    font-weight: normal;
}

input:hover,
textarea:hover {
    background: #EFF3F7;
}

.pageContent {
	padding-bottom: 1em;
}

.pageContent iframe {
    width: 100%;
}

#langMenu {
    font-size: 1.6em;
}

#langMenu > li {
    display: inline;
}

#langMenu > li:first-child:before {
    content: " ";
}

#langMenu > li:before {
    content: "//";
    color: #7c51a1;
}

#langMenu > li > a {
    display: inline;
    clear: both;
}

#mainMenu li a {
    font-size: 1.6em;
}

.navbar {
    border: none;   
    border-bottom: 5px solid #231f20;
    margin-bottom: 33px;
}

.navbar-default .navbar-collapse {
    border: none;   
    border-top: 5px solid #231f20;  
}

.navbar-brand:before {
	content: "// ";
	color: #00b5ac;
} 

.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand {
    background-color: transparent;
    padding: 0;
    float: left;
    font-size: 2em;
    position: relative;
    top: 33px;
    color: #7c51a1;
    text-decoration: none;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
    
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-toggle {
    top: 34px;
    left: -15px;
    z-index: 1;
    margin: 0;
}
.navAdminLink {
	position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
}
.navAdminLink a {
    display: block;
	margin-left: auto;
    width: 20px;
    height: 20px;
    cursor: default;
}

button.navbar-toggle {
    padding: 0; 
}

div#logo div {
    float: right;
    position: relative;
}

div#logo { 
    clear: both;
    height: 15px;       
    border-top: 5px solid #231f20;
}

div#logo img {
    position: absolute;
	top: -55px;
	left: -185px;
}

.img-thumbnail {
	background-color: #d1d2d4;
	border: 1px solid #00b5ac;
	border-radius: 4px;
	transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-webkit-transition: all 180ms ease-in-out;
}

.footer a {
	text-decoration: none !important;
}
.footer .social>a>img {
	transition: opacity 180ms ease-in-out;
	-o-transition: opacity 180ms ease-in-out;
	-moz-transition: opacity 180ms ease-in-out;
	-webkit-transition: opacity 180ms ease-in-out;
}
.footer .social>a:hover>img {
	opacity: 0.75;
	transition: opacity 180ms ease-in-out;
	-o-transition: opacity 180ms ease-in-out;
	-moz-transition: opacity 180ms ease-in-out;
	-webkit-transition: opacity 180ms ease-in-out;
}
.footer .line {
    padding-bottom: 0.5em;
}

.footer .social, 
.footer .copy {
	height: 32px;
	margin-bottom: 0.5em;
}

.icon {
   position: relative;
}
.icon-m {
   padding: 0 20px 0 0;
   margin: 0 14px 0 0;
}
.icon-l {
   padding: 0px 32px 0px 0px;
   margin: 0px 6px 0px 0px;
}
.icon-m:before {
    width: 24px;
    height: 24px;
}
.icon-l:before {
	width: 32px;
    height: 32px;
}
.icon:before {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.icon:hover:before {
    opacity : 0.75;
    transition: opacity 200ms ease-in-out;
      -o-transition: opacity 200ms ease-in-out;
      -moz-transition: opacity 200ms ease-in-out;
      -webkit-transition: opacity 200ms ease-in-out;
}

.icon-m-facebook:before {
    background: transparent url(../images/social_icons/facebook_58.png) scroll no-repeat left center / 24px 24px;
}
.icon-m-twitter:before {
    background: transparent url(../images/social_icons/twitter.svg) scroll no-repeat left center / 24px 24px; 
}

.icon-l-facebook:before {
    background: transparent url(../images/social_icons/facebook_32.png) scroll no-repeat left center; 
}
.icon-l-mixcloud:before {
    background: white url(../images/social_icons/mixcloud.svg) scroll no-repeat left center / 32px 32px; 
}
.icon-l-soundcloud:before {
    background: transparent url(../images/social_icons/soundcloud_32.png) scroll no-repeat left center; 
}
.icon-l-twitter:before {
    background: transparent url(../images/social_icons/twitter.svg) scroll no-repeat left center / 32px 32px; 
}


#home-text { 
    padding: 20px 0 0 0;
}

.hiddenPost div>div:not(.newsPostActions),
.hiddenPost h2 {
	opacity: 0.4;
}
.newsPost {
	margin-left: 0;
	margin-right: 0;
}
.newsPost:not(:first-child) {
	border-top: solid 2px #dddddd;
	padding-top: 1.5em;
	/*margin: 0 0 2em 0;*/
}
.newsPost a>img {
	transition: opacity 180ms ease-in-out;
	-o-transition: opacity 180ms ease-in-out;
	-moz-transition: opacity 180ms ease-in-out;
	-webkit-transition: opacity 180ms ease-in-out;
}
.newsPost a:hover>img {
	opacity: 0.75;
	transition: opacity 180ms ease-in-out;
	-o-transition: opacity 180ms ease-in-out;
	-moz-transition: opacity 180ms ease-in-out;
	-webkit-transition: opacity 180ms ease-in-out;
}
.newsPostInfo {
    padding-left: 0;
    padding-right: 0;
}
.newsPostMetaData {
	margin: 0 0 1.5em 0;
}
.newsPostMetaData:not(:first-child) {
	margin: 1.5em 0 1.5em 0;
}
.newsPostMetaData a {
    text-decoration: none;
    top: -2px;
}
.newsPostActions {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.newsPostText {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
}
.news h2 {
	font-size: 1.4em;
	margin-top: 0;
}
.newsPostText p {
	margin-bottom: 1.2em;
}

.notification {
	position:relative;
	float:right;
	left: -3em;
	top: -1.5em;
	transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-webkit-transition: all 180ms ease-in-out;
}

.notification .label {
	position:absolute;
}

.drinks {
	padding-top: 0;
}
.drinks .table th, 
.drinks .table td { 
     border-top: none;
     padding-left: 0;
     padding-right: 0; 
}

.def th {
	text-align: right;
}

.def td:nth-child(2), 
.def td:nth-child(3),
.specials td:last-child {
    text-align: right;
    white-space: nowrap;
}

.def td:nth-child(2):before, 
.def td:nth-child(3):before,
.specials td:last-child:before {
    content: '\20AC\ \ ';
}

.drinks td:first-child {
	word-wrap: break-word;
}
.specials {
	padding-left: 11px;
	padding-right: 11px;
} 
.specials table {
	border-collapse: separate;
	border-spacing: 0 0.5em;
}
.specials table.table tbody tr td {
    padding: 0 4px 0 4px;
}

.specials .name:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.specials .name {
	font-size: 1.4em;
	margin-bottom: 4px;
	margin-top: 4px;
}

.specials tr.todaysSpecial td {
	background-color: #ed445e;
}

.specials .price {
	font-size: 1.4em;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.contact > div {
	padding-bottom: 1em;
}

.contact .today-open {
	background-color: #ed445e;	
}

.address thead th, 
.timetable thead th {
	padding: 4px 0 4px 0;
	font-weight: normal;
	font-size: 1.4em;
}

.address tbody td,	
.timetable tbody td {
	padding-top: 0.3em;
	padding-right: 1em;
}

table.timetable {
	margin-left: -4px;
}

.timetable th:first-child,
.timetable td:first-child {
	padding-left: 4px;
}
.timetable td:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.timetable td:last-child {
	padding-right: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* force menu items to be inline with content? 
.navbar-nav > li > a {
   padding-left: 0;
} */

.loginSocial {
    text-align: right;
}

.loginSocial img {
	widht: 16px;
	height: 16px;
	margin: 0px 6px 2px 0;
}

.loginSocial button.signinFacebook {
	color: #fff;
	background-color: #3b5998;
	border: 0;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
        -webkit-font-smoothing: antialiased;
    font-size: 0.8em;
	padding: 9px 10px 7px 10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .icon-l-facebook:before {
        background: transparent url(../images/social_icons/facebook_58.png) scroll no-repeat left center / 32px 32px;
    }
    .icon-l-soundcloud:before {
        background: transparent url(../images/social_icons/soundcloud_64.png) scroll no-repeat left center / 32px 32px;
    }
}

/* media query for sm devices */
@media (min-width: 768px) {
	.container .copy {
		text-align: right;
	}
	
	.navbar-default .navbar-collapse {
	   border: none !important;
	   padding-left: 0;
	   padding-right: 0;
	}
	
	.nav > li > a {
	   padding-left: 0;
	}

    #mainMenu.nav > li > a {
       padding-right: 0.7em;
    }
    
    #langMenu.nav {
        margin-right: 0;
    }

    #langMenu.nav > li > a {
       padding-left: 0.5em;
       padding-right: 0;
       float: right;
       text-align: right;
       text-transform: uppercase;
       font-size: 16px;
    }
   
    .navbar {
        border: none;
        margin-bottom: 55px;
    }
    
    
    #langMenu > li:before {
        content: " ";        
    }
    
    div#logo { 
        margin-top: 75px;
    }
    
	.newsPostInfo {
	    padding-right: 15px;
	}
	.newsPostText {
		padding-left: 15px;
	}
}

/* media query for md devices */
@media (min-width: 992px) {

	#home-img {
	    float: left;
	    width: 40%;
	}

	#home-text { 
	    float: right;
	    width:60%;
	    padding: 0 0 0 30px;
	}

	#mainMenu.nav > li > a {
       padding-right: 1em;
    }
    
    div#logo img {
        top: -80px !important;
        left: -245px !important;
    }

    div#logo { 
	    margin-top: 100px;
    }
}

/* media query for lg devices 
@media (min-width: 1200px) {
}
*/