/**/

#cookie-bar {background: #333333; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;font-size: 12px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;text-decoration: underline;}
#cookie-bar .cb-enable {background: #F65034;font-size: 14px;text-decoration: none;}
#cookie-bar .cb-enable:hover {background: #FF7701;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {font-size: 12px;}
#cookie-bar .cb-policy:hover {color: #FF7701;}
#home-slides .carousel-inner{
	/* height: 520px; */
}


.col-sm-4.text-center>p {
    max-width: 300px;
    margin: 0 auto;
}
.pathway .nav-tabs > li > a{
	color:white;
}
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img{
	width:100%;
}
div#home-slides {
    /* max-height: 520px; */
    /* overflow: hidden; */
    padding: 0;
}

.item h2.h2 {
    position: absolute;
    top: 46%;
    /* padding: 0; */
    left: 80px;
    right: 80px;
    text-align:center;
    font-size: 40px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    transform: translate(0, -50%);
}
.item h2.h2>*{
	color:white;
}
.navbar-brand{
	white-space:nowrap;
	height: 52px;
	text-overflow:ellipsis;
	padding: 0;
	display: block;
	width: auto;
	line-height: 50px;
	outline: 0;
}
#footer iframe {
    border: 0;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    /* float: right; */
    /* text-align: right; */
}
.tooltip{
	white-space:nowrap;
}
.navbar-brand img.logo {
    height: 50px;
    display: inline;
    position: relative;
    top: 2px;
    left: -24px;
}
.navbar-brand .subtitle{
	font-size: 14px;
	vertical-align: baseline;
	position: relative;
	top: 4px;
	left: -20px;
}
.navbar-brand .badge,.vyber .badge{
	position:relative;
	/* top:-10px; */
}
.fa-heart-o .badge{
	color:transparent !important;
}
.vyber .fa-heart{
	color: #F65034;
	position: relative;
}
.fa-2x .badge{
	position:absolute;
	color:white;
	left: 1px;
	top: 1px;
	background-color:transparent;
	font-weight:bold;
	padding: 0;
	right: 0;
	margin: 0;
	line-height: 20px;
}
.nav .fa-2x{
	position:relative;
	top: -2px;
	line-height: 18px;
	font-size: 20px;
	margin-right: 5px;
}
.search .fa-2x {
    margin-right: 0;
    background-color: #2c77e4;
    color: white;
    padding: 9px;
    border-radius: 0 4px 4px 0;
    margin-top: -5px;
    margin-bottom: -15px;
    height: 38px;
    /* margin-left: -4px; */
}
.dropdown > a .badge{
	display:none;
}

body {
    margin-bottom: 0;
}

.cat_header {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    max-height: 260px;
    background-size: cover;
    background-position: center 30%;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.3) inset; */
    background-color: #F65034;
}
.cat_header >img{
	width:100%;
}
.cat_header,.foto2{
	-webkit-transition:min-height 0.3s linear;
	-moz-transition:min-height 0.3s linear;
	transition:min-height 0.3s linear;
}
.cat_header.clicked{
	min-height: 800px;
}
.foto2.clicked{
	min-height: 800px;
}
#intro_uvod .cat_header{
	box-shadow:none;
}
.cat_header .desc{
    color:white;
    position: absolute;
    /* top: 175px; */
    left: 20px;
    right: 20px;
    /* text-align: center; */
    font-size: 14px;
}
.cat_header .title{
    /* margin-top:0; */
    position: absolute;
    bottom: 50%;
    text-align: center;
    right: 15px;
    left: 15px;
    font-size: 50px;
    transform: translate(0,50%);
}
.sub_header{
	background-color: #E6F3FF;
	/* min-height:100px; */
	/* margin:1em 0; */
}
#tabs-order{
    display: flex;
    overflow: hidden;
}
li.sub_header{
    flex: 1;
    background-color: #ffd6d0;
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 10px; */
}
li.sub_header:first-child{
    z-index: 1;
}
li.sub_header.active{
    background-color: #2c77e4;
}
li.sub_header:after{
    background-color: #ffd6d1;
    width: 20px;
    height: 20px;
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
}
li.sub_header.active:after{
    background-color: #2c77e4;
}
li.sub_header>a.title{
	font-size: 20px;
	line-height: 32px;
	margin: 0;
	padding: 10px;
	/* align-items: center; */
	border: none !important;
	background-color: transparent !important;
	color: #f65035;
	display: flex;
	align-items: center;
	width: 100%;
}
#tabs-order > li.active > a, #tabs-order > li.active > a:hover, #tabs-order > li.active > a:focus{color: white !important;}
.slide a, .cat_header .title a, .image.desc {
    color: white;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}
.sub_header .title {
	font-size: 30px;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sub_header.disabled .title{
	pointer-events: none;
}
.sub_header .title a{
	text-align:left;
	color: #789CA9;
	display: inline-block;
	vertical-align: middle;
	max-width: 65%;
}
.cat_header .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    /* top: 0; */
    padding: 5px 15px;
    /* background-color: rgba(255,255,255,.8); */
    right: 0;
}

.nav-pills > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 #minis a{
 	display:inline-block;
 }
#posters{
	height: 270px;
	overflow:hidden;
}
#posters .wrap{
	position:relative;
}
#posters .foto{
	display:block;
	height: 270px;
	background-size:cover;
	background-position:50% 30%;
	border-bottom:10px solid white;
}
.no-gutter{
	padding:0;
	margin: 0;
}
.no-gutter>*{
	padding:0 !important;
}

.add_this.btn, .del_this.btn {
	/* position: absolute; */
	font-size: 1.3em;
	/* left: 0; */
	/* top: 20px; */
	/* right: 0; */
	/* display: block; */
	/* bottom: 0; */
	width: calc(100%);
}
.btn.anim:before{
    animation: rotate 1s infinite linear;
    display: inline-block;
}
@keyframes rotate{
	to{
		transform:rotate(360deg);
	}
}
.mini button.del_this, .mini button.add_this {
    font-size: 1em;
    width: auto;
    border: none;
    -webkit-appearance: none;
    background-color: transparent;
}
.del_this.btn{
	background-color: #2B78E4;
	border-color:#2B78E4;
}
.del_this.btn:hover,
div#vyber-float ul li.sticki:hover{
	background-color: #0d60d3;
}
.info {
    max-height: 105px;
    overflow: hidden;
    transition:max-height 0.5s linear;
    margin-top:10px;
    /* padding-left: 20px; */
}
.info.clicked{
	max-height:800px;
}
.info:after{
	display:block;
	/* height:120px; */
	content:"";
	bottom:0;
	right:0;
	left:0;
	position:absolute;
	z-index:1;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.detail .info {
    max-height: initial;
    overflow: hidden;
    padding-bottom:80px;
}
.entry.col-sm-4.col-lg-3.col-xs-6   {
    /* height: 421px; */
    overflow: hidden;
    /* background-color: white; */
    margin-bottom: 8px;
}
div#foto:after {
    display: block;
    content: "";
    clear: left;
}
.videos iframe,.fotos .foto {
    float: left;
    width: 33.333%;
    height: 180px;
    display: block;
    /* background-color: #E2E2E2; */
    border-top: 4px solid rgb(138, 27, 46);
    border-left: 4px solid rgb(138, 27, 46);
    box-sizing: border-box;
background-size:cover;
background-position:center;
}

.videos {
    clear: both;
}
.videos:after{
	display:block;
	content:"";
	clear:left;
}


.foto-carousel {
    height: 400px;
    background-size: cover;
}

.navbar {
    margin-bottom: 0;
    box-shadow: 0 1px rgba(0,0,0,.2);
    border-radius: 0;
    box-sizing: content-box;
}

