/*
Theme Name: _wha
Theme URI: http://webhack.in.ua
Author: WHA Web Development
Author URI: http://themekraft.com/
Description: Web Development from scratch
Version: 1.1.10

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
@import 'https://fonts.googleapis.com/css?family=Assistant:400,600,700&subset=hebrew';

@import url('https://fonts.googleapis.com/css?family=Suez+One&subset=hebrew,latin-ext');


body {
	word-wrap: break-word;
	/*font-family: 'Assistant', sans-serif !important;*/
}


a:focus, a:hover {
    color: #684f40;
    text-decoration: none;
}
h1,.h1,h2,.h2,h3,.h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

embed,
iframe,
object {
	max-width: 100%;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/*Language switcher */
#lang_switcher .lang-item-en a, #lang_switcher .lang-item-he a {
	display: block;
	border: 2px solid #684f40;
	border-radius: 50%;
	line-height: 26px;
	padding: 0 !important;
	width: 30px;
	text-align: center;
	color: #684f40;
}
#lang_switcher .lang-item-en a img, #lang_switcher .lang-item-he a img {
	display: none;
}
#lang_switcher .lang-item-en a:after {
	content: 'EN';
}
#lang_switcher .lang-item-he a:after {
	content: 'עב';
}

.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
	max-width: 100%;
}

.comment .children { margin-left: 1.5em; }

.entry-meta {
	display: none;
}

nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

.site-navigation-inner{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#masthead{
	display: none;
}
.navbar-brand{
	display: none;
}
.dropdown-menu{
	border: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 15px;
}
.slogan {
	text-align: right;
}
#lang_switcher li {
	margin: 0 3px;
}



.home .main-content {
    padding: 0;
}
.main-menu > .vc_column-inner, .slogan > .vc_column-inner, .slogan .wpb_text_column, .phone > .vc_column-inner  {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.right-block {
    display: none;
}

/**
*** HEADER
**********************/

#header .container {
    padding-top: 0;
    padding-bottom: 0;
}
#search-input .form-group {
	margin-bottom: 0;
}
#header .phone {
    float: left;
    font-size: 24px;
    line-height: 120px;
}
#header-menu, #header-menu li {
    margin: 0;
    padding: 0;
}
#languages, #languages li, #social, #social li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
#languages {
    margin-right: 30px;
    font-size: 20px;
}
#languages, #social {
    float: left;
}
#languages li, #social li {
    float: none;
    width: inherit;
}
.navbar-collapse {
    padding: 0;
}
#social li {
    margin-right: 20px;
}
#social li a {
    padding-top: 4px;
    padding-bottom: 0;
    display: block;
    font-size: 26px;
}
.searchandfilter {
	max-width: 320px;
}
.searchandfilter>div {
	float: left;
}

.searchandfilter input[type="submit"]{
	background: url('/wp-content/uploads/2017/03/search.png');
	background-repeat: no-repeat;
	width: 32px;
	line-height: 26px;
}
.searchandfilter input[name="ofsearch"]{
	min-width: 250px;
	padding: 0 5px;
	line-height: 28px;
}
.searchandfilter ul {
	padding: 0;
}
.call-to-action {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.call-to-action:after {
    display: block;
    clear: both;
    content: '';
}
.call-to-action a.btn {
    display: block;
    float: right;
    width: 20%;
    background-color: #ea1e32;
    color: #FFF;
    height: 55px;
    line-height: 55px;
    font-size: 36px;
    padding: 0;
    border-radius: 0;
    text-align: center;
}
.call-to-action .general-text {
    display: block;
    float: right;
    width: 80%;
    background-color: #FFF;
    color: #101010;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
}
.section-title {
    height: 292px;
}
.type-page .entry-content h3 {
	margin-top: 25px !important;
}
.team-row {
	float: right;
}
.dropdown-menu>.active>a {
	background-color: rgba(196, 187, 167, 1) !important;
}
.dropdown-menu>li>a {
	white-space: normal;
}
#langs #navbar-collapse {
	padding-top: 0px !important;
}
#lang_switcher {
	padding-left: 0;
	padding-right: 0;
}
#lang_switcher li a {
	padding-top: 5px !important;
}
/**
*** CONTENT
**********************/
#breadcrumbs {
	padding-left: 0;
	padding-right: 40px;
}
/* #content,  */
#sidebar {
	padding-top: 30px;
	padding-bottom: 60px;
}
#page-content-padding {
	padding-bottom: 10px;
}

