html,
body {
    padding-bottom: 0;
    height: 100%;
    background-color: transparent;
}

/* Navbar Styling */
.navbar {
    margin-bottom: 0;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    width: 15%;
    opacity: 1;
}

.navbar-wrapper .navbar {
    background: none;
    border-bottom: none;
}

.navbar-wrapper .navbar .container {
    width: 100%;
}

.navbar-default .navbar-collapse {
    border-top:none;
    box-shadow:none;
}

.navbar-default > li.active > a {
    color: #ff6000;
    background-color: rgb(254, 254, 254);
}

#myNav {
    background-color: none;
    border: none;
}

#myNav > ul > li > a {
    padding: 25px 15px 25px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ff6000;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent;
}

#myNav > ul > li > a:hover {
    color: #ff6000;
    background-color: none;
    border-bottom: 2px solid #ff6000;
}

#myNav > ul > li > a:focus {
    color: #ff6000;
    background-color: none;
}

.my-brand-logo {
    margin: 0px auto;
    max-width: 150px;
}

/* Navbar Styling End */

.container {
    width: 90%;
    margin: 0 auto;
}

.normal-text {
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    color: #ffffff;
}

.normal-text1 {
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
}

.medium-text {
    font-size: 32px;
}

.medium-text1 {
    font-size: 52px;
    font-weight: bold;
}

.large-text {
    font-size: 60px;
    font-weight: bold;
}

.mini-header {
    font-size: 25px;
    color: #59c151;
    font-family: 'Slabo 27px', sans-serif;
    text-align: center;
}

.medium-header {
    font-size: 35px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}

.lead {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.centre-align {
    text-align: center;
    padding: 0 10px;
}

.header {
    font-size: 50px;
    font-family: 'Bitter', sans-serif;
    color: rgb(254, 254, 254);
}

.white {
    color: rgb(254, 254, 254);
}

.col-md-3 {
    
}

.col-md-4 {
    font-family: 'Josefin Sans', sans-serif;
}

.col-md-6 {
    font-size: 32px;
    font-weight: lighter;
    color: #000000;
    font-family: 'Oswald', sans-serif;
}

.col-md-6 img {
    vertical-align: middle;
}

.col-md-8 {
    font-family: 'Quicksand', sans-serif;
}

.col-md-9 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    text-align: left;
}

.col-md-10 {
    color: #000000;
    font-family: 'Quicksand', sans-serif;
}

.col-md-12 {
    padding: 5px;
}

.background {
    background: url(../../assets/images/bg.png);
    background-repeat: repeat;
    padding: 15px;
}

.featurette-divider {
    margin: 15px auto;
    clear: both;
    border: 1px solid #ff6000;
}

.featurette-divider1 {
    margin: 15px 0;
    clear: both;
    border: 1px solid #ff6000;
    width: 40%;
}

.featurette-divider2 {
    margin: 15px 0;
    clear: both;
    border: 1px solid #ffffff;
    width: 10%;
}

.jumbotron {
    height: auto;
    background: none;
}

.overflow {
	width: 95%;
	height: 95%;
	padding: 20px;
	overflow: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0;
    margin: 10px auto 0 auto;
}

/* Button Styling */
.btn {
    padding: 15px 25px;
    border: 0 none;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0 auto;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-default {
    background: #ff6000;
    color: white;
    margin: 0 auto;
    border: 1px solid #ff6000;
}
 
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: none;
    color: #ff6000;
    border: 1px solid #ff6000;
}
 
.btn-default:active, .btn-default.active {
    background: #ff6000;
    box-shadow: none;
}

.btn.sharp {
    border-radius:0;
}

/* Button Styling End*/


