html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
font-weight: 400;
}

sup {
font-size:xx-small;
vertical-align:super;
}

input {
    -webkit-appearance: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}


*:focus {
    outline: none;
}



button:focus {outline:0;}


::-webkit-input-placeholder {
   color: #122632;
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: #122632;
  opacity: 1;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #122632;
   opacity: 1;  
}

:-ms-input-placeholder {  
   color: #122632;
   opacity: 1; 
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}




/* hard reset */
* {
padding: 0; margin: 0;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;
position: relative; 
} 

/* micro clear fix (clears floats) */
    .contain:before,
    .contain:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.contain:after {
    clear: both;
}
.contain {
    *zoom: 1;
}

html {
    height: 100%; /* 01 */
    /* tells html to go ahead and feel free to be 100% height */
}

body {
    min-height: 100%; /* 02 */
    /* expands to push html to the limit */
}


:root{
--cc-btn-primary-bg: #000 !important;
--cc-btn-primary-hover-bg: #000 !important;
--cc-text: #000 !important;
--cc-toggle-bg-off: #000 !important;
}

.cc_div .cc-link {
color: #000 !important;
border-bottom: 1px solid #000 !important;
}




body {
width:100%;  
font-size: 16px;
line-height: 26px;
color: #000000;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
background: #FFFFFF;
overflow-x: hidden;
}


.clear {
background: transparent none repeat scroll 0 0 !important;
clear: both !important;
display: block !important;
font-size: 0 !important;
height: 0 !important;
line-height: 0 !important;
margin: 0 !important;
overflow: hidden !important;
padding: 0 !important;
width: 100% !important;
}

/*HEADER*/
.header {
width: 100%;
padding: 15px 0;
background-color: #000000;
position: fixed;
z-index: 100;
top: 0;
transition: all 0.5s;
font-weight: 400;
}

.header.up{
top: -62px;
}

.header.mobile.up{
top: 0;
}

.header .content{
width: 100%;
margin: 0 auto;
padding: 0 5%;
font-size: 0;
}

.header .content .logo{
max-width: 114px;
width: 100%;
float: left;
}

.header .content .logo img{
width: 100%;
vertical-align: top;
}

.header .content .menu{
float: right;
font-size: 16px;
line-height: 26px;
max-width: 800px;
width: 100%;
text-align: right;
padding: 5px 0 0 0;
}


.header .content .menu ul li{
display: inline-block;
margin: 0 8% 0 0;
}


.header .content .menu ul li:last-child{
margin: 0;
}

.header .content .menu ul li a{
text-decoration: none;
color: #FFFFFF;
transition: all 200ms ease-in 0s;
}

.header .content .menu ul li a:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0%;
border-bottom: 1px solid #FFFFFF;
transition: 0.2s;
}

.header .content .menu ul li a:hover:after {
width: 100%;
}

.header .content .menu ul li a.active:after {
width: 100%;
}


