@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,400italic,700);
@import url(//fonts.googleapis.com/css?family=Damion);
@import url(//fonts.googleapis.com/css?family=Pacifico);*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700,900&subset=latin-ext');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900&subset=latin-ext');

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #f6f6f6;
  color: #666;
  font: 400 14px 'Raleway', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}

#content h1, h2, h3, h4, h5{
  /*font-family: 'Playfair Display';*/
}

#content h1 {
  color: #15c1e5;
  font-size: 60px;
  line-height: 92px;
}
/*#content h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
}*/
#content h2 {
  color: #15c1e5;
  font-size: 48px;
  line-height: 53px;
  font-weight: 700;
}
#content h2 + p {
  margin-top: 17px;
}
/*#content h4 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #414141;
}
#content h4 + p {
  margin-top: -2px;
  color: #909497;
  font-size: 14px;
}*/
#content h3 {
  color: #ffa200;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 28px;
}
#content h3 + * {
  /* margin-top: 52px; */
}
#content h3 + p {
  margin-top: 6px;
}
#content h3 + .row {
  margin-top: 51px;
}
#content h3 + form {
  /* margin-top: 58px; */
}
#content h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
#content h4 + span {
  margin-top: 2px;
}
#content h4 + p {
  margin-top: 15px;
}
#content p {
  font-family: 'Raleway', sans-serif;
  color: #555;
}
#content p a:hover {
  text-decoration: underline;
}
#content p + .row {
  margin-top: 14px;
}
#content time {
  display: block;
}
#content a,
footer a{
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content a:active,
#content a:focus,
#content a:hover,
#content a:visited {
  outline: 0;
  text-decoration: none;
}
#content a:active {
  background: transparent;
}
#content a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
#content strong {
  font-weight: 700;
}
#content .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;
}
.bg-wrap {
  background: #efefef;
}
.video01 {
  width: 570px;
  height: 322px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding: 0;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}

.sf-menu > li:first-child{
  background-color: #9bba1f;
}

.sf-menu > li:nth-child(2){
  background-color: #ffa200;
}
.sf-menu > li:nth-child(3){
  background-color: #ca3535;
}
.sf-menu > li:nth-child(4){
  background-color: #15c1e5;
}
.sf-menu > li:nth-child(5){
  background-color: #9bba1f;
}
.sf-menu > li:nth-child(6){
  background-color: #ffa200;
}
.sf-menu > li:nth-child(7){
  background-color: #ca3535;
}

.sf-menu a {
  display: block;
  text-decoration: none;
}
.sf-menu > li > a {
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  padding: 20px 17px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 12px;
    padding: 5px 5px;
  }

  .news.list .news-item{
    width:45% !important;
  }

  .markcon-gallery .albums .album{
    display: block !important;
    width:97% !important;
    max-width: 97% !important;
  }
}

.sf-menu > li.active > a {
  color: #fff;
  background: #ffa200;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 220px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 16px 13px;
  background: #ffffff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  /* text-transform: uppercase; */
  display: inline-block;
  font-size: 15px;
  line-height: 34px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #525252;
  background: transparent;
  width: 100%;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #ffa200;
  font-weight: bold;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 98px;
  margin-top: 8px;
  margin-left: 13px;
  padding: 0px 13px;
  z-index: 4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sf-menu ul ul {
  background: #414141;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  font-size: 12px;
  line-height: 30px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  background: #414141;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #83A05D;
  font-size: 12px;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 77%;
  margin-left: -2px;
  color: #191919;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
.active .sf-with-ul:before {
  color: #fff !important;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .news.list .news-item{
    width:100% !important;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto 20px auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 420px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Raleway', sans-serif;
  line-height: 30px;
  border: 1px solid grey;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 270px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background-color: #ffffff;
}

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #f0efef;
}
.isStuck .list01 {
  display: none;
}
.isStuck .sf-menu {
  padding-top: 0;
  margin-top: -21px;
}
.isStuck .sf-menu > li {
  position: relative;
  float: left;
}
.isStuck .sf-menu > li + li {
  margin-left: 0px;
}
.isStuck .search-form {
  margin-top: 7px;
}
.isStuck .nav {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.isStuck .brand {
  display: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 0;
  float: none !important;
}
.isStuck .brand_name {
  font-size: 30px;
  line-height: 30px;
}
.isStuck .brand .brand-icon {
  position: relative;
  text-align: center;
}
.isStuck .brand .brand-icon:before {
  content: url(../images/logo.png);
  position: absolute;
  top: -5px;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-left: -65px;
  background: #83A05D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.isStuck .brand_slogan {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  margin-top: -3px;
  margin-left: 3px;
  color: #83A05D;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .isStuck .sf-menu {
    margin-left: 0;
    padding-top: 15px;
    margin-top: -11px;
  }
  .isStuck .sf-menu > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .isStuck .brand {
    display: none;
  }
  .isStuck .nav {
    padding-bottom: 5px;
  }
  .isStuck .search-form {
    margin-top: 7px;
  }

  .sf-menu > li > a{
    padding: 15px 5px;
  }
}

/*.isStuck .sf-menu > li > a{
  color: #fff;
}*/
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 27px;
  line-height: 38px;
  color: #8f8f90;
  background: #f7f7f7;
  /* border: 2px solid rgba(221, 27, 27, 0.86); */
  -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: #dd1b1b;
  background: #f7f7f7;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}/*
!*=================       Tabs     ======================*!
.resp-tabs-list {
  display: none;
}
.resp-tabs-list li {
  cursor: pointer;
}
.resp-tabs-container {
  margin-top: 15px;
  margin-bottom: 27px;
}
.resp-accordion {
  position: relative;
  display: block;
  background: #E9E9CF;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #83A05D;
  padding: 5px 5px;
  padding-top: 6px;
  padding-left: 32px;
  border: 1px solid #E9E9CF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 9px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-accordion:before {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  line-height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid #7b7f82;
  color: #51565a;
}
.resp-accordion:hover {
  color: #485E2E  ;
}
.resp-tab-active:before {
  content: "\f068";
}
.resp-tab-content {
  display: none;
  padding: 6px 20px 33px 31px;
  font-size: 13px;
  line-height: 18px;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}*/
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/parallax.jpg);
  position: relative;
}
.parallax2 {
  background-color: #FFF;
  background-image: url(../images/page-4_parallax01.jpg);
  position: relative;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}