/*----------------------------------------------   
HEADERS
-Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome.
-Remove Margins from headers and type elements to better define in your typographic system
-----------------------------------------------  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, small {
  margin: 0;
  padding: 0; }

/*----------------------------------------------   
IMAGES & EMBEDDED CONTENT
-Responsive defualt
-IE Scaling fix
-----------------------------------------------  */
img, object, embed {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  outline: none; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/*----------------------------------------------   
SVG
-Correct overflow not hidden in IE 9/10/11
-----------------------------------------------  */
svg:not(:root) {
  overflow: hidden; }

/*----------------------------------------------   
Google Maps responsive fix
-----------------------------------------------  */
#map_canvas img,
.map_canvas img {
  max-width: none !important; }

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*----------------------------------------------   
CODE & PREFORMATED
-----------------------------------------------  */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/*----------------------------------------------   
FORMS
-----------------------------------------------  */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  margin: 0;
  /* 3 */
  font-size: 100%;
  vertical-align: middle; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  overflow: visible;
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/* Ensure pointer */
label,
select,
button,
input {
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus {
  outline: none; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  vertical-align: text-bottom;
  width: 100%; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/*----------------------------------------------   
TABLES
-----------------------------------------------  */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* --Modules
=======================================*/
/*----------------------------------------------   
--Google Fonts Import
-----------------------------------------------  */
/*----------------------------------------------   
--Typography: Body
-----------------------------------------------  */
body {
  font-family: "Oswald", sans-serif;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/*----------------------------------------------   
--Typography: Fluid body sizing hotness
* Adjust to suit your needs.
-----------------------------------------------  */
body {
  font-size: 100%; }
  @media (min-width: 36em) {
    body {
      font-size: 110%; } }
  @media (min-width: 58em) {
    body {
      font-size: 120%; } }
  @media (min-width: 86em) {
    body {
      font-size: 130%; } }
  @media (min-width: 115em) {
    body {
      font-size: 160%; } }
  @media (min-width: 125em) {
    body {
      font-size: 170%; } }
  @media (min-width: 145em) {
    body {
      font-size: 180%; } }

/*----------------------------------------------   
--Typography: Headers
-----------------------------------------------  */
h1 {
  font-size: 2.75em;
  color: rgba(255, 255, 255, 0.8);
  font-family: "playfair display", georgia, times, serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  line-height: 1.2; }
  @media (min-width: 58em) {
    h1 {
      font-size: calc(2.75em + 70%); } }

/*----------------------------------------------   
--Typography: paragraph
-----------------------------------------------  */
p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300; }

/*----------------------------------------------   
--Links
-----------------------------------------------  */
a {
  color: #98DAEE;
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  transition: color 0.7s ease; }
  a:hover {
    color: #56c2e3;
    -webkit-transition: color 0.7s ease;
    -moz-transition: color 0.7s ease;
    transition: color 0.7s ease; }

/*----------------------------------------------   
--Setup
-----------------------------------------------  */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #7690A4; }

body {
  -webkit-animation: fade-in ease-in-out 1.4s;
  -moz-animation: fade-in ease-in-out 1.4s;
  animation: fade-in ease-in-out 1.4s; }

/*----------------------------------------------   
--Banner
-----------------------------------------------  */
.sect-banner {
  display: table;
  width: 100%;
    height: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100vh;
  color: rgba(255, 255, 255, 0.9);
  /*----------------------------------------------   
  -DEMO1: Unordered list
  -----------------------------------------------  */
  /*----------------------------------------------   
  -DEMO2: Banner bg
  -----------------------------------------------  */ }
  .sect-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .sect-banner .container {
    position: relative;
    z-index: 2; }
  .sect-banner .container {
    vertical-align: middle;
    position: relative;
    z-index: 4;
      width: 95%;
      margin: 0 auto;
    padding: 0 5%;
    margin-top: 30px;
  text-align: left;
  }
    .sect-banner .container h1 {
      -webkit-animation: fade-in ease-in-out 2s 0.5s both;
      -moz-animation: fade-in ease-in-out 2s 0.5s both;
      animation: fade-in ease-in-out 2s 0.5s both; }
    
  .sect-banner ul.kf-slider li {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    opacity: 0;
    -webkit-animation: fade-out 15s infinite both;
    -moz-animation: fade-out 15s infinite both;
    animation: fade-out 15s infinite both;
    background-image: url(../../assets/images/banner-1-sm.jpg); }
    @media (min-width: 58em) {
      .sect-banner ul.kf-slider li {
        background-image: url(../../assets/images/banner-1.jpg); } }
  .sect-banner ul.kf-slider li:nth-child(2) {
    background-image: url(../../assets/images/banner-2-sm.jpg);
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-delay: 5s; }
    @media (min-width: 58em) {
      .sect-banner ul.kf-slider li:nth-child(2) {
        background-image: url(../../assets/images/banner-2.jpg); } }
  .sect-banner ul.kf-slider li:nth-child(3) {
    background-image: url(../../assets/images/banner-3-sm.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    animation-delay: 10s; }
    @media (min-width: 58em) {
      .sect-banner ul.kf-slider li:nth-child(3) {
        background-image: url(../../assets/images/banner-3.jpg); } }
  .sect-banner .banner-bg {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    background-image: url(../../assets/images/banner-1-sm.jpg);
    -webkit-animation: slider-sm ease-in-out 30s both infinite;
    -moz-animation: slider-sm ease-in-out 30s both infinite;
    animation: slider-sm ease-in-out 30s both infinite; }
    @media (min-width: 58em) {
      .sect-banner .banner-bg {
        background-image: url(../images/banner-1.jpg);
        -webkit-animation: slider-lg ease-in-out 30s both infinite;
        -moz-animation: slider-lg ease-in-out 30s both infinite;
        animation: slider-lg ease-in-out 30s both infinite; } }

/*----------------------------------------------   
-Footer
-----------------------------------------------  */
footer {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 8;
  bottom: 1em; }

/*----------------------------------------------   
--Fade ins
-----------------------------------------------  */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*----------------------------------------------   
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
/*----------------------------------------------   
--Keyframes Slider - Sm
-----------------------------------------------  */
@-webkit-keyframes slider-sm {
  0% {
    background-image: url(../../assets/images/banner-1-sm.jpg); }
  33% {
    background-image: url(../../assets/images/banner-2-sm.jpg); }
  66% {
    background-image: url(../../assets/images/banner-3-sm.jpg); }
  100% {
    background-image: url(../../assets/images/banner-1-sm.jpg); } }
@-moz-keyframes slider-sm {
  0% {
    background-image: url(../../assets/images/banner-1-sm.jpg); }
  33% {
    background-image: url(../../assets/images/banner-2-sm.jpg); }
  66% {
    background-image: url(../../assets/images/banner-3-sm.jpg); }
  100% {
    background-image: url(../../assets/images/banner-1-sm.jpg); } }
@keyframes slider-sm {
  0% {
    background-image: url(../../assets/images/banner-1-sm.jpg); }
  33% {
    background-image: url(../../assets/images/banner-2-sm.jpg); }
  66% {
    background-image: url(../../assets/images/banner-3-sm.jpg); }
  100% {
    background-image: url(../../assets/images/banner-1-sm.jpg); } }
/*----------------------------------------------   
--Keyframes Slider - Lg
-----------------------------------------------  */
@-webkit-keyframes slider-lg {
  0% {
    background-image: url(../../assets/images/banner-1.jpg); }
  33% {
    background-image: url(../../assets/images/banner-2.jpg); }
  66% {
    background-image: url(../../assets/images/banner-3.jpg); }
  100% {
    background-image: url(../../assets/images/banner-1.jpg); } }
@-moz-keyframes slider-lg {
  0% {
    background-image: url(../../assets/images/banner-1.jpg); }
  33% {
    background-image: url(../../assets/images/banner-2.jpg); }
  66% {
    background-image: url(../../assets/images/banner-3.jpg); }
  100% {
    background-image: url(../../assets/images/banner-1.jpg); } }
@keyframes slider-lg {
  0% {
    background-image: url(../../assets/images/banner-1.jpg); }
  33% {
    background-image: url(../../assets/images/banner-2.jpg); }
  66% {
    background-image: url(../../assets/images/banner-3.jpg); }
  100% {
    background-image: url(../../assets/images/banner-1.jpg); } }

/* Slideshow Stuff End */

/* Responsive */
/* Portrait & landscape phone */
@media (max-width: 480px) {
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
    
    .navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
    
    .navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    width: 30%;
    opacity: 1;
}
    
    .navbar-wrapper .navbar {
        background-color: none;
        padding: 5px;
    }
    
    .my-brand-logo {
    margin: 0px auto;
    width: 170px;
    height: auto;
    margin-bottom: 5px;
}
    
    .navbar-default .navbar-toggle {
        border-color: transparent; /* Removes border color */
        border: none;
    }
    
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    
    .overflow {
	    width: 70%;
	    height: 80%;
	    padding: 10px;
	    overflow: auto;
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0;
        margin: 10px auto 0 auto;
    }
    
    .footer {
        position: static;
        bottom: 0;
        height: auto;
        padding-top: 10px;
        color: #ffffff;
        font-size: 9px;
        margin-top: 15px;
        background-color: transparent;
    }
    
    
    .gallery {
        float: none;
        width: 300px;
        margin: 0 auto;
        vertical-align: middle;
    }
    
    select{
        width: 150px;
        font-size: 13px;
    }
    
    .align-left {
        text-align: center;
    }
    
    .container {
    width: 95%;
    margin: 10px auto;
}


}

/* Large desktop */
@media (min-width: 1200px) {
	
}