/*
Theme Name: Atec
Theme URI: https://atec.rs
Author: Atec Technologies
Author URI: https://atec.rs
Version: 2023
*/

/* 
1.0 HEADER 
2.0 MENU 
3.0 PAGE LAYOUT & ELEMENTS
4.0 PAGES
5.0 FOOTER
6.0 MEDIA QUERIES
*/

:root {
  --primary-color: #21242b;
  --secondary-color: #fff;
}

/******** 1.0 HEADER ********/

.flat-top {
	padding-bottom: 60px;
	background-color: #0F1219;
	color: #999;
	font-size: 14px;
	padding: 10px 0;
}

.header {
	top: 0px;
	z-index: 99;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #21242b !important;
}

.fp-services {
   height: auto !important;
   overflow: visible !important;
}

.logo-header {
	display: flex;
	align-items: center;
}

.logo-header img {
	width: 250px;
}

.header-page-title h1 {
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.header-page.home-header-slider img {
	width: 100%;
}

.home-header-slider .header-page-img {
	position: relative;
}

.home-header-content {
	position: absolute;
	left: 50%;
	top: 36%;
	color: #fff;
	transform: translate(-50%, -50%);
}

.home-header-content h1 {
	color: #cdb88d;
	margin-bottom: 0;
	font-size: 35px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 43px;
	letter-spacing: 0px;
}

.header-page img {
	flex: none;
	max-width: none !important;
}


.container .header-page-title {
	position: absolute;
	top: 50%;
	color: #fff;
	left: 0;
	display: flex;
	align-items: center;
	right: 0;
	text-align: center;
	justify-items: center;
	justify-self: center;
}

.header-page {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.top_header_right_basket span {
	padding: 3px 7px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	position: relative;
	top: -6px;
	left: -7px;
	background-color: var(--primary-color);
}

.nav-item > a::before {
	content: "";
	width: 1px;
	height: 22px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: -0.5px;
	top: 50%;
	margin-top: -11px;
}

.flat-top a {
	text-decoration: none;
	color: #999;
	padding-left: 6px;
	padding-right: 8px;
}

.flat-top span {
	padding-right: 12px;
}

.flat-top i {
	padding-left: 11px;
	padding-right: 2px;
	font-size: 13px;
}

.header-social-icons a:hover {
	color: #fff;
	transition-duration: 0.6s;
}

.header-social-icons {
    transition-duration: 0.6s;
}

.header-social-icons i {
	padding-left: 0px !important;
	font-size: 16px;
}


/******** 1.0 END HEADER ********/

/******** 2.0 MENU ********/


.menu-item-has-children .caret {
	position: relative;
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	z-index: 999;
	cursor: auto;
}

.nav-item .active {
    color:#d81916 !important;
}

.menu-item-has-children .caret::before {
	position: absolute;
	content: "\f0d7";
	font-family: "FontAwesome";
	top: -3px;
	left: 3px;
}

.dropdown-item.active {
	background-color: transparent;
	color: #000 !important;
}

.navbar-default {
	background-color: #a50046;
	border-color: #a50046;
	margin-bottom: 0;
}

#menu-main-menu a, #menu-main-menu-en a {
	text-align: center;
	position: relative;
	white-space: nowrap;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: rgba(255,255,255,.5);
	font-size: 15px;
	line-height: 93px;
	padding: 0 18.5px !important;
	transition-duration: 0.5s;
}

#menu-main-menu .active a, #menu-main-menu a:hover, #menu-main-menu-en .active a, #menu-main-menu-en a:hover {
	background-color: transparent;
}

#menu-main-menu a:hover, #menu-main-menu-en a:hover {
	transition-duration: 0.5s;
}

#menu-main-menu a:hover::before, #menu-main-menu a.active::before, #menu-main-menu-en a:hover::before, #menu-main-menu-en a.active::before {
	transform-origin: left center;
	transform: scaleX(1);
}

.dropdown-menu {
	border-radius: 5px;
	box-shadow: 0 16px 50px rgba(0,0,0,0.07);
	border: none;
}

.dropdown-menu a {
	color: #797b86 !important;
	padding: 11px 40px !important;
}

.dropdown-item {
	margin-top: 10px;
}

