/*
Theme Name: uesmed
Author: GW
*/

/*html {
  scroll-behavior: smooth;
}*/

body {
	font-family: 'Montserrat', sans-serif !important;
	font-size:15px !important; 
	line-height: 23px !important;
	background: #fff;
	font-weight:400 !important;
	color:#333333 !important;
	position:relative;
}

html, body {
	width:100%;
	min-width:100%;
	max-width:100%;
	margin:0px;
	padding:0;
	height:auto;
	float:left;
}
.main-row {
	float:left;
	width:100%;
	height:auto;
	overflow-x:hidden;
}
.main-row p {
    margin: 0 0 20px;
}
a:hover {
	text-decoration:none;
	color:#a72f80;
}
a:focus {
    outline: none !important;
    outline-offset: 0  !important;
}
a:focus, a:hover, a:active {
	outline:none;
}

*:focus, *:hover, *:active {
	outline:none;
}

a, *{
	outline:none;
}
html body a {
	color:#a72f80;
	text-decoration:none !important;
}
html body a:hover {
	color:#000000;
	text-decoration:none !important;
}
a.main-btn {
	text-decoration: none !important;
		transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	color: #173050;
	position: relative;
	z-index: 1;
}
a.main-btn:hover {
	color: #173050;
	text-decoration: none !important;
}
#news a.main-btn {
	position: absolute;
	float: left;
	width: auto;
	bottom: 5px;
	left: 15px ;
	right: 15px ;
}
#projects a.main-btn {
	position: absolute;
	float: left;
	width: auto;
	bottom: 0px;
	left: 3rem ;
	right: 3rem ;
}
a.main-btn span {
	margin-left: 10px;
		transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
	float: right;
	background: #173050;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height:29px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	margin-top: -2px;
}
#news a.main-btn:before,
#projects a.main-btn:before {
	height: 1px;
	width:auto;
	background: #cccccc;
	top: 50%;
	margin-top: -2px;
	left:60px;
	right: 60px;
	content: '';
	position: absolute;
	z-index: -1;
			transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
}
.main-txt {
	margin-bottom: 60px;
}
a.main-btn:hover span {
	margin-right: 20px;
}
.txt-left {
	text-align:left;
}
.txt-right {
	text-align: right;
}
strong, b {
	font-weight:600 !important;
}
html .nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0,0,0,0.85) !important;
}
.container {
	max-width: 1450px !important;
	width:84% !important;
	margin:0 auto;
	position: relative;
}
img {
	max-width:100%;
	height:auto;
}
.rounded-10 {
	border-radius: 10px;
}
.rounded-10 img {
	border-radius: 10px;
}
blockquote {
    padding: 0 0 0 30px !important;
    margin: 20px 0 40px 5% !important;
    border-left: 5px solid #a72f80 !important;
	float: left;
	font-size:20px;
	width:90%;
}
blockquote p {
	font-size: 21px;
	font-weight: 600;
	line-height: 29px;
}
.wp-caption-text, .gallery-caption {
	display:none;
}

.gallery-item {
    margin: 0px !important;
	padding:0;
	border:0px;
}

.gallery  {
	width:100% !important;
}

.gallery-columns-3 .gallery-item {
	width:30% !important;
	height:auto !important;
}

.gallery-item  img {
    border: 0px solid #cfcfcf !important;
}

html body .gallery {
	float:left;
	width:100%;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 30px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 20px 30px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}
