@media only screen and (max-width: 1300px)
{
	.header_content {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
@media only screen and (max-width: 1180px) {
	.header_social {
		display: none;
	}
}
@media only screen and (max-width: 1060px) {
	.logo img{
		height: 33px !important;
		
	}
	.main_nav {
	    margin-left: 24px;
	}
}
@media only screen and (max-width: 1090px) {
	.header_phone {
		display: none;
		
	}
}
.header_phone {
	padding-left: 13px;
    padding-right: 13px;
    /*color:  #004e8f;
    background: */#fff;
    height: 46px;
    background: #3aa6ff;
    line-height: 23px;

}
header.scrolled .dias-logo {
	margin-top: 59px;
}
.opening_hours {
	padding-top: 43px !important;
	left: -20px !important;
}
.footer_about_text p {
	line-height: 1.5;
}
.header {
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1);
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1);
}
/*********************************
6.3 Elements - Tabs
*********************************/

.tab
{
	height: 46px;
	background: #004e8f;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	flex-grow: 1;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	margin-bottom: 9px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tab:not(:last-child)
{
	margin-right: 4px;
}
.tab.active
{
	background: #f7c005;
}
.tab_panels
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 12px;
	padding-bottom: 32px;
}
.tab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.tab_panel.active
{
	display: block !important;
}
.tab_panel_content p:last-of-type
{
	margin-bottom: 0;
}
.tab_image
{
	width: 166px;
	height: 166px;
	margin-right: 30px;
}
.tab_image img
{
	max-width: 100%;
}
.tab_text
{
	padding-top: 11px;
}
.tab_text p
{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.header_content {
	height: 140px;
}

@media(max-width: 992px) {
	.header_content {
		height: 117px;
	}
}

.location_title {
    font-size: 15px;
    font-weight: 500;
    color: #3aa6ff;
}

.instructions {
	padding: 25px 15px 0;
	width: 100%;
}

.instructions .main_p {
	font-size: 1.5em;
	color: #3aa6ff;
	cursor: pointer;
	position: relative;
	padding: 3px 15px;
	user-select: none;
	background: rgb(245, 245, 245);
}



.ins-block {
	display: none;
    background: rgb(245, 245, 245);
    border: 1px solid #ececec;
}

.ins-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.ins-flex a {
	        flex: 0 0 110px;
    word-break: break-word;
    margin: 15px;
    color: #484848;
    font-weight: 600;
    font-size: 12px;
}

.ins-flex a img {
	    display: block;
    width: 65%;
    margin-bottom: 10px;
}