/* INIT-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #555;
	outline-style: none;
	outline-width: 0;                                                                 
}
a:hover {
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: 'Roboto', sans-serif;
}
input, textarea, select, option, optgroup, button {
}
* {
	box-sizing: border-box;
}
/* LAYOUT-----------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	min-height: 900px;
	background: #fff;
	color: #636363;
	font-size: 1.4rem;
	overflow-x: hidden;
}
.wrapper {
	width: 100%;
	padding: 0 21px;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
/* HEADER-----------------------------------------------------------------------------*/
.header {
	height: auto;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
	padding: 10px 0;
	line-height: 110px;
	z-index: 1000;
}
.header-white {
background: #fff;
line-height: 50px;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.logo a h1 {
	background-image: url("/images/logo-white.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: medium none;
	float: left;
	height: 110px;
	padding: 0;
	text-indent: -9999px;
	width: 110px;
	transition: all 0.1s ease;
  margin-top:20px;
}
.logo a h1.logo2 {
	background-image: url("/images/logo-black.svg");
	height: 52px;
	width: 59px;
    margin-top:0px;
}
.logo-menu a h1 {
	background-image: url("/images/logo-black.svg");
	height: 52px;
	width: 59px;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: medium none;
	float: left;
	margin: 10px 30px;
	padding: 0;
	text-indent: -9999px;
	transition: all 0.1s ease;
}

.top-nav {
	float: right;
}
.path {
	width: 100%;
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.search {
	margin: 20px 0;
	float: left;
}
.input-search {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
}
.btn-search {
	cursor: pointer;
	padding: 7px 5px;
	border: 1px solid #DDDDDD;
	background: #fff;
}
.lang {

float: right;
margin-left: 50px;
}
.lang li {
	width: auto;
	float: left;
  margin-left: 10px;
}
.lang li a {
	font-size: 1.6rem;
	font-weight: 300;
  color: #fff;
  	transition: all 0.3s ease;

}
.lang li a.active, .lang li a:hover {
 	color: #fdbe0f;

}
 .header-white .lang li a.active, .header-white .lang li a:hover  {
 	color: #fdbe0f;

}
 .header-white .lang li a {
  color: #000;
 
 }
/* MENU-----------------------------------------------------------------------------*/
.menu {
	float: right;
	width: auto;
}
.menu li {
	float: left;
	margin: 0px 0 0 30px;
}
.menu li a {
	float: left;
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
  
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.menu li a.active {
	color: #fdbe0f!important;
}
.menu li a:hover {
	color: #fdbe0f!important;
}
.menu li a.black-menu {
	color: #000
}
/* CONTENT-----------------------------------------------------------------------------*/
.content {
}
.main {
	width: 100%;
	display: inline-block;
	min-height: auto;
}

h1 {
}
h2 {
	font-weight: 900 !important;
	font-size: 6rem !important;
	font-style: normal !important;
	line-height: 6rem !important;
	text-transform: lowercase !important;
	color: #222;
	margin-top: 20px;
	margin-bottom: 70px;
}
h3 {
	font-weight: 900;
	font-size: 4rem;
	font-style: normal;
	line-height: 4rem;
	text-transform: lowercase;
	color: #222;
}
/* ARTICLE-----------------------------------------------------------------------------*/
.article {

}
.article h1 {
	width: 100%;
	padding-top: 0px;
	float: none;
}
.article h2 {
}
.art-content {
	padding-top: 20px;
}
.art-body {
}
.article ul {
list-style-image: url(../images/li.png);
margin: 0px 10px 10px 30px;
}
.article li {


}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	font-weight: normal;
}
.art-gallery .thumb, .art-gallery .thumb a {
	float: left;
}
.art-gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
/* za��czniki artykulu */
.art-files {
	display: inline-block;
	width: 100%;
}
.files-item {
	line-height: 22px;
	padding-left: 20px;
}
.files-item a {
}
/* FILE ICONS-----------------------------------------------------------------------------*/
.ico-doc {
	background: url(/images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
	background: url(/images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
	background: url(/images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
	background: url(/images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
	background: url(/images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
	background: url(/images/filetypes/document-zipper.png) no-repeat left 2px;
}
/* ASIDE-----------------------------------------------------------------------------*/
.aside {
	width: 30%;
	float: right;
	background: transparent;
	min-height: 300px;
	display: none;
}
/* SUBMENU-----------------------------------------------------------------------------*/
.submenu-body {
	padding: 20px
}

.menu .submenu {
    display: none;
    position: absolute;
    width: 300px;
    background: rgba(255,255,255,0.85);
    z-index: 5;
    top: 100px;
}
.menu .submenu:before { 
    content: '';
    width: 18px;
    height: 9px;
    background: url(/images/menu-arrow.png) 0 0 no-repeat;
    position: absolute;
    left: 0px;
    top: -9px;
}
.header-white .menu .submenu  {
    top: 60px !important;
}
.menu .submenu li {
    float: none !important;
    margin: 0 !important;
}
.submenu li a {
    box-sizing: border-box;
    color: #000;
    float: left;
    font-size: 13px;
    height: auto;
    line-height: 30px;
    padding: 0 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.submenu li a:hover {
    background: #000!important;
}

.submenu-top {
}
.submenu-foot {
}
/* level-0 */
ul.level-0 {
	width: 100%;
	border: 1px solid #DDDDDD;
}
li.level-0 {
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
}
li.level-0:last-child {
	border-bottom: 0;
}
li.level-0 a {
}
li.level-0.active {
}
li.level-0:hover {
}
/* level-N */
li.level-1 {
	padding: 10px;
}
/* ANIM-----------------------------------------------------------------------------*/
.anim-wrap {
}
.anim {
}
.anim slides {
}
.anim slides img {
}
ul.anim-nav {
}
ul.anim-nav li {
}
ul.anim-nav li a {
}
/* NEWS-LISTING-----------------------------------------------------------------------------*/
.news-listing {
}
.news-item {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news-item h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
}
.news-item-content {
}
.news-item-info {
	display: inline-block;
	padding-left: 80px;
	position: relative;
}
.news-item-date {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 13px;
	padding: 0px 5px 0px 0;
	border-right: 1px solid #ddd;
}
.news-item-author {
}
.news-item-detail {
}
.news-item-intro {
}
.news-item-more {
	float: right;
	display: none;
}
/* NEWS-----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-date {
}
.news-author {
}
.news-content {
	display: inline-block;
	padding-top: 20px;
	width: 100%;
line-height: 1.6;
}
.news-content a:hover {
color: #fdbe0f;
}
.news-thumb {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 15px 5px 5px;
}
.news-intro {
	display: inline;
}
.news-body {
}
a.news-back {
text-transform: uppercase;
font-size: 1.6rem;
font-weight: 400;
margin-bottom: 20px;
display: inline-block;

}
a.news-back:hover {
    color: #fdbe0f !important;
   }
/* PAGINATION-----------------------------------------------------------------------------*/
.pagination {
	height: 30px;
	padding-top: 10px;
	width: 100%;
}
.pagination .pages {
}
.pagination a {
	float: left;
	margin-right: 5px;
}
.pagination span {
	float: left;
	margin-right: 5px;
}
.pagination a.active {
}
/* GALLERY-----------------------------------------------------------------------------*/
.gallery {
/* tylko jesli kontener galerii jest inny niz artykulu */
}
.gallery-item {
	display: block;
}
.gallery .thumb, .art-gallery .thumb {
	margin: 0 20px 20px 0;
}
.gallery .thumb, .gallery .thumb a {
	float: left;
}
.gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
.thumb-desc {
	clear: both;
	display: block;
	float: left;
	margin: 6px 0 0;
	text-align: center;
	width: 100%;
}
.gallery .thumb.gallery-cat {
}
.gallery-cat-name {
}
/* FORM-----------------------------------------------------------------------------*/
.form-data {
	margin: 20px 0 0 0;
	display: inline-block;
}
.form-elem-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.form-elem-name {
	width: 150px;
	float: left;
	padding: 4px;
}
.form-elem-input {
	float: left;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
	width: 300px;
	float: left;
	padding: 4px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
	border: 1px solid #000;
}
.form-elem-input select {
	width: 310px;
}
.form-data textarea {
	height: 150px;
	resize: none;
}
.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
	font-size: 12px !important;
	margin: 0 6px !important;
	vertical-align: middle;
}
.form-btn-send {
	float: right;
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 4px 8px;
	cursor: pointer;
}
.captcha-code {
}
.captcha-input {
}
/* SEARCH RESULT -->> tylko jesli lista ma byc inna ni� lista aktualnosci-----------------------------------------------------------------------------*/
.search-result {
}
.search-result news-item {
}
/* SITEMAP-----------------------------------------------------------------------------*/
.site-map {
}
.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
}
.site-map ul.level-1 li {
}
/* FOOTER-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
}
.footer h2 {
	color: #fff;
	float: left;
	width: 100%;
	margin-top: 100px;
}
ul.foot-nav {
	float: left;
}
ul.foot-nav li {
	float: left;
	margin-right: 10px;
}
ul.foot-nav li a {
}
/* LOGIN-----------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-panel {
	margin-top: -38px;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
/************ <<< STANDARD CLASSES >>> ************/
/* TABLE-----------------------------------------------------------------------------*/
table {
}
table thead tr th {
}
table tfoot tr th {
}
table tr {
}
table tr td {
}
table tr.odd td {
}
table tr.even td {
}
table tr:hover {
}
table tr:hover td {
}
table tr:hover td:hover {
}
/* DEFAULTS-----------------------------------------------------------------------------*/
.w100p {
	width: 100%!important;
}
.w50p {
	width: 48%!important;
}
.w30p {
	width: 28%!important;
}
.dn {
	display: none!important;
}
.db {
	display: block!important;
}
.dib {
	display: inline-block!important;
}
.di {
	display: inline!important;
}
.fl {
	float: left!important;
}
.fr {
	float: none!important;
}
.cl {
	clear: left!important;
}
.cr {
	clear: right!important;
}
.cb {
	clear: both!important;
}
.disabled {
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}
.debug {
	text-align: center;
	background-color: yellow;
	color: #000;
	font-weight: bold;
}
/************ <<< === FUTURE CLASSES === >>> ************/
/* MODULE BOX-----------------------------------------------------------------------------*/
.module-box-top {
}
.module-box-body {
}
.module-box-foot {
}
/* SUPERNEWS-----------------------------------------------------------------------------*/
/* ANIMATIONS -->> klasy dziedziczone z .anim + $id-----------------------------------------------------------------------------*/
.wrapIE {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.ieElder {
	position: absolute;
	top: -300px;
	left: 200px;
	height: 287px;
	width: 500px;
	border: 5px solid #8ABEF1;
	z-index: 99999999999;
	background: url(/images/browsers.jpg) no-repeat 0 0;
}
.ieElder-close {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	width: 76px;
}
.ieElder-later {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 0;
	width: 54px;
}
.get-chrome {
	height: 176px;
	left: 56px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.get-ff {
	height: 176px;
	left: 290px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.video-intro {
	background: #000 url(/images/top_2019.jpg) no-repeat top center;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-size: cover;
}
.video-intro .video-intro-inner h2 {
	font-size: 8rem!important;
	color: #fff;
	line-height: 9rem!important;
	margin-bottom: 60px;
	margin-top: 100px;
}
.video-intro-inner p {
	color: #fff;
	margin-top: 30px;
}
.yellow {
	color: #fdbe0f!important;
}
section {
	float: left;
	width: 100%;
}
#oferta, #portfolio, #o_nas {
	padding-top: 100px;
	padding-bottom: 60px;
}
 #animatik {

	padding-bottom: 60px;
}
  #animatik p {
    margin-bottom: 100px;
    }
#kontakt {
   margin-top: -6px;
}
#o_nas {
margin-bottom: 60px;

}
section p {
	margin: 0 0 10px;
	line-height: 1.42857143;
	letter-spacing: 0.5px;
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
}
#oferta p {
	margin-bottom: 20px;
}
.oferta-box {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.oferta-box-item {
	width: 33.33333333%;
	position: relative;
}
.video {
	width: 100%;
	object-fit: fill;
	height: auto;
	display: flex;
}
.wrapper-video {
	position: relative;
	width: 100%;
	cursor: pointer;
}
.playpause {
	background-image: url(/images/play-icon.svg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	opacity: 0;
	background-position: center;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}
.wrapper-video:hover .playpause {
	opacity: 1;
}
.oferta-box-item-txt {
	float: left;
	width: 100%;
	padding: 40px 20px;
}
.text-list {
	list-style-image: url(../images/li.png);
margin: 10px 10px 10px 30px;
}
.text-list li {
	line-height: 20px;
}
.oferta-box h4 {
	color: #000;
	font-size: 1.8rem;
	margin: 20px 0;
  line-height: 2rem;
}
.time {
	position: absolute;
	bottom: 0;
	color: #222;
	font-family: 'Open Sans', sans-serif;
}
.time i {
	margin-top: -4px;
	float: left;
	margin-right: 10px;
}
.box-slogan {
	float: left;
	width: 100%;
	color: #fff;
	background: #000;
	min-height: 200px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
  position: relative;
  z-index: 999;
}
.box-slogan h2 {
	font-size: 4rem !important;
	color: #fff;
	text-align: center;
	margin-top: 60px;
}
.box-slogan h2 span {
	margin-right: 40px;
}
.box-slogan h2 img {
	vertical-align: bottom;
}
.text-slogan {
float: left;
width: 100%;
color: #fff;
background: #000;

overflow: hidden;
padding: 25px 0;
}
.text-slogan h2 {
color: #fdbe0f;
font-size: 3rem !important;
font-weight: 500 !important;
text-transform: none !important;
margin-bottom: 30px;
margin-top: 0 !important;
line-height: 3rem !important;

}
.text-slogan p {
text-align: justify;

}
.logo-kompania {
float: left;
width: 145px;
margin-top: 20px;


}
.text-kompania {
float: left;
width: calc(100% - 145px);
padding-left: 30px;
box-sizing: border-box;


}
.uslugi-list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.uslugi-list-item {
	width: 48%;
	display: flex;
	margin-bottom: 30px;
}
.uslugi-list-item  h3 {
	color: #000;
	font-size: 2rem;
	margin: 30px 0;
}
.uslugi-list-item  h3 {
	color: #000;
	font-size: 1.8rem;
	margin: 15px 0 15px 0;
	line-height: normal;
	font-weight: bold;
  line-height: 2rem;
}
.uslugi-list-item p {
	font-size: 1.4rem;
	font-weight: 400;
}
.uslugi-list-item p a {
	color: #fdbe0f;
}
.uslugi-list-item p a:hover {
	text-decoration: underline;
}
.uslugi-list-left {
	margin-right: 20px;
}
.fa-stack-2x {
	color: #fdbe0f;
	font-size: 6rem!important;
}
.fa-stack-1x {
	color: #fff;
	font-size: 2.4rem !important;
}
.fa-outer {
	position: relative;
	display: inline-block;
	width: 5.1rem;
	height: 4rem;
	line-height: 5.7rem;
	vertical-align: middle;
}
.mapa iframe {
	float: left;
	width: 100%;
	height: 100%;
}
.mapa {
	float: left;
	width: 100%;
	height: 400px;
}
.copy {
	float: left;
	padding: 70px 0;
	border-top: 1px solid #232323;
	width: 100%;
	background: #000;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
  color: #7b7b7b;
}
.copy img {
	margin-right: 1rem;
}
.kontakt-inner {
	background: #000;
	float: left;
	width: 100%;
	padding-bottom: 85px;
}
.kontakt-inner p {
	color: #999;
}
.w25 {
	width: 30%;
	float: left;
}
.w33 {
	width: 33.33%;
	float: left;
}
.klienci {
	float: left;
	margin-top: 80px;
	width: 100%;
}
.klienci img {
	width: 100%;
}
#o_nas strong {
	color: #222;
	font-weight: 700;
}
#coocies_warning {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #000;
	font-size: 12px;
	color: #fff;
	width: 100%;
	z-index: 9999;
	width: 100%;
	text-align: center;
}
#coocies_warning_close {
	color: #666;
	float: right;
}
#coocies_warning_close a {
	font-size: 32px;
	text-decoration: none;
}
#coocies_warning_info {
	width: 100%;
	float: left;
	padding: 15px;
}
#coocies_accept {
	background: none repeat scroll 0 0 #fdbe0f;
	color: #000!important;
	float: none;
	border-radius: 3px;
}
#coocies_warning_info a {
	font-weight: bold;
	color: #fdbe0f;
}
#coocies_accept:hover {
}
.ml-10 {
	margin-left: 10px;
}
.ml-5 {
	margin-left: 5px!important;
}
.mr-10 {
	margin-right: 15px;
}
#portfolio-prev-video, #portfolio-next-video {
	float: left;
	width: 10%;
	font-size: 40px
}
#portfolio-video {
	float: left;
	width: 80%;
	position: relative;
}
.uslugi-fancybox {
	max-width: 600px;
	padding: 30px;
	box-sizing: border-box;
}
.uslugi-fancybox iframe {


  
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
	padding-bottom: 67%;

}
 

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uslugi-fancybox img {

	margin: 20px 0;
}
.video-thumb h3 {
	background: #151515;
	text-align: left;
	padding: 12px 40px;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 1; 
  display: flex;
justify-content: space-between;
}
.video-thumb h3 a i {
color: #fff;

}
.portfolio-wrap::after {
	content: "";
	flex-basis:  33.333%;
}