/*BURGER MENU*/
@import url(http://fonts.googleapis.com/css?family=Vollkorn);

.button_container {
position: absolute;
top: 0;
right: 10px;
height: 27px;
width: 35px;
cursor: pointer;
z-index: 200;
transition: opacity .25s ease;
display: none;
}
  

.button_container:hover {
opacity: 1;
}


.button_container.active .toper {
transform: translateY(11px) translateX(0) rotate(45deg);
-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
background: #FFFFFF;
}
    
.button_container.active .middle {
opacity: 0;
background: #FFFFFF;
}
    
.button_container.active .bottom {
transform: translateY(-11px) translateX(0) rotate(-45deg);
-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
background: #FFFFFF;
}    

.button_container span {
background: #FFFFFF;
border: none;
height: 3px;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition:  all .35s ease;
cursor: pointer;
}


.button_container span:nth-of-type(2) {
top: 11px;
}

.button_container span:nth-of-type(3) {
top: 22px;
}

/*HERO*/
.hero {
display: block;
width: 100%;
height: calc(100vh - 60px);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin: 60px 0 0 0;
overflow: hidden;
}

.hero::after{
display: block;
position: absolute;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0px;
left: 0px;
content: '';
}

.hero .content{
max-width: 840px;
width: 100%;
padding: 0 20px;
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #ffffff;
z-index: 99;
text-align: center;
}

.hero .content h1{
font-size: 56px;
line-height: 66px;
font-weight: 400;
text-transform: uppercase;
}

.hero .content h1 span{
margin: 0 0 0 20px;
}

.hero .content h1 sup{
font-size: inherit;
vertical-align: top;
}

.hero .content h2{
font-size: 36px;
line-height: 46px;
}

.hero .scroll-down {
bottom: 20px;
position: absolute;
text-align: center;
width: 100%;
color: white;
font-size: 46px;
z-index: 99;
}

.hero .scroll-down i {
animation: MoveUpDown 1s linear infinite;
position: absolute;
display: inline-block;
bottom: 0;
cursor: pointer;
}

@keyframes MoveUpDown {
  0 {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}

.hero video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

/*ABOUT HP*/
.about-hp {
max-width: 1240px;
width: 100%;
padding: 100px 20px;
margin: 0 auto;
text-align: center;
}

.about-hp h2{
color: #000000;
font-size: 30px;
line-height: 40px;
margin: 0 0 30px 0;
text-transform: uppercase;
font-weight: 400;
}

.about-hp .text-field{
display: block;
width: 100%;
margin: 0 0 30px 0;
}

.about-hp .text-field p{
margin: 0 0 10px 0;
}

.about-hp .text-field p:last-child{
margin: 0;
}

.about-hp .show-more{
width: 100%;
display: block;
}

.about-hp .logos{
display: block;
width: 100%;
margin: 0 0 60px 0;
}

.about-hp .logos .row{
display: block;
width: 100%;
margin: 0 0 30px 0;
font-size: 0;
text-align: left;
}

.about-hp .logos .row:last-child{
margin: 0;
}

.about-hp .logos .row .item{
display: inline-block;
width: 10%;
margin: 0 8% 0 0;
vertical-align: top;
text-align: center;
}

.about-hp .logos .row .item:last-child{
margin: 0;
}

.about-hp .logos .row .item img{
width: 100%;
vertical-align: top;
}

.about-hp .show-more a{
display: inline-block;
text-decoration: none;
border: 1px solid #000000;
color: #000000;
transition: all 0.5s;
max-width: 180px;
width: 100%;
margin: 0 auto;
padding: 10px 0;  
}

.about-hp .show-more a:hover{
color: #FFFFFF;
background-color: #000000;
}

/*REFERENCE*/
.reference-list {
width: 100%;
padding: 0 0 100px 0;
text-align: center;
}

.reference-list.subpage{
padding: 0;
}

.reference-list h2{
color: #000000;
font-size: 30px;
line-height: 40px;
margin: 0 auto 30px;
text-transform: uppercase;
max-width: 1240px;
width: 100%;
padding: 0 20px;
font-weight: 400;
}

.reference-list .row {
display: block;
font-size: 0;
width: 100%;
text-align: left;
}

.reference-list .row .item{
color: #FFFFFF;
text-decoration: none;
display: inline-block;
width: 24.92%;
vertical-align: top;
text-align: center;
margin: 0 0.1% 0.1% 0;
}

.reference-list .row .item:last-child{
margin: 0 0 0.1% 0;
}


.reference-list .row .item a{
color: #FFFFFF;
text-decoration: none;
display: block;
width: 100%;
transition: all 0.5s;
overflow: hidden;
}

.reference-list .item .photo{
display: block;
width: 100%;
transition: all 0.5s;
overflow: hidden;
}

.reference-list .item .photo:after {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.5s;
}

.reference-list .item .photo img{
width: 100%;
vertical-align: top;
transition: all 1.5s;
}

.reference-list .item a:hover .photo img{
transform: scale(1.05);
}


.reference-list .item .info{
width: 100%;
text-align: center;
display: block;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all 0.5s;
opacity: 1;
}

.reference-list .item .info h3{
color: #FFFFFF;
font-weight: 400;
font-size: 26px;
line-height: 26px;
margin: 0 0 20px 0;
text-transform: uppercase;
}

.reference-list .item .info h4{
color: #FFFFFF;
font-size: 18px;
line-height: 28px;
}

.reference-list .item a:hover .photo:after{
content: "";
background: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; 
}

.reference-list .item a:hover .info{
opacity: 0;
}

.reference-list .show-more a{
display: inline-block;
text-decoration: none;
border: 1px solid #000000;
color: #000000;
transition: all 0.5s;
max-width: 180px;
width: 100%;
margin: 60px auto 0;
padding: 10px 0;  
}

.reference-list .show-more a:hover{
color: #FFFFFF;
background-color: #000000;
}

/*REFERENCE PAGE*/
.references{
max-width: 1240px;
width: 100%;
padding: 100px 20px;
margin: 61px auto 0;
text-align: center;
}

.references h1{
color: #000000;
font-size: 40px;
line-height: 50px;
margin: 0 0 60px 0;
text-transform: uppercase;
font-weight: 400;
}

.references .text-field{
display: block;
width: 100%;
margin: 0 0 30px 0;
}

.references .text-field p{
margin: 0 0 10px 0;
}

.references .text-field p:last-child{
margin: 0;
}

.references .text-field a{
color: #000000
}

/*REFERENCE DETAIL*/
.reference-detail {
max-width: 1240px;
width: 100%;
padding: 100px 20px 30px 20px;
margin: 0 auto;
text-align: left;
}

.reference-detail .info-block{
display: block;
width: 100%;
margin: 0 0 30px 0;
}

.reference-detail .info-block a{
text-decoration: none;
color: #000000;
transition: all 200ms ease-in 0s; 
}

.reference-detail .info-block a:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0%;
border-bottom: 1px solid #000000;
transition: 0.2s;
}

.reference-detail .info-block a:hover:after {
width: 100%;
}


.reference-detail .text-field{
display: block;
width: 100%;
margin: 0 0 30px 0;
}

.reference-detail .text-field p{
margin: 0 0 10px 0;
}

.reference-detail .text-field p:last-child{
margin: 0;
}

/*REFERENCE GALLERY*/
.reference-gallery {
max-width: 1240px;
width: 100%;
padding: 0 20px 100px 20px;
margin: 0 auto;
text-align: center;
}

.reference-gallery .item{
width: 100%;
display: block;
margin: 0 0 30px 0;
}

.reference-gallery .item:last-child{
margin: 0;
}

.reference-gallery .item img{
width: 100%;
vertical-align: top;
}

.reference-gallery .item .embed-container{
position: relative;
width: 100%;
}

.reference-gallery .item .embed-container video{
width: 100%;
}

/*STUDIO*/
.studio{
max-width: 1240px;
width: 100%;
padding: 100px 20px;
margin: 61px auto 0;
text-align: center;
}

.studio h1{
color: #000000;
font-size: 40px;
line-height: 50px;
margin: 0 0 60px 0;
text-transform: uppercase;
font-weight: 400;
}

.studio .text-field{
display: block;
width: 100%;
margin: 0 0 30px 0;
text-align: center;
}

.studio .text-field p{
margin: 0 0 10px 0;
}

.studio .text-field p:last-child{
margin: 0;
}

.studio .text-field a{
color: #000000
}

/*KARIERA*/
.career{
max-width: 1240px;
width: 100%;
padding: 100px 20px 50px 20px;
margin: 61px auto 0;
text-align: center;
}

.career h1{
color: #000000;
font-size: 40px;
line-height: 50px;
margin: 0 0 60px 0;
text-transform: uppercase;
font-weight: 400;
}

.career .text-field{
display: block;
width: 100%;
margin: 0 0 30px 0;
}

.career .text-field p{
margin: 0 0 10px 0;
}

.career .text-field p:last-child{
margin: 0;
}

.career .text-field a{
color: #000000;
}

.job-list{
max-width: 1240px;
width: 100%;
padding: 0 20px 100px 20px;
margin: 0 auto;
text-align: center;
}

.job-list .job{
display: block;
width: 100%;
border-top: 1px solid #000000;
}

.job-list .job:last-child{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.job-list .job .accordion{
width: 100%;
cursor: pointer;
font-size: 0;
padding: 20px 10px;
}


.job-list .job .accordion .name{
display: inline-block;
vertical-align: middle;
width: 80%;
text-align: left;
}

.job-list .job .accordion .name h3{
display: block;
font-size: 16px;
font-weight: 400;
}

.job-list .job .accordion .controls{
display: inline-block;
vertical-align: middle;
text-align: right;
font-size: 30px;
color: #000000;
transition: all 0.3s;
width: 20%;
}

.job-list .job .accordion .controls .fa-angle-down{
display: block;
}

.job-list .job .accordion.active .controls .fa-angle-down{
display: none;
}

.job-list .job .accordion .controls .fa-angle-up{
display: none;
}

.job-list .job .accordion.active .controls .fa-angle-up{
display: block;
}

.job-list .job .container{
width: 100%;
max-height: 0;
padding: 0 10px;
overflow: hidden;
transition: max-height 0.5s;
text-align: left;
}

.job-list .job .container .content{
display: block;
width: 100%;
padding: 0 0 20px 0;
margin: 0 auto;
}

.job-list .job .container .content p{
margin: 0 0 10px 0;
}

.job-list .job .container .content p:last-child{
margin: 0;
}

.job-list .job .container .content a{
color: #000000;
} 

.job-list .job .container .content ul{
margin: 0 0 10px 40px;
}

.job-list .job .container .content ul li{
list-style-type: disc;
}

/*SERVICES*/
.services{
max-width: 1240px;
width: 100%;
padding: 0 20px 100px 20px;
margin: 0 auto 0;
text-align: center;
}

.services h2{
color: #000000;
font-size: 30px;
line-height: 40px;
margin: 0 0 30px 0;
text-transform: uppercase;
padding: 0 20px;
font-weight: 400;
}

.services .row{
width: 100%;
display: flex;
text-align: left;
font-size: 0;
margin: 0 0 60px 0;
}

.services .row:last-child{
margin: 0
}

.services .row .item{
display: inline-block;
font-size: 16px;
line-height: 26px;
width: 30%;
vertical-align: top;
margin: 0 5% 0 0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
padding: 20px;
}

.services .row .item:last-child{
margin: 0;
}

.services .row .item .icon{
display: block;
width: 100%;
font-size: 36px;
}

.services .row .item h3{
font-weight: 400;
margin: 10px 0;
font-size: 20px;
line-height: 30px
}


.services .row .item .text{
display: block;
width: 100%;
}

/*TEAM*/
.team{
max-width: 1240px;
width: 100%;
padding: 0 20px 100px 20px;
margin: 0 auto 0;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.team h2{
color: #000000;
font-size: 30px;
line-height: 40px;
margin: 0 0 30px 0;
text-transform: uppercase;
padding: 0 20px;
font-weight: 400;
width: 100%;
}

.team .item{
display: block;
width: 50%;
text-align: left;
font-size: 0;
}

.team .item:last-child{
margin: 0;
}

.team .item .photo{
display: inline-block;
width: 50%;
vertical-align: top;
}

.team .item .photo img{
vertical-align: top;
width: 100%;
}

.team .item .text{
display: inline-block;
width: 50%;
vertical-align: top;
font-size: 16px;
line-height: 26px;
padding: 0 0 0 30px;
}

.team .item .text h3{
font-weight: 400;
margin: 0;
font-size: 20px;
line-height: 30px
}


.team .item .text h4{
font-weight: 400;
margin: 0 0 10px 0;
}

.team .item .text p{
margin: 0 0 10px 0;
}

.team .item .text .contact-details{
display: block;
width: 100%;
}

.team .item .text .contact-details a{
color: #000000;
text-decoration: none;
margin: 0 10px 0 0;
font-size: 20px;
}

.team .item .text .contact-details a:last-child{
margin: 0;
}

/*LOGOS STUDIO*/
.logos-studio{
max-width: 1240px;
width: 100%;
padding: 0 20px 100px 20px;
margin: 0 auto 0;
text-align: center;
}

.logos-studio h2{
color: #000000;
font-size: 30px;
line-height: 40px;
margin: 0 0 30px 0;
text-transform: uppercase;
padding: 0 20px;
font-weight: 400;
}

.logos-studio .row{
display: block;
width: 100%;
margin: 0 0 30px 0;
font-size: 0;
text-align: left;
}

.logos-studio .row:last-child{
margin: 0;
}

.logos-studio .row .item{
display: inline-block;
width: 10%;
margin: 0 8% 0 0;
vertical-align: top;
text-align: center;
}

.logos-studio .row .item:last-child{
margin: 0;
}

.logos-studio .row .item img{
width: 100%;
vertical-align: top;
}

/*CONTACT*/
.contact{
max-width: 1240px;
width: 100%;
padding: 100px 20px 0 20px;
margin: 61px auto 0;
text-align: center;
}

.contact h1{
color: #000000;
font-size: 40px;
line-height: 50px;
margin: 0 0 60px 0;
text-transform: uppercase;
font-weight: 400;
}

.contact .text-field{
display: block;
width: 100%;
margin: 0 0 30px 0;
}

.contact .text-field p{
margin: 0 0 10px 0;
}

.contact .text-field p:last-child{
margin: 0;
}

.contact .text-field a{
color: #000000;
}

.map-wrap{
width: 100%;
text-align: center;
display: block;
}

.map-wrap #map{
width: 100%;
height: 600px;
}

.map-icon {
position: relative;
background: transparent;
color: #FFFFFF;
font-size: 12px;
text-align: center;
}

.map-icon i{
color: #000000;
font-size: 80px;
}

.map-icon span{
position: absolute;
top: 20px;
z-index: 10;
left: 0;
right: 0;
}

.gm-style > div{
position: unset;
}

/*CONTACT BLOCK*/
.contact-block{
width: 100%;
padding: 100px 0;
text-align: center;
background-color: #000000;
color: #FFFFFF;
}

.contact-block.subpage{
width: 100%;
padding: 50px 0;
text-align: center;
background-color: #FFFFFF;
color: #000000;
}

.contact-block .row{
max-width: 1240px;
width: 100%;
display: block;
padding: 0 20px 50px 20px;
margin: 0 auto;
font-size: 0;
}

.contact-block .row:last-child{
padding: 0 20px;
max-width: 1000px;
}

.contact-block .row h2{
color: #000000;
font-size: 30px;
line-height: 40px;
margin: 0 0 30px 0;
text-transform: uppercase;
font-weight: 400;
}


.contact-block .row .col{
width: 33.333%;
display: inline-block;
vertical-align: top;
font-size: 16px;
line-height: 26px;
}

.contact-block .row .col .icon{
width: 100%;
display: block;
font-size: 36px;
margin: 0 0 10px 0;
}

.contact-block .row .col a{
display: inline-block;
color: #FFFFFF;
text-decoration: none;
transition: all 200ms ease-in 0s;
}

.contact-block.subpage .row .col a{
color: #000000;
}

.contact-block .row .col a:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0%;
border-bottom: 1px solid #FFFFFF;
transition: 0.2s;
}

.contact-block.subpage .row .col a:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0%;
border-bottom: 1px solid #000000;
transition: 0.2s;
}

