html{
	width: 100%;
	height: 100%;	
}

body {
	width: 100%;
	height: 100%;
	font-family: 'nunito',sans-serif;
	font-weight: 300;
	color: #333;
	-webkit-text-size-adjust: 100%; 
	-webkit-font-smoothing: antialiased;
}

p{
    font-size: 16px;
    line-height: 31px;
	font-weight:400;
    color:#717171;
	margin: 0;
	font-family: 'Open Sans',sans-serif;
	padding-bottom: 20px;
}

/* Headings */

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 400;
	font-size:18px;
	color:#333;
}

h1 {
	text-transform:uppercase;
	font-size: 45px;
	font-weight: 700;
}
 
h2 {
	font-size: 38px;
	font-weight: 700;
	text-transform:uppercase;
	margin-top:0;
}

h3 {
	font-family: 'nunito',sans-serif;
	font-weight: 600;
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 20px;
}

h4 { 
	font-family: 'nunito',sans-serif;
	font-weight: 400;
	font-size: 30px;	
}
 
h5 {
	font-size: 25px;	
	font-family: 'nunito',sans-serif;
	font-weight: 400;
}

h6 {
	font-size: 18px;	
	margin: 0;
	text-transform: uppercase;
	font-family: 'nunito',sans-serif;
	font-weight: 400;
}



/*------- Lists ----------- */




table {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 2px;
    margin-bottom: 30px;
}

table th,
table td {
    padding: 5px 10px;
	color: #717171;
}

table th {
    background: #f5f5f5;
    color: #545454;
    text-shadow: 1px 1px 0px #fff;
    text-align: left;
}

table tr.even{
    background: #f5f5f5;
}

q, i, cite, em, var, address, dfn{
    font-style: italic;
}

address {
    margin-bottom: 25px;
}

big{
    font-size: larger;
}

sup {
    font-size: 10px;
    vertical-align: super;
}

sub {
    font-size: 10px;
    vertical-align: sub;
}

.list-unstyled {
    margin-left: 0px;
    list-style: none!important;
}



	
/* Links */

/*a {transition: all .2s ease-in-out;}*/

a:hover,
a:focus {text-decoration: none;}

/* Preloader */

#preloader {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.spinner {
	position: absolute;
	left: 49%;
	top: 50%; 
	z-index: 999; 
	min-width: 6.5em; 
	height: 2.5em; 
	overflow: visible; 
}

.spinner > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*===========================
  Navigation
============================ */

.navbar-toggle {color:#fff;}

.navbar {
	background-color:#fff;
	margin-bottom: 0;
	z-index:900;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.23);
	-moz-box-shadow:0px 0px 2px 0px rgba(50, 50, 50, 0.23);
	box-shadow:0px 0px 7px 0px rgba(50, 50, 50, 0.23);
}

.admin-bar .navbar{
	margin-top:32px!important;
}

.admin-bar #content{
	margin-top:32px!important;
}

.navbar-nav > li > a {
    line-height: 43px;
    padding: 10px 20px 10px 20px;
}

.navbar-custom ul.nav li a {
	font-size: 14px;
	text-align: center;
	font-family: 'nunito', sans-serif;
	 transition: all .2s ease-out;
}

.nav > li > a{
	font-family: 'nunito', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	color:#333;
}

.navbar-custom .nav li a:hover{
	outline: 0;
	color:#fff;
}
	 
.navbar-custom .nav li a:focus{
	outline: 0;
	color:#fff;
}

.navbar-custom .nav li.active {
	outline: 0;
}