.main-row {
	float: left;
	width: 100%;
}
.page-title {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight: 600;
}
.login svg {
	margin-top: -3px;
	margin-right: 5px;
}
.btn.btn-primary,
input#um-submit-btn.um-button {
	padding: 7px 15px;
	letter-spacing: 1px;
	border-radius: 30px!important;
	background: #a72f80;
	font-size: 13px;
	font-weight: 500;
	border: none !important;
	transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
}
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
input#um-submit-btn.um-button:active,
input#um-submit-btn.um-button:focus,
input#um-submit-btn.um-button:hover {
	background: #182e50!important;
	color: #ffffff!important;
}
.btn.btn-second {
	padding: 7px 15px;
	color: #ffffff;
	letter-spacing: 1px;
	border-radius: 30px;
	background: #182e50!important;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
	margin-left: 5px;
}
.btn.btn-second:active,
.btn.btn-second:focus,
.btn.btn-second:hover {
	background: #a72f80!important;
	color: #ffffff!important;
}
/*MODAL*/
.modal-body {
  padding:1rem 4rem!important;
}
html body .modal-title {
  text-align: center;
  margin: 10px auto 0 auto;
  width: 100%;
	font-weight: 600;
	color: #a72f80;
	letter-spacing: 2px;
}
html body .modal-header {
  border-bottom: 0px solid #dee2e6!important;
	padding-bottom: 0px;
  padding-top: 30px;
}
html body .modal-content p {
	font-size: 14px;
}
html body .modal-content {
	text-align: center;
	border: 0px solid rgba(0,0,0,.2);
  border-radius: 10px;
}
/*RESTRICT*/
.um.um-register input#um-submit-btn.um-button {
	margin-top: 40px;
}
.um.um-register {
    max-width: 100%;
    padding: 40px 10%;
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #F7F7F7;
}
.login-restrict {
	width: 100%;
	background: #F7F7F7;
	border: 1px solid #eeeeee;
	padding: 40px;
	font-size: 15px;
	color: #555555;
	border-radius: 10px;
}
.login-restrict svg {
	margin-top: 0px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.login-restrict .btn.btn-primary {
  padding: 10px 20px;
  font-size: 14px;
		display: inline-block;
	vertical-align: middle;
}
.login-restrict span {
	margin: 0 15px;
	width: 80%;
		display: inline-block;
	vertical-align: middle;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  font-size: 15px !important;
  font-weight: 500 !important;
}
/*GUTENBERD TABS*/

.wp-block-details summary {
	padding: 20px 20px 20px 60px;
	font-weight: 600;
	list-style: none;
	position: relative;
}
.wp-block-details summary:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 25px;
	left: 20px;
	background: url(img/docs.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
.wp-block-details {
	background: #F8F8F8;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 100%;
}

/*SLIDER*/
.section-slider {
	float: left;
	width: 100%;
	position: relative;
	border-radius: 0 0 50px 0;
	overflow: hidden;
}
.slider-all {
	position: relative;
}
.slider-content {
	position: absolute;
	right: 10%;
	bottom: 10%;
	width: 25%;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	max-width: 400px;
}
.slider-content:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100px;
	background: #000000;
	transform: rotate(-45deg);
	top: 50%;
	margin-top: 0px;
	right: -100px;
}
.owl-nav.disabled {
	display: none;
}
.owl-nav {
  position: absolute;
  left: 50px;
  bottom: 5%;
	width: 60px;
}
.owl-dots {
	position: absolute;
  	right: 50px;
  	top: 40%;	
}
#news .owl-dots {
  position: absolute;
  left: -30px;
	right: auto;
	top: auto;
  bottom: 10px;
}
#news .owl-nav {
  	position: absolute;
  	left: auto;
  	bottom: auto;
	top: -90px;
	width: 60px;
	right: 15px;
}
.owl-prev {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 49%;
	cursor: pointer;
}
.owl-next {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 49%;
	cursor: pointer;
}
.owl-dot {
	width: 5px;
	height: 15px;
	background: #eeeeee;
	border-radius: 5px;
	margin: 10px 0px;
	cursor: pointer;
}
.owl-dot.active {
	width: 5px;
	height: 40px;
	background: #173050;
	border-radius: 5px;
}

