/* ==========================================================================
   Mahmoud's custom styles
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,400,300,500,700,800);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px&subset=latin,latin-ext);
@import 'https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800';
html,
body {
  height: 100%;
}
body {
    font: 400 16px/1.8 'Raleway', sans-serif;
    background-color: #FFFFFF !important;
    color: #8a8a8a;
    overflow-x: hidden;
    height: 100%;
    text-shadow:none;

}
img {
	max-width: 100%;
	height: auto;
}
p{
    font-size: 18px
}
a,
a:visited,
a:focus,
a:active {
    color: #796a46;
        text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: #000;
    opacity: .8;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.activeLink {
    color:#00adef!important;
}

.margin0 {
    margin-top: 0px;
}
.margin10 {
    margin-top: 10px;
}
.margin20 {
    margin-top: 20px;
}
.margin30 {
    margin-top: 30px;
}
.margin40 {
    margin-top: 40px;
}
.margin50 {
    margin-top: 50px;
}
.margin60 {
    margin-top: 60px;
}
.margin70 {
    margin-top: 70px;
}
.margin80 {
    margin-top: 80px;
}

.margin90 {
    margin-top: 90px;
}

.margin100 {
    margin-top: 100px;
}
.margin150 {
    margin-top: 150px;
}
.margin200 {
    margin-top: 200px;
}
.bg-dark {
    background: #f7f7f7!important;
    padding: 70px 0 50px  0

}
.bg-light {
    background: #ffffff;
    padding: 0 0 50px 0;
    margin: 0;
}
.list-style ul {
    list-style-type: circle !important;
    list-style: inherit !important;
    font-weight: 300
}
/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 50px/1.4 'Raleway', sans-serif;
	text-transform: normal;
	letter-spacing: normal;
    margin-top: 20px;
    margin-bottom: 10px;
	color: #778d48;
}

h2 {
	font-size: 30px;
	margin: 0 0 10px;
	color: #0a0a0a;
    font-weight: 400;
    text-transform: uppercase;
    
    

}
h3 {
	font-size: 50px;
	letter-spacing: 1px;
    font-family: "Playfair Display";
    color: #796a46
}
h4 {
	font-size: 13px;
	letter-spacing: 1px;
}
h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}
h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}
/*
 * Base structure
 */

 .error_message {
     font-weight: bold;
     color: #e34f4f;
     margin-bottom: 5px;
 }

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.scroll-up a,/*  note:Mahmoud (I will add it later )*/
.form-control
   {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
}
/* ---------------------------------------------- /*
 * Reset border-underline dotted
/* ---------------------------------------------- */

.border-bottom-dot {
    border-bottom: 1px dotted #ff5452
}


/* ---------------------------------------------- /*
 * GENERAL btn
/* ---------------------------------------------- */

.btn-premium {
    color: #ffffff;
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center
}

.btn-second {
    color: #ffffff;
    background-color:transparent;
    border-color: #00adef!important;
    border: 1px solid #fff!important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center
}

