body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: white;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}

a:hover {
	opacity: .7;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

h1 {
	font-size: 57px;
	font-weight: 300;
}

h2 {
	font-size: 42px;
	font-weight: 300;
}

h3 {
	font-size: 20px;
	font-weight: 300;
}

h4 {
	font-size: 20px;
	font-weight: 600;
}

h5 {
	font-size: 16px;
	font-weight: 300;
}

h6 {
	font-size: 16px;
	font-weight: 600;
}

.header {
	position: fixed;
	width: 100%;
	padding-top: 11px;
	height: 38px;
	text-align: center;
	z-index: 9999;
    -webkit-transition: all .6s; 
    transition: all .6s;
}

.header.small {
	
	background-color: rgba(37, 23, 63, 1.0);
	-webkit-transition: all .6s; 
    transition: all .6s;
}



#logo {
	margin-left: 40px;
	margin-top: 24px;
	width: 75px; 
	height: 19.13px;
	position: absolute;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}

#logo.small {
	margin-top: 6px;
}

.st0 {
	fill: white;
}



.st1 {
	fill: white;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}

.st1.small {
	opacity: 0.0;
}

.st2 {
	width: 75px;
	margin-top: -6.5px;
	height: 2.4px;
	background-color: white;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}

.st2.small {
	margin-top: -68.5px;
	background-color: white;
}


#mob-menu {
	display: none
}

#menu {
	margin-top: 23px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}

#menu.small {
	margin-top: 6px;

}

#menu li {
	margin-top: 1px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;

}

#menu li:nth-last-child(1) {
	float: right;
	position: absolute;
	right: 10px;
	margin-top: -1px;
}


#menu-icon {
	display: none;
}


.inner {
	margin-left: auto;
	margin-right: auto;
	
}


.texts {
    text-align: center;
    max-width: 855px;
    margin-right: auto;
    margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
}


/* section 01 HOME */


.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	min-height: 400px;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center
}

#hero-title {
	margin-bottom: 32px;
	line-height: 64px;
}

#hero-txt {
	line-height: 32px;
	margin-bottom: 24px;
}



#scroll_down > li > a {

	height: 57px;
	left: 0;
    right: 0;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	position: absolute;
}

#scroll {
	width: 27px;
	height: 17px;
	margin-right: auto;
	margin-left: auto;
}

#home2 {
	background: url(gfx/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(conte.jpg) no-repeat;
    background-size: cover; 
}



/* section 02 USŁUGI */

#uslugi {
	background: #eaeaea;
	padding-bottom: 85px;
}

#t02 {
	padding-top: 65px;
	margin-bottom: 65px;
	
}

#t02 h1 {
	color: #ad4453;
}

.txt_block {
	text-align: left;
	line-height: 32px;
}







#FirstTab, #SecondTab, #ThirdTab {
	display: none;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	max-width: 1100px;
	padding: 44px;
	padding-bottom: 47px;
}




#FirstTab {
	display: block

}





.tab-title {
	margin-top: 15px;
	text-align: center;

}

ul.tab {
	margin-top: 45px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;

}

ul.tab li {
	display: inline-block;
}

ul.tab li a {
    display: inline-block;
	width: 300px;
	margin-top: 15px;
	margin-left: 4px;
	margin-right: 4px;
	height: 37px;
    color: black;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    transition: 0.3s;
	font-size: 18px;
	background-color: #E5E5E5;
}

ul.tab li a:hover {
    background-color: #E9E9E9;
}



ul.tab li:first-child > a br {
    display: none
}

ul.tab li:nth-child(2) > a br {
    display: none
}

ul.tab li:nth-child(3) > a br {
    display: none
}
/* Create an active/current tablink class */

ul.tab li > a {
	border-top: 2px solid #E5E5E5

}

ul.tab li > a:hover {
	opacity: 1.0

}

ul.tab li:first-child > a {
    background-color: white;
	border-top: 2px solid #D63758

}


ul.tab li a:focus, .active {
    background-color: white !important;

}


.service-title {
	margin-top: 35px;
	min-height: 32px;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid black;
	font-weight: 600
	
}