/*
!*==================   Tumbnail    ======================*!
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}
!* RESPONSIVE EXAMPLE *!
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}*/
/*=================== Tables ==========================*/
table + table {
  margin-top: 5px;
}
.taddress {
  font-size: 30px;
  line-height: 32px;
  margin: 20px 0;
  color: #01b9af;
  display: none;
}
@media only screen and (max-width: 801px) {
  .taddress {
    display: inline-block;
    text-align: center;
  }
}
.table1 {
  width: 100%;
  border: 1px solid #edeaea;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .table1 {
    font-size: 14px;
    line-height: 20px;
  }
}
.table1 .ton {
  display: none;
}
.table1 tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px;
  padding-top: 14px;
  padding-bottom: 17px;
  border: 1px solid #edeaea;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  .table1 tr td {
    padding: 5px;
  }
}
.table1 span {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .table1 span {
    font-size: 12px;
  }
}
.table1 .td01 {
  padding-right: 50px;
  color: #01b9af;
  vertical-align: top;
  width: 198px;
}
@media only screen and (max-width: 1199px) {
  .table1 .td01 {
    width: 160px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .table1 .td01 {
    padding: 5px;
    width: 100px;
  }
}
.table1 .td02 {
  width: 198px;
}
@media only screen and (max-width: 1199px) {
  .table1 .td02 {
    width: 150px;
  }
}
@media only screen and (max-width: 979px) {
  .table1 .td02 {
    width: 130px;
  }
}
.table1 .td03 {
  width: 154px;
}
.table1 .va-m {
  vertical-align: middle;
}
@media only screen and (max-width: 801px) {
  .table1 .ton {
    display: block !important;
  }
  .table1 .toff {
    display: none !important;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: #fff;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.header .brand {
  float: left;  
}

.header .brand a{
  display: block;
  text-decoration: none;
  color: #525252;
  padding: 5px 0;
}

.header .brand a:hover{
  color: #ffa200;
}

.header .brand a img{
  width: 55px;
   image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.header .nav {
  float: left;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand,
  .header .nav {
    float: none;
  }
}
.header .list01 {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .header .list01 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header .list01 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  /**padding-left: 65px;
  margin-top: 41px;
  margin-bottom: 45px;**/
  /* max-width: 180px; */
  margin: 0px 0;
}
@media only screen and (max-width: 767px) {
  .brand {
    margin-top: 21px;
    margin-bottom: 10px;
  }
}
.brand_name {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2.5px;
  font-family: 'Damion', cursive;
  color: #01b9af;
}
.brand .brand-icon {
  position: relative;
  text-align: center;
}
.brand .brand-icon:before {
  content: url(../images/logo.png);
  position: absolute;
  top: 1px;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-left: -65px;
  background: #de0500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.brand_slogan {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  margin-top: -7px;
  margin-left: 3px;
  color: #de0500;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 33px;
}
.well-02 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.well-02.__sub {
  padding: 45px 0;
}
.well-02.__sub .row + .row {
  margin-top: 30px;
}
.well-02.__sub01 {
  padding: 66px 0;
  padding-bottom: 53px;
}
.well-02.__sub01 .row + .row {
  margin-top: 68px;
}
.well-02.__sub01 .row + h5 {
  margin-top: 68px;
}
.well-02.__sub01 .__mrg {
  margin-top: 68px !important;
}
.well-02.__sub01 h5 + .row + .row {
  margin-top: 30px;
}
.well-02.__sub02 {
  padding-top: 32px;
  padding-bottom: 30px;
}
.well-02.__sub02 .row + .row {
  margin-top: 30px;
}
.well-02.__sub03 {
  padding-top: 68px;
  padding-bottom: 1px;
}
.well-02.__sub04 {
  padding-bottom: 53px;
}
.well-02.__sub05 {
  padding-top: 66px;
  padding-bottom: 45px;
}
.well-02.__sub05 h5 + .row {
  margin-top: 65px;
}
.well-02.__sub05 .row + .row {
  margin-top: 44px;
}
.well-02.__sub06 {
  padding-bottom: 26px;
}
.well-02.__sub07 {
  padding-top: 66px;
  padding-bottom: 76px;
}
.well-02.__sub07 h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: #252525;
}
.well-02.__sub07 h3 span {
  font-weight: 300;
  color: #de0500;
}
.well-02.__sub07 h3 + .row {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .well-02.__sub07 h3 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }
}
.well-03 {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .well-03 h4,
  .well-03 p {
    text-align: center;
  }
}
.well-04 {
  padding-top: 69px;
}
@media only screen and (max-width: 767px) {
  .well-04 #contact-form [class*="grid_"] + [class*="grid_"] {
    margin-top: 18px;
  }
}
.well-04.__mod {
  padding-bottom: 42px;
}
.well-04.__mod2 {
  padding-bottom: 50px;
}
.footer-well {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #de0500;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  font-size: 18px;
  background: #ca3535;
  display: inline-block;
  padding: 8px 19px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-weight: 400;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #bd1616;
}
.btn_arrow,
.btn_01,
.btn_02,
.btn_03 {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_arrow {
  position: relative;
}
.btn_arrow:before {
  font-family: 'FontAwesome';
  content: '\f105';
  line-height: 27px;
  padding-left: 11px;
  padding-right: 11px;
  color: #000;
  margin-left: -11px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_01 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: #83A05D;
  padding: 14px 29px;
  padding-top: 16px;
  padding-bottom: 12px;
}
.btn_01:hover {
  background: #485E2E;
}
.btn_02 {
  display: inline-block;
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #fff !important;
  background: #2f3148;
  padding: 17px 45px 15px 44px;
}
.btn_02:hover {
  background: #dd1b1b;
}
.btn_03 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #83A05D;
  text-transform: uppercase;
}
.btn_03:after {
  position: absolute;
  top: 50%;
  left: 100%;
  font-family: 'FontAwesome';
  content: '\f105';
  color: #fff;
  margin-left: 5px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #83A05D;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_03:hover {
  color: #485E2E;
}
.btn_03:hover:after {
  margin-left: 8px;
  background: #485E2E;
}