.btn {
/*       font-family: 'Dosis', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    border-radius: 0px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    background-image: none;
    text-shadow:none;
    padding: 15px 50px;
    text-align: center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-size: 12px
}
.btn:hover {
    opacity: .8;
    color: #fff
}
.btn:focus,
.btn:visited,
.btn:active{
    opacity: 1;
    color: #fff
}
button, a {
    outline:0 !important;
}
button:focus {outline:0 !important;}
/* ---------------------------------------------- /*
 * HEADER NAV
/* ---------------------------------------------- */
@media (min-width: 768px){
.navbar-right {
    float: none!important;
    margin-right: -15px;
}
}
.navbar-nav {
    width: 100%;
    left: 0;
    right: 0;
    text-align: right;
    margin: 25px auto 0 auto;
    margin-left: 0;

}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
nav.navbar {
  padding: 10px 0 10px 0;
  background: transparent;
  border-color: transparent;
  border-bottom: 1px solid rgb(229, 238, 211);
}
nav.navbar a,
nav.navbar a:visited,
nav.navbar a:focus,
nav.navbar a:active {
    color:#424f25
}

nav.navbar a:hover {
    color: #424f25;
}

nav.navbar ul.navbar-nav a {
    color: #424f25;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: transparent;
    text-align: center;
    letter-spacing: .2em;
    text-transform:uppercase;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;

}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #424f25;
    border-bottom: 0
}
nav.navbar ul.navbar-nav a:visited,
nav.navbar ul.navbar-nav a:focus,
nav.navbar ul.navbar-nav a:active { background: transparent;
    background-color: transparent!important;color: #424f25 }
nav.navbar ul.navbar-nav a:hover { border-color: none;color: #424f25 }

.nav .open>a, .nav .open>a:focus,
.nav .open>a:hover {
    border-color: #000;
}

nav.navbar li.divider {
    background: #ccc;
}
.navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
nav.navbar button.navbar-toggle {
    background: transparent;
    border-radius: 0;
    border-color: transparent
}
nav.navbar button.navbar-toggle:hover,
nav.navbar button.navbar-toggle:visited,
nav.navbar button.navbar-toggle:focus,
nav.navbar button.navbar-toggle:active {
    background: transparent;
    color: #424f25
}

.navbar-inverse .navbar-collapse {
    border-color: transparent;
}
nav.navbar button.navbar-toggle > span.icon-bar {
    background: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}
.brand img {
/*    width: 233px;*/
    padding-top: 0px;
}
.darkLogo {
        display: none;
        width: 233px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        width: 100%;
        left: 0;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
/*Start to show an X close  */
.navbar-inverse .navbar-collapse {
    border-color: transparent;
}
nav.navbar button.navbar-toggle > span.icon-bar {
    background: #0a0a0a;
}
.navbar-toggle {
  border: 3px solid #FBBC1B;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 33px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 15% 5%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 15% 150%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/* End */

@media (min-width: 768px){
    .navbar-nav>li>a {
    padding:26px 17px 15px 0;
    }
}
.dropdown-menu {
    background-color: #778d48;
    border: 1px solid #fff;
    left: 0;
    right: 0;
}

.dropdown-menu:before {
   font-family: 'FontAwesome';
   content: "\f0d8";
   padding-right: 3px;
    color: #778d48!important;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0px solid red;
    padding: 0;
    width: 10px;
    height: 5px;
    font-size: 20px;
    padding: 0;
    display:inline-block;
}


.dropdown-menu>li>a {
    color: #fff!important
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:visited,
.dropdown-menu>li>a:active{
    color: #fff!important;
    background:transparent!important 
}




/* small menu */

.show-767 {
    display: none
}
.hide-767 {
    display: block
}
.small-menu{
    background-color: #ffffff; 
    min-height: 30px;
    border-bottom: 1px solid rgba(153, 153, 153, 0);    
}

.small-menu .list-inline{
    margin: 4px 0;
}

.info-link{
    margin-bottom: 0;
}

.top-link > li,
.info-link > li {    
    padding-right: 10px;
    padding-left: 0;
    cursor: pointer;
}


.top-link > li > span, 
.info-link > li > span {
    color: #555;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    margin-left: 6px;
    text-transform: none;
    word-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}

.list-inline li:last-child{
    padding-right: 0 !important;
}

.top-link > li:first-child span{
    text-transform:none;
}

.top-link > li > i.fa,
.info-link > li > i.fa {
    color: #e54a1e;
    float: left;
    margin-top: 4px;
}

.small-menu-2.bg2{
    background-color:rgb(0, 165, 179);
    padding: 0px 0;
}
.small-menu-2{
    background-color:#f7f7f7;
    padding: 0px 0;
}

.small-menu-2 .top-link > li > span, 
.small-menu-2 .info-link > li > span
{
    color: #fff;
}
.top-link  a{
    color: #fff;
}      
     
.top-link  a i{
    color: #0a0a0a;
/*    width: 45px;
    height: 45px;*/
    font-size: 20px;
    border-radius: 100%;
    background: transparent;
    text-align: center;
    padding-top: 12px;
    margin-top: 3px;
} 

.top-link  a img{ 
    margin-top: -3px;
}
.top-link  a i[data-content='contact']{
    background: #ff7c00;
}
.top-link  a i[data-content='facebook']{
    color: #0a0a0a;
/*    background-color: #fff
*/}
.top-link  a i[data-content='twitter']{
/*    background: #59c1ad;
*/}

.info-link a {
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: normal;
}
a.activeToplink {
    color:#fff;
}
/* ---------------------------------------------- /*
 * HOME PAGE
/* ---------------------------------------------- */
/********************************/
/*       Fade Bs-carousel       */
/********************************/

.fade-carousel {
    position: relative;
    height: 80vh;
/*    max-width: 1200px;*/
    margin: 0px auto;
}
.fade-carousel .carousel-inner .item {
    height: 80vh;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  opacity: .7;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff
}
.btn-lg{
    margin-top: 35px;
    color: #ffffff;
    width: auto;
    border: 1px solid rgba(255, 255, 255, .75);
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 16px 57px;
}


/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99!important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
/*    text-shadow: 1px 1px 0 rgba(0,0,0,.75);*/
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    color: #fff;
    letter-spacing: .1em;
    font-family: 'Raleway', sans-serif;
    font-size: 3.3em;
    line-height: 1;
    font-weight: 200 
    /* font-style: italic;*/
    /* text-shadow: 0 0 100px rgba(0,0,0,.5);*/
}
.hero h3 {
    color: #fff;
    text-transform:capitalize;
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 16px;
    opacity: .6
}
.carousel-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /*box-shadow: 0 0 10px rgba(0,0,0,.5);*/
  /* border-radius: 100px; */
  border-bottom: 0px solid rgba(255,255,255, 1);
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

.carousel-control {
    background: transparent !important;
    background-image:none!important;
    bottom: 40%;
    color: #FFFFFF;
    font-size: 28px;
    left: 10%;
    /* line-height: 0; */
    right: 10%;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    box-shadow: none;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding-bottom: 10px;
}

.carousel-control.right {
    right: 10%;
    left: auto;
}
.carousel-control i {
    color: #fff;
    text-shadow: none;
}
.carousel-control.left:before, 
.carousel-control.right:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #fff;
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

}
/********************************/
/*            Overlay           */
/********************************/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
/*    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
    opacity:.6;
    z-index: 0
}


/********************************/
/*       Slides backgrounds     */
/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/imageHero1.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/imageHero2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/imageHero3.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image: url(../images/imageHero4.jpg);
}

/*********** head section ************/
section {
    margin-top: 80px
}

.section-head{
	text-align:center;
	padding:0 0 3em 0;
}
.section-head h1.heroTxt{
    font-size: 6em;
    background-color: transparent;
}
.section-head h1{
    color: #778d48;
    font-weight: 700;
    font-size: 4em;
    font-family: "Playfair Display";
    text-transform: uppercase;
    letter-spacing: .1em;
    background: transparent;
    border: 0px solid #b9ca97;
    padding: 25px;
    border-left: 0;
    border-right: 0
}
.section-head h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background: #b9ca97;
    left: 50%;
    margin-left: -40px;
    margin: 0 auto;
    /* bottom: 0; */
    padding-top: 10;
    margin-top: 15px;
}
.section-head span{
	width: 95%;
	margin: 3em auto 1.2em auto;
	line-height: 1.8em;
	font-size: 1.1em;
     letter-spacing: .1em;
}
.section-head p{
	width: 100%;
	margin: .5em auto .5em auto;
	line-height: 1.8em;
	font-size: 2em;
}
.sidebar h4 {
	color:#282528;
	font-weight:500;
	font-size:1.6em;
    text-transform:none
}

/*--------------------------------------------------------------

>>> ASIDE 

--------------------------------------------------------------*/
aside {
/*
    background: #f1f1f1;
    padding: 30px!important;
*/
}

/* block0*/
#block0 ul.menu {
    margin-bottom: 0;
    list-style-position: inside;
    padding: 0 !important;   
}
#block0 ul.aside-widgets {

    padding: 0 !important;   
}
#block0 .aside-widgets > li{
    list-style: none;
}

