@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:100);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 300 15px/28px "Lato", sans-serif;
  text-transform: uppercase;
  color: #2c2d2e;
  background: #ffffff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ea202e;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  text-align: center;
  font: 900 60px/106px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
h2 .thin {
  font-weight: 100;
}

h2.performance {
  text-align: center;
  font: 900 60px/80px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 45px;
    line-height: 70px;
  }
  h2.performance {
    text-align: center;
    font: 700 45px/70px "Lato", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    padding-bottom: 60px;
    display: block;
    margin: 0 0 0 0;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h2.performance {
    text-align: center;
    font: 700 30px/35px "Lato", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    padding-bottom: 60px;
    display: block;
    margin: 0 0 0 0;
  }
}
h3 {
  font: 700 35px/35px "Lato", sans-serif;
  color: #2c2d2e;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
h4 {
  font: 300 15px/28px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
h4 strong {
  font-weight: 900;
}
h5 {
  font: 800 60px/60px "Lato", sans-serif;
  color: #ffffff;
  letter-spacing: -0.04em;
}
h5 .thin {
  font-weight: 100;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 979px) {
  h5 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 479px) {
  h5 {
    font-size: 30px;
    line-height: 30px;
  }
}
h6 {
  font: 900 150px/146px "Lato", sans-serif;
  color: #ea202e;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  /*text-shadow: 0px 0px 10px #000000;*/
  text-shadow: 1px 1px 0 #000000,
    -1px 1px 0 #000000,
    1px -1px 0 #000000,
    -1px -1px 0 #000000,
    0px 1px 0 #000000,
    0px -1px 0 #000000,
    -1px 0px 0 #000000,
    1px 0px 0 #000000,
    2px 2px 0 #000000,
    -2px 2px 0 #000000,
    2px -2px 0 #000000,
    -2px -2px 0 #000000,
    0px 2px 0 #1f1f1f,
    0px -2px 0 #1f1f1f,
    -2px 0px 0 #1f1f1f,
    2px 0px 0 #1f1f1f,
    1px 2px 0 #1f1f1f,
    -1px 2px 0 #1f1f1f,
    1px -2px 0 #1f1f1f,
    -1px -2px 0 #1f1f1f,
    2px 1px 0 #1f1f1f,
    -2px 1px 0 #1f1f1f,
    2px -1px 0 #1f1f1f,
    -2px -1px 0 #1f1f1f;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 479px) {
  h6 {
    font-size: 38px;
    line-height: 48px;
  }
}
h6 .thin {
  font-weight: 100;
  color: #ffffff;
}

span.address {
	font-size: 24px;
	text-align: center;
	padding-top: 12px;
}
/* ======= Buttons ======= */
.btn-default {
  font: 700 18px/20px "Lato", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
}
.btn-big {
  display: inline-block;
  background: #ea202e;
  color: #ffffff;
  text-transform: uppercase;
  font: 700 24px/28px "Lato", sans-serif;
  padding: 26px 50px 26px 52px;
}
.btn-big:hover {
  color: #ffffff;
  background: #ea4f52;
}
.btn-big.__inset1 {
  background: #4c4e50;
}
.btn-big.__inset1:hover {
  background: #85888a;
}
@media (max-width: 479px) {
  .btn-big {
    font-size: 18px;
    line-height: 18px;
    padding: 5px 15px;
  }
}
.btn-bordered {
  font: 700 20px/20px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 20px 44px 24px;
}
.btn-bordered:hover {
  background: #ffffff;
  color: #4c4e50;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #ea202e;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
#header #stuck_container {
  background: url(../images/background3.png) no-repeat center;
  border-style: cover;
}
@media (max-width: 979px) {
  #header #stuck_container {
    background: #4c4e50;
  }
}
#header #stuck_container {
  padding: 5px 0 9px;
}
@media (max-width: 979px) {
  #header #stuck_container {
    padding-bottom: 20px;
  }
}
#header.main {
  border-bottom: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 300;
}
#header.main #stuck_container {
  background: url(../images/background0.png) repeat;
}
@media (max-width: 979px) {
  #header.main {
    position: relative;
  }
}