.btn_04 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #424242;
  text-transform: uppercase;
}
.btn_04:before {
  position: absolute;
  top: 50%;
  right: 100%;
  font-family: 'FontAwesome';
  content: '\f104';
  color: #fff;
  margin-right: 5px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #9CAA55;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_04:hover {
  color: #485E2E;
}
.btn_04:hover:before {
  margin-left: 8px;
  background: #485E2E;
}
/*==================== hr ==============================*/
hr {
  background: #dadbdc;
  color: #dadbdc;
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  margin: 8px 0;
}
hr + p {
  margin-top: 6px;
}
.hr02 {
  margin: 26px 0;
}
/*============= Lists ====================================*/
.list01 {
  float: right;
}
.list01 li {
  float: left;
}
.list01 li a {
  display: inline-block;
  color: #91A05B;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: .6px;
  text-transform: uppercase;
  border-left: 1px solid #c5c5c5;
  margin-right: 17px;
  padding-left: 12px;
}
.list01 li a:hover {
  color: #000;
}
.soc-list {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
  color: #363535;
  text-transform: uppercase;
}
.soc-list li {
  float: left;
  margin-right: 12px;
}
.soc-list li a {
  display: inline-block;
}
.soc-list li a:hover {
  color: #485E2E !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: 0 !important;
}
/*==================      Box      ======================*/
.box {
  position: relative;
  background: #9bba1f;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 15px;
  color: #fff;
  height: 100%;
  /* display: flex; */
  /* flex-direction: column; */
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_cnt {
  text-align: center;
  margin: 10px 30px 40px 30px;
  padding-bottom: 30px;
}
.box_cnt h5,
.box_cnt p {
  color: #ffffff !important;
}
.box_cnt h5 {
  text-transform: uppercase !important;
  font-weight: 300 !important;
  margin-bottom: 15px !important;
  height: auto !important;
  line-height: 1.1 !important;
  font-size: 29px;
}
.box_cnt p {
  line-height: 21px;
}
.box_cnt p + .btn_arrow {
  margin-top: 9px;
}
.box_cnt .btn_arrow {
  display: inline-block;
  margin: auto auto 0 !important;
}
.box_cnt .btn_arrow:hover:before {
  background: #b9b9b9;
  color: #fff;
}
.box_cnt.__mod01 {
  margin: 28px 65px 36px 65px;
}
.box_cnt.__mod01 h5 {
  display: inline-block;
  line-height: 30px;
  margin-top: 2px;
}
.box_cnt.__mod01 p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.box_cnt.__mod01 h5 + p {
  margin-top: 10px;
}
.box_cnt.__mod01 p + .btn_arrow {
  margin-top: 9px;
}
@media only screen and (max-width: 1199px) {
  .box_cnt.__mod01 {
    margin: 18px 30px 22px 30px;
  }
}
@media only screen and (max-width: 979px) {
  .box_cnt.__mod01 {
    margin: 18px 30px 22px 30px;
  }
  .box_cnt.__mod01 h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .box_cnt {
    margin: 18px 30px 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .box img {
    width: 100%;
  }
}
.box:hover {
  background: #ca3535;
}
.box-02 {
  border: 1px solid #edeaea;
  padding: 15px;
  padding-left: 16px;
  padding-right: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-02:before,
.box-02:after {
  content: " ";
  display: table;
}
.box-02:after {
  clear: both;
}
.thumb + .box-02_cnt {
  margin-top: 22px;
}
.box-02_cnt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-02_cnt h6 {
  color: #83A05D;
}
.box-02_cnt span {
  display: inline-block;
  color: #6A766C;
  text-transform: uppercase;
  font-weight: 700;
}
.box-02_cnt p {
  display: inline-block;
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-02_cnt p + .btn {
  margin-top: 21px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .box-02_cnt {
    text-align: center;
  }
}
.box-02_a {
  position: relative;
}
.box-02_a h6 {
  margin-top: 20px;
  color: #414141;
  text-transform: uppercase;
}
.box-02_a p {
  display: inline-block;
  color: #959ba0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .box-02_a {
    text-align: center;
  }
}
.box-02.__mod01 img + * {
  margin-top: 22px;
}
.box-02.__mod01 h6 + hr {
  margin-top: 17px;
}
.box-02.__mod01 hr {
  margin-bottom: 7px;
}
.box-02.__mod01 p + .btn {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .box-02.__mod01 {
    text-align: center;
  }
}
.box-03 {
  display: block;
  position: relative;
  padding: 89px 0;
}
.box-03:before,
.box-03:after {
  content: " ";
  display: table;
}
.box-03:after {
  clear: both;
}
.box-03_block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 12px solid rgba(255, 255, 255, 0.5);
  width: 614px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.box-03_cnt {
  position: relative;
  height: 100%;
  padding: 21px 25px 27px 25px;
  background: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
  text-align: center;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.lt-ie9 .box-03_cnt {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#61ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#61ffffff');
  zoom: 1;
}
.box-03_cnt h3 {
  font-weight: 400 !important;
  font-size: 38px !important;
  margin-bottom:20px;
}
.box-03_cnt p {
  font-weight: 300;
  font-size: 24px !important;
  line-height: 1.2 !important;
  margin:  0 !important;
  text-transform: none;
}
.box-03_cnt h3,
.box-03_cnt p {
  color: #ffffff !important;
}
.box-03_cnt span,
.box-03_cnt .call {
  color: #83A05D;
}
.box-03_cnt p + .call {
  margin-top: 22px;
}
.box-03_cnt .call + .btn_02 {
  margin-top: 63px;
}
.box-03_cnt.__mod01 {
  padding: 21px 45px 27px 45px !important;
}
.box-03_cnt.__mod01 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.box-03_cnt.__mod01 p + .btn_02 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .box-03_cnt.__mod01 {
    padding: 21px 15px 25px 15px !important;
  }
  .box-03_cnt.__mod01 p + .btn_02 {
    margin-top: 20px;
  }
  .box-03_cnt.__mod01 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
  }
}
.box-03.__mod01 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .box-03_block {
    width: 400px;
  }
  .box-03_cnt {
    padding: 11px 15px 15px 15px;
  }
  .box-03_cnt h3,
  .box-03_cnt p {
    font-size: 30px;
    line-height: 34px;
  }
  .box-03_cnt .call + .btn_02 {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 479px) {
  .box-03_block {
    width: 270px;
  }
  .box-03_cnt h3,
  .box-03_cnt p {
    font-size: 22px;
    line-height: 24px;
  }
  .box-03_cnt .btn_02 {
    font-weight: 400;
  }
}
.box-04:before,
.box-04:after {
  content: " ";
  display: table;
}
.box-04:after {
  clear: both;
}
.box-04_cnt time {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #83A05D;
  font-size: 42px;
  font-weight: 700;
  margin-top: 11px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-04_cnt time span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  padding: 0;
}
.box-04_cnt time:hover {
  color: #485E2E;
}
.box-04_cnt h6 {
  cursor: pointer;
  border-left: 1px solid #cecece;
  color: #83A05D;
  margin-left: -31px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.box-04_cnt h6:hover {
  color: #485E2E;
}
@media only screen and (max-width: 1199px) {
  .box-04_cnt h6 {
    margin-left: -21px;
  }
}
@media only screen and (max-width: 979px) {
  .box-04_cnt h6 {
    margin-left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .box-04_cnt h6 {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
.box-04_cnt p {
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
  font-weight: 400;
}
.box-04_cnt .row + p {
  margin-top: 23px;
}
.box-04_cnt hr + .btn_03 {
  margin-top: -5px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .box-04_cnt {
    text-align: center;
  }
  .box-04_cnt time span {
    margin-left: 15px;
    margin-top: 0;
  }
}
.box-05 {
  display: block;
  position: relative;
  padding: 15px 30px 15px 16px;
  border: 1px solid #edeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-05:before,
.box-05:after {
  content: " ";
  display: table;
}
.box-05:after {
  clear: both;
}
img + .box-05_cnt {
  margin-top: 22px;
}
.box-05_aside {
  display: block;
  float: left;
}
.box-05 img {
  max-width: 160px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .box-05_aside {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .box-05 {
    padding: 15px 15px 15px 16px;
  }
}
.box-05_cnt {
  display: block;
  overflow: hidden;
  text-align: left;
  padding-left: 30px;
  padding-top: 7px;
}
.box-05_cnt h6 {
  color: #83A05D;
}
.box-05_cnt span {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
}
.box-05_cnt hr {
  margin-top: 10px;
  margin-bottom: 8px;
}
.box-05_cnt p {
  display: inline-block;
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-05_cnt .mail + .btn_03 {
  margin-top: 17px;
  margin-bottom: 11px;
}
.box-05_cnt p + .telephone {
  margin-top: 17px;
}
.box-05_cnt .telephone {
  display: block;
  color: #414141;
}
.box-05_cnt .telephone span {
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-05_cnt .mail {
  display: block;
  color: #414141;
}
.box-05_cnt .mail a {
  color: #83A05D;
  font-weight: 400;
}
.box-05_cnt .mail a:hover {
  color: #485E2E;
}
@media only screen and (max-width: 1199px) {
  .box-05_cnt {
    padding-left: 0;
    text-align: center;
  }
  .box-05_cnt .btn_03 {
    margin-left: -10px;
  }
}
.box-06 iframe {
  width: 570px;
  height: 322px;
}
@media only screen and (max-width: 1199px) {
  .box-06 iframe {
    width: 100%;
    height: auto;
  }
}
.box-06 h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #01b9af;
  margin-top: -5px;
}
.box-06 p {
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
}
.box-06 h6 + p {
  margin-top: 35px;
}
.box-06 p + p {
  margin-top: 22px;
}
.box-06 p + hr {
  margin-top: 30px;
}
.box-06 hr + .btn_03 {
  margin-top: 13px;
  margin-bottom: 15px;
}
.box-06 .resp-tabs-container {
  margin-top: -13px;
}
.box-06 .resp-tabs-container .resp-tab-content {
  padding: 5px 20px 33px 31px;
}
.box-06 .resp-tabs-container .resp-tab-content p {
  font-size: 13px;
  line-height: 18px;
  color: #959ba0;
}
@media only screen and (max-width: 767px) {
  .box-06 h6 + p {
    margin-top: 15px;
  }
}

#main-content h6 {
  font-size: 18px;
  line-height: 24px;
  color: #9CAA53;
  font-weight: 400;
}
#main-content h5 + h6 {
  margin-top: 20px;
}
#main-content h6 + p {
  margin-top: 15px;
}
#main-content p {
  font-size: 15px;
  line-height: 21px;
}
#main-content p + p{
  margin-top: 21px;
}

/*#main-content img {*/
  /*margin-bottom: 21px;*/
/*}*/

#main-content p + h6 {
  margin-top: 30px;
}
#main-content a {
  /* display: inline-block; */
  /* color: #404040; */
  /* font-size: 16px; */
  /* line-height: 24px; */
  /* font-weight: 400; */
}
#main-content a:hover {
  color: #485E2E;
}
#main-content p + a {
  margin-top: 32px;
}