#block0 .sideBar{
    display: block;
    width: 100%;
    margin-bottom: 45px;
    border-bottom: 4px solid #f1f1f1;
    padding: 25px;
    padding-bottom: 50px;
     background: #fff;
    border-radius: 0px;
}

#block0 .sideBar .title h3{
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: .1em;
    color: #778d48;
}

#block0 .sideBar ul > li{
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    list-style: none;
    padding-left: 15px;
}

#block0 .sideBar li a{
    margin-bottom: 10px; 
    display: block;
    font-size: 14px;
    text-align: left;
    color: #98b658;
}
#block0 .sideBar li a.btn{
    margin-bottom: 10px; 
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
#block0 .sideBar li small{
    padding-top: 10px;
    color: #795548;
}

#block0 .sideBar_nav_menu ul li{
    background-position: right center;
    padding-left: 0;
    border-bottom: 1px dotted #ddd;
        padding-top: 10px;
}

#block0 .sideBar_nav_menu ul li:last-child{
    border-bottom: none;
}

#block0 .SC-list {
    font-size: 12px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0
}
#block0 .SC-list i{
    padding-right: 5px;
    color: #d48801
}


/********************************/
/*    TRAILS PAGE */
/********************************/
.cards-row{
    padding-top:10px; 
    padding-bottom:20px; 
    background:transparent;
    margin-top: 30px
}

#iframe_maps {
    display: none;
}
#iframe_maps {
    width: 100%;
}
#iframe_maps iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}
#iframe_maps iframe.clicked{
    pointer-events: auto;
}
.thumbnail{ 
    margin-top: 0px;
    padding:0px; 
    border-radius:0; 
    border:5px solid transparent; 
   text-align: center;
/*    min-height: 158px
*/
}

.thumbnail .caption {
    padding: 15px 15px 10px 15px;
    color: #333;
    min-height: 200px;
}

.thumbnail:hover{
    box-shadow: none;
    background-color: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 3px 12px;

 }
.thumbnail>img{
    width:100%; 
    display:block
}
.thumbnail h3{font-size:16px}
.thumbnail h3 {
    margin:0; 
    padding:8px 0; 
    border-bottom:solid 1px #eee;  
    color: #778d48
}
.thumbnail p{
    padding-top:8px; 
    font-size:12px !important; 
    color: #8a8a8a
}
 .thumbnail p a.btn{
    width: 100%;
    padding: 2px
}

/*.thumbnail:after, .thumbnail:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.thumbnail:after {
    border-color: rgba(119, 141, 72, 0);
    border-bottom-color: #eee;
    border-width: 10px;
    margin-left: -10px;
}
.thumbnail:before {
    border-color: rgba(119, 141, 72, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px;
}
*/
.thumbnail.activatable{ 
    margin-top: 0px;
    padding:0px; 
    border-radius:0; 
    border:5px solid #4d6a79; 
    box-shadow:none;
    background-color: #fff
}
.thumbnail.activatable h3{
    margin:0; 
    padding:8px 0; 
    border-bottom: solid 1px #cbd0d3;  
    color: #4d6a79
}



/********************************/
/*      index PAGE    */
/********************************/


.list{
	margin-top: 30px;
    margin-bottom: 10px
}

.list .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.list .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom:50%;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.list .img-box:after, 
.img-box ul, 
.img-box ul li{
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: auto;
    height: auto;
    text-align: center;
    border: 0px;
    margin: -15px;
    padding: 0px;
    color: #fff;
    letter-spacing: .1em;
	display: inline-block;
}
.img-box ul li span{
    font-size: 3em
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #FFA230;
}

.colTopHolder{
    max-width: 1170px;
    margin: 0px auto;
    margin-bottom: 0;
}

.colTopHolder img {
    width:320px;
    background: rgba(255,255,255,0.3);
    padding: 8px;
}
.colTopHolder .itemCol{
    margin-bottom: 10px;
    text-align: center
}

.colTopHolder .itemCol p{
    text-align: center;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 10px;
    color: #d5d5d5;
    font-weight: 400;
    line-height: 30px
        
}
.colTopHolder .itemCol h3{
    margin-left: 10px!important;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 16px
    
}
.colTopHolder .itemCol h3 a{
    color: #9c3332!important;
    text-transform: uppercase;
    text-align: center
}