div.page-menu {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	font-size: 22px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	background-color: #272829;
}

div.page-menu a.menu-item {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 50%;
	background-color: #272829;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
}

div.page-menu a.menu-item:hover {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 50%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: underline;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
}

div.page-menu a.menu-item-selected {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 50%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
}

div.page-menu a.menu-item-selected:hover {
	float: left;
	width: 50%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
}

@media (max-width: 767px) {
  div.page-menu {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	font-size: 19px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	background-color: #272829;
  }
}
@media (max-width: 640px) {
  div.page-menu {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	background-color: #272829;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a.menu-item {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 40%;
	height: 46px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #272829;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 21px;
	text-align: center;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a.menu-item:hover {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 40%;
	height: 46px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 21px;
	text-align: center;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a.menu-item-selected {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 40%;
	height: 46px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 21px;
	text-align: center;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a.menu-item-selected:hover {
	float: left;
	width: 40%;
	height: 46px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 21px;
	text-align: center;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
}
@media (max-width: 530px) {
  div.page-menu {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	background-color: #272829;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a.menu-item {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 40%;
	height: 68px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #272829;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 21px;
	text-align: center;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a.menu-item:hover {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 40%;
	height: 68px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 21px;
	text-align: center;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a.menu-item-selected {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 40%;
	height: 68px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 21px;
	text-align: center;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a.menu-item-selected:hover {
	float: left;
	width: 40%;
	height: 68px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 21px;
	text-align: center;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
	column-span: all;
  }
  div.page-menu a span {
  	display: block;
  	margin: 0 0 0 0;
  	width: 100%;
  	height: auto;
  	text-align: center;
  }
}
@media (max-width: 479px) {
  div.page-menu {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	background-color: #272829;
  }
}

/* ======= Logo ======= */
h1 {
  float: left;
  display: inline-block;
  font: 900 50px/56px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
@media (max-width: 979px) {
  h1 {
    float: none;
  }
}
h1 .main {
  color: #ea202e;
}
h1 .secondary {
  font-weight: 100;
  color: #ffffff;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
  margin-top: 15px;
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 29px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f107";
  color: #ffffff;
  bottom: -18px;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 21px/21px "Lato", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #ea202e;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #ea202e;
}
.sf-menu .sfHover > a:after {
  color: #ea202e;
}
.sf-menu > li.current > a {
  color: #ea202e;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ea202e;
}
.sf-menu > li.sfHover > a {
  color: #ea202e;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 222px;
  font: 400 13px/13px Lato, sans-serif;
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -111px;
  background: url(../images/background0.png) repeat;
  text-align: left;
  padding: 15px 0 30px 0;
  z-index: 2;
}
.sf-menu ul li {
  padding-left: 32px;
  line-height: 39px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li:hover {
  background: #ea202e;
}
.sf-menu ul li:hover a {
  color: #ffffff;
}
.sf-menu ul li.first-child:before {
  display: none;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f105";
  color: #ffffff;
  top: 0;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -15px;
  left: 227px;
  margin-left: 0;
  background: url(../images/background0.png) repeat;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #ea202e;
    width: 100%;
    background: #ffffff;
    font: 22px/28px "Lato", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
div.greyBG {
	background-color:rgba(0, 0, 0, 0.5);
}

#content.common {
  text-transform: none;
}

/* ======= banner 1 Fair friendly service ======= */
.banner1 {
  background: #4c4e50;
  text-align: center;
  color: #ffffff;
  padding: 20% 0 15%;
  background-image: url('/img/mercedes-volkswagen-vw-mechanic-airport-west-melbourne.jpg');
  background-size: 100% 100%;
  background-position: center middle;
  border-bottom: 5px solid #ffffff;
}
.banner1 h6 {
  margin-bottom: 40px;
}
.banner1 .btn-big {
  margin-top: 53px;
}

@media (max-width: 640px) {
	.banner1 {
	  background: #4c4e50;
	  text-align: center;
	  color: #ffffff;
	  padding: 30% 0 15%;
	  background-image: url('/img/mercedes-volkswagen-vw-mechanic-airport-west-melbourne.jpg');
	  background-size: 100% 100%;
	  background-position: center middle;
	  border-bottom: 5px solid #ffffff;
	}
}

/* ======= Banner 2 Best services ======= */
.banner2 {
  background: #ea202e;
}
.banner2 .btn-big {
  background: #4c4e50;
  margin-top: 24px;
}
.banner2 .btn-big:hover {
  background: #85888a;
}
.banner2 p {
  color: #ffffff;
}
.banner2.__inset0 .left {
  background: url(../img/mechanical-service-mechanic-airport-west.jpg) no-repeat center 0;
  background-size: cover;
  background-position: left bottom;
}
.banner2 .left {
  float: left;
  width: 50%;
  min-height: 704px;
}
@media (max-width: 840px) {
  .banner2 .left {
    min-height: 790px;
  }
}
@media (max-width: 767px) {
  .banner2 .left {
    float: none;
    width: 100%;
    min-height: 200px;
  }
}
.banner2 .right {
  float: left;
  width: 50%;
  min-height: 704px;
}
@media (max-width: 840px) {
  .banner2 .right {
    min-height: 790px;
  }
}
@media (max-width: 767px) {
  .banner2 .right {
    float: none;
    width: 100%;
    min-height: 200px;
  }
}
.banner2 .slogan {
  text-align: center;
  padding: 80px 38px 0;
  background: #ea202e;
}
@media (max-width: 767px) {
  .banner2 .slogan {
    padding: 30px;
  }
}
.banner2 h5 {
  margin-bottom: 41px;
}
.banner2.__inset1 {
  background: #2c2d2e;
}
.banner2.__inset1 .right {
  background-image: url(../img/cylinder-head-engine-rebuild-reconditioning-airport-west.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner2.__inset1 .slogan {
  background: #2c2d2e;
}
/* ======= Banner 3 About us ======= */
.banner3 {
  padding: 124px 0 140px;
}
.banner3 h5 {
  text-align: center;
  color: #2c2d2e;
  margin-bottom: 81px;
}
.banner3 .button {
  margin-top: -21px;
  text-align: center;
}
@media (max-width: 767px) {
  .banner3 {
    padding-bottom: 40px;
  }
}
/* ======= Post 1 About us ======= */
.post1 {
  margin-bottom: 101px;
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 50px;
  }
}
.post1 h3 {
  margin-bottom: 7px;
}
.post1 .label {
  margin-top: -11px;
  display: inline-block;
  background: #ea202e;
  text-align: center;
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  .post1 .label {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .post1 .label {
    width: 108px;
    height: 108px;
  }
}
.post1 .label i {
  font-size: 65px;
  line-height: 140px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .post1 .label i {
    font-size: 40px;
    line-height: 108px;
  }
}
.post1.__left {
  text-align: right;
}
.post1.__left .wrapper {
  text-align: left;
}
@media (max-width: 767px) {
  .post1.__left {
    text-align: left;
  }
  .post1.__left .wrapper {
    display: none;
  }
}
.post1.__right {
  text-align: left;
}
.post1.__right .wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .post1.__right {
    text-align: left;
  }
  .post1.__right .wrapper {
    display: none;
  }
}
/* ======= banner 4 Our Services ======= */
.banner4 {
  background: url(../images/page1_img3.png) no-repeat center 0;
  background-size: cover;
  padding: 122px 0 110px;
}
.banner4 h5 {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .banner4 {
    background: #2c2d2e;
  }
  .grid_4 p {
  	text-align: center;
  }
}
/* ======= post 2 our services ======= */
.post2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/background2.png) repeat;
  margin-bottom: 30px;
}
.post2:hover {
  background: url(../images/background2.png) repeat;
}
.post2 img {
  float: left;
  margin-right: 28px;
}
.post2 .wrapper {
  padding-top: 25px;
}
.post2 h3 {
  color: #ffffff;
  margin-bottom: 7px;
}
.post2 p {
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .post2 {
  	height: 800px;
  }

  .post2 p {
    padding: 10px;
  }
  .post2 h3 {
    padding: 10px;
  }
  .post2 img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .post2 {
  	height: 700px;
  }
}
@media (max-width: 767px) {
  .post2 {
  	height: 750px;
  }
}
@media (max-width: 479px) {
  .post2 {
  	height: auto;
  }
}
/* ======= Banner 5 Happy customers ======= */
.banner5 {
  padding: 124px 0 132px;
  text-align: center;
}
.banner5 h5 {
  margin-bottom: 51px;
  color: #2c2d2e;
}
.banner5 img {
  border-right: 500px;
  margin-bottom: 52px;
}
.banner5 h3 {
  margin-bottom: 17px;
}
.banner5 .cite {
  position: relative;
}
.banner5 .cite:before {
  font-family: FontAwesome;
  font-size: 113px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #ea202e;
  content: '\f10d';
  line-height: 90px;
  top: -117px;
  left: 50%;
  margin-left: -52.5px;
}
/* ======= Banner 6 Our capabilities ======= */
.banner6 {
  background: #4c4e50;
  padding: 98px 0 130px;
}
@media (max-width: 767px) {
  .banner6 {
    padding-top: 40px;
  }
}
.banner6 h2 {
  margin-bottom: 22px;
}
.banner6 .button {
  text-align: center;
}
/* ======= Post 3 our capabilities ======= */
.post3 img {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .post3 img {
    margin-bottom: 20px;
  }
}
.post3 h4 {
  margin-bottom: 17px;
}
.post3 p {
  margin-bottom: 21px;
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
}
.post3 .btn-big {
  margin-top: 14px;
}
/* ======= Banner 7 What we offer ======= */
.banner7 {
  background: url(../images/page2_img2.png) no-repeat right 0 #ea202e;
  position: relative;
}
@media (max-width: 767px) {
  .banner7 {
    background: #ea202e;
  }
}
.banner7 .wrapper {
  padding: 98px 0 129px;
  background: #ea202e;
}
@media (max-width: 1199px) {
  .banner7 .wrapper {
    padding: 20px 0 50px;
  }
}
.banner7 .wrapper h2 {
  margin-bottom: 20px;
}
.banner7 img {
  position: absolute;
  top: 0;
  right: 0;
}
/* ======= Post 4 What we offer ======= */
.post4 {
  text-align: center;
}
@media (max-width: 767px) {
  .post4 {
    margin-bottom: 50px;
  }
}
.post4 .label {
  font: 600 48px/94px "Open Sans", sans-serif;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  width: 98px;
  height: 98px;
  border-radius: 500px;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post4 h4 {
  margin-bottom: 7px;
}
.post4 h4 a:hover {
  color: #2c2d2e;
}
.post4 p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  padding: 0 12px;
}
/* ======= Banner 8 Featured Services ======= */
.banner8 {
  padding: 98px 0 102px;
}
@media (max-width: 767px) {
  .banner8 {
    padding-top: 40px;
  }
}
.banner8 h2 {
  color: #2c2d2e;
  margin-bottom: 14px;
}
/* ======= Tabs services ======= */
#tabs {
  text-align: left;
  color: #2c2d2e;
  height: auto;
}
#tabs a {
  display: block;
}
#tabs .tabs-list {
  position: relative;
  margin-top: 6px;
}

#mobile-0 {
	display: none;
}
#mobile-1 {
	display: none;
}
#mobile-2 {
	display: none;
}
#mobile-3 {
	display: none;
}

@media (max-width: 767px) {
  #tabs .tabs-list {
  	display: none;
    margin-bottom: 20px;
  }
  h3 {
  	text-align: center;
  }
  #mobile-0 {
  	display: block;
  }
  #mobile-1 {
  	display: block;
  }
  #mobile-2 {
  	display: block;
  }
  #mobile-3 {
  	display: block;
  }
  #tabs-1 {
  	display: none;
  }
  #tabs-2 {
  	display: none;
  }
  #tabs-3 {
  	display: none;
  }
  .post5 {
  	display: none;
  }
  .mobilepost5 h3 {
    margin-bottom: 14px;
  }
  .mobilepost5 p {
    margin-bottom: 28px;
  }
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
}
#tabs .tabs-list .ui-tabs-active .tab {
  color: #ea202e;
}
#tabs .tabs-list .ui-tabs-active .tab i {
  color: #ea202e;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none !important;
  text-align: left;
  display: block;
  border-bottom: 1px solid #9b9ea1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#tabs .tabs-list li:first-child {
  border-top: 1px solid #9b9ea1;
}
@media (max-width: 479px) {
  #tabs .tabs-list li {
  	display: none;
    padding-left: 10px;
  }
  #tabs .tabs-list {
  	display: none;
    margin-bottom: 20px;
  }
  #mobile-0 {
  	display: block;
  }
  #mobile-1 {
  	display: block;
  }
  #mobile-2 {
  	display: block;
  }
  #mobile-3 {
  	display: block;
  }
  #tabs-1 {
  	display: none;
  }
  #tabs-2 {
  	display: none;
  }
  #tabs-3 {
  	display: none;
  }
  .post5 {
  	display: none;
  }
  .mobilepost5 h3 {
    margin-bottom: 14px;
  }
  .mobilepost5 p {
    margin-bottom: 28px;
  }
}
#tabs .tabs-list li a {
  outline: medium none !important;
}
#tabs .tab {
  font: 700 18px/28px "Lato", sans-serif;
  display: block;
  color: #2c2d2e;
  text-transform: uppercase;
  position: relative;
  padding: 22px 0 16px;
}
@media (max-width: 1199px) {
  #tabs .tab {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  #tabs .tab {
    text-align: center;
    padding: 5px 0 5px;
  }
}
#tabs .tab span {
  margin-top: 13px;
  display: inline-block;
}
#tabs .tab i {
  color: #2c2d2e;
  font-size: 65px;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  #tabs .tab i {
    font-size: 30px;
    margin-top: 13px;
  }
}
#tabs .tab:hover {
  color: #ea202e;
}
#tabs .tab:hover i {
  color: #ea202e;
}
/* ======= Photo Gallery Sizes ============*/
div#photo-desktop-container {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
div.grid_9 {
	float: right;
}
p.photo-container-desktop {
	display: block;
	margin: 0 0 0 0;
	float: left;
	width: 250px;
	height: 150px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
p.video-container-desktop {
	display: block;
	margin: 0 0 0 0;
	float: left;
	width: 400px;
	height: 230px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.video-size-1 {
	width: 100%;
	height: 100%;
}
.imageDesktop {
	float: left;
	width: 100%;
	height: auto;
}
p.photo-container-mobile {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 15px;
}
p.video-container-mobile {
	float: left;
	width: 100%;
	height: 300px;
	padding-bottom: 20px;
	padding-top: 15px;
}
/* ======= Post 5 Featured services ======= */
.post5 h3 {
  margin-bottom: 14px;
}
.post5 p {
  margin-bottom: 28px;
}
/* ======= Banner 9 Car maintenance ======= */
.banner9 {
  background: url(../img/nissan_skyline_gtr_performance_modifications_engine_rebuilds.jpg) no-repeat center 0;
  background-size: cover;
  padding: 192px 0 84px;
}
.banner9 h2 {
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  p.video-container-desktop {
	  display: block;
	  margin: 0 0 0 0;
	  float: left;
	  width: 580px;
	  height: 300px;
	  overflow: hidden;
	  padding-right: 10px;
	  padding-left: 10px;
	  padding-bottom: 10px;
	  padding-top: 10px;
  }
}
@media (max-width: 979px) {
  .banner9 {
	  background: url(../img/nissan_skyline_gtr_performance_modifications_engine_rebuilds.jpg) no-repeat center 0;
	  background-size: cover;
	  padding: 132px 0 84px;
  }
  p.video-container-desktop {
	  display: block;
	  margin: 0 0 0 0;
	  float: left;
	  width: 485px;
	  height: 250px;
	  overflow: hidden;
	  padding-right: 10px;
	  padding-left: 10px;
	  padding-bottom: 10px;
	  padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .banner9 {
	  background: url(../img/nissan_skyline_gtr_performance_modifications_engine_rebuilds.jpg) no-repeat center 0;
	  background-size: cover;
  	  padding: 44px 0 44px;
  }
}
@media (max-width: 479px) {
  .banner9 {
	  background: url(../img/nissan_skyline_gtr_performance_modifications_engine_rebuilds.jpg) no-repeat center 0;
	  background-size: cover;
  	  padding: 38px 0 34px;
  }
}
/* ======= Post 6 Car maintenace ======= */
.post6 {
  margin-bottom: 36px;
}
.post6 img {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .post6 img {
    margin-bottom: 20px;
  }
}
.post6 h4 {
  margin-bottom: 13px;
}
.post6 p {
  margin-bottom: 21px;
  color: #ffffff;
  line-height: 22px;
  font-size: 20px;
}
/* ======= Banner 10 supercar advices ======= */
.banner10 {
  padding: 25px 0 47px;
  background: url(../images/page2_img6.png) no-repeat center 0;
  background-size: cover;
}
.banner10 h2 {
  text-align: left;
  margin-bottom: 1px;
}
.banner10 a {
  display: inline-block;
  margin-top: 62px;
}
.banner10 a:hover i {
  color: #2c2d2e;
}
.banner10 a i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 72px;
  line-height: 64px;
}
.banner10.__inset1 {
  background: url(../images/page3_img1.png) no-repeat center 0;
  background-size: cover;
}
.banner10.__inset1 a:hover i {
  color: #ea202e;
}
.banner11 {
  background: #4c4e50;
  padding: 98px 0 142px;
}
@media (max-width: 767px) {
  .banner11 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.banner11 h2 {
  margin-bottom: 22px;
}
#filters {
  margin-top: 6px;
  margin-bottom: 54px;
  /* ---- button-group ---- */
}
@media (max-width: 767px) {
  #filters {
    margin-bottom: 30px;
  }
}
#filters .button {
  display: inline-block;
  background: transparent;
  border: 2px solid #ffffff;
  padding: 17px 18px 18px;
  color: #ffffff;
  font: 700 18px/18px "Lato", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 979px) {
  #filters .button {
    padding: 17px 10px;
  }
}
@media (max-width: 767px) {
  #filters .button {
    display: block;
    margin-top: 10px;
  }
}
#filters .button:hover {
  color: #ffffff;
  border-color: #ea202e;
}
#filters .button:active,
#filters .button.is-checked {
  color: #ffffff;
  background: #ea202e;
  border-color: #ea202e;
  outline: none;
}
#filters .button.is-checked {
  color: #ffffff;
  background: #ea202e;
  border-color: #ea202e;
}
#filters .button:active {
  color: #ffffff;
  background: #ea202e;
  border-color: #ea202e;
}
#filters .button-group:after {
  content: '';
  display: block;
  clear: both;
}
#filters .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 56px;
}
.filter-by {
  display: block;
  font: 16px/24px "Lato", sans-serif;
  margin-top: 43px;
  margin-bottom: 5px;
}
.isotope .element-item {
  float: none;
  display: block;
  width: 88%;
}
/* ======= List 1 ======= */
.list1 {
  padding-right: 67px;
}
@media (max-width: 1199px) {
  .list1 .price {
    float: right;
  }
}
@media (max-width: 767px) {
  .list1 {
    margin-bottom: 30px;
  }
}
.list1 .wide {
  display: inline-block;
  min-width: 250px;
}
@media (max-width: 1199px) {
  .list1 .wide {
    min-width: 0;
    margin-right: 10px;
  }
}
.list1 li {
  position: relative;
}
.list1 li + li {
  margin-top: 21px;
}
.list1 li:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: url(../images/border1.png) repeat-x;
  bottom: -12px;
}
.list1 a {
  font: 300 15px/15px "Lato", sans-serif;
  color: #ffffff;
}
@media (max-width: 479px) {
  .list1 a {
    font-size: 12px;
    line-height: 12px;
  }
}
.list1 a:hover {
  color: #ea202e;
}
.list1 .appointment {
  font: 700 14px/15px "Lato", sans-serif;
  color: #ffffff;
  float: right;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .list1 .appointment {
    float: none;
    display: block;
  }
}
.list1 .appointment:hover {
  color: #ea202e;
}
.list1 li {
  display: block;
  font: 400 14px/14px "Lato", sans-serif;
  color: #2c2d2e;
}
/* ======= Post 7 Latest from the blog ======= */
.post7 {
  margin-top: 4px;
  padding-right: 70px;
  margin-bottom: 47px;
}
@media (max-width: 979px) {
  .post7 {
    padding-right: 0;
  }
}
.post7 .header {
  font: 300 18px/20px "Lato", sans-serif;
  color: #050505;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
}
.post7 .info {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 7px;
}
.post7 .info time {
  font: 300 15px/20px "Lato", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
.post7 .info time .divider {
  display: inline-block;
  margin: 0 10px;
}
.post7 .info:after {
  width: 100%;
  content: '';
  display: block;
  height: 2px;
  background: #696c6f;
  position: absolute;
  bottom: 0;
}
.post7 p {
  line-height: 24px;
  color: #ffffff;
}
.post7 .btn-default {
  margin-top: 10px;
}
/* ======= Banner 12  latest news ======= */
.banner12 {
  background: #ea202e;
  padding: 98px 0 65px;
}
@media (max-width: 767px) {
  .banner12 {
    padding-top: 40px;
  }
}
.banner12 h2 {
  margin-bottom: 12px;
}
/* ======= Post 8 latest news ======= */
.post8 {
  padding-left: 178px;
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 979px) {
  .post8 {
    padding-left: 70px;
  }
}
.post8 .label {
  position: absolute;
  left: 0;
  top: 9px;
  width: 140px;
  height: 140px;
  background: #ffffff;
}
@media (max-width: 979px) {
  .post8 .label {
    width: 50px;
    height: 50px;
  }
}
.post8 .label time {
  text-align: center;
  margin-top: 32px;
  display: block;
}
@media (max-width: 979px) {
  .post8 .label time {
    margin-top: 5px;
  }
}
.post8 .label time .day {
  font: 300 36px/36px "Lato", sans-serif;
  color: #ea202e;
  display: block;
  text-align: center;
}
@media (max-width: 979px) {
  .post8 .label time .day {
    font-size: 18px;
    line-height: 18px;
  }
}
.post8 .label time .month {
  font: 300 38px/36px "Lato", sans-serif;
  color: #ea202e;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .post8 .label time .month {
    font-size: 19px;
    line-height: 18px;
  }
}
.post8 h4 {
  margin-bottom: 7px;
  padding-right: 73px;
}
@media (max-width: 979px) {
  .post8 h4 {
    padding-right: 0;
  }
}
.post8 h4 a:hover {
  color: #2c2d2e;
}
.post8 p {
  line-height: 24px;
  color: #ffffff;
}
/* ======= Banner 13 Advanced cycle ======= */
.banner13 {
  padding: 28px 0 117px;
}
.banner13 h2 {
  color: #2c2d2e;
  margin-bottom: 11px;
}
/* ======= Post 9 Advanced cycle ======= */
.post9 h4 {
  color: #2c2d2e;
  margin-bottom: 14px;
}
.post9 h4 a:hover {
  color: #ea202e;
}
.post9 p {
  margin-bottom: 20px;
  line-height: 21px;
}
.post9 .vimeo-video1 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .post9 .vimeo-video1 {
    margin-top: 30px;
  }
}
/* ======= Banner 14 Contacts ======= */
.banner14 {
  background: #4c4e50;
  padding: 98px 0 102px;
}
@media (max-width: 767px) {
  .banner14 {
    padding-top: 40px;
  }
}
.banner14 h2 {
  margin-bottom: 22px;
}
.banner14 .button {
  text-align: center;
}
/* ======= Post 10 Privacy Policy ======= */
.post10 {
  margin-bottom: 28px;
}
.post10 .header {
  margin-bottom: 13px;
  font: 300 18px/29px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.post10 p {
  color: #ffffff;
  line-height: 21px;
  font-size: 14px;
}
.post10 .simple-link {
  color: #ea202e;
  margin-top: 17px;
  margin-bottom: -5px;
}
.post10 .simple-link:hover {
  color: #ffffff;
}
/* ======= Socials buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 18px;
}
.socials1 li a i {
  color: #ffffff;
  background: #4c4e50;
  text-align: center;
  font-size: 41px;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  background: #ea202e;
  color: #ffffff;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 iframe {
  width: 100%;
  height: 360px;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 290.52631578947364px;
  }
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 229.89473684210526px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 265.2631578947368px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 170.52631578947367px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 30px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 434px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */

address {
	font-size: 20px;
}

.address-block {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 50px;
  }
}
.address-block address {
  margin-bottom: 3px;
  font: 300 15px/22px "Lato", sans-serif;
  color: #ffffff;
}
.address-block .our-address {
  display: block;
  margin-bottom: 13px;
  font: 300 24px/24px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.address-block .numbers {
  display: inline-block;
  min-width: 75px;
}
.simple-link {
  display: inline-block;
  text-decoration: underline;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 93px 0;
  background: url(../img/car-mechanic-airport-west-melbourne.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
#footer.main {
  padding-top: 122px;
}
#footer h5 {
  margin-bottom: 52px;
}
#footer .phones {
  display: inline-block;
  padding-left: 109px;
  font: 700 35px/55px "Lato", sans-serif;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 479px) {
  #footer .phones {
    padding-left: 50px;
    font-size: 18px;
    line-height: 30px;
  }
}
#footer .phones span {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}
#footer .phones:before {
  font-family: FontAwesome;
  font-size: 105px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 55px;
  color: #ea202e;
  left: 0;
  top: 34px;
  content: '\f095';
}
@media (max-width: 479px) {
  #footer .phones:before {
    font-size: 40px;
    top: 4px;
  }
}
#footer .privacy-block {
  margin-top: 50px;
  font-size: 11px;
}
#footer2 {
  padding: 93px 0;
  background: url(../img/nissan_holden_ford_toyota_performance_modifications_turbo_shop_melbourne.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
#footer2.main {
  padding-top: 122px;
}
#footer2 h5 {
  margin-bottom: 52px;
}
#footer2 .phones {
  display: inline-block;
  padding-left: 109px;
  font: 700 35px/55px "Lato", sans-serif;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 479px) {
  #footer2 .phones {
    padding-left: 50px;
    font-size: 18px;
    line-height: 30px;
  }
}
#footer2 .phones span {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}
#footer2 .phones:before {
  font-family: FontAwesome;
  font-size: 105px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 55px;
  color: #ea202e;
  left: 0;
  top: 34px;
  content: '\f095';
}
@media (max-width: 479px) {
  #footer2 .phones:before {
    font-size: 40px;
    top: 4px;
  }
}
#footer2 .privacy-block {
  margin-top: 50px;
  font-size: 11px;
}