h3{
  text-align: center;
  font-size: 30px;
  margin: 15px 0 15px 0;
  color: #15c1e5;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #646464;
  text-transform: uppercase;
}

footer p{
  color: #555;
}

footer .copyright .footer-brand {
  display: inline-block;
  font-family: 'Pacifico', cursive;
  font-size: 13px;
  line-height: 30px;
  color: #525252;
  max-width: 80px;
}
footer .copyright .footer-brand img {
  width:55px;
}

footer .copyright a:hover {
  color: #ffa200;
}
footer .copyright p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
footer .copyright p a {
  text-decoration: none;
}
footer .copyright h6 + .footer-brand {
  margin-top: 15px;
}
footer .copyright .footer-brand + p {
  margin-top: 11px;
}
footer .copyright p + .soc-list {
  margin-top: 4px;
}
footer .about-us h6 + p {
  margin-top: 34px;
}
footer .about-us p {
  width: 80%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
footer .contact-us{
  text-align: center;
}

footer .contact-us > *{
  margin-top: 5px;
}

footer .contact-us p {
  font-size: 13px;
  line-height: 1.2;
}
footer .contact-us p span {
  display: block;
  /* line-height: 22px; */
}
footer .contact-us a {
  display: inline-block;
  color: #555;
}
footer .contact-us a:hover {
  color: #8e9467;
}

footer .footer-link{
  text-align: right;
  padding-top: 24px;
  color: #555;
}

@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .copyright p + .soc-list {
    margin-top: 0px;
  }
  footer .copyright .soc-list {
    float: none;
    display: inline-block;
  }
  footer .about-us p {
    width: 100%;
  }
}

