.slider_1{background:#000;padding:0px;}
.slider_1_a{z-index: 5;font-family:Open Sans;background:linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0079bc;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top em {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background-color: #cdcdcd;
}
#return-to-top:hover em {
    color: #0079bc;
    top: 5px;
}

.slider_1_b{z-index: 6; min-width: 800px; max-width: 800px; white-space: normal; font-size: 90px; line-height: 90px; font-weight: 600; color: #ffffff; letter-spacing: -5px;font-family:Montserrat;}
.slider_1_c{z-index: 7; min-width: 640px; max-width: 640px; white-space: normal; font-size: 20px; line-height: 30px; font-weight: 400; color: rgba(255,255,255,0.75); letter-spacing: 2px;font-family:Montserrat;}
.slider_1_d{z-index: 8 !important; min-width: 280px; max-width: 280px; white-space: nowrap; font-size: 17px; line-height: 60px; font-weight: 400; color: rgba(255,255,255,1); letter-spacing: 2px;font-family:Montserrat;background-color:#0079bc !important;border-radius:30px 30px 30px 30px;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;cursor:pointer;text-decoration: none;}
.slider_1_e{z-index: 9 !important; min-width: 280px; max-width: 280px; white-space: nowrap; font-size: 17px; line-height: 60px; font-weight: 400; color: #000000; letter-spacing: px;font-family:Montserrat;background-color:#ffffff !important;border-radius:30px 30px 30px 30px;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;cursor:pointer;text-decoration: none;}


.portfolioOne .item-box {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align:center;
}
.portfolioOne .item-box .portfolio-item {
	background: rgba(0, 0, 0, 0.63);
	color: white;
	opacity: 0;
	display: block;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.portfolioOne .item-box .portfolio-item .item-info {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.portfolioOne .item-box:hover .portfolio-item {
	opacity: 1;
}
.portfolioOne .item-box img.img-responsive{
	display:inline-block;
	width:100%;
}
.portfolioOne .portfolio-item .item-info .line {
	height: 1px;
	width: 0%;
	margin: 15px auto;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.portfolioOne .item-box:hover .item-info .line {
	opacity: 1;
	width: 40%;
}

ul.normal, ol{
    color: #ccc;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;    
}
ul.normal li, ol li{
    list-style: disc !important;
    padding-left: 15px;
}
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/*-- Start About US --*/
.about-us{
		background-image:url(../images/original/o_kurzech.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment:fixed;
}
.about-box{
	background-color:rgba(0, 29, 106, 0.75);
	padding:50px 50px;	
	margin-bottom: 0px;
	}
.about-box .btn-default{
		margin-top:15px;
	}
	
@media only screen and (max-width: 480px) {
	.about-box{
	padding: 30px 30px;
	margin-bottom: 0px;
	}
}
/*-- Start Need --*/
.bg-need{
	background-color:#0079bc;	
	}
.bg-need .btn-default{
	margin-top:20px;
	padding:10px;	
	}
	
@media only screen and (max-width: 480px) {
	.bg-need{
	text-align:center;	
		}
}

/*-- End Need --*/
/*-- Start Possibilities*/

.bg-possibilities, #kontakt{
	background-color:rgba(0, 29, 106, 0.75);
	background-size:cover;
	background-attachment:fixed;
}
.bg-possibilities p{
	color:#ccc;
	}
.possibilities-row{
	margin-top:20px;	
	}
.icon_box12_si em {
	font-size:3.4285714285714284em;	
	}
/*-- End Possibilities --*/
	.about-us .content_block p{
		color:#ccc;
	}
	.about-us .list-circle li:before {
		display: inline-block;
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		left: 0;
		top: 6px;
		color: #000;
		font-size:12px;
		background-color: #0079bc;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		text-align: center;
		line-height: 14px;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}
	.about-us .list-circle li {
		position: relative;
		padding-left: 30px;
		line-height: 25px;
		color:#ccc;
	}
	/*---Stroke Radius Button Style---*/
	#StrokeRadiusButton {
		display: inline-flex;
	}
	#StrokeRadiusButton .rd-stroke-btn {
		margin-top: 0px;
		margin-bottom: 35px;
		margin-left: 0px;
		margin-right: 15px;
	}
	.rd-stroke-btn {
		color: #fff;
		background: #0079bc;
		border-style: solid;
		border-color: #333;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: 900;
		border-radius: 1px;
		text-transform: uppercase;
	}
	.rd-stroke-btn:hover, .rd-stroke-btn:focus {
		color: #0079bc;
    	background: #ffffff;
	}
	
	.border_rd_3px {
		border-radius: 3px;
	}
	.border_rd_7px {
		border-radius: 7px;
	}
	.border_rd_10px {
		border-radius: 10px;
	}
	.border_rd_12px {
		border-radius: 12px;
	}
	.border_rd_15px {
		border-radius: 15px;
	}
	.border_rd_20px {
		border-radius: 20px;
	}
	@media (max-width: 991px){
	
	.about-us .img_block{
		display:inline-block;
		min-width: 500px;
	}
	}
	@media (max-width: 767px){
	
	.about-us .img_block{
		display:inline-block;
		min-width: 100%;
		margin-bottom:30px;
	}
	.about-us{
		padding-bottom:30px;
		padding-top:30px;
	}
	.about-us .content_block{
		padding-bottom:10px;
	}
	}
	
/*-- playlist --*/
.bg-playlist{
	background-color: #fff;
}
	
.playlist-row table{
	color:#FFF;	
	}
.playlist-row th{
	color:#FFF;	
	}
.playlist-row h3, h5, h1{
	color:#FFF;	
	}
.playlist-row a{
	color:#FFF;	
	}
.playlist-row p{
	font-size:1.2857142857142858em;
	margin-bottom:0px;	
	}
.playlist-row table tr{
	color:#FFF;	
	}
.playlist-row table tr:hover{
	color:#0079bc;
	background-color:#FFF;	
	}

.playlist-row table tr:hover a{
	color:#000;	
	}
.playlist-row table tr:hover p{
	color:#000;	
	}
.playlist-row table tr:hover a:hover{
	color:#0079bc;	
	}
.playlist-row table tr th{
	color:#fff;
	background-color:#0079bc;	
	}
.playlist-row table tr th:hover{
	color:#fff;
	background-color:#0079bc;	
	}