.colTopHolder .itemCol .btn{
    margin-left: 10px!important;
    margin-top: 10px;
    
}


/* Mosaic Image*/

.mosaic-container {
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    margin-bottom: 0px
}

.mosaic-container .mosaic {
    margin-bottom: 0
}

.mosaic-container>.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

/*
.mosaic-container>.row>[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important
}
*/

.mosaic {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: transparent;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    vertical-align: middle
}

.mosaic .row {
    font-size: 0;
    margin-left: 0;
    margin-right: 0
}

.mosaic .row:before {
    display: none
}

.mosaic .row .col {
    font-size: 11px
}

.mosaic .row .col:first-child {
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box
}

.mosaic .row .col:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box
}

.mosaic .col {
    display: inline-block;
    vertical-align: top
}

/*
.mosaic [class*=col-] {
    font-size: 11px;
    margin: 0;
    padding: 0
}
*/

.image-tile {
    border: 0px solid #fff
}

.image-tile .tile {
/*
    border-right: 25px solid #141414;
    border-bottom: 25px solid #141414;
*/
    border: 0;
    height: 500px;
    margin: 0;
    margin-top: 0px;
    padding: 15px;
    text-align: center;
    vertical-align: bottom;
    border: 0px solid #f7f7f7;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.image-tile .tile:hover {
    cursor: pointer;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    border: 0px solid #222

}

.image-tile .tile:hover>p {
    background-color: rgba(3, 3, 3, .5);
    color: #fff;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.image-tile .tile>p {
    background-color: rgba(3, 3, 3, 0);
    color: rgba(6, 6, 6, 0);
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding-top: 220px;
    width: 100%;
    text-transform: capitalize;
}
.image-tile .tile>p span {

    font-size: 34px;

}
.image-tile .tile.more-images {
    background-color: #ffffff;
    color: #9c3332;
    font-size: 15px;
    font-weight: 500;
}

.image-tile .tile.more-images .images-number {
    font-size: 25px;
    margin-top: 100px
}   

 .image-tile .tile:hover {
    cursor: pointer;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    border: 0px solid #222

}