/*SECTION*/
svg.play {
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #FFFFFF !important;
}
.section-home {
	float: left;
	width: 100%;
	margin: 80px 0;
}
.section-about .section-foto img {
	padding: 0px;
	border-radius: 15px 15px;
	
}
.section-home .section-txt h1,
.section-home .section-txt h2,
.section-home .section-txt h3,
.section-home .section-txt h4 
{
	font-weight: 200;
	font-size: 24px;
	line-height: 28px;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.section-home .section-txt h1 strong,
.section-home .section-txt h1 b,
.section-home .section-txt h2 strong,
.section-home .section-txt h2 b,
.section-home .section-txt h3 strong,
.section-home .section-txt h3 b,
.section-home .section-txt h4 strong,
.section-home .section-txt h4 b
{
	font-weight: 800;
}
.section-work  .section-foto img {
	padding: 0px;
	border-radius: 15px 0 0 15px;
}
.project-img img {
	border-radius: 20px;
}
#projects .col-sm-4 {
	padding-right: 80px;
}
#projects .col-sm-8{
	position: relative;
	padding: 80px 0px 80px 80px;
}
#projects .col-sm-8:before {
	width: 250%;
	background: #f9f9f9;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	border-radius: 15px;
}
.section-projects .project_logo {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 50px;
	position: relative;
}
.section-projects .project_logo img {
	width: 100%;
	height: auto;
}
.project-desc {
  	font-size: 15px;
  	line-height: 22px;
}
.project-box {
	margin-bottom: 70px;
}
.section-projects .title_logo {
	font-size: 16px;
	line-height: 1.1em;
	margin-bottom: 20px;
	width: 100%;
	font-weight: 600;
}
.section-team .col-sm-4 {
  padding-right: 50px;
	position: relative;
}
.section-team .team-inner {
	position: relative;
	margin-bottom: 60px;
	padding: 60px 70px 60px 0;
	color: #FFFFFF;
}
.section-team .work-inner .section-subtitle {
	left: -145px;
}
.section-team .team-inner .section-subtitle {
  color: #FFFFFF;
	top: 60px;
	left: -145px;
}
a.main-round-btn  {
  background: url(img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
	padding: 12px 25px;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 400;
	border-radius: 30px;
	font-size: 14px;
	float: left;
	margin-top: 10px;
			transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
}
a.main-round-btn:hover {
	letter-spacing: 3px;
	color: #FFFFFF !important;
}
.section-team .work-inner {
	position: relative;
	margin-bottom: 30px;
	padding: 0px 0px 0px 0;
}
.section-team .team-inner::before {
  width: 250%;
  background: url(img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  position: absolute;
  border-radius: 15px;
	z-index: -1;
}
.section-team .team-box-img {
	padding-right: 15px;
	padding-left: 15px;
}
.section-team .team-box-img img {
	border-radius: 15px;
}
.section-team .team-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px;
}
.team-position {
	width: 100%;
	margin-bottom: 15px;
	font-weight: 600;
	color: #a72f80;
	font-size: 14px;
}
.section-team .team-excerpt p {
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	margin-bottom: 0px;
}
.team-desc {
	font-size: 13px;
	line-height: 19px;
	width: 100%;
}
a.active .category-title {
	color: #FFFFFF;
	  background: url(img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}
.category-title {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	background: #F4F4F4;
	padding: 10px 20px;
	border-radius: 30px;
	letter-spacing: 1px;
}
#team .nav-tabs li {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
#team .nav-tabs {
  border-bottom: 0px solid #dee2e6 !important;
	margin-bottom: 30px!important;
}
.section-team .owl-nav {
    position: absolute;
    left: -220px;
    border: 1px solid #000;
	border-radius: 10px;
    padding: 5px 10px;
    bottom: 50px;
}
.section-team .owl-nav .owl-next,
.section-team .owl-nav .owl-prev {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	font-size: 20px;
}
#movies .section-subtitle {
	left: -115px;
}
.section-subtitle {
	position: absolute;
	left: -130px;
	top: 0px;
	margin-top: 100px;
	transform: rotate(-90deg);
	font-weight: 600;
	width: 200px;
	text-align: right;
	color: #173050;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 0.5px;
}
.section-txt {
	position: relative;
}
#mission .container::before {
  width: 250%;
  background: #f9f9f9;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  position: absolute;
  border-radius: 15px;
}
#mission .container {
	padding: 80px 70px 80px 0px;
}
#mission .section-content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mission .section-content ul li {
	position: relative;
	padding: 10px 0 10px 45px;
}
#mission .section-content ul li:before {
	position: absolute;
	left: 0;
	top: 15px;
	content: "+";
	width: 25px;
	height: 25px;
	border-radius: 100%;
	line-height: 23px;
	text-align: center;
	display: block;
	background: #173050;
	color: #ffffff;
	font-size: 20px;
}
#movies .section-content {
	position: relative;
	padding-left: 120px;
}
#movies .section-content::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  background: #000000;
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -25px;
  left: -10px;
}
#movies .owl-nav {
  position: absolute;
  right: 15px;
  bottom: -40px;
  width: 60px;
	left: auto;
}
#movies .owl-dots {
  position: absolute;
  left: -30px;
  bottom: 0%;
	top: auto;
	width: 5px;
}
.owl-movies {
	float: left;
	width: 100%;
	position: relative;
}
.movie-box {
	padding: 15px;
}
.movie-box a {
	position: relative;
	display: block;
}
.movie-box img {
	border-radius: 15px;
	margin-bottom: 0px;
}
.movie-desc {
	margin-top: 30px;
}
#partner .logo-boxes .col-sm-4 {
	border: 1px solid #F0F0F0;
	margin-left: -1px;
	margin-bottom: -1px;
}
#partner .section-txt {
	padding-right: 70px;
}
#news .owl-news img {
	border-radius: 15px;
	margin-bottom: 30px;
}
.team-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 20px;
}
#news .main-round-btn {
	float: right;
	margin-right: -30px;
}