.navbar-custom .nav > .active > a {color:#fff;}

.navbar-custom ul.nav ul.dropdown-menu {border-radius: 0;}

.navbar-custom ul.nav ul.dropdown-menu li {border-bottom: 1px solid #f5f5f5;}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {border-bottom: none;}

.navbar-custom ul.nav ul.dropdown-menu li a {padding: 10px 20px;}

.navbar-toggle:focus,
.navbar-toggle:active {outline: 0;}

.navbar-toggle {font-size: 16px;}

.navbar-fixed-top {border-width: 0 0 0px;}






/* top-bar */

.top-bar ul,ol {
    margin-bottom: 0px;
    padding: 0px;
	margin-left: 20px;
}

.top-bar.color-bar ul.social-list i {border-left: 1px solid rgba(255, 255, 255, .1);}

.top-bar.color-bar ul.social-list li:last-child i {border-right: 1px solid rgba(255, 255, 255, .1);}

.top-bar.color-bar .contact-details li:before {color: rgba(255, 255, 255, .2);}

.top-bar a {color: #fff;}

.top-bar .contact-details li:first-child {margin-left: 0px;}

.top-bar .contact-details i {margin-right: 5px;}

.top-bar .contact-details li {
    font-size: 13px;
    display: inline-block;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
}

/* top-bar Social icons */

ul.social-list {
    float: right;
    list-style-type: none;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

ul.social-list li a:hover {
    color: #fff;
    transition: background .3s ease-in-out;
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
}

/*===========================
  Logo
============================ */

.navbar-brand {
	font-size: 25px;
	line-height: 30px;
	margin-left: 0px;
	color:#333;
	text-transform:uppercase;
	font-family: 'Bree Serif', serif;
	padding: 0px 15px;
}
 
/*Logo icon */

.navbar-brand span{
	display: inline-block;
	margin-bottom:10px;
	margin-right:5px;
}

/* ===========================
 Main Slider
============================ */

.slider-container {
	overflow: hidden;
	position: relative;
	height: 100%;
	cursor: all-scroll;
}

.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}

/*Controls */

.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	transition: opacity 0.3s;
	opacity: 0;
}

.slider-control.inactive:hover {cursor: auto;}

.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}

.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

/* Pagination */

ul.slider-pagi {padding-left:0px;}

.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
		  transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}

.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	cursor: pointer;
}

.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	border-radius: 50%;
		  transition: transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	  -ms-transform: translate(-50%, -50%) scale(0);
		  transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

/* Slider Animation */

.slider.animating {transition: transform 0.5s;}

.slider.animating .slide__bg {transition: transform 0.5s;}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:top right;
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 610px;
  -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
          transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

.slide__overlay path {opacity: 0.4;}

/* Slider Typography */

.slide__text {
	text-align:center;
	position: absolute;
	width: 35%;
	bottom: 15%;
	left: 4%;
	color: #fff;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
 
.slide__text-heading {
	margin:3rem;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

.lead {
  font-family: "Nunito", sans-serif;
  font-size: 2.2rem;
  color:#fff;
  margin-bottom: 1.5rem;
}

/* slide1 */

.slide:nth-child(1) {
  left: 0;
}

.slide:nth-child(1) .slide__bg {
  left: 0;
}

/* slide2 */

.slide:nth-child(2) {
  left: 100%;
}

.slide:nth-child(2) .slide__bg {
  left: -50%;
}

/* slide3 */

.slide:nth-child(3) {
  left: 200%;
}

.slide:nth-child(3) .slide__bg {
  left: -100%;
}

/* slide4 */

.slide:nth-child(4) {
  left: 300%;
}

.slide:nth-child(4) .slide__bg {
  left: -150%;
}

/* slide5 */

.slide:nth-child(5) {
  left: 400%;
}

.slide:nth-child(5) .slide__bg {
  left: -200%;
}

/* slide6 */

.slide:nth-child(6) {
  left: 500%;
}

.slide:nth-child(6) .slide__bg {
  left: -250%;
}


/* slide7 */

.slide:nth-child(7) {
  left: 600%;
}

.slide:nth-child(7) .slide__bg {
  left: -300%;
}

/* slide8 */

.slide:nth-child(8) {
  left: 700%;
}

.slide:nth-child(8) .slide__bg {
  left: -350%;
}

/* slide9 */

.slide:nth-child(9) {
  left: 800%;
}

.slide:nth-child(9) .slide__bg {
  left: -400%;
}

/* slide10 */

.slide:nth-child(10) {
  left: 900%;
}

.slide:nth-child(10) .slide__bg {
  left: -450%;
}

/* ====================================
    Section Background
   ==================================== */

.be-section.be-video-section .be-section-pad,
.be-section.be-bg-overlay,
.hero-section-wrap.be-video-section {
    position: relative;
}
.be-section {
    overflow: hidden;
}
.be-row {
    z-index: 3;
    position: relative;
}
.be-row.be-no-space {
	width: 100%;
}
.be-bg-video {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.be-animate {
    visibility: hidden;
    margin-bottom: 30px;
}
#be-pb-main .be-animate {
	visibility: visible;
}
.be-bg-parallax {
    background-attachment: fixed;
}
.be-bg-cover {
    background-size: cover !important;
    -webkit-background-size:cover !important;
    -moz-background-size:cover !important;
}
.be-bg-mousemove-parallax.be-bg-cover {
    background-size: initial !important;
    -webkit-background-size: initial !important;
    -moz-background-size:initial !important;
}
.section-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.be-shortcode {
    margin-bottom: 60px;
}   