/**
*** SIDEBAR
**********************/

#sidebarleft .hp-boxes-item-read-more {
	text-align: center;
}
.contformside {
	margin-top: 30px;
	padding: 20px;
    background-color: #faf9f7;
}
.contformside .form-group {
	margin-bottom: 0;
}
.contformside input[type="text"], .contformside input[type="number"], 
.contformside input[type="email"]{
    margin-bottom: 25px;
}
.contformside input[type="text"], .contformside input[type="number"], 
.contformside input[type="email"], .contformside textarea  {
	width: 100%;
	border: 1px solid #8c8b8b;
    line-height: 30px;
	font-size: 15px;
    color: #231f20;
	padding: 0 5px;
}
.contformside input {
	height: 30px;
}
.contformside input[type="checkbox"] {
	height: 13px;
}
.contformside textarea {
	height: 96px;
}
div.wpcf7-mail-sent-ok {
	border: 0 !important;
}
.contformside .form-group-checkbox>.wpcf7-form-control-wrap {
	float: left;
    margin-right: 5px;
}
.contformside input[type="checkbox"] {
	margin-top: 0;
}
.contformside #newsletter-form-submit {
	width: 100% !important;
	padding-top: 10px !important;
}
.contformside #sidebar-contact-title {
	margin-bottom: 25px;
}
.checktxt {
	font-size: 12px;
    color: #231f20;
    text-align: right;
    margin-top: 10px;
}
#mapcontact {
	left: 0 !important;
    right: 0 !important;
}
#sidebar .menu .current-menu-item {
	background: #7d6d60 !important;
}
#sidebar .menu .current-menu-item a {
	color: #fff;
    font-weight: bold;
}
#sidebar .menu {
	padding-right: 0;
	padding-left: 0 !important;
}

#sidebar .menu li {
	width: 100%;
    height: auto;
    border-right: 2px solid #4a383b;
    background: #f2f0ec;
    margin: 10px 0px 0px;
	padding: 3px 10px !important;
	
	list-style: none;
}
#sidebar .menu li a {
	color: #4a383b;
}
.aptf-tweets-wrapper {
	margin-top: 30px;
}
.aptf-timestamp a {
	color: #dcdcdc;
	font-size: 12px;
}
.aptf-tweet-content a {
	color: #4a383b !important;
}
.aptf-tweet-name {
	color: #231f20 !important;
    font-family: 'Arial';
    font-size: 13px;
}
.aptf-single-tweet-wrapper {
	padding: 5px;
}

.practicesmenufoot, .footmainmenu {
	line-height: 100% !important;
}
.practicesmenufoot li, .footmainmenu li {
	width: 100%;
}
.footmainmenu .dropdown-menu, .footmainmenu .caret {
	display: none !important;
}

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	padding-right: 0;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
#breadcrumbs li a{
	color: #7d6d60 !important;
	font-weight: bold;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
	color: #7d6d60 !important;
}
.sidebar-padder {
	display: none;
}
.thumbnews {
	max-width: 150px;
    height: auto;
    float: left;
    margin-left: 10px;
}
.team-row {
	width: 100%;
}
#team-member .team-wrapper-item-contents-social {
	float: left;
}
#team-member .team-wrapper-item-contents-contact {
	float: right;
}

/* .team-row .team-item-contents-title h3,
.team-row .team-item-contents-title h4 {
	float: right;
} */
.team-row .team-wrapper-item-contents-social {
	float: right;
}
.searchandfilter li {
	padding-left: 10px;
	padding-right: 0px;
}
.searchandfilter li:first-child {
	padding-right: 10px;
	padding-left: 0;
}

