/*********************
COLOURS
*********************/
/*********************
TYPOGRAPHY
*********************/
/* 
ampersand 
*/
span.amp {
  /* font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif; */
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: normal;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
BORDER RADIUS
*********************/
/* USAGE: .border-radius(4px); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.buttons,
.buttons:visited {
  transform: perspective(2000px);
  background: #87be3c;
  padding: 10px;
  display: block;
  color: #fff;
  width: 60%;
  font-weight: bold;
  font-size: 13px;
  background-image: url("../images/_template/arrow_white.html");
  background-repeat: no-repeat;
  background-position: 143px;
  border-radius: 0px;
  width: 170px;
  border: 0px;
  text-shadow: 0px 0px;
}
.buttons:hover,
.buttons:visited:hover,
.buttons:focus,
.buttons:visited:focus {
  background-color: #109189;
  color: #ffffff;
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .brand {
    margin: 15px auto;
    text-align: right;
    max-width: 120px;
  }
  .mobNav {
    display: none;
  }
  .screenNav {
    display: block;
  }
  /* NAVIGATION
	-------------------------------------------------------------- */
  nav {
    margin: 20px auto 10px -15px;
  }
  nav > ul {
    margin: 0px;
  }
  nav > ul li a {
    color: #053d51;
    /*margin-bottom: 8px;*/
  }
  nav > ul li:last-child a {
    margin-right: 0px;
  }
  nav > ul li span {
    margin-right: 20px;
    border-bottom: 8px solid rgba(255, 255, 255, 0);
  }
  nav > ul li span:hover {
    color: #f29156;
    text-decoration: none;
    border-bottom: 8px solid #f29156;
    margin-bottom: 0px;
  }
  /*nav > ul li a:hover
	{
	color: @orange;
	text-decoration: none;
	border-bottom: 8px solid @orange;
	margin-bottom: 0px;
	}*/
  nav > ul li.selected span {
    color: #053d51;
    border-bottom: 8px solid #f29156;
    margin-bottom: 0px;
  }
  /*-- DROPDOWN --*/
  nav li > ul li.selected a {
    border: none;
  }
  nav li > ul li span,
  nav li > ul li a {
    /*background-color: #cc0000;*/
  }
  nav li > ul li span:hover,
  nav li > ul li a:hover {
    border: none;
  }
  /* LEVEL 2 NAV
______________________________________________________________ */
  .sub-nav {
    clear: both;
    display: block;
    /*margin-top:  310px;*/
    margin-bottom: 40px;
    color: #fff;
    background-color: #053d51;
  }
  .sub-nav ul {
    margin: 0px;
    padding: 0px;
  }
  .sub-nav ul li {
    display: inline-block;
    margin: 30px;
  }
  .sub-nav ul li:first-child {
    margin-left: 0px;
  }
  .sub-nav ul li a:link,
  .sub-nav ul li a:visited {
    color: #fff;
  }
  .sub-nav ul li a:hover {
    color: #f29156;
    text-decoration: none;
  }
  .sub-nav ul li a.selected {
    color: #f29156;
  }
  #product .sub-nav li {
    margin: 0 30px 0 0;
    line-height: 45px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer #footer-id {
    min-height: 175px;
  }
  #footer-social,
  .terms {
    text-align: right;
  }
}
