/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

html {
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.4;
  background: #464646;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  background-color: #464646;
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #fff;
  margin:0;
  padding:0;
}
#holder {
  background-image: url(images/claymap_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.logo {
  position: absolute;
  top:40px;
  left:20px;
  right:20px;
  height:auto;
}
h1 {
  margin:0;
  padding:0;
}
h2 {
  margin:0 0 10px 0;
  padding:0;
  font-size:14px;
  color:#000000;
  line-height: 32px;
  letter-spacing: .27em ;
  font-weight:400;
  text-transform: uppercase;
}
.logo img {
  width:100%;
  height:auto;
  max-width: 525px;
}
.white-style {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:30px;
  font-size:14px;
  color:#000000;
  line-height: 32px;
  letter-spacing: .27em ;
  font-weight:400;
  text-transform:uppercase; 
  background: url(images/claymap_comingsoon_band.png) repeat-x center center;
  text-align: center;
  overflow: hidden;
}
.coming-soon {
  position:absolute;
  text-align: center;
  top:0;
  right:0;
  left: 0;
  bottom:0;
}

.contact-box {
  position:absolute;
  right:20px;
  left:20px;
  bottom:50px;
  top:auto;
  max-height: 280px;
  background: transparent;
  border:none;
  padding:0; 
  margin:0;
}
.person {
  float:right;
  width:220px;
  color: #000;
}
.oystein {
    padding-bottom:10px;
    border-bottom: solid 1px #FDC809;
}

.gautham {
    padding-top:10px;
}
.name {
  letter-spacing: .11em;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display:block;
  text-transform: uppercase;
}

.job-title {
  letter-spacing:.11em;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display:block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.phone {
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 700;
}
.phone .cntry {
  float:left;
  width:70px;
}
.phone a {
  letter-spacing: .06em;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.phone-holder {
  display: none;
}
.email {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .07em;
    text-transform: lowercase;
    display: block;
}


@media only screen and (max-width: 480px) {
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: " ";
  }
  .clearfix:after {
    clear: both;
  }
}

@media only screen and (min-width: 480px) {
  .logo {
    top:20px;
    left:40px;
    right:100px;
    max-width: 380px;
  }
  .contact-box {
    right:10px;
    left:auto;
  }
  .person {
    float:left;
  }
  .oystein {
    padding-bottom:0;
    padding-right: 10px;
    border-right: solid 1px #FDC809;
    border-bottom: none;
  }

  .gautham {
    padding-top:0;
    padding-left: 10px;
  }
  .phone-holder {
    display: block;
    height:22px;
  }
  .coming-soon {
    right:172px;
    left:auto;
  }
}

@media only screen and (min-width:600px) {
  h2 {
    float:left;
    margin-right:20px;
    line-height:26px;
  }
  .contact-box {
    bottom: 80px;
  }
}
@media only screen and (min-width : 768px) {
  .logo {
    top:20%;
    left:40px;
    max-width: 480px;
    right:250px;
  }
  h2 {
    padding-top:12px;
    margin-right:20px;
  }
  .contact-box {
    bottom:120px;
    right: 20px;
  }
  .person {
    width:255px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .oystein {
    padding-right: 30px;
  }
  .gautham {
    padding-left: 30px;
  }
  .name {
    letter-spacing: .2em;
    line-height: 28px;
  }
  .job-title {
    letter-spacing:.17em;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .phone {
    letter-spacing: .17em;
  }
  .phone a {
    letter-spacing: .2em;
  }
  .email {
    margin-top: 10px;
    letter-spacing: .1em;
  }
  .coming-soon {
    right:240px;
  }
}

@media only screen and (min-width : 960px) {
  .logo {
    max-width: 600px;
    right:250px;
  }
  h2 {
    margin-right:50px;
  }
  .contact-box {
    bottom:160px;
    right: 50px;
  }
  .person {
    width:300px;
  }
  .oystein {
    padding-right: 50px;
  }
  .gautham {
    padding-left: 50px;
  }
  .name {
    letter-spacing: .27em;
    line-height: 28px;
  }
  .job-title {
    letter-spacing:.2em;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .phone {
    letter-spacing: .2em;
  }
  .phone .cntry {
    width:100px;
  }
  .phone a {
    letter-spacing: .25em;
  }
  .email {
    margin-top: 15px;
    letter-spacing: .14em;
  }
  .coming-soon {
    right:330px;
  }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}