/*CONTENT*/
.subpage-banner {
	float: left;
	width: 100%;
	border-radius: 0 0 50px 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.subpage-banner 
.main-content {
	padding:0 0 50px 0;
	margin-top:-20px; 
}

.main-content ul, .main-content ol {
	margin-left:20px;
	padding-left:0px;
}
.main-head {
	background:#000000;
	padding:40px;
	color:#FFFFFF;
	border-radius:5px;
	margin-bottom:50px;
}
.main-content li {
	padding-left:18px;
	position:relative;
	text-align:left;
}

.main-content ul li {
	list-style:none;
	position:relative;
}
.main-content {
	width:100%;
	float:left;
	box-sizing:border-box;
}
table ul {
	margin-left:0px !important;
	line-height:20px;
}

table ul li{
	margin-bottom:8px;
}

.tablepress td {
	padding:20px 15px !important;
	border: 1px solid #eee !important;
	font-size:15px;
	line-height:18px;
}
.dataTables_wrapper .dataTables_filter input {
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.tablepress tfoot th, 
.tablepress thead th {
	background:#cad512!important;
	background-color:#cad512!important;
	color:#000000;
	padding:20px 15px;
	font-weight:500 !important;
	font-size:16px;
	border: 1px solid #eee !important;
}

.tablepress td b, .tablepress td strong {
	color:#333;
	font-size:15px;
	font-weight:500 !important;
	margin-bottom:5px;
	float: left;
	width: 100%;
}
.vidbg-tap-to-unmute {
	top: auto !important;
	bottom:90px!important;  
	left: auto!important;
	right:30px!important;
	z-index:10000;
	padding:10px 15px 10px 15px!important;
	color: #fff!important;
	border:0px solid #a72f80;
	background:#a72f80!important;
	text-align:center;
	text-decoration: none !important;
	margin-top:10px;
	border-radius:30px!important;
	float:right;
	height:50px;
	line-height:32px;
	font-weight:500;
	font-size:13px;
	text-transform:uppercase;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
}

/*gotop*/

.gotop {
  position: fixed;
  right: 20px;
  z-index: 201;
  bottom: 15px;
  width: 44px;
  height: 44px;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  line-height: 44px;
  font-size: 35px;
  font-weight: 400;
  border-radius: 100%;
  padding-right: 7px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.gotop a {
	display:block;
	color:#ffffff;
	transform:rotate(-90deg);
}
.gotop:hover {
	background:#333333;
}
.gotop:hover a{
	color:#ffffff;
}

/*FORMULARZ*/

html body .gform_wrapper form li, .gform_wrapper li {
	list-style:inherit !important;
}

html body .gform_wrapper li.gsection.gf_scroll_text {
    padding:30px 30px !important;
	margin-bottom:35px !important;
    background-color: #fff;
	overflow-y: hidden !important;
    border:1px solid #eee !important;
	border-radius:30px;
    border-bottom: 1px solid #eee!important;
	height: 280px !important
}

html body .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    font-size: 14px !important;
}

.gsection_description li {
	line-height:17px;
	padding-bottom:10px;
}

.gfield_checkbox li {
	font-size: 15px !important;
	line-height:18px;
	padding-bottom:10px;
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 600 !important;
}

h2.gsection_title, .gsection_description h3 {
	font-size:20px!important;
	color:#333!important;
	font-weight:600!important;
	text-transform:uppercase!important;
	margin-bottom:20px!important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top !important;
	margin-right: 10px;
}


.gform_wrapper.gf_browser_gecko select {
    padding: 20px !important;
    background: #FcFcFc;
    width: 100% !important;
}

.gform_wrapper ul li.gfield.pol-pole {
    clear: none !important;
}

.zgodyna .gfield_checkbox li label {
	font-weight:500;
	padding-left:7px !important;
	padding-top:2px !important;
}


li.gfield {
	padding-left:0px;
}

.gform_wrapper textarea {
    height: 140px !important;
	border-radius:20px!important;
}

.gform_wrapper .gform_page_footer {
    border-top: 0px dotted #CCC !important;
}
.gform_required_legend {
	display: none !important;
}
.gform_body input, 
.gform_body textarea {
	padding:15px 20px !important;
	background:#fff;
	border:1px solid #aaaaaa;
	border-radius:30px;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

.gform_wrapper label.gfield_label {
    font-weight: 500 !important;
    font-size: 14px;
	color:#000000;
	margin-top:10px;
}

.name_first label, .name_last label {
	display:none !important;
}
label {
    font-weight: 600 !important;
	margin-bottom: 0px !important;
}
.ukryta-nazwa .gfield_label {
	display:none !important;
}
html body .um-form input[type="number"], 
html body .um-form input[type="password"], 
html body .um-form input[type="search"], 
html body .um-form input[type="tel"],
html body .um-form input[type="text"] {
  padding: 0 20px !important;
  border-radius: 30px!important;
  height: 50px !important;
  background: #fff !important;
}
html body .um .um-form .um-field-label label{
	font-size: 14px!important;
}
html body .um .um-form input,
html body .um .um-form .um-field-label {
	text-align: center !important;
}
html body .gform_button, html body .gform_next_button, #wp-submit  {
    padding:10px 30px !important;
	font-size:15px !important;
	border-radius:30px!important; 
	color:#FFFFFF !important;
	font-weight:500 !important;
	text-decoration:none !important;
	background:#a72f80;
	letter-spacing: 2px;
	border:2px solid #a72f80;
	transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
	width: auto!important;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
}

html body .gv-search-button {
    padding:20px 25px !important;
	text-transform:uppercase;
	font-size:17px !important;
	border-radius:35px; 
	color:#fff !important;
	font-weight:600 !important;
	text-decoration:none !important;
	background:#a72f80 !important;
	border:2px solid #a72f80 !important;
	transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
	margin:0 0 0px 10px!important;
	width:270px!important;
	cursor:pointer;
	border-radius:40px;
	text-align: center;
	box-sizing: border-box;
}

.gv-search-button:hover, #wp-submit:hover {
	background:#fff !important;
	color:#a72f80 !important;
}


html body .gform_previous_button {
    padding:20px 25px !important;
	text-transform:uppercase;
	font-size:14px !important;
	color:#888;
	font-weight:400 !important;
	text-decoration:none !important;
	background:#eee;
	border:2px solid #eee;
	transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
	margin:0 auto!important;
	width:270px!important;
	cursor:pointer;
	border-radius:40px;
	text-align: center;
}

html body .gform_button:hover {
	color: #a72f80 !important;
    background: none;
    border: 2px solid #a72f80;
}

html body .gform_wrapper div.validation_error {
    color: #a72f80;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 25px;
    border-top: 0px solid #a72f80;
    border-bottom: 0px solid #a72f80;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

html body .gform_wrapper li.gfield.gfield_error, html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border-top: 0px solid #a72f80;
    border-bottom: 0px solid #a72f80;
	padding-bottom: 0px;
	padding-top: 0px;
}

html body .gform_wrapper .validation_message {
    color: #a72f80;
    padding-top: 0px !important;
	font-size: 13px;
	font-weight: 400;
}
.gform_wrapper .gfield_required {
    color: #a72f80;
}

/*OKRUSZKI
-------------------------------------------------- */

#breadcrumbs {
	font-size: 12px;
	color:#666666 ;
	margin-bottom:10px;
	line-height: 13px;
}

