@charset "utf-8";
/* CSS Document
    /*background: rgba(99,22,24,0.75);
    background: rgba(39,50,29,0.55);
    #631618
    #27321d
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Work+Sans:300,400,500,600,700,800,900');
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #f7f7f7;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: "Open Sans", sans-serif;
	font-size: 1.2vw;
	line-height: 1.45;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type
{
	margin-bottom: 0;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 50px;}
h2{font-size: 25px;}
h3{font-size: 20px;}
h4{font-size: 17px;}
h5{font-size: 15px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}

/*social*/
.social
{
    position: fixed;
    height: 25px;
	width: 100%;
	z-index: 100;
    background: white;
    color: firebrick;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_nav
{
	margin-left: auto;
    font-size: 1.2vw;
    text-align: right;
}
.social_nav ul li
{
	display:inline-block;
}
.social-name 
{ 
    color: firebrick;
}
@media(max-width:575px){
    .social_nav
    {
    font-size: 15px;
    }
}

/*Header*/
.header
{
	position: fixed;
	top: 25px;
	left: 0;
	width: 100%;
	z-index: 100;
    background: white;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 500ms ease;
    box-shadow: 0px 1px 0px firebrick;
}
.header_content
{
	height: 70px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	/*background: rgba(99,22,24,0.75);*/
    top: 0px;
    background: white;
    color: firebrick;
	box-shadow: 0px 0.1px 0px firebrick;
    height: 70px;
}
.header.scrolled .header_content
{
    height: 70px;
    color: firebrick;
}


/*Main Navigation*/
.main_nav
{
	position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 2px;
    /*box-shadow: 0px 0px 0.5px firebrick;*/
}
.main_nav ul li
{
    display:inline-block;
    margin: 0px;
    background: white;
    margin: 0px;
    padding: 20px;
    padding-left: 12px;
    padding-right: 12px;
    /*box-shadow: 0px 0px 0.5px firebrick;*/
}
.main_nav ul li:not(:last-child)
{
    margin: 0px;
}
.main_nav ul li:hover > ul{
    display: block;
}
.main_nav ul li a
{
	margin: 0px;
    font-family: "Open Sans", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	color: firebrick;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
    
    /*border: solid 1px rgba(99,22,24,0.75);
    padding: 10px;
    margin: 0px;
    background: rgba(99,22,24,0.05);
    */
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: rgba(39,50,29,0.75);
}
.main_nav ul li ul{
    display: none;
    position: absolute;
    top: 4.8em;
    left: 0px;
    width: 50%;
    box-shadow: 0px 0.1px 0.1px firebrick;
}
.main_nav ul li ul li{
    background: white;
    color: firebrick;
    display: block;
    position: relative;
    padding: 5px;
    box-shadow: 0px 0px 1px firebrick;
}
.main_nav ul li ul li:hover{
    color: white;
}
.main_nav ul li ul li a{
    color: firebrick;
}
.main_nav ul li ul li a:hover{
    color: #fff;
}
.main_nav ul li ul li ul{
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0px;
    text-align: center;
    box-shadow: none;
    color: black;
}
.main_nav ul li ul li:hover{
    background: rgba(39,50,29,0.95);
    color: white;
}
.main_nav ul li ul li ul li a{
    color: firebrick;
}
.main_nav ul li ul li ul li a:hover{
    color: #fff;
}
.main_nav .fa-caret-right{
    position: absolute;
    margin-top: 3px;
    right: 5px;
}
.search_container form
{
	display: inline-block;
	position: relative;
}
.header_search_input
{
	display: inline-block;
	width: 150px;
	height: 50px;
	background: firebrick;
	
	outline: none;
	border-radius: 5px;
	padding-left: 30px;
	color: #fff;
}
.header_search_input::-webkit-input-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 1.2vw; !important;
	font-weight: 400 !important;
	color: rgba(255,255,255,0.75) !important;
}
.header_search_input:-moz-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 1.2vw; !important;
	font-weight: 400 !important;
	color: rgba(255,255,255,0.75) !important;
}
.header_search_input:-ms-input-placeholder
{ 
	font-family: "Open Sans", sans-serif;
	font-size: 1.2vw; !important;
	font-weight: 400 !important;
	color: rgba(255,255,255,0.5) !important;
}
.header_search_input::input-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 1.2vw; !important;
	font-weight: 400 !important;
	color: rgba(255,255,255,0.5) !important;
}
.header_search_icon
{
	position: absolute;
	top: 50%;
	left: 10px;
    font-size: 1.5em;
    /*color:  rgba(39,50,29,0.75);*/
    color: firebrick;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.weather
{
	top: 100px;
    display: inline-block;
	margin-right: 0px;
	vertical-align: middle;
    color: aliceblue;
    box-shadow: 0px 1px 2px firebrick;
}

/*Hamburger*/
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 20px;
	color: firebrick;
}
.hamburger:hover i
{
	color: rgba(39,50,29,0.95);
}

