body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}
.text-muted {
  color: #777
}
.text-primary {
  color: #AB3738
}
p {
  font-size: 14px;
  line-height: 1.75
}
p.large {
  font-size: 16px
}
a,
a.active,
a:active,
a:focus,
a:hover {
  outline: 0
}
a {
  color: #AB3738
}
a.active,
a:active,
a:focus,
a:hover {
  color: #AB3738
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700
}
.img-centered {
  margin: 0 auto
}
.bg-light-gray {
  background-color: #f7f7f7
}
.bg-darkest-gray {
  background-color: #222
}
.btn-primary {
  border-color: #AB3738;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #AB3738
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  border-color: #f6bf01;
  color: #fff;
  background-color: #fec503
}
.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  border-color: #AB3738;
  background-color: #AB3738
}
.btn-primary .badge {
  color: #AB3738;
  background-color: #fff
}
.btn-xl {
  padding: 20px 40px;
  border-color: #1962ad;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #1962ad
}
.btn-xl.active,
.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
  border-color: #002280;
  color: #fff;
  background-color: #002280
}
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-xl {
  background-image: none
}
.btn-xl.disabled,
.btn-xl.disabled.active,
.btn-xl.disabled:active,
.btn-xl.disabled:focus,
.btn-xl.disabled:hover,
.btn-xl[disabled],
.btn-xl[disabled].active,
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl,
fieldset[disabled] .btn-xl.active,
fieldset[disabled] .btn-xl:active,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
  border-color: #AB3738;
  background-color: #AB3738
}
.btn-xl .badge {
  color: #AB3738;
  background-color: #fff
}
.navbar-default {
  border-color: transparent;
  background-color: #222
}
.navbar-default .navbar-brand {
  font-family: 'Lato', sans-serif;
  color: #AB3738
}
.navbar-default .navbar-brand.active,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #AB3738
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, .02)
}
.navbar-default .navbar-toggle {
  border-color: #AB3738;
  background-color: #AB3738
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #AB3738
}
.navbar-default .nav li a {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff
}
.navbar-default .nav li a:focus,
.navbar-default .nav li a:hover {
  outline: 0;
  color: #AB3738
}
.navbar-default .navbar-nav>.active>a {
  border-radius: 0;
  color: #fff;
  background-color: #AB3738
}
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #AB3738
}
@media(min-width:768px){.navbar-default{padding:25px 0;
  border:0;
  background-color:transparent;
  -webkit-transition:padding .3s;
  transition:padding .3s
}
.navbar-default .navbar-brand {
  font-size: 2em;
  -webkit-transition: all .3s;
  transition: all .3s
}
.navbar-default .navbar-nav>.active>a {
  border-radius: 3px
}
.navbar-default.navbar-shrink {
  padding: 10px 0;
  background-color: #222
}
.navbar-default.navbar-shrink .navbar-brand {
  font-size: 1.5em
}
}
header {
  text-align:center;
  color:#fff;
  background-attachment:scroll;
  background-image:url(../../tidea/img/headers/header-bg_1.jpg);
  background-position:center center;
  background-repeat:none;
  background-size:cover;
  -o-background-size:cover
}
header .intro-text {
  padding-top:100px;
  padding-bottom:50px
}
header .intro-text .intro-lead-in {
  margin-bottom:25px;
  font-family: 'Lato', sans-serif;
  font-size:28px;
  font-style:italic;
  line-height:32px
}
header .intro-text .intro-heading {
  margin-bottom:25px;
  text-transform:uppercase;
  font-family: 'Lato', sans-serif;
  font-size:35px;
  font-weight:700;
  line-height:50px
}
@media(min-width:768px){header .intro-text {
  padding-top:300px;
  padding-bottom:200px
}
header .intro-text .intro-lead-in {
  margin-bottom:25px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style:normal;
  line-height:40px
}
header .intro-text .intro-heading {
  margin-bottom: 10px;
  text-transform:uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 42px;
  font-weight:700;
  line-height:75px;
  text-shadow:0 5px #000
}
section hr {
    width: 90px;
    border: 2px;
    border-top:2px solid transparent;
    border-color: #AB1D21;
    margin-top: 20px;
    margin-bottom: 20px
}
hr {
  border-bottom-color:initial;
  border-bottom-style:initial;
  border-image:initial;
  border-left-color:initial;
  border-left-style:initial;
  border-right-color:initial;
  border-right-style:initial;
  border-top-color:#EEEEEE;
  border-top-style:solid;
  border-width:1px 0 0;
  margin-bottom:20px;
  margin-top:20px;
}

section {
  padding:100px 0
}
section h1.section-heading {
    text-transform: uppercase;
    color: #515151;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
}
section h2.section-heading {
  margin-top:0;
  margin-bottom:15px;
  font-size: 35px;
}
section h3.section-subheading {
  margin-bottom:75px;
  text-transform:none;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-style:normal;
  font-weight:400
}
@media(min-width:768px){section{padding:100px 0
}
}
#location,
#registration {
  padding-top:0
}

aside.clients img {
  margin:50px auto
}
.clients {
  background-color:#2c3e50;
  color:#fff
}
footer {
  padding:25px 0;
  text-align:center
}
footer span.copyright {
  text-transform:uppercase;
  text-transform:none;
  font-family: 'Lato', sans-serif;
  line-height:40px
}
footer ul.quicklinks {
  margin-bottom:0;
  text-transform:uppercase;
  text-transform:none;
  font-family: 'Lato', sans-serif;
  line-height:40px
}
ul.social-buttons {
  margin-bottom:0
}
ul.social-buttons li a {
  display:block;
  width:40px;
  height:40px;
  border-radius:100%;
  font-size:20px;
  line-height:40px;
  outline:0;
  color:#fff;
  background-color:#222;
  -webkit-transition:all .3s;
  transition:all .3s
}
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color:#AB3738
}
.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
  outline:0
}
::-moz-selection {
  text-shadow:none;
  background:#AB3738
}
::selection {
  text-shadow:none;
  background:#AB3738
}
img::selection {
  background:0 0
}
img::-moz-selection {
  background:0 0
}
.top-buffer { 
  margin-top:30px; 
  }
.tidea-logo {
    position: relative;
    top: -15px;
    z-index: -1
}
.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.tidea-numbers{
      background-image: url(tidea/images/bg/bg_4.jpg)
      color: #fff;
      overflow: hidden;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.thumbnail {
    position:relative;
    overflow:hidden;
    margin: 0 0 0 0;
    border: 0;
}
.caption {
    position:absolute;
    top:0;
    bottom: 0;
    right:0;
    left: 0;
    background:rgba(170, 29, 33, 0.95);
    width:100%;
    height:100%;
    display: none;
    text-align: center;
    color:#fff !important;
    z-index:2;
}
.caption h4 {
  margin-top:25px;
  margin-bottom:0;
  text-transform:none;
}
.caption p {
  margin-top:25px;
}