
/*****************************************************
  * DH Interactive Ltd:
  * Duncan Hart
  * http://www.dhinteractive.co.uk
  *
  * Client: Ink and Oranges Inc
  * Client: http://www.inkandoranges.com
  *
  * Author: Duncan Hart
  * Author: http://www.dhinteractive.co.uk <support@dhinteractive.co.uk>
  *
  *Date 05/2014 - Created
  *
 *****************************************************
 */


/*****************************************************
* Global
/*****************************************************
*/

html, body {
  position: relative;
  height: 100%;
  color: #5e6a75;
  background: #191919;
}

body {
  margin: 0px;
  overflow: hidden;
  overflow-y: auto;
  font-family: Arial;
  font-size: 12px;
}

* {
  padding: 0;
  margin: 0;
}

a:link, a:visited {
  color: #ed6e00;
  text-decoration: none;
}

a:hover {
  color: #ed6e00;
  text-decoration: underline;
}

.highlight {
   color: #ed6e00; 
}

.wrapper {
  min-height: 99%;
}


/*****************************************************
* Preload
/*****************************************************
*/

.preload_1 {
  position: absolute;
  top: -5px;
  width: 100%;
  height: 1px;
  z-index: 600;
  display: block;
}

.preload_bar_1 {
  display: block;
  width: 1px;
  background: #ed6e00;
  height: 100%;
}


/*****************************************************
* Header & Footer
/*****************************************************
*/

.header {
  width: 100%;
  height: auto;
  background: #191919;
}

.header > .oranges {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 50px;
  height: 100px;
  background: url('../_img/_global/oranges.png');
  background-size: 50px auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .header > .oranges {
    display: none;
  }
}

.footer {
  position: relative;
  margin-top: -40px; /* negative value of footer height */
  height: 30px;
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  width: 90%;
  margin-left: 5%;
  clear: both;
}

.footer .highlight {
  color: #ed6e00;
}

.logo {
  position: relative;
  float: left;
  left: 5%;
  width: 130px;
  height: 69px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url('../_img/_global/logo_notagline.png');
  background-size: 130px 69px;
  background-repeat: no-repeat;
  z-index: 1000;
}


/*****************************************************
* Content
/*****************************************************
*/

.wrapper_inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.home {
  position: relative;
  float: left;
  margin-bottom: 25px;
}

.portfolio {
  float: left;
  width: 100%;
}

.item_1 {
  float: left;
  display: inline;
  width: 90%;
  height: 200px;
  background: #ebebeb;
  margin-left: 5%;
  margin-bottom: 10px;
  border: 5px solid #FFF;
  overflow: hidden;
}

.item_1 .description {
  position: absolute;
  top: 0;
  height: auto;  
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-size: 1px 1px;
  background-repeat: repeat;
  z-index: 600;
}

.item_1 .description a {
  text-decoration: none;
  color: inherit;
}

.item_1 .rollover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.item_1 .controlTitle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 900;
}

.item_1 .fade {
  position: absolute;
  left: 0;
  right:0;
  bottom:0;
  top:0;
  display: block;
  background: #000;
  opacity: 0;
  transition:opacity 0.5s;
  -webkit-transition:opacity 0.5s;
  -moz-transition:opacity 0.5s;
  -o-transition:opacity 0.5s;
  -ms-transition:opacity 0.5s;
}

.item_1:hover .fade{
  filter:alpha(opacity=30);
  opacity: 0.30;
}

.item_1:hover .description{
  color: #FFF;
}

/*****************************************************
* Information
/*****************************************************
*/

.info {
  margin: 0 auto;
  margin-top: 10px;
  width: 90%;
  min-height: auto;
  line-height: 18px;
}

a.info:hover {
  text-decoration: underline;
}

.info .title {
  float: left;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 10px;
  font-size: 16px;
}


/*****************************************************
* Contact
/*****************************************************
*/

.contact {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 16px;
}

.contact .title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
}

/*****************************************************
* Campaign
/*****************************************************
*/

.campaign_header {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  line-height: 18px;
  font-size: 8px;
}

.campaign_arrow_n, .campaign_arrow_p {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  visibility: hidden;
}