#breadcrumbs a {
	color:#666666; 
	margin:0 5px;
}

.breadcrumb_last {
	color:#666666;
	margin:0 5px;
}

.naglowek-okruszkow {
	color:#666666;
}



/*PAGINACJA
-------------------------------------------------- */
.paginacja {
	float:left;
	width:100%;
	margin-bottom:50px;
	text-align:center;
}

.paginacja a {
	background:#eee;
	padding:10px 20px;
	color:#333;
	text-align:center;
	font-weight:500;
	font-size:12px;
	text-decoration:none;
}

.paginacja a:hover {
	background:#a72f80;
	text-decoration:none;
	color:#fff;
}

.paginacja .nav-previous, .paginacja .nav-previous  a{
	display:inline-block;
	margin:3px;
}

.paginacja .nav-next, .paginacja .nav-next a {
	display:inline-block;
	margin:3px;
}


/*NAGŁÓWEK
-------------------------------------------------- */

@keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
.admin-bar .main-header {
	top: 32px;
}
.main-header {
	width:100%;
	float: left;
	z-index: 1000;
	position: fixed;
	padding: 10px 0 0 0;
	height: 126px;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;

}
.main-header.short {
  z-index: 1000;
  position: fixed;
  background: #FFFFFF;
  height: 80px;
  padding: 0px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)  ; 
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)  ; 
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)  ; 
}
.main-header.short .container {
  border: none !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
		transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
}
.main-header.short .logotyp img {
  width: 120px;
}
.main-header .container {
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	border: none !important;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
}
.logotyp {
	display:inline-block;
	vertical-align:middle;
	width: auto;
	padding:0px 40px 0 0;
	margin-top:0px;
	text-align: left;
}
.logotyp img {
	width: 120px;
	max-width: 100%;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
}
.navbar .wp-block-social-links {
	display: inline-block !important;
	margin-right: 10px;
}
.navbar .wp-block-social-links a {
	padding: 6px!important;
	color: #ffffff!important;
	font-size: 20px !important;
}
.navbar .wp-block-social-links a:hover {
	color: #ffffff!important;
}
#headerNav {
	width: 50%;
	text-align: left;
}
.navbar {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	position: relative !important;
	left:0;
	top:0;
	right:0;
	border-radius:0px !important;
	z-index:999;
	transition: all 0.15s ease 0s!important;
    -moz-transition: all 0.15s ease 0s!important;
    -webkit-transition: all 0.15s ease 0s!important;
    -o-transition: all 0.15s ease 0s!important;
    -ms-transition: all 0.15s ease 0s!important;
}
.navbar-toggler-close {
	display: none;
}
.navbar-default {  
    border-color: transparent !important;
	margin-bottom:0 !important;
	border: none !important;
}
.navbar-default {
	padding-top:0px;
	background-color:transparent !important;
}
.navbar ul {
	width: 100%;
	margin: 0 0px 0 0;
	padding: 0;
	text-align: left;
	float: none;
	display: inline;
}
.navbar li { 
	display:inline-block !important;
	vertical-align:middle;
	position:relative;
	list-style:none;
	float: none !important;
}
.navbar li a {
	display:block;
	padding:20px 10px !important;
	font-size:14px; 
	text-align:center;
	color:#333333 !important;
	font-weight:600;
}
.navbar li a:hover {
	color:#a72f80 !important;	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li.active:first-child > a {
}

.navbar li.menu-item-has-children:hover ul.sub-menu {
	display:block;
	width:100%;
}
.navbar li ul.sub-menu:hover {
	display:block;
}
.navbar li ul.sub-menu li {
	border:none !important;
	float:left;
	width:100%;
}
.navbar li ul.sub-menu a:hover {
	background:#eee;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #000 !important;
    background-color: transparent !important;
}

html .dropdown-menu {
    position: absolute;
    top: 100%;
	width: auto !important;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px; 
    text-align: left;
    list-style: none;
    background:#a72f80;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}
html body .dropdown-menu a {
	font-size:14px;
	color:#fff !important;
	width:100%;
	text-align:left;
	padding: 13px 20px !important;
	border:none !important;
	font-weight:400!important;
}

html .dropdown-menu li {
	font-size:12px;
	width:100%;
}

.navbar-default .dropdown-menu > li > a:focus, .navbar-default .dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #1a8777 !important;
}

.main-header.podtony-naglowek .navbar-default .dropdown-menu > li > a:focus, .main-header.podtony-naglowek .navbar-default  .dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #1a8777 !important;
}

.main-header.podtony-naglowek .navbar-default .dropdown-menu > .active > a, .main-header.podtony-naglowek .navbar-default .dropdown-menu > .active > a:focus, .main-header.podtony-naglowek .navbar-default .dropdown-menu > .active > a:hover {
    color: #a72f80 !important;
    background-color: #1a8777 !important;

}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color:#1a8777 !important;
}