.contact-block .row .col a:hover:after {
width: 100%;
}

.contact-block .row .input-wrap{
width: 30%;
display: inline-block;
vertical-align: top;
margin: 0 5% 0 0;
}

.contact-block .row .input-wrap.last{
margin: 0;
}

.contact-block .row .input-wrap input{
width: 100%;
height: 45px;
display: block;
font-size: 16px;
line-height: 26px;
color: #000000;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
text-align: center;
border: 1px solid #000000;
}

.contact-block .row .textarea-wrap{
width: 100%;
display: block;
vertical-align: top;
margin: 25px 0 0 0;
}

.contact-block .row .textarea-wrap textarea{
width: 100%;
height: 120px;
display: block;
vertical-align: top;
border: 1px solid #000000;
font-size: 16px;
line-height: 26px;
color: #000000;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
padding: 10px;
}

.contact-block .row .submit-wrap{
width: 100%;
display: block;
vertical-align: top;
margin: 25px 0 0 0;
text-align: center;
}

.contact-block .row .submit-wrap button{
width: 100%;
max-width: 180px;
height: 45px;
display: block;
font-size: 16px;
line-height: 26px;
color: #000000;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
margin: 0 auto;
border: 1px solid #000000;
background: white;
cursor: pointer;
transition: all 0.5s;
}

