@charset "UTF-8";
  @import url("https://use.typekit.net/qng2uyu.css");

/* CSS Document */

/* Colour Classes */
.orange {color: #ec681f}
.blue {color: #0077bf}
.red {color: #d41135}
.green {color: #519135}
.yellow {color: #eaa900}
.white {color: #FFFFFF}

.orange a:hover {color: #ec681f}
.blue a:hover {color: #0077bf}
.red a:hover {color: #d41135}
.green a:hover {color: #519135}
.yellow a:hover {color: #eaa900}
.white a:hover {color: #FFFFFF}

.orangebg {background-color: #ec681f !important}
.bluebg {background-color: #0077bf !important}
.redbg {background-color: #d41135 !important}
.greenbg {background-color: #519135 !important}
.yellowbg {background-color: #eaa900 !important}
/* END Colour Classes */

/* List Styles Classes */

/* END List Classes */

.centeralign {text-align: center}

/* START Quote Styling */

blockquote{
    border-left:none
}


hr {
	border-top: medium #FFFFFF solid;
	border-color: #ffffff
}
/* END Quote Styling */

ul.plist {
    font-family: acumin-pro-condensed, sans-serif;
	line-height: 1.6em;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	text-align: justify;
	padding-left: 40px;
	padding-right: 20px;
    }


/* START Highlighting Style */

.highlight {
	box-shadow: -10px 6px 0px 6px #000000, 4px 6px 0px 6px #000000, 24px -6px 0px 6px #777777, 24px -6px 0px 6px #777777;
	background-color: #000000;
	box-decoration-break: clone; 
	line-height: 2.2;
	
	margin: 1em 0em 1em 0em;
    font-size: 2em;
	font-family: bebas-neue;
	letter-spacing: 0.04em;
	text-align: center;
	font-style: italic;
	color: #FFF;
 }

.highlight-div {
	text-align: center;
	padding: 2em 0em 1em 0em
}



/* START Heading CSS */
h1 {
    margin: 0.2em 0em 0.2em 0em;
    font-size: 6em;
	font-family: steinzeit, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #F3712D;
	text-align: center;
}


h2 {
    margin: 1em 2em 1em 2em;
    font-size: 2.5em;
    font-family: rollerscript-smooth, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

h3 {
    margin: 2em 0em 1em 0em;
    font-size: 1.6em;
	font-family: hatch, serif;
    font-weight: 700;
    font-style: normal;
	text-align: center;

}

h4 {
    margin: 1em 0em 0em 0em;
    font-size: 1.6em;
	font-family: hatch, serif;
    font-weight: 700;
    font-style: normal;
	padding-left: 20px;
	text-align: left;
}

h5 {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.6em;
    text-align: center;
    font-weight: 500;
    color: #EAEAEA;
}


/* this media query applies to screens larger than 767px */
@media (min-width:768px){
		
	h1 {
		margin: 0.2em 0em 0.2em 0em
	}
    
}

/* END Heading CSS */


/* START Body Text CSS */
.firstp {
    padding-top: 20px
}

p {
    font-family: acumin-pro-condensed, sans-serif;
	line-height: 1.6em;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

p2 {
	font-family: "le-monde-livre-std";
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;

}

body a {
	color: #252525;
	font-weight: bold
}

body a:hover {
	color: #252525;
	text-decoration: underline;
}


/* END Body Text CSS */



/* START NEW NAVBAR CSS */

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}


.cmbrand .navbar-brand {
    height: 80px
}

.cmbrand .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cmbrand .navbar-toggle {
  padding: 10px;
  margin:  25px 15px 25px 0px;
}

.cmbrand .navbar-brand>img {
    padding: 15px 15px 0px 15px;
}

/* END NEW NAVBAR CSS */

/* Start Nav Bar CSS */
.nav {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
	font-size: 2em;
	font-family: steinzeit, sans-serif;
	text-align: center;
	font-weight: normal;

}
.nav>li {
	text-align: center;
    position: relative;
    display: block;
    
}
.nav>li>a {
	text-align: center;
    position: relative;
    display: block;
	font-weight: normal;
    color: #F3712D;
    padding-left: 20px;
    padding-right: 20px;

}
.nav>li>a:focus, .nav>li>a:hover {
	text-align: center;
    text-decoration: none;
	color: #0080c4;
    background-color: transparent;

}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
	
.navbar-nav {
    float: none;
	display: block;
}
.navbar-nav>li {
    float: none;
	display: block;
}
.navbar-nav>li>a {
    padding-bottom: 50px
}

.navbar-header {
    margin-bottom: 0px;
    }

.navbar-toggle {
    margin-top: 23px;
    color: #ec681f
}

.navbar-light {
    background: #fff;
}

/* Min-Width means greater than or equal to */
@media (min-width:768px) {

    
.nav>li>a {
	text-align: center;
    position: relative;
    display: inline;
	font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
}
    
.navbar-nav {
    float: none;
	display: inline;
}
.navbar-nav>li {
    float: none;
	display: inline;
}
.navbar-nav>li>a {
    padding-top: 0px;
}


}
/* END MEDIA QUERY */


/* Start Nav2 Bar CSS */

.nav2 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	font-size: 0.7em;
    font-family: acumin-pro-condensed, sans-serif;
    text-align: center;
    padding-top: 5px;
    
}
.nav2>li {
	text-align: center;
    position: relative;
    display: block;
    padding-left: 8px;
    padding-right: 8px


}
.nav2>li>a {
	text-align: center;
    font-weight: normal;
    position: relative;
    display: block;
    color: #ec681f;
}

.nav2>li>a:focus, .nav2>li>a:hover {
	text-align: center;
    text-decoration: none;
	color: #0080c4;
    background-color: transparent;
}
.nav2>li.disabled>a {
    color: #777
}
.nav2>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.navbar-nav2 {
    float: none;
	display: block;
}
.navbar-nav2>li {
    float: none;
	display: block;
}
.navbar-nav2>li>a {
    padding-top: 0px;
    padding-bottom: 10px
}


/* Min-Width means greater than or equal to */
@media (min-width:768px) {
 
.nav2>li {
	text-align: center;
    position: relative;
    display: inline;
    padding: 0px 15px 0px 15px;

}
    
.nav2>li>a {
	text-align: center;
    font-weight: normal;
    position: relative;
    display: inline;
}
    
.navbar-nav2 {
    float: none;
	display: inline;
}
.navbar-nav2>li {
    float: none;
	display: inline;
}  

}
/* END MEDIA QUERY */
/* END NAV BAR CSS */


/* START Logo Img CSS */
.logo {
	margin-bottom: 0px;
	margin-top: 20px; 
}

/* END Logo Img CSS */

/* START Col Spacing CSS */

[class*="col-"] {
    margin-bottom: 30px;
}

/* END Col Spacing CSS */

/* START FOOTER Text CSS */

.footer {
    font-family: acumin-pro-condensed, sans-serif;
	font-style: normal;
	color: #EAEAEA;
	font-size: 18px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.footer a {
	color: #EAEAEA;
	font-weight: normal
}
.footer a:hover {
	color: #EAEAEA;
}

.copyright {
	font-size: 16px;
	color: #fff;
	text-align: center
}

.copyright a {
    text-decoration: none;
	color: #fff;
	text-align: center
}

.copyright a:hover {
    text-decoration: underline;
	color: #fff;
	text-align: center
}



.footercontainer h3 {
	color: #e5e4e1;
}

.footercontainer h5 {
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    text-align: center;
}
/* END FOOTER Text CSS */


/* START Inverse  CSS */

.inverse {
	background-color: #e5e4e1;
}
.inverse h2 {
    color: #1C1C1C;
}

.inverse p {
	color: #1C1C1C;
	padding-left: 5px;
	padding-right: 5px;
	}

.inverse p a {
	color: #1C1C1C;
	}

@media (min-width:992px){
	.inverse {
		background-color: #FFFFFF
	}
}

.inverseshow {
	background-color: #e5e4e1;
}

.inverseshow p {
	color: #1C1C1C;
	padding-left: 30px;
	padding-right: 30px;
	}

.inverseshow p a {
	color: #1C1C1C;
	}
/* END Inverse CSS */

/* START Carousel CSS */
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 5px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 0
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.5
}

.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\e079'
}
.carousel-control .icon-next:before {
    content: '\e080'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 0.5;
}
.carousel-indicators .active {
    width: 9px;
    height: 9px;
    margin: 0;
    background-color: #fff;
    opacity: 0.5;
}

/* Start Media  Carousel CSS */

@media (max-width:767px) {
 
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0;
}
    
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 0;
}
.carousel-indicators .active {
    width: 9px;
    height: 9px;
    margin: 0;
    background-color: #fff;
    opacity: 0;
}
    
/* START Body Text CSS */
.firstp {
    padding-top: 20px
}

p {
    font-family: acumin-pro-condensed, sans-serif;
	line-height: 1.6em;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
    
    ul.plist {
    font-family: acumin-pro-condensed, sans-serif;
	line-height: 1.6em;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	text-align: justify;
	padding-left: 22px;
	padding-right: 0px;
    }


} /* End Media CSS */

/* END Carousel CSS */

.div-min-height {min-height: 600px !important}