.portfolio-wrap {
	display: flex;
	flex-wrap: wrap;
    width: calc(100% + 40px);
  	position: relative;
   margin: -20px -20px;
}
#portfolio-shuffle {
width: 100%;

   float: left;
}
.video-thumb img {
	height: auto;
	width: 100%;
	opacity: 1;
	display: flex;
	transform: scale(1);
	transition: transform .4s ease;
}
.video-thumb:hover img {
	transform: scale(1.1);
}
.video-thumb {
	position: relative;
}
.video-thumb::after {
	position: absolute;
	content: "";
	background: rgba(0,0,0,1);
	width: 100%;
	opacity: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: opacity 0.6s ease;
}
.video-thumb:hover::after {
	opacity: 0.7;
}
.portfolio-item {
background: #151515;
 width: calc(33.333% - 40px);
overflow: hidden;
  margin: 20px;
float:left;
}


.portfolio-item:hover img {
}
#bklyn_btn_5a04190710188 .bklyn-btn:hover {
	color: #0a0a0a;
	background-color: #ffbf00;
}
.mt-40 {
margin-top: 40px;

}
.btn {
	color: #0a0a0a;
	border-radius: 5px;
	font-size: 2rem;
	border: 3px solid #fdbe0f;
	background: transparent;
	background-color: transparent;
  	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 1.6;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-sizing: border-box;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	transition: .2s all linear;
	margin-bottom: 50px;
}
.btn:hover {
	background: #fdbe0f;
}
#portfolio-prev-video a {
	background-image: url('/images/dark-arrows.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 100px;
	position: absolute;
	display: block;
	width: 52px;
	left: 0;
	top: calc(50% - 50px);
	margin-right: 10px;
}
#portfolio-next-video a {
	background-image: url('/images/dark-arrows.png');
	background-position: 0 -100px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 100px;
	display: block;
	position: absolute;
	right: 0;
	width: 52px;
	top: calc(50% - 50px);
	margin-left: 10px;
}
#portfolio-player {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
#portfolio-player iframe {
	/*margin: 50px 0;  */
}
#portfolio-video {
	display: inline-block;
	width: 100%;
  margin-top: 50px;
}
.filtr {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
.filtr a {
	color: #464646;
	border-radius: 5px;
	font-size: 1.4rem;
	border: 2px solid #fdbe0f;
	background-color: #fff;
	cursor: pointer;
    	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
	line-height: 1.6;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-sizing: border-box;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	transition: .2s all linear;
}
.filtr a.current {
	background: #fdbe0f;
	color: #000;
}
.filtr a:hover {
	color: #000;
  	background: #fdbe0f;
}
video#videofullscreen {
	display: none;
	position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate( -50%, -50%);
   
    overflow: hidden;
  min-width: 100%;
  min-height: 100%;
	z-index: 998;  
} 
 