.campaign_arrow_n {
  position: fixed;
  right: 0;
  background: url('../_img/_global/arrow_n.png');
  background-size: 35px 35px;
  background-position: top right;
  background-repeat: no-repeat;
}

.campaign_arrow_p {
  /* left: 0px; */
  position: fixed;
  background: url('../_img/_global/arrow_p.png');
  background-size: 35px 35px;
  background-position: top left;
  background-repeat: no-repeat;
}

.campaign_item {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.campaign_item img {
  border: 3px solid #FFF;
}

/*****************************************************
* Maps
/*****************************************************
*/

#map-canvas {
  float: left;
  height: 300px;
  width: 100%;
}

/*****************************************************
* Primary Navigation
/*****************************************************
*/

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  width: 100%;
  float: left;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse a {
  float: left;
  color: #5e6a75;
  text-decoration: none;
  width: 100%;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
    background: url('../_img/_global/hamburger.png');
    background-size: 41px 41px;
    background-repeat: no-repeat;
    -webkit-background-size: 41px 41px;
    -moz-background-size: 41px 41px;
    -o-background-size: 41px 41px;
    background-size: 41px 41px;
    z-index: 100;
    position: absolute;
    text-decoration: none;
    overflow: hidden;
    right: 5%;
    margin-top: 25px;
    width: 41px;
    height: 41px;
}

.nav-collapse,
.nav-collapse ul li ul {
  margin-top: 10px;
}

.nav-collapse,
.nav-collapse ul li ul li a {
  color: #999;
}





/*****************************************************
* Responsive Override
/*****************************************************
*/

@media screen and (min-width: 640px) {

  .header {
    position: fixed;
    height: 170px;
    z-index: 500;
  }

  .logo {
    /* 
    position: relative;
    left: 50%;
    width: 300px;
    height: 104px;
    background: url('../_img/_global/logo.png');
    

    background-size: 300px 104px;
    margin-top: 20px;
    margin-left: -150px;
    margin-bottom: 20px;
    */
    position: relative;
    left: 50%;
    width: 300px;
    height: 104px;
    background: url('../_img/_global/logo.png');
    background-size: 300px 104px;
    margin-top: 20px;
    margin-left: -150px;
    margin-bottom: 20px;
  }

  .info {
    margin-top: 230px;
    width: 470px;
  }

  .info .title {
    font-size: 14px;
  }

  .portfolio.spacing {
    margin-top: 190px;
  }

  .nav-toggle {
    display: none;
  }

  .js .nav-collapse {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-collapse ul {
    display: inline-block;
    width: auto;
  }

  .nav-collapse,
  .nav-collapse ul {
    float: none;
    width: 90%;
  }

  .nav-collapse li {
    float: left;
    width: 20%;
  }
  
  .nav-collapse,
  .nav-collapse ul li ul {
    float: left;
    width: 100%;
  }

  .nav-collapse a {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    border: none;
  }

  .nav-collapse a:hover {
    text-decoration: underline;
  }

  .nav-collapse .selected {
    color: #CCC;
  }
  
  .nav-collapse li.first a {
  }

  .nav-collapse li.last a {
  }

  .nav-collapse ul li ul {
    display: none;
  }

  .nav-collapse ul li:hover ul {
    float: left;
    display: block;
    width: 100%;
  }

  .nav-collapse ul li:hover ul li {
    margin: 0 auto;
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 0px;
    text-align: center;
    background: #424b52;
  }

  .nav-collapse ul li ul li a {
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home {
    margin-top: 190px;
    width: 100%;
  }

  .campaign_header {
    line-height: 18px;
    font-size: 12px;
  }

  .item_1 {
    float: left;
    display: inline;
    width: 17.5%;
    height: 120px;
    background: #ebebeb;
    margin-left: 1.25%;
  }

  .item_1.first {
    margin-left: 0px;
  }

  .item_1.last {
  }

  .column {
    float: left;
    height: 100%;
    width: 49.5%;
  }

  .column.first {
    
  }

  .column.last {
    margin-left: 1%;
  }

  #map-canvas {
    width: 49%;
    height: 350px;
  }

  .contact {
    width: 49%;
    margin-top: 0px;
    margin-left: 2%;
  }

}