.navbar-default.przyklej .dropdown-menu > .active > a, .navbar-default.przyklej .dropdown-menu > .active > a:focus, .navbar-default.przyklej .dropdown-menu > .active > a:hover {
    background-color: #1a8777 !important;
	color:#a72f80 !important;
}

.dropdown:hover .dropdown-menu {
	display: block !important;
}

.dropdown:hover a{
	border-color:#fff !important;
}

li.current-page-ancestor a, li.current-menu-ancestor a{
	border-color:#fff !important;
}



/*CAROUSEL*/
.owl-stage {
  float: left;
}
.owl-news .owl-stage { display: flex; }
.owl-news .owl-items { height: 100%; }
.owl-project ,
.owl-news {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-project .owl-item {
	float: left; 
}
.owl-item {
	float: left;
}
.owl-stage-outer {
  width: 100%;
  float: left;
  overflow: hidden;
}
.owl-project .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.section-projects .owl-nav.disabled {
	display: none;
}
.section-projects .owl-nav {
  position: relative;
  left: auto;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5px 8px;
  bottom: 100px;
  width: 100px;
  float: right;
}
.section-projects .owl-nav .owl-next,
.section-projects .owl-nav .owl-prev {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	font-size: 20px;
}

/*STOPKA*/
.ue-footer img {
	max-width: 800px;
}
.ue-footer {
	border-top: 1px solid #CCCCCC;
	float: left;
	width: 100%;
}
.home .top-footer-inner {
	border-top: 0px solid #cccccc;
}
.top-footer-inner {
	float:left;
	width:100%;
	color:#000000 !important;
	text-align:left;
	padding:40px 0 20px 0;
	font-size:13px;
	line-height:20px;
	border-top: 1px solid #cccccc;
}
.ue-footer {
	float: left; width: 100%; border-top:1px solid #cccccc; padding-top: 30px;padding-bottom: 30px;
}
.top-footer-inner h3 {
	font-weight: 600; 
	margin-bottom: 30px;
	font-size: 22px;
}
.top-footer-inner .wp-social-link a {
	color: #FFFFFF!important;
}
.top-footer-inner a {
	color: #000000 !important;
}
.top-footer-inner a:hover {
	color:#333333;
}
.bottom-footer {
	float:left;
	width:100%;
	padding:30px 0;
}
footer {
	width:100%;
	float:left;
	color:#000000;
	z-index: 200;
	position: relative;
}
footer a{
	color:#000000;
}
.bottom-footer {
	padding:40px 0;
	text-align:center;
	font-size:13px;
	width:100%;
	color:#000000;
	background:#FFFFFF;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
}


.gm-style .gm-style-iw {
	color:#333;
	text-align:left;
}

.sociale {
	float:left;
	width:100%;
	text-align:left;
	color:#a72f80;
	margin-top:20px;
}

.sociale a {
	color:#a72f80;
	text-decoration:none !important;
	width:32px;
	height:32px;
	float:left;
	margin-right:10px;
	text-align:center;
	background:#fff;
	border-radius:100%;
}

.sociale a:hover {
	background:#ccc;
	color:#a72f80;
}

.sociale .fa {
	font-size:18px;
	line-height:32px;
}



/*MOBILE*/

@media (max-width: 1450px) {
	.navbar li a {
  padding: 20px 5px !important;
	}
	
}

@media (max-width: 1350px) {
	.login-restrict .btn.btn-primary {
  margin-top: 30px;
}
	.main-header .container {
  width: 94% !important;
  max-width: 94% !important;
}

	.section-team .col-sm-5 {
	  padding-right: 50px;
	  padding-left: 5%;
	}
	.section-team .col-sm-7 {
	  padding-left: 20px;
	}
}

@media (max-width: 1250px) {
	
	
}
@media (max-width: 1180px) {
	.section-home .section-txt h1, .section-home .section-txt h2, .section-home .section-txt h3, .section-home .section-txt h4 {
	  font-size: 26px;
	  line-height: 32px;
	}
	.section-about .section-txt {
	  padding-right: 5%;
	  padding-left: 2%;
	}
	.section-work .section-txt {
	  padding-left: 10%;
	  padding-right: 2%;
	}
	.section-work .section-txt h2::before {
	  top: -130px;
	  height: 70px;
	}
	.navbar li a {
    font-size: 14px;
  }
		html body .navbar .wp-block-social-links li {
  width: auto !important;
		border: none!important;
			margin-right: 5px!important;
}

	html body .navbar .wp-block-social-links {
  width: auto !important;
		background: none !important;
		border: none!important;
		padding: 0px!important;
		margin: 0px!important;
}
	html body .navbar .wp-block-social-links a {
  padding: 5px !important;
  font-size: 16px !important;
		width: 25px;
		height: 25px;
		border: none!important;
}
	.social, 
	.login {
		display: inline-block;
		vertical-align: middle;
		width: auto !important;
		padding-top: 5px;
	}
	.btn.btn-second,
	.btn.btn-primary {
  padding: 6px 15px;
  font-size: 12px;
	}
	.navbar-toggler-close {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 11111;
		top: 20px;
		right: 20px;
		color: #000000 !important;
	}
	.navbar-toggler-close button {
		color: #000000 !important;
		border: none !important;
	}
	.navbar-light .navbar-toggler {
	  color: #000;
	}
	.navbar-expand-md .navbar-toggler {
	  display: block !important;
	}
	.navbar-light .navbar-toggler {
	  position: absolute;
	  right: 0%;
		padding: .25rem .50rem;
		border-color: rgba(0,0,0,1)!important;
	}
	.navbar-light .navbar-toggler-icon {
		background: none !important;
	}
.container {
    max-width: 96% !important;
    width: 1130px !important;
    margin: 0 auto;
    position: relative;
}
.navbar-toggle {
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
}
.navbar-toggle[aria-expanded="false"] span{
	opacity:1;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
}
.navbar-toggle[aria-expanded="true"] span {
	opacity:0;
		transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
}
.navbar-toggle:before {
	opacity:0;
	content:"x";
	position: fixed;
	font-size:40px;
	font-weight:800;
	width:40px;
	height:40px;
	color:#fff;
	text-align:center;
	line-height:100%;
	font-family: 'Montserrat', sans-serif !important;
	right:44px;
	top:18px;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
	z-index:1000000;	
}
.navbar-toggle[aria-expanded="true"]:before {
	opacity:1;
	content:"x";
	position: fixed;
	font-size:40px;
	font-weight:800;
	width:40px;
	height:40px;
	color:#fff;
	text-align:center;
	line-height:100%;
	font-family: 'Montserrat', sans-serif!important;
	right: 45px;
	top: 10px;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
	z-index:1000000;
}
.main-header .container, .main-header .container .container-fluid {
	width:100% !important;
	padding:0 !important;
	max-width:100% !important;
	margin:0 !important;
}
.navbar-collapse {
	margin:0 !important;
	padding:0 0 0px 0 !important;
	background:#000;
}	
li.social a span {
	display: inline-block !important;
	padding-left:10px !important;
	font-size:14px !important;
}
.nawigowanie {
  width: auto;
  margin-top: 0px;
  float: right;
  margin-right: 37px;
}
.navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0) !important;
    box-shadow: inset 0 0px 0 rgba(255,255,255,0) !important;
	border-top: 0px solid transparent !important;
	margin-bottom:0px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 5px;
    clear: both;
    color: #000;
    white-space: normal !important;
	width:100%;
	text-align:center;
	font-size:13px !important;
}
html .dropdown-menu {
	width:100%!important;
	position:relative !important;
    min-width: 100%;
    background-color:transparent !important;
	margin-bottom:15px!important;
}
.navbar ul {
    width: 70% !important;
    margin: 0 0px 0 0;
    padding: 0;
    text-align: center !important;
    float: left;
    min-height: 100%;
	height:auto;
	background:#172F50 ;
	padding-bottom:30px;
}