.dropdown-menu.depth_0 a {
	text-align: center;
	position: relative;
	white-space: nowrap;
	font-weight: 400;
	text-transform: unset !important;
	letter-spacing: 1.2px;
	color: rgba(255,255,255,.5);
	font-size: 15px;
	line-height: 25px !important;
	padding: 0 18.5px !important;
	transition-duration: 0.5s;
}

.dropdown-menu a:hover {
	color: #d91919 !important;
}

.dropdown-menu a::before {
	display: none !important;
}


    .dropdown-menu a {
        white-space: normal !important;
        word-break: break-word;
    }

.navbar-nav .dropdown-menu {
	left: 0;
	right: auto;
	min-width: 300px;
	max-width: 100%;
}


/******** 2.0 END MENU ********/


/******** 3.0 PAGE LAYOUT & ELEMENTS ********/

/* Standard Page Elements */

.breadcrumb-top li {
	list-style: none;
	display: inline;
}

.breadcrumb-top ul {
	padding: 0;
}

#scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('images/icon_top.png') no-repeat;
	outline: none !important;
}

body {
	font-family: "Roboto", sans-serif;
	color: #3b3b3b ;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 300;
}

/******** 3.0 END PAGE LAYOUT & ELEMENTS  ********/


/******** 4.0 PAGES ********/


/******** POČETNA ********/

#contact-bottom-left {
	padding: 50px 0;
}

.fp-section-about-firm {
	padding: 35px 0px 65px 0px;
	text-align: center;
}

.fp-section-our-job h1 {
	font-size: 32px;
}

.fp-section-our-job .container {
	margin-top: 25px;
	border-top: 1px solid #D9D9D9;
	padding-top: 46px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.fp-section-our-job p {
	color: #6a6a6a;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	padding: 30px 7% 30px 1%;
}

.fp-section-our-job {
	color: #666;
	line-height: 30px;
}

.fp-section-our-job-text {
	padding-right: 5%;
}

.fp-section-about-us .col-xl-6, .fp-section-our-job .col-xl-6 {
	padding: 0px;
	align-content: center;
}

.fp-section-about-us p {
	padding-right: 15%;
}

.fp-section-about-firm h1 {
	text-transform: uppercase;
	color: var(--primary-color);
}

.fp-section-about-firm p {
	color: #323232;
	font-weight: 600;
	font-size: 28px;
	margin-top: -15px;
}

.fp-section-contact-bottom .container-fluid {
	padding: 0px;
}

.fp-section-contact-bottom {
	background-color: #21242b;
}

#contact-bottom-left h3 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 400;
}

.btn-fp {
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact-bottom-left p {
	color: #666;
	font-size: 15px;
	font-weight: 400;
}

.fp-section-about-us img, .fp-section-our-job img {
	width: 100%;
}

.btn-fp a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	background-color: #373737;
	border-radius: 0;
	line-height: 40px;
	padding: 5px 40px;
	text-decoration: none;
	letter-spacing: 0.3px;
	border-radius: 8px;
}

.btn-fpw a {
	font-weight: 400;
	padding: 12px 50px;
	font-size: 20px;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	text-decoration: none;
	border-radius: 8px;
}

.btn-fpw {
	display: flex;
	justify-content: end;
}

.fp-section-contact-bottom-white {
	padding-bottom: 25px;
}

#contact-bottom-leftw {
	align-items: center;
}

.contact-bottom-left-textw p {
	margin-bottom: 0;
}

.service-box a {
	color: #fff;
	text-decoration: none;
}

.content.page-content {
	padding-top: 4%;
	padding-bottom: 5%;
}


/******** HOME PAGE ********/

/* About Us page */

.about-section2-left figure {
	margin: 0;
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
	margin-top: 45px;
}


/* Contact page */

li.contact-list {
	display: inline-block;
	display: flex;
	align-items: end;
}

.contact-list i {
	font-size: 35px !important;
}

.cp-contact-form {
	border-style: solid;
	border-width: 1px;
	border-color: #e9e9e9;
	box-shadow: 0px 24px 39px 0px rgba(0,0,0,.05);
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	padding: 74px 104px 79px;
	margin: 15px 30px 48px;
}

.cf-contact-info h3 {
	margin-bottom: 25px;
	margin-top: 20px;
	font-size: 25px;
	font-weight: 500;
	color: #11192e;
	padding-left: 32px;
}