.container.slideswrap {
    padding: 0;
}
body.skin_1 #slideshow-main,
body.skin_1 .item h2.h2,
body.skin_1 #footer,
body.skin_1 .searchwrap,
body.skin_1 .pathway{
	/* background-color:#F65034; */
}
body.skin_1 #footer a{
	color:white;
	margin-right: 5px;
}
body.skin_1 #footer a:hover{
	color: #F65034;
}
body.skin_2 #slideshow-main,
body.skin_2 .item h2.h2,
body.skin_2 #footer,
body.skin_2 .searchwrap,
body.skin_2 .pathway{
	background-color: #DC3B21;
	color: #FFA798;
}
body.skin_2 #footer a{
	color:white;
}
body.skin_3 #slideshow-main,
body.skin_3 .item h2.h2,
body.skin_3 #footer,
body.skin_3 .searchwrap,
body.skin_3 .pathway{
	background-color: #F9C01F;
	color: #BD8B00;
}
body.skin_4 #slideshow-main,
body.skin_4 .item h2.h2,
body.skin_4 #footer,
body.skin_4 .searchwrap,
body.skin_4 .pathway{
	background-color: #97C635;
	color: #5D8900;
}
body.skin_5 #slideshow-main,
body.skin_5 .item h2.h2,
body.skin_5 #footer,
body.skin_5 .searchwrap,
body.skin_5 .pathway{
	background-color: #00A5E3;
	color: #A9D8EA;
}
#site_container {
   /* padding-top: 59px; */
   background-color: #FFFFFF;
   position: relative;
   padding-bottom: 2em;
}
body {
   background: #333333;
   height: 100%;
}
.sticky.is_stuck{
	width:100%;
	z-index: 20;
}
#slideshow-main,
.item h2.h2,
#footer,
.searchwrap,
.pathway{
	transition:background-color 1s linear;
}
#footer a{
	transition: color .2s linear;
	white-space: nowrap;
}
#footer .pull-left .pull-left a{
	display:block;
}
nav.navbar.navbar-default.navbar-static-top {
    background-color: transparent;
}

.searchwrap {
    padding-top: 7px;
    padding-bottom: 7px;
}
.gray {
    background-color: #e1e0e0;
}
.gray h2{
	color: #555555;
	font-weight: normal;
}
ul#main-categories-new {
    list-style: none;
    padding: 0;
    margin-bottom: 2em;
    position: relative;
    margin-top: 2em;
}

ul#main-categories-new:before{
	position:absolute;
	top:0;
	left: 33%;
	bottom: 0;
	width: 2px;
	background-color: #555;
	content:"";
	display:block;
}
ul#main-categories-new>li {
   padding: 6px 0 5px 1em;
   width: calc(33% - 2em);
   background-color: white;
   border-radius: 7px;
   border: 3px solid transparent;
   margin: 1em 1em 0.5em 0;
}

ul#main-categories-new>li.open {
	border-color: #F65034;
}
ul#main-categories-new>li>a {
   display:block;
}
ul#main-categories-new .depth-1 span.h3{
    display: inline-block;
    vertical-align: middle;
}
ul#main-categories-new .depth-1 .desc{
    padding-left: 35px;
}

ul#main-categories-new .depth-1 .flatty_shadow{
    margin-left: -8px;
    margin-right: 6px;
}
ul#main-categories-new .depth-1 span.h3:after,
ul#main-categories-new .depth-1 br{
    display: none;
}

ul#main-categories-new>li>ul {
   position:absolute;
   width: 50%;
   left: 36%;
   top: 0;
   list-style:none;
   padding: 0;
   line-height: 30px;
   display: none;
   column-count: 2;
   padding-top: 60px;
   column-fill: auto;
   max-height: 100%;
}

ul#main-categories-new>li>ul .h1{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	font-weight: normal;
	font-size: 30px;
}
ul#main-categories-new>li>ul>li>ul a{
	color: #969696;
}
ul#main-categories-new>li>ul a{
	color: #181818;
}
ul#main-categories-new>li>ul>li>ul a{
	/* color: inherit; */
}
ul#main-categories-new>li.open>ul{
	display: block;
}
ul#main-categories-new>li>ul>li>ul {
   /* position:absolute; */
   /* width: 50%; */
   left: 50%;
   padding-left: 0px;
   list-style:none;
   /* padding: 0; */
   line-height: 30px;
   /* break-inside: avoid; */
}
#mailinglist_form span.input-group-addon {
	padding:0;
}
#mailinglist_form span.input-group-addon .btn {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.vertical-middle {
    position: absolute;
    bottom: 50%;
    left: 5px;
    right: 5px;
    height: 1px;
}
h3.title {
    /* position: absolute; */
    bottom: 50%;
    font-size: 16px;
    color: white;
    text-align: center;
    left: 5px;
    right: 5px;
    /* height: 4px; */
    overflow: visible;
}
h3.title a {
    color: #aaa;
}
.nav-tabs h3.title {
	position:static;
	display: flex;
	margin: 0;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 24px;
	max-height: initial;
}
.nav-tabs h3.title a{
	max-width:initial;
	align-self: center;
}
.nav-tabs.tabs-order{
	display: flex;
}
.nav-tabs.tabs-order>li{
	float: none;
	flex: 1;
	padding: 10px;
}
.typ{
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	min-height: 130px;
	margin-bottom: -1px;
	margin-right: 0px;
	margin-left: -1px;
}
.typy{
	/* border-color: #ddd; */
	/* border-width: 1px; */
	/* border-style: solid; */
	border-left-width: 0;
	border-top-width: 0;
	/* display: table-row; */
	/* margin-top: 20px; */
}
.typ .hover img.img-responsive {
    width: 100%;
}
.typ:hover img.img-responsive {
    width: 100%;
}
.typ .hover:hover{
    opacity:1;
}
.typ .hover{
    opacity:0;
    display: block;
    transition: opacity 200ms linear;
}
.typ:hover h3.title{
    display:none;
}
#reklama ins,
#reklama iframe,
#reklama div {
    width: 100% !important;
}

.icon-mega img {
    max-height: 160px;
    max-width: 160px;
}
.no-photo h3 {
    margin: 0;
    padding: 10px;
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.typ.no-photo {
    min-height: initial;
}
.typ.no-photo:hover {
    background-color:#999999;
}
.typ.no-photo:hover h3 {
    color:#FFF;
}
.typ.no-photo a {
   text-decoration:none;
}

.share {
    padding: 8px;
}

.profil-intro a {
	display: block;
	min-height: 270px;
	background-size: cover;
	background-position: center;
	background-color: #E2E2E2;
	z-index: 3;
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.2) inset;
	position: relative;
}

a.profil-foto {
    width: 200px;
    display: block;
    background-size: cover;
    height: 200px;
    background-position: center;
    float: left;
    position: absolute;
    /* margin-left: 20px; */
    /* margin-right: 15px; */
    border-radius: 3px;
    border: 3px solid white;
    top: -220px;
    margin-bottom: 10px;
    background-color: #e2e2e2;
    left: 27px;
    box-shadow: 0 0 65px rgba(0,0,0,0.2) inset;
    z-index: 3;
}



.main-info {
	background-color:white;
	padding-bottom: 10px;
	border-bottom: 1px solid #DBDBDA;
}
.main-info>.rating{
	padding-top: 10px;
	display: block;
}
.main-info h1{
    padding: 10px 20px 10px 20px;
    margin:0;
    color: #F65034;
    max-width: 900px;
    margin: 0 auto;
}

h2.profil-title {
    /* position: absolute; */
    /* padding-left: 225px; */
    /* bottom: 0px; */
    /* color: white; */
    font-size: 24px;
    margin: 0;
    /* padding-bottom: 10px; */
    padding-top: 10px;
    color: inherit;
    /* right: 15px; */
    /* left: 15px; */
    /* z-index: 3; */
    /* padding-right: 10px; */
}
h2.profil-title .input-lg{
	position:relative;
	z-index:4;
}
p.paginate {
    clear: left;
}

.row.entries {
    /* position: relative; */
}
.tab-pane .row.entries {
    padding: 0 15px;
}

.category ul.nav.nav-pills.nav-stacked {
    padding: 0 15px;
}
.tab-pane:after{
	display:block;
	clear:both;
	content:"";
}
a.foto {
    /* display: block; */
    /* height: 150px; */
    /* width: 20%; */
    /* float: left; */
    /* background-size: cover; */
    /* background-position: center center; */
}

.play span.fa.fa-music {
    font-size: 30px;
    display: block;
    text-align: center;
    padding: 20px;
}

.play {
    display: block;
    /* height: 150px; */
    float: left;
    width: 19%;
    text-align: center;
}