.navbar ul ul{
    height: auto!important;
	min-height:0 !important;
	padding-bottom:0px !important;
	background:#1a8777 !important;
	float: left !important;

}
.navbar ul ul a {
	border:none !important;
	font-size:13px !important;
	padding: 10px 20px !important;
}

.navbar-header {
	height:70px;
	width: 100%;
	position: relative;
}

.main-header {
    width: 100%;
    height: auto;
	min-height:0;
	padding-top: 10px;
}
	.navbar .container {
		display: inline-block !important;
		padding-bottom: 15px !important;
	}
	.logotyp {
	  float: left;
		width: auto !important;
	}
	.logotyp img {
 		 width: 120px;
	}
	.main-header .container {
  border-bottom: 1px solid transparent!important;
	}
.navbar {
    width: 100%;
	height: auto !important;
    border: 0px solid transparent !important;
	z-index:50;
	float:left;
	text-align:left;
	display: block !important;
	padding: 0 4% !important;
}
.navbar li:first-child a {
	padding: 20px !important;
}
.navbar-collapse.show {
	background: none;
	position:fixed;
	display:block;
	height:100%!important;
	left:0!important;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
	top:0!important;
	bottom:0!important;
	width:100%!important;
	z-index:1000;
	background-color: rgba(255, 255, 255, 1)!important;
} 
.navbar-collapse {
	background: none;
	position:fixed;
	height:100%!important;
	left:-100%!important;
	transition: all 0.3s ease 0s!important;
    -moz-transition: all 0.3s ease 0s!important;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    -ms-transition: all 0.3s ease 0s!important;
	top:0!important;
	display:block;
	bottom:0!important;
	width:100%!important;
	z-index:1000;
} 

.navbar-collapse.collapsing {
	position:fixed;
	height:100%!important;
	top:0!important;
	display:block;
	bottom:0!important;
	width:50%!important;
	overflow:visible !important;
} 

.navbar li {
    display: block !important;
    float: left!important;
    width: 100%;
    text-align: left;
}


.navbar li a {
    font-size: 14px !important;
    padding: 20px !important;
	color:#FFFFFF !important;
	text-align:left;
	border-bottom:1px solid #214168 !important;
}

.dropdown .dropdown-menu {
    display: none !important;
}