.cf-contact-info ul {
	list-style: none;
	font-size: 18px;
	font-weight: 300;
	padding-left: 9px;
}

.cf-contact-info a {
	color: #7d7d7d;
	text-decoration: none;
	font-weight: 600;
}

.cf-contact-info a:hover {
	color: #5a6268;
}

.contact-list {
	margin-bottom: 21px;
}

.contact-detail-title {
	font-weight: 600;
}

.contact-detail-list li {
	margin-bottom: 18px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	position: relative;
	padding-left: 40px;
	list-style: none;
}

.contact-detail-list .contact-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 6px;
}

.contact-detail-list .contact-detail {
	font-size: 14px;
	line-height: 14px;
	color: #1f1f1f;
	display: block;
}

.title-cl {
	font-weight: 500;
	padding-bottom: 0;
	display: block;
}

.contact-detail-list img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.contact-detail-list .small {
	font-size: 12px;
	color: #808080;
	display: block;
}

.contact-page h4 {
	color: #252525;
	font-size: 28px;
	font-weight: bold;
	padding-left: 15px;
}

.cp-contact-info h3 {
	border-bottom: 2px solid var(--primary-color);
	display: inline-block;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 40px;
}


.cp-contact-info.cp-working-hour ul li:nth-child(1) {
	padding-top: 0px !important;
}

.cp-contact-info ul li {
	color: #7d7d7d;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 600;
}

.cp-contact-info.cp-working-hour ul {
	list-style: none;
	padding-left: 7px;
	display: flex;
	flex-direction: column;
}

.cp-contact-info.cp-working-hour span {
	text-align: right !important;
	display: flex;
	float: right;
}

.cp-contact-info.cp-working-hour ul li {
	border-bottom: 1px solid #f8f7f7;
	padding: 12px 0px;
	font-weight: 400 !important;
}

.content.contact-page.page-content {
	margin: 50px 0px;
}

.cp-contact-info ul li {
	color: #7d7d7d;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	float: right;
}

.cp-social-icons {
	display: flex;
}

.cp-social-icons i {
	background-color: #373737;
	font-size: 20px;
	border-radius: 100px;
	border: 1px solid var(--primary-color);
	height: 2.5rem;
	width: 2.5rem;
	text-align: center;
	padding: 8px 0px;
	margin: 0px 5px;
	color: #fff;
}

.btn-outline-light:hover {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}

.service-box {
	text-align: center;
	color: #fff;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.service-box i {
	font-size: 26px;
	margin-bottom: 10px;
}

.service-box i {
	font-size: 26px;
}

.btn-service a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}

.service-box h2 {
	font-size: 21px;
	margin-bottom: 15px;
	margin-top: 19px;
	letter-spacing: 0.5px;
	font-weight: 400;
}

.service-box p {
	font-size: 14px;
	line-height: 16px;
}

.fp-section-services {
	background-image: url(images/bcg-parallax1.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-color: #21242b;
}

.fp-counter h2 {
	margin-top: 50px;
}

.fp-counter ul {
	text-align: center;
	list-style-position: inside;
	text-align: center;
}

.fp-counter p {
	margin-top: 20px;
	color: #fff !important;
}

.fp-counter {
	color: #fff;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 50px;
}

.counter-section span {
	font-size: 96px;
	font-weight: 500;
}

.counter-section {
	display: flex;
	justify-content: center;
	padding-left: 20%;
	padding-right: 20%;
}

.counter-title {
	margin-top: -20px;
}

.fp-btn-arrow {
	text-align: center;
	margin: 63px 0px;
}

.btn-service a:hover {
	margin-left: -10px;
	text-decoration: none;
}

.wp-block-column.about-section2.is-layout-flow.wp-block-column-is-layout-flow {
	padding-top: 52px;
}

/******** 5.0 PAGES ********/

.our-services-box figure {
	margin: 0;
}

.our-services-box ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--primary-color);
	padding-right: 8px;
	font-size: 16px;
}

.our-services-box ul {
	list-style-type: none;
	padding-left: 12px;
}

.btn-fp a {
    transition-duration: 0.5s;
}

.btn-fp a:hover {
	background-color: #333;
	transition-duration: 0.5s;
}

.btn-fpw a:hover {
	background-color: #5a6268;
	transition-duration: 0.5s;
}