/**
*** CONTACT FORM
**********************/
#contpageform .form-group {
	float: left;
}
#contpageform .thirdform {
	width: 30%;
    float: left;
    margin-right: 5px;
}
.form-group-checkbox span.wpcf7-list-item {
	margin: 0 0 0 0.5em;
}
.wpcf7-response-output {
	float: left;
    margin-top: 0;
}
#contpageform .thirdform input {
	width: 100%;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #8c8b8b;
}
#contpageform .fullform {
	margin-bottom: 0;
	width: 100%;
}
#contpageform textarea, #contpageform #newsletter-form-submit {
	width: calc(90% + 10px);
}
#contpageform textarea {
	height: 96px;
	border: 1px solid #8c8b8b;
}
#contpageform {
	margin-top: 25px;
}
.dropdown-menu {
	padding-top: 0;
	margin-top: 0;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{
	color: #7d6d60;
	background-color: rgba(196, 187, 167, 1);
    background-image: none;
}
.team-item-contents-title {
	min-height: 55px;
}
#footer-menu .sf-menu {
	float: left;
}
#footer-social a span {
	direction: rtl;
    text-align: left;
    unicode-bidi: embed;
}
#mapDiv {
	height: 250px;
}

/**
*** CONTACT FORM ActiveTrail
**********************/

#_atPopupSU .bl-template.popup-dir-rtl .bl-block-content-row-inner, 
#_atPopupSU .bl-template.popup-dir-rtl .bl-content-wrapper, 
#_atPopupSU .bl-template.popup-dir-rtl .bl-block-dir-rtl .bl-block-content-item {
	direction: ltr !important;
}

.bl-block-content-row {
	border-radius: 0; 
	border: 0px solid #606060;
}
.bl-padding-columns {
	text-align: center;
}
.bl-signup-container {
	display: inline-block; 
	border-radius: 0px; 
	background-color: transparent; 
	border-style: solid; 
	border-width: 0px;
}
.bl-block-content-item {
	display: inline-block !important; 
	vertical-align: top; 
	margin-left: 10px;
}
.nameinput {
	height: 30px !important;  
	border-radius: 0px !important; 
	font-size: 16px !important; 
	line-height: 16px !important; 
	text-align: left; 
	margin-right: 20px !important;
}
.mailinput {
	height: 30px !important; 
	border-radius: 0px !important; 
	font-size: 16px !important; 
	line-height: 16px !important; 
	text-align: left; 
	margin-right: 20px !important;
}
.bl-content-wrapper-columns {
	display: inline-block; 
	vertical-align: top; 
	text-align: center; 
	margin-left: 20px;
}
.bl-block-button-content-wrapper {
	border-radius: 0px; 
	display: inline-block; 
	background-color: #7d6d60;
}
.bl-block-button-content-item-wrapper {
	font-size: 13px; 
	padding: 0 30px;
}

.bl-block-content-item-signupfieldpage {
	min-width: 1px; 
	min-height: 16px; 
	padding-top: 4px;
	text-align: center !important; 
	text-decoration: none;
}
.hfour {
	line-height: 13px !important; 
	margin: 3px 0 !important;
}
.bl-padding-columns {
	text-align: left;
}
.sizetw {
	font-size: 20px;
	line-height: 24px;
}
.bl-block-content-row-inner {
	padding-top: 0 !important;
}
.tooltipstered {
	padding: 2px;
}