#stop-pause-video-full-screen {
	display: none;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 999;
}
#ctr-play-video-full-screen {
	display: none;
}
.close-video {
background-image: url('/images/close.png');
background-repeat: no-repeat;
cursor: pointer;
height: 24px;
display: block;
position: absolute;
right: 0;
width: 24px;
top: 20px;
text-indent: -9999px;
background-size: 100%;
}
#portfolio-player h3 {
	margin-bottom: 20px;
}
.pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.pagination a {
	color: #fdbe0f;
	width: 30px;
	height: 30px;
	font-size: 1.2rem;
	line-height: 3rem;
	border-radius: 3px;
	text-align: center;
	transition: all 0.3s ease;
}
.pagination a.current {
	color:  #fff;
	background: #fdbe0f;
}
.pagination a:hover {
	color:  #fff;
	background: #fdbe0f;
}
#stop-pause-video-full-screen {
	text-align: right;
	width: 100%;
}
#ctr-stop-video-full-screen {
}
#ctr-pause-video-full-screen {
}
#ctr-play-video-full-screen {
}
#fancybox-wrap {
	border-radius: 10px;
	overflow: hidden;
}
.grey {
	color: #636363;
}
.kontakt-inner p i {
	font-size: 2.6rem;
}
.kontakt-inner p i.fa-envelope {
	font-size: 1.8rem;
}
.menu-toggler {
	float: right;
	display: none;
	color: #fdbe0f;
	font-size: 2.6rem;
	position: relative;
	z-index: 2;
}
.menu-mob {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	width: 100%;
	z-index: 100;
	display: none;
}
.menu-mob li a:hover {
	background: #fdbe0f;
}
.menu-mob li a {
	box-sizing: border-box;
	float: left;
	padding: 10px;
	text-align: left;
	width: 100%;
	color: #555555;
	line-height: normal;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: lowercase;
}
.menu-mob li {
	border-top: 1px solid #EFEFEF;
	float: left;
	width: 100%;
}
.uslugi-fancybox h4 {
	font-size: 2rem;
	color: #000;
}
.menu-mob-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	margin-top: 0;
}
.menu-mob-overlay .menu-mob {
	top: 100px;
}
.menu-mob-overlay .menu-toggler {
	float: right;
	display: none;
	color: #fdbe0f;
	font-size: 2.6rem;
	position: relative;
}
.uslugi-fancybox > div {
	font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  color: #606060;
  text-align: justify;
}
.uslugi-fancybox > div a {
color: #fdbe0f;
font-weight: 600;

}
.uslugi-fancybox > div img {
width: 100%!important;
height: 340px;

}
#fancybox-wrap {
	margin-top: 5px;
}
#ctr-mute-video-full-screen .volume {
background: url("/images/volume-on-icon.svg") no-repeat center;
width: 60px;
height: 60px;
 display: inline-block;
}
#ctr-mute-video-full-screen.muted .volume {
background: url("/images/volume-icon.svg") no-repeat center;
width: 60px;
height: 60px;
 display: inline-block;
}

.stop-pause-video-box {
    position:absolute;
    right:10px;
    bottom:10px;
    display:none;
}

.stop-pause-video-box span.volume {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.stop-pause-video-box span.volume-on {
    background: url("/images/volume-on-icon.svg") no-repeat center;
}

.stop-pause-video-box span.volume-off {
    background: url("/images/volume-icon.svg") no-repeat center;
}
.copy-link {
background: none;
border: none;
cursor: pointer;

}
.link-video {

margin-bottom: 20px;


}
.video-background {
background: #000;
float: left;
width: 100%;
margin-top: 50px;
text-align: center;
}
.video-background img, .video-outer {
margin-top: 50px;


}
.video-background img {
max-height: 404px;

}
h2.offer_h2 {
margin-bottom:10px;
 font-size: 3.4rem!important;
 font-weight: 400!important;
 text-transform: uppercase!important;
}
#uslugi-inner {
  padding-top: 150px;

}
.en .time {
display: none;

}
.en #animatik {
    padding-bottom: 0;
}.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/js/treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/js/treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/js/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/js/treeview/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/js/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/js/treeview/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/js/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/js/treeview/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/js/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/js/treeview/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/js/treeview/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/js/treeview/images/file.gif) 0 0 no-repeat; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
