/*
*  Montenegro (HTML) 1.0
*  Copyright 2015, Limitless LLC
*  www.limitless.company
*/


/* Base Styles
================================================== */

  html { 
    font-size: 62.5%; 
  } 

  body {
    background-color: #eeeeee;
    border: 0px;
    color: #777777;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
  }


/* Typography
================================================== */

  h1, h2, h3, h4, h5, h6 { 
    font-family: "Open Sans";
    font-weight: 300;
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
    margin-top: 0;
    text-transform: capitalize;
  }

  h1 { font-size: 4.0rem; line-height: 1.2; }
  h2 { font-size: 3.6rem; line-height: 1.25; }
  h3 { font-size: 3.0rem; line-height: 1.3; }
  h4 { font-size: 2.4rem; line-height: 1.35; }
  h5 { font-size: 1.8rem; line-height: 1.5; }
  h6 { font-size: 1.5rem; line-height: 1.6; }

  p {
    color: #777777;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
  }


/* Links
================================================== */
  
  a { 
    color: inherit;
    text-decoration: none;
  }

  a:hover { 
    text-decoration: none;
  }

  a.link, a.link:before, a.link:after { 
    color: #000000;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    opacity: 0.75;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  a.link:hover { 
    opacity: 1;
  }

  a.circle {

  }

  a.circle span {
    color: rgba(34,34,34,0);
    display: inline-block;
    font-size: 11px;
    margin: 0px 15px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  a.circle:hover span {
    color: rgba(34,34,34,1);
  }

  a.circle:before {
    background-color: #222222;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    border-radius: 39px;
    content: " ";
    display: inline-block;
    height: 39px;
    width: 39px;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }

  a.circle:hover:before {
    background-color: #444444;
  }

  a.circle:active:before {
    background-color: transparent;
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    filter: invert(100%);
    box-shadow: inset 0px 0px 0px 1px #ffffff;
  }


/* Buttons 
================================================== */

  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    background-color: transparent;
    border: none;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 400;
    height: 12px;
    letter-spacing: 0.1em;
    line-height: 12px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; 
    white-space: nowrap;
    box-sizing: border-box; 
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #ffffff;
    outline: 0; 
  }


/* Forms
================================================== */

  input[type="email"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  textarea,
  select {
    background: transparent; 
    border: none;
    border-bottom: 1px solid #222222;
    color: #666666;
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    height: 38px;
    padding: 0px 15px 0px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  input[type="email"],
  input[type="search"],
  input[type="text"],
  textarea { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; resize: none; 
    border-radius: 0px;
  }

  textarea { 
    border: 1px solid #222222;
    min-height: 65px; 
    padding-bottom: 15px; 
    padding-top: 15px; 
  }

  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  textarea:focus, 
  select:focus { 
    border-color: #666666; 
    color: #ffffff;
    outline: 0; 
  }

  label, legend { 
    color: #666666;
    display: block; 
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: .5rem; 
    text-transform: uppercase;
  }

  fieldset { 
    border-width: 0; 
    padding: 0; 
  }

  input[type="checkbox"], input[type="radio"] { display: inline; }

  label > .label-body { display: inline-block; font-weight: normal; margin-left: .5rem; }

  ::-webkit-input-placeholder {
     color: #666666;
  }

  :-moz-placeholder {
     color: #666666; 
  }

  ::-moz-placeholder {
     color: #666666;
  }

  :-ms-input-placeholder {  
     color: #666666; 
  }


/* Lists
================================================== */

  ul { list-style: circle inside; }
  ol { list-style: decimal inside; }
  ol, ul { margin-top: 0; padding-left: 0; }
  ul ul, 
  ul ol,
  ol ol, 
  ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; }
  li { margin-bottom: 1rem; }


/* Span
================================================== */

  span {
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

/* Code
================================================== */

  code {
  	padding: .2rem .5rem;
  	margin: 0 .2rem;
  	font-size: 90%;
  	background: #F1F1F1;
  	border: 1px solid #E1E1E1;
  	border-radius: 4px;
  	white-space: nowrap; 
  }

  pre > code {
  	display: block;
  	padding: 1rem 1.5rem;
  	white-space: pre; 
  }


/* Tables
================================================== */

  th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #E1E1E1; }
  th:first-child, td:first-child { padding-left: 0; }
  th:last-child, td:last-child { padding-right: 0; }


/* Spacing
================================================== */

  button, .button { margin-bottom: 1rem; }
  input, textarea, select, fieldset { margin-bottom: 1.5rem; }
  pre, blockquote, form, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; }
  p { margin-bottom: 0; margin-top: 0; }


/* Blockquote
================================================== */

  blockquote {
    color: #000000;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 40px;
    margin: 0px;
    margin-bottom: 20px;
    text-transform: none;
  }


/* Utilities
================================================== */

  .u-full-width { width: 100%; box-sizing: border-box; }
  .u-max-full-width { max-width: 100%; box-sizing: border-box; }
  .u-pull-right { float: right; }
  .u-pull-left { float: left; }


/* Misc
================================================== */

  hr {
  	border-top: 1px solid #E1E1E1;
  	border-width: 0;
  	margin-top: 3rem;
  	margin-bottom: 3.5rem;
  }

  .aligncenter { text-align: center; }

  .alignleft { text-align: left; }

  .alignright { text-align: right; }

  .floatleft { float: left; }

  .floatright { float: right; }

  .unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }


/* Clearing
================================================== */

  .container:after,
  .row:after,
  .u-cf { content: ""; display: table; clear: both; }


/* Loader
================================================== */

  .loader {
    background-color: #eeeeee;
    background-image: url(../images/misc/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999;
  }


/* Custom
================================================== */

  section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }  

  section.topless {
    padding-top: 58px;
  }

  .wrapper {  
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .offset { padding: 100px 0px; }

  .overlay {
    bottom: 0px;
    left: 0px;
    padding-top: 0px !important;
    position: absolute !important;
    right: 0px;
    top: 0px;
  }

  .overlay.dark { background: rgba(0,0,0,0.75); }

  .overlay.light { background: rgba(255,255,255,0.75); }

  .overlay.transparent { background: transparent !important; }

  .cover {
    background-attachment: scroll;
    background-color: #111111;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    left: 0px;
    position: relative;
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }  

  .cover .image {
    background-attachment: scroll;
    background-color: #111111;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
  }  

  .cover .image.bottom {
    background-position: center bottom;
  }  

  .cover .image.top {
    background-position: center top;
  }  

  .cover .title, .cover .text {
    margin-bottom: 0px !important;
  }