.green-title {
  color: #9DAB53;
}


/* SAJAT CSS*/
#main-content{
  padding-top: 50px;
  padding-bottom: 50px;
}

.navbar{
  display: block;
  height: 100%;
}


#main-content .landing-boxes{
  display: flex;
  margin: 30px 0;
  padding: 0;
}
#main-content .landing-boxes > div{
  flex: 1;
}

#main-content .landing-boxes p{
  text-align: justify;
}

#main-content .landing-boxes .box .image-wrapper {
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 19px;
}

#main-content .landing-boxes .box .image-wrapper img{
  margin-bottom: 0;
}

#main-content .landing-boxes .box .btn_arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px){
  #main-content .landing-boxes {
    display: block;
  }
}


.slider-container + #main-content > .bg-wrap{
  margin-top: -50px;
}

#main-content ul li{
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}

#main-content ul li:first-child{
  margin-top: 12px;
}

#main-content ul li:before{
  position: absolute;
  content: '';
  top: 8px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #83a05d;
}

#main-content .map-wrapper{
  padding: 0;
  /* background: #dd1b1b; */
  position: relative;
}


#main-content .map-wrapper .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* CALENDAR */
.calendar-wrapper{
  margin: 30px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.calendar-wrapper > div{
  width: 33%;
  /*  -webkit-box-shadow: 4px 4px 5px 0px rgba(102,102,102,0.2);
  -moz-box-shadow: 4px 4px 5px 0px rgba(102,102,102,0.2);
  box-shadow: 4px 4px 5px 0px rgba(102,102,102,0.2);*/
  /* flex: 1 0 0; */
}

.clndr{
  background: #fafafa;
  margin: 0;
}

.clndr .clndr-controls {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.5em 0;
  text-align: center;
  background-color: #efefef;
  margin: 0 0 1em;
  border: none;
}
.clndr .clndr-controls .month {
  text-align: center;
  color: #dd1b1b;
  font-size: 1.3em;
  font-family: 'Playfair Display';
}
.clndr .clndr-controls .clndr-control-button .clndr-next-button {
  position: absolute;
  right: 7%;
  top: 50%;
  width: 8px;
  height: 15px;
  margin-top: -7px;
  text-indent: -4000px;
  background: url("../images/calender-arw.png") no-repeat -12px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  cursor: default;
}
.clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  position: absolute;
  left: 7%;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 15px;
  text-indent: -4000px;
  background: url("../images/calender-arw.png") no-repeat 1px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  cursor: default;
}
.calendar .clndr .clndr-table {
  table-layout: fixed;
  width:100%;
  margin:0 auto;
}
.calendar .clndr .clndr-table .header-days {
  font-size: 16px;
  background: none;
  margin-bottom: 1em;
}
.calendar .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  color: #333;
  font-weight: 700;
}
.calendar .clndr .clndr-table tr {
  height: 46px;
}
.calendar .clndr .clndr-table tr td {
  vertical-align: top;
}
.calendar .clndr .clndr-table tr .day {
  width: 100%;
  height: inherit;
  color:#555;
  vertical-align:middle;
}
.calendar .clndr .clndr-table tr .day.today {
  background: #A1D36E;
  color: #FFF;
}
.dat-c{
  color:#c5996c;
}
.calendar .clndr .clndr-table tr .day.today:hover {
  color: #FFF;
}
.calendar .clndr .clndr-table tr .day.today.event {
  background: #dd1b1b;
  color: #FFF;
  /* border-radius: 4px; */
}
.day.today.event:hover{
  color:#FFF;
}
.calendar .clndr .clndr-table tr .day .day-contents:hover {
  color: #dd1b1b;
}
.calendar .clndr .clndr-table tr .day .day-contents {
  box-sizing: border-box;
  font-size: 0.875em;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  /* font-style: italic; */
  letter-spacing: 2px;
}
.calendar .clndr .clndr-table tr .empty,
.calendar .clndr .clndr-table tr .adjacent-month {
  width: 100%;
  height: inherit;
  color:#999;
}