#footer-links {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

a.footer-link {
	display: block;
	margin: 0 auto;
	width: 300px;
	background-color: #4c4e50;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

a.footer-link:hover {
	display: block;
	margin: 0 auto;
	width: 300px;
	background-color: #e40b0b;
	color: #ffffff;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

@media (max-width: 479px) {

	a.footer-link {
		display: block;
		margin: 0 auto;
		width: 80%;
		background-color: #4c4e50;
		color: #ffffff;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		padding-top: 11px;
		padding-bottom: 11px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	
	a.footer-link:hover {
		display: block;
		margin: 0 auto;
		width: 80%;
		background-color: #e40b0b;
		color: #ffffff;
		text-decoration: underline;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		padding-top: 11px;
		padding-bottom: 11px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

}





table.contact-address-hours {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}



/*========================================================
                      Footer Map
========================================================*/

#footer-map-container {
  width: 100%;
  background: #e5e3df;
  height: 350px;
  text-align: center;
  color: #e5e3df;
  border-top: 5px solid #ffffff;
}

#footer-map {
	width: 100%;
	height: 350px;
}

@media (max-width: 767px) {
	#footer-map-container {
	  width: 100%;
	  background: #e5e3df;
	  height: 300px;
	  text-align: center;
	  color: #e5e3df;
	  border-top: 5px solid #ffffff;
	}
	
	#footer-map {
		width: 100%;
		height: 300px;
	}
}


/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #2c2d2e;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ea6966;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 100%; 
    height: 450px; 
    padding: 10px; 
    /*box-shadow: 0 0 20px rgba(0,0,0,0.4); */
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

span.google-maps-footer-directions {
	display: block;
	margin: 20px 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}