.copy{
	display:block;
}
.cat_header h2.pull-left {
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 2px;
    display: inline;
    margin: 0;
    float: none !important;
    position: relative;
    top: -16px;
    color: white;
    font-weight: 300;
    font-size: 2em;
}
h2.pull-left {
    display: inline;
    margin: 0;
    float: none !important;
}
.pathway h2.pull-left{
	color:white;
	font-size:30px;
	line-height: 10px;
}
.inverse h2.pull-left{
	color: #F65034;
	font-size:30px;
	line-height: 10px;
}
h2{
	font-size: 34px;
}
.mini.new h2{
	color: #555;
	font-size: 22px;
	font-weight: normal;
	padding-left: 15px;
	margin-top: 10px;
	line-height: 32px;
}
.border{
	border: 1px solid #DBDBDA;
}
.poster .image-responsive{
		background-image: url(http://www.showportal.sk/images/showportal/logo.jpg);
		background-size: 70%;
		background-position: center;
		background-repeat: no-repeat;
}

.icons {
    position: absolute;
    top: 6px;
    font-size: 22px;
    white-space: nowrap;
    right: 10px;
}
.mini .shorter .icons{
	right: 10px;
	top: 10px;
	display: none;
}
.ribbons>.fa:after{
	/* content:""; */
	display:block;
	border-width: 10px;
	border-style:solid;
	border-color:transparent;
	width:0;
	height:0;
	border-bottom-color: #1B711E;
	border-right-width:0;
	position:absolute;
	left:0;
	top: -5px;
	border-top-width: 0;
	border-bottom-width: 5px;
}
.ribbons>.fa>span{
	text-transform:uppercase;
	font-size:10px;
	/* line-height: 32px; */
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
}
.ribbons>.fa{
	color: #f65034;
}
.icons>a.fa,
.ribbons>.fa {
    position: relative;
    padding: 4px;
    /* line-height: 1em; */
    /* text-shadow: 2px 0  2px white,0px 2px  2px white,-2px 0  2px white,0px -2px  2px white; */
}
.icons>a{
	color: #CCCACA;
}
.poster .img-responsive {
		margin: 0 auto;
		max-height: 186px;
		margin-bottom: 10px;
}
footer#footer {
	/* margin-top: 2em; */
	background-color: #333333;
	color: #999999;
	padding-top:15px;
	padding-bottom: 55px;
	clear: left;
}
footer#footer .pull-right{
	padding-bottom:60px;
}
span.fa.fa-facebook-square {
    /* color: #4A66AF; */
}

