/*!
 * Krillion Ventures Website v1
 * Copyright 2014 Krillion Ventures
 * Created with love and coffee by Venture Architects
 */
/*	--------------------------------------------------
SASS Variables
-------------------------------------------------- */
/*dfdfdf;*/
test {
  color: #c0c0c0; }

/*	--------------------------------------------------
Basics
-------------------------------------------------- */
body {
  color: #93918b;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  position: relative;
  /*For scrollyspy */
  /*padding-top: 150px;*/
  /* Account for fixed navbar */
  background-color: #FFFFFF;
  font-family: "ARSMaquettePro-Regular", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  margin: 5px 0 15px;
  color: #343739;
  text-align: center; }

h1 {
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 2px; }

h2 {
  font-size: 36px;
  margin: 5px 0 25px; }

h3 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #93918b; }

h4 {
  font-size: 22px;
  font-family: "ARSMaquettePro-Regular", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif; }

h5 {
  font-size: 15px;
  color: #fec524;
  font-family: "ARSMaquettePro-Regular", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  margin: 0 0 10px; }

h6 {
  font-size: 18px;
  margin: 0; }

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, small.white {
  color: #FFFFFF; }

h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, p.black, small.black {
  color: #343739; }

h1.blue-normal, h2.blue-normal, h3.blue-normal, h4.blue-normal, h5.blue-normal, h6.blue-normal, p.blue-normal, small.blue-normal {
  color: #fec524; }

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark, p.dark, small.dark {
  color: #373f47; }

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white p.lead, .text-white small, .text-white li, .text-white .pluslist li:before {
  color: #FFFFFF; }

.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6, text-black p, .text-black p.lead {
  color: #343739; }

.text-blue-normal h1, .text-blue-normal h2, .text-blue-normal h3, .text-blue-normal h4, .text-blue-normal h5, .text-blue-normal h6, text-blue-normal p {
  color: #fec524; }

@media (max-width: 768px) {
  h1 {
    font-size: 45px; }

  /*h2 { font-size: 55px; }
  h3 { font-size: 35px; }*/ }
@media (max-width: 480px) {
  h1 {
    font-size: 55px; }

  h2 {
    font-size: 34px; }

  h3 {
    font-size: 30px; } }
p {
  margin: 0 0 12px;
  line-height: 1.4; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, small a {
  border-bottom: 1px solid rgba(172, 172, 164, 0);
  -webkit-transition: border-bottom-color ease .3s;
  transition: border-bottom-color ease .3s; }

a:hover {
  color: #ffae2d;
  /*color: inherit;*/
  text-decoration: none;
  border-bottom: 1px solid rgba(172, 172, 164, 0.2);
  -webkit-transition: border-bottom-color ease .3s;
  transition: border-bottom-color ease .3s; }

.text-white a:hover {
  color: rgba(255, 255, 255, 0.75); }

p a {
  font-family: "ARSMaquettePro-Medium", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  border-bottom: 1px solid rgba(172, 172, 164, 0.2);
  /*font-style: normal;*/ }

img a {
  border-bottom: none !important;
  -webkit-transition: none;
  transition: none; }

img a:hover, a.pull-left:hover {
  border-bottom: none !important;
  -webkit-transition: none;
  transition: none; }

.normal {
  font-weight: normal;
  font-style: normal; }

.white {
  color: #FFFFFF !important; }

/*	--------------------------------------------------
Z-Indexes
-------------------------------------------------- */
#reliability {
  z-index: 900 !important; }

#reliabilitybg {
  z-index: 899 !important; }

.section-container {
  z-index: 600; }

.section-body {
  z-index: 600; }

/*	--------------------------------------------------
Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'ARSMaquettePro-Light';
  src: url(../fonts/ARSMaquettePro-Light.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-Light.woff) format("woff"), url(../fonts/ARSMaquettePro-Light.ttf) format("truetype"), url(../fonts/ARSMaquettePro-Light.svg#c711cfabe93d31c473e4a40f9b8135cd) format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: 'ARSMaquettePro-LightItalic';
  src: url(../fonts/ARSMaquettePro-LightItalic.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-LightItalic.woff) format("woff"), url(../fonts/ARSMaquettePro-LightItalic.ttf) format("truetype"), url(../fonts/ARSMaquettePro-LightItalic.svg#1edad7a16a1788817798c0da3ab4e19f) format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 200; }
@font-face {
  font-family: 'ARSMaquettePro-Regular';
  src: url(../fonts/ARSMaquettePro-Regular.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-Regular.woff) format("woff"), url(../fonts/ARSMaquettePro-Regular.ttf) format("truetype"), url(../fonts/ARSMaquettePro-Regular.svg#fa20c367c6a148cda65f50238befb5f2) format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: 'ARSMaquettePro-RegularItalic';
  src: url(../fonts/ARSMaquettePro-Italic.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-Italic.woff) format("woff"), url(../fonts/ARSMaquettePro-Italic.ttf) format("truetype"), url(../fonts/ARSMaquettePro-Italic.svg#cf83888b4950ddf4d0aaf39a5b16bb1e) format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 300; }
@font-face {
  font-family: 'ARSMaquettePro-Medium';
  src: url(../fonts/ARSMaquettePro-Medium.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-Medium.woff) format("woff"), url(../fonts/ARSMaquettePro-Medium.ttf) format("truetype"), url(../fonts/ARSMaquettePro-Medium.svg#bca38cd97b16c9a0a447297f3709bcd3) format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'ARSMaquettePro-MediumItalic';
  src: url(../fonts/ARSMaquettePro-MediumItalic.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-MediumItalic.woff) format("woff"), url(../fonts/ARSMaquettePro-MediumItalic.ttf) format("truetype"), url(../fonts/ARSMaquettePro-MediumItalic.svg#8c33ddd7a40f3b72e7c23dbd15d32cab) format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: 'ARSMaquettePro-Bold';
  src: url(../fonts/ARSMaquettePro-Bold.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-Bold.woff) format("woff"), url(../fonts/ARSMaquettePro-Bold.ttf) format("truetype"), url(../fonts/ARSMaquettePro-Bold.svg#bca38cd97b16c9a0a447297f3709bcd3) format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'ARSMaquettePro-BoldItalic';
  src: url(../fonts/ARSMaquettePro-BoldItalic.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-BoldItalic.woff) format("woff"), url(../fonts/ARSMaquettePro-BoldItalic.ttf) format("truetype"), url(../fonts/ARSMaquettePro-BoldItalic.svg#8c33ddd7a40f3b72e7c23dbd15d32cab) format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 500; }
@font-face {
  font-family: 'ARSMaquettePro-Black';
  src: url(../fonts/ARSMaquettePro-Black.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-Black.woff) format("woff"), url(../fonts/ARSMaquettePro-Black.ttf) format("truetype"), url(../fonts/ARSMaquettePro-Black.svg#bca38cd97b16c9a0a447297f3709bcd3) format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'ARSMaquettePro-BoldItalic';
  src: url(../fonts/ARSMaquettePro-BlackItalic.eot);
  /* IE9 Compat Modes */
  src: url(../fonts/ARSMaquettePro-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/ARSMaquettePro-BlackItalic.woff) format("woff"), url(../fonts/ARSMaquettePro-BlackItalic.ttf) format("truetype"), url(../fonts/ARSMaquettePro-BlackItalic.svg#8c33ddd7a40f3b72e7c23dbd15d32cab) format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: 'entypo';
  src: url(../fonts/entypo.eot);
  src: url(../fonts/entypo.eot?#iefix) format("embedded-opentype"), url(../fonts/entypo.woff) format("woff"), url(../fonts/entypo.ttf) format("truetype"), url(../fonts/entypo.svg#entypo) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'entypo-social';
  src: url(../fonts/entypo-social.eot);
  src: url(../fonts/entypo-social.eot?#iefix) format("embedded-opentype"), url(../fonts/entypo-social.woff) format("woff"), url(../fonts/entypo-social.ttf) format("truetype"), url(../fonts/entypo-social.svg#entypo-social) format("svg");
  font-weight: normal;
  font-style: normal; }
/*	--------------------------------------------------
Animations
-------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-khtml-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -khtml-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-khtml-keyframes fadeInDown {
  0% {
    opacity: 0;
    -khtml-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -khtml-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -khtml-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-khtml-keyframes bounceInDown {
  0% {
    opacity: 0;
    -khtml-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -khtml-transform: translateY(30px); }
  80% {
    -khtml-transform: translateY(-10px); }
  100% {
    -khtml-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -khtml-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/*	--------------------------------------------------
Main Page Elements
-------------------------------------------------- */
.section-wrapper,
.container,
.disruptor,
.top-left,
.top-right,
.bottom-left,
.bottom-right,
.sequence-container,
.static-container,
.arrows {
  display: block; }

.section-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

/*.section-container {
	width: 980px;
	height: 700px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -350px;
	position: fixed;
}*/
@media (min-width: 1024px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1140px; } }
/*.container.wide {
	width: 1140px;
}*/
.row {
  margin-bottom: 20px; }

.row-tight {
  margin-bottom: 0; }

.row-spaced {
  margin-bottom: 40px; }

form .row {
  margin-bottom: 5px; }

.row:last-child {
  margin-bottom: 0; }

.col-xs-1 .extra-padding, .col-sm-1 .extra-padding, .col-md-1 .extra-padding, .col-lg-1 .extra-padding, .col-xs-2 .extra-padding, .col-sm-2 .extra-padding, .col-md-2 .extra-padding, .col-lg-2 .extra-padding, .col-xs-3 .extra-padding, .col-sm-3 .extra-padding, .col-md-3 .extra-padding, .col-lg-3 .extra-padding, .col-xs-4 .extra-padding, .col-sm-4 .extra-padding, .col-md-4 .extra-padding, .col-lg-4 .extra-padding, .col-xs-5 .extra-padding, .col-sm-5 .extra-padding, .col-md-5 .extra-padding, .col-lg-5 .extra-padding, .col-xs-6 .extra-padding, .col-sm-6 .extra-padding, .col-md-6 .extra-padding, .col-lg-6 .extra-padding, .col-xs-7 .extra-padding, .col-sm-7 .extra-padding, .col-md-7 .extra-padding, .col-lg-7 .extra-padding, .col-xs-8 .extra-padding, .col-sm-8 .extra-padding, .col-md-8 .extra-padding, .col-lg-8 .extra-padding, .col-xs-9 .extra-padding, .col-sm-9 .extra-padding, .col-md-9 .extra-padding, .col-lg-9 .extra-padding, .col-xs-10 .extra-padding, .col-sm-10 .extra-padding, .col-md-10 .extra-padding, .col-lg-10 .extra-padding, .col-xs-11 .extra-padding, .col-sm-11 .extra-padding, .col-md-11 .extra-padding, .col-lg-11 .extra-padding, .col-xs-12 .extra-padding, .col-sm-12 .extra-padding, .col-md-12 .extra-padding, .col-lg-12 .extra-padding {
  padding-left: 30px;
  padding-right: 30px; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #c5c5c5; }

hr.white {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid rgba(172, 172, 164, 0.3); }

hr.black {
  border-top: 1px solid #000000; }

.well-md {
  padding: 14px;
  border-radius: 4px; }

.well-lgr {
  padding: 39px;
  border-radius: 6px; }

.well-transparent {
  background-color: transparent;
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*	--------------------------------------------------
Main Content Typography
-------------------------------------------------- */
.big-p {
  font-size: 18px; }

.large-text,
.large-text a {
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 15px;
  color: #fec524;
  text-align: center; }

.medium-text,
.medium-text a {
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 15px;
  color: #fec524;
  text-align: center; }

.hero,
.hero a {
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  line-height: 1.3;
  color: #93918b;
  text-align: center; }

.lead,
.lead a {
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  color: #93918b;
  text-align: center; }

.lead a:hover {
  color: #343739; }

@media (max-width: 768px) {
  .lead, .lead a {
    font-size: 18px; } }
.title {
  font-family: "ARSMaquettePro-Medium", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  color: #aaa; }

.question {
  font-family: "ARSMaquettePro-Medium", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #373f47; }

.highlight {
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  padding: 12px 14px;
  color: #000000 !important;
  white-space: nowrap;
  background-color: #c8de01;
  width: auto;
  display: inline-block;
  margin-bottom: 0; }

@media (max-width: 768px) {
  .highlight {
    font-size: 18px; } }
.text-border {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  overflow: hidden; }

h3.text-border {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 0;
  overflow: hidden; }

h5.text-border {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden; }

/* --------------------------------------------------
Lists
-------------------------------------------------- */
ul,
ol {
  padding-left: 20px; }

li {
  /*margin-bottom: 3px;*/ }

.list-spaced li {
  margin-bottom: 8px; }

.list-border li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(172, 172, 164, 0.3);
  list-style-type: none; }

.checklist {
  padding-left: 0; }

.checklist li {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(172, 172, 164, 0.3); }

.checklist li a {
  color: #fec524;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.checklist li a:hover {
  color: #93918b;
  border-bottom: none; }

.checklist-image li {
  padding-left: 30px;
  background-image: url(../img/str/checkmark.svg);
  background-position: left 0;
  background-repeat: no-repeat;
  padding-top: 3px;
  padding-bottom: 17px;
  margin-bottom: 10px; }

.checklist .glyphicons {
  color: #93918b; }

.checklist .glyphicons i:before {
  color: #fec524; }

.checklist a.glyphicons,
.checklist .glyphicons a {
  color: #fec524; }

.checklist a.glyphicons i:before {
  color: #fec524;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.checklist a.glyphicons:hover i:before {
  color: #93918b; }

.icon-checklist {
  padding-top: 15x;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  /*-webkit-font-smoothing: antialiased;*/
  color: green;
  margin-right: 10px;
  /*-webkit-text-stroke: 1px $white;*/ }

.pluslist {
  padding-left: 0; }

.pluslist li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 1.2;
  padding-left: 20px; }

.pluslist li:before {
  margin-left: -20px;
  content: "+";
  padding-right: 10px;
  font-family: "ARSMaquettePro-Bold", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  color: #fec524; }

.pluslist li strong {
  font-family: "ARSMaquettePro-Bold", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  color: #fec524;
  margin-right: 3px; }

.media-list {
  text-align: left !important; }

.media-body h5 {
  margin-bottom: 5px; }

.media {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.media > .pull-left {
  margin-right: 20px; }

.media > .pull-right {
  margin-left: 20px; }

.sitemap ul {
  list-style: none;
  margin-left: 0;
  font-size: 15px;
  padding-left: 0; }

.sitemap ul li {
  line-height: 24px;
  color: #999; }

.sitemap ul li.title {
  color: #818277;
  font-size: 15px;
  border-bottom: 1px solid #d2cec7;
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
  font-family: "roboto_medium", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal; }

.sitemap ul li.title a {
  color: #f5f5f5; }

.sitemap ul li.title a:hover {
  color: #47B9FF; }

/*	--------------------------------------------------
Header / Navbar
-------------------------------------------------- */
.navbar {
  min-height: 50px; }

.navbar-white {
  margin-bottom: 0;
  background: #FFFFFF;
  /* Old browsers */
  background: rgba(255, 255, 255, 0.65);
  /*padding: 0;*/
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-main {
  margin-bottom: 0;
  min-height: 100px;
  background: transparent;
  /* Old browsers */
  background: rgba(255, 255, 255, 0);
  border-bottom: none;
  /*padding: 0;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  /*background-color: #fff;*/
  /*border-top: 1px solid rgba(24, 24, 24, 0.05);*/
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.05);
  z-index: 50; }

@media (max-width: 768px) {
  .navbar-main {
    min-height: 60px;
    background: rgba(255, 255, 255, 0.8) !important; } }
.navbar-nav {
  margin-bottom: 0;
  font-family: "ARSMaquettePro-Medium", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  /*font-weight: 300;*/
  font-style: normal;
  font-size: 15px;
  margin-top: 35px; }

@media (max-width: 768px) {
  .navbar-nav {
    margin-top: 10px;
    margin-bottom: 20px; } }
.navbar-nav > li > a {
  /*padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;*/ }

.nav > li > a {
  padding: 6px 12px;
  /*color: $white;*/
  text-transform: uppercase;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s;
  letter-spacing: 1px; }

.navbar-default .navbar-nav > li > a {
  color: #93918b; }

.navbar-default .navbar-nav > li > a:hover {
  color: #fec524; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: none;
  border-bottom: none; }

.nav > li > a:hover {
  color: #93918b;
  text-decoration: none; }

.navbar-btn {
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 12px;
  margin-left: 12px;
  color: #FFFFFF;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.nav > .current > a,
.nav > .current > a.current,
.nav > .current-parent > a.current-parent,
.nav > .current > a:hover,
.nav > .current > a:focus,
.nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fec524;
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-bottom: none;
  /*-webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;*/ }

@media (max-width: 979px) {
  .nav > li > a {
    padding: 6px 12px; } }
@media (max-width: 768px) {
  .nav > li > a {
    padding: 3px 20px 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

  /*.navbar-nav.navbar-right:last-child {
    margin-right: -15px; } */ }
.navbar-brand,
.navbar-brand.current {
  float: left;
  /*margin: 25px 25px 25px 0;*/
  font-size: 18px;
  line-height: 1;
  height: 100px;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
  border-bottom: none; }

.logo {
  float: left;
  position: relative;
  width: 160px;
  height: 50px; }

.navbar-toggle {
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 30px;
  margin-bottom: 30px; }

@media (max-width: 480px) {
  .navbar-brand,
  .navbar-brand.current {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0;
    height: 60px; }

  .navbar-toggle {
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 15px !important;
    margin-bottom: 15px; } }
.affix-container {
  height: 42px; }

/*	--------------------------------------------------
Page Components
-------------------------------------------------- */
/********************
Section Basics
********************/
.section {
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
  position: relative; }

.section-less {
  padding: 50px 0; }

.section-tight {
  padding: 25px 0; }

.section-flush {
  padding: 0; }

.section-spaced {
  margin: 25px 0; }

@media (max-width: 768px) {
  .section {
    padding: 40px 0 40px; } }
.section-border {
  border-top: 1px solid #d9dee1;
  border-bottom: 1px solid #d9dee1;
  border-radius: 0; }

.section-border-top {
  border-top: 1px solid #d9dee1;
  border-radius: 0; }

.section-border-bottom {
  border-bottom: 1px solid #d9dee1;
  border-radius: 0; }

.section-gold {
  background-color: #fec524;
  color: #FFFFFF; }

.section-gold p, .section-gold small, .section-gold .lead, .section-gold .text-white {
  color: #ffe8af; }

.section-gold h1, .section-gold h2, .section-gold h3, .section-gold h4, .section-gold h5, .section-gold h6 {
  color: #FFFFFF; }

.section-gold a:hover {
  color: rgba(255, 255, 255, 0.75); }

.section-dark {
  background-color: #373f47;
  color: #FFFFFF; }

.section-dark p, .section-dark small, .section-dark .text-white {
  color: #FFFFFF; }

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6 {
  color: #fec524; }

.section-dark a:hover {
  color: rgba(255, 255, 255, 0.75); }

.section-offwhite {
  background-color: #fbfcfb; }

.section-gold-very-light {
  background-color: #F2F6F9; }

.section-gold-light {
  background-color: #ffe8af; }

.section-gold-grey {
  background-color: #93918b; }

.section-grey-light {
  background-color: #c5c5c5; }

.section-grey {
  background-color: #93918b; }

.section-grey-blend {
  background-color: #e3e0dc;
  /**background-color: #e3e0dc;*/
  background-image: -moz-linear-gradient(top, #e3e0dc, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e0dc), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e3e0dc, #ffffff);
  background-image: -o-linear-gradient(top, #e3e0dc, #ffffff);
  background-image: linear-gradient(to bottom, #e3e0dc, #ffffff);
  background-repeat: repeat-x; }

.section-black {
  background-color: #343739; }

/********************
Home 1 - Start
********************/
/* Zurb */
#start {
  min-height: 700px;
  background-image: url(../img/con/home/background-start.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #45474D;
  /*background: url(../img/con/home/background-start.jpg) no-repeat center top #45474D;*/
  width: 100%;
  background-attachment: fixed;
  /*background-size: 1400px 700px;*/
  background-size: cover;
  padding-top: 300px;
  margin-bottom: 0px; }

@media only screen and (min-width: 2000px) {
  #start {
    min-height: 550px;
    background-size: cover;
    background-position: center -200px; } }
@media only screen and (max-width: 767px) {
  #start {
    min-height: 450px;
    padding-top: 200px;
    background-size: 1400px 700px;
    /*background-position: 70% top;
    margin-bottom: 70px*/ } }
@media only screen and (max-width: 480px) {
  #start {
    padding-top: 120px !important;
    /*background-position: 70% top;
    margin-bottom: 70px*/ } }
#start:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)); }

/***********************
Home 2 - Introduction
************************/
#introduction {
  /*min-height: 850px; 
  height:100%;
  background-size: cover;
  display: block !important;*/ }

@media only screen and (max-width: 767px) {
  /*#introduction {
  	min-height: 450px; 
  }*/ }
/********************
Home 3 - About
********************/
#about {
  width: 100%;
  min-height: 550px;
  background-color: #999 !important;
  background-image: url(../img/con/home/background-about.jpg);
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: 2000px 1333px;
  background-position: center -100px;
  padding-top: 200px;
  /*overflow: hidden;
  zoom: 1;*/ }

.about-top {
  margin-bottom: 130px; }

/*@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#about {
		background-color: #222;
		background: url(../img/con/home/background-about.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		width: 100%; 
		background-position: center 0;
		/*height: 400px;*!/
		/*background-position: 50% 50% !important;*!/
	}
}*/
@media only screen and (max-width: 767px) {
  #about {
    background-image: url(../img/con/home/background-about.jpg);
    background-repeat: no-repeat;
    background-size: 1500px 999px;
    background-position: center -80px;
    width: 100%;
    padding-top: 120px;
    background-color: #aaa !important;
    /*min-height: 500px;
    padding-bottom: 40px;*/ }

  .about-top {
    margin-bottom: 50px; } }
/*@media (max-width: 480px) {
	#about {
		background-image: none;
	}
}*/
/********************
Home 4 - Goals
********************/
/********************
Home 6 - Portfolio
********************/
#portfolio {
  background-image: url(../img/con/home/background-start.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #45474D;
  /*background: url(../img/con/home/background-start.jpg) no-repeat center top #45474D;*/
  width: 100%;
  background-attachment: fixed;
  /*background-size: 1400px 700px;*/
  background-size: cover;
  margin-bottom: 0px; }

/*	#portfolio {
		width: 100%; 
		min-height: 450px;
		background-color: $gold;
		background-image: url(../img/con/home/background-locations.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		/*overflow: hidden;
		zoom: 1;*!/
	}*/
#portfolio:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 240, 200, 0.7));
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 240, 200, 0.7));
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 240, 200, 0.7));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 240, 200, 0.7)); }

/*.no-cssgradients #portfolio:before {
    background: rgba(60, 200, 120, 0.8);
}
#portfolio .container {
	padding-top: 60px;
	padding-bottom: 60px;
}*/
/*#portfolio .section-content {
	margin-top: 10%;
}*!/

#portfolio .btn-aim-link {
	color: $white;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#portfolio {
		background-color: $gold!important;
		background: url(../img/con/home/background-locations.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		width: 100%; 
		background-position: center;
		/*height: 400px;*!/
		/*background-position: 50% 50% !important;*!/
	}
}
@media only screen and (max-width: 767px) {
	#portfolio {
		background-color: $gold;
		background: url(../img/con/home/background-locations.png);
		background-repeat: no-repeat;
		background-size: cover;
		/*background-position: 50% 0% !important;*!/
		width: 100%; 
		/*min-height: 500px;
		padding-bottom: 40px;*!/
	}
}
@media (max-width: 480px) {
	#portfolio {
		background-image: none;
		background-color: $gold!important;
	}
}*/
/********************
Home 7 - Image Square
********************/
/*#image-square .row {
	margin-bottom: 30px;
}*/
#image-square .col-sm-12,
#image-square .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px; }

/**********************
Jobs
***********************/
#jobs .btn-lg {
  padding: 15px 20px;
  font-size: 26px;
  line-height: 1.33;
  border-radius: 6px;
  /*font-family: $font-light!important; font-weight: 300; font-style: normal;*/
  margin-top: 10px; }

/**********************
Contact
***********************/
#contact .btn-lg {
  padding: 15px 20px;
  font-size: 26px;
  line-height: 1.33;
  border-radius: 6px;
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  /*margin-top: 10px;*/ }

#contact .medium-text {
  padding: 15px 0;
  line-height: 1.33;
  margin-bottom: 0;
  color: #FFFFFF; }

/********************
Int 1 - Start
********************/
#int-start {
  min-height: 150px;
  width: 100%;
  /*margin-top: -80px;*/
  background-color: #111;
  background-image: url(../img/con/home/background-start.jpg);
  background-repeat: none;
  background-attachment: fixed;
  background-size: cover;
  background-position: center 0px;
  padding-top: 80px;
  padding-bottom: 80px; }

@media only screen and (min-width: 2000px) {
  #int-start {
    min-height: 550px;
    background-size: cover;
    background-position: center -200px; } }
@media only screen and (max-width: 767px) {
  #int-start {
    min-height: 450px;
    padding-top: 200px;
    background-size: 1400px 700px;
    /*background-position: 70% top;
    margin-bottom: 70px*/ } }
@media only screen and (max-width: 480px) {
  #int-start {
    padding-top: 120px !important;
    /*background-position: 70% top;
    margin-bottom: 70px*/ } }
#int-start:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)); }

/********************
Companies - Portfolio
********************/
.gallery-types {
  margin-bottom: 0 !important;
  font-family: "ARSMaquettePro-Medium", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  /*font-weight: 300;*/
  font-style: normal;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.gallery-types > li {
  position: relative;
  display: inline-block; }

/* line 19, /Users/max/Projekte/Statamic/Themes/statamic-bootstrap/_theme/bootstrap/_less/vendor/navs.less */
.gallery-types > li > a {
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  color: #979797;
  text-transform: uppercase;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s;
  letter-spacing: 1px;
  border: none; }

.gallery-types > li > a:hover {
  color: #8ac234; }

.gallery-container:before,
.gallery-container:after {
  content: " ";
  display: table; }

.gallery-container:after {
  clear: both; }

/*
 * Center container
 */
/*.gallery-container-center {
  margin-left: auto;
  margin-right: auto; 
}*/
.gallery-container .gallery-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  margin-bottom: 20px;
  /*clear: both;*/
  display: inline-block;
  min-height: 200px;
  width: 25%;
  float: left;
  position: relative;
  padding-left: 5px;
  padding-right: 5px; }

/*.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }*/
@media only screen and (max-width: 767px) {
  .gallery-container .gallery-item {
    margin-bottom: 10px;
    min-height: 200px; } }
a.portfolio-logo {
  border: 1px solid #f2f2f2;
  float: left;
  position: relative;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

a.portfolio-logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0px;
  pointer-events: none;
  z-index: 200;
  background: rgba(255, 255, 255, 0);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear; }

a.portfolio-logo:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0px;
  pointer-events: none;
  z-index: 200;
  background: #ffc524;
  /*background-image: -webkit-linear-gradient(45deg, rgba(255, 167, 36, 0.5), rgba(255, 167, 36, 0.7));
  /*rgba(85, 200, 95, 0.8), rgba(0, 85, 60, 0.8)*!/
  background-image: -moz-linear-gradient(45deg, rgba(255, 167, 36, 0.5), rgba(255, 167, 36, 0.7));
  background-image: -o-linear-gradient(45deg, rgba(255, 167, 36, 0.5), rgba(255, 167, 36, 0.7));
  background-image: linear-gradient(45deg, rgba(255, 167, 36, 0.5), rgba(255, 167, 36, 0.7));*/ }

.gallery-container .gallery-type {
  background: #8ac234;
  text-align: center;
  /*padding: 30px;*/
  /*min-height: 205px;*/ }

.gallery-container .gallery-type p {
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  font-family: "ARSMaquettePro-Medium", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px; }

.gallery-container .gallery-type p a:hover {
  color: #213435;
  border: none; }

.gallery-container .gallery-interior {
  background: #fbfcfb;
  padding: 20px 30px;
  min-height: 120px;
  border: 1px solid #f2f3f2; }

.gallery-interior h3 {
  font-size: 22px; }

.gallery-interior p {
  font-family: "ARSMaquettePro-Regular", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #53944c;
  /*text-align: center;*/
  margin-bottom: 0;
  text-transform: uppercase; }

.gallery-container .gallery-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  margin-bottom: 20px;
  /*clear: both;*/
  display: inline-block;
  min-height: 200px;
  width: 25%;
  float: left;
  position: relative;
  padding-left: 5px;
  padding-right: 5px; }

	/*
	
	
	
	.grid {
		position: relative;
		/*margin: 0 auto;
		padding: 1em 0 4em;
		max-width: 1000px;*!/
		list-style: none;
		text-align: center;
	}
	
	
	
	
	
	.hero-grid {
	    padding: 0;
	    position: relative;
	    max-height: 84vh;
	    
	    background-image: url(../img/con/home/background-start.jpg);
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-color: #45474D;
	    background-attachment: fixed;
	    /*background-size: 1400px 700px;*!/
	    background-size: cover;
	    width: 100%;
	    color: #ddd;
	}
	.grid .cover-content {
	    display: table;
	    padding-top: 0;
	    position: relative;
	    /*height: 150px;*!/
	    /*background-image: url(../img/con/portfolio/logo-aces@2x.png);
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-color: #FFF;
	    background-size:100% 100%;*!/
	    /*background-attachment: fixed;*!/
	    /*background-size: cover;*!/
	    width: 49%;
		background-color: #FFF;
		margin: 7px 0.5%;
		/*padding-top: 2.5%;
		padding-bottom: 2.5%;*!/
	}
	
	.grid .cover-content .graphic-full {
	    display: none
	}
	
	.grid .cover-content .graphic-mobile {
	    display: block
	}
	
	.grid .cover-block {
	    display: table-cell
	}
	
	.grid .cover-block.align-left-top {
	    vertical-align: top
	}
	
	.grid .cover-block.align-left-top .cover-lockup {
	    margin: 0 auto 0 0
	}
	
	.grid .cover-block.align-left-center {
	    vertical-align: middle
	}
	
	.grid .cover-block.align-left-center .cover-lockup {
	    margin: 0 auto 0 0
	}
	
	.grid .cover-block.align-left-bottom {
	    vertical-align: bottom
	}
	
	.grid .cover-block.align-left-bottom .cover-lockup {
	    margin: 0 auto 0 0
	}
	
	.grid .cover-block.align-center-top {
	    vertical-align: top
	}
	
	.grid .cover-block.align-center-top .cover-lockup {
	    margin: 0 auto
	}
	
	.grid .cover-block.align-center-center {
	    vertical-align: middle
	}
	
	
	.grid .cover-lockup {
	    /*padding: 40px 30px;*!/
	    /*max-width: 70%*!/
	}
	
	@media screen and (min-width: 768px) {
	    .grid .cover-content {
	        padding-top: 0;
	        width: 24%;
	    }
	
	    .grid .cover-content .graphic-full {
	        display: block
	    }
	
	    .grid .cover-content .graphic-mobile {
	        display: none
	    }
	
	    .grid .cover-lockup {
	        /*padding: 40px 30px;*!/
	        /*max-width: 70%*!/
	    }
	
	    .grid .cover-lockup .tagline {
	        /*max-width: 70%*!/
	    }
	}
	
	
	
	
	
	/*.grid .cover-content {
	    display: table;
	    padding-top: 0;
	    position: relative;
	    height: 84vh;
	}*!/
	
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		/*margin: 7px 0.5%;
		padding-top: 2.5%;
		padding-bottom: 2.5%;*!/
		/*min-height: 200px;*!/
		/*min-width: 320px;
		max-width: 480px;
		max-height: 360px;*!/
		/*width: 24%;*!/
		border: 1px solid $grey-very-light;
		background: $white;
		text-align: center;
		cursor: pointer;
		display: table;
	}
	
	@media only screen and (max-width: 990px) {
			.grid figure {
				/*margin: 7px 0.5%;
				width: 49%;*!/
			}
		}
	
	@media only screen and (max-width: 648px) {
			.grid figure {
				margin: 7px 1.5%;
				width: 97%;
				display: inline-block;
			}
		}
	
	/*.grid .figure .cover-block {
	    display: table-cell
	}
	.grid .figure .cover-block.align-center-center {
	    vertical-align: middle
	}*!/
	
	.grid figure img {
		position: relative;
		display: block;
		/*min-height: 100%;
		max-width: 100%;*!/
		opacity: 1;
		
		float: left;
	}
	
	.grid figure figcaption {
		/*padding: 15px;*!/
		color: #fff;
		/*text-transform: uppercase;*!/
		/*font-size: 1.25em;*!/
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	.grid figure figcaption::before,
	.grid figure figcaption::after {
		pointer-events: none;
	}
	
	.grid figure figcaption,
	.grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/* Anchor will cover the whole item by default *!/
	/* For some effects it will show as a button *!/
	.grid figure figcaption > a {
		z-index: 1000;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
	}
	
	.grid figure p {
		position: absolute;
		  top: 50%;
		  left: 25%;
		  transform: translate(-50%, -50%);
		  -ms-transform: translate(-50%, -50%);
	}
	
	.grid figure h2 span {
		font-weight: 800;
	}
	
	.grid figure h2,
	.grid figure p {
		margin: 0;
	}
	
	.grid figure p {
		/*font-size: 90%;*!/
		margin-bottom: 0;
		/*white-space: pre-wrap;*!/
		/*display: table-cell;
		vertical-align: middle;
		text-align:center;*!/
	}
	
	.grid figure .figure-head { font-size: 18px; font-family: $font-regular; color: $white;	}
	
	
	
	
	/*figure.figure-effect {
		height: 100%;
	}*!/
	
	figure.figure-effect img {
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	figure.figure-effect:hover img {
		opacity: 0.1;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	figure.figure-effect figcaption {
		/*padding: 30px 20px 10px;*!/
		/*display: table-cell;*!/
		background: rgba(255, 255, 255, 0);
		-moz-transition: background .3s linear;
		-webkit-transition: background .3s linear;
		-o-transition: background .3s linear;
		transition: background .3s linear;
		/*position:absolute!important; 
		height:100%!important; 
		width:100%!important;
		display: table!important;*!/
	}
	
/*	.figure-three-lines {
		padding-top: 40px!important;
	}
	.figure-five-lines {
		padding-top: 20px!important;
	}
	
	@media only screen and (max-width: 1200px) {
		figure.figure-effect figcaption {
			padding: 30px 20px 10px;

		}
		.figure-three-lines {
			padding-top: 40px!important;
		}
		.figure-five-lines {
			padding-top: 15px!important;
		}
	}
	@media only screen and (max-width: 990px) {
			figure.figure-effect figcaption {
				padding: 50px 70px;
	
			}
			
		}*!/
	figure.figure-effect:hover figcaption {
		background: rgba(255, 197, 36, 1);
		/*-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
		transition: opacity 0.8s, transform 0.8s;*!/
	}
	
	
	
	figure.figure-effect figcaption::before {
		/*position: absolute;*!/
		/*top: 30px;
		right: 30px;
		bottom: 30px;
		left: 30px;
		border: 1px solid #fff;*!/
		content: '';
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	figure.figure-effect figcaption::before,
	figure.figure-effect p {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		
	}
	
	figure.figure-effect h2 {
		/*padding: 20% 0 20px 0;*!/
	}
	
	figure.figure-effect p,
	figure.figure-effect a {
		/*margin-right: auto;
		margin-left: auto;*!/
		/*max-width: 200px;*!/
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		/*display: table-cell;
		vertical-align: middle;
		text-align:center;*!/
		margin: 0;
	}
	
	figure.figure-effect:hover figcaption::before,
	figure.figure-effect:hover p {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	/*@media screen and (max-width: 50em) {
		.content {
			padding: 0 10px;
			text-align: center;
		}
		.grid figure {
			display: inline-block;
			float: none;
			margin: 10px auto;
			width: 100%;
		}
	}*!/
	*/
.grid .col-xs-1, .grid .col-sm-1, .grid .col-md-1, .grid .col-lg-1, .grid .col-xs-2, .grid .col-sm-2, .grid .col-md-2, .grid .col-lg-2, .grid .col-xs-3, .grid .col-sm-3, .grid .col-md-3, .grid .col-lg-3, .grid .col-xs-4, .grid .col-sm-4, .grid .col-md-4, .grid .col-lg-4, .grid .col-xs-5, .grid .col-sm-5, .grid .col-md-5, .grid .col-lg-5, .grid .col-xs-6, .grid .col-sm-6, .grid .col-md-6, .grid .col-lg-6, .grid .col-xs-7, .grid .col-sm-7, .grid .col-md-7, .grid .col-lg-7, .grid .col-xs-8, .grid .col-sm-8, .grid .col-md-8, .grid .col-lg-8, .grid .col-xs-9, .grid .col-sm-9, .grid .col-md-9, .grid .col-lg-9, .grid .col-xs-10, .grid .col-sm-10, .grid .col-md-10, .grid .col-lg-10, .grid .col-xs-11, .grid .col-sm-11, .grid .col-md-11, .grid .col-lg-11, .grid .col-xs-12, .grid .col-sm-12, .grid .col-md-12, .grid .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.portfolio-container {
  position: relative;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  /*display: inline-block;*/ }

/*@media screen and (max-width: 968px) {
  .portfolio-container {
    width: 48%;
    margin-left: 2%;
    margin-right: 2%;
  }
}*/
.portfolio-image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1); }

.portfolio-container:hover .portfolio-image {
  opacity: 0.1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.portfolio-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #fec524; }

.portfolio-container:hover .portfolio-overlay {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1); }

.portfolio-text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  min-width: 90%; }

.portfolio-text p {
  font-size: 14px;
  font-family: "ARSMaquettePro-Regular", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  color: #FFFFFF;
  margin: 0;
  min-width: 90%;
  text-align: center; }

@media screen and (max-width: 768px) {
  .portfolio-text p {
    font-size: 13px; } }
/*.portfolio-container:hover .portfolio-text p {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}*/
/********************
Companies - Profile
********************/
#profile {
  padding-top: 40px;
  /*padding-bottom: 50px;*/ }

.profile-logo {
  position: relative;
  width: 320px;
  height: 140px;
  margin: 0 auto 10px !important;
  /*position: absolute;
  top: -20px;
  right: auto;
  left: auto;*/ }

/*.profile-row {
	position: absolute;
	width: 100%;
	top: 0;
}*/
h4 .glyphicons {
  color: #93918b; }

h4 .glyphicons i:before {
  color: #93918b;
  margin-top: 7px; }

/*h4 a.glyphicons:hover i:before {
  	color: $grey;
}*/
/********************
About 1 - Start
********************/
	/*#about-start {
		min-height: 350px; 
		width:100%;
		/*margin-top: -80px;*!/
		background-color: #111;
		background-image: url(../img/con/about/background-start.jpg);
		background-repeat: none;
		background-attachment: fixed;
		background-size: cover;
		background-position: center -180px;
	}
	
	#about-start:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    pointer-events: none;
	    background-image: -webkit-linear-gradient(45deg, rgba(30, 40, 70, 0.8), rgba(50, 100, 160, 0.8)); /*rgba(85, 200, 95, 0.8), rgba(0, 85, 60, 0.8)*!/
	    background-image: -moz-linear-gradient(45deg, rgba(30, 40, 70, 0.8), rgba(50, 100, 160, 0.8));
	    background-image: -o-linear-gradient(45deg, rgba(30, 40, 70, 0.8), rgba(50, 100, 160, 0.8));
	    background-image: linear-gradient(45deg, rgba(30, 40, 70, 0.8), rgba(50, 100, 160, 0.8));
	}
	
	.no-cssgradients #about-start:before {
	    background: rgba(60, 200, 120, 0.8);
	}
	#about .container {
		z-index: 10;
	}
	
	#about-start .section-content {
		margin-top: 2%;
	}
	
	
	
	/********************
	About 2 - Image
	********************!/
	
	
	#about-two {
		width: 100%; 
		min-height: 550px;
		background-color: #222;
		background-image: url(../img/con/about/background-two.jpg);
		background-repeat: no-repeat;
		/*background-attachment: fixed;*!/
		background-size: cover;
		background-position: center;
		/*overflow: hidden;
		zoom: 1;*!/
	}
	
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		#about-two {
			background-color: #222;
			background: url(../img/con/about/background-two.jpg);
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-size: cover;
			width: 100%; 
			background-position: center;
			/*height: 400px;*!/
			/*background-position: 50% 50% !important;*!/
		}
	}
	@media only screen and (max-width: 767px) {
		#about-two {
			background: url(../img/con/about/background-two.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			/*background-position: 50% 0% !important;*!/
			width: 100%; 
			/*min-height: 500px;
			padding-bottom: 40px;*!/
		}
	}
	@media (max-width: 480px) {
		#oilfield-two {
			background-image: none;
			background-color: #222!important;
		}
	}
	
	
	
	/********************
	Company 3 - Team
	********************!/
	
	#team 
	#team h3 a, 
	#team h5 a {
		color: $gold;
		border-bottom: none;
	}
	#team h3 a:hover,
	#team h5 a:hover {
		color: $dark;
		border-bottom: none;
	}
	#founders img {
		max-width: 200px;
	}
	#team-members h5 {
		margin-bottom: 10px;
	}
	/*#team-members img {
		max-width: 150px;
	}*!/
	@media (min-width: 991px) {
		#team-members img {
			max-width: 150px;
		}
	}
	
	
	
	
	
	
	
	/********************
	Clients 1 - Start
	********************!/
	
	
	#clients-start {
		min-height: 500px; 
		width:100%;
		margin-top: -80px;
		background-color: #111;
		background-image: url(../img/con/company/company-background.jpg);
		background-repeat: none;
		background-attachment: fixed;
		background-size: cover;
		background-position: center 0;
	}
	
	#clients-start:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    pointer-events: none;
	    background-image: -webkit-linear-gradient(45deg, rgba(85, 200, 95, 0.8), rgba(20, 100, 110, 0.8));
	    background-image: -moz-linear-gradient(45deg, rgba(85, 200, 95, 0.8), rgba(20, 100, 110, 0.8));
	    background-image: -o-linear-gradient(45deg, rgba(85, 200, 95, 0.8), rgba(20, 100, 110, 0.8));
	    background-image: linear-gradient(45deg, rgba(85, 200, 95, 0.8), rgba(20, 100, 110, 0.8));
	}
	
	.no-cssgradients #clients-start:before {
	    background: rgba(60, 200, 120, 0.8);
	}

	
	#clients-start .section-content {
		margin-top: 13%;
	}
	
	
	/********************
	Clients 2 - Logos
	********************!/
	
	
	#logos a img {
	  /*width: 150px;
	  height: 56px;
	  display: inline-block;
	  float: none;*!/
	  /*margin-right: 3%;
	  margin-bottom: 3%;*!/
	  border-bottom: none;
	  opacity: 1;
	  -webkit-transition: all 0.2s linear;
	     -moz-transition: all 0.2s linear;
	       -o-transition: all 0.2s linear;
	          transition: all 0.2s linear;
	}
	#logos a {
	  border: none;
	}
	#logos a img:hover {
	  opacity: .33;
	}
	.client-logo {
		margin-bottom: 20px;
	}
	
	/*#logos .client-logo a img {
	  cursor: pointer;
	  -webkit-transition: all 0.2s linear;
	     -moz-transition: all 0.2s linear;
	       -o-transition: all 0.2s linear;
	          transition: all 0.2s linear;
	}
	#logos .client-logo a img:hover {
	  opacity: .33;
	}
	*!/
	
	
	
	/********************
	Clients 3 - Quotes
	********************!/
	
	
	.quote-text {
	    background-color: $white;
	    font-family: $font-light; font-weight: 300; font-style: normal;
	    border-left: none;
	    color: rgba(85, 94, 106, 0.8);
	    font-size: 16px;
	    font-style: italic;
	    line-height: 1.5;
	    margin: 0 0 30px 0;
	    padding: 26px;
	    position: relative;
	    -webkit-border-radius: 5px;
	       -moz-border-radius: 5px;
	        -ms-border-radius: 5px;
	         -o-border-radius: 5px;
	            border-radius: 5px;
	    /*-webkit-box-shadow: 0 3px 0 #dce8ed;
	       -moz-box-shadow: 0 3px 0 #dce8ed;
	            box-shadow: 0 3px 0 #dce8ed;*!/
	}
	.quote-text:before, .quote-text:after, .quote-text-up:before, .quote-text-up:after {
	    content: "";
	    display: block;
	    height: 0;
	    width: 0;
	    position: absolute;
	}
	
	.quote-text:before {
	    border: solid 14px transparent;
	    z-index: 3;
	    border-top-color: $white;
	    top: auto;
	    right: auto;
	    bottom: -28px;
	    left: 30px;
	}
	
	/*.quote-text:after {
	    border: solid 14px transparent;
	    z-index: 2;
	    border-width: 18px;
	    border-top-color: #dce8ed;
	    top: auto;
	    right: auto;
	    bottom: -36px;
	    left: 26px
	}*!/
	
	.quote-text a {
	    color: #717f86;
	}
	
	.quote-author-pic {
	    float: left;
	    margin-right: 12px;
	    margin-left: 28px;
	    width: 32px;
	    -webkit-border-radius: 1000px;
	       -moz-border-radius: 1000px;
	        -ms-border-radius: 1000px;
	         -o-border-radius: 1000px;
	            border-radius: 1000px
	}
	
	.quote-author {
	    display: inline-block;
	    font-size: 14px !important;
	    line-height: 1.3 !important
	}
	
	@media all and (max-width: 767px) {
	    .quote-author {
	        margin-bottom: 40px
	    }
	}

	

	
	/********************
	Clients 4 - Work
	********************!/
	
	
	.work-project {
	    position: relative;
	    /*height: auto;*!/
	    height: 400px;
	    overflow: hidden;
	    border-bottom: 1px solid #eeeeee;
	}
	
	.work-project .work-project-image {
	    position: absolute;
	    top: 40px;
	    left: 0;
	}

	
	.work-project .work-project-content {
	    padding-top: 100px;
	    padding-bottom: 40px;
	}
	.work-project-content button {
		margin-top: 10px;
	}
	
	@media all and (max-width: 767px) {
	    .work-project {
    	    position: relative;
    	    height: auto;
    	    overflow: hidden;
    	    border-bottom: 1px solid #eeeeee;
    	}
    	
    	.work-project .work-project-image {
    	    position: relative;
    	    top: auto;
    	    left: auto;
    	}
    
    	
    	.work-project .work-project-content {
    	    padding-top: 0;
    	    padding-bottom: 20px;
    	}
	}
	
	

	/********************
	Team - Introduction
	********************!/
	
	
	#team-introduction {
		/*min-height: 500px; *!/
		width:100%;
		margin-top: -80px;
		padding-top: 130px;
		/*background-color: #111;
		background-image: url(../img/con/company/company-background.jpg);
		background-repeat: none;
		background-attachment: fixed;
		background-size: cover;
		background-position: center 0;*!/
	}
	
	#team-introduction:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    pointer-events: none;
	    background-image: -webkit-linear-gradient(45deg, rgba(45, 200, 120, 0.8), rgba(0, 85, 60, 0.8)); /*rgba(85, 200, 95, 0.8), rgba(0, 85, 60, 0.8)*!/
	    background-image: -moz-linear-gradient(45deg, rgba(45, 200, 120, 0.8), rgba(0, 85, 60, 0.8));
	    background-image: -o-linear-gradient(45deg, rgba(45, 200, 120, 0.8), rgba(0, 85, 60, 0.8));
	    background-image: linear-gradient(45deg, rgba(45, 200, 120, 0.8), rgba(0, 85, 60, 0.8));
	}
	#team-introduction .section-content {
		margin-top: 4%;
	}
	
	
	/********************
	Creative - Introduction
	********************!/
	
	
	#creative-introduction {
		min-height: 150px; 
		width:100%;
		margin-top: -80px;
		padding-top: 130px;
		/*background-color: #111;
		background-image: url(../img/con/company/company-background.jpg);
		background-repeat: none;
		background-attachment: fixed;
		background-size: cover;
		background-position: center 0;*!/
	}
	#creative-introduction:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    pointer-events: none;
	    background-image: -webkit-linear-gradient(45deg, rgba(45, 200, 120, 0.8), rgba(0, 85, 60, 0.8)); /*rgba(85, 200, 95, 0.8), rgba(0, 85, 60, 0.8)*!/
	    background-image: -moz-linear-gradient(45deg, rgba(45, 200, 120, 0.8), rgba(0, 85, 60, 0.8));
	    background-image: -o-linear-gradient(45deg, rgba(45, 200, 120, 0.8), rgba(0, 85, 60, 0.8));
	    background-image: linear-gradient(45deg, rgba(45, 200, 120, 0.8), rgba(0, 85, 60, 0.8));
	}
	#creative-introduction .section-content {
		margin-top: 4%;
		margin-bottom: 4%;
	}*/
/*	--------------------------------------------------
Buttons
-------------------------------------------------- */
.btn-aim-blue {
  color: #FFFFFF;
  background-color: #fec524;
  border-color: #fec524;
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.btn-aim-blue:hover,
.btn-aim-blue:focus,
.btn-aim-blue:active,
.btn-aim-blue.active {
  color: #fec524;
  background-color: #FFFFFF;
  border-color: #fec524; }

.btn-outline {
  color: #fec524;
  background-color: transparent;
  border-color: #fec524;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  color: #FFFFFF;
  background-color: #fec524;
  border-color: #fec524; }

.btn-outline-inverse {
  color: #FFFFFF;
  background-color: transparent;
  /*border-color: #cdbfe3;*/
  border-color: #FFFFFF;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
  color: #fec524 !important;
  text-shadow: none;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.btn-link {
  color: #373f47;
  font-family: "ARSMaquettePro-Regular", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  cursor: pointer;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.2;
  margin: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #fec524;
  text-decoration: none;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-link-cap {
  text-transform: uppercase; }

.btn-no-padding {
  padding-left: 0;
  padding-right: 0; }

/*	--------------------------------------------------
Tabs
-------------------------------------------------- */
/*.nav > li > a > img {
  max-width: 130px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}*/
.nav-tabs {
  border-bottom: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  /*float: none;*/ }

.nav-tabs > li {
  font-family: "ARSMaquettePro-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: -moz-table-cell;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none; }

.nav-tabs > li > a {
  font-size: 20px;
  border-radius: 0;
  margin-right: -2px;
  margin-left: -2px;
  color: #93918b;
  padding: 5px 16px 6px;
  min-width: 133px;
  border: 1px solid #fec524 !important;
  border-left: none !important;
  *border-left-color: transparent !important;
  text-decoration: none;
  background-color: transparent;
  display: -moz-table-cell;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.nav-tabs > li > a:hover {
  background-color: #ebebeb;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#ebebeb));
  background: -moz-linear-gradient(100% 100% 90deg, #ebebeb, #f6f6f6); }

.nav-tabs > li:first-child a {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #fec524 !important; }

.nav-tabs > li:last-child a {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  margin-left: -3px;
  border: 1px solid #fec524 !important; }

.nav-tabs > li a.first-child {
  border-left: 1px solid #fec524; }

.nav-tabs > li a.last-child {
  border-left: 1px solid #fec524; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  text-decoration: none;
  border: 1px solid #fec524;
  background: #fec524; }

/*.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: white;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }*/
/* toggle nav */
.toggle-nav {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.toggle-nav li,
.toggle-nav li a {
  display: -moz-table-cell;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.toggle-nav li a {
  margin-right: -2px;
  margin-left: -2px;
  font-size: .9em;
  color: #666;
  padding: 5px 16px 6px;
  min-width: 133px;
  border: 1px solid #cfcfcf;
  border-left: none;
  *border-left-color: transparent;
  text-decoration: none;
  background-color: #FFF; }

.toggle-nav li a:hover {
  background-color: #ebebeb;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#ebebeb));
  background: -moz-linear-gradient(100% 100% 90deg, #ebebeb, #f6f6f6); }

.toggle-nav li:first-child a {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.toggle-nav li:last-child a {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  margin-left: -3px; }

.toggle-nav li a.first-child {
  border-left: 1px solid #cfcfcf; }

.toggle-nav li a.last-child {
  border-left: 1px solid #cfcfcf; }

.toggle-nav li a.active {
  color: #fff;
  cursor: default;
  text-decoration: none;
  border: 1px solid #2284d1;
  background: #59b1f6; }

/*	--------------------------------------------------
Forms
-------------------------------------------------- */
/*select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  min-height: 30px;
  padding: 7px 6px 2px;
  /*margin-bottom: 10px;*!/
  font-size: 14px;
  line-height: 18px;
}*/
/*	--------------------------------------------------
Modal
-------------------------------------------------- */
/*video {  
   width:100%; 
   max-width:960px; 
   height:auto; 
}*/
.video-body {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 10px; }

.video-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: 100%;
  height: 100%;*/ }

.modal-open {
  overflow: hidden; }

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #FFFFFF;
  border: 1px solid white;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background: url(../img/structural/video-close.png) left top no-repeat #FFFFFF; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=90); }

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=0); }

.modal-backdrop:hover, .modal-backdrop.fade:hover, .modal-backdrop.in:hover, .modal-backdrop:hover.fade, .fade:hover, .modal.fade:hover {
  cursor: pointer; }

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 10px; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 80%;
    max-width: 960px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none; } }
/*	--------------------------------------------------
Icons
-------------------------------------------------- */
.icon-large {
  margin: 0 0 5px;
  padding-top: 6px;
  font-size: 62px;
  line-height: 1;
  color: #fec524;
  text-align: center;
  display: block;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke: 1px $white;*/ }

.icon-medium {
  margin: 0 0 5px;
  padding-top: 6px;
  font-size: 40px;
  line-height: 1;
  color: #fec524;
  text-align: center;
  display: block;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke: 1px $white;*/ }

.section-gold-normal .icon-large,
.section-gold-normal .icon-medium {
  color: #FFFFFF;
  /*-webkit-text-stroke: 1px $gold!important;*/ }

.section-gold-grey .icon-large,
.section-gold-grey .icon-medium {
  color: #FFFFFF;
  /*-webkit-text-stroke: 1px $grey!important;*/ }

.section-dark .icon-large,
.section-dark .icon-medium {
  color: #FFFFFF;
  /*-webkit-text-stroke: 1px $dark!important;*/ }

.icon-blue-normal {
  color: #fec524 !important; }

.icon-dark {
  color: #373f47 !important; }

.icon-small {
  /*font-size: 56px;*/
  -webkit-text-stroke: none !important; }

.icon-large-svg {
  color: #fec524;
  text-align: center;
  display: block;
  /*width: 85px;*/
  height: 72px;
  /*padding-bottom: 5px;*/
  margin-bottom: 12px;
  padding-top: 0; }

.icon-large-svg polyline,
.icon-large-svg line,
.icon-large-svg circle,
.icon-large-svg path,
.icon-large-svg polygon {
  stroke: #fec524; }

/*	--------------------------------------------------
Video
-------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  max-height: 4000%;
  max-width: 1000%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  background-image: url(../img/con/start-fallback.jpg);
  background-repeat: none;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

/*	--------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  background-color: #fbfcfb;
  padding: 30px 0;
  /*margin-top: 20px;*/
  z-index: 999;
  position: relative; }

/*footer p, footer p a { 
	line-height:12px; 
	color:#fff; 
}*/
/*footer hr {
	border-top: none;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7c7167;
}*/
.footer-inner {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

footer p {
  font-size: 13px; }

.social-big {
  padding-left: 0;
  margin-bottom: 10px; }

.social-big li {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
  /*
  padding: 0;
  border: none;
  margin-right: 20px;
  margin-top: 0;*/
  /*height: 70px;*/ }

/*@media (max-width: 768px) {	         
	.social-big li {
		margin-left: 30px;
		margin-right: 30px;
		display: inline-block;
	}
}*/
.social-big li:first-child {
  margin-left: 0px; }

.social-big li a,
.social-big li span {
  color: #fec524;
  /*color: #888;
  height: 20px;
  padding: 0;
  display: inline;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  zoom: 1;
  border: none;*/
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.social-big li a:hover {
  color: #ffae2d;
  border-bottom: none; }

.social-big .glyphicons {
  color: #fec524; }

.social-big a.glyphicons i:before,
.social-big span.glyphicons i:before {
  color: #fec524;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.social-big a.glyphicons:hover i:before {
  color: #ffae2d; }

.social-icons-only li {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  /*
  padding: 0;
  border: none;
  margin-right: 20px;
  margin-top: 0;*/
  /*height: 70px;*/ }

.social-icons-only li a,
.social-icons-only li span {
  color: #f2f2f2;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.social-icons-only li a:hover {
  color: #93918b;
  border-bottom: none; }

.social-big .social-icons-only .glyphicons {
  color: #c5c5c5; }

.social-icons-only a.glyphicons i:before,
.social-icons-only span.glyphicons i:before {
  color: #c5c5c5;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

.social-icons-only a.glyphicons:hover i:before {
  color: #93918b; }

footer .social-small li {
  height: 20px;
  padding: 0;
  border: none;
  margin-left: 20px;
  margin-top: -1px; }

footer .social-small li a {
  color: #888;
  height: 20px;
  padding: 0;
  display: inline;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  zoom: 1;
  border: none;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

footer .social-small li a:hover {
  color: #fec524; }

footer .social-small li a span {
  float: left;
  text-align: center;
  /*width: 40px;*/
  height: 20px;
  padding: 0;
  margin-top: -10px;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s; }

footer .social-small li a.ic span {
  font-family: 'entypo';
  font-size: 40px;
  padding: 10px 5px 0 0;
  font-weight: 200;
  color: #888; }

footer .social-small li a:hover.ic span {
  color: #fec524; }

footer .social-small li a.so span {
  font-family: 'entypo-social';
  font-size: 40px;
  padding: 10px 5px 0 0;
  font-weight: 200;
  color: #888; }

footer .social-small li a:hover.so span {
  color: #fec524; }

footer .social-small > li {
  display: inline-block;
  height: 70px; }

footer .social-small > li.divider {
  /*display: inline-block;*/
  height: 70px;
  width: 55px;
  background: url(../img/structural/social-divider.png) center center no-repeat; }

/*.social-small > li + li:before {
  padding: 0 5px;
  color: #FFFFFF;
  content: "/\00a0";
  size: 50px;
}*/
footer .social-small > li.youtube {
  height: 25px;
  margin-top: 20px; }

footer .social-small > li.twitter {
  height: 25px;
  margin-top: 23px; }

footer .social-small > li.facebook {
  height: 25px;
  margin-top: 21px; }

footer .links {
  padding-top: 0;
  padding-left: 0;
  font-family: "ARSMaquettePro-Medium", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Geneva, sans-serif;
  /*font-weight: 300;*/
  font-style: normal;
  font-size: 13px;
  margin-top: 0px;
  display: inline-block;
  /*margin-top: 10px;
  margin-bottom: 10px;*/ }

/*.bs-docs-footer-links li {
    display: inline;
    padding: 0 2px
}

.bs-docs-footer-links li:first-child {
    padding-left: 0
}*/
/*footer .links {
    margin: 20px 0;
    border-top: 1px solid #dddddd;
    padding-top: 20px
}*/
footer .links li {
  display: inline;
  padding: 0px 0 0px 20px;
  font-size: 13px; }

footer .links li:first-child {
  padding-left: 0; }

footer .links li a {
  color: #93918b;
  text-transform: uppercase;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  transition: ease 0.3s;
  letter-spacing: 1px; }

footer .links-alt li a {
  color: #93918b; }

footer .links li a:hover {
  color: #1b2a45;
  border: none; }

footer .links-alt li a:hover {
  color: #ffae2d;
  border: none; }

footer .last {
  font-size: 14px;
  color: #807f7d; }

/* RESPONSIVE CSS
-------------------------------------------------- */
	/* MISC STYLES
    -------------------------------------------------- */
.text-left,
.text-left h1,
.text-left h2,
.text-left h3,
.text-left h4,
.text-left h5,
.text-left h6,
.text-left p {
  text-align: left; }

.text-right,
.text-right h1,
.text-right h2,
.text-right h3,
.text-right h4,
.text-right h5,
.text-right h6,
.text-right p {
  text-align: right; }

.text-center img, .text-center svg, .img-center {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  .text-center img {
    margin-left: 0;
    margin-right: 0; } }
.stay-center,
.stay-center h1,
.stay-center h2,
.stay-center h3,
.stay-center h4,
.stay-center h5,
.stay-center h6,
.stay-center p {
  text-align: center !important; }

.stay-center img {
  margin-left: auto;
  margin-right: auto; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.img-inline {
  display: inline; }

.space-left {
  padding-left: 30px; }

.space-right {
  padding-right: 30px; }

.border-left {
  /*border-left: 1px solid rgba(255, 255, 255, .2);*/
  border-left: 1px solid rgba(172, 172, 164, 0.3); }

.border-right {
  border-right: 1px solid rgba(172, 172, 164, 0.3); }

.border-left-white {
  border-left: 1px solid #fff; }

.border-right-white {
  border-right: 1px solid #fff; }

.border-left-white-faded {
  /*border-left: 1px solid rgba(255, 255, 255, .2);*/
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.border-right-white-faded {
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

@media (max-width: 768px) {
  .border-left-white,
  .border-right-white,
  .border-left-white-faded,
  .border-right-white-faded {
    border: none; } }
.border-left-grey {
  border-left: 1px solid #ccc; }

.border-right-grey {
  border-right: 1px solid #ccc; }

.border-left-grey-faded {
  /*border-left: 1px solid rgba(255, 255, 255, .2);*/
  border-left: 1px solid rgba(237, 237, 237, 0.5); }

.border-right-grey-faded {
  border-right: 1px solid rgba(237, 237, 237, 0.5); }

@media (max-width: 768px) {
  .border-left-grey,
  .border-right-grey,
  .border-left-grey-faded,
  .border-right-grey-faded {
    border: none; } }
.border-left-blue-normal {
  border-left: 1px solid #fec524; }

.border-right-blue-normal {
  border-right: 1px solid #fec524; }

.border-left-blue-normal-faded {
  border-left: 1px solid rgba(172, 172, 164, 0.3); }

.border-right-blue-normal-faded {
  border-right: 1px solid rgba(172, 172, 164, 0.3); }

@media (max-width: 768px) {
  .border-left-blue-normal,
  .border-right-blue-normal,
  .border-left-blue-normal-faded,
  .border-right-blue-normal-faded {
    border: none; } }
.img-spaced {
  margin-bottom: 20px; }

.img-border {
  border: 1px solid #f2f2f2; }

.img-right {
  float: right;
  display: block; }

/*@media (max-width: 768px) {
	.hidden-ipad {
		display: none !important;
		visibility: hidden !important;
	}
}
@media (min-width: 769px) {
	.visible-ipad {
		display: block !important;
	}
}*/
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .hidden-ipad {
    display: none !important;
    visibility: hidden !important; }

  .visible-ipad {
    display: block !important; } }
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .hidden-ipad {
    display: none !important;
    visibility: hidden !important; }

  .visible-ipad {
    display: block !important; } }