/*
	Theme Name: christheme
	Theme URI: http://nichtchristianmay.com
	Author: Christian May
	Author URI: http://nichtchristianmay.com
	Description: this is a child-theme of devdmbootstrap3
	Template: devdmbootstrap3
	Version: 0.0.2
	License: GNU General Public License v3
	License URI: http://www.gnu.org/licenses/gpl.html
	Tags: bootstrap3, grid-layout, left-sidebar, affix, responsive
*/

/* BASICS */
.grid-item {
	padding: 11px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.grid-item a,
.grid-item img,
.grid-item .item-label {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.grid-item a:hover img,
.grid-item a.item-hover img {
	opacity: 0.9;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.grid-item a:hover .item-label {
	color: #666666;
	background-color: #ccff00;
	/*border-bottom: 1px dotted #3d3d3d;*/
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.item-description {
	height: 25px;
	width: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #4d4d50;
	letter-spacing: 0.5px;
}

a {
	color: #767d7f;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
a:hover, a:active, a:focus {
	color: #414e52;
	text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

h4 {
    line-height: 25px;
    margin-bottom: 20px;
}
p > a {
	color: #767d7f;
	border-bottom: 1px dotted #9c9c9c;
}
p > a:hover {
	background-color: #ADD8E6;
	border-bottom: 1px dotted #3d3d3d;
}

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
.page-header, .page-header a {
    font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.4em;
    color: #202222;
    text-decoration: none;
    padding-bottom: 9px;
    margin: 40px 0px 0px;
}

.page-header a {
    font-size: 1.3em;
    line-height: 0.8em;
}

.page-header {
    border: none;
}

.post-header {
    margin: 10px 0px 0px;
}

.post-labels {
    margin-bottom: -20px;
}
.label-posts {
    color: #434a54;
    background-color: #fff;
    border: 1px solid #C5CBD3;
	font-weight: 400;
}

.del a {
	color:#820104;
}

.del a:hover {
	color:#ff3513;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
	background: #3a3737;
	border-color: #202020;
	color: #eaeaea;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background: #141414;
}

.overdrag {
	background:#fff;
	background: rgba(255,255,255,0.5);
}
.overdrag:after {
	color: #313131;
}

.item-label {
	padding: 1px 2px;
	background-color: none;
}
.item-hover {
	background-color: none;
}
.navbar-brand {
	padding: 2px 15px;
}

.navbar-default {
	border: none;
}

#menu-main-menu {
	padding-right: 30px;
}

#menu-main-menu li a {
    font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: transparent;
}
#menu-main-menu li {
	margin-top: 5px;
	margin-left: 10px;
	background: url(img/px.png);
}
#menu-main-menu li.active a {
	background: url(img/line.gif) no-repeat 40% 100%;
}
#menu-main-menu li a:active,
#menu-main-menu li a:focus,
#menu-main-menu li a:hover {
	background-color: transparent!important;
}

/* all items */
ul.nav-pills {
	padding: 5px 0;
}
ul.nav-pills > li > a {
	display: inline;
	padding: 0 2px 3px 3px;
	line-height: 1.8;
	/*background-color: #ffffff;*/
	border-radius: inherit;
}

ul.nav-pills > li > a:active,
ul.nav-pills > li > a:focus,
ul.nav-pills > li > a.item-hover,
ul.nav-pills > li > a:hover {
	color: #000000;
	background-color: #ccff00!important;
}
/* ancestor of active child */
ul.nav-pills > li.current-page-ancestor > a {
	color: #000000;
	font-weight: bold;
	background: url(img/line.gif) no-repeat 40% 100%;
}
/* active items */
ul.nav-pills > li.active > a,
ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	color: #000000;
	font-weight: bold;
	background-color: transparent!important;
}

/* submenu */
ul.nav-stacked ul.nav-stacked > li > a {
	margin-left: 20px;
}

/* all items */
ul.nav-stacked > li > a {
	display: inline;
	padding: 0 2px 3px 3px;
	line-height: 1.8;
}

/* ancestor of active child */
ul.nav-stacked > li.current_page_parent > a { }

/* active item */
ul.nav-stacked > li.current_page_item > a,
ul.nav-stacked > li.current_page_item > a:hover,
ul.nav-stacked > li.current_page_item > a:focus {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
}

a.anchor-link {
	color: #dfdfdf;
}
.anchor-link > span {
	font-size: 0.6em;
}
.anchor-link:hover {
	color: #999999;
}

.navbar-toggle {
	border: 1px solid #dfdfdf;
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	background-color: #888888;
}
.navbar img {
	height: 45px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.navbar-nav > li > a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.affix {
	top: 100px;
}

.navbar-default {
	background-color: transparent;
	margin-top: 15px;
}

#subnav,
.subnav {
	margin-top: 0px;
	padding-top: 0px;
}

.navbar-default:hover { opacity: 1 }

.bs-callout {
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-ncm {
    border-left-color: #00FFFF;
}
.bs-callout-ncm h4 {
    color: #00FFFF;
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ncm-left > .collapse {
	display: block;
}

.ncm-container {
	padding-top: 70px;
}
.ncm-header { }
.ncm-header-img { }
.ncm-header-text { }
.ncm-top-menu { }
.ncm-content {
	margin-top: 70px;
}
.ncm-main {  }
.ncm-left {
	margin-top: 70px;
}
.ncm-right { }
.ncm-footer-menu { }
.ncm-author-credits { }
.ncm-footer {
	background-color: #ffffff;
	border-top: 1px dotted #00FFFF;
	padding: 5px 20px;
	margin-top: 50px;
}
.ncm-footer p {
	margin: 0px;
}

/* gallery */
/* fluid 5 columns */
/*.sketch_grid-sizer,*/
.sketch_grid-item { margin: 0 0 30px 0; }
.sketch_thumb { /*padding: 10px;*/ }

@media (min-width: 0px) and (max-width: 991px) {
	body {
	    font-size: 1.6em;
	    line-height: 1.8em;
	}
	.ncm-content {
		margin-top: 110px;
	}
	.ncm-left {
		display: none;
	}
	#menu-main-menu li a {
	    font-size: 1em;
	}
	.top-bubble {
		opacity: 0.1;
	}
    .navbar-header {
        text-align: center;
        margin: auto;
    	width: 100%;
    	margin-left: 0px!important;
    	margin-right: 0px!important;
    }

    .navbar-header a {
    	float: none;
		display: inline-block;
		margin: 0 auto;
    }

    .navbar-brand {
		margin-left: 0px!important;
    }

    .navbar-links {
        text-align: center;
        /*margin: auto;*/
		/*margin: 0 auto;*/
		margin-top: 20px;
		display: inline-block;
        width: 100%;
    }

	.navbar-links ul {
	    display: inline-block;
	    margin: 0 auto;
	}

	.navbar-right {
		float: none!important;
	}

	.pull-right {
		float: left!important;
	}

	.label {
		font-size: 70%!important;
		white-space: normal!important;
	}

	/* styling submenu */
	#subnav li {
		width: 100%;
		padding: 5px 25px;
	}

	/* setting centered subnav-button */

	.navbar-toggle {
	  width: 100%;
	  float: left;
	  margin-right: 0;
	}

	/* setting breakpoint for button-display */

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

	.navbar-fixed-top {
		position: absolute;
	}
	#menu-main-menu {
		padding-right: 15px;
	}
}


@media screen and (max-width: 600px) {
	.label_buttons {
		display: block;
	}
}