/*Menu*/
.menu
{
	position: fixed;
	top: 95px;
	right: calc(-100vw - 200px);
	width: calc(100vw + 200px);
	height: 100vh;
	background: rgba(39,50,29,0.55);
	z-index: 90;
    transition: background 0.2s;
}
.menu-des{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 210px;
    height: 100vh;
    padding-top: 10px;
	padding-right: 15px;
    padding-left: 15px;
    background: #fff;
}
.menu.scrolled{
    top: 70px;
}
.menu .logo a
{
	color: firebrick;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}
.menu.active
{
	right: 0;
}
.menu .search{
    position: absolute;
    margin: 5px;
}
.menu .header_search_input{
    width: 170px;
    background: #fff;
    border: 1px solid firebrick;
    border-radius: 10px;
}
.menu .header_search_input::-webkit-input-placeholder
{
    font-family: "Open Sans", sans-serif;
	font-size: 1.2em; !important;
    text-align: center;
	font-weight: 400 !important;
	color: firebrick!important;
}
.menu .header_search_input:-moz-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em; !important;
	font-weight: 400 !important;
	color:firebrick!important;
}
.menu .header_search_input:-ms-input-placeholder
{ 
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em; !important;
	font-weight: 400 !important;
	color: firebrick!important;
}
.menu .header_search_input::input-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em; !important;
	font-weight: 400 !important;
	color: firebrick!important;
}

/*Logo*/
.logo
{
	margin-bottom: 0;
    margin-top: 0px;
}
.logo img{
    top: 10px;
    height: 90px;
    padding: 5px;
}
.logo_header{
    height: 100px;
    margin-top: -20px;
}
.logo_header.scrolled{
    height: 70px; 
    margin-top: 0px;
    box-shadow: none;
}
@media (max-width: 575px) {
    .logo-header{
        top: 0;
    }
    .logo_header.scrolled{
    margin-top: 10px;
    }
}
/*menu nav*/
.menu_nav{
    position: absolute;
    right: 0;
    width: 0%;
    height: 100vh;
    top: 75px;
}
.menu_nav ul{
    width: 210px;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    list-style: none;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0 5px;
}
.menu_nav .menu_mm li.menu_title{
    padding: 5px;
    background: firebrick;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}
.menu_nav .menu_mm a{
    display: block;
    padding: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .02);
    font-size: 1.2em;
    font-weight: 200;
    text-decoration: none;
    color:rgba(39,50,29,0.75);
}
.menu_nav .menu_mm li span.icon_menu{
    margin-left: 10px;
}
.menu_nav .menu_mm .menu_item > a::after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f104';
    float: left;
    padding: 3px
}
/*menu submenu*/
.menu_nav .menu_submenu{
    left: 210px;
}
.menu_nav .menu_submenu li.menu_title{
    background: firebrick;
    color: #fff;
}
.menu_nav .menu_mm a:hover{
    background: firebrick;
    color: #fff;
}
.menu_nav .menu_submenu li.goback{
    padding: 2px;
    background: #fff;
    color: firebrick;
    font-size: 1.2em;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid firebrick;
}
.menu_nav .menu_submenu li.goback::before{
    font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    content: '\f0d9';
    float: left;
    margin-left: 0px;
    padding: 3px 5px 0px 0px;
}
.menu_nav .menu_mm .menu_item .menu_submenu .menu_submenu_item > a::after{
    font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    content: '\f104';
    float: left;
    padding: 3px
}

.menu_nav .menu_submenu .menu_subsubmenu{
    left: 210px;
}
.menu_nav .menu_submenu .menu_subsubmenu li.menu_title{
    background: firebrick;
    color: #fff;
}
.menu_nav .menu_submenu .menu_subsubmenu li.goback{
    padding: 2px;
    background: #fff;
    color: firebrick;
    font-size: 1.2em;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid firebrick;
}
.menu_nav .menu_submenu .menu_subsubmenu li.goback::before{
    font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    content: '\f0d9';
    float: left;
    margin-left: 0px;
    padding: 3px 5px 0px 0px;
}












