@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

@font-face {
  font-family: "Esqadero";
  src: url("../fonts/Esqadero.otf") format("opentype");
  src: url("../fonts/Esqadero.ttf") format("truetype");
}

body, html {
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #5a5a5a;
  font-size: 16px;
  overflow-x: hidden;
}
h1 {
}
h1 strong {
  font-weight: 900;
}
h2 {
  font-family: "Esqadero";
}
h3 {
  font-family: "Esqadero";
  font-size: 18px;
  font-weight: 900;
}
h4 {
}
h5 {
  font-weight: 700;
}
p {
  font-family: 'Open Sans', sans-serif;
}
p.intro {
  font-size: 16px;
  margin: 12px 0 0;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}
a { 
  color: #bb2343;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ff0036;
}

.section-title hr {
  border-color: #a02841;
  border-width: 4px;
  width: 60px;
  float: left;
  clear: both;
}
ul, ol{
  padding: 0;
}
#menu {
  padding: 30px;
  transition: all 0.8s;
}
.navbar-default {
  font-family: "Esqadero";
  background-image: none;
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
.navbar-collapse.in {
    background: rgba(0,0,0,.3);
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #ff0036 !important;
  background-image: none;
  background-color: transparent;
  font-weight: 700;
}
.scrolled .navbar-default {
  background-color: rgba(84, 13, 27, .9) !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ff0036 !important;
}
.scrolled .navbar-default .navbar-nav > .active > a, 
.scrolled .navbar-default .navbar-nav > .active > a:hover, 
.scrolled .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff !important;
  background-image: linear-gradient(to bottom, #63dcc3 0, #087d65 60%);
}
.navbar-brand {
  visibility: hidden; 
}
.scrolled .navbar-brand {
  color: #c90e35;
  visibility: visible;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #a02841;
  border-color: #a02841;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #FFF;
}

p.lead{
  color: #e3e3e3;
}

.content{
  position: relative;
  padding: 100px 0 0;
}

a.downarrow {
  padding: 10px 15px;
  color: #fff;
  border: 2px solid #b4b4b4;
  border-radius: 50%;
  font-size: 24px;
  margin-top: 40px;
  transition: all 0.5s;
}
a.downarrow:hover{
  background: #63dcc3;
  color: #ffffff;
  border: 2px solid #bb2343;
}

.description {
  padding: 100px 0;
}
.space{
  margin-top: 40px;
}

.circle > a > i.fa {
  color: #5a5a5a;
  font-size: 40px;
  border: 4px solid #a02841;
  width: 100px;
  height: 100px;
  padding: 27px 25px;
  margin: 30px 0 10px;
  border-radius: 50%;
  transition: all 0.5s;
}
.circle > a:hover > i.fa {
  background: #63dcc3;
  color: #ffffff;
}
.img-circle {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
.thumb:hover>.img-circle{
	border: 4px solid #ff0036;
}

.fixed-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  transform: translateZ(0px) scale(1.1);
  color: #ffffff;
}
@media only screen 
  and (max-device-width: 500px)
  and (orientation: portrait) {
.fixed-bg { 
  background-attachment: scroll;
}
}

.fixed-bg .overlay {
  background-size: cover;
  background: rgba(0,0,0,0.4);
  height: auto;
  background-attachment: fixed;
  padding: 90px 0;
}

.section-title.center{
  padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
  font-weight: 300;
}
.section-title.center .line{
  border-top: 4px solid #ff0036;
  height: 10px;
  width: 60px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.section-title.center hr {
  width: 40px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: 17%;
}
ul.dot-list{ margin: 30px 0 0 ;}
ul.dot-list li{
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
}
ul.dot-list li span{ 
  margin-right: 10px;
}

#footer{
  background: rgba(160, 40, 65, 1);
  color: #ffffff;
  padding: 80px 0;
}
#footer .fnav{ 
  padding-bottom: 30px;
  text-align: center;
}
#footer p{
  font-family: "Esqadero";
  font-size: 14px;
  margin-top: 8px;
}
#footer a { 
  color: #ffffff;
}
#footer a:hover,
#footer a:focus {
  color: #ea607d;
}