.navbar-header.hidden-sm.hidden-md.hidden-lg .navbar-brand {
    padding-left: 15px;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.profil-intro {
    margin-bottom: 10px;
}

.entry_inner .buttons {
    /* padding-left: 35px; */
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 56px;
    overflow: visible;
}
.entry_inner .buttons:before{
	content:"";
	border-top: 1px solid #CCCACA;
	display:block;
	top: -10px;
	position: relative;
}
a.poster {
    overflow: hidden;
    display: block;
}
.mini a.poster{
	width:30%;
	float: left;
	box-sizing: border-box;
}

.mini.new a.poster{
	float: none;
	flex-shrink: 0;
	margin-right: 10px;
	flex-grow: 0;
	width: auto;
}
.mini.new a.poster img{
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.searchResults {
    position: absolute;
    /* background-color: white; */
    z-index: 2000000;
    left: 0;
    right: 0;
    /* margin: 0 15px; */
    max-height: 400px;
    overflow-y: scroll;
    box-shadow: 0 4px rgba(0,0,0,.2);
}
.searchResults ul{
	padding:0;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	margin: 0 auto;
	/* max-width: 540px; */
	background-color: white;
}
.searchResults li{
	list-style:none;
	padding:8px 8px;
	position:relative;
}
.searchResults li a{
	color: #9A9696;
	display:block;
}

.searchResults li .badge{
	padding:4px;
	float:right;
	display: block;
	font-size:80%;
}
.searchResults li .icons{
	right:7px;
	top:8px;
	position: static;
	display: block;
	float: right;
}
.searchResults li:hover a{
	color: #FFFFFF;
}
.searchResults li:hover{
	background-color: #9A9696;
}
.gallery.tab-content > .active{
	background-color:transparent;
	box-shadow: none;
	margin-bottom: 0;
}
.inverse .nav-tabs > li.active > a,
.inverse  .nav-tabs > li.active > a:hover,
.inverse  .nav-tabs > li.active > a:focus{
	background-color: #F65034;
	color: white !important;
}
.searchResults li:not(:last-child){
	border-bottom:1px solid #EEE;
}
.found .badge {
    margin-left: 0;
    padding: 3px;
    min-width:20px;
}
p.desc{
	padding: 15px;
	font-size: 20px;
	margin-bottom: 0;
}

.ribbons {
    /* overflow: hidden; */
    height: 36px;
    position: absolute;
    top: -50px;
}

span.new.fa {
    color: #F65034;
}
.in_cart span.new.fa {
    color: white;
}
.detail_main span.bookings.fa,.detail_main span.fa-top.fa{
    font-size: inherit !important;
    margin: 0 5px;
}
span.bookings.fa:before{
    transform: scale(1.6) translateY(4px);
    display: inherit;
}
.detail_main span.bookings.fa:before,.detail_main span.fa-top.fa:before{
    font-size: 1.7em;
    /* padding: 0 5px; */
}
span.bookings.fa span{
    position: relative;
}
span.bookings.fa:after{
	border-bottom-color: #295D71;
}
.ribbons span.top.fa {
    color: #FFFFFF;
    background-color: #558394;
    border-radius: 50%;
    font-size: 1.8em;
    margin-right: 60px;
}
.ribbons span.top.fa>span{
	position:absolute;
	top: 16px;
	left: 38px;
	color: #558394;
}
.in_cart .ribbons span.top.fa>span,.in_cart .ribbons span.bookings.fa>span{
	color: #FFF;
}

span.top.fa:after{
	border-bottom-color: #ECA719;
}
.typy span.badge {
    float: right;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.rating .th {
  border-radius: 4px;
  /* background-color: #2F2F2F; */
  color: #C0C0BB;
  /* text-align: center; */
  padding: 4px;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.37em;
}

.col-sm-4.rating {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC8C8;
}

.keyboard {
    border: 1px solid;
    border-radius: 3px;
    padding: 0 6px;
}

.placeholder {
    color: #A7A4A4;
}

div#home_intro .col-sm-4 p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shorter a.h3 {
    max-height: initial;
    float: left;
}

.mini .shorter a.h3 {
    float: right;
    padding-bottom: 0;
    max-height: 3.2em;
    /* padding-left: 5px; */
    text-overflow: ellipsis;
    width: 70%;
    box-sizing: border-box;
}

.mini.new .shorter .h3 {
	float: none;
	width: auto;
	margin: 0;
	padding-bottom: 10px;
	color: #555;
	font-weight: normal;
	font-size: 15px;
}
.shorter .info2 {
    float: left;
}
.shorter.entry.col-sm-4.col-lg-3.col-xs-6{
	padding-left: 6px;
	padding-right: 6px;
}

.search-intro span.input-group {
    margin-bottom: 0;
}

.col-xs-12>form#searchform {
    margin: 10px 0;
}

.navbar.navbar-default.navbar-collapse.row {
    background-color: #E7E6E6;
}

.entry .entry_inner {
    background-color: white;
    margin-bottom: 20px;
    padding: 14px 0;
    position: relative;
    height: 305px;
    /* border-bottom: 4px solid #CCCACA; */
    /* overflow: hidden; */
    border: 1px solid #DEDDDD;
    /* transition: all 1s ease; */
}
.entry .entry_inner:hover{
	border-color: #F65034;
}
.tab-pane .entry .entry_inner{
    border-left: 1px solid #DEDDDD;
    border-top: 1px solid #DEDDDD;
}
.container>.no-gutter.typy {
    padding: 20px 0;
}

.pagination li a{
    float: none;
    text-align:center;
    display:block;
    min-width: 32px;
    white-space: nowrap;
}
.pagination.az li a{
	min-width:initial;
	padding: 5px 5px;
	width: 36px;
}
.pagination span.badge {
    display: none;
    padding: 2px 6px;
    margin:0;
    text-align:center;
    line-height: inherit;
    font-size:inherit;
    color: white;
    background-color: #F65034;
    width: 24px;
}
.pagination.az .active span.badge {
    color: #F65034;
    background-color: white;
}
.pagination.az a:hover span.badge {
	display:inline-block;
}
.pagination.az a span.pagination-label  {
	display:inline-block;
    padding: 2px 8px;
}
.pagination.az a:hover span.pagination-label  {
	display:none;
}
.pagination.az .disabled a:hover span.pagination-label  {
	display:inline-block;
}

.panel-body .rating {
    text-align: center;
    flex-grow: 1;
    width: 33%;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-top: 0;
    vertical-align: top;
}
.panel-body .rating+.rating{
	border-left: 1px solid #DBDBDA;
}
.panel-body .rating:nth-child(3n+1){
	border-left:none;
}
.rating .fa:before {
    font-size: 14px;
    letter-spacing: 0.12em;
}
.shorter .rating .fa:before{
	font-size: 17px;
	/* letter-spacing:8px; */
}
.rating .fa-star-o{
	color:#E0D3D3;
}
.profil-foto .rating{
	position:absolute;
	top:100%;
	width:100%;
	color:gray;
}

.entry_inner a.h3 {
    padding-right: 90px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}

.p {
    display: block;
}
.shorter {
    height: 310px;
    padding-left: 7px;
    padding-right: 7px;
}
.mini .shorter{
    margin-bottom: 14px;
    height: auto;
    float: none;
    position: relative;
    display: flex;
}
.mini.new .shorter{
	padding: 4px 0;
	border-top: 1px solid #DBDBDA;
	margin-bottom: 0;
}
.shorter .rating {
    /* margin-top: 18px; */
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCACA;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    left: 15px;
    bottom: 76px;
}
.mini .shorter .rating{
    width: 68%;
    position:static;
    border: none !important;
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mini .shorter .rating:after{
	content:"";
	display:block;
	border-bottom: 1px solid #CCCACA;
	position:relative;
	top: 6px;
}
.main-info .ribbons {
    position: static;
    top: auto;
}

.ratings .rating {
    font-size: 14px;
    letter-spacing: initial;
    text-align: left;
}

.az li.disabled {
    display: none;
}

form#comment_form {
    padding: 5px 20px 20px;
    display: inline-block;
}

.pathway .h1 {
    color: #FF7276;
    display: block;
}
.pathway label:before{
	content: "\f006";
	position:absolute;
	display:block;
	line-height: 72px;
	font-size:60px;
	width: 98%;
	font-family: fontAwesome;
}
.pathway label input{
	margin-top:30px;
}
.pathway label {
    background-color: rgba(0,0,0,0.2);
    position:relative;
    float: left;
    width: 20%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

ul.nav.nav-pills.nav-stacked.row {
    margin-bottom: 20px;
}

.col-xs-4.col-sm-3.shorter {
    padding-right: 0;
}

.tab-pane p:last-child {
    margin-bottom: 0;
}

.detail {
    padding-bottom: 80px;
}

.tab-pane>label.label {
    margin-bottom: 6px;
}

.shorter .inner {
    padding: 8px;
    background-color: white;
    margin-left: 4px;
    height: 420px;
    margin-bottom: 16px;
    border-bottom-width: 4px;
}
.shorter .inner .ribbons{
	left: 0px;
	top:20px;
}

.tabs-admin>li.active>a,.tabs-admin>li.active>a:hover,.tabs-admin>li.active>a:focus {
    border: none;
    background-color: #F65034;
    color: white !important;
}

.navbar-header ul.nav.navbar-nav.navbar-right {
    float: right;
    display: block;
    white-space:nowrap;
    /* margin-right: 5px; */
}

.navbar-header ul.nav.navbar-nav.navbar-right  > li{
	display:inline-block;
	font-size: 13px;
	border-top: 1px solid #dedddd;
	border-bottom: 1px solid #dedddd;
}

.in_cart .entry_inner, 
.in_cart>.inner {
    background-color: #F65034;
    color: white;
}

li.category {
    background-color: #FEFFC0;
}


.slideshow-wrap {
    position: relative;
    background-color: black;
    /* overflow: hidden; */
}

.slideshow-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: brightness(42%) blur(10px);
    -moz-filter: brightness(42%) blur(10px);
    -o-filter: brightness(42%) blur(10px);
    -ms-filter: brightness(42%) blur(10px);
    filter: brightness(42%) blur(10px);
    background-position: center;
    /*-webkit-transition: background .6s ease-in-out;
    -moz-transition: background .6s ease-in-out;
    -ms-transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out;
    transition: background .6s ease-in-out;
     z-index: 1; */
    background-color: black;
    overflow: hidden;
}

.slick-slider {
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

.search-intro {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 3;
    font-size: 28px;
    left: 80px;
    right: 80px;
}
.search-intro *{
	font-size:inherit;
	height:auto;
	box-sizing:border-box;
	border-width: 0;
}
.search-intro h1,
.search-intro h3{
	text-align:center;
	font-size: 40px;
	color: white;
	text-shadow: 1px 1px 1px black;
}
.search-intro h3{
	font-size:30px;
	font-weight:300;
	max-height: 100px;
}
.search-intro .form-control{
	height: 62px !important;
	font-size: 70%;
	font-weight: 300;
}
.slideswrap {
    position: relative;
    max-height: 400px;
}

.slider:after,.slideshow-wrap:after {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    background-image: url(/images/showportal/raster.png);
    content:"";
}

.search-intro>form {
    max-width: 540px;
    margin: 0 auto;
    display: block;
}

.info2 {
    font-size: 14px;
}
.info2 .fa{
	margin-right:10px;
	display: inline;
	white-space: pre;
	max-width: 100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
}
.mini .info2 .fa{
	margin-right:2px;
}
.item.video iframe {
    max-width: 800px;
    margin: 0 auto;
    display: block;
}

a.fa.fa-play-circle-o.fa-4x {
    position: absolute;
    display: block;
    top: 50%;
    left: 49.2%;
    transform: translate(-50%,-50%);
    font-size: 10em;
    color: white;
    text-shadow: 1px 1px 1px black;
}

a.fa.fa-play-circle-o.fa-4x:before{
	font-size:inherit;
}

audio {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
}

span.no {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 20px;
}
.title .no{
	line-height: 1em;
	vertical-align: baseline;
	margin: 0;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}
a.disabled {
    color: #DBDBDA;
}

.mediatabs {
    background-color: white;
    border-bottom: 1px solid #DBDBDA;
    padding: 10px;
    position: relative;
    /* z-index: 20000000; */
}
.mediatabs .row > a:nth-child(2){
	border-left: 1px solid #DBDBDA;
	border-right: 1px solid #DBDBDA;
}
.mediatabs .row > a{
	cursor:pointer;
}
.row.ratings {
    margin-bottom: 20px;
}

.fa {
    vertical-align: middle;
    font-family:inherit !important;
    font-weight: inherit !important;
}
.fa:before{
	font-family:FontAwesome !important;
}
.detail .panel {
    margin-top: 30px;
}

.panel-body.flex {
    display: flex;
    flex-wrap: wrap;
}

.panel-collapse.panel-closed>.panel_body{
	display:none;
}
.rating-text {
    position: absolute;
    right: 0;
    left: 15px;
    bottom: 50px;
}

.panel-collapse>.panel-heading{
	position:relative;
	cursor:pointer;
}
.panel-collapse>.panel-heading:after{
    font-family: "FontAwesome";
    display:block;
    position:absolute;
    right:20px;
    top:20px;
    color: #ccc;
}
.panel-open>.panel-heading:after {
    content:"\f107";
}
.panel-closed>.panel-heading:after {
    content:"\f106";
}
.panel-closed>.panel-body{
	display:none;
}

.secondary ul.dropdown-menu {
    position: absolute !important;
    right: 0;
    left: auto;
    background-color: white !important;
    border-bottom: 1px solid !important;
    border-color: #cccaca !important;
    border-top: 1px solid #CFCDCD !important;
    /* top: 51px; */
}
ul.dropdown-menu:before{
	display:block;
	width:10px;
	height:10px;
	background-color:white;
	content:"";
	position:absolute;
	bottom:100%;
	right:15px;
	border-top: 1px solid #cccaca;
	border-left: 1px solid #cccaca;
	transform: rotate(45deg) translate(3px,3px);
}
.secondary ul.dropdown-menu>li>a{
	padding-left:10px !important;
}
.navbar-default .navbar-nav.secondary  > li > a{
	padding: 8px;
}

li.hidden-xs {
    /* height: 54px; */
}

ul.nav.navbar-nav.navbar-right.hidden-sm.hidden-md.hidden-lg.secondary {
    margin-bottom: 0;
}


.sticky-button button {
    max-width: 300px;
    margin: 20px auto !important;
    display: block;
    /* margin: 20px; */
}

.sticky-button {
    padding: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
    z-index: 1;
}


p.big {
    font-size: 24px;
}
.home_main {
    padding-top: 1em;
    background-color: white;
    padding-bottom: 20px;
}

.artist {
    background-color: #E6F3FF;
    color: #789CA9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.agency {
    background-color: #789CA9;
    color: #CFE5FA;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: none !important;
}


.search-intro .searchform {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.navbar-fixed-top .input-group-addon{
	display:none;
}
.navbar-fixed-top .input-group{
	margin:0;
	width: 100%;
}
.navbar-fixed-top .searchform{
	padding-left: 0px;
	margin-left: 0px;
	/* margin-right: 10px; */
}

.mini .ribbons {
    position: absolute;
}

.mini .inner {
    margin: 0 -5px;
    position: relative;
    height: auto;
    padding-bottom: 50px;
    width: 100%;
    min-height: 142px;
}

.mini .info2 {
    float: left;
    margin-bottom: 1em;
    width: 68%;
}

.mini .ribbons {
    left: 16px !important;
    top: 6px !important;
}
.mini.new .inner{
	min-height: auto;
	margin: 0;
	padding: 5px 0 5px 10px;
	display: flex;
	justify-content: space-between;
}

.mini.new .inner>.span{
	flex: 1;
	align-self:center;
	font-size: 13px;
}
.categories.row>.category {
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px solid #FFFFFF;
    background-color: #E7E6E6;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
}

.cat_wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.cat_wrap a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding:8px;
    color: #555555;
}
.cat_wrap a:hover{
	background-color: #F65034;
	color: white;
}
.cat_wrap a .badge{
	display:none;
}

.categories.row {
    margin-bottom: 2em;
}

ul.pagination li>* {
    display: none;
}
ul.pagination li{
	display:block;
	float:none;
}
a.nexlink {
    display: block !important;
    background-color: #FFFFFF !important;
}

ul.pagination {
    display: none;
    /* margin-bottom: 1em; */
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}

span.fa.fa-star, span.fa.fa-star-half-o {
    color: #ff4136;
}
.in_cart span.fa.fa-star, .in_cart span.fa.fa-star-half-o {
    color: #fff;
}

.agency h3,.artist h3 {
    margin-bottom: 1em;
    line-height: 1.5;
    max-height: 300px;
}

.subtitle>span.hidden-sm {
    /* display: none !important; */
}

span.inline-block {
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

.row.entries.mini {
    display: flex;
    flex-wrap: wrap;
}

ul#main-categories:after{
	display:block;
	content:"";
	clear:left;
}
ul#main-categories {
    margin: 0;
    padding: 0;
    text-align: center;
    /* line-height: 36px; */
}
ul#main-categories>li{
    margin: 0;
    perspective: 1000px;
    padding: 0;
    list-style:none;
}
ul#main-categories > li{
	position:relative;
	height: 320px;
	width:50%;
	display: block;
	vertical-align: top;
	/* transform-style: preserve-3d; */
	float: left;
}
ul#main-categories .back-side{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    /* overflow-y: auto; */
    line-height: 36px;
    backface-visibility: hidden;
    transform: translateZ(-1px) rotateY(180deg);
    background-color:white;
    border: 1px solid #F65034;
    /* z-index:10000; */
}