/*Home*/
.home
{
	width: 100%;
	height: 100vh;
}
video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-filter: grayscale(0%);
}
.presentation{
    width: 100;
    height: calc(100vh - 125px);
    top: 125px;
    z-index: 50;
    text-align: center;
    padding: 70px 0;
}
.presentation img{
    
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 5em;
    /*background: rgba(0,0,0,.5);*/
}
.presentation h1 {
    font-size: 11vw;
    margin-bottom: 40px;
    color:  rgba(255, 255, 255, 1);
    text-shadow: 2px 0 0 firebrick, -2px 0 0 firebrick, 0 2px 0 firebrick, 0 -2px 0 firebrick, 1px 1px firebrick, -1px -1px 0 firebrick, 1px -1px 0 darkgreen, -1px 1px 0 #000;
}
.presentation a{
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 2vw;
    border: solid 2px rgba(255,255,255,1);
    width: auto;
    border-radius: 50px;
    padding: 1vw;
    color: #fff;
}
.presentation a:hover{
    color: firebrick;
    background: #fff;
}
.services{
    background: none;
    height: auto;
    position: absolute;
    bottom: 10px;
}
.content-services{
    height: 15vh; 
    overflow: hidden;
}
.services .picture{
    background: rgba(39,50,29,0.000001);
}
.services .card-body{
    padding: 2%;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background: rgba(39,50,29,0.2);
}
.services .card-title{
    font-size: 1.2em; 
    text-align: center; 
    margin-bottom: 0.5vh;
}
.services .btn-primary{
    border-radius: 50px; 
    white-space: normal; 
    background: none; 
    border-color: firebrick; 
    color: firebrick; 
    font-size: 2.5vh; 
    padding: 2px;
}
.services .btn-primary:hover{
    color: #fff;
    background: #fe731c;
}
.services .card-text{
    font-size: 1.7vw;
}
@media (max-width: 768px) {
    .services .card-title{
    font-size: 2.5vw; 
    text-align: center; 
    margin-bottom: 0.5vh;
}
    .services .card-text{
    font-size: 2.5vw;
}
}