.calendar .clndr .clndr-table tr .day.today.event .day-contents{
  font-weight: bold;
}

.calendar .clndr .clndr-table tr .day.today.event .day-contents:hover{
  color: #ffffff;
}

@media all and (max-width:1024px) {
  .calendar .clndr .clndr-table tr {
    height: 46px;
  }
}
@media all and (max-width:640px) {
  .calendar .clndr .clndr-table tr .day .day-contents {
    font-size: 0.8em;
  }
}
@media all and (max-width:320px) {
  .calendar .clndr .clndr-table{
    width: 100%;
  }
  .calendar .clndr .clndr-table tr {
    height: 35px;
  }
  .calendar .clndr .clndr-table .header-days .header-day {
    font-size: 0.9em;
  }
  .calendar .clndr .clndr-table tr .day .day-contents {
    font-size: 0.7em;
  }
}

/* EVENT DETAILS */
.calendar{
  z-index: 3;
}

.calendar-wrapper .event-details{
  background: #fafafa;
  margin-left: 15px;
  padding: 0;
  color: #333;
  position: relative;
  display: block;
  z-index: 2;
}

.calendar-wrapper .event-details:before {
  content: '';
  position: absolute;
  top: 26px;
  left: -23px;
  border: 12px solid transparent;
  border-right-color: #dd1b1b;
}