.contact-block .row .submit-wrap button:hover{
color: white;
background: #000000;
}

/*FOOTER*/
.footer {
width: 100%;
display: block;
color: #FFFFFF;
background-color: #000000;
padding: 25px 0;
text-align: left;
}

.footer .container{
width: 100%;
display: block;
padding: 0 5%;
margin: 0 auto;
font-size: 0;
}

.footer .container .col{
width: 50%;
display: inline-block;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
}

.footer .container .col:last-child{
text-align: right;
}

.footer .container .col a{
color: #FFFFFF;
text-decoration: none;
transition: all 0.5s;
}

.footer .container .col ul li{
display: inline-block;
font-size: 14px;
line-height: 24px;
}

.footer .container .col ul li:nth-child(2){
margin: 0 5px;
}




/*SEND*/
.send{
height: 70vh;
text-align: center;
width: 100%;
}

.send .content{
max-width: 1240px;
width: 100%;
padding: 0 20px;
display: block;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #000000;
font-size: 80px;
line-height: 90px; 
}

.send .content h1{
font-size: 30px;
line-height: 40px;
margin: 10px auto 0;
}

/*404*/
.error{
height: 70vh;
text-align: center;
width: 100%;
}

.error .content{
max-width: 1240px;
width: 100%;
padding: 0 20px;
display: block;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #000000;
font-size: 80px;
line-height: 90px; 
}