/*Home Slider*/
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_slider
{
	
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_content_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.home_slider_content
{
	max-width: 460px;
}
.home_slider_item_category
{
	width: 83px;
	height: 28px;
	background: #899091;
	border-radius: 14px;
	text-align: center;
}
.home_slider_item_category a
{
	display: block;
	line-height: 28px;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}
.home_slider_item_category:hover
{
	background: #FFFFFF;
}
.home_slider_item_category:hover a
{
	color: rgba(0,0,0,0.8);
}
.home_slider_item_title
{
	margin-top: 19px;
}
.home_slider_item_title a
{
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.27;
}
.home_slider_item_link
{
	margin-top: 21px;
}
.home_slider_item_link a
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,1);
	font-weight: 500;
    border: solid 2px rgba(255,255,255,1);
    border-radius: 20px;
    padding: 10px;
}
.home_slider_item_link a:hover
{
	 color: firebrick;
    background:rgba(255,255,255,1);
}
.home_slider_item_link a svg
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_item_link a svg polygon
{
	fill: rgba(255,255,255,0.5);
}
.home_slider_item_link a:hover svg polygon
{
	fill: rgba(255,255,255,1);
}
.similar_posts_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.similar_post
{
	width: 100%;
	height: 70px;
	background: rgba(39,50,29,0.75);
	border-radius: 20px 0 20px 0;
	padding-left: 26px;
	padding-right: 26px;
	margin-bottom: 30px;
}
.similar_post:hover
{
	background: rgba(255,255,255,0.75);
}
.similar_post a
{
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #fff;
	line-height: 1.28;
	font-weight: 500;
}
.similar_post a:hover
{
    color:  rgba(39,50,29,0.75);
}
.home_slider_next_container
{
	position: absolute;
	bottom: 0;
	left: calc(((100vw - 1170px) / 2) + (1170px * 0.75) + 8px);
}
.home_slider_next
{
	width: 375px;
	height: 240px;
	cursor: pointer;
    border-radius: 100px 0 0 0;
}
.home_slider_next_background
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
.home_slider_next:hover .home_slider_next_background
{
	border-radius: 100px 0 0 0;
    background: rgba(0,0,0,0.5);
}
.home_slider_next_content
{
	width: 100%;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	visibility: hidden;
	opacity: 0;
}
.home_slider_next_title
{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 0.75;
}
.home_slider_next_link
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 25px;
}
.home_slider_next:hover .home_slider_next_content
{
	visibility: visible;
	opacity: 1;
}
.custom_nav_container
{
	z-index: 10;
}
.home_slider_nav_container
{
	position: absolute;
	bottom: 264px;
	left: calc(((100vw - 1170px) / 2) + (1170px * 0.75) + 8px);
}
.custom_dots
{
	display: inline-block;
	height: 12px;
	margin-left: 7px;
	margin-right: 7px;
}
.custom_dot
{
	display: inline-block;
	padding: 2px;
	cursor: pointer;
}
.custom_dot span
{
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255,255,255,0.35);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.custom_dot.active span
{
	background: rgba(255,255,255,1);
}
.custom_dot:hover span
{
	background: rgba(255,255,255,1);
}
.custom_prev,
.custom_next
{
	cursor: pointer;
}
.custom_prev, .custom_next
{
	display: inline-block;
	vertical-align: middle;
}
.custom_prev svg polyline,
.custom_next svg polyline
{
	fill: rgba(255,255,255,0.35);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.custom_prev:hover svg polyline,
.custom_next:hover svg polyline
{
	fill: rgba(255,255,255,1);
}

/*********************************
6. Main Content
*********************************/

.page_content
{
	/*background: #e9eae8;*/
    /*background: #efe7e7;*/
    background: #fff;
    padding: 0 5px;
}
.blog_section
{
	margin-top: 70px;
}

/*********************************
7. Section Panel
*********************************/

.section_panel
{
	z-index: 10;
}
.section_title
{
	font-family: "Open Sans", sans-serif;
    font-size: 20px;
	font-weight: 700;
	color: firebrick;
	padding-bottom: 10px;
	white-space: nowrap;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.section_title::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: darkgreen;
	content: '';
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}
.section_title a{
    color: firebrick;
}
.section_tags
{
	padding-right: 70px;
}
.section_tags ul li
{
	display: inline-block;
	width: auto;
	height: 28px;
	background: rgba(99,22,24,0.05);
	text-align: center;
	padding: 0 10px;
}
.section_tags ul li:not(:last-child)
{
	margin-right: 5px;
}
.section_tags ul li a
{
	display: block;
	line-height: 28px;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: darkgreen;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.section_tags ul li:hover,
.section_tags ul li.active
{
	background: rgba(39,50,29,0.05);
}
.section_tags ul li a:hover,
.section_tags ul li.active a
{
    color: firebrick;
}
.section_panel_more
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 55px;
}
.section_panel_more ul li
{
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.section_panel_more ul li a
{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.section_panel_more > ul > li
{
	padding-right: 20px;
	cursor: default;
	padding-top: 22px;
	padding-bottom: 22px;
}
.section_panel_more > ul > li::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-family: "Open Sans", sans-serif;
	content: '\f107';
}
.section_panel_more > ul > li > ul
{
	position: absolute;
	top: 55px;
	right: 0;
	padding-top: 23px;
	padding-left: 29px;
	padding-right: 60px;
	padding-bottom: 23px;
	background: #FFFFFF;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.section_panel_more > ul > li:hover > ul
{
	visibility: visible;
	opacity: 1;
}
.section_panel_more > ul > li:hover::after
{
	content: '\f106';
}
.section_panel_more > ul > li > ul li:not(:last-child)
{
	margin-bottom: 10px;
}
.section_panel_more > ul > li > ul li a
{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	letter-spacing: 0.025em;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.section_panel_more > ul > li > ul li a:hover
{
	color: rgba(0,0,0,0.8);
}
.section_content
{
	padding-top: 33px;
}
.section_content .visit-title
{
    font-size: 40px;
}
.section_content .visit-description
{
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
}
.section_content .visit-link
{
    border-radius: 10px;
    border: solid 2px #fff;
    font-size: 15px;
    color: #fff;
}
.section_content .visit-link:hover
{
    background: #fff;
    color:  rgba(39,50,29,0.95);
}

/*********************************
8. description
*********************************/
.description{
    margin-top: 35px;
}
.description .card
{
	border: none;
	border-radius: 6px;
	margin-top: 5px;
    margin: auto;
    padding: 0px;
}
.description .card-body
{
	text-align: center;
    padding-top: 0px;
	padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 15px;
}
.description .card-img-top
{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}  
.description .card-title {
    color: firebrick;
    font-size: 1.1em;
}
.description .card-text
{
	margin-top: -1px;
    color: rgba(39,50,29,0.75);
    font-size: 0.95em;
}
.post_title{
    text-align: center;
    width: 100%;
    margin: 20px 0;
}
.post_title a{
	color: firebrick;
	font-size:1.7em;
	font-weight: 500;
    text-align: center;
}
.post_title span{
	display: block;
    color: darkgreen;
	font-size:1em;
	font-weight: 500;
    text-align: center;
}
.post_meta
{
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: fuchsia;
	font-size: 1em;
	font-weight: 500;
	margin-top: 20px;
    text-align: right;
}
.post_meta a,
.post_meta span
{
	display: inline-block;
	position: relative;
	font-family: "Open Sans", sans-serif;
	color: fuchsia;
	font-size: 1.2em;
	font-weight: 500;
}
.post_meta span
{
	margin-left: 10px;
	padding-left: 35px;
}
.post_meta span::before
{
	display: block;
	position: absolute;
	top: 1px;
	left: -4px;
	content: '•';
}
.post_row
{
	
}
.grid
{
	width: calc(100% + 30px);
}
.grid-item
{
	float:right;
}
.card_largest_with_image,
.card_large_with_background,
.card_large_with_image
{
	width: 255px;
	height: 325px;
}
.card_small_no_image,
.card_small_with_background,
.card_small_with_image,
.card_default_no_image,
.card_default_with_background
{
	width: 263px;
}
.card_small_with_image .card-body
{
	padding-top: 17px;
}
.card_small_with_image .post_meta
{
	margin-top: 32px;
}
.card_default:not(:last-child)
{
	/*margin-bottom: 15px;*/
}
.card_default .card-body
{
	padding-top: 17px;
}
.card_default .post_meta
{
	margin-top: 17px;
}
.card_small_with_background .card-title a
{
	color: #FFFFFF;
}
.card_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 6px;
	overflow: hidden;
}
.card_small_with_background .post_meta span,
.card_small_with_background .post_meta a
{
	color: rgba(255,255,255,0.5);
}
.card_small_with_background .post_meta
{
	margin-top: 18px;
}
.card_default_no_image .card-body
{
	padding-top: 16px;
	padding-bottom: 6px !important;
}
.card_default_no_image .card-title a
{
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
}
.card_default_no_image .card-title
{
	line-height: 1.3;
}
.card_default_no_image .card-body
{
	padding-bottom: 10px;
}
.card_default_with_background .card-body
{
	padding-top: 16px;
	padding-bottom: 6px !important;
}
.card_default_with_background .card-title a
{
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	color: #FFFFFF;
}
.card_default_with_background .card-title
{
	line-height: 1.3;
}
.card_default_with_background .card-body
{
	padding-bottom: 10px;
}
.card_large_with_background .card-title a
{
	color: #FFFFFF;
	font-weight: 500;
}
.card_large_with_background .post_meta
{
	margin-top: 58px;
}
.card_large_with_background .post_meta span,
.card_large_with_background .post_meta a
{
	color: rgba(255,255,255,0.5);
}

/*********************************
9. Information
*********************************/
.information{
    margin-top: 40px;
}
.information .card-body{
    padding: 5px;
}
.information  h5{
    color: darkgreen;
    font-size: 15px;
}
.information  p{
    font-size: 10px;
}
/*********************************
9. Videos
*********************************/
.videos
{
	height: 30em;
	width: 100%;
	background: #000;
}
.playlist
{
	position: absolute;
	top: 0;
	right: 0;
	width: 17em;
	height: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
}
.playlist_background
{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 35px);
	height: 100%;
	background: #000;
}
.video_container
{
	cursor: pointer;
}
.video_container:not(:last-child)
{
	margin-bottom: 15px;
}
.video_container.active .video_image::after
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 88px;
	height: 88px;
	border-radius: 50%;
	border: solid 3px #2ddf80;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.video_image div
{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.video_image div::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.play_img
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.video:hover .video_image div::after,
.video_container.active .video_image div::after
{
	background: rgba(0,0,0,0);
}
.video:hover .play_img
{
	visibility: visible;
	opacity: 1;
}
.video_content
{
	padding-left: 20px;
}
.video_title
{
	font-size: 1.1em;
	font-weight: 500;
	color: rgba(255,255,255,0.25);
	line-height: 1.285;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.video:hover .video_title,
.video_container.active .video_title
{
	color: rgba(255,255,255,1);
}
.video_info
{
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: rgba(255,255,255,0.1);
	margin-top: 9px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.video:hover .video_info,
.video_container.active .video_info
{
	color: rgba(255,255,255,0.5);
}
.player_container
{
	width: calc(100% - 17em);
	height: 100% !important;
}
.player
{
	height: 100% !important;
	width: 100%;
    padding-bottom: 0 !important;
}
.inline-YTPlayer
{
	height: 100%;
}
.mbYTP_wrapper
{
	width: 100%;
	height: 100%;
}
.playerBox
{
	width: 100% !important;
	height: 100% !important;
	margin-left: 0 !important;
}

/*********************************
10. Load More Button
*********************************/

.load_more
{
	margin-top: 70px;
	margin-bottom: 70px;
}
.load_more_button
{
	width: 118px;
	height: 36px;
	background: transparent;
	border: solid 1px #d7d7d7;
	border-radius: 18px;
	margin: 0 auto;
	line-height: 32px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
	cursor: pointer;
}
.load_more_button:hover
{
	background: #d7d7d7;
}

/*********************************
11. Sidebar
*********************************/

.sidebar
{
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.sidebar_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(99,22,24,0.05);
}
.sidebar_section_content
{
    padding-top: 0px;
}
.sidebar_section_content small
{
    font-size: 0.7em;
    text-align: left;
}
.sidebar_slider_container
{
	width: 100%;
}
.side_post a
{
    left: auto;
    right: auto;
    display: block;
    font-size: 1.2em;
    text-align: left;
}
.side_post:not(:last-child)
{
	margin-bottom: 15px;
}
.side_post_image div
{
	width: 70px;
	height: 70px;
	border-radius: 6px;
	overflow: hidden;
}
.side_post_image div img
{
	max-width: 100%;
}
.side_post_content
{
	padding-left: 20px;
	margin-top: 5px;
    width: 100%;
}
.side_post_title
{
	font-size: 1em;
	font-weight: 500;
	color: rgba(0,0,0,1);
	line-height: 1.285;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.side_post_title:hover
{
	color: rgba(0,0,0,0.5);
}
.side_post_content .post_meta
{
	margin-top: 7px;
}
.sidebar_section{
    margin-bottom: 50px;
}
.sidebar_section .sidebar_slider_nav
{
	position: relative; 
    margin: 0px; 
    top: -20px;
}
.sidebar_section .sidebar_slider_nav_container .custom_prev svg polyline,
.sidebar_slider_nav_container .custom_next svg polyline
{
    fill: rgba(0,0,0,0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_section .sidebar_slider_nav_container .custom_prev:hover svg polyline,
.sidebar_slider_nav_container .custom_next:hover svg polyline
{
	fill: rgba(0,0,0,1);
}
.sidebar_section .sidebar_slider_nav_container .custom_dot span
{
	background: rgba(0,0,0,0.15);
}
.sidebar_section .sidebar_slider_nav_container .custom_dot:hover span,
.sidebar_slider_nav_container .custom_dot.active span
{
	background: rgba(0,0,0,1);
}
.advertising
{
	width: 100%;
	height: 340px;
}
.advertising_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.advertising_content
{
	width: 100%;
	height: 100%;
	padding-left: 28px;
	padding-bottom: 25px;
	padding-right: 15px;
}
.advertising_perc
{
	font-family: "Open Sans", sans-serif;
	font-size: 1vw;
	font-weight: 700;
	color: #2ddf80;
	margin-bottom: 14px;
}
.advertising_link a
{
	font-size: 2vw;
	font-weight: 600;
	color: rgba(255,255,255,1);
	line-height: 1.33;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.advertising_link a:hover
{
	color: rgba(255,255,255,0.5);
}
.newest_videos
{
	margin-top: 0px;
}
.newest_videos .side_post_image div
{
	border-radius: 50%;
	overflow: hidden;
}
.advertising_2
{
	width: 100%;
	height: 140px;
	margin-top: 80px;
}
.advertising_2_content
{
	width: 100%;
	height: 100%;
}
.advertising_2_link a
{
	font-size: 20px;
	color: rgba(255,255,255,1);
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.advertising_2_link a span
{
	font-weight: 600;
}
.advertising_2_link a:hover
{
	color: rgba(255,255,255,0.5);
}
.future_events
{
	margin-top: 0px;
}
.event_date
{
	text-align: center;
	width: 70px;
	height: 70px;
}
.event_day
{
	font-size: 40px;
	font-weight: 800;
	color: rgba(0,0,0,0.15);
	line-height: 0.75;
}
.event_month
{
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba(0,0,0,0.15);
	line-height: 0.75;
	margin-top: 13px;
}

/*********************************
12. Footer
*********************************/

.footer
{
	width: 100%;
	background: #1f1f1f;
}
.footer_content
{
	padding-top: 50px;
	text-align: center;
	padding-bottom: 17px;
}
.footer_logo a
{
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	line-height: 0.75;
}
.footer_social
{
	margin-top: 34px;
}
.footer_social ul li
{
	display: inline-block;
}
.footer_social ul li:not(:last-child)
{
	margin-right: 21px;
}
.footer_social ul li i
{
	color: #8f8f8f;
}
.footer_social_facebook:hover i
{
	color: #3b5999;
}
.footer_social_twitter:hover i
{
	color: #55acee;
}
.footer_social_pinterest:hover i
{
	color: #bd081c;
}
.footer_social_vimeo:hover i
{
	color: #1ab7ea;
}
.footer_social_instagram:hover i
{
	color: #c26d7a;
}
.footer_social_google:hover i
{
	color: #dd4b39;
}
.copyright
{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.1);
	margin-top: 40px;
}
.subscribe
{
	width: 100%;
	height: 100%;
}
.subscribe_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 100%;
	background: #111111;
}
.subscribe_content
{
	width: 100%;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 45px;
}
.subscribe_title
{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 32px;
}
.subscribe_content form
{
	position: relative;
	width: 100%;
}
.sub_input
{
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: solid 1px #888888;
	padding-bottom: 9px;
	color: #FFFFFF;
}
.sub_input::-webkit-input-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(255,255,255,0.5) !important;
}
.sub_input:-moz-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(255,255,255,0.5) !important;
}
.sub_input::-moz-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(255,255,255,0.5) !important;
} 
.sub_input:-ms-input-placeholder
{ 
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(255,255,255,0.5) !important;
}
.sub_input::input-placeholder
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(255,255,255,0.5) !important;
}
.sub_button
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background: transparent;
	border: none;
	outline: none;
}
.sub_button svg polygon
{
	fill: rgba(255,255,255,0.5);
}
.subscribe_content form:hover .sub_button svg polygon,
.subscribe_content form:focus .sub_button svg polygon
{
	fill: #37d27f;
}
.subscribe_content form:hover .sub_input,
.sub_input:focus
{
	border-bottom: solid 1px rgba(255,255,255,1);
}















/*information*/
.information{
    margin-top: 0px;
}
.information .card
{
	border: none;
	border-radius: 6px;
	margin-top: 15px;
    margin: auto;
}
.information .card-body
{
	text-align:left;
    padding-top: 10px;
	padding-left: auto;
	padding-bottom: 15px;
}
.information .card-img-top
{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}  
.information .card-title {
    color: firebrick;
    font-size: 1.2em;
}
.information .card-text
{
	color: darkgreen;
    margin-top: -1px;
    font-size: 1em;
}







.section-header .section-title {
  font-size: 2.2em;
  color: firebrick;
  text-align: center;
  font-weight: 400;
}
.section-header .section-divider {
  display: block;
  width: 50px;
  height: 3px;
  
  background: linear-gradient(0deg, firebrick 0%, #fff 50%);
  margin: auto;
  margin-bottom: 20px;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
    font-size: 1.2em;
}




#destinations {
    padding: 50px 0 0 0;
}
#destinations #slider{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 25px;
    transition: background 0.5s;
    margin: 10px;
    border: 1px solid #fff;
    color: #fff;
}
#destinations #slider:hover{
    color: darkgreen;
    background: #fff;
}
#destinations .about-img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}
#destinations .about-img img {
    margin-left: 0px;
    /*height: 0px;*/
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
}
@media (max-width: 768px) {
    #destinations .about-img {
    height: auto;
    }
    #destinations .about-img img {
    margin-left: 0;     
    }
}
#destinations .carousel-caption{
    position: absolute;
    top: 0px;
    left: 70%;
    width: 30%;
    height: 100%;
    padding: 10px;
    background: rgba(99,22,24,0.5);
    transition: background 1s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#destinations .intro-text{
    display: inline;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#destinations .carousel-caption h4{
    display: inline;
    font-size: 1.5em;
    line-height: 0.1em;
    color: #fff;
}
#destinations .carousel-caption p{
    display: inline;
    font-size: 1.2em;
    color: #fff;
    font-style: italic;
}
#destinations .carousel-caption #slider{
    font-size: 1em;
    line-height: 0.7em;
    padding: 5px;
    margin: 5px;
}
#destinations .carousel-control-next{
    right: 30%;
}
#destinations .carousel-indicators{
    right: 30%;
}
#destinations .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#destinations .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 26px;
  font-style: italic;
}

