@import "animate.css";
@import url(../../../maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700);
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
/*========================================================
                      Main Styles
=========================================================*/
body {
  /* background: #66b32e; */
  color: #333;
  font: 400 13px/23px 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: none;
  background-image: url("../images/back_temp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;


}
footer .container{
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.terms-list dt {
  font-weight: 700;
}
h1 {
  font-size: 30px;
  line-height: 35px;
}
h2 {
  font-size: 55px;
  line-height: 55px;
}
h3 {
  font-size: 30px;
  line-height: 35px;
}
h4 {
  font-size: 20px;
  line-height: 22px;
}
h5,
.terms-list dt {
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-size: 15px;
  line-height: 23px;
}
p a:hover,
.list a:hover {
  text-decoration: underline;
}
p .fa,
.list .fa {
  text-decoration: none;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.img_offset {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .img_offset {
    width: 100%;
  }
}
.center {
  text-align: center;
  vertical-align: middle;
  padding-top: 4em;
}
@media (max-width: 767px) {
  .resp-center {
    text-align: center;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
.row + .container {
  margin-top: 32px;
}
.row + .offset {
  margin-top: 39px;
}
.row + .offset1 {
  margin-top: 23px;
}
.row + .offset2 {
  margin-top: 17px;
}
* + p {
  margin-top: 8px;
}
* + .btn {
  margin-top: 31px;
}
* + .box_wrapper {
  margin-top: 47px;
}
* + .box {
  margin-top: 30px;
}
* + h5 {
  /* margin-top: 17px; */
}
h6 + p {
  margin-top: 19px;
}
* + .row {
  margin-top: 17px;
}
* + .contact-list {
  margin-top: 17px;
}
.contact-list + .inline-list {
  margin-top: 16px;
}
p + .row {
  margin-top: 11px;
}
.row + .row {
  margin-top: 30px;
}
* + .resp-tabs-container {
  margin-top: 32px;
}
* + label {
  margin-top: 30px;
}
* + .terms-list {
  margin-top: 24px;
}
* + dd {
  margin-top: 6px;
}
* + dt {
  margin-top: 33px;
}
* + .btn-wr {
  margin-top: 40px;
}
/*=======================================================
                        Components
=========================================================*/
/*================   Header Wrapper   ====================*/
.header-wrapper {
  padding-top: 13px;
  padding-bottom: 12px;
  background: #fff;
}
.header-wrapper .info-box {
  display: inline-block;
}
.header-wrapper .info-box * {
  display: inline-block;
}
.header-wrapper .info-box p {
  color: #333333;
}
.header-wrapper .info-box a {
  font: 700 15px/23px 'Ubuntu', sans-serif;
  color: #ffcc99;
  margin-left: 8px;
}
.header-wrapper .info-box a:before {
  content: '\f10b';
  padding-right: 7px;
}
.header-wrapper .info-box time {
  font-size: 11px;
  line-height: 25px;
  margin-left: 5px;
}
.header-wrapper .inline-list li {
  font-size: 12px;
  line-height: 26px;
  color: #888888;
}
.header-wrapper .inline-list li + li {
  margin-left: 19px;
}
.header-wrapper .inline-list li:hover {
  color: #ffcc99;
}
.header-wrapper .inline-list li:active {
  color: #15805e;
}
@media (max-width: 767px) {
  .header-wrapper .inline-list {
    float: none;
    display: inline-block;
    text-align: center;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-top: 10px;
}
.brand_name {
  display: inline-block;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
}
.brand_name span {
  font-weight: 300;
  text-transform: none;
}
.brand_img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/logo.png") center no-repeat #ffffff;
  height: 52px;
  width: 52px;
}
.brand_img + .brand_name {
  margin-top: 6px;
  margin-left: 9px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .brand_name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .brand {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ffcc99;
}
.bg-secondary {
  background: #f7f7f7;
}
.primary-color {
  color: #ffcc99;
}
/*==================    Buttons    ======================*/
.btn {
  background: #ffcc99;
  color: #fff;
  font: 700 15px/23px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  padding: 8px 15px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:hover {
  background: #dfdfdf;
  color: #333333;
}
.btn:active {
  background: #c6c6c6;
}
/*==================  Contact info  ======================*/
.contact-info {
  display: block;
}
.contact-info a,
.contact-info address {
  margin-top: 25px;
  display: inline-block;
  font: 700 18px/27px 'Ubuntu', sans-serif;
  color: #da8b3c;
}
.contact-info a:hover {
  color: #333333;
}
.contact-info a:active {
  color: #1a1a1a;
}
.fa-envelope,
.fa-mobile,
.fa-map-marker {
  color: #333333;
  margin-left: 32px;
}
.fa-envelope {
  font-size: 66px;
  line-height: 70px;
}
.fa-envelope a {
  margin-left: 45px;
}
.fa-mobile {
  font-size: 86px;
  line-height: 80px;
}
.fa-mobile a {
  margin-left: 58px;
}
.fa-map-marker {
  font-size: 79px;
  line-height: 80px;
}
.fa-map-marker address {
  margin-left: 60px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  [class*='fa-'] a,
  [class*='fa-'] address {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-info {
    display: block;
  }
  .contact-info a,
  .contact-info address {
    font-size: 15px;
  }
  .fa-envelope,
  .fa-mobile,
  .fa-map-marker {
    margin-left: 0;
  }
  [class*='fa-'] a,
  [class*='fa-'] address {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  [class*='fa-'] a,
  [class*='fa-'] address {
    margin-left: 0;
  }
  .contact-info a,
  .contact-info address {
    font-size: 15px;
  }
  .fa-envelope,
  .fa-mobile,
  .fa-map-marker {
    margin-left: 0;
  }
}
/*==================  Contact info  ======================*/
.terms-list dt {
  color: #ffcc99;
}
.terms-list dd a {
  color: #ffcc99;
}
.terms-list dd a:hover {
  text-decoration: underline;
}
/*==================     Dash     ======================*/
.dash {
  position: relative;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #333333;
}
.dash:before,
.dash:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3000px;
  height: 5px;
  background: url(../images/dash.png) repeat-x;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dash:before {
  right: 100%;
  margin-right: 15px;
}
.dash:after {
  left: 100%;
  margin-left: 15px;
}
.dash__right {
  text-align: left;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  color: #333333;
}
.dash__right > span:after {
  position: absolute;
  content: ' ';
  background: url("../images/dash.png") repeat;
  height: 5px;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 3%;
}
.dash__right + p {
  font-size: 11px;
  line-height: 19px;
}
/*==================      Box      ======================*/
.box {
  background: #ffcc99;
  padding: 18px 24px 20px 20px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_cnt {
  padding-left: 15px;
  color: #fff;
}
.box_cnt p {
  position: relative;
  display: block;
  padding-top: 11px;
}
.box_cnt p q {
  padding-left: 39px;
}
.box_cnt p q:before {
  position: absolute;
  content: '\f10e';
  font: 400 33px/23px 'FontAwesome';
  top: 5px;
  left: 0;
}
.box_cnt p + cite {
  margin-top: 6px;
}
.box_cnt cite {
  display: inline-block;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    display: inline-block;
  }
  .box_cnt__no-flow {
    overflow: visible;
  }
}
@media (max-width: 479px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    display: inline-block;
  }
  .box_cnt__no-flow {
    overflow: visible;
  }
}
/*==================   Custom Box   ======================*/
.box_wrapper:before,
.box_wrapper:after {
  content: " ";
  display: table;
}
.box_wrapper:after {
  clear: both;
}
.box_wrapper .custom-box01 {
  width: 25%;
  float: left;
  position: relative;
}
.box_wrapper .custom-box01_img img {
  width: 100%;
}
.box_wrapper .custom-box01_img .overlay {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box_wrapper .custom-box01_link {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -180px;
  height: 160px;
  width: 360px;
  padding: 1px;
  text-align: center;
}
.box_wrapper .custom-box01_link p,
.box_wrapper .custom-box01_link a {
  color: #fff;
  display: none;
}
.box_wrapper .custom-box01_link h4 {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  text-transform: uppercase;
  color: #ffcc99;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
}
.box_wrapper .custom-box01_link .btn:hover {
  background: #fff;
  color: #ffcc99;
}
.box_wrapper .custom-box01_link .btn:active {
  background: #15805e;
}
.box_wrapper .custom-box01:hover h4 {
  color: #fff;
  position: static;
}
.box_wrapper .custom-box01:hover p,
.box_wrapper .custom-box01:hover a {
  display: inline-block;
}
.box_wrapper .custom-box01:hover .overlay {
  background: rgba(0, 0, 0, 0.45);
}
.lt-ie9 .box_wrapper .custom-box01:hover .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#73000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#73000000');
  zoom: 1;
}
@media (max-width: 1800px) {
  .box_wrapper .custom-box01_link h4 {
    line-height: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .box_wrapper .custom-box01_link {
    width: 250px;
    margin-left: -125px;
    top: 50%;
  }
  .box_wrapper .custom-box01_link h4 {
    font-size: 15px;
  }
  .box_wrapper .custom-box01_link p {
    font-size: 10px;
  }
  .box_wrapper .custom-box01_link p + .btn {
    margin-top: 3px;
  }
  .box_wrapper .custom-box01:hover {
    margin-top: 0;
  }
  .box_wrapper .custom-box01:hover .custom-box01_link {
    top: 80%;
  }
  .box_wrapper .custom-box01:hover .custom-box01_link p {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_wrapper .custom-box01 {
    width: 50%;
  }
  .box_wrapper .custom-box01_img img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_wrapper .custom-box01 {
    width: 50%;
  }
  .box_wrapper .custom-box01_img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box_wrapper .custom-box01 {
    width: 100%;
  }
  .box_wrapper .custom-box01_img img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .box_wrapper .custom-box01_link {
    top: 70%;
    width: 250px;
    margin-left: -125px;
  }
  .box_wrapper .custom-box01_link h4 {
    top: 30%;
  }
  .box_wrapper .custom-box01:hover p {
    display: none;
  }
}
/*================== Custom Wrapper ======================*/
.custom-wrapper {
  position: relative;
  display: block;
  z-index: 1;
  padding-bottom: 60px;
  overflow: hidden;
}
.custom-wrapper_box {
  padding-left: 21px;
  padding-right: 21px;
  height: 200px;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -60px;
  background: #ffcc99;
  color: #fff;
  text-align: center;
  -moz-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.custom-wrapper_box h4 {
  -moz-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  padding-top: 20px;
  display: block;
  text-transform: uppercase;
}
.custom-wrapper_box h4 + p {
  margin-top: 4px;
}
.custom-wrapper_box p {
  opacity: 0;
  font-size: 13px;
  line-height: 23px;
  -moz-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}
.lt-ie9 .custom-wrapper_box p {
  filter: alpha(opacity=0);
}
.custom-wrapper:hover .custom-wrapper_box {
  top: 68px;
  margin-top: 0;
}
.custom-wrapper:hover .custom-wrapper_box h4 {
  padding-top: 34px;
}
.custom-wrapper:hover .custom-wrapper_box p {
  opacity: 1;
}
.lt-ie9 .custom-wrapper:hover .custom-wrapper_box p {
  filter: alpha(opacity=100);
}
@media (min-width: 980px) and (max-width: 1199px) {
  .custom-wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .custom-wrapper_box {
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-wrapper_box h4 {
    font-size: 15px;
  }
  .custom-wrapper_box p {
    font-size: 10px;
    line-height: 20px;
  }
  .custom-wrapper:hover .custom-wrapper_box {
    top: 45px;
  }
  .custom-wrapper:hover .custom-wrapper_box h4 {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .custom-wrapper {
    padding: 0 0 20px 0;
  }
  .custom-wrapper img {
    width: 100%;
    margin-bottom: 40px;
  }
  .custom-wrapper:hover .custom-wrapper_box h4 {
    padding-top: 6  0px;
  }
}
@media (max-width: 479px) {
  .custom-wrapper p {
    font-size: 10px;
    line-height: 20px;
  }
  .custom-wrapper h4 {
    font-size: 15px;
  }
  .custom-wrapper:hover .custom-wrapper_box {
    top: 45px;
  }
  .custom-wrapper:hover .custom-wrapper_box h4 {
    padding-top: 20px;
  }
}
/*==================    Item List   ======================*/
.item-list {
  margin-top: 21px;
}
.item-list li:nth-child(n+4) {
  margin-top: 60px;
}
.item-list li:nth-child(3n+1) {
  clear: left;
}
.item-list li:before {
  color: #333333;
  font-size: 60px;
  line-height: 23px;
  margin-left: -5px;
}
.item-list li h5 {
  margin-top: 12px;
  color: #ffcc99;
}
@media (max-width: 767px) {
  .item-list li:before {
    margin-left: 0;
  }
  .item-list li:nth-child(n+4) {
    margin-top: 25px;
  }
}
/*==================   Inline List  ======================*/
.inline-list:before,
.inline-list:after {
  content: ' ';
  display: table;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
}
.inline-list li + li {
  margin-left: 10px;
}
/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 15px;
}
.marked-list li:before {
  color: #d9d8d8;
  content: '\f054';
  position: absolute;
  left: 1px;
  top: 2px;
  font: 400 11px/25px 'FontAwesome';
  line-height: inherit;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li a {
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.marked-list li a:hover {
  color: #ffcc99;
}
.marked-list li + li {
  margin-top: 7px;
}
/*==================  Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list .wrapper {
  padding-left: 53px;
}
.index-list .wrapper h5 {
  color: #ffcc99;
}
.index-list__offset li:nth-child(n+3) {
  margin-top: 21px;
}
.index-list li {
  position: relative;
}
.index-list li:nth-child(n+4) {
  margin-top: 21px;
}
.index-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffcc99;
  color: #fff;
  top: 9px;
  left: 0px;
  font: 700 17px/33px 'Ubuntu', sans-serif;
  text-align: center;
}
/*================== Contact List ======================*/
.contact-list li {
  position: relative;
  display: block;
}
.contact-list li * {
  font: 400 11px/25px 'Ubuntu', sans-serif;
  display: inline-block;
  padding-left: 23px;
}
.contact-list li a:hover {
  color: #ffcc99;
}
.contact-list li a:active {
  color: #15805e;
}
.contact-list li a[href^="mailto"]:hover {
  text-decoration: underline;
}
.contact-list li:before {
  position: absolute;
  color: #ffcc99;
  font-size: 11px;
  line-height: 26px;
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font: 700 15px/23px 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
  padding: 23px 18px;
}
.sf-menu > li > a {
  color: #fff;
  background: #ffcc99;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #333333;
  background: #dfdfdf;
}
.sf-menu > li.active > a {
  color: #212121;
  background: #dfdfdf;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 186px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 12px/29px 'Ubuntu', sans-serif;
  text-transform: none;
}
.sf-menu ul > li > a {
  padding: 5px 0px 5px 11px;
  color: #7f7f7f;
  background: #333333;
  border-bottom: 1px solid #7f7f7f;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #ffcc99;
}
.sf-menu ul ul {
  text-align: right;
  position: absolute;
  top: 40%;
  left: 186px;
  width: 100px;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  padding-right: 11px;
  color: #FFF;
  background: #444444;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #ffcc99;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 5px;
  top: 29px;
  content: '\f107';
  font: 400 12px/12px 'FontAwesome';
}
.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 9px;
  top: 13px;
  content: '\f105';
  font: 400 12px/12px 'FontAwesome';
  color: #888888;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666666;
  background: #ffffff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  text-decoration: none;
  background: #ffcc99;
  color: #ffffff;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  letter-spacing: 0;
  left: 56px;
  right: 56px;
  color: #000000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #ffcc99;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 37px;
  color: #fff;
  background: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #ffcc99;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs {
  text-align: center;
}
.resp-tabs .row + .row {
  margin-top: 101px;
}
.resp-tabs-list {
  font: 700 18px/35px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #333333;
  display: inline-block;
  overflow: hidden;
}
.resp-tabs-list .resp-tab-active {
  color: #ffcc99;
}
.resp-tabs-list li {
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-tabs-list li + li {
  margin-left: 40px;
}
.resp-tabs-list li:hover {
  color: #ffcc99;
}
.resp-tabs-list li:active {
  color: #15805e;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 979px) {
  .resp-tabs-list:before,
  .resp-tabs-list:after {
    height: 0;
    margin-top: 0;
    width: 0;
  }
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    font: 700 18px/35px 'Ubuntu', sans-serif;
    padding: 5px;
    background: #ffcc99;
    margin: 10px 0 10px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .resp-accordion:hover {
    cursor: pointer;
    background: #333333;
    color: #ffcc99;
  }
  .resp-tab-active {
    background: #333333;
    color: #ffcc99;
  }
  .resp-tabs-list {
    display: none;
  }
  .resp-tabs > .dash {
    display: none;
  }
  .resp-tabs .row + .row {
    margin-top: 30px;
  }
}
/*==================   Thumbnail    ======================*/
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffcc99;
}
header .can-help {
  float: left;
}
header .inline-list {
  float: right;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  /* background: #333333; */
}
/*==================      Well     ======================*/
.well {
  padding-top: 43px;
  padding-bottom: 0;
}
.well2 {
  padding-top: 111px;
  padding-bottom: 60px;
}
.well_ins1 {
  padding-bottom: 65px;
}
.well_ins2 {
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .well {
    padding-bottom: 10px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #cebbb4;
  font: 400 1em 'Ubuntu', sans-serif;
  text-align: center;
  position:absolute;
  bottom:0;
  line-height: 50px ;
  width:100%;
  color:#111;
}
footer .marked-list li {
  padding-left: 20px;
}
footer .marked-list li a {
  color: #ffcc99;
  font-size: 11px;
  line-height: 25px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .marked-list li a:hover {
  color: #15805e;
}
footer .marked-list li + li {
  margin-top: 0px;
}
footer .inline-list li {
  font-size: 12px;
  line-height: 26px;
  color: #888888;
}
footer .inline-list li + li {
  margin-left: 19px;
}
footer .inline-list li:hover {
  color: #333333;
}
footer .inline-list li:active {
  color: #4d4d4d;
}
footer .copyright {
  /* border-top: 1px solid #f7f7f7; */
  padding-top: 11px;
  padding-bottom: 11px;
}
footer .copyright a:hover {
  color: #ffcc99;
}
.title{
  font-family: 'cinzel',serif;
  font-size: 3em;
  color: #521514;

}
.subtitle{
  font-family: 'cinzel',serif;
  font-size: 2em;
  color: #521514;

  padding-top:1em;

}
.social img{
  max-height: 80px;
  padding: 10px;
}