.contfotm-trail .thirdform input, .contfotm-trail .fullform input {
	
    line-height: 30px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    border: 1px solid #8c8b8b !important;
    height: auto !important;
    border-radius: 0 !important;
}
.contfotm-trail .thirdform input {
	width: 100% !important;
}
.contfotm-trail .fullform {
	text-align: right;
}
.contfotm-trail .fullform input {
	width: calc(90% + 10px) !important;
}
.btn-act-tr {
	width: 90% !important;
	display: block !important;
	margin-top: 10px;
	border-bottom: 2px solid #4a383b;
}
.btn-act-tr>.bl-block-button-content-wrapper {
	width: 100%;
}
.txt-btn-act {
	color: #fff;
}
.btn-act-tr>.bl-block-button-content-wrapper>.bl-block-button-content-item-wrapper{
	padding: 5px !important;
}
.btn-act-tr h4 {
	font-size: 16px !important;
    margin: 0 !important;
    text-align: center;
}
#sidebar #contpageform .thirdform {
	width: 100%;
}
#sidebar #contpageform .thirdform input, #sidebar #contpageform .fullform input {
	width: 100%;
    line-height: 30px;
    height: 30px;
    border-radius: 0;
    margin-bottom: 0;
}
#sidebar .btn-act-tr {
	width: 90% !important;
}
#sidebar #contpageform .confirm-emails .confirm-label {
	text-align: left;
}
#sidebar #contpageform .confirm-emails input[type="checkbox"]{
    text-align: left;
    margin-left: -20px !important;
    margin-right: 0 !important;
}

#header-menu .lang-item {
	display: none;
}
#credit div #idanlogo {
	width: 50px;
    height: 21px;
    vertical-align: top;
    margin: 0px 2px 8px 0px;
}
/**
*** SLIDER
**********************/
.practice-areas-item *,
.team-item-contents * {
	direction: ltr;
}
.owl-stage .owl-item .team-item .team-item-img img {
	max-height: 230px;
}
.home .huge-it-wrap {
	height: auto !important;
}
.huge-it-arrows {
	display: none !important;
}

/*accessebility*/

#open_sogoacc {
	background: #9c8f7c !important;
    border-bottom: 1px solid #9c8f7c !important;
	border-right: 1px solid #9c8f7c !important;
}
.table-pad td {
	padding: 0 5px;
	text-align: center;
}
/**
*** MEDIA
**********************/
@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
	.searchandfilter input[name="ofsearch"] {
		min-width: 266px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 4em !important;
    }
}
@media (min-width: 768px) {
	.fixed-header #header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 9;
	}
}