#destinations .content p {
  line-height: 26px;
    font-size: 1em;
}

#destinations .content p:last-child {
  margin-bottom: 0;
}

#destinations .content i {
  font-size: 1.2em;
  padding-right: 4px;
  color: darkgreen;
}

#destinations .content ul {
  list-style: none;
  padding-bottom: 0px;
}

#destinations .content ul li {
  padding-bottom: 10px;
    color: darkgreen;
    font-size: 1em;
}


#offers {
  padding: 70px 0 0 0;
}

#offers .box {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(73, 78, 92, 0.5);
  background: #fff;
  text-align: center;
}

#offers h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 2em;
}

#offers h4 {
  font-size: 2.5em;
  color: firebrick;
  font-weight: 300;
}

#offers h4 sup {
  font-size: 0.7em;
  top: -20px;
}

#offers h4 span {
  color: #bababa;
  font-size: 0.7em;
}

#offers ul {
    font-size: 1.2em;
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#offers ul li {
  padding-bottom: 12px;
}

#offers ul i {
  color: firebrick;
  font-size: 1em;
  padding-right: 4px;
}

#offers .get-started-btn {
  background: linear-gradient(45deg, firebrick 50%, #000 50%);
  display: inline-block;
  padding: 6px 10px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#offers .featured {
  border: 2px solid firebrick;
}