.image-tile .tile:hover>p {
    background-color: rgba(3, 3, 3, .5);
    color: #fff;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

/*.image-tile .tile>p {
    background-color: rgba(3, 3, 3, 0);
    color: rgba(6, 6, 6, 0);
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding-top: 120px;
    width: 100%;
    text-transform: capitalize;
}*/
.image-tile .tile>p span {

    font-size: 34px;

}
.image-tile .tile.more-images {
    background-color: #ffffff;
    color: #9c3332;
    font-size: 15px;
    font-weight: 500;
}

.image-tile .tile.more-images .images-number {
    font-size: 25px;
    margin-top: 100px
}        



/* tile2*/
.image-tile .tile2 {
/*
    border-right: 25px solid #141414;
    border-bottom: 25px solid #141414;
*/
    border: 0;
    height: 300px;
    margin: 0;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    vertical-align: bottom;
    border: 0px solid #f7f7f7;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.image-tile .tile2:hover {
    cursor: pointer;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    border: 0px solid #222

}

.image-tile .tile2:hover>p {
    background-color: rgba(3, 3, 3, .5);
    color: #fff;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.image-tile .tile2>p {
    background-color: rgba(3, 3, 3, 0);
    color: rgba(6, 6, 6, 0);
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding-top: 120px;
    width: 100%;
    text-transform: capitalize;
}
.image-tile .tile2>p span {

    font-size: 34px;

}
.image-tile .tile2.more-images {
    background-color: #ffffff;
    color: #9c3332;
    font-size: 15px;
    font-weight: 500;
}

.image-tile .tile2.more-images .images-number {
    font-size: 25px;
    margin-top: 100px
}   

 .image-tile .tile2:hover {
    cursor: pointer;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    border: 0px solid #222

}

.image-tile .tile2:hover>p {
    background-color: rgba(3, 3, 3, .5);
    color: #fff;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.image-tile .tile2>p {
    background-color: rgba(3, 3, 3, 0);
    color: rgba(6, 6, 6, 0);
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding-top: 120px;
    width: 100%;
    text-transform: capitalize;
}
.image-tile .tile2>p span {

    font-size: 34px;

}
.image-tile .tile2.more-images {
    background-color: #ffffff;
    color: #9c3332;
    font-size: 15px;
    font-weight: 500;
}

.image-tile .tile2.more-images .images-number {
    font-size: 25px;
    margin-top: 100px
}      
/********************************/
/*      LIST SUB PAGE    */
/********************************/
.other-G-list {
    margin-top: -3em
}

.list-subPages{
	margin-top: 30px;
    margin-bottom: 10px
}

.list-subPages .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.list-subPages .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
    opacity:.8
}
.list-subPages .img-box ul{
	position: absolute;
	z-index: 2;
	bottom:50%;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 1;
}
.list-subPages .img-box:after, 
.list-subPages .img-box ul, 
.list-subPages .img-box ul li{
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.list-subPages .img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.list-subPages .img-box ul li{
	width: auto;
    height: auto;
    text-align: center;
    border: 0px;
    margin: -15px;
    padding: 0px;
    color: #fff;
    letter-spacing: .1em;
	display: inline-block;
}
.list-subPages .img-box ul li span{
    font-size: 3em
}
.list-subPages .img-box a{
	color:#fff;
}
.list-subPages .img-box:hover:after{
	opacity: 1;
}
.list-subPages .img-box:hover ul{
	opacity: 1;
}
.list-subPages .img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.list-subPages .img-box a:hover li{
	border-color: #fff;
	color: #FFA230;
}


/********************************/
/*      ABOUT PAGE    */
/********************************/
.aboutMe {
    margin-bottom: 30px;   
    display: inline-block;
}
.aboutMe .abourMe-txt {
    margin-bottom: 60px;
}
.aboutMe .abourMe-txt p {
    margin-bottom: 20px;
}
.aboutMe .abourMe-img img {
    margin-bottom: 20px;
}

/********************************/
/*      HISTORY PAGE    */
/********************************/
.History {
    margin-bottom: 30px;   
    display: inline-block;
}
.History-txt h3 {
    margin-top: 0
}


/********************************/
/*      EVENTS PAGE    */
/********************************/
.events-date {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    width: 100%;
    border-bottom: 0px solid #C0342B;
    padding: 0px 0 0px 0%;
    margin: 40px 0 10px 0;
    background-color: transparent;
}
.events-date:nth-child(1) {
    margin: 0px 0 10px 0;
}   
.events {
    display: table;
    width: 100%;
    border-spacing: 0px 5px;
    height: 110px;
    margin-bottom:  20px;
    border: 0px solid #d4d9c6;
    background-color: #ffffff;
    border-bottom: 4px solid #f1f1f1;
}
.events:hover{
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.events  h2{
    color: #796a46;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 15px;
    text-transform: none;
    font-family: "Playfair Display";
    background: #f7f7f7;
    border-radius: 0;
    border-left: 0px solid #796a46;
}
.events  p{

    color: #8a8a8a;
}
.events-inner {
    display: table-row;
}
.events .icon {
    color: #fff;
    background: transparent;
    width: 16%;
    padding: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #d4d9c6;
}

.events .icon .time {
    font-size: 16px;
    font-weight: 700;
}
.events .icon i {
    display: block;
    margin-bottom: 10px;
    background: transparent;
    padding: 10px;
    border-bottom: 0px solid #ddd;
}
.events .push-left-icon{
    padding-left:20px
}

.events .description.event-details {
    padding: 40px 40px 0 40px;
}
.events .description {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    padding: 40px;
    position: relative;
    border: 0px solid #eee;
}
.events-footer{
    padding-top: 10px 
}
.events-footer a{
    color: #8a8a8a;
    font-size: 18px;
}
.events .news-info {
    color: #293239;
    text-align: left;
}


/********************************/
/*      NEWS PAGE    */
/********************************/
.news-date {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    width: 100%;
    border-bottom: 0px solid #C0342B;
    padding: 0px 0 0px 0%;
    margin: 40px 0 10px 0;
    background-color: transparent;
}
.news-date:nth-child(1) {
    margin: 0px 0 10px 0;
}   
.news {
    display: table;
    width: 100%;
    border-spacing: 0px 5px;
    height: 110px;
    margin-bottom:  20px;
    border: 0px solid #d4d9c6;
    background-color: #ffffff;
    border-bottom: 4px solid #f1f1f1;
}
.news:hover{
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news  h2{
    color: #778d48;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 15px;
    text-transform: none;
    font-family: "Playfair Display";
    background: #f7f7f7;
    border-radius: 0;
    border-left: 3px solid #778d48;
}
.news  p{

    color: #8a8a8a;
}
.news-inner {
    display: table-row;
}
.news .icon {
    color: #778d48;
    background: transparent;
    width: 16%;
    padding: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e9ebe5;
}

.news .icon .time {
    font-size: 16px;
    font-weight: 700;
}
.news .icon i {
    display: block;
    margin-bottom: 10px;
    background: transparent;
    padding: 10px;
    border-bottom: 0px solid #ddd;
}
.news .push-left-icon{
    padding-left:20px
}

.news .description.news-details {
    padding:40px 40px 0 40px
}
.news .description {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    padding: 40px;
    position: relative;
    border: 0px solid #eee;
}
.news-footer{
    padding-top: 10px 
}
.news-footer a{
    color: #8a8a8a;
    font-size: 18px;
}
.news-footer.news-details a{
    color: #5cb85c;
    font-size: 18px;
    border-bottom: 1px dotted #5cb85c;
    padding-bottom: 5px;

}
.news .news-info {
    color: #293239;
    text-align: left;

}

/********* Paginate & pager ********/
.pager li {
    display: inline;
    margin-left: 5px;
}
.paginate{position: relative;}
.pagination>li>a, .pagination>li>span {
 
    color: #796a46;
    background-color: #ffffff;
 
}
.pagination>.active>span {
        z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #796a46;
    border-color: #796a46;
}
.pagination>li>a.page-prev, .pagination>li>span.page-prev,.pagination>li>a.page-next, .pagination>li>span.page-next {
    background-color: #ffffff;
    color: #778d48;
}


/* Share button*/
.dropbtn-share {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-share {
        position: absolute;
    display: inline-block;
    right: 0;
    top: 5px;
}

.dropdown-content-share {
    display: none;
    position: absolute;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content-share a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
button.dropbtn-share {
    color: #5c7047;
    background: transparent;
    border-radius: 0%;
    width: 50px;
    height: 50px;
}
.dropdown-content-share a:hover {background-color: #f1f1f1}

.dropdown-share:hover .dropdown-content-share {
    display: block;
}

.dropdown-share:hover .dropbtn-share {
    background-color: #eee;
/*    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);*/
}


/********************************/
/*      LINKS & DOCUMENTS PAGE   */
/********************************/

.linksbmb a i {
    padding-right: 5px;
}
.linksbmb a i:nth-child(2) {
    padding-right: 5px;
    font-size: 1.5em
} 
a.dotted {
    border-bottom: 1px dashed #999;
    text-decoration: none;
    padding-bottom: 2px;
    color: #795548;
}

.linkHolder {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.linkHolder:hover .dotted{
    color: #5cb85c!important;
}
.linkHolder:hover .dotted i:nth-child(2){
    font-size: 1.7em;
    color: #5cb85c!important;
     -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;

}
/********************************/
/*     FAQ PAGE   */
/********************************/
.panel-default>.panel-heading {
    color: #000000;
    background-color: #ffffff;
    border-color: #ddd;
    padding: 25px;
}
.panel-title a{
    font-size: 18px;
    color: #000;
    padding-right: 25px
}
  .panel-heading [data-toggle="collapse"]:after
{
	font-family: 'FontAwesome';
	content: "\f056";
	float: right;
	color: #000000;
	font-size: 18px;
	line-height: 22px;


}
.panel-heading [data-toggle="collapse"].collapsed:after
{
    font-family: 'FontAwesome';
	content: "\f055";
	float: right;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
}

/********************************/
/*     LOGIN PAGE   */
/********************************/

.login-form {
    width: 100%;
    max-width: 350px;
    padding: 20px 30px 40px;
    background: #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 20px;
    position: relative;
    left: 0;
    right: 0;
    top: 0%;
}
.login-form img{
    margin: 0 auto;
    padding-bottom: 30px;
    margin-top: 10px;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-control {
    width: 100%;
    height: 50px;
    border: none;
    padding: 5px 7px 5px 15px;
    background: #fff;
    color: #666;
    border: 2px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-control:focus, .form-control:focus + .fa {
    border-color: #000;
    color: #000;
     box-shadow: none
}
.form-group .fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #999;
}
.log-status.wrong-entry .form-control, 
.wrong-entry .form-control + .fa {
    border-color: #ed1c24;
    color: #ed1c24;
}
.log-btn {
    background: #000;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.link {
    text-decoration: none;
    color: #C6C6C6;
    float: right;
    font-size: 12px;
    margin-bottom: 15px;
}
.link:hover {
    text-decoration: underline;
    color: #8C918F;
}

/********************************/
/*      GALLERY PAGE    */
/********************************/

.gallery{
    margin-top: 30px;
    text-align: center
}


/********************************/
/*      GALLERY PAGE    */
/********************************/
.centerLost {
    text-align: center;
}

.centerLost h2{
    color: #0a0a0a;
    font-weight: 300;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: .1em;
}


/********************************/
/*      CALL TO ACTION    */
/********************************/

.callToAction{
	background:#000;
	padding: 5em 0;
}
.more{
	float:left;
}
.more h1{
    margin: 0;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.more h3{
    margin: 0;
    font-size: 1.2em;
    color: #b6b6b6;
    /* text-transform: uppercase; */
    letter-spacing: .1em;
    font-weight: 400;
}
.info-left{
	float:right;
}
a.info-left{
    color: #000!important;
    background-color: #fff;
    border-color: #fff;
    outline: none;
    margin: 20px auto;
    border-radius: 0;
    border: 2px solid #fff;
    padding-left: 80px;
    font-weight: 600;
}

a.info-left i {
    position: absolute;
    margin-left: -25px;
    margin-top: -4px;
}

/*****************************************/
/*       GLOBAL STYLE FOR SUB-PAGE    */
/*****************************************/

.subPage-BG {
     background:url(../images/Bg-subPages.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    min-height: 330px;
    margin-top: 0px;
}

.subPage-BG-trails {
     background:url(../images/Bg-subPages.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    min-height: 330px;
    margin-top: 0px;
}
.subPage-BG-events {
     background:url(../images/Bg-subPages.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    min-height: 330px;
    margin-top: 0px;
}
.subPage-BG-about {
     background:url(../images/Bg-subPages.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    min-height: 330px;
    margin-top: 0px;
}
.subPage-BG-faq {
     background:url(../images/Bg-subPages.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    min-height: 330px;
    margin-top: 0px;
}

.subPage-BG-contact {
     background:url(../images/Bg-subPages-contact.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    min-height: 100px;
    margin-top: 130px;
}

.breadcrumb {
    padding: 10px 35px;
    margin: 20px 0 20px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 25px;
    float: right;
    text-align: center;
    width: 100%;
}
.breadcrumb h3{
    float: none;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 1.9em;
    text-align: center;
    font-weight: 300;
    letter-spacing: .1em;
    margin-bottom: 20px;
    border: 7px solid #fff;
    width: auto;
    margin: auto;
    padding: 20px 20px;
    display: inline-block;
}
.holderBreadcrumb-li {
    max-width: 400px;
    color: #fff;
    background: transparent;
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px;
    border-radius: 3px;
    font-weight: 500;
}

.holderBreadcrumb-li>li {
    display: inline-block;
    text-transform:capitalize;
    font-size: 14px;
    padding: 0 5px;
    color: #9d9d9d;
}
.holderBreadcrumb-li>li a {
    
    color: #fff;
}
.holderBreadcrumb-li>.active  {
    color: #a4c955;
/*    display: block;
*/}

/*--------------------------------------------------------------

>>> CONTACT PAGE

--------------------------------------------------------------*/
/* map */
#map {
    height:400px;
    border:0px solid #ededed;
    margin-bottom: 80px;
    margin-top: 25px
}
#map2 {
    height:300px;
    border:0px solid #ededed;
    margin-bottom: 80px;
}
/* contacts info*/
.contacts-content {
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.contacts-content .contacts-box {
    list-style: none;
    text-align: center;
    width: 100%;
}

.info-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 0;
}
.info-content i{
    color: #0a0a0a
}

.info-content a{
    color: #8a8a8a
}
.info-content a:hover{
    color: #0a0a0a
}

.bdr-none {
    border: none !important;
}

.border-bottom {
    border-bottom: 1px solid #eee;
    width:100%;
}

.contacts-box h3 {
    font-size: 1em;
    color: #0a0a0a;
    text-align: center;
    font-weight: 400;
    letter-spacing: .1em;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.contacts-info p {
    margin-bottom: 20px;
}
    
/* form */
form {
	margin-bottom: 1.5em;
}

form h3 {
    color: #000!important
}

label,
legend {
	display: block;
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
    letter-spacing: .1em;
    color: #000;
	text-transform: uppercase;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select {
	width: 100%;
	max-width: 100%;
	padding: 1em;
	margin: 0 0 1em;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
	font-family: 'Lora', sans-serif;
	line-height: normal;
	vertical-align: baseline;
	background: none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	background-color: transparent;
	color: #000;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 1px;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input[type=text].underline,
input[type=password].underline,
input[type=email].underline,
input[type=search].underline,
input[type=date].underline,
input[type=number],.underline
input[type=tel].underline,
input[type=url].underline,
textarea.underline,
select.underline {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
	border-color: #0a0a0a;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
	border-color: #0a0a0a;
}

input[type=text]:focus:invalid,
input[type=password]:focus:invalid,
input[type=email]:focus:invalid,
input[type=search]:focus:invalid,
input[type=date]:focus:invalid,
input[type=number]:focus:invalid,
input[type=tel]:focus:invalid,
input[type=url]:focus:invalid,
textarea:focus:invalid {
	border-color: #0a0a0a;
}

input:invalid,
textarea:invalid {
	box-shadow: none;
}

input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: 0.5;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

label.checkbox,
label.radiobox {
	margin-bottom: 1em;
}



textarea {
	min-height: 6.3em;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	font-style: italic;
	color: #ccc;
	color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder {
	font-style: italic;
	color: #ccc;
	color: rgba(0, 0, 0, 0.3);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-style: italic;
	color: #ccc;
	color: rgba(0, 0, 0, 0.3);
}

button,
input[type=submit],
input[type=reset],
input[type=button],
.button,
.pagination .page-numbers {
    display: inline-block;
    padding: 0.75em 1.25em;
    line-height: normal;
    letter-spacing: .1em;
    margin: 0 0.5em 1em 0;
    border: 2px solid #778d48;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: inherit;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    background: #778d48;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-color: #778d48;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
    outline: 0;
    /* border-radius: 1px; */
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}


/********************************/
/*       FOOTER SECTION    */
/********************************/
#footer {
background-color:#0a0a0a;
}

#footer a {
color:#efefef;
}

footer {
    background: #0a0a0a;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 80px 0 60px 0;
    border-top: 10px solid #fff;
    text-align: left
}
footer p{
	font-size: 14px;
/*    line-height: 18px;
*/	font-weight:400;
	color:#9E9E9E;
/*    letter-spacing: 0.1em;
*/}
footer p img{
	padding-bottom: 25px
}
footer h3{
	font-size:16px;
	font-weight:300;
	color:#778d48;
}
footer a{
	color:#fff!important;
}
/*
footer a:hover{
	color:#0a0a0a!important;
}
*/
footer ul{
    margin:0;
    padding: 0 0 20px 0;
    list-style:none;
}
#social_footer{
    text-align:center;
    border-top:1px dotted rgba(255,255,255,0.2);
    padding-top:30px;
    margin-top:10px;
}
#social_footer p{
    font-size:12px;
    color:#8c8c8c;
}
#social_footer ul{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
}
#social_footer ul li{
    display:inline-block;
    margin:0 5px 10px 5px;
}
#social_footer ul li a{
    color:#fff;
    text-align:center;
    line-height:34px;
    display:block;
    font-size:16px;
    width:35px;
    height:35px;
    border:1px solid rgba(255,255,255,0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#social_footer ul li a:hover{
    border:1px solid #fff;
    background:#fff;
    color:#111;
}

ul#contact_details_footer{
    list-style:none;
    margin:0 0 20px 0;
    padding:0;
}
ul#contact_details_footer li{
    margin-bottom:20px;
}
ul#contact_details_footer li#address_footer, ul#contact_details_footer li#phone_footer, ul#contact_details_footer li#fax_footer, ul#contact_details_footer li#email_footer{
    position:relative;
    padding-left:30px;
}
#address_footer:before, #phone_footer:before, #fax_footer:before, #email_footer:before{
    font-style: normal;
    font-weight: normal;
    font-family: 'FontAwesome';
    position:absolute;
     font-size:20px;
    left:0;
    top:0;
}
#address_footer:before{
    content: "\f041";
}
#phone_footer:before{
    content: "\f095";
}
#fax_footer:before{
    content: "\f1ac";
}
#email_footer:before{
    content: "\f003";
    top:-3px
}
.social-links a {
    display: inline-block;
    margin-right: .5em;
    color: #FBBC1B;
    border: 1px solid #2185d5;
    background: #2185d5;
    padding: 9px 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
}
.social-links a { 
    border: 1px solid #2185d5;
    color: #fff!important
}
#copy {
    background-color: #222731;
    padding: 10px 0;
    text-align: center;
    color: #ccc;
    font-size: 12px;
}

/* bootom line footer*/

.footer-line {
    padding: 20px 0 0 0;
    background: #141414;
    border-top: 1px solid #0a0a0a;
}
.footer-line p {
    font-size: 12px;
    margin: 0;
    padding-bottom: 10px;
}
.footer-line p span {
    color: #cacaca;
}
.footer-line ul.footer-menu {
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-line ul.footer-menu li {
    display: inline-block;
    margin-left: 10px;
}
.footer-line ul.footer-menu li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
    margin: 0;
    font-size: 11px;
}
.footer-line ul.footer-menu li a:hover {
  color: #cacaca;
}



/* Back To Top*/
.back-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow:visible;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0) url(../images/top-arrow.png) no-repeat center 50%;
    visibility:visible;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -o-border-radius: 0%;
}