.error .content h1{
font-size: 30px;
line-height: 40px;
margin: 10px auto 0;
}

/*TEXT PAGE*/
.text-page{
max-width: 1240px;
width: 100%;
padding: 100px 20px;
margin: 61px auto 0;
text-align: center;
}

.text-page h1{
color: #000000;
font-size: 40px;
line-height: 50px;
margin: 0 0 60px 0;
text-transform: uppercase;
font-weight: 400;
}

.text-page .text-field{
text-align: left;
}

.text-page .text-field p{
margin: 15px 0;
}

.text-page .text-field h3{
margin: 15px 0;
font-weight: 600;
font-size: 20px;
line-height: 30px;
}

.text-page .text-field a{
color: #000;
}

.text-page .text-field ul{
margin: 15px 0 15px 40px;
}

.text-page .text-field ul li{
list-style-type: disc;
}

.text-page .text-field .responsive-table{
overflow-x: auto;
margin: 0 0 15px 0;
}

.text-page .text-field .responsive-table th{
padding: 10px;
background: #000;
color: #fff;
border: 1px solid #000;
border-collapse: collapse;
background-clip: padding-box;
}

.text-page .text-field .responsive-table td{
padding: 10px;
border: 1px solid #000;
border-collapse: collapse;
background-clip: padding-box;
}

