.navbar-inverse {
    background-color: #2220;
    border-color: #000000;
}
ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.7) !important;
}
ul.dropdown-menu a{
    color: #fff;
    opacity:0.8;
    font-family: Bushcraft-distress;
    font-size: 16px;
    letter-spacing: 1px;
}
ul.dropdown-menu a:hover{
    background-color: transparent;
    color: #fff;
    opacity:1 !important;
}

    @font-face { font-family: Bushcraft-distress; src: url('./font/distress.otf'); } 

    @font-face {
    font-family: "Flaticon";
    src: url("../flaticon.eot");
    src: url("../flaticon.eot?#iefix") format("embedded-opentype"),
         url("../flaticon.woff") format("woff"),
         url("../flaticon.ttf") format("truetype"),
         url("../flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  font-family: 'Open Sans', 'sans-serif';
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
#parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: 
  url(./tt1.png);
  /*url(./depth-2.png), */
  /*url(./depth-1.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  background-size: 80%;
}
#parallax2 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: 
  url(./tt2.png);
  /*url(./depth-2.png), */
  /*url(./depth-1.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  background-size: 80%;
}
#parallax3 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: 
  url(./tt3.png);
  /*url(./depth-2.png), */
  /*url(./depth-1.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  background-size: 80%;
}
#parallax4 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: 
  url(./tt4.png);
  /*url(./depth-2.png), */
  /*url(./depth-1.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  background-size: 80%;
}
#parallax5 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: 
  url(./tt5.png);
  /*url(./depth-2.png), */
  /*url(./depth-1.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  background-size: 80%;
}
.navbar-inverse {
    background-color: #de0319;
    border-color: #de0319;
    margin-bottom:0px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0 10px;
}

.ck_main_slider_img.float_left.animated.fadeInUp {
    text-align: center;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: Bushcraft-distress;
}
.ck_slider_top_content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    /*margin-top: 180px;*/
    animation-duration: 1s;
    animation-fill-mode: both;
    text-transform: uppercase;
    font-family: Bushcraft-distress;
    letter-spacing: 1px;
}
.ck_footer_main_wrapper {
    position: absolute !important;
    bottom: 0;
    left: 0;
    background: #222;
    right: 0;
}
.ck_footer_left_section {
    float: left;
    width: 50%;
    padding-left: 80px;
    padding-bottom: 2px;
    padding-top: 14px;
}
.ck_footer_right_section {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-top: 14px;
}
.ck_footer_left_section p,.ck_footer_right_section a{
    font-size: 13px;
    letter-spacing: 1px;
}
p.drop-heading {
    color: #fff;
    font-weight: 600;
    margin-left: 6px;
    margin-bottom: 0;
    margin-top: 8px;
    font-family: Bushcraft-distress;
    font-size: 18px;
    letter-spacing: 1px;
}
.div_content_area {
    background: #000000a1;
    padding: 10px;
    margin-top: 125px;
}
.ck_navigation_main_wrapper {
    padding-bottom: 0;
}