#offers .featured .get-started-btn {
  background: linear-gradient(45deg, firebrick, #000);
}


#gallery {
  background: #fff;
  padding: 60px 0 0 0;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
    border: solid 1px #eee;
    padding: 5px;
    border-radius: 5px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1.2em;;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 1em;
}

#team .member .social {
  margin-top: 10px;
    position: relative;
    z-index: 10;
}

#team .member .social a {
  color: firebrick;
    border: solid 1px;
    padding: 7px;
    border-radius: 20px;
}

#team .member .social a:hover {
    color: #fff;
    background: rgba(99,22,24,0.05);
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
#team .card-text{
    color:  rgba(39,50,29,0.55);
}
#contact {
  /*box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
  padding: 0 0 50px 0;
  overflow: hidden;
    background: rgba(99,22,24,0.05);
}

#contact .contact-about img {
   width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}

#contact .contact-about p {
    font-size: 1em;
    padding:10px 0;
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
    color: #888;
}

#contact .social-links {
  padding: 10px 0;
}

#contact .social-links a {
  font-size: 1.2em;
  display: inline-block;
  background: #fff;
  color: firebrick;
  line-height: 1;
  padding: 5px 0;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  border: 1px solid firebrick;
}

#contact .social-links a:hover {
  background: firebrick;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: firebrick;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 10px 0;
  line-height: 1.2em;
  font-size: 1em;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid firebrick;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: firebrick;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
    color: firebrick;
    background: #fff;
    border: solid 1px firebrick;
}
#contact iframe{
    margin: 20px;
}
#contact .location{
    margin-top: 10px;
    margin-bottom: 15px;
}
#contact .location p{
    padding: 2px;
    margin-bottom: 5px;
    color: dimgray;
}
#contact .email{
    margin-top: 10px;
    margin-bottom: 15px;
}
#contact .email p{
    padding: 2px;
    margin-bottom: 5px;
    color: dimgray;
}
#contact .phone{
    margin-top: 15px;
    margin-bottom: 10px;
}
#contact .phone p{
    padding: 2px;
    margin-bottom: 5px;
    color: dimgray;
}
#contact iframe{
    display: inline-block;
    margin: 10px;
}
#footer {
  background: rgba(99,22,24,0.05);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  color: #333;
  font-size: 1em;
    
}
#footer .copyright {
    color: #888;
    margin: 0px;
}
#footer .copyright p{
    font-size: 1.2em;
}
#footer .credits {
  color: #888;
}
#footer .credits a{
    color: firebrick;
}
#footer .footer-links a {
  color: firebrick;
  padding-left: 15px;
    font-size: 1em;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .footer-links a:hover {
  color: firebrick;
}