@media (max-width: 1200px) {
	.center {
		width: 100%;
	}
	#search-container,
	#header-contact-toolbar-wrapper	{
		min-width: 304px;
	}
	#footer-container, #header {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 991px) {
    #header-left-menu {
        float: right;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
	#team-wrapper .team-item-contents-text {
		min-height: 158px;
	}
	#team-wrapper .team-item-img img {
		min-height: 250px;
	}
	#team-wrapper .team-wrapper-item-contents-btn a {
		min-height: 56px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sf-menu a {
		padding: .5em 0.7em;
	}
	#_atPopupSU .bl-template.popup-dir-rtl .input-large {
		width: 150px;
	}
	.main-content .container {
		width: 100%;
	}
	.main-content #content {
		padding: 0 15px !important;
	}
	#content .hp-boxes-item {
		padding: 0px 2% 4% !important;
	}
	.huge-it-wrap {
		height: auto !important;
	}
}
@media (max-width: 767px) {
    #header .logo {
        top: 0;
        right: 10px;
    }
	#logo {
		width: 100%;
	}
    #sectionOne, #sectionTree, #sectionTwo, #sectionFour {
        padding-top: 0 !important;
    }
    h1 {
        font-size: 3em !important;
    }
    #header-menu li {
        width: 100%;
        display: block;
    }
    #header-menu li a {
        display: inline-block;
        font-size: 18px;
        padding: 0 10px;
        text-align: center;
        width: 100%;
    }
    #header #navbar-collapse {
        margin: 0;
        width: 100%;
        background: #FFF;
    }
	#search-container {
		display: none;
	}
    #header .slogan {
        position: inherit;
        font-size: 20px;
    }
    #header .phone {
        position: absolute;
        top: -25px;
        left: 80px;
    }
	.huge-it-wrap {
		height: auto !important;
	}
	.hp-boxes-item, .hp-boxes-item:nth-child(even), #newsletter-form-title {
		width: 100%;
		padding-right: 4%;
		padding-left: 4%;
	}
	.hp-boxes-item-text {
		min-height: 150px;
	}
	#newsletter-form-title {
		width: 100% !important;
		float: none !important;
	}
	#newsletter-form-title h3 {
		text-align: center !important;
	}
	#_atPopupSU.shown {
		display: block;
		width: 100%;
	}
	#newsletter-form-fields {
		float: none ;
		width: 100%;
	}
	#_atPopupSU .bl-template.popup-dir-rtl .bl-block-dir-rtl .bl-block-content-item {
		width: 100%;
	}
	#_atPopupSU .bl-template .bl-block-content {
		    overflow: inherit;
	}
	.nameinput, .mailinput {
		display: block;
		width: 50% !important;
	}
	#footer-container {
		padding-right: 4%;
		padding-left: 4%;
	}
	#footer-logo, #footer-menu, #footer-contact, .footer-menu-item, #footmainmenu ul, #footer-contact h3 a {
		width: 100% !important;
		float: none !important;
		text-align: center;
	}
	#footer-contact h3 {
		text-align: center;
	}
	#footer-logo, #footer-menu {
		padding-bottom: 30px;
	}
	#footer-menu {
		display: none;
	}
	#header-contact-toolbar-wrapper {
		min-width: 150px;
	}
	#team-wrapper .team-item {
		width: 48%;
	}
	#team-wrapper .team-item-img {
		width: 100%;
	}
	#team-wrapper .team-item:nth-child(3n) {
		padding: 0px 0px 2% 2%;
	}
	#contpageform, .blckcont {
		padding-right: 10px !important;
	}
	.bl-content-wrapper-columns {
		width: 100%;
	}
	.team-item-contents-text {
		width: 100%;
	}
	/* .main-content>.container {
		margin-left: 0;
		margin-right: 0;
	} */
	.page>.entry-content>.vc_row {
		margin-left: 0;
		margin-right: 0;
	}
	.slogan {
		text-align: center;
	}
	 #_atPopupSU .bl-template.popup-dir-rtl .bl-block-dir-rtl .bl-block-content-item {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.home #team .team-item-img {
		display: none;
	} 
	.bl-content-wrapper-columns {
		margin-left: 0;
	}
	html {
		margin-top: -42px;
	}
	#wprmenu_bar {
		width: 42px;
		height: 42px;
		border-radius: 0 0 5px 0;
		padding: 11px;
	}
	#open_sogoacc {
		padding: 6px;
	}
	#wprmenu_bar .menu_title {
		display: none;
	}
	.thumbnews  img{
		max-width: 200px;
	}
	.thumbnews {
		max-width: 100%;
		width: 100%
/* 		float: none !important; */
		/* max-height: 60px; */
	}
	.articles-item-wrapper-title {
		width: 100%;
		margin-top: 10px;
	}
	.owl-carousel-container {
		padding-left: 10px;
	}
	.articles-item-wrapper-sharer {
		float: right;
	}
}
@media (max-width: 530px) {
	#header-contact {
		display: none;
	}
	#logo img {
		max-width: 100%;
		max-height: 50px;
		width: auto;
		float: none;
		margin: auto;
	}
	#logo div {
		padding: 10px;
	}
	#team-wrapper .team-item {
		width: 100%;
	}
	#team-wrapper .team-item-img {
		max-height: 350px;
	}
	.thumbnews {
		float: none;
		margin: 35px auto 10px;
		text-align: center;
	}
	.nameinput, .mailinput {
		width: 70% !important;
	}
	.bl-content-wrapper-columns {
		margin-left: 0px !important;
	}
	#_atPopupSU .bl-template.popup-dir-rtl .bl-block-dir-rtl .bl-block-content-item {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.home #team .team-item-img {
		display: none;
	} 
}
@media (max-width: 360px){
	#logo img {
		max-width: 70%;
	}
}