/* Enter Your Custom CSS Here */
#wrap {
  margin-top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
#topbar {
  display: none; 
}
#masthead-wrap {
  padding-top: 5px;
}
#logo {
	text-transform: uppercase;
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 20px -8px;
}
#logo a {
  display: block;
  float: left;
  max-width: 100%;
  /*width: 350px;*/
}
/*
#logo:after {
 	content:'';
  width: 284px;
  height: 81px;
  display:block;
  float: right;
  background: url('http://www.goransmotor.se/wp-content/uploads/2015/04/logos2180831.jpg');
  background-repeat: no-repeat;
}
*/
@media (max-width: 767px) {
  #logo a {
    clear: both;
    margin: 0 auto;
    float: none;
  }
  #logo:after {
    float: none;
  	margin: 20px auto;
	  clear: both;
  }
}
nav#site-navigation {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  margin: 50px 0 0 -8px;
  font-size: 14px;
  font-weight: bold;
  background: #1a61e1; /* #333 */
  border-radius: 5px;
  /*overflow: hidden;*/
  height: auto !important;
}

nav#site-navigation li {
  height: auto !important;
  background: #1a61e1; /* #333 */
}
nav#site-navigation li {

}
nav#site-navigation li:hover {
  background: #5170e5; /* #555 */
}

.dropdown-menu ul.sub-menu {
  margin-top: 0 !important;
}

nav#site-navigation a {
  color: #FFF !important;
  text-transform: uppercase;
  padding: 6px 14px !important;
}

nav#site-navigation .current-menu-item a {
  background: #5170e5; /* #202020 */
}
#site-navigation .dropdown-menu ul li > a:hover {
  background: #5170e5; /* #555 */
}

#site-navigation .dropdown-menu > li.dropdown:hover > a .icon-angle-down,
#site-navigation .dropdown-menu > li.dropdown > a .icon-angle-down {
  margin-left: 5px;
  font-weight: bold;
  color: #FFF;
}

.dropdown-menu > li:first-child,
.dropdown-menu > li:first-child > a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fb-page.fb_iframe_widget {
  margin-left: -60px;
}

@media (max-width: 960px) {
  .fb-page.fb_iframe_widget {
    margin-left: 0px;
  	float: none;
    clear: both;
    margin: 20px auto;
  }

  #footer-wrap .grid-4 {
    width: 31%;
  }
  
  #footer-wrap .grid-4:nth-child(4){
  	float: none;
    clear: both;
    margin: 0 auto;
    width: 280px;
  }
}

#footer-wrap {
  background: #1a61e1;
  color: white;
}
#footer-wrap a{
  color: white;
}
#footer-bottom-wrap {
  background: #1535aa;
}

#site-navigation .selector span {
  color: #FFF !important;
}