body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: "Josefin Sans", sans-serif !important;
    background-color: #e6e6e6;
}

img {
    max-width: 100%;
    display: block;
}

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

.header {
    background: #fff;
    padding: 20px 0;
}

.logo {
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
}

.nav {
  width: 66.66%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  transition: .3s color;
}

.nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.nav ul li a:hover {
    color: #ceb966;
}

.rotator {
    height: 500px;
    overflow: hidden;
    position: relative;
    background: rgba(0,0,0,.7);

}

.rotator .elem {
    background-size: cover;
    background-position: center 15%;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 1s opacity, 1s visibility;
    opacity: 0;
}

.elem.show {
    visibility: visible;
    opacity: 1;
    transition: 1s opacity;
}

.text_wrapper {
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 40px 60px;
    bottom: 100%;
    font-size: 40px;
    background: rgba(0,0,0,.7);
    color: #fff;
}

.container::after {
    content: "";
    clear: both;
    display: table;
}

.widget_wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.widget {
    float: left;
    width: 30%;
    padding: 20px;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 10px;
    background-color: #ccc7aa;
    margin-right: 5%;
}

.widget i {
    font-size: 60px;
    color: #9db083;
    text-shadow: 0px 0px 4px rgba(255,255,255,.7);
}

.widget:last-child {
    margin: 0;
}

.main_content {
    padding: 30px 0;
}

.footer {
    background-color: #ccc7aa;
    padding: 30px 0;
}




/* homepage change*/
.rotator {
    height: 100%;
}

.header {
    background: none;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.text_wrapper {
    z-index: 9;
}

.elem::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
}

.main_content {
    display: none;
}

.footer {
    line-height: 20px;
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: #fff;
}

.rotator_wrapper {
    height: 100%;
}

.rotator .text_wrapper {
    display: none;
}

.footer {
    background-color: rgba(204,199,170,.5);
    padding: 30px 0;
}

.forward_trigger {
    position: absolute;
    right: 10px;
    height: 24px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    z-index: 10;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 24px;
    opacity: .6;
}

.back_trigger {
    position: absolute;
    left: 10px;
    height: 24px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    z-index: 10;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 24px;
    opacity: .6;
}

.nav ul li a {
    color: #fff;
}

.elem::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0,0,0,.1) 10%, rgba(0,0,0,.3));
}

.nav ul {
    width: 100%;
}

.nav.col-md-9 {
    padding-left: 15px;
}

.rotator_nav_wrapper {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.rotator_nav_wrapper_inner {
    position: relative;
}

.rotator_nav {
    padding: 30px 40px;
}

.elem_nav {
    width: 30px;
    height: 5px;
    display: inline-block;
    margin: 0 15px;
    background: rgba(255,255,255,.6);
    cursor: pointer;
}

.nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: .3s color;
    line-height: 62.5px;
    text-transform: none;
}

.nav ul li a:hover {
    color: #009681;
}
 
.header {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.rotator_wrapper::before {
    content: "";
    display: table;
}

.rotator {
    height: calc(100% - 82.5px);
    margin-top: 82.5px;
}

.footer {
    padding: 10px 0;
    background: rgba(0,0,0,.5);
    color: #fff;
}

.load_wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.load_wrapper {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}

.elem_nav:hover {
    background: #fff;
}

.back_trigger:hover, .forward_trigger:hover {
    opacity: 1;
}

.elem_nav.highlighted {
    background: #fff;
}

.copyright {
    float: left;
}

.privacy {
    float: right;
}

.privacy a {
    color: #fff;
    text-decoration: underline;
}

.privacy a:hover {
    color: #009681;
    text-decoration: none;
}


