
/* GENERAL */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
	  font-size: 13px;
    background-color: #fff;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}


iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0;
}

textarea {
  resize: none;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
   clear: both;
}

.clear {
   *zoom: 1;
}

body > section {
    padding: 0px 0;
}

.section-title {
  margin: 0 auto 85px;
  width: 420px;
}

.section-title h2 {
  color: #1f2021;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #00c7fc;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

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

/* MENU */

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.animated-nav .navbar-brand {
  padding: 10px 0;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 23px 25px;
}

#navigation > .container-fluid {
  background-color: rgba(0, 0, 0, 0.81);
}

.animated-nav#navigation > .container-fluid {
  border-bottom: none;
}

.navbar-brand {
  height: inherit;
  padding: 28px 0;
  margin-left: 35px;
  margin-right: 35px;
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 38px 25px;
  text-transform: uppercase;
}

.navigation .navbar-nav > li.current > a {
  background-color: #fff;
  color: #000;
  font-weight: 800;
  border-bottom: 3px solid #fff;
}

.navigation .navbar-nav > li.current > a:hover,
.navigation .navbar-nav > li.current > a:focus  {
  background-color: #fff;
  color: #000;
  border-bottom: 3px solid #fff;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  background-color: #fff;
  color: #000;
  border-bottom: 3px solid #fff;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
  border-bottom: 3px solid #fff;
}

.dropdown-menu {
  background-color: #fff;
  color: #000;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.dropdown-menu > li {
  margin: 0px;
  list-style: none;
}

.dropdown-menu > li > a {
  font-weight: 500;
  padding: 10px 10px 10px 15px;
  margin: 0px;
  color: #000;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #000;
  color: #fff;
}

.social{
  margin: 35px 50px;
  padding-right: 35px;
  list-style: none;
  display: inline-block;
}
.social > li {
  list-style: none;
  margin: 0px 10px;
  display: inline-block;

}
.social > li > a {
  color: #fff;
}

.social > li > a:hover {
  color: #fff;
}

/*  Slider  */


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover !important;
  min-height: 100%;
  height: auto;
}

#home-carousel .slider-content {
  min-height: 100%;
  height: auto;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

#home-carousel .carousel-caption a {
  padding: 10px 15px 10px 15px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  font-size: 1.5em;
}

#home-carousel .carousel-caption a:hover {
  color: #000;
  background-color: #fff;
}

.carousel-caption > div {
  background-color: rgba(0,0,0,0.8);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 37%;
  width: 400%;
  overflow: hidden;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  max-width: 25%;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 13px;
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    color: #fff;
}

#nav-arrows > a.sl-prev:hover {
    color: #fff;
}

.carousel-indicators .active {
  background-color: #fff;
  border: 0;
}


/* carousel navigation */

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #00C7FC;
  border-color: #00C7FC;
}


/*  FOOTER  */
#footer {
  height: 50px;
  background-color: #0e0e0e;
}

#footer-content {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-size: 14px;
}

/*  FOOTER  */

.divider-section{
  height:10px;
  background-color:#000;
}

.divider-section2{
  height:25px;
  background-color:#0e0e0e;
}