.btn-fpw a {
    transition-duration: 0.5s;
}

.gallery-page-description {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 39px;
}

/******** 5.0 FOOTER ********/

footer {
	background-color: #21242b;
	color: #999;
	padding: 30px 0px;
}

.footer-column.footer-column-middle {
	border-right: 1px solid #484848;
}

.footer .cp-social-icons i {
	padding-left: 7px;
	padding-top: 9px;
}

.footer-column h4 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
}

.footer-first-letter {
	background-color: #373737;
	color: #fff;
	padding: 2px 6px;
}

footer .cf-contact-info, footer .cf-contact-info a {
	list-style: none;
	font-size: 14px;
	color: #7d7d7d;
	letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.8;
}

.contact-address.cp-space i {
	padding-right: 6px;
}

.footer-column {
	padding-left: 30px;
}

.contact-phone-ci.cp-space p {
	margin-bottom: 0;
}

.contact-working-hour-ci.cp-space ul li {
	font-size: 14px !important;
	font-weight: 400;
}

.cf-contact-info img {
	padding-right: 12px;
}

.contact-working-hour-ci.cp-space {
	padding-top: 19px;
}

.contact-working-hour-ci.cp-space ul {
	padding-left: 0;
}

.contact-working-hour-ci.cp-space {
	padding-top: 19px;
	display: flex;
}

.footer-column i {
	padding-right: 8px;
}

.footer-menu a {
	font-weight: 500;
	font-size: 11px;
	float: right;
}

.footer-column.footer-column-middle ul li {
	padding: 12px 0px;
}

.footer-column:nth-child(3) {
	padding-left: 30px;
}

.footer-column.footer-column-middle ul li:nth-child(1) {
	padding-top: 0px;
}

ul#footer_menu, .footer-column-middle ul {
	padding-left: 0;
	list-style-type: none;
}

#footer_menu a {
	color: #999;
	padding: 2px;
	display: block;
	font-weight: 400;
}

.contact-address.cp-space span {
	font-weight: 400;
}

#footer_menu a:hover {
	color: var(--primary-color);
}

.footer a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s;
}

.footer a:hover, .footer a:hover span {
	color: ##cdb88d;
}

.footer .cp-social-icons li {
	display: inline-block;
}

.footer .cp-social-icons i {
	margin-top: 18px;
}

.website-design {
	font-size: 12px;
	color: #c8c7c7;
	text-align: center;
	letter-spacing: 0.5px;
	font-weight: 300;
	background-color: #0f1219;
	padding: 20px 0 20px 0;
	border-top: 1px solid #262626;
}

.website-design.container-fluid a {
	color: #636363;
	text-decoration: none;
}

.website-design.container-fluid a:hover {
	color: #0056b3;
}

/******** 5.0 END FOOTER ********/


/******** 6.0 MEDIA QUERIES ********/

/* X-Large devices (large desktops, less than 1920px) */
@media (min-width: 1920px) {

.header-page img, .header-page.home-header-slider img {
	width: 100%;
}

}

@media (max-width: 1920px) {


}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {


}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

.navbar {
	padding-left: 0;
	padding-right: 0;
}

footer .cf-contact-info, footer .cf-contact-info a {
	font-size: 16px;
}

.fp-section-our-job p, .fp-section-our-job h1 {
	/* padding-left: 5%; */
	text-align: center;
}

.fp-section-our-job p {
	padding-top: 13px;
}

.fp-section-our-job-text {
	order: 2;
}

.btn-fpw a {
	padding: 12px 40px;
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

#menu-main-menu a, #menu-main-menu-en a {
	color: #cdb88d;
}

#menu-main-menu a {
	padding-bottom: 3px;
	padding-top: 3px;
}

#menu-main-menu a::before {
	display: none;
}

.home .content-header .navbar-toggler {
	margin-left: auto;
	padding: 9px 15px;
}

.navbar-toggler {
	background-color: #fff;
	padding: 9px 15px;
	margin-left: auto;
}

button:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}

.content-header .navbar-collapse {
	background-color: #fff;
	margin-top: 10px;
	border-radius: 2px;
	box-shadow: 0 16px 50px rgba(0,0,0,0.07);
	border: none;
	position: absolute;
	top: 105px;
	left: 0;
	z-index: 999;
	right: 0;
}