.back-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
/*
    position: absolute;
    top: 0px;
    left: 0;
*/
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #778d48;
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
 
}


.back-top.back-is-visible, .back-top.back-fade-out, .no-touch .back-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.back-top.back-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.back-top.back-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .back-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .back-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .back-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}


/********************************/
/*      Gallery    */
/********************************/
#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
/*
    -webkit-box-shadow: 0px 2px 54px 9px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 2px 54px 9px rgba(0,0,0,0.22);
    box-shadow: 0px 2px 54px 9px rgba(0,0,0,0.22);
*/
    border: 0px solid #FBBC1B!important;
    background: #fff;
    padding: 7px;
    }

#imagelightbox-overlay {
    background-color: rgba(255, 255, 255,0.9);
    background-color: rgba(255, 255, 255,0.9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Gallery item */

.gallery-item {
    margin-bottom: 23px;
}
.gallery-item .featured-image {
    position: relative;
    margin-bottom: 0;
}
.gallery-item .featured-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: rgb(247, 247, 247);
    padding: 4px;
    border: 0px solid rgb(251, 188, 27) !important;
}
.gallery-item :hover {
    opacity: .8;
    -webkit-transition: all 0.125s ease-in 0s;
	   -moz-transition: all 0.125s ease-in 0s;
		-ms-transition: all 0.125s ease-in 0s;
		 -o-transition: all 0.125s ease-in 0s;
			transition: all 0.125s ease-in 0s;
}
.gallery-item .featured-image figcaption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 20px;
    color: white;
    font-family: 'Raleway', sans-serif;
    background-color: #1b1b1b;
    border-bottom: 3px solid #F78E1C;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
    width: 40px;
    height: 40px;
    text-align: left;
    border: none;
    background-color: #795548;
    box-shadow: none;
    border: 0px solid #FFFFFF !important;
    border-radius: 0%;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: rgba(0,0,0, 0.8);outline: none;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* NAVIGATION */
#imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 60px;
    padding: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#imagelightbox-nav button {
    width: 20px;
    height: 20px
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 5px
}

#imagelightbox-nav button.active {
    background-color: #fff;
}

/* ARROWS */
.imagelightbox-arrow {
    width: 5.75em;
    height: 5.75em;
    background-color: #778d48;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em;
    border: none;
    border-radius: 0;
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
    background-color: #ccc;
    background-color: rgba(119, 141, 72, 0.75);outline: none;
}

.imagelightbox-arrow:active {
    background-color: #ccc; }

.imagelightbox-arrow-left {
    left: 40px
  }

.imagelightbox-arrow-right {
    right: 40px
}

.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -2px;
}

.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -5px;
}

.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -5px;
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; }
}
@media only screen and (max-width: 41.25em) {
    #container {
    width: 100%;
    }
    #imagelightbox-close {
    top: 20px;
    right: 20px;
    }
    #imagelightbox-nav {
    bottom: 20px
    }
    .imagelightbox-arrow {
    width: 50px;
    /* 40 */
    height: 50px;
    /* 60 */
    margin-top: -1.75em;
    /* 30 */ }

    .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */ }

    .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */ } .imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: .5em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -2px;
    }

    .imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -5px;
    }

    .imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -5px;
    }
}
@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0; }

  .imagelightbox-arrow-right {
    right: 0; }
}