.dropdown:hover .dropdown-menu {
    display: none !important;
}

.dropdown.open  .dropdown-menu{
    display: block !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000000 !important;
    background-color:#a72f80 !important;
}

.dropdown:hover a {
    border-color: #1a8777 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #1a8777 !important;
}
	.main-header.short {
		height: 60px;
		padding-top: 10px;
	}
	.main-header.short .navbar .container {
  padding-bottom: 10px !important;
}
}

@media (max-width: 1050px) {
	
	
	
	
	.section-team .col-sm-5 {
	  padding-right: 30px;
	  padding-left: 0%;
	}
}

@media (max-width: 970px) {

		.section-home .section-txt h1, .section-home .section-txt h2, .section-home .section-txt h3, .section-home .section-txt h4 {
	  font-size: 20px;
	  line-height: 25px;
			margin-bottom: 20px;
	}
		.top-footer-inner   .col-sm-5,
		.top-footer-inner   .col-sm-3,
		.top-footer-inner   .col-sm-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
		margin-bottom: 20px;
  }
}

@media (max-width: 850px) {
	.section-projects .project_logo img {
	  width: 200px;
	  height: auto;
	  max-width: 200px;
	}
	.page-title {
		font-size: 2rem;
	}

}

@media (max-width: 767px) {
	.section-home .align-items-center {
		  -ms-flex-align: start !important;
		  align-items: start !important;
		}
}

@media (max-width: 720px) {
	.section-team .col-sm-5 {
	  padding-right: 20px;
	  padding-left: 2%;
	}
	.section-team .col-sm-7 {
	  padding-left: 10px;
	}
	.section-home .section-team h3 {
	  font-size: 18px;
	  line-height: 23px;
	}
	.login-restrict svg {
  vertical-align: top;
}
}


@media (max-width: 650px) {
		.page-title {
		font-size: 1.6rem;
	}
	.main-txt-content img {
		width: 100%;
	}
	  .logotyp img,
	.main-header.short .logotyp img {
    width: 80px;
		margin-top: 0px;
  }
	  html body .navbar .wp-block-social-links a {
    padding: 3px !important;
    font-size: 14px !important;
    width: 20px;
    height: 20px;
    border: none !important;
  }
	 .btn.btn-second, .btn.btn-primary {
    padding: 5px 10px;
    font-size: 9px;
  }
	 .social {
    padding-top: 5px;
  }
		 .login {
    padding-top: 3px;
  }
	  .navbar-light .navbar-toggler {
    padding: .05rem .20rem;
  }
	 .main-header.short {
    height: 55px;
	}
	.main-header-subpage img {
		display: none;
	}
	.subpage-banner {
  border-radius: 0 0 20px 0;
  margin-bottom: 30px;
  height: 200px;
  background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: left top !important;
}
	.logotyp {
  padding: 0px 10px 0 0;
	}
			.top-footer-inner   .col-sm-5,
		.top-footer-inner   .col-sm-3,
		.top-footer-inner   .col-sm-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
			text-align: center !important;
		margin-bottom: 20px;
  }
	.section-team .team-box-img img {
  border-radius: 10px;
		margin-bottom: 15px;
}
	.wp-block-details summary {
  padding: 20px 20px 20px 50px;
  font-size: 13px;
  line-height: 17px;
}
}


@media (max-width: 600px) {

}
@media (max-width: 575px) {
	.section-home .align-items-center,
	.section-home .align-items-top {
		  -ms-flex-align: start !important;
		  align-items: start !important;
		  width: 90%;
		  margin: 0 auto;
		}
	.section-foto {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.section-foto img {
	  border-radius: 15px 15px !important;
	}
	.section-about .section-foto,
	.section-work .section-foto {
		display: none;
	}
	.section-home {
	  margin: 30px 0 20px 0;
	}
	.section-projects .project_logo::before {
	  height: 150px;
	}
	.section-home .section-txt, 
	.project-img {
	  padding-right: 0!important;
	  padding-left: 0!important;
	}
	.section-team .col-sm-7 {
	  padding-left: 0px;
	  border-left: 0px solid #000000;
	}
	.section-team .col-sm-7 .owl-item,
	.section-team .col-sm-7 .owl-item .col-sm-12 {
	  padding: 0;
	}
	.section-team .section-txt {
	  text-align: left;
		margin-bottom: 30px;
	}
	.section-team .owl-nav {
	  position: relative;
	  left: 0;
	  bottom: 0;
		width: 105px;
		text-align: center;
		float: right; 
	}
	.top-footer-inner {
		margin: 0px !important;
	}
		.top-footer-inner .col-sm-3 {
		width: 100%!important; 
		margin-bottom: 30px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.login-restrict span {
  width: 100%;
		margin-top: 15px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.login {
right: 60px;
    position: relative;
		float: right;
	}
  .login .btn.btn-second, .login .btn.btn-primary {
    font-size: 0;
	  width: 25px;
  height: 25px;
  padding: 0 5px;
  text-align: center;
  line-height: 25px;
  }
	.login svg {
  margin-top: -2px;
  margin-right: 0px;
}
	.login svg {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 400px) {

}

@media (max-width: 370px) {


}
@media (max-width: 340px) {



}