html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #ED1E79;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-muted,
.text-faded,
.pm-white {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}



.text_top_small {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	text-transform:uppercase;
	font-size:18px;
	font-weight:300;
	margin-bottom:15px;
}

.text_top_big {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	text-transform:uppercase;
	font-size:35px;
	font-weight:900;
	line-height:60px;
	margin-bottom:15px;
}



#menu_rozwijane { display:none;}



.temat_small {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size:25px;
	font-weight:300;
	color:#8A97B1;
	text-transform: uppercase;
}

.temat_big {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size:55px;
	font-weight:800;
	color:#4394D0;
	text-transform: uppercase;
}

.tekst_glowny {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size:16px;
	font-weight:300;
	color:#8A97B1;
	line-height:22px;
}

.tekst_glowny_italic {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size:33px;
	font-weight:300;
	color:#8A97B1;
	line-height:38px;
	padding-top:35px;
	padding-bottom:40px;
	border-bottom:1px dashed #CFD4DE;
	border-top:1px dashed #CFD4DE;
	font-style:italic;
	margin-top:30px;
	margin-bottom:30px;
	
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,250,251,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(51%, rgba(249,250,251,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,250,251,1) 51%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,250,251,1) 51%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,250,251,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(249,250,251,1) 51%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}


.text_pod_ikony {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#8A97B1;
	margin-top:30px;
}




.service-box { margin-top:30px; margin-bottom:30px; height:140px;}

.text_cyfry { 
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight:800;
	font-size:50px; color:#8A97B1;
	margin-top:20px;
}








.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 0px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	padding-bottom:0px;
	padding-top:0px;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #fff;
	margin-top:5px;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fff;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
	
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #fff;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #4394D0!important;/* kolor tekstu */
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}




.test_dwa {background-image:url(img/grafika_1.jpg);}




@media(min-width:768px) {
    .navbar-default {
        background-color: #fff;
		-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.25);
		box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #8A97B1;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #4394D0;  /* kolor tekstu */
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
		border-bottom:1px solid #D6D6D6;
		
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #fff;
		background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #8A97B1;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #4394D0;
    }
}


@media(max-width:768px) {
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
		color:#8A97B1;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #4394D0;
		background-color:#F4F4F4;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
		border-bottom:1px solid #D6D6D6;
		-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.25);
		box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    }
	
	header {
		margin-top:94px;
	}
	
	.wrapper { display:none;}
		
		
		.service-box { margin-top:30px; margin-bottom:40px; height:140px;}
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header_1.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}



@media(min-width:992px) {

	.box_service_dwa { margin-top:0px;}
}


.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
	/*
    max-width: 650px;*/
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(7,1,42,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 20px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #ED1E79;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #;
}

.btn-primary {

}



#services{
    background-image: url("../img/grafika_1.jpg");
}


#referencje{
    background-image: url("../img/grafika_2.jpg");
}

#contact{
    background-image: url("../img/grafika_3.jpg");
}

@media (max-width: 1200px) {
	
#services{
    background-image: none;
}

#referencje{
    background-image: none;
}

#contact{
    background-image: none;
}
		}





.btn-wyslij {
    border-color: #f05f40;
    color: #fff;
    background-color: #ED1E79;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	margin-top:20px;
	margin-bottom:20px;
}

.btn-wyslij:hover,
.btn-wyslij:focus,
.btn-wyslij.focus,
.btn-wyslij:active,
.btn-wyslij.active {
    border-color: #ed431f;
    color: #fff;
    background-color: #D31E75;
	opacity:0.8;
}




.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border:1px solid #FFF;
    background-color: #0C3;
}

.btn-primary .badge {

}

.btn_primary_dwa {
	padding: 15px 30px;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	background-color:inherit;
	border:1px solid #44FF00;
}

.btn {
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #2B303D;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #2B303D;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.pm_light {
	font-weight:300;
	padding-bottom:5px;
}

.pm_pink {
	color: #ED1E79;
}

.pm_szary {
	color: #999999;
}

.pm-white{ color:#FFFFFF;}
.pm-title {
	padding-bottom:30px;
	padding-top:30px;
}

.pm-padding {
	height:40px; width:100%;
	background-color: #000000;
}

@media (max-width: 1070px) {
	.pm-title {
	padding-bottom:50px;
}
}

@media (max-width: 970px) {
	.pm-title {
	padding-bottom:25px;
}
.row-padding:last-child {
	margin-bottom:100px;
}

}


#map {
	width: 100%;
	height: 500px;
}

.pm_szary_dwa {
	color:#959DA5;
}


.pm-left {
	
	    position: relative;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}


.pm_txt_center {
	text-align:left;
	padding-top:80px; 
	padding-bottom:80px;
}


@media (min-width: 1499px) {

.section_tlo {
    padding-top: 0px;
    padding-bottom:0px;
}

}

@media (min-width: 1200px) {
.section-comments {
    background-size: 70% auto;
    background-position: 170% 50%;
}
}
@media (min-width: 1200px) {
.section_tlo {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 991px) {
.section-comments {
    background-size: 90% auto;
    background-position: 530% 50%;
}
}
@media (min-width: 991px) {
.section_tlo {
    padding-top:0px;
    padding-bottom: 0px;
}
}
@media (min-width: 768px) {
.section-comments {
    background-size: 90% auto;
    background-position: 500% 50%;
}
}
@media (min-width: 768px) {
	
.section_tlo {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-comments {
	background-image:none;}
}

.section-comments {
    background-image: url("../img/grafika_1.jpg");
    background-position: center right;
}

.section_tlo {
    background-repeat: no-repeat;
	
}


@media (min-width: 1375px) {

.section_tlo {
    padding-top: 0px;
    padding-bottom: 0px;
}

}

@media (min-width: 1599px) {

.section_tlo {
    padding-top: 0px;
    padding-bottom:0px;
}

}


.kreska_pm {
	max-width:50px; height:3px; background-color:#ED1E79; margin-bottom:20px; margin-top:20px;
}

.center-block_kreska {
  
}


* {
    /* outline: 0 !important; */
}
* {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 991px) {

.section-comments {
	background-image:none;
}

.kreska_pm {
	text-align:center;
}

.pm_txt_center {
	text-align:center;
	padding-top:0px; 
	padding-bottom:0px;
}

.section_tlo {
    padding-top: 80px;
    padding-bottom: 80px;
}

.center-block_kreska {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


}


@media (max-width: 600px) {
	.temat_big {font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size:35px;
	font-weight:800;
	color:#4394D0;
	text-transform: uppercase;}
}


.wrapper{
  width:100%;
  height:100vh;
  overflow:hidden;
}

.wrapper video{
  /*object-fit: contain;*/
  /*object-fit: fill;*/
  object-fit:cover;
  min-width:100%;
  min-height:100%;
}


#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 110%; 
  min-height: 110%;
  width: auto; 
  height: auto;
  z-index: 1;
  margin:0px;
  padding:0px;
}

#slide-1{
	background-color:#2182C6;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	z-index:0;
}


.txt_top { position: relative;}


::-webkit-scrollbar
{
  width: 2px;  /* for vertical scrollbars */
}

::-webkit-scrollbar-track
{
  background: #07012B;
  opacity:0;
}

::-webkit-scrollbar-thumb
{
  background: #4394D0;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  
}


.link_kontakt {
	 color:#07012B;
	 font-weight:bold;}