.g-items .g-item {
  transition-property: transform, opacity;
  transition-duration: .3s;
}

.g-items {
  margin: 0px 0px 0 0
}

.g-item {
  padding: 0 10px;
  width: 33.3333%;
  float: right;
}

  @media screen and (max-width: 480px) {
    .g-item {
      width: 100%;
      }
}


/* Call Us for more info btn */
.btnInfo {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    display: block
}

.btnInfo:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
.btnInfo i {
    position: absolute;
    right: 70%;
    left: 0;
    width: 70px;
    border: 1px solid #fff;
    /* height: 100%; */
    height: 55px;
    margin-top: -18px;
    padding-top: 14px;
    padding-left: 20px;
}
/* ---------------------------------------------- /*
 * Custom of the slider
/* ---------------------------------------------- */
.tp-caption.PostSlider-Title, .PostSlider-Title {
    color: rgb(123, 138, 100)
}

.gyges .tp-thumb-img-wrap {
    background-color: rgba(255, 255, 255,1);
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap, .gyges .tp-thumb.selected .tp-thumb-img-wrap {
    background: #79ab3f;
}

.PostSlider-Content p {
    font-weight: 400;
    font-size: 14px;
    padding-top: 0px
}

.PostSlider-Content ul li{
    font-weight: 400;
    font-size: 14px;
    margin-left: 25px !important 
}