.calendar-wrapper .event-details.event-offers:before {
  display: none;
}

#content .calendar-wrapper .event-header{
  background: #dd1b1b;
  padding: 15px;
}

#content .calendar-wrapper .event-details h3.event-title{
  color: #fff;
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 20px;
}

#content .calendar-wrapper .event-details .event-date,
#content .calendar-wrapper .event-details .event-location{
  margin-bottom: 0;
  margin-top: 0 !important;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}


#content .calendar-wrapper .event-details .event-description{
  padding: 15px;
  height: 100%;
  overflow: auto;
  line-height: 1.5;
}

#content .calendar-wrapper .event-offers{
  padding: 15px;
}

#content .event-offers{
  z-index: 1;
}

#content .event-offers h3{
  margin-bottom: 15px;
}


.form-group{
  margin-bottom: 1rem;
}

.form-group label{
  display: inline-block;
  margin-bottom: .5rem;
  color: #ffa200;
  font-size: 18px;
}

.form-control,
.ccm-input-date{
  display: block !important;
  width: 100% !important;
  max-width: 100%;
  padding: .5rem .5rem !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  color: #55595c !important;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.25) !important;
  border-radius: 0 !important;
  font-family: 'Raleway';
  font-size: 14px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.event-offers .form-group label{
  color: #dd1b1b;
  font-family: 'Playfair Display';
  font-size: 16px;
}

.form-control:active,
.form-control:focus{
  border: 1px solid #dd1b1b;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*Express lista*/
.table.ccm-block-express-entry-list-table
{
  margin:50px 0 0 0;
}

.table.ccm-block-express-entry-list-table thead{
  font-size:20px;
}

.table.ccm-block-express-entry-list-table thead tr th, .table.ccm-block-express-entry-list-table thead tr td{
  padding:10px 0;
  min-width: 200px;
  text-align: left;
}

.table.ccm-block-express-entry-list-table tbody tr td > a, .table.ccm-block-express-entry-list-table tbody tr td{
  font-size:25px !important;
  padding: 10px 0;
  min-width: 200px;
}

.ccm-express-form .ccm-express-form-field-set legend {
  font-family: 'Playfair Display';
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
  margin: 20px 0;
}

.ccm-express-form .ccm-express-form-field-set .form-group > div > label {
  margin-bottom:10px;
  font-size:17px;
  color: #ffa200;
}

.ccm-express-form .ccm-express-form-field-set .form-group div:nth-child(2) {
  font-size:16px;
}

.parallax_box{
  max-width: 960px;
  margin:auto;
  background:none;
}

/*MarkconGallery*/
.markcon-gallery .albums .album {
  display: inline-block;
  max-width: 49.33333333%;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  -webkit-box-shadow: 0px 0px 36px -13px rgba(21, 193, 229, 0.55);
  -moz-box-shadow: 0px 0px 36px -13px rgba(21, 193, 229, 0.55);
  box-shadow: 0px 0px 39px -15px rgba(21, 193, 229, 0.55);
}

.markcon-gallery .album .thumbnail {
  position: relative;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.thumbnail .caption {
  padding: 10px;
  color: #fff;
  background: rgba(21, 193, 229, 0.93);
  border: 1px solid transparent;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  width: 96.1%;
}

.markcon-gallery .albums h3{
  margin: 5px 0 0;
  color: #fff !important;
  font-size: 18px !important;
  text-transform: none !important;
  margin-bottom:0 !important;
}

.markcon-gallery .albums .caption p span, .markcon-gallery .albums .caption p{
  color: #ffffff !important;
}

.markcon-gallery .album .cover {
  max-height: 350px;
}

/*NEWS*/

/*  ----------  NEWS  ----------  */
.news.list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news.list .news-item{
  width: 30%;
  padding: 0 15px 30px;
  display:inline-block;
}

.news.list .news-item .image{
  position: relative;
  padding-bottom: 100%;
  background-color: #15c1e5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: all 200ms;
}

.news.list .news-item:hover .image{
  background-size: 110% auto;
}

/*.news.list .news-item .image:after{*/
  /*content: '';*/
  /*position: absolute;*/
  /*top:0;*/
  /*bottom: 0;*/
  /*left:0;*/
  /*right: 0;*/
  /*background: url("../images/shadow-bottom.png") no-repeat center bottom;*/
  /*background-size: cover;*/
  /*opacity: 1;*/
  /*transition: all 200ms;*/
/*}*/

.news.list .news-item:hover .image:after{
  top: 60%;
  opacity: 0.5;
}

.news.list .news-item .title{
  font-family: "Montserrat Light";
  font-size: 28px;
  margin: 25px 0 15px;
  line-height: 1;
  transition: all 200ms;
}

.news.list .news-item:hover .title{
  color: #47a5a0;
}


.news.list .news-item .description{
  position: relative;
  font-family: "Montserrat Light";
  font-size: 16px;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 3.9em;
  text-align: justify;
  margin-bottom: 20px;
  color: #868686;
}

.news.list .news-item .description:before {
  content: '... >';
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #37a1a1;
  width: 1.7em;
  text-align: right;
  font-weight: bold;
}

.news.list .news-item .description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1.7em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.news.list .btn{
  margin-top: 60px;
  margin-bottom: 0;
}


/*  ----------  NEWS DETAILS  ----------  */
.news.details{
  padding: 130px 0;
}

.news.details h2{
  text-transform: uppercase;
  margin: 0;
}

.news.details h4{
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  color: #3b3d40;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}

.news.details .content{
  margin: 60px 0 60px;
}

.btn.more_button
{
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase;
  background: #15c1e5;
  padding: 12px 15px 12px;
}

.text-center{
  text-align: center;
}

.landing-boxes .box .btn_arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.1px;
  line-height: 0;
}

.btn_arrow:before {
  font-family: 'FontAwesome';
  content: '\f105';
  line-height: 27px;
  padding-left: 11px;
  padding-right: 11px;
  color: #000;
  margin-left: -11px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-wrapper, .contact-info{
  display: inline-block;
  width: 49%;
  margin-top: 15px;
}

.contact-wrapper .container, .contact-info .container{
  width: auto;
}

#main-content .maps-container{
  text-align:center;
}

#main-content .maps-container .col-sm-6{
  width:49%;
  display:inline-block;
}