.service-list > p {
	min-height: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
	
}

.service-list > p:nth-child(even)  {
	background: #F2F2F2
}


.service-sub-list > p {
	min-height: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 42px;
	padding-right: 15px
	
}

#FirstTab > div.service-sub-list > p:nth-child(odd),
#SecondTab > div.service-sub-list > p:nth-child(odd) {
	background: #F2F2F2
}


#ThirdTab > div.service-sub-list > p:nth-child(even)  {
	background: #F2F2F2
}




/* section 03 O NAS */

#onas {
	background: white;

}



#t03 {
	max-width: 855px;
	margin-right: auto;
	margin-left: auto;
    position: relative;
	padding-top: 95px;
	padding-bottom: 120px;
	padding-left: 30px;
	padding-right: 30px;
  
}

#t03 h1 {
	color: #25173f;
}




/* section 05 KONTAKT */



#kontakt {
	background: #eaeaea;
	position: relative;
}

#t06 {
	padding-top: 65px;
}

#t06 h1 {
	color: #25173f;
}

.contact-txt {
	margin-top: 17px;
	padding-bottom: 20px;
	line-height: 30px;
}

.contact-txt * a {
	
	color: #D63758
	
}



#map {
	background-color: #d3d3d3;
	margin-top: 30px;
	width: 100%;
	height: 550px;
	height: 69vh;
	bottom: 0px;
}
	




@media screen and (max-width: 1020px)  {

#bgvid { 
    display: none;
    background: url(gfx/background02.jpg) no-repeat;
    background-size: cover; 
}	

.bgmob { 
	background: url(gfx/background02.jpg) no-repeat center center ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -9999;
}		

	
h1 {
	font-size: 42.75px;

}

h2 {
	font-size: 31.5px;
}

h3, h4 {
	font-size: 15px;
}

h5, h6 {
	font-size: 12px;
}	
	
#menu {
	font-size: 9px;

	letter-spacing: 1px;

}

ul.tab li a {

	font-size: 13.5px;

}
	
	
#hero-title {
	line-height: 48px;
}

#hero-txt {
	line-height: 24px;
}

.txt_block {
	line-height: 24px;
}



.contact-txt {

	line-height: 22.5px;
}	
	
	

#menu-icon {
	display: block;
	position: absolute;
	margin-top: 24px;
	right: 40px;
	width: 16px;
	z-index: 999;
	cursor: pointer;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}

	
#menu-icon.small {
	margin-top: 6px;

}

#menu {
	display: none;
}


#mob-menu {
	display: block;
	text-align: center;
	position: fixed;
	margin-top: 0px;
	width: 100%;
	height: 100vh;
	top: -100vh;
	background-color: #25173f;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;


	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;

}

#mob-menu.opened {
	top: 0;

}

#mob-menu > a > li {
    height: 24.6vh;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 24.4vh;
	-webkit-transition: all .3s; 
    transition: all .3s;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}	
	
#mob-menu > a:last-child > li {

    border-bottom: none;
    line-height: 25vh;

}		

#mob-menu > a > li:hover {
	color: rgba(255, 255, 255, 0.7);

}		
	
ul.tab li a {

	width: 250px;

}
	
	
}


@media screen and (max-width: 900px)  {
	
ul.tab li {


	display: block

}
	
ul.tab li a {

	width: 70%;


}	

}
@media screen and (max-width: 390px)  {
	

h1 {
	font-size: 9vw;
	line-height: 11vw;
}

h2 {
	font-size: 9vw;
}

h3, h4 {
	font-size: 15px;
}

h5, h6 {
	font-size: 12px;
}


#hero-txt > h3 > br:nth-child(2)	{
	display: none
}
	
#FirstTab, #SecondTab, #ThirdTab {
	padding: 30px;
	padding-bottom: 33px;
}
	
#logo {
    margin-left: 30px;

}	

#menu-icon {
    right: 30px;

}
	
#hero-title > h1 > br {
	display: none;
}

	
}


@media screen and (max-height: 450px)  {

#scroll {
	display: none
	
}

	
}