.content-header .navbar {
	position: initial;
}

.content-header .navbar-toggler i {
	color: #11192e;
	font-size: 24px;
}

#menu-main-menu a {
	color: #11192e;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 100% !important;
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap !important;
	align-items: normal !important;
}

.dropdown-menu.depth_0 a {
	line-height: 22px !important;
}

.unsere-order-img {
	order: 2;
}

.about-section2-left {
	order: 1;
}

.counter-section {
	padding-left: 0px;
	padding-right: 0px;
}

.btn-fpw {
	justify-content: center;
	margin-top: 20px;
}

.flat-top .container span {
	display: none !important;
}

.counter-title {
	font-size: 15px;
	margin-left: 8px;
}

.counter-section span {
	font-size: 80px;
}

#menu-main-menu a, #menu-main-menu-en a {
	line-height: 45px;
}

.header-page-title h1 {
	font-size: 40px;
}


}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

.website-design {
	text-align: center;
}

#contact-bottom-img {
	background-image: url('images/spajsoje-namazi-od-habanero-paprike.jpg');
	background-position: left;
}

.fp-section-about-us p {
	padding-right: 3%;
}

.fp-section-about-us h1, .fp-section-our-job h1 {
	font-size: 26px;
	margin-bottom: 0;
}

.contact-list {
	margin-bottom: 10px;
}

.footer-menu a {
	float: none;
}

.copyright-left {
	padding-top: 0;
}

#header-box {
	padding-top: 0;
	position: relative;
}

.footer-column:nth-child(3) {
	padding-left: 12px;
}

.header-page-title h1 {
	font-size: 28px;
}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-column h4 {
	margin-bottom: 15px;
	margin-top: 20px;
}
    
.content-header .navbar-collapse {
	background-color: #fff;
	margin-top: 10px;
	border-radius: 2px;
	box-shadow: 0 16px 50px rgba(0,0,0,0.07);
	border: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	z-index: 999;
	right: 0;
} 

.navbar-toggler {
	position: absolute;
	right: 10px;
	top: 30px;
}

.logo-header {
	padding-top: 5px;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.counter-section span {
	font-size: 70px;
}

.flat-top a:nth-child(7) {
	display: none;
}

.flat-top .fa-solid.fa-envelope {
	display: none;
}

.header-page img {
	max-height: 250px;
}

.content-header.container-fluid {
	top: 10px;
}

.counter-section span {
	font-size: 65px;
}

.home .content-header .navbar-toggler {
	margin-top: -15px !important;
}

.container .header-page-title {
	top: 25%;
}

.content-header .navbar {
	position: absolute;
	right: 13px;
	top: -21px;
}

.home .content-header .navbar {
	position: absolute;
	right: 13px;
	top: 0;
}

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    
.flat-top {
	text-align: center;
}   

.header-social-icons {
	text-align: center !important;
}

.service-box {
	margin-top: 15px;
}

.dropdown-menu .dropdown-item {
	white-space: normal !important;
	word-break: break-word;
}

.logo-header img {
	max-width: 200px;
	position: relative;
}

.fp-section-about-us h1, .fp-section-our-job h1 {
	font-size: 22px;
}

.content-header .navbar {
	position: absolute;
	right: 13px;
}

.header-page-title h1 {
	font-size: 29px;
}

.fp-section-about-firm {
	padding: 0px 0px 0px 0px;
}

.fp-section-about-firm p {
	line-height: 33px;
}

.counter-section span {
	font-size: 50px;
}

.btn-fp {
	margin-top: 12px;
}

.fp-section-our-job p {
	font-size: 14px;
}

}

@media (max-width: 478.98px) {

#contact-bottom-left h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.footer-column {
	padding-left: 10px;
}

footer {
	font-size: 14px;
}

#contact-bottom-left p {
	line-height: 25px;
}

.fp-our-products ul li a h2 {
	font-size: 15px !important;
}

.header-page-title h1 {
	font-size: 25px;
}

.home .content-header .navbar-toggler {
	margin-top: -21px !important;
}

.logo-header img {
	max-width: 150px;
}

#header-box {
	padding-top: 0px;
	padding-bottom: 5px;
}
}

    /******** 6.0 END MEDIA QUERIES ********/