ul#main-categories .flip .back-side{
	z-index:2;
}
ul#main-categories .back-side li{
	list-style:none;
}
#main-categories a.depth-1 {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background-color: white;
    padding-top: 32px;
    border: 1px solid #dddddd;
    z-index: 1;
    backface-visibility: hidden;
    overflow: hidden;
}
#main-categories a.depth-1:hover{
	border-color: #F65034;
}
.flip-container{
    transition: all 0.6s ease;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.flip-container.flip {
    transform: rotateY(180deg);
}
#main-categories .flip-container.flip a.depth-1{
	/* display:none; */
}
.back-side>.table {
    display: table;
    height: 100%;
    margin-bottom: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell>ul {
    padding: 0;
    overflow-y: auto;
    max-height: 290px;
}

.table-cell>ul a{
	display:block;
	text-transform: uppercase;
}
.flatty_shadow{
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}
.sub_header .flatty_shadow{
	margin-right: 5%;
}
.sub_header .flatty_icon{
	line-height:62px;
	border: none;
}
.flatty_icon {
	width: 130px;
	height: 130px;
	background-color: #F65034;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	line-height: 55px;
	position: relative;
	border: 2px solid #F65034;
}
.flatty_icon:after {
	content: '';
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}
.flatty_icon .centered {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-top: -55px;
	margin-left: -58px;
}
.flatty_icon .fs_icon{
	margin: 0 auto;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	font-size: 60px;
	color: #fff;
	background-color: transparent !important;
}
.sub_header .flatty_icon .fs_icon{
	position: relative;
	left: 17px;
	width: auto;
	height: 40px;
	font-size: 40px;
	top: 4px;
	/* background-color: transparent !important; */
}
.fs_icon{
	background-color: transparent !important;
	position: absolute;	
}

.depth-1 span.h3 {
    /* color: #999999; */
    font-size: 18px;
    max-height: 400px;
    margin-bottom: 0;
    font-weight: normal;
    margin-top: 3px;
}

.depth-1 span.h3:after{
	display:block;
	width:100px;
	margin:0 auto;
	border-top:1px solid #999;
	margin-top: 10px;
	content:"";
}

.depth-1 span.desc {
    font-size: 14px;
    /* line-height: 10px !important; */
    color: #999;
    padding: 0 20px;
    display: block;
}


.back-side span.fa.fa-mail-reply {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #F65034;
    cursor: pointer;
    z-index: 1;
}

.inner>.buttons {
    position: absolute;
    bottom: 7px;
    right: 7px;
    left: 7px;
}
.mini.new .inner>.buttons {
    position: static;
    color: #f65035;
    background-color: transparent;
}

.formblock {
    margin-bottom: 1em;
}

span.sk {
    display: none;
}

span.quotes {
    font-size: 100px;
    line-height: 10px;
    color: #CCCACA;
}

div#referencie {
    font-size: 24px;
    color: #999999;
    text-align: center;
    margin-top: 30px;
}

.well p.autor {
    font-size: 16px;
    /* text-align: right; */
    margin-top: 20px;
}

.masonry .entry {
    width: 10%;
    overflow: hidden;
    border: 2px solid white;
}
.masonry .entry.stick {
    width: 20%;
}
.masonry .entry .poster .img-responsive{
	max-height:1000px !important;
	position: absolute;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
	/* bottom: 0; */
	/* top: 0; */
	height: 100%;
}
.masonry .entry .poster{
	background-color: rgb(246, 80, 52);
}
.masonry .entry .poster:hover  .img-responsive,
.masonry .entry.hover .poster  .img-responsive{
	opacity: 0;
}
.masonry .entry .poster:hover  .h3,
.masonry .entry.hover .poster  .h3{
	opacity: 1;
    bottom: 50%;
}
.masonry .entry .h3{
    position:absolute;
    bottom: 60%;
    opacity: 0;
    max-height: 60px;
    color: white;
    margin: 0;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    transform: translate(0,50%);
    /* background-color: rgba(0, 0, 0, 0.41); */
    font-size: 14px;
    padding-bottom: 0;
    text-align: center;
    right: 4px;
    left: 4px;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}
.usermenu.nav-tabs > li.active > a{
    background-color: #FFFFFF;
    color: #F65034 !important;
    box-shadow: 0 20px 40px 10px rgba(0,0,0,0.3);
}

