/*
	bMaster
	Default Template Styles
	============
	default.css
*/
html, body {
    margin:0px;
    padding:0px;
}
a{
	color:inherit;
}
a:hover,
a:focus,
a:active{
	color: inherit;
	outline:none;
	text-decoration:none;
}
div#debug {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}
div#debug > span {
	position: absolute;
    color: #000;
    padding: 7px;
}
div#debug .main {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgb(0, 0, 0);
    padding: 7px 0;
    color: #fff;
    text-align: center;
    opacity: 0;
    font-weight: 600;
}
div#debug .main:hover {
	opacity: 1;
}
div#debug p {
    margin: 0;
}
div#debug p small {
    font-weight: 300;
    opacity: .5;
}
.topbar {
    background-color: #10a7be;
    border-bottom: 1px solid #eee;
    height: 35px;
    padding-top: 6px;
    text-align: left;
    color: #fff;
}
.topbar span {
    padding-right: 15px;
}
.topbar p {
    margin: 0;
    padding: 0;
}
.logo a {
    display: block;
    height: 70px;
    width: 230px;
    background-position: 50%;
    background-size: 100%;
}
.logo {
    padding: 10px;
}
.affix{
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.navbar {
    margin: 0;
}
ul.nav > li > a.dropdown-toggle:after {
    content: "\f0d7";
    font: normal normal normal 12px/1 FontAwesome;
    margin-left: 5px;
}
#bCarousel {
    height: 40vh;
}
#bCarousel .carousel-inner {
    height: 100%;
    position: relative;
}
#bCarousel .item {
    height: 100%;
}
#bCarousel .slide-text {
    position: absolute;
    width: 100%;
    top: 50%;
	margin-top: -70px;
    left: 0;
    font-size: 24px;
    color: #fff;
}
#bCarousel .slide-text .name {
    font-size: 45px;
}
#bCarousel .slide-text .text {
    font-style: italic;
    font-size: 17px;
}
#bCarousel .fill.slidebg {
    height: 100%;
    background-position: 50%;
    background-size: cover;
}
#bCarousel .carousel-controller {
	opacity:0;
	background-color: rgba(255,255,255,0.7);
	width: 40px;
	height: 35px;
	display: block;
	position: absolute;
	top: 50%;
	margin: 0 20px;
	border-radius: 5px;
	margin-top: -17.5px;
	z-index:15;
}
#bCarousel a.left.carousel-controller {
    left: 0;
}
#bCarousel a.right.carousel-controller {
    right: 0;
}
#bCarousel .carousel-controller span {
    font-size: 30px;
    line-height: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: #555;
}
#bCarousel .carousel-controller:active,
#bCarousel .carousel-controller:focus,
#bCarousel .carousel-controller:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.9);
}
#bCarousel .carousel-controller span.icon-prev:before {
    content: '\2039';
}
#bCarousel .carousel-controller span.icon-next:before {
    content: '\203a';
}
#bCarousel .carousel-indicators {
    z-index: 1;
}
.content {
    padding: 20px 0;
}
.content.seperator {
    background-color: #ababab;
    color: #fff;
}
.left-menu.default,
.right-menu.default{
    color: #828282;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
}
.left-menu.default ul,
.right-menu.default ul{
    padding: 0;
    list-style: none;
    margin: 10px 0;
}
.left-menu.default ul li.active,
.right-menu.default ul li.active,
.left-menu.default ul li:hover,
.right-menu.default ul li:hover{
    background-color: #f1f1f1;
    border-radius: 5px;
    border-bottom: 1px solid #ddd;
}
.left-menu.default ul li a,
.right-menu.default ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}
/* photoSwipe */
.content .item {
	padding:10px;
}
div > .item a.photoswipe{
    
}
a.photoswipe img{
    width: 100%;
}
a.photoswipe.hovereffect {
	position:relative;
    display: block;
    width: 100%;
    height: 100%;
}
a.photoswipe.hovereffect:before{
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/system/magnifier.png) rgba(0,0,0,.5) no-repeat 50%;
    transition: opacity .2s ease-out;
}
a.photoswipe.hovereffect:hover:before{
    opacity: 1;
    transition: opacity .2s ease-in;
}
.modal.popup .modal-dialog {
	text-align:center;
}
.modal.popup .modal-content {
    background-color: #f5f5f5;
    border: none;
    color: #444;
    min-height: 25px;
    overflow: hidden;
}
.modal.popup .modal-content img{
	width: 100%;
}
.modal.popup .modal-content .text{
    padding: 10px 20px;
}
.modal.popup .modal-content .text h4{
    margin: 0 0 5px;
}
.modal.popup .modal-content .text p{
    margin: 0;
}

/* standart modal */
#modal .modal-header.error,
#modal .modal-header.success{
	background-color: #cc5a5a;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
#modal .modal-header.error{
	background-color: #cc5a5a;
}
#modal .modal-header.success{
	background-color: #7aceb2;
}
#modal .modal-header h4:before {
	content: "";
    font-family: FontAwesome;
    margin-right: 10px;
}
#modal .modal-header.error h4:before {
    content: "\f00c";
}
#modal .modal-header.error h4:before {
    content: "\f00d";
}


/* Contact Form */
#contact-form {
    width: 100%;
}
#contact-form .full-width{
	width:100%;
	float:left;
}
#contact-form .half-width{
	width:50%;
	float:left;
}
#contact-form p.send-result {
	padding: 10px;
	border-radius: 5px;
    font-weight: 300;
}
#contact-form  p.send-result.red {
	background-color: #f19191;
	border: 1px solid #d67979;
    color: #fff;
    text-shadow: 1px 1px #999;
}
#contact-form  p.send-result.green {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
    padding-bottom: 5px;
}
#contact-form  p.send-result span {
	display: block;
}
#contact-form p.send-result span i {
    margin: 0 5px 0 0;
    font-size: 12px;
}
#contact-form  p.send-result span.headline {
	font-size: 15px;
	margin-bottom: 5px;
}
#contact-form  p.send-result span.errors {
	font-size: 13px;
	margin-left: 10px;
}
#contact-form input,
#contact-form select,
#contact-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    color: #999;
}
#contact-form button {
    width: 20%;
    display: block;
    float: left;
}
#contact-form input,
#contact-form select,
#contact-form button,
#contact-form textarea {
    margin: 5px 0;
    padding: 7px 10px;
	resize:vertical;
}
#contact-form input:active,
#contact-form input:focus,
#contact-form select:active,
#contact-form select:focus,
#contact-form button:active
#contact-form button:focus,
#contact-form textarea:active,
#contact-form textarea:focus {
	outline: none;
}