li.vyber.anim {
    animation: blik 0.25s alternate-reverse cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
li.vyber{
		text-shadow: 0px 0px 0px transparent;
}
@keyframes blik{
	to{
		transform:scale(2);
		text-shadow:2px 5px 0px rgba(0,0,0,0.14);
	}
}

.entry.shorter.add_new .inner:hover {
    background-color: #f5f5f5;
}

h3.underline {
	overflow:visible;
}
h3.underline:after {
    content: "";
    display: block;
    border-top: 1px solid #9C9C9C;
    position: relative;
    top: 8px;
    max-width: 100px;
    margin: 0 auto;
}

br.clearfix {
    clear: left;
}

.pull-left>.pull-left {
    margin-right: 20px;
}

.formfield {
    padding-bottom: 16px;
}

.CVTable thead th.top_actions .SubmitVideoUrl {
    font-size: 14px;
    height: auto !important;
    color: white;
    background-color: #F65034 !important;
    padding: 10px 14px !important;
    font-weight: 100 !important;
    font-family: inherit !important;
    /* text-rendering: optimizeLegibility; */
    background-image: none !important;
    text-transform: uppercase;
}
.safecracker_file_set{
	float:left;
	margin: 0 5px 5px 0;
	max-width: 48%;
}
.required .safecracker_file_set .form-control{
	border-color: #F65034
}
.safecracker_file_thumb{
	margin:0 !important;
}
.safecracker_file_remove_button{
	background-color: #B2B2B2;
	border-radius:50%;
	padding: 6px;
	top: 4px !important;
	left: auto !important;
	right: 4px;
}

.cat_header.client_zone {
    background-color: #789CA9;
}`
h3 {
    text-transform: uppercase;
}

.pathway {
    text-transform: uppercase;
}

.mini a.text-center.p {
    display: none;
}


.hideme {
    visibility: hidden;
    position: absolute;
}

label {
    text-transform: uppercase;
}
fieldset>label{
	margin-right:14px
}
a.inner.fa.fa-plus.btn.btn-default span {
    /* line-height: 100px; */
    display: inline-block;
}

.inner.btn span.fa.fa-plus {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 48%;
}

.searchform label {
    background-color: white;
}

.masonry .poster img.sizer {
    width: 100%;
    visibility: hidden;
}

.masonry {
    /* background-color: #333333; */
}

.icon-mega {
    margin: 10%;
    border-radius: 50%;
    background-color: #E6F3FF;
    max-width: 240px;
    display: inline-block;
    margin-bottom: 10px;
}

.in_cart a {
    color: white;
}

.klient {
    flex: 1 0 120px;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
}

.klient img {
    max-height: 100px;
    width: auto;
    display: inline;
    opacity: 0.25;
    transition: opacity 0.3s;
}

.klient img:hover {
	opacity:1;
}
.main-h1{
	max-width: 520px;
	margin-top: 100px;
	color: white;
	font-size: 50px;
}

.intro h3{
	color: white;
	font-size: 24px;
}
.top_artists {
    display: flex;
    margin-bottom: 30px;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.entry.top_artist {
    background-color: #f65034;
    border-radius: 7px;
    transform:scale(.98);
    margin: 0 .5em 14px;
    transition: .1s linear;
    flex: 1;
    min-width: 300px;
}

.entry.top_artist:hover, li.top_artist_display:hover a {
	transform:scale(1);
	box-shadow: 2px 0 20px rgba(0,0,0,0.2)
}
.entry.top_artist a{
    display: flex;
    padding-left: 10px;
}
.entry.top_artist a>span{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
}
.entry.top_artist a>img{
    border-radius: 0 6px 6px 0;
    width: 160px;
    margin-bottom: 0;
    height: 160px;
    margin-right: 0;
    flex-shrink: 0;
}

.entry.top_artist .h3{
    color: #fff;
    max-height: initial;
    font-size: 1.3em;
    padding-right: 10px;
    max-height: 3.3em;
    margin-top: 0;
    margin-bottom: 0;
}

.entry.top_artist .chip{
	color: white;
	background-color: #ffffff4a;
	padding: 3px 5px;
	margin-top: 12px;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 8px;
	font-weight: bold !important;
	font-size: 12px;
}

.entry.top_artist .chip:before{
	margin-right: 3px;
}
.entry.top_artist .btn, li.top_artist_display .btn{
    background-color: #2c77e4;
    color: white;
    text-transform: none;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
span.highlight,
strong.tt-highlight {
    color: #F15E33;
}
.tt-selectable:hover strong.tt-highlight{
	color: #a5d0df;
}
.fotos .required{
	position:relative !important;
}
.required .highlight{
	position:absolute;
	right: 10px;
	top: 3px;
}
.fotos .required .safecracker_file_set{
	max-width: 100%;
}
#footer h2.text-center.gray {
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 1em;
    text-transform: uppercase;
    background-color: transparent;
}
.gray.intro{
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
div#artist-slideshow {
    max-height: 480px;
}

.footer-span {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-bottom: 1em;
}

.footer-bottom {
    margin-top: 1em;
}

a#linkTop {
    position: fixed;
    bottom: 20px;
    font-size: 3em;
    right: 10px;
    transition: all 0.5s linear;
    z-index: 1;
}
a#linkTop.hidden{
	bottom:-100px;
	display: block !important;
}

.mainicons {
    margin: 0 1em;
}

span.alt {
    color: #789CA9;
}
.buttons button.btn {
    box-shadow: 0 0px 60px -40px #2B78E4 inset;
    -ms-box-shadow: 0 0px 60px -40px white inset;
    =
    webkit-box-shadow: 0 0px 60px -40px white inset;
    -webkit-transition:box-shadow 1s ease;
    -ms-transition:box-shadow 1s ease;
    transition:box-shadow 1s ease;
}
.in_cart .buttons button.btn {
    -webkit-box-shadow: 620px 0px 60px -40px #2B78E4 inset;
    -ms-box-shadow: 620px 0px 60px -40px #2B78E4 inset;
    box-shadow: 620px 0px 60px -40px #2B78E4 inset;
    transition: none;
}

.in_cart .buttons button.btn:hover{
    -webkit-box-shadow: 620px 0px 60px -40px #0d60d3 inset;
    -ms-box-shadow: 620px 0px 60px -40px #0d60d3 inset;
    box-shadow: 620px 0px 60px -40px #0d60d3 inset;
    border-color: #0d60d3;
}
.black *{
	color:black !important;
}
.black hr{
	border-top-color: black;
	border-top-width:2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.flip-container{
    transition: none;
    }
    ul#main-categories .back-side,
    ul#main-categories a.depth-1{
    	backface-visibility:visible;
    }
    ul#main-categories .flip a.depth-1{
    	display:none;
    }
}


/* added */
h2.text-center:not(.mainicons h2.text-center) {
    margin-top: 3em;
}

.mainicons h2.text-center {
    margin-top: 0.6em;
}
nav ul{
	padding:0;
}
nav ul > li > ul{
	display:none;
	position:absolute;
	z-index: 4;
	background-color: #2F2F2F;
}

nav ul > li > ul>li{
	list-style:none;
	white-space:nowrap;
}

nav ul > li > ul>li>a{
	padding: 0 10px 8px;
	display: block;
	color: #fff;
}
nav ul > li > ul>li>a:hover{
	color: #f65034;
}
nav ul > li.open > ul{
	display:block;
}

div#vyber-float {
    position: fixed;
    top: 0px;
    max-width: 125px;
}
div#vyber-float.static {
    position: static;
}
div#vyber-float .badge{
	background-color: #2c77e4;
	right: -10px;
	left: auto;
	min-width: 20px;
	top: -5px;
}
div#vyber-float .fa-2x{
	/* top: -3px; */
	position: relative;
	color: inherit;
	font-size: 20px;
	margin-right: 7px;
}
div#vyber-float .empty .fa-2x{
	/* color: #636466; */
}
div#vyber-float ul {
    display: none;
    position: absolute;
    z-index: 1;
    color: white;
    right: 0;
    min-width: 280px;
    max-height: calc(100vh - 58px);
    overflow: auto;
    /* max-width: 100vw; */
    border: 1px solid #DBDBDA;
}
div#vyber-float ul li.sticki{
	position: sticky;
	bottom: 0;
	background-color: #2B78E4;
	text-align: center;
}
div#vyber-float ul li.sticki a{
	padding: 10px;
}
div#vyber-float ul li{
	list-style:none;
	/* border-bottom:2px solid white; */
	position:relative;
	/* white-space: nowrap; */
	height: auto;
}
div#vyber-float ul a{
	display:block;
	font-size: 13px;
}
div#vyber-float ul li{
	background-color:white;
}
div#vyber-float ul li.in_cart{
    background-color: #de3516;
}
.cta a{
	color: white !important;
	text-align: center;
}
div#vyber-float ul .in_cart a{
	color:white;
}
div#vyber-float ul button{
	outline: none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	border:none;
	background-color:transparent;
}
div#vyber-float.open ul,
div#vyber-float.hover ul{
    display: block;
    /* border: 2px solid white; */
    /* border-bottom: none; */
}

div#vyber-float.static.hover ul{
	display: none;
}
div#vyber-float .menuitem {
	padding: 17px 15px 14px;
	display:block;
	background-color: #F65034;
	color: #FFFFFF;
	border-bottom: 4px solid transparent;
	white-space: nowrap;
	font-size: 13px;
	line-height: 20px;
	height: 54px;
}
div#vyber-float .menuitem.empty {
	color: #636466;
	background-color: #FFFFFF;
}

div#vyber-float .menuitem .fa.anim {
    animation: blik 0.25s alternate-reverse cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

div#vyber-float.active .menuitem{
	border-bottom-color: #F65034;
}
.vyber-wrap {
    float: right;
    width: 126px;
    position: relative;
    z-index: 1;
}

.navbar-fixed-top #navbar {
    margin-right: 140px;
    border: none;
    /* float: right; */
}
#mailinglist_sk{
	margin: 0 !important;
}
.navbar-inverse .navbar-nav > li > a{
    padding: 10px;
}
.btn.btn-secondary {
    background-color: #2c77e4;
    color: white;
}
.btn.btn-secondary:hover {
    background-color: #0d60d3;
    color: white;
}
nav.navbar.navbar-inverse.hidden-xs {
    min-height: 40px;
}

div#navbar.table-row {
    display: table !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

div#navbar.table-row ul.nav.navbar-nav {
    float: none;
    display: table-row;
}
div#navbar.table-row ul.nav.navbar-nav > li{
    float: none;
    display: table-cell;
}
span.fa.fa-2x.fa-phone {
    transform: translateY(13%);
}

a.navbar-brand {
    z-index: 1;
}

nav.navbar.navbar-default.navbar-fixed-top {
    position: relative;
}
nav.navbar.navbar-default.navbar-fixed-top .navbar-header {
    float: none;
}
nav.navbar.navbar-default.navbar-fixed-top>.container{
	padding-right:0;
	/* padding-left: 0; */
}
body {
    padding-top: 0;
    overflow-x: hidden;
}

nav.navbar.navbar-inverse {
    min-height: 0px;
    z-index: 4;
}
nav.navbar.navbar-inverse>.container {
	padding:0;
}

ul.nav.navbar-nav {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    margin: 0;
    /* display: flex; */
    float: none;
    white-space: nowrap;
}

ul.nav.navbar-nav.alt a{
    	color: grey;
}
	.navbar-fixed-top #navbar .nav{
		display: flex;
	}
.searchform {
    z-index: 1;
}
.navbar-nav > li > a.search,
.navbar-nav > li.search {
    position: static;
    width: 100%;
}

.navbar-nav > li > a.search{
    display: flex;
    padding-top: 14px;
    padding-bottom: 13px;
    border: none !important;
    /* padding-right: 0; */
}
.navbar-nav > li > a.search form{
    flex: 1;
}
.navbar-nav > li > a.search form .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-nav > li > a.search form .form-control.tt-hint{
	left: auto !important;
	top: auto !important;
}
div#navbar-main {
    padding: 0;
    margin: 0;
}
div#navbar-main a {
    padding: 10px 9px;
}

span.badge-no {
    position: relative;
    left: -28px;
    text-align: center;
    display: inline-block;
    width: 20px;
    color: #558394;
    font-weight: bold !important;
}
.detail_main span.badge-no{
	left:-25px;
	font-size:12px !important;
	top:-2px;
}
span.badge-text {
    left: -17px;
}

span.new {
    position: absolute;
    width: 50px;
    height: 50px;
    display:block;
    overflow:hidden;
}
span.new span {
    display:block;
    color:white;
    background-color:#f65034;
    text-align:center;
    text-transform:uppercase;
    font-size:10px;
    transform: rotate(-45deg) translate(-12px,-4px);
}

.shorter .hodnoteni {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 10px;
}


.in_cart .ribbons span.top.fa {
    background-color: white;
    color: #f65034;
}
.in_cart .ribbons>.fa{
	color:white;
}

ul#main-categories-mobile {
	display:none;
}

li.top_artist_display {
    position: absolute;
    top: 60px;
    right: 0;
    width: 186px;
    transform: translateX(90%);
    text-align: center;
    background-color: #f65035;
    border-radius: 5px;
    /* box-shadow: 2px 0 20px rgba(0,0,0,0.2); */
}

li.top_artist_display .img-responsive {
	margin-bottom: 8px;
	height: 186px;
}
li.top_artist_display .h3 {color: white;}

@media (min-width: 380px){
	.cat_header>a{
		display:block;
		max-height: 144px;
		overflow:hidden;
	}
}
@media (min-width: 840px){
	.navbar-header ul.nav.navbar-nav.navbar-right{
		float: none !important;
	}
	.navbar-fixed-top .searchform{
		margin-top: -7px;
		margin-bottom: -13px;
	}
}
@media (min-width: 992px){
	.navbar-nav > li > a.search form .form-control.tt-hint{
		max-width: 304px !important;
	}
	.cat_header>a{
		display:block;
		max-height: 180px;
		overflow:hidden;
	}
	.categories.row>.category{
		height: 180px;
	}
	.panel-collapse>.panel-heading:after{
		top:auto;
		bottom: -15px;
		left:50%;
		right:auto;
		margin-left: -15px;
		width: 30px;
		background-color: white;
		border-radius: 0 0 50% 50%;
		line-height: 25px;
		box-shadow: 0 2px 1px #DBDBDA;
	}
	.home_main{
		padding-left: 0;
		padding-right: 0;
	}

	ul#main-categories > li{
		width:33.33%;
	}
}

@media (min-width: 1200px){
	.videos iframe, .fotos .foto{
		width:20%;
	}
	.navbar-nav > li > a.search form .form-control.tt-hint{
		max-width: 355px !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	li.top_artist_display{
		position:static;
		/* width:auto; */
		transform: none;
		margin-top: 40px;
		break-inside: avoid;
	}
	ul#main-categories-new>li>ul{
		width: 60%;
	}
}
@media (max-width:991px){
	li.top_artist_display{
		transform: translateX(0px);
	}
	ul#main-categories-mobile {
		list-style:none;
		overflow: auto;
		padding: 1em;
		white-space: nowrap;
		margin: 0 -1em;
		display: block;
	}
	
	ul#main-categories-mobile>li {
		display: inline-block;
		white-space: nowrap;
		margin-right: .5em;
		background-color: white;
		border-radius: 7px;
		padding: .2em .5em 0.5em;
		border: 3px solid transparent;
	}
	ul#main-categories-mobile>li.open {
		border-color:#f65035;
	}
	ul#main-categories-mobile>li .h3{
		display: inline-block;
		vertical-align: bottom;
	}
	ul#main-categories-mobile>li .h3:after{
		display: none;
	}
	.depth-1 span.h3 {
		font-size: 18px;
		text-transform: none;
	}
	ul#main-categories-new>li>a{
		display:none;
	}
	ul#main-categories-new{
		margin-top: 0;
	}
	ul#main-categories-new>li{
		position: static;
		width: 100%;
		border: none;
		background: transparent;
		padding: 0;
		margin: 0;
	}
	ul#main-categories-new:before{
		display: none;
	}
	ul#main-categories-new>li>ul{
		max-height: 100%;
		column-fill: auto;
		position: static;
		width: 66%;
	}
	ul#main-categories-new>li.open>ul>li>ul{
		position: static;
		width: auto;
	}
	ul#main-categories-new>li.open>ul>li>ul .h1{
		display: none;
	}
	.depth-1 span.desc{
		display:none;
	}
	.vyber-wrap {
		width: 57px;
	}
	.navbar-fixed-top #navbar{
		margin-right: 60px;
		position: absolute;
		top: 0;
		right: 0px;
		left: 230px;
	}
	.navbar-toggle{
		margin-right: 0;
		border: none;
		padding: 9px;
		margin-bottom: 0;
		margin-top: 12px;
		transform: scale(0.8);
		float: left;
		z-index: 2;
	}
	.navbar-toggle .icon-bar{
		height: 4px;
	}
	
	div#navbar-main .navbar-nav>li:nth-child(5) ul,
	div#navbar-main .navbar-nav>li:nth-child(6) ul {
		right:0;
	}
}

@media (min-width: 468px) and (max-width:839px){
	.cat_header>a>.img-responsive{
		top:-100px;
		position:relative;
	}
	.navbar-brand .subtitle{
		display:none;
	}
	.shorter{
		height:310px;
	}
	
}
@media (max-width:839px){
	.navbar-brand{
		width: calc(100% - 44px);
		text-align: center;
		float: left;
	}
	.main-h1{
		max-width: 100%;
		text-align: center;
	}
	.intro h3{
		text-align:center;
	}
	.tt-suggestion{
		padding: 10px 20px !important;
	}
	.navbar-nav > li > a.search form .form-control{
		border: none;
		box-shadow: none;
		height: 52px;
	}
	ul#main-categories-new>li>ul{
		column-count: 1;
		height: 100%;
		column-fill: auto;
		position: static;
		width: 50%;
		min-height: 350px;
	}
	nav.navbar.navbar-default.navbar-fixed-top {
	   margin-bottom: 53px;
	}
	.navbar-nav > li > a.search form .form-control.tt-hint{
		max-width: calc(100% - 56px) !important;
		height: 52px;
	}
	.footer-span {
		width: 49%;
		box-sizing:border-box;
		display: inline-flex;
		flex-direction: column;
	}	
	.footer-span br {
		display:none;
	}
	 .navbar-nav > li.search{
	 	position: absolute;
	 	left: 0;
	 	top: 52px;
	 	background-color: white;
	 }
	 .tt-menu{
	 	max-height: calc(100vh - 104px) !important;
	 }
	.masonry .entry {
		width: 20%;
	}
	.masonry .entry.stick {
		width: 40%;
	}

	.item.video iframe{
		max-height:300px;
	}
	.input-group{
		width:100%;
	}
	.input-group *{
		white-space:normal !important;
	}
	.rating .fa{
		letter-spacing:2px;
	}
	.panel-body .rating{
		width: 49%;
	}
	.panel-body .rating:nth-child(2n+2){
		border-left: 1px solid #DBDBDA;
	}
	.panel-body .rating:nth-child(2n+1){
		border-left:none;
	}
	div#home_intro .col-sm-4 p a{
		min-height:100px;
	}
	a.profil-foto{
		width:100px;
		height:100px;
		float:none;
		margin-bottom:0;
		top:-16px;
		margin-left: 10px;
		z-index: 6;
	}
	.main-info p{
		padding-top: 90px;
		padding-left: 15px;
		padding-right: 0;
	}
	h2.profil-title{
		font-size:20px;
		padding-left: 140px;
	}
	.main-info{
		/* margin-bottom:-70px; */
		padding-left: 0;
	}
	.videos iframe, .fotos .foto, .audio .play{
		width:50%;
	}
	#footer .pull-right,#footer .pull-left{
		clear:left;
		float: none !important;
		text-align: center;
		padding-bottom: 20px;
		margin-right: 0;
	}
	.entries .entry.shorter .inner{
		height: initial !important;
	}
	.entries .entry.shorter .inner:after{
		display:block;
		content:"";
		clear:left;
	}
	.entries .entry.shorter .inner .buttons{
		clear:none;
		position: absolute;
		width: 54%;
		bottom: 12px;
		right: 14px;
	}
	.entries .entry.shorter .inner .info2{
		clear:none;
		float:left;
		width:50%;
	}
	.entries.mini .entry.shorter .inner .buttons{
		float:left;
		position: static;
		width: 68%;
	}
	.entries.mini .entry.shorter .inner {
		position: static;
		padding-bottom: 5px;
		min-height: 139px;
	}
	.entries .entry.shorter .inner .icons{
		position:static;
		/* text-align: left; */
	}
	.entries .entry.shorter .inner  a.poster{
		float:left;
		width: 40%;
		margin-right: 10px;
	}
	.entries.mini .entry.shorter .inner  a.poster{
		float:left;
		width: 30%;
		margin-right: 2%;
		margin-bottom: 8px;
	}
	.poster .img-responsive {
		max-height: 186px;
		margin: 0 auto;
		/* min-height: 127px; */
	}
	.cat_header .title{
		font-size:32px;
	}
	.cat_header.client_zone h2.pull-left{
		top:-4px;
		font-size:22px;
	}
	#navbar .dropdown-menu{
		display:block;
		position: fixed;
		float: none;
		width: auto;
		margin-top: 0 !important;
		background-color: white;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-top: 0;
		top: 59px;
		left: auto;
		right: 0;
	}

	#navbar .dropdown-menu a{
		padding: 5px 10px 2px;
	}
	#navbar ul.dropdown-menu:before{
		display:none;
	}
	
	.klient {
    	flex: 0 0 25%;
 	}
	#navbar .dropdown-menu {
		display:none;
	}
	#navbar .open .dropdown-menu {
		display: inline-block;
	}
	.navbar-fixed-top #navbar{
		margin-right: 0px;
		padding-right: 0;
		position: static;
	}
	nav.navbar.navbar-inverse ul ul{
		position:static;
	}
	.container > .navbar-header{
		margin:0;
		padding-right: 55px;
	}
	.navbar-brand img.logo{
		top: 7px;
		left: 4px;
	}
	nav.navbar.navbar-default.navbar-fixed-top>.container{
		padding: 0;
		margin: 0;
	}
	.navbar-fixed-top #navbar >ul>li>a{
		padding-bottom: 15px;
		padding-top: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-fixed-top #navbar >ul>li>a.search{
		padding: 0;
		border: none;
	}
	.search .fa-2x{
		margin: 0;
		border-radius: 0;
		height: 52px;
		line-height: 30px;
		width: 57px;
		text-align: center;
		top: 0;
	}
	li.sub_header>a.title{
		font-size: 15px;
		font-weight:bold;
	}
}
@media (max-width:467px){
li.top_artist_display{
	position: static;
	width:auto;
	margin-top: 1em;
}
	ul#main-categories-new>li>ul{
		width: auto;
	}
	li.sub_header>a.title{
		font-size: 16px;
		line-height: 1em;
	}
	ul#main-categories-new>li>ul{
		column-count: 1;
	}
	.navbar-default .navbar-nav.secondary > li > a{
		padding: 9px 4px;
	}
	.navbar-default .navbar-toggle{
		float: left;
	}
	
	.safecracker_file_set{
		max-width: 100%;
		width: 100%;
	}
	.shorter .rating{
		right: -200%;
		bottom: 75px;
		left: 0;
		top: 100px;
		/* right: 0; */
	}
	.entries .entry .entry_inner{
		margin-left: 0px;
		margin-right: 0;
		height: 260px;
	}
	.shorter{
		height:220px
	}
	.shorter .hodnoteni{
		position: absolute;
		right: -200%;
		text-align: center;
		left: 0;
		top: 120px;
		bottom: auto;
	}
	.entry_inner.row .info{
		display:none;
	}
	.entry_inner .buttons{
		bottom:0;
		height: 47px;
		width: 100%;
		padding-top: 0px;
	}
	.buttons button.btn{
		/* margin-top:10px; */
	}
	.icons{
		width: 36px;
		white-space: normal;
		line-height: 1;
		top: 6px;
		right: 0;
	}
	.entry_inner a.h3{
		padding-right:40px;
		margin-top: 0;
	}
	.entry_inner .buttons:before{
		display:none;
	}
	.navbar-brand img.logo{
		/* margin-left: -20px; */
		max-width: 100%;
		left: 0;
		top: 9px;
		height: 40px;
	}
	.navbar-brand {
	/* max-width: 170px; */
	}
	.masonry .entry {
		width: 50%;
	}
	.masonry .entry.stick {
		width: 100%;
	}
	.search-intro{
		bottom: 20px;
		top: auto;
		transform: none;
		left: 20px;
		right: 20px;
	}
	ul#main-categories > li{
		width:100%;
	}
	.navbar-brand .subtitle .hidden-sm{
		display:none;
	}
	.panel-body .rating{
		width:100%;
		border:none !important;
		border-bottom: 1px solid #DBDBDA !important;
	}
	.entries .entry.shorter .inner a.poster{
		margin-bottom: 40px;
	}
	div#home_intro .col-sm-4 p.col-xs-6{
		width:100%;
	}
	.entries.mini .entry.shorter .inner .buttons{
		position: static;
		width: initial;
		clear: both;
		float: none;
		/* left: 8px; */
	}
	.mini .shorter a.h3 {
		float: left;
		width: 65%;
		/* text-align: left; */
	}
	div#home_intro .col-sm-4 p a{
		min-height:initial;
	}
	.videos iframe, .fotos .foto, .audio .play{
		width:100%;
		float:none;
		/* height:auto; */
		/* display: inline; */
	}
	.entry.col-xs-6{
		/* width:100%; */
		/* height: auto !important; */
	}
	a.profil-foto{
		margin-left:0;
	}
	h2.profil-title{
		padding-left: 128px;
	}
	.profil-intro a{
		height:200px;
	}
	.poster .img-responsive{
		/* min-height: 240px; */
	}

	.klient {
    	flex: 0 0 50%;
  	}
	.rating .fa{
		font-size: 16px;
	}
	.rating{
		/* line-height:16px; */
	}
	.panel-body .rating:last-child{
		border-bottom: none !important;
		margin-bottom: 0;
	}
	.sub_header .title a{
		font-size:22px
	}
}

@media (max-width: 379px){
	nav.navbar.navbar-default.navbar-fixed-top{
		/* margin-bottom: 70px; */
	}
	.navbar-fixed-top .searchform {
		padding-left: 0px;
		margin-left: 0px;
		/* margin-right: 10px; */
		}
	.navbar-fixed-top #navbar{
		margin-right: 0px;
		padding-right: 0;
		float: right;
		position: static;
		padding-left: 0;
	}
	.navbar-fixed-top .fa-2x{
		font-size:24px;
		/* width: 32px; */
	}
	.navbar-fixed-top .fa-2x.fa-search{
		margin-top: 2px;
		/* padding: 10px; */
	}
	.vyber-wrap {
		width: 54px;
	}
	.navbar-fixed-top a.navbar-brand {
		/* height: 53px; */
		margin-right: -50px;
	}
	div#vyber-float .badge{
		line-height: 24px;
	}
	div#vyber-float .fa-2x{
		top:0;
	}
	.navbar-fixed-top #navbar >ul>li>a{
		padding: 18px 7px 6px;
	}
	.navbar-brand {
		/* max-width: 180px; */
	}
	#navbar .dropdown-menu{
		top: 54px;
	}
}


