/*
@import url(https://fonts.googleapis.com/css?family=Gilda+Display:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i&display=swap);
*/

/*
 Theme Name:   Cabo Private Guide
 Version:      16.08
 */

*{
	padding: 0px;
	margin: 0px;
	font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0px;
    line-height: 1.7rem;
}


.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold, strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body{
	background: #efefef;
	font-size:62.5%; /* to scale rem */
}

div#preload {
    display: none;
}

.content{
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: left;
}

.content-imgfull {
	padding: 0px !important;
	text-align: left;
}
	.content-imgfull .txt-element{
		padding: 70px 15px 70px 30px;
	}
	@media (max-width: 768px){
		.content{
			padding: 50px 0px 30px 0px;
			text-align: center;
		}
		.content-txt{
			padding-left: 5px;
			padding-right: 5px;
			overflow: hidden;
		}
		
	}

	@media (max-width: 992px){
		.content .txt-element{
			padding: 40px 25px;
		}
		.content-imgfull .txt-element{
			padding: 40px 25px;
		}

		.content-imgleft .txt-element{
			padding: 40px 25px;
		}

	}

.content-imgleft img{
	max-width: 100%;
	height: auto;
}




.container{position: relative;}

.sep{height: 25px; background-color: #fff;}

.align-center, .align-center *{
	text-align: center;
}
.align-left {
	text-align: left;
}

.bg-primary{
	background-color: #295F70 !important;
}
.bg-primary-light{
	background-color: #709FAF !important;
}
	.bg-primary *, .bg-primary-light *{
		color: #fff;
	}
	.bg-primary-light a:hover{
		color: #fff;
		text-decoration: underline;
	}


	

.bg-white{
	background-color: #ffffff;
}
.bg-grey{
	background-color: #efefef;
}

#viewport{ /* use to detect viewport size in JS */
	display: block;
}

.image-element{
	padding: 0px !important;
}
.image-element img, .image-element picture{
	padding-left: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.img-fluid{
	background: #efefef;

}
.img-cover{
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #efefef;
}


/*
#player_wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
}
	@media (max-width: 768px){
		#player_wrapper{
			min-height: 50vh;
		}
	}

	#player_iframe_wrapper{
	    position: absolute;
	    right: 0;
	    top: 0;
	     bottom: 0;
	    left: 0;
	    overflow: hidden;
	    display: flex;
    	align-content: center;
    	justify-content: center;
	}
	#player{
	       pointer-events: none;
	    width: 100vw;
	    height: 56.25vw;
	    max-width: none;
	    min-height: 100vh;
	    min-width: 177.77vh;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	}
	*/

	#player_container{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

	#player_wrapper{
	    width: 100%;
	  	height: 100%;
	}


		#player_wrapper #player{
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100%;
			min-width: 100%;
			min-height: 130%;
			transform: translate(-50%, -50%);
			pointer-events: none;
		}

	@media (max-width: 991px){
		#player_wrapper{
			width: 100vw;
			height: 45vh;
		}

	}

	/*@media (min-aspect-ratio: 16/9) {
	  #player_wrapper #player {
	    height: 56.25%;
	  }
	}
	@media (max-aspect-ratio: 16/9) {
	  #player_wrapper #player {
	    width: 177.78%;
	  }
	}
	*/
	#player_overlay{
		display: flex;
	    align-items: center;
	    justify-content: center;
	    background: #000000;
	    opacity: 1;
	    position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    left: 0;
	}
		#player_overlay .spinner-border{
			position: absolute;
		}

.content-txt img,
.content-txt figure,
.content-txt picture {
	max-width: 100%;
	height: auto;
	    flex-shrink: 0;
}
.content-txt p img{
	display: block;
    margin: 50px auto 0 auto !important;
    background: #efefef;
}
.content-txt .list-icon p img{
	background: none;
}


.content-txt iframe{
	max-width: 100%;
}
.content-txt hr{

	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: solid 2px #709FAF;
}

.content-txt .video-container{
	max-width: 100%;
	margin: 50px auto 0 auto !important;
	position: relative;
	padding-bottom: 56.25% !important; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}
	.content-txt .video-container iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
	}

.content-txt p .btn{
	margin: 10px 5px 10px 0px;
}



/*
* * * * * * * * * * * * * * * * * * FONT
*/
h1,h2,h3{
	font-family: "Poppins", sans-serif;
	font-style: normal;
	letter-spacing: 0.2px;
	color: #333333;
}

.content-txt p, .content-txt p *{
	line-height: 30px;
    font-size: 14px;
    
}

#taxonomy-text.content-txt p, #taxonomy-text.content-txt p *, #info.content-txt p,  #info.content-txt p *{
	text-align: justify;
}
.content-txt a:not(.btn), .accordion .card-body p a, .content-txt .highlight a:not(.btn){
	color: #295F70;
    cursor: pointer;
    font-weight: 600;
}
.content-txt a:not(.btn):hover, .accordion .card-body p a:hover, .content-txt .highlight a:not(.btn):hover{
	color: #487f91;
}

.bg-primary .content-txt a:not(.btn), .bg-primary .txt-element a:not(.btn) { 
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.bg-grey .content-txt a:not(.btn), .bg-grey .txt-element a:not(.btn) { 
	color: #295F70;
	text-decoration: underline;
	cursor: pointer;
}


.display-1, .display-1 *{
	font-size: 45px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
}

.display-2{
	/*text-transform: capitalize;*/
}
.display-2, .content-txt h2, .display-2 span{
	font-size: 26px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 25px;
	padding-top: 30px;
	line-height: 35px;
	display: block;
	
}
	.display-2 span{
		display: inline-block;
	}
	.content-txt h2{
		font-size: 26px;
		line-height: 35px;
	}
	.content-txt h2[style="text-align: left;"]{
		padding-bottom: 0px;
	}
	.content-txt h2[style="text-align: left;"]:after{
		display: none;
	}
	.display-2:after, .content-txt h2:after, .tour-item .card .card-title:after{
		content: "";
	    height: 4px;
	    width: 32px;
	    margin: auto;
	    position: absolute;
	    background: #487f91 ;
	    bottom: 1px;
	    left: calc(50% - 16px);
	}

	.align-center .display-2:after, 
	.content-txt h2 .align-center :after, 
	.align-center .tour-item .card .card-title:after{
		left: calc(50% - 16px);
	}
	.align-left .display-2:after, 
	.content-txt .align-left h2:after, 
	.align-left .tour-item .card .card-title:after{
		left: 2px;
	}

	
	.no-decoration{
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	.no-decoration:after{
		display: none;
	}

	.align-left .display-2:after, .content-txt.align-left h2:after{
		left: 0;
	}

	.bg-primary .display-2:after, .bg-primary-light .display-2:after{
	    background: #fff;
	}

	

.display-3 {
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	letter-spacing: 0.2px;
	display: block;
	
}
.display-4 , .content-txt h3{
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #333333;
	line-height: 30px;
}


    .content-txt h3{
    	font-size: 18px;
    	margin-bottom: 20px;
    	text-align: left;
    }
	.bg-primary .display-4, .bg-primary-light .display-4, .bg-primary .content-txt h2,  .bg-primary .content-txt h3,  .bg-primary .content-txt h4{
		color: #fff;
	}


.content-txt h4, .content-txt h5, .content-txt h6{
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #333333;
	line-height: 22px;
	text-align: left;
}



.content-txt ul, .content-txt ol{
	list-style-position: inside;
	text-align: justify;
	padding-left: 15px;
}
.content-txt li{
    position: relative;
    padding: 10px 0 10px 25px;
}

.content-txt ol li{
	padding-left: 0;
	text-align: left;
}

.content-txt ol li::marker{
    color: #295F70 !important;
    font-weight: 600;
    font-size: 1.4em;
        font-family: "Poppins", sans-serif;
}
.content-txt ul li{
    list-style: none;
}

   .content-txt ul li:before{
	   	content: "";
	    display: block;
	    width: 8px;
	    height: 8px;
	    background: #a3c6d2;
	    position: absolute;
	    top: 19px;
	    left: 0;
	}
.content-txt li ul{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}
		.content-txt li ul li{
		   padding: 0 0 5px 15px;
		   margin-top: 10px;
		}
				.content-txt li ul li:before{
					top: 14px;
					border-radius: 25px;
					width: 6px;
					height: 6px;
				}


.content-txt ul.list-pro,
.content-txt ul.list-cons{
	padding-left: 0px;
}
.content-txt ul.list-pro li,
.content-txt ul.list-cons li{
	padding: 8px 0 25px 30px;
}

.content-txt ul.list-pro li:before{
    background: none;
    content: "✓";
    color: #75c35f;
    font-size: 25px;
    font-weight: 600;
    top: 8px;
    width: auto;
    height: auto;
}
.content-txt ul.list-cons li:before{
	background: none;
    content: "✗";
    color: #da6c6c;
    font-size: 24px;
    font-weight: 600;
    top: 8px;
    width: auto;
    height: auto;
}

.content-txt li h3{
	display: inline;
}

.content-txt li a{
	line-break: anywhere;
}

.content-txt blockquote, .content-txt .highlight{
    padding: 45px 35px 25px 35px;
    background: #f8f8f8;
    box-shadow: 5px 5px 6px -3px #0000001a;
    margin-bottom: 20px;
}


		.content-txt blockquote{
			text-align: center;
			background: #FFF;
			border: solid 1px #ececec;
		    text-align: center;
		    padding: 25px 40px 5px 40px;
		    position: relative;

		}
/*
		.content-txt blockquote:after {
		    content: "“";
		    display: block;
		    width: 35px;
		    font-size: 55px;
		    position: absolute;
		    top: 30px;
		    left: 5px;
		    color: #A3C6D2;
		}
		*/

	.content-txt blockquote h2, .content-txt .highlight h2,
	.content-txt blockquote h3, .content-txt .highlight h3,
	.content-txt blockquote h4, .content-txt .highlight h4{

		margin-top: 20px !important;
	}

	@media (max-width: 768px){

		.content-txt li ul{
    		margin-left: 00px;
		}
		.content-txt blockquote, .content-txt .highlight{
		    padding: 45px 18px 25px 18px;
		}

		.content-txt .highlight ul li:before,
		.content-txt blockquote ul li:before{
			top: 22px;
		}
		.content-txt .highlight ul li ul li:before,
		.content-txt blockquote ul li ul li:before{
			top: 14px;
		}

		.content-txt blockquote h3, .content-txt .highlight h3, .content-txt blockquote h4, .content-txt .highlight h4{
			padding-top: 0;
    		font-size: 1.2rem !important;
    		letter-spacing: 0.2px;
    	}
		
	}

.content-txt table, .content-txt tr, .content-txt td, .content-txt table th, .content-txt table caption{
	margin: 0px;
	padding: 0px;
	border: solid 1px #E1E1E1;
	text-align: left;
	letter-spacing: 0.2px;
    color: #555;
}
.content-txt table{
	box-shadow: 5px 5px 6px -3px #0000001a;
}
 .content-txt table td, .content-txt table th{
 	padding: 10px;
 }
 .content-txt table th{
 	background: #f8f8f8;
 }
 .content-txt table caption{
    text-align: center;
    border: none;
    margin-top: 12px;
    font-style: italic;
 }

 

 .content-txt table h3{
 	margin: 10px !important;
 	text-align: center !important;
 	font-size: 1rem !important;
 }

.content-txt .leadline{
	padding: 0 10px 0 16px;
    border-left: solid 3px #9ab8c2;
    margin: 20px 0;
}
.content-txt .leadline, .content-txt .leadline *{
	font-size: 1.3rem !important;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-family: "Poppins", sans-serif;
    line-height: 2.2rem;
    color: #276f87;
  }

  .content-txt .introduction{
  	padding: 0 20px;
  	text-align: center !important;
  }
  .content-txt .introduction, .content-txt .introduction *{
  	font-size: 1.1rem !important;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    line-height: 2rem;
  }

/* Table of content*/
.content-txt .toc{
	padding: 25px 20px ;
	background: #f8f8f8;
    box-shadow: 5px 5px 6px -3px #0000001a;
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
}
	.content-txt .toc p{
		margin: 0;
		padding: 0;
	}

	.content-txt .toc .card-header{
		padding: 0;
		border: none;
		text-align: left;
		background: #f8f8f8 url('img/icons/icon-remove.svg') no-repeat right center;
		display: block;
		color: #487f91;
	    text-decoration: none;
	    font-weight: 600;
	    letter-spacing: 1px;
    	text-transform: uppercase;
    	font-size: 0.8rem;
	    cursor: pointer;
	}

	
		.content-txt .toc .card-header:hover{
			color: #A3C6D2;
		}
	.content-txt .toc .card-header.collapsed{
		background: #f8f8f8 url('img/icons/icon-add.svg') no-repeat right center;

	}
		.content-txt .toc ul{
			padding: 0;
		}
		.content-txt .toc ul li:before{
			top: 22px;
		}
		.content-txt .toc li ul li:before{
			top: 14px;
		}



	.list-package{
		width: 100%;
		border: none;
		margin-top: 0px;
		padding-top: 20px;
		
	}
	.list-package *{
		text-align: left;
	}
		.list-package h3{
			color: #333;
			text-transform: uppercase;
			letter-spacing: 0.2px;
    		margin-bottom: 20px !important;
    		line-height: 35px;
    		padding-top: 0px !important;
		}
	

	.list-package .list-icon, .list-icon{
		display: flex;
    	align-items: center;
    	justify-content: flex-start;
    	   flex-wrap: wrap;
    	align-content: center;
    	margin-bottom: 15px;

	}
		.list-icon *, .content-txt .list-icon img{
			margin: 0 5px 0 0 !important;
		}
		.list-icon h4{
			color: #295F70;
			font-size: 14px;
			font-weight: 600;
			letter-spacing: 0.2px;
			margin-bottom: 15px;
		}
		.list-icon strong{
			color: #709FAF;
			font-size: 14px !important;
			font-weight: 600;
			letter-spacing: 1px;
		}


	.list-package .list-subtitle{
		color: #333;
	    border-top: solid 2px #709FAF;
	    padding-top: 20px;
	    margin-top: 30px;
	}
			.list-package .list-subtitle h4{
				color: #295F70;
			    font-size: 16px;
			    font-weight: 600;
			    text-transform: uppercase;
			    letter-spacing: 0.2px;
			    margin-top: 20px;
			}
			.list-package .list-subtitle p{
				color: #333;
			}

	.content-txt .list-package-price, .list-package-price *{
		font-size: 25px !important;
		font-weight: normal !important;
		letter-spacing: 2px !important;
		color: #000 !important;
	}

	.content-txt .list-package ul strong{
		color: #709FAF;
		font-weight: 600;

	}
/*
* * * * * * * * * * * * * * * * * * BTN
*/

.btn{
	border-radius: 2px;
	padding: .7rem 1.5rem;
	border-width: 2px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 5px;
}

.btn.btn-sm{
	padding: .4rem 1rem;
	font-size: 12px;
    font-weight: 600;
}

.btn.btn-lg{
	padding: 1rem 1rem;
	font-size: 16px;
    font-weight: 400;
}

	.btn svg{
		width: auto;
		height: auto;
		fill: #295F70;
		margin-right: 8px;
		margin-top: -2px;
	}
	.btn.btn-sm svg{
		height: 12px;
	}

	.btn svg.icon-after{
		margin-right: 0;
		margin-left: 5px;
	}

	.btn.btn-icon{
		padding-right: .8rem;
	}



	
.btn-primary-cta {
    color: #000 !important;
    background-color: #f3e8c1;
    border-color: #f3e8c1;
}
	.btn.btn-primary-cta svg{
		fill: #000;
	}

.btn-primary-cta.hover, .btn-primary-cta:hover, .btn-primary-cta.focus, .btn-primary-cta:focus {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
}


.btn-primary {
    color: #fff !important;
    background-color: #295F70;
    border-color: #295F70;
}
	.btn.btn-primary svg{
		fill: #fff;
	}
.btn-primary.hover, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #709FAF;
    border-color: #709FAF;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	color: #fff;
    background-color: #709FAF;
    border-color: #709FAF;
}

.btn-outline-primary {
	color: #295F70;
    border-color: #295F70;
}
	.btn.btn-outline-primary svg{
		fill: #fff;
	}
.btn-outline-primary.hover, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus {
    color: #fff;
    background-color: #295F70;
    border-color: #295F70;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
	color: #fff;
    background-color: #295F70;
    border-color: #295F70;
}

.bg-primary .btn-secondary {
    color: #295F70;
    background-color: #fff;
    border-color: #fff;
}
	.bg-primary .btn.btn-secondary svg{
		fill: #295F70;
	}
.btn-secondary{
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.btn-secondary.hover, .btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #A3C6D2;
    border-color: #A3C6D2;
}



.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
	color: #fff;
    background-color: #A3C6D2;
    border-color: #A3C6D2;
}

.btn-outline-secondary {
	color: #fff;
    border-color: #fff;
}
	.btn.btn-outline-secondary svg{
		fill: #fff;
	}
.btn-outline-secondary.hover, .btn-outline-secondary:hover, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: #fff;
    background-color: #A3C6D2;
    border-color: #A3C6D2;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{
	color: #fff;
    background-color: #A3C6D2;
    border-color: #A3C6D2;
}

.btn-inline{
	color: #295F70;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
.btn-inline-arrow{
	color: #295F70;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-align: left !important;
}

	.btn-inline-arrow:before{
		content: "➔";
		color: #295F70;
		font-size: 1.2em;
		margin-right: 5px;
	}
.bg-primary .btn-inline, .btn-inline.btn-inline-secondary{
	color: #fff;
}
.bg-white .btn-inline{
	color: #295F70;
}

	.btn-inline svg{
		width: auto;
		height: 10px;
		fill: #295F70;
		margin-top: -2px;
		margin-right: 5px;
	}
		.btn-inline.btn-inline-secondary svg{
			fill: #fff;
		}

	.btn-inline:hover, .btn-inline:hover * {
		color: #709FAF;
		text-decoration: none;
	}
	.bg-primary .btn-inline:hover, .bg-primary .btn-inline:hover *, .btn-inline.btn-inline-secondary:hover {
		color: #A3C6D2;
		text-decoration: none;
	}


.btn-light{
	background-color: #E1E1E1;
	border-color: #E1E1E1;
}


.btn-highlight {
    color: #333333 !important;
    background-color: #F5C668;
    border-color: #F5C668;
    font-weight: 600;
    text-decoration: none !important
}
.btn.btn-highlight svg,
.btn.btn-highlight svg * {
		fill: #333333;
	}
.btn-highlight.hover, .btn-highlight:hover, .btn-highlight.focus, .btn-highlight:focus {
    color: #333333;
    background-color: #ffdd99;
    border-color: #ffdd99;
    text-decoration: none !important
}
.btn-highlight:not(:disabled):not(.disabled).active, .btn-highlight:not(:disabled):not(.disabled):active, .show>.btn-highlight.dropdown-toggle{
	color: #333333;
    background-color: #ffdd99;
    border-color: #ffdd99;
    text-decoration: none !important
}



.close *{ /* modal close */
  
    font-size: 1.5rem !important;

}

.modal .modal-content{
	color: #212529;
}

.modal .modal-body, .modal .modal-header{
	padding: 1rem 1.5rem;

}

.modal .modal-body img, .modal .modal-body *{
	max-width: 100%;
	height: auto;
}

/*
* * * * * * * * * * * * * * * * * * NAV BAR : MEGA MENU
*/
#mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item .textwidget p a:not(.btn){
 	background-image: url('assets/icons/cta/icon-double-arrow.svg') ;
 	background-position: left center;
 	background-repeat: no-repeat;
	background-size:18px;
 	padding-left: 25px;
}

.menu-contact-link{
	background: #144a5c !important;
	padding: 15px 0 !important;
	text-align: center !important;
}
.menu-contact-link a{
	padding: 10px !important;
	margin: 0 10px;
}
.menu-contact-link svg{
	height: 25px !important;
    width: auto !important;
    max-width: 28px !important;
}
    
	.menu-contact-link svg, .menu-contact-link svg *{
		fill: #FFFFFF !important;
	}

@media only screen and (max-width: 1200px) {
    .mega-menu.max-mega-menu .mega-hide-on-mobile{
        display: none !important;
    }
}

/*
* * * * * * * * * * * * * * * * * * NAV BAR : primary


#menu .navbar{
	justify-content: space-between !important;
	padding: 0 1rem;
	transition: all .3s; 
	height: 115px;
	
}
	#menu .navbar:hover{
		background: #295F70;
	}

	#menu .navbar .navbar-logo img{
		height: 6.3rem !important;
		width: auto;
		transition: all 0.3s ease-in-out;
	}

	#menu .navbar #navbarSupportedContent{
		flex-grow: 0;
	}
	#menu .navbar .nav-item{
		position: initial;
		display: flex;
    	align-items: center;
	}


	#menu .navbar .nav-item .nav-link{
		letter-spacing: 1px;
		padding: 0 1.5em !important;
	    margin: 0 !important;
	    height: 115px;
    	display: flex;
	    	align-items: center;
	    flex-direction: column;
	    align-content: center;
	    justify-content: center;
	}

			#menu .navbar-short .navbar-nav .nav-item .nav-link{
				height: 60px;
			}

		#menu .navbar .nav-item .nav-link span{
			position: relative;
			text-transform: uppercase;
		    letter-spacing: 2px;
		    font-weight: 400;
		    font-size: 12px;
		    line-height: initial;
		    text-align: center;
		}

		#menu .navbar .nav-item.nav-item-btn-oultine, #menu .navbar .nav-item.nav-item-btn-primary{
				margin-right: 5px !important;
		}

		#menu .navbar .nav-item.nav-item-btn-oultine .nav-link{
			border:solid 1px white;
			height: 40px !important;
	
		}
				#menu .navbar .nav-item.nav-item-btn-oultine:hover .nav-link{
					border:solid 1px #709faf;
					color: #709faf ;
				}
				#menu .navbar .nav-item.nav-item-btn-oultine:hover .nav-link *{
					color: #709faf ;
				}
		#menu .navbar .nav-item.nav-item-btn-primary .nav-link{
			
			background: white;
			border:solid 1px white;
			color: #295F70;
			height: 40px;
		}
				#menu .navbar .nav-item.nav-item-btn-primary .nav-link *{
					color: #295F70;
				}

				#menu .navbar .nav-item.nav-item-btn-primary:hover .nav-link{
				background: #709faf;
				border:solid 1px #709faf;
				color: white;
					}
				#menu .navbar .nav-item.nav-item-btn-primary:hover .nav-link *{
					color: white;
				}


		#menu .navbar .nav-link:hover, #menu .navbar .icons-menu .mbr-iconfont:hover {
			color: #fff !important;
		}
		#menu .navbar .nav-link:hover, #menu .navbar.navbar-short .icons-menu .mbr-iconfont:hover {
			color: #709faf !important;
		}


		#menu .navbar .nav-item .nav-link:before {
		    position: absolute;
		    content: '';
		    height: 2px;
		    bottom: 0;
		    width: 0;
		    left: 0;
		    background: #709faf;
		    transition: width 0.3s ease-in;
		}

		
		
		#menu .navbar .nav-item.dropdown .nav-link:after{
			display : none;
		}



	#menu .navbar .nav-icon .nav-link{  
		display: flex;
		padding: 5px !important;
		min-width: 25px;

	}
		#menu .navbar .nav-icon svg{
		
			width: auto;
			max-height: 16px;
    		max-width: 30px;
			fill: #fff;
	    	position: relative;
		}

		#menu .menu-item-mobile-first{
			display: none;
		}
		
		
		#menu .navbar .nav-icon:hover svg{
			fill: #709faf;
		}

	
		#menu .navbar.navbar-short{
		    background: #295F70 !important;
			height: 60px;
			min-height: 60px;
			box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
		}

		#menu .navbar.navbar-short .navbar-logo img {
		    height: 3rem !important;
		    width: auto;
		}
		#menu .dropdown-menu {
		   
		    background-color:#295F70;
		    border: none;
		    border-radius: 0;
		    box-shadow: 0px 4px 3px rgb(0 0 0 / 15%);
		    
		}



		#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu{
			position: absolute;
			left: 0;
			right: 0;
			top: 115px;
			width: 100%;
			margin: auto;
			padding-left: 150px;
    		padding-right: 150px;
    		padding-top: 45px;
    		padding-bottom: 15px;
    		transition: all .5s;
    		display: none;
    		z-index: 999;
		    
		}

			
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu:before{
				content: '';
				display: block;
				position: fixed;
				left: 0;
				right: 0;
				top: 115px;
				width: 100%;
				min-height: 500px;
				background-color:#295F70;
			    border: none;
			    border-radius: 0;
			    box-shadow: 0px 4px 3px rgb(0 0 0 / 15%);
			    z-index: -99;
			    transition: all .5s;
			  
			}
			
				#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu *{
					z-index: 999;

				}
			
			#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu.dropdown-menu-hover{
				 width: 100%; 
				 transition: all .5s;
			}
			#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu.dropdown-menu-hover > .menu-item{
				text-align: left;
				transition: all .5s;
			}

			#menu .navbar-short .navbar-nav > .menu-item.dropdown  > .dropdown-menu,
			#menu .navbar-short .navbar-nav > .menu-item.dropdown > .dropdown-menu:before{
				top: 60px;
				
			}

		#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item{
			width: 100%;
			text-align: left;
			transition: all .3s;
		}

		#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu.dropdown-menu-hover > .menu-item{
			width: 33%;
		}

		


		#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .dropdown-item{
			width: 100%;
			padding-top: 0px;
    		padding-bottom: 20px;
    		padding-left: 0px;
    		padding-right: 0px;
		}

			#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item:hover > .dropdown-item *{
				color: #709FAF;
			}

			#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item.menu-item-has-children:hover > .dropdown-item:after{
				content: "❯";
			    color: #709FAF;
			    margin-left: 20px;
			}

				

			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-item span{
				color: #fff;
				text-transform: uppercase;
			    letter-spacing: 2px;
			    font-size: 14px;
			    font-weight: 400;
			}
				#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-item span>span{
					font-size: 12px;
			    	font-weight: 400;
			    	text-transform: capitalize;
			    	font-style: italic;
				}
				

		#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item.megamenu-item-last .dropdown-item:before{
			content: "➜"; 
		    color: rgb(255, 255, 255);
		    font-size: 10px;
		    margin-right: 5px;
		    vertical-align: bottom;
		}

		#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item.megamenu-item-last > .dropdown-item:after{
			display: none;
		}

				#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item.megamenu-item-last .dropdown-item span{
					text-transform: uppercase !important;
					font-size: 11px;
					font-weight: normal;
					text-transform: none;
					position: relative;
				    top: 0px;
				    left: 4px;
    				
				}

		#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .megamenu-right{
			position: absolute;
			top: 45px;
		    right: calc( 150px);
    		width: calc(33% - 55px );
		    text-align: center;
		    list-style: none;
		    display: flex ;
		    flex-direction: column;
		    align-items: flex-end;
		    z-index: 9999;
		}

			#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item.megamenu-item-right{ 
				display: none;
			}



				

		#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu .megamenu-img{
			width: 250px;
			height: 125px;
		    background: white;
		    margin-bottom: 11px;
		}
				#menu .megamenu-img-diving .megamenu-img{
					background: url(img/menu/scuba-diving.jpg) no-repeat center !important;
					background-size: cover !important;
				}
					#menu .megamenu-img-diving-cabo .megamenu-img{
						background: url(img/menu/diving-cabo-san-lucas.jpg) no-repeat !important;
						background-size: cover !important;
					}
					#menu .megamenu-img-diving-cabo-pulmo .megamenu-img{
						background: url(img/menu/diving-cabo-pulmo.jpg) no-repeat !important;
						background-size: cover !important;
					}
					#menu .megamenu-img-diving-la-paz .megamenu-img{
						background: url(img/menu/diving-la-paz-mexico.jpg) no-repeat !important;
						background-size: cover !important;
					}
					#menu .megamenu-img-diving-jacques-cousteau .megamenu-img{
						background: url(img/menu/diving-jacques-cousteau-island.jpg) no-repeat !important;
						background-size: cover !important;
					}
					#menu .megamenu-img-diving-gordo-banks .megamenu-img{
						background: url(img/menu/diving-gordo-banks.jpg) no-repeat !important;
						background-size: cover !important;
					}

				#menu .megamenu-img-snorkeling .megamenu-img{
					background: url(img/menu/snorkeling-cabo-pulmo.jpg) no-repeat !important;
					background-size: cover !important;
				}
					#menu .megamenu-img-snorkeling-cabo .megamenu-img{
					background: url(img/menu/snorkeling-cabo-san-lucas.jpg) no-repeat !important;
					background-size: cover !important;
					}
					#menu .megamenu-img-snorkeling-cabo-pulmo .megamenu-img{
					background: url(img/menu/snorkeling-cabo-pulmo.jpg) no-repeat !important;
					background-size: cover !important;
					}
					#menu .megamenu-img-snorkeling-la-paz .megamenu-img{
					background: url(img/menu/whale-shark.jpg) no-repeat !important;
					background-size: cover !important;
					}

				#menu .megamenu-img-ocean-safari .megamenu-img{
					background: url(img/menu/mobula-ray.jpg) no-repeat !important;
					background-size: cover !important;
				}
					#menu .megamenu-img-whale-watching .megamenu-img{
					background: url(img/menu/whale-watching.jpg) no-repeat !important;
					background-size: cover !important;
					}
					#menu .megamenu-img-mobula .megamenu-img{
					background: url(img/menu/mobula-ray.jpg) no-repeat !important;
					background-size: cover !important;
					}
					#menu .megamenu-img-whale-shark .megamenu-img{
					background: url(img/menu/whale-shark.jpg) no-repeat !important;
					background-size: cover !important;
					}
				#menu .megamenu-img-diving-course .megamenu-img{
					background: url(img/menu/padi-diving-course.jpg) no-repeat !important;
					background-size: cover !important;
				}
					#menu .megamenu-img-scuba-diving-course .megamenu-img{
					background: url(img/menu/scuba-diving-course.jpg) no-repeat !important;
					background-size: cover !important;
					}
					#menu .megamenu-img-advanced-diving-course .megamenu-img{
					background: url(img/menu/diving-course.jpg) no-repeat !important;
					background-size: cover !important;
					}
					#menu .megamenu-img-about .megamenu-img{
					background: url(img/menu/about-us.jpg) no-repeat !important;
					background-size: cover !important;
					}


		
		#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu .megamenu-item-right .btn{
			font-weight: normal;
			border-width: thin;
			width: 250px; 
		}
			#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu .megamenu-item-right .btn *{
				font-weight: normal;
			}

		#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .menu-item-description{
			position: absolute;
			top : 0px;
			left: calc(33% + 50px);
			padding-top: 45px;
			padding-left: 40px;
			padding-bottom: 10px;
		
			text-transform: uppercase;
		    letter-spacing: 2px;
		    font-size: 20px;
		    font-weight: 400;
		    

		    color: #ffffff;
		}


		#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .dropdown-menu{ 
			top: 0px;
		    padding-top: 30px;
		    left: calc( 33% + 50px);
		    width: calc(33% );
		    height: auto;
		    min-height: 250px;
		    background: none;
		    box-shadow: none;
		    position: absolute;
		    transition: all 0.3s ease-in-out;
		    border-left: 1px solid #709FAF;
		    margin-top: 50px;
		    padding-left: 20px;
		    z-index: 9999;

		}

			#menu .navbar-nav > .menu-item.dropdown.open > .dropdown-menu{
				display: block;
			}

			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-menu,
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .megamenu-img,
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .menu-item-description,
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .megamenu-right{
				display: none;
			}

			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.open > .dropdown-menu,
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.open > .megamenu-img,
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.open > .menu-item-description,
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.open > .megamenu-right{
				display: block;
			}
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.open > .megamenu-right{
				display: flex;
			}

			#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item{
				list-style: square;
			    color: #709FAF;
			    font-size: 14px;
				margin-top: 15px;
			    margin-left: 20px;
			    padding-left: 2px;
   				 color: #709FAF;

			}

			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item:before{
				content: "\25A0"; 
				color: #709FAF;
				margin-right: 15px;
				font-size: 10px;
				top: 1px;
   				position: relative;
			}

				#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.megamenu-item-last:before{
					display: none;
				}


				#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item a.dropdown-item{
					margin: 0;
					padding: 0;
				}

				#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item a.dropdown-item span{
					font-size: 14px;
					font-weight: normal;
					letter-spacing: 2px;
					color: #FFF;
					white-space: normal;
				}

			#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.megamenu-item-last{
				margin-top: 25px;
				margin-left: 20px;
				list-style: none;
				
			}
				#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.megamenu-item-last a:before{
					content: "➜"; 
				    color: rgb(255, 255, 255);
				    font-size: 10px;
				    margin-right: 5px;
				}
					#menu  .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.megamenu-item-last a.dropdown-item span{
						text-transform: uppercase !important;
						font-size: 11px;
					    font-weight: normal;
					    text-transform: none;
					    position: relative;
					    top: 0px;
					    left: 4px;
					}


	#menu .dropdown-item:focus, #menu .dropdown-item:hover,
	#menu .dropdown-item:focus span, #menu .dropdown-item:hover span{
		background: none !important;
		color: #709FAF !important;
	}


		
		#menu button.navbar-toggler {
		    outline: none;
		    width: 31px;
		    height: 20px;
		    cursor: pointer;
		    transition: all .2s;
		    position: absolute;
		    top: 20px;
		    right: 20px;
		    -webkit-align-self: center;
		    align-self: center;
		}
			#menu button.navbar-toggler .hamburger span {
			    position: absolute;
			    right: 0;
			    width: 30px;
			    height: 2px;
			    border-right: 5px;
			    background-color: #ffffff;
			}
				#menu button.navbar-toggler .hamburger span:nth-child(1) {
				    top: 0;
				    transition: all .2s;
				}
				#menu button.navbar-toggler .hamburger span:nth-child(2) {
				    top: 8px;
				    transition: all .15s;
				}
				#menu button.navbar-toggler .hamburger span:nth-child(3) {
				    top: 8px;
				    transition: all .15s;
				}
				#menu button.navbar-toggler .hamburger span:nth-child(4) {
				    top: 16px;
				    transition: all .2s;
				}

				#menu nav.opened .hamburger span:nth-child(1) {
				    top: 8px;
				    width: 0;
				    opacity: 0;
				    right: 50%;
				    transition: all .2s;
				}
				#menu nav.opened .hamburger span:nth-child(2) {
				    -webkit-transform: rotate(45deg);
					transform: rotate(45deg);
				    transition: all .25s;
				}
				#menu nav.opened .hamburger span:nth-child(3) {
				    -webkit-transform: rotate(-45deg);
				    transform: rotate(-45deg);
				    transition: all .25s;
				}
				#menu nav.opened .hamburger span:nth-child(4) {
				    top: 8px;
				    width: 0;
				    opacity: 0;
				    right: 50%;
				    transition: all .2s;
				}


	@media (max-width: 1200px){

		#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu{ 
			padding-left: 50px;
    		padding-right: 50px;

		}
		#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu > .menu-item .megamenu-right{
			right: 50px;
		}
	}

		@media (max-width: 991px){

			#menu .navbar{
				height: auto !important;
			    min-height: 60px;
				background: none !important;
			}
				#menu .navbar.navbar-short, #menu .navbar.opened{
					height: 60px;
				    background: #295F70 !important;
				}
			#menu .navbar .navbar-brand{
				margin-left: 1rem;
			}
			#menu .navbar .navbar-logo img{
				height: 3.8rem !important;
			}
				#menu .navbar.opened .navbar-brand{
					display: none;
				}

    
    		#menu .navbar.opened{
    			bottom: 0;
			    left: 0;
			    right: 0;
			    top: 0;
			        align-items: flex-start;
			            overflow: scroll;
    		}

			#menu .navbar #navbarSupportedContent{

				max-width: 280px;
				margin: 0 auto;
				padding-top: 61px;
			}

			#menu .navbar .navbar-nav{
				display: block;
				text-align: center;
		    
			}

				#menu .navbar .navbar-nav .menu-item-mobile-first{
					display: block;
					padding-bottom: 15px;
    				border-bottom: solid 1px #709FAF;
				}

					#menu .navbar .navbar-nav .menu-item-mobile-first ul{
						list-style: none;
						display: flex;
					    align-items: center;
					    justify-content: space-between;
					    flex-direction: row;
					}


					#menu .navbar .navbar-nav .menu-item-mobile-first .nav-item{
						padding: 0;
						margin: 0;
						flex-shrink : 0;
					}

					#menu .navbar .navbar-nav .menu-item-mobile-first .nav-item.nav-icon{
						width: auto;
					}
						#menu .menu-item-mobile-first .nav-icon svg{
							height: 25px;
						    width: auto;
						    max-width: initial;
						    max-height: initial;
						}
						#menu .navbar .navbar-nav .menu-item-mobile-first .nav-item.nav-icon.icon-location svg{
							height: 28px;
						}
						#menu .navbar .navbar-nav .menu-item-mobile-first .nav-item .nav-link{
							padding: 0 !important;
							margin: 0 !important;
							height: auto;
						}
						#menu .navbar .navbar-nav .menu-item-mobile-first .nav-item .btn{
							margin: 0;
						    width: 130px;
						    font-weight: 600;
						    font-size: 10px;
						    padding: 10px;
						    letter-spacing: 1px;
						}


					#menu > .navbar .navbar-nav > .nav-item.nav-icon{
						float: left;
					    margin: 0;
					    padding: 0;
					    width: 25%;
					    text-align: center;
					}
						#menu > .navbar .navbar-nav > .nav-item.nav-icon > .nav-link{
							border: none;
						    padding: 15px 0 0 0 !important;
						    margin: 15px 0 !important;
						    border-top: solid 1px #709FAF;
						    height: 20px;
						    display: block;
						}
				
			#menu .navbar .nav-item .nav-link span{
				font-size: 14px;
			}
			#menu .navbar .nav-link:hover, #menu .navbar .icons-menu .mbr-iconfont:hover {
			    color: #fff !important;
			}

			#menu > .navbar .navbar-nav > .nav-item {
				margin-top: 15px;
			}

				#menu > .navbar .navbar-nav > .nav-item.nav-item-btn-primary{ 
					display: none !important;
				}

				#menu > .navbar .navbar-nav > .nav-item.nav-item-mobile-btn-secondary{
					margin: 18px 0 0 0 !important;

				}
					#menu > .navbar .navbar-nav > .nav-item.nav-item-mobile-btn-secondary{
						margin-top: 18px;
						padding-top: 18px;
						border-top: solid 1px #709FAF;
					}
						#menu > .navbar .navbar-nav > .nav-item.nav-item-mobile-btn-secondary ~ .nav-item.nav-item-mobile-btn-secondary{
							padding-top: 0px;
							border: none;
						}

					#menu > .navbar .navbar-nav > .nav-item.nav-item-mobile-btn-secondary > .nav-link{
					background: #709FAF;
					border: #709FAF;
					color: #fff;
					
					}
				
			#menu > .navbar .navbar-nav > .nav-item > .nav-link,
			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.megamenu-item-right a{
				padding-top: 18px !important;
				padding-bottom: 18px !important;
				height: auto !important;
				width: 100%;
				border: solid 1px white;
				text-align: center;
			}





			#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu{
				position: absolute;
				top: 59px;
				left: 0;
				right: 0;
				bottom: 0;
			
				box-shadow: none;
				max-width: 282px;
				width: 282px;
				padding:20px 0 20px 0;
			}

				#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu:before{
					content: '';
					display: none;
				}

				

				#menu .navbar-nav > .menu-item.dropdown  > .dropdown-menu .megamenu-img{
				width: 280px;
				height: 140px;
				}

				#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item{
					flex-direction: column;
					    margin: 8px 0 8px 0;
					border-bottom: solid 1px #709FAF;
					
				}
					#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-item{
						padding: 8px 0 16px 0;
						text-align: left;

					}

					#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.megamenu-item-last{
						padding-bottom: 20px;
					}



				#menu .dropdown-item{
					text-align: center;
					padding: .6rem 1.5rem;
				}

				#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-menu{
			
				    position: relative;
				    left: 0;
				    width: 100%;
				    max-width: 100%;
				    height: auto;
				    min-height: 0;
				    padding: 0;
				    margin: 0;
				    border: 0;

				}
				#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu .megamenu-img {
					margin-bottom: 20px;
				}
				#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu .subtitle{
					text-transform: uppercase;
				    letter-spacing: 2px;
				    color: #fff;
				    font-size: 20px;
				    padding-bottom: 10px;
					    margin-bottom: 18px;
					    border-bottom: solid 1px #709FAF;
					  position: relative;
					  padding-left: 25px;
					  cursor: pointer;
				}

					#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu .subtitle:before{
						content: "➜"; 
						transform-origin: 0 0;
  						transform: rotate(180deg);
						font-size: 20px;
    					
    					color: #709FAF;
    					position: absolute;
					    bottom: -18px;
					    left: 18px;
					    font-size: 20px;
					}

	



					#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .menu-item-description{
						display: none !important;
					}

					#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item:hover > .dropdown-item *{
						color: #fff;
					}

					#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item{
						margin: 0 0 20px 0;
						padding: 0;
						text-align: left;
						padding: 0 0 0 0;
						list-style: square;
					}
						


						#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.menu-item-has-children:hover > .dropdown-item:after{
							display: none !important;
						}



						#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-item,
						#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item a.dropdown-item{
							text-align: left;
						}

							#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-item span {
								font-size: 14px;
								font-weight: 600;

							}


						#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.megamenu-item-last{
							margin: 15px 0 15px 0;
							padding-left: 0;
						}
						#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.megamenu-item-last:before{
							display: none;
						}


					#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.megamenu-item-right{
						display: block;
						margin-top: 10px;
						border: none;
    					padding-bottom: 0;
					}
						#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.megamenu-item-right a{
							padding: 10px 0 !important;
							color: #fff;
							background: #709FAF;
							border: solid 1px #709FAF;
						}
							#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.megamenu-item-right a span{
								font-weight: 400;
							}

						
							#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.megamenu-item-right~.menu-item.megamenu-item-right a{
								color: #295F70;
								background: #FFF;
								border: solid 1px #FFF;

							}
							

							#menu .navbar-nav > .menu-item.dropdown > .dropdown-menu > .menu-item.megamenu-item-right~.menu-item.megamenu-item-right a span{
								color: #295F70;

							}



			#menu .nav-icon{
				width: 20%;
				padding-top: 30px;
				padding-bottom: 30px;

				display: inline-block;
			}
			#menu .nav-icon a{
				width: 100%;
				padding: 15px !important;

			}
			#menu .navbar .nav-icon svg{
			height: 25px;
			    margin: auto;

			}
		}

		@media (min-width: 992px){
			
			#menu .navbar .nav-item:hover .nav-link::before {
		    	 width: calc(100%); 
			}
			
			.navbar .nav-item .dropdown-menu{ display: block; }

			.navbar .nav-item:hover .nav-link{ color: #fff;  }

			.navbar .nav-item:hover .dropdown-menu,
			#menu .navbar-nav > .menu-item.dropdown:hover > .dropdown-menu{ 
				
			}
			.navbar .nav-item .dropdown-menu{ margin-top:0; }
			
		}


	#menu .socicon{
		socicon
	}
*/

/************* NAV SiteMap */
.menu-sitemap li{


}
.menu-sitemap a{

	font-size: 20px;
	font-weight: 600;

}

.menu-sitemap .sub-menu li a{
	font-size: 16px;
	font-weight: normal;
}

/************* breadcrumb */

#breadcrumb{
	padding: 0px;
	text-align: center;
}
		#breadcrumb, #breadcrumb *{
			color: #777;
			font-size: 12px;
			
		}
		#breadcrumb ol{
			list-style: none;
			display: flex;
		    flex-wrap: wrap;
		    justify-content: center;
		    margin-bottom: 0;
		}
		#breadcrumb li{
			display: inline-block;
			margin: 0 3px;
			float: left;
		}
				#breadcrumb a:hover, #breadcrumb a:hover *{
					text-decoration: none;
					color:#487f91 !important;
				}
/*
* * * * * * * * * * * * * * * * * * FOOTER
*/
#footer{
	background-color: #333333;
	color: #FFF;
	padding-bottom: 0px;
}
	#footer .col-12{
		margin-bottom: 30px;
	}
	#footer-info{
		text-align: justify;
	}

	#footer-info p{
		color: #9E9E9E;
	}
	#footer-contact{
		text-align: justify;
	}

		#footer-contact li{
		display: flex;
		align-items: center;
		list-style: none;
		text-align: left;
		vertical-align: middle;
		justify-content: flex-start;
		margin-bottom: 25px;
		}
		#footer-contact li a{
			display: inline;
			margin-bottom: 5px;
			color: #FFF;
		}
			#footer-contact li a:hover, #footer-contact li a:hover *{
				color: #709FAF;
				text-decoration: none;
			}
		#footer-contact li .bi{
			font-size: 28px;
			vertical-align: middle;
			margin-right: 15px;
		}


		#footer-contact li svg{
			height: auto;
		    width: 26px;
		    min-width: 26px;
		    max-width: 26px;
		    fill: #fff;
		    position: relative;
		    vertical-align: middle;
    		margin-right: 15px;
		}


			#footer-contact li.footer-contact-link svg{
				width: 15px;
			}


	#footer-cta .btn{
		min-width: 250px;
	}


#footer-credit{
	border-top: solid 1px #565656;
	padding-top: 20px;
	color: #9E9E9E;
}
	#footer-credit *{
		font-size: 11px;
		color: #9E9E9E;
	}

	#footer #footer-credit .col-12{
		margin-bottom: 10px;
	}

@media (max-width: 768px){
	#footer{
		padding: 40px 15px 0 15px;
	}
	#footer-credit *{
		font-size: 14px;
		color: #9E9E9E;
	}
}

/*
* * * * * * * * * * * * * * * * * * HOME
*/

/* * COVER */

#cover-home, #cover-blog{
	text-align: center;
	background-size : cover;
	background-repeat: no-repeat;
	background-position: center; 
	background-attachment: fixed;
}

#cover-home .row{
	min-height: 80vh;
	flex-direction: column;
}

	#cover-home .row .col{
		display: flex;
    	flex-direction: column;
   		align-content: space-around;
   		align-items: center;
   		justify-content: center;
	}


	

#cover-blog {
	margin-top: 100px;
	padding-top: 0px;
}
	#cover-blog .display-1{
		margin: 0px;
		padding: 0px;
	}



	#cover-blog .row{
		min-height: auto;
		align-content: flex-end;
	}
#cover-home .container-overlay, #cover-blog .container-overlay{
	height: 100%;
	width: 100%;
	position: absolute;
}
#cover-home *{
	color: #FFF;
}

#cover-home hgroup{
	margin-top: 0%;
	margin-bottom: 15px;
}

#cover-home h2{
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

#cover-home .mbr-arrow{
	position: absolute;
	width: 100%;
	margin-right: -15px;
    margin-left: -15px;
	bottom: 45px;

}
	
#cover-home .mbr-arrow a{
	display: flex;
	justify-content: center ;
	align-items: center;
	align-content: center;
	margin: auto;
	width: 60px;
	height: 60px;
    font-size: 25px;
    text-decoration: none;
	cursor: pointer;
	border-radius: 50%;
	background: #709faf !important;
    
}
	#cover-home .mbr-arrow a:hover{
		opacity: .7;
	}


	#cover-home .mbr-arrow a svg {
		height: auto;
	    width: 30px;
	    fill: #fff;
	    margin-top: 4px;
	}


#cover-home .img-trust{
		display: flex;
	    flex-direction: row;
	    justify-content: space-evenly;
	}

	#cover-home .img-trust img{
		margin: 3px;
	}


@media (max-width: 768px){
	#cover-home hgroup{
		margin-top: 20%;
	}
	#cover-home .row{
		min-height: 95vh;
	}


	
	#cover-home .mbr-arrow{
		bottom: 45px;
		
	}
		#cover-home .mbr-arrow a{
			width: 50px;
    		height: 50px;
		}

	#cover-home .img-trust{
		flex-direction: row;
	}
	#cover-home .img-trust img{
		width: 85%;
		height: auto;

	}

	
	#cover-blog {
	margin-top: 0px;
	}
	#cover-blog .row{
	min-height: 85px;
	align-content: flex-end;
	}
		
}


/* * home block */

#page-featured .row{
	background: #FFF; padding: 40px;
}

	#page-featured .display-4{
		color:#295F70;
	}
	
	@media (max-width: 768px){
		#page-featured .row{ background :none; padding: 20px ; }
		#page-featured .col-12{ background: #FFF;  padding: 20px ;}
	}

#page-featured .link-group{
	clear: both;
	width: 100%;
	text-align: center;
}
#home-news{

}
	.home-news-list{
		background-color: #fff;
		padding: 30px;
		margin-bottom: 25px;
		box-shadow: 0px 0px 5px 0px #0000001a;
		border-radius: 8px;
	}
	.home-news-list .meta-post{
		color: #295F70;
		font-weight: 600;
	}
	.home-news-list a{
		text-decoration: none;
		display: inline-block;
		color: #295F70;
	}
		.home-news-list a:hover *{
			color: #487f91;
		}

	.home-news-list p{
		margin-bottom: 0px;
		margin-top: 10px;
	}

		

	@media (max-width: 992px){
		.home-news-list .display-4{
			margin-top: 20px;
		}
	}
	@media (max-width: 576px){
		.home-news-list{
			padding: 10px;
			margin: 5px 5px 25px 5px;
		}
		.home-news-list .col-12{
			text-align: center;
			padding: 10px 10px;
		}
		
	}



/*
* * * * * * * * * * * * * * * * * * COVER
*/

#cover{

}
#cover .row{
	align-items: flex-start;
}
	#cover .txt-element{
		padding: 50px ;
		max-width: 800px;
		margin: auto;
	}

	#cover h1.display-2{
		padding-bottom: 0;
		margin-bottom: 15px;
		line-height: 42px;
		padding-top: 50px;
	}
	#cover h1.display-2:after{
		display: none;
		
	}

	#cover h2, #cover h3 {
		font-size: 16px;
	    font-family: "Poppins", sans-serif;
	    font-weight: 600;
	    line-height: 26px;
	}

	#cover p{
		font-size: 14px;
		line-height: 26px;
		text-align: justify;
	}

	@media (max-width: 992px){
		#cover .txt-element{
			text-align: center;
			padding: 50px 20px 30px 20px;
	
		}
		#cover h1.display-2{
			margin-bottom: 22px;
    		padding-bottom: 25px;
    		padding-top: 0px;
    	}

		#cover h1.display-2:after{
			display: block;
		}
		#cover .align-left .display-2:after{
			left: calc(50% - 16px);
		}
		
	}


	#cover .image-element, .post-thumbnail {
		display: flex;
    	align-content: center;
    	justify-content: center;
    	align-items: center;
	}
	#cover .image-element .swipebox-video, .post-thumbnail .swipebox-video{
		position: absolute;
		display: block;
		width: 80px;
		height: 80px;
		text-decoration: none;
		color: #FFF;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

		#cover .image-element .swipebox-video:hover, .post-thumbnail .swipebox-video:hover{
			opacity: 0.6;
		}

	#cover .image-element .swipebox-video svg,
	.post-thumbnail .swipebox-video svg{
		display: block;
		opacity: 0.8;
		fill: #FFF;
		height: 80px;
		width: 80px;
	}

/*
* * * * * * * * * * * * * * * * * * TOUR LIST
*/
	.tour-item{
		color: #709FAF;
	}

		.tour-item .card{
			background-color: #ffffff;
			color: #333333;
			border: none;
			margin-bottom: 0;
			box-shadow: 0px 0px 5px 0px #0000001a;
			border-radius: 8px;
		}

		.tour-item .card *{
			border-radius: 0px ;
		}


				
			.tour-item .card img{
				margin-top: -1px;
				/*
				width: 100%;
			    height: 100%;
			    object-fit: cover;
			    object-position: center;
			    */
			    background: #efefef;
			    border-radius: 8px 8px 0 0;
			}
			.tour-item .card a:hover img{
				opacity: 0.8
			}

			@media (min-width: 767.98px){

				.tour-item .card .col-lg-5{
					display: flex;
				}
				 .tour-item .card .col-md-6.col-lg-7 img{
					border-radius: 8px 0px 0 8px;
				}
			}

		.tour-item .card .card-img{
			
		}
		.tour-item .card .card-body{
			padding: 30px;
			height: 100%;
			display: flex; 
			flex-direction: column;
			align-items: center;
			justify-content : center;
		}
		.tour-item .card .card-title{
			font-family: "Poppins", sans-serif;
			font-style: normal;
			font-size: 20px;
			letter-spacing: 0.2px;
			color: #000;
			position: relative;
			padding: 0 6px;
			line-height: 25px;
			/*text-transform: capitalize;*/
		}
					
			.tour-item a{
			text-decoration: none;
			display: block;
			}
			.tour-item a:hover .card-title{
			color: #295F70;

			}
		.tour-item .card .card-subtitle{
			display: block;
			font-size: 12px;
			font-weight: 600;
			color: #333333;
			text-transform: uppercase;
		}
		
			.tour-item .card .card-text, .tour-item .card .card-text *{
			color: #295F70;
			}
		.tour-item .card .btn{
			margin-bottom: 0;
			
		}

		#activity .tour-item .card .card-body{/* home page activity */
			padding: 30px 15px;
		}
			#activity .tour-item .card .card-title{ 
				font-size: 24px;
				/*text-transform: capitalize;*/
			}
			#activity .tour-item .card .card-text, .tour-item .card .card-text *{
				color: #295F70;
				font-size: 14px;
			}

	@media (min-width: 992px){
		.tour-item{
			max-width: 325px;
		}


		.swiper-tax:(.swiper-tax-large) .swiper-wrapper{
		justify-content: center;
		}
		
	}

	.swiper-tax-unique .tour-item{
		max-width: 750px;
	}

		.swiper-tax{
			margin-bottom: 0;
		}

		.swiper-tax .tour-item{
			padding: 10px;

		}
		.swiper-tax-off .swiper-wrapper, .swiper-tax-unique .swiper-wrapper{
			justify-content: center;
		}



	@media (max-width: 991px){

		.tour-item .card .card-subtitle, .tour-item .card .card-text, .tour-item .card .card-text *{
			font-size: 16px;
		}
		
		.swiper-tax .container-fluid{
			padding-left: 0;
			padding-right: 0;
		}
			.swiper-tax .container-fluid .row{
				margin-left: 0;
				margin-right: 0;
			}
		.swiper-tax .swiper-container{
			margin-right: 0; 
    		margin-left: 0;
    		padding-right: 6px;
    		padding-left: 6px;
    		padding-bottom: 0;
		}

		.tour-item .card .card-body{
			padding: 30px 20px;
		}
		.swiper-tax .tour-item{
			padding: 0;

		}
		.swiper-tax-off .tour-item{
			padding: 0 10px;
		}

		#activity .tour-item .card{
			margin-bottom: 20px;
		}
	}

	@media (max-width: 768px){
		.swiper-tax .tour-item{
			/* width: 70%; */

		}
	}

	.swiper-tax-unique{

	}



	.product-item, .product-item *{
		font-family: "Poppins", sans-serif !important;
		text-align: left;
		letter-spacing: 1px;
	}

	.product-item .card .card-body{
		align-items: flex-start;
		justify-content: space-between;
		height: auto;
	}

	.product-item .card .card-title{
		font-size: 16px;
		font-weight: 600;
		padding: 0 0 20px 0 !important;
		margin: 0 0 20px 0 !important;
	}
		.product-item .card .card-title:after{
			left: 0;
			height: 3px;
    		width: 25px;
		}
	.product-item .card .card-subtitle{
		font-size: 12px;
		font-weight: 400;
		text-transform: none;
		color: #606060;
		line-height: 18px;

	}
	.product-item .card .card-text{
		margin-top: 20px;
		line-height: 18px;
	}
		.tour-item .card .card-text strong{
			font-size: 16px;
			line-height: 18px;
			font-weight: 600;

		}
		.tour-item .card .card-text i{
			font-size: 12px;
			font-style: normal;
			line-height: 18px;
			color: #606060;
			
		}
	.product-item .card .btn{
		width: 100%;
		margin: 0;
		text-align: center;
	}
.page-template-landing-cat .swiper-tax .display-2{
	font-weight: 600;

}


/*
* * * * * * PRODUCT LIST
*/
.product-list.no-price .product-item .card .card-body {
    justify-content: flex-end;
    
}

.product-list.no-price .product-item .card .card-title{
	padding: 0px !important;
}
.product-list.no-price .product-item .card .card-title:after{
	display: none;
}

.product-list.no-price .product-item .card .card-subtitle{
	width: calc(100% - 35px);
}

.product-list.no-price .btn-icon{
	position: absolute;
	bottom: 20px;
	right: 20px;
}





/*
* * * * * * PAGE LIST
*/

.page-list .tour-item{
	padding: 10px !important;
}

.page-list .tour-item .card img{
	border-radius: 8px;
}
.page-list .tour-item .card .card-body{
	align-items: flex-start;
    justify-content: flex-end;
    height: auto;
	padding: 20px;
	background: rgba(0, 0, 0, 0.08);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 60%);
	border-radius: 0 0 8px 8px;
}
	.page-list .tour-item .card .card-body:hover{
		background: rgba(0, 0, 0, 0.3);
	}

.page-list .product-item .card .card-title {
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
	color: #fff;
	font-size: 18px;
}

	.page-list .product-item .card .card-title:after{
		display: none;
	}
.page-list .product-item .card .card-subtitle{
	color: #fff;
}

@media (max-width: 767.98px) {
	.page-list .tour-item{
		padding: 5px;
	}
}

@media (max-width: 575.98px){

	.page-list .tour-item .card .card-body {
    	align-items: flex-start;
        justify-content: flex-end;
    	padding: 15px;
	}
	.page-list .product-item .card .card-title{
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
		font-size: 14px;
	}

	.page-list .product-item .card .card-subtitle{
		display: none;
	}
}

/*
* * * * * * * * * * * * * * * * * * REVIEWS LIST
*/


#reviews .rating, #reviews .rating *{
	font-size: 12px;
	color: #295F70;
	line-height: 18px;
}

#reviews .swiper-container{
	margin-bottom: 10px;
}

#reviews h3 { /* tripadvisor logo */
 display: block;
}
#reviews img{
	margin: 10px 20px;
}
.review-item{
	color: #333;
	/* max-width: 360px; */
	max-width: calc(33% - 10px);
	padding: 0;
	margin-bottom: 10px;
}


	.review-item .card{
		background-color: #f8f8f8;
		color: #333;
		box-shadow: 0px 0px 5px 0px #0000001a;
		border: none;
		padding: 20px;
		border-radius: 8px;
	}


		.review-item .card *{
			border-radius: 0 !important;
		}

		.review-item .card-body {
			padding: 35px 20px;
		}
		.review-item .card .card-subtitle{
			color: #295F70;
		}
		.review-item .card .bi{
		    font-size: 28px;
		    position: absolute;
		    left: 20px;
		    top: 20;
		    color: #295F70;
		}
    
  @media (max-width: 992px){

	.review-item .card{
  		padding: 0;

  	}
  	.review-item{

		max-width: 360px;
	}
  }

  @media (max-width: 768px){
  	.review-item .card{
  		padding: 0;

  	}
	.review-item{
		max-width: 72%;
	}

  }

.swiper-container {
  width: 100%;
  height: auto; 
  padding-bottom: 0;
}

.swiper-pagination-wrap{
	height: 40px;
	margin-top: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px;
}
.swiper-pagination-bullet{
	width: 24px;
    height: 24px;
    margin: 10px 5px;
    outline: none !important;
}
.swiper-pagination-bullet-active{
	background-color: #A3C6D2;
}

#reviews i, #reviews i *{
	font-size: 12px;
	color: #709FAF;
}

	@media (max-width: 992px){
		.swiper-pagination-bullet{
			width: 18px;
		    height: 18px;
		    margin: 6px;
		
		}
	}

/*
* * * * * * * * * * * * * * * * * * LOGO CAROUSEL
*/
#logo_carousel{
	/*padding-top: 0;*/
}

#logo_carousel .swiper-wrapper {
	max-width: 450px;
	/*-webkit-filter: grayscale(100%);*/
}
#logo_carousel .swiper-slide{
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;

}
	#logo_carousel .swiper-slide img{
		width: 110px;
	}
/*
* * * * * * * * * * * * * * * * * * CONTACT CARD
*/

#contact-card{
	background-color: #295F70;
	border-color: #295F70;
	border-radius: 8px;
	color: #fff;

}
	#contact-card *{
		color: #fff;
	}
	#contact-card .card-body{
		padding: 40px 35px 20px 35px;
		text-align: center;
	}
	#contact-card .card-title{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0px;
	}
	#contact-card .display-2:after{
		background-color: #fff;
	}
	#contact-card .card-body li{
		display: flex;
		align-items: center;
		list-style: none;
		text-align: left;
		vertical-align: middle;
		justify-content: flex-start;
		margin-bottom: 35px;
	}
		#contact-card .card-body li div{
			text-align: left;
		}

		#contact-card .card-body li a{
			display: inline-block;
			min-height: 30px;
			line-height: 30px;
			margin-bottom: 5px;
			text-align: left;
		}
			#contact-card .card-body li a:hover, #contact-card .card-body li a:hover *{
				color: #f5c668;
				text-decoration: none;
			}
		#contact-card .card-body li svg{
			height: auto;
		    width: 26px;
		    fill: #fff;
		    position: relative;
		    vertical-align: middle;
		    margin-right: 15px;
		}

		#contact-card .card-body li:last-child svg{
			width: 40px;
		}
	.contact-card-flag{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 25px;
	}

	#contact-card .contact-card-flag{
		justify-content: center;
	}
		.contact-card-flag img{
			margin: 8px;
			width: 25px;
			height: 25px;
			opacity: 95%;
		}

		#contact-card .contact-card-flag img{
			width: 20px;
			height: 20px;
			margin: 5px;
		}

@media (max-width: 992px){
	#contact-card {
		margin-bottom: 30px;
	}
}

/*
* * * * * * * * * * * * * * * * * * MAP
*/

.maps .container-fluid{
	padding: 0;
}
.maps .container-fluid .row{
	margin-right: 0;
	margin-left: 0;
}
.google-map{
	padding-left: 0;
	padding-right: 0;
	width: 100%;
    height: 25rem;
    -webkit-filter: grayscale(100%);	
}
	.google-map iframe{
		width: 100%;
    	height: 25rem;
	}

@media (max-width: 992px){
	.google-map{
	    height: 35rem;	
	}
	.google-map iframe{
		height: 35rem;	
	}
}



/*
* * * * * * * * * * * * * * * * * * TOUR PAGE
*/

.tour-page{

}

.tour-page #cover .cover-meta{
	list-style: none;
	width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-bottom: 22px;
}
	.tour-page #cover .cover-meta li{
		margin-right: 30px;
		color: #295f70;
	}
		.tour-page #cover .cover-meta li *{
			color: #295f70;
		}
		.tour-page #cover .cover-meta li svg{
			width: auto;
		    height: 13px;
		    fill: #295f70;
			margin-top: -3px;
			margin-right: 5px;
		}
		

@media (max-width: 1200px){
	.tour-page #cover .cover-meta{
		flex-direction:column;
	}
		.tour-page #cover .cover-meta li{
			margin-right: 0;
			margin-bottom: 10px;

		}
}


#outline .bg-white, #outline .bg-primary{
	padding: 50px 30px 30px 30px;
}
	#outline .bg-white .display-2{
    	font-size: 24px;
	}


	#inclued-list{
		list-style: none;
		text-align: left;
		width: fit-content;
		margin: auto;
	}
		#inclued-list li{
			display: flex;
			justify-content: flex-start;
			align-items: center;
			padding-top: 20px;
			padding-bottom: 20px;
			width: fit-content;
		}
		#inclued-list svg{
			width: auto;
		    height: 32px;
		    fill: #295F70;
			margin-right: 20px;
			flex-shrink: 0;
		}
		#inclued-list .inclued-item{
			display: flex;
			flex-direction:column;
			    align-items: flex-start;
			
		}
			#inclued-list .inclued-item>strong{
			color: #295F70;
			font-weight: 600;
			font-size: 16px;
			text-align: left;
			}
			#inclued-list .inclued-item .btn-inline, #inclued-list .inclued-item span {
				font-size: 12px;
				color: #333333;
				text-transform: none;
				cursor: pointer;
				text-align: left;
			}
			#inclued-list .inclued-item .btn-inline svg{
				width: auto;
			    height: 10px;
			    fill: #333333;
			    margin-right: 3px;
			}
				#inclued-list .inclued-item .btn-inline:hover, #inclued-list .inclued-item .btn-inline:hover *{
					color: #709FAF;
					fill: #709FAF;
				}

#outline .bg-primary{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	#outline .bg-primary div{
		position: relative;
		margin-bottom: 15px;
	}
		#outline .bg-primary .display-3{
		    padding-top: 30px;
		    padding-bottom: 0px;

		}
		#outline .bg-primary .display-3:before{
			content: "";
		    height: 2px;
		    width: 32px;
		    margin: auto;
		    position: absolute;
		    background: #fff;
		    top: 1px;
		    left: calc(50% - 16px);
		}
			#outline .bg-primary div:first-child .display-3:before{
				display: none;
			}
			#outline .bg-primary div:first-child .display-3{
				padding-top:0;
				margin-top:0;
				
			}

#outline .bg-primary div a{
	text-decoration: underline;
}
#outline .bg-primary div a:hover{
	color: #295F70 !important;
}
	@media (max-width: 768px){
		.tour-page #cover .cover-meta li{
			font-size: 16px;
		}
		#outline .bg-primary{
			padding-bottom: 50px;
		}

		#outline .bg-primary .display-3{
			font-size: 28px !important;
		}
		#outline div p{
			font-size: 1.1rem !important;
		    line-height: 30px;
		    letter-spacing: 0.05rem;
		}
	}

.gallery-custom{
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery-custom .col-12{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}
	.gallery-custom a{
		height: 170px;
	    width: 18%;
	    display: block;
	    margin: 0 1%;
	}


		.gallery-custom a:nth-child(6){
			display: none;
		}
	

	@media (max-width: 1200px){
		.gallery-custom a{
			width: 23%;
			height: 170px;
			margin: 0 1%;
		}

		.gallery-custom a:nth-child(5), .gallery-custom a:nth-child(6){
			display: none;
		}

		
	}

	@media (max-width: 992px){

		.gallery-custom .col-12{
			justify-content: space-around;
		}
		.gallery-custom a{
			width: 23%;
			height: 120px;
			margin: 0;
		}

		.gallery-custom a:nth-child(5), .gallery-custom a:nth-child(5){
			display: none;
		}

		
	}

	@media (max-width: 768px){
		.gallery-custom a{
			width: 48%;
			margin: 0 0 2% 0;
			height: 210px;
		}
		.gallery-custom a:nth-child(5), .gallery-custom a:nth-child(6){
			display: block;
		}
	}

	@media (max-width: 576px){
		.gallery-custom a{
			width: 48%;
			margin: 0 0 2% 0;
			height: 120px;
		}

		.gallery-custom a:nth-child(5), .gallery-custom a:nth-child(6){
			display: block;
		}
	}


#price{

}
	#price .row:first-child p{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	#price .row:first-child p span{
		margin: 0 10px;
	}

	#price .display-2{
		font-size: 16px;
	    font-family: "Poppins", sans-serif;
	    font-weight: 600;
	    text-transform: capitalize;
	}
	#price .display-3{
	    font-family: "Poppins", sans-serif;
	    font-style: normal;
	    font-weight: 600;
	    letter-spacing: 1px;
	    margin-bottom: 25px;
	    /*text-transform: capitalize;*/
	}

	#price .price-currency-info{
		font-size: 18px;
	}


		@media (max-width: 768px){


			#price .display-4{
				font-size: 28px !important;
			}

		}


	#price .card{
		border-radius: 0;
		border:none;
	}
		#price .card .card-header{
			border-radius: 0;
			border:none;
			color: #fff;
			background-color: #295F70;
			padding: 35px 15px 20px 15px;
			display: flex;
			flex-direction: column;
			align-items: center;
			align-content: center;
			justify-content: center;
		}
		#price .card .card-header p{
			margin: 0;
		}

		#price .card .card-subtitle{
			font-family: "Poppins", sans-serif;
			font-size: 15px;
			font-weight: 400;
			letter-spacing: 1px;
		}
		#price .card .card-price, #price .card .card-price *{
			font-family: "Poppins", sans-serif;
			font-size: 20px !important;
			font-weight: 600;
			font-weight: normal;
			letter-spacing: 1px;
		}
			#price .card .card-price{
				font-size: 25px;
				font-weight: 600;
				margin: 20px 0 8px 0 !important;
			    padding-bottom: 20px;
			    position: relative;
			}
				#price .card .card-price span{
					font-size: 30px !important;
					font-weight: 600;
				}

			#price .card .card-price.card-no-price{

			}
			#price .card .card-price:after{
				content: "";
			    height: 2px;
			    width: 32px;
			    margin: auto;
			    position: absolute;
			    background: #fff;
			    bottom: 1px;
			    left: calc(50% - 16px);
			}

		#price .card .card-text,
		#price .card .card-text *{
			color: #333333;

		}
			#price .card .card-text a{
				color: #295F70;
				text-decoration: underline;
			}

		#price .card-body .card-text{
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}

		#price .card-body .card-text *{
			font-size: 14px;
   			letter-spacing: 0.05rem;
		}

		#price .card-body .card-text p, 
		#price .card-body .card-text ul{
			margin-top: 1rem;
			margin-bottom: 0;
		}

		#price .card-body .card-text li{
			margin-bottom:5px;
		}

		#price .card-body .btn{
			padding: .5rem 2rem;
		}

		@media (max-width: 768px){

			#price .card-body .card-text *{
			font-size: 1.1rem !important;
   			letter-spacing: 0.05rem;
			}
		}


		    

		

	#tour-info hr{
		max-width: 60%;
		border-top: solid 2px #295F70;

		margin: 25px auto;
	}

	#faq{

	}

		#faq-accordion{
		}
			#faq-accordion .card{
				background-color: #fff;
				border-radius: 0;
				border: none;
				margin-bottom: 15px;
			}
			#faq-accordion .card-header{
				background-color: #fff;
				border-radius: 0;
				border: none;
				padding: 0;
			}

				#faq-accordion div.btn-link{
					text-decoration: none;
					color: #333333;
					padding: 0;
					margin: 0;
					display: block;
    				float: left;
    				    padding: 10px 1.25rem 5px 1.25rem;

				}
				#faq-accordion div.btn-link .display-3{
					color: #295F70 ;
					font-size: 16px !important;
					text-transform: none;
					width: 85%;
					float: left;
					padding-top: 0;
				}

				#faq-accordion div.btn-link svg {
					float: right;
					display: none;

					height: auto;
				    width: 26px;
				    fill: #295F70;

				}
					#faq-accordion div.btn-link:hover *{
						color: #709FAF;
						fill: #709FAF;
					}

				 #faq-accordion div.btn-link svg.bi-dash{
				 	display: block;
				 }
				 #faq-accordion div.btn-link.collapsed svg.bi-dash{
				 	display: none;
				 }

				 #faq-accordion div.btn-link.collapsed svg.bi-plus{
				 	display: block;
				 }

			#faq-accordion .card-body{
				text-align: justify;
				border-top: solid 1px #efefef;
				padding: 30px 50px;
			}

	@media (max-width: 768px){

		#faq-accordion .col-lg-8{
			padding-left: 0;
			padding-right: 0;
		}
		#faq-accordion .card-body{
			text-align: justify;
			border-top: solid 1px #efefef;
			padding: 20px;
		}
	}

/*
* * * * * * * * * * * * * * * * * * Staff PAGE
*/

#page-staff>.container>.row{
	display:flex;
	align-content: flex-start;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
	gap: 30px 0;

}

.staff-list{
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    box-shadow: 0px 0px 5px 0px #0000001a;
    border-radius: 8px;
    padding: 30px;


}
.staff-list-content {
	 display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
       width: 100%;
}
.staff-list img{
	width: 130px;
	height: 130px;
	object-fit: cover;
	border-radius: 50%;
}

.staff-list-content .staff-name{
	font-size: 20px;
    font-weight: 600;
    position: relative;
}


.staff-list-content .staff-position{
	position: relative;
	font-size: 16px;
    font-weight: 400;
    color: #606060;
    padding: 0 0 20px !important;
    margin: 0 !important;
}

.staff-list-content .staff-position:after{
	left: 0;
    height: 3px;
    width: 25px;
    content: "";
    margin: auto;
    position: absolute;
    background: #487f91;
    bottom: 1px;
}

.staff-list-content .staff-bio{

}


@media (max-width: 991px){

	.staff-list-content{
		flex-direction: column;
		text-align: center;
	}
	.staff-list-content .staff-position:after {
    	left: calc(50% - 12px);
	}

}

/*
* * * * * * * * * * * * * * * * * * COURSE PAGE
*/

.single-courses #gallery{
	
     background-color: #fff !important;

}

/*
* * * * * * * * * * * * * * * * * * LANDING PAGE
*/
.landing-page #cover h1.display-2{
	margin-bottom: 40px;
}
.landing-page #cover h1.display-2:after{
	display: block;
	bottom: -15px;
}
.landing-page #cover .content-txt{
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
}
		.landing-page #cover .content-txt p,
		.landing-page #cover .content-txt strong,
		.landing-page #cover .content-txt a	{
			font-size: 14px !important;
		}

.landing-page #gallery{
		padding-top: 35px;
	}
.landing-page .highlight{
	list-style: none;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 20px;
}
	.landing-page .highlight li, .landing-page blockquote li{
		margin: 20px 0 0 0;
		padding: 0 0 0 25px;
		display: flex;
	    flex-direction: row;
	    align-items: center;
	    justify-content: flex-start;
	    line-height: 32px;
	    text-align: left;
	}
		.landing-page .highlight li ul, .landing-page blockquote li ul{
			margin-left: 10px !important;
			margin-top: 0px !important;
		}
			.landing-page .highlight li ul li, .landing-page blockquote li ul li{
				font-style: italic;
				line-height: auto;
			}
	.landing-page .highlight li svg, .landing-page blockquote li svg{
		margin-right: 15px;
		max-width: 20px;
	}
	.landing-page .highlight li strong, .landing-page blockquote li strong{
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		color: #295f70;
	}

.landing-price{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.landing-price .btn{
	padding: 1rem 0.5rem;
    font-size: 14px;
    font-weight: 600;
    flex-grow: 1;
    max-width: 50%;
}
.landing-price .btn svg{
	vertical-align: middle;
    height: auto;
    margin-right: 10px;
    margin-top: -5px;
}
.landing-price-val {
	margin-left: 40px;
	text-align: left;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
		.landing-price-val *{
			line-height: 20px;
			letter-spacing: 2px;
		}
		.landing-price-val strong{
			font-size: 30px;
			font-weight: 600;
			text-align: left;
		}
		.landing-price-val strong span{
			font-size: 18px;
			margin-left:3px;
		}
		.landing-price-val em{
			font-style: normal;
			font-size: 12px;
		}



#overview div.bg-white{
	padding: 45px 150px;
}

.listing{
	list-style: none;
	margin-top: 60px;
}
		.listing li{
		display: flex;
	    align-items: flex-start;

	    justify-content: flex-start;
	    flex-direction: row;
	    margin-bottom: 45px;

		}

		.listing li svg{
			flex-shrink: 0;
		}

		.listing li div{
			text-align: left;
			margin-left: 10px;
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		    justify-content: center;
		}
				.listing li div h3{
					font-family: "Poppins", sans-serif;
					font-size: 18px;
					letter-spacing: 1px;
					font-weight: 600;
					color: #295F70;
					margin-bottom: 0px;
					margin-top: 1px;
					text-align: left;
				}
				.listing li div p{
					margin-bottom: 0;
					text-align: left;
				    line-height: 20px;
				    margin-top: 5px;
				}

.landing-page #reviews h2{
	    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.social-follow{
	list-style: none;
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding: 0 !important;
    margin: 0;
}
.social-follow li{
	padding: 0;
	color: #295F70;
	text-transform: uppercase;
	font-weight: 600;
	flex-shrink: 0;
	
}
	.social-follow li:before{
		display: none !important;

	}

.social-follow li a{
	margin: 5px ;
	padding: 8px;
}
.social-follow li svg{
	height: 18px;
	width: auto;
	fill:#295F70;
}

.social-follow li a:hover svg{
	fill:#709FAF;
}

@media (max-width: 768px){
	.landing-page #cover h1.display-2{
		margin-bottom: 20px;
	    padding-bottom: 20px;
	}
	.landing-page #cover h1.display-2:after{
		bottom: 1px;
	}
	.landing-price{
		flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.landing-price .landing-price-val {
		margin-left: 20px;
		margin-bottom: 30px;
		    align-items: center;
	}
	.landing-price .btn{
		width: 100%;
		max-width: 100%;
	}

	
	#overview{
		padding-top: 0;
	}
	#overview div.bg-white{
		padding: 0px 40px 40px 40px;
	}

	.landing-page #gallery{
		padding-top: 35px;
    	padding-bottom: 0;
    	background: #fff;
	}
	.landing-page #form{
		padding: 0 25px;
	}
}
	.banners{
		background-color: #709FAF;
	}

	.banners .content-txt{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
		padding-left: 20px !important;
    	padding-right: 20px !important;
		font-size: 14px;
		text-align: center;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.banners .content-txt p{
		font-size: 14px;
		text-align: center;
		margin: 0;
		padding: 0;

	}
	.banners .content-txt *{
		color: #fff;
		font-size: 14px !important;
	}

	.banners .content-txt svg{
		margin-top: 0px;
    	margin-right: 10px;
    	flex-shrink: 0;
	}

	@media (max-width: 767px) {
		.banners .content-txt{
		padding-left: 5px !important;
    	padding-right: 5px !important;
    	}
		.banners .content-txt p, .banners .content-txt *{
			text-align: left;
			line-height: 20px;
		}
	}
/*
* * * * * * * * * * * * * * * * * * MOBILE PAGE (link tree)
*/

body.page-template-page-mobile{ }

body.page-template-page-mobile h2.display-2{
	font-size: 22px;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#mobile-page{
	padding-top: 100px;
}


#mobile-page .btn{
	width: 85%;
	font-size: 13px;
	letter-spacing: 1.5px;

}

#mobile-page .display-2{
	text-align: center !important;
	font-weight: 600;
}
	#mobile-page .display-2:after{
	left: calc(50% - 16px) !important;
	}

#mobile-page p{
	text-align: center !important;
}

#mobile-page ul, #mobile-page li{
	list-style: none;
}

#mobile-page .content-txt li:before{
	content: "";
	display: none;
}

#mobile-page #menu-social{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    padding: 0px;
    width: 80%;
    margin: 0 auto;
}
		#mobile-page #menu-social li{
			list-style: none;
			text-align: center;
			padding: 0px;

		}

		#mobile-page #menu-social li a{
			display: block;
			padding: 10px 20px;
		}
		#mobile-page #menu-social li a svg{

			height: 22px;
		    width: auto;
		    fill: #fff;
		    top: 4px;
		    position: relative;

		}


body.page-template-page-mobile #home-news{
	padding-top : 30px;
}




body.page-template-page-mobile #home-news .display-4 {
	font-size: 14px !important;
	font-weight: 400 !important;
    line-height: 22px;
    margin-top: 0px;

}
/*
* * * * * * * * * * * * * * * * * *  PAGE CONTENT
*/

#page-card .row{
	align-items: flex-start !important;
}

	#page-card .card{
		border-radius: 0;
		border: 0;
		margin-bottom: 30px;
		box-shadow: 0px 0px 5px 0px #0000001a;
	}

#page-card .card picture,
#page-card .card img{
	max-width: 100%;
	width: 100%;
	height: auto;
}



/*
* * * * * * * * * * * * * * * * * *  Collapse (read more)
*/
.collapse-more.collapse:not(.show) {
  display: block;
  height: 150px;
  overflow: hidden;
}

.collapse-more.collapsing {
  height: 140px;
}
.btn-collapse{
	background: none;
	border: none;
	padding: 6px;
	color: #295F70;
	margin-bottom: 10px;
	float: right;
}
	.btn-collapse:hover{
		color: #709FAF;
	}

@media (max-width: 767px) {
	.collapse-more.collapse:not(.show), .collapse-more.collapsing {
		height: 156px;

	}
}
/*
* * * * * * * * * * * * * * * * * *  BLOG
*/

.blog #menu .navbar,
.single-post #menu .navbar,
.archive #menu .navbar,
.category #menu .navbar,
.page-template-page-courses #menu .navbar{
	background: #295F70 !important;
}




.single-post .post .entry-title{
	font-size: 2rem;
	line-height: 45px;
}

@media (max-width: 767px) {
 	#body.blog  .mbr-fullscreen .mbr-section-title ,  
 	.single .mbr-fullscreen .mbr-section-title,  
 	.error404 .mbr-fullscreen .mbr-section-title, .archive .mbr-fullscreen .mbr-section-title{
		margin-top: 5vh !important;
	}

	.single-post .post .entry-title{
		font-size: 1.7rem;
    	line-height: 38px;
	}
}

.post, #comments, #blog-list article{
	background-color: #ffffff;
	padding : 1.5em ;
	margin : 30px 0;
}
 .post a{
 	text-decoration: none;
 }
.post a h2{
	color: #232323;
	text-decoration: none;
	font-size: 20px;
}
	.post a:hover h2{
		color: #295F70 !important;
		text-decoration: none;
	}

.post .entry-meta, .post .entry-meta *{
	color: #709FAF;
}


.single .post-thumbnail , .post .post-thumbnail, #blog-list article .post-thumbnail{
	margin-bottom: 30px;
	text-align: center;
	background: #efefef;
	max-width: 100%;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.single .post-thumbnail img , .post .post-thumbnail img,  #blog-list article .post-thumbnail img{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	background: #efefef;
}


@media (max-width: 767px) {
  #body.blog  .mbr-fullscreen .mbr-section-title ,  
  .single .mbr-fullscreen .mbr-section-title,  
  .error404 .mbr-fullscreen .mbr-section-title, 
  .archive .mbr-fullscreen .mbr-section-title{
	margin-top: 5vh !important;
	}

	#blog-list {
    	padding-top: 0px;
    	margin-top: 0px !important;
	}

	.post, #comments, #blog-list article{
	background-color: #ffffff;
	padding : 1em ;
	margin : 15px 0 30px 0;
	}

	.single-post .post,  .single-post #blog-list article{
		padding: 3em 0em 3em 0em;
	}

	.single-post  .entry-header .entry-title{
		padding-left: 15px;
		padding-right: 15px;
	}
}



/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

.wp-caption-text{
	font-style: italic;
	text-align: center;
	color: #555;
    letter-spacing: 1px;
    padding-top: 20px;
    background: #ffffff;
}

@media (max-width: 767px) {
	.modal-body .alignleft{
		margin: 0.3rem auto 2rem auto;
		float: none;

	}
}



/*************sidebar-right */


#sidebar-right .widget-container{
	background-color: #ffffff;
    padding: 1.5em;
    margin: 30px 0;

}

#sidebar-right  ul{
	list-style: inside;
	text-align: left;
	color: #709FAF;
}
#sidebar-right  ul li{
	text-align: left;
	color: #709FAF;
	padding: 1.2em 0;
	border: none;
	border-bottom: solid 1px #efefef;
}

#sidebar-right .widget-container a{
	color: #333 !important;
}

#sidebar-right  .widget-title{
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	color: #295F70 !important;
	text-align: center;
	position: relative;
	margin-top: 20px;

}

	#sidebar-right  .widget-title:after{
		content: "";
	    height: 2px;
	    width: 32px;
	    margin: auto;
	    position: absolute;
	    background: #487f91;
	    bottom: -15px;
	    left: calc(50% - 16px);
	}


#sidebar-right #related-posts.widget-container{
	padding: 1.5em 1em;

}

#sidebar-right #related-posts ul, #sidebar-right #related-posts li{
	list-style: none;
}

#sidebar-right #related-posts a {
	display: block;
}
	#sidebar-right #related-posts a:hover , #sidebar-right #related-posts a:hover *{
		text-decoration: none !important;
		opacity: 0.8;
	} 
#sidebar-right #related-posts h4 {
	display: block;
	font-family: "Poppins", sans-serif;
	
	font-weight: 600;
	font-size:16px;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 15px 0 5px 0 !important;
    padding: 0px !important;
}

#sidebar-right #related-posts .card-subtitle{
	font-size: 14px;
	color: #487f91 !important;
}


#featured-related{

    border: solid 1px #ececec;
    text-align: center;
    padding: 15px;
    position: relative;
    background: #f8f8f8;
    box-shadow: 5px 5px 6px -3px #0000001a;
}

	#featured-related a{
		text-decoration: none;
		color: #333;
	}
	 #featured-related a:hover{
	 	opacity: 0.8;
	 }
	#featured-related img{
		max-width: 100%;
		width: 100%;
	    height: auto;
	}
	#featured-related h2{
		display: block;
	    position: relative;
	    font-weight: 600;
	    font-size: 16px;
	    line-height: 24px;
	    letter-spacing: 1px;
	    margin: 15px 0 25px 0 !important;
	    padding: 0px !important;
	    color: #295F70 !important;
	}

	#featured-related h2:after {
	    content: "";
	    height: 2px;
	    width: 32px;
	    margin: auto;
	    position: absolute;
	    background: #487f91;
	    bottom: -15px;
	    left: calc(50% - 16px);
	}
	#featured-related span{
		font-size: 14px;
    	color: #295F70 !important;

	}

/*************content-author */

.post-author{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 25px 0;
  font-size: 0.95rem;
  color: #333;
}
  .post-author img{
    background: #487f91;
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .post-author p{
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
  }
    .post-author p a{
      font-size: 0.95rem;
      font-weight: 600;
      color: #295F70;
      text-decoration: none;
    }
      .post-author p a:hover{
        color: #487f91;
      }


.post-author-footer{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f8f8f8;
  box-shadow: 5px 5px 6px -3px #0000001a;
  padding: 30px 20px 30px 25px;
  margin-top: 40px;
  margin-right: 14px;
  border: none;
  border-radius: 2px;
}
.post-author-footer i{

  letter-spacing: 1px;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
}
.post-author-footer span{

  letter-spacing: 1px;
  font-size: 14px;
      font-weight: 600;
}
.post-author-footer div{
  text-align: left;
}
.post-author-footer div strong{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #295F70;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
}
.post-author-footer img{
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.post-author-footer p{
  font-style: normal;
  font-weight: 400;
  margin: 25px 0 25px 0 ;
}
.post-author-footer p a{
  color: color: #295F70!important;
  text-decoration: none;
}
  .post-author-footer p a:hover{
  color: #487f91  !important;
  }

 .post-author-footer .btn{
 	margin: auto;
 }


@media (min-width: 992px){

  .post-author-footer img{
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
  }
  .post-author-footer{
    padding: 40px 30px 40px 50px;
    margin-right: 0;
  }

}

@media (max-width: 991px){

  .post-author-footer,
  .post-author-footer div{
    text-align: center;
    justify-content: center;
  
  }
}


/************* author page */

.archive.author .content:first-child{
	padding-top: 150px;
}


.archive.author .author-photo{
	text-align: center;
}

.archive.author .author-photo img{
	border-radius: 50%;
	margin-bottom: 20px;
}

.archive.author .content-txt h2.display-3{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    text-align: center;
        margin-bottom: 0;
    padding-bottom: 10px;
}
	.archive.author .content-txt h2.display-3:after{
		display: none;
	}
.archive.author #author-profile-certification{

}
	.archive.author #author-profile-certification{
		display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    justify-content: center;
	    margin: 0;
    	padding: 0;
	}
	.archive.author #author-profile-certification li{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    padding: 20px;
	    border: solid 1px #efefef;
	    width: 50%;
	    justify-content: center;
	    margin: 10px;
	}
	.archive.author #author-profile-certification li:before{
		display: none;
	}
	.archive.author #author-profile-certification li img{
		width: 80px;
	    height: auto;
	    max-width: 80px;
	    max-height: 80px;
	}
	.archive.author #author-profile-certification li strong{
		line-height: inherit;
		margin-top: 10px;
		font-weight: 600;
	}

	@media (max-width: 991px){
		.archive.author #author-profile-certification li{
			width: 100%;
		    max-width: 100%;
		    margin: 10px 0;
		    padding: 20px 10px;
		    text-align: center;
		}

	}
/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;

}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */


.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}


.single .entry-content h1 ,.single .entry-content h2 , .single .entry-content h2 a {
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
    line-height: 45px;
	color: #333333;
	text-align: center;
}

.single .entry-content h2 , .single .entry-content h2 a{
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 1px;
    font-weight: 600;
}

.single .entry-content h2{
	padding-top: 35px;
	clear: both;
}

.single .entry-content h3 ,
.single .entry-content h4 ,
.single .entry-content h5 ,
.single .entry-content h3 a,
.single .entry-content h4 a,
.single .entry-content h5 a{
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
	text-align: left;
}

.single .entry-content h3 {
	font-size: 20px;
	margin-top: 35px;
	margin-bottom: 10px;
	line-height: 34px;
}

.single .entry-content img ,
.single .entry-content figure {
max-width: 100%;
width: auto;
background: #efefef;
}


.single .entry-content *:not(.video-container) iframe{
	width: 100%;
	height: 300px;
}
.single .entry-content p{
	text-align: justify;
}



@media (max-width: 767px) {
	.single .entry-content h2 {
		font-size: 1.8rem;
	}
	.single .entry-content h3 {
		font-size: 1.4rem;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.single .entry-content p{
		font-size: 1.2rem;
		text-align: left;
	}


}


@media (min-width: 992px){

	.single .entry-content img.img-float-left{
		float: left;
        margin: 25px 15px 0 0 !important;
        width: 48%;
	}
}


.img-no-margin{
	margin: 20px 0 !important;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #709FAF;
	text-transform: none;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: normal;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}


.entry-footer .screen-reader-text{
	padding-right: 10px;
}
/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}


/* pagination */

.pagination ul{
	margin: auto;
}
.pagination li{
	display: inline-block;
	list-style: none;
	float: left;
}
/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}


	/* Posts */

	.site-content {
		padding: 5.5em 0 0;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	.navigation.pagination {
		text-align: center;
	}	

		.navigation.pagination  h2{
			display: none;
		}
		.navigation.pagination .nav-links{
			margin: auto;
		}

			.navigation.pagination .page-numbers{
				display: inline-block;
			    color: #295F70 !important;
			    font-size: 14px;
			    padding: 10px;
			    line-height: 20px;
			}
			.navigation.pagination .page-numbers:hover{
		
				background: #709faf !important
			}



	/*** COMENT **/

	.comment-respond{

		text-align: center;
	}

	.comments-title{
		text-align: center;
		font-family: "Poppins", sans-serif;
    	font-size: 2.5rem;
	}
	.comment-list a {
		color: #295F70 !important;
	}

	.comment-form{
		text-align: center;

	}

	.comment-form label{
		clear: both;
	    float: none;
	    display: block;
	}

	.comment-form input, .comment-form textarea{
		max-width: 100%;
		width: 400px;
		
	}

	.comment-respond form p{
		margin-bottom: 25px;
	}

	.form-submit .submit{
		background: #f5c668 !important;
		color: #333333 !important;
		border: none;
		padding: 20px;
		width: 350px;
		cursor: pointer;

	}
		.form-submit .submit:hover{
			background: #709faf !important;
		}



/* .post-related-inline */

.post-related-inline{
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    background: #FFF;
    border: solid 1px #ececec;
    border-radius: 2px;
    text-align: center;
    padding: 10px 20px 10px 10px;
    margin: 20px 0;
    position: relative;
    text-align: left;
        box-shadow: 5px 5px 6px -3px #0000001a;
}
	.post-related-inline *{
		color: #333;
	}

	.post-related-inline .post-related-content{
		display: flex;
    	flex-direction: column;
    	align-items: flex-start;
	}
	.post-related-inline img{
		margin-right: 18px;
		width: 150px !important;
		flex-shrink: 0;
	}
	.post-related-inline strong{
		color: #333;
		line-height: 22px;
    	font-size: 16px;
    	letter-spacing: 1px;
    	font-weight: 600;
    	
	}
	.post-related-inline p{
		line-height: 20px !important;
    	font-size: 12px !important;
    	letter-spacing: 0.05rem !important;
    	margin: 0px !important;
	}
	.post-related-inline span{
		text-transform: uppercase !important;
		font-size: 10px !important;
    	letter-spacing: 2px !important;
    	color: #888;
    	margin-top: 5px;


	}
a.post-related-inline:hover img, a.post-related-inline:hover p, a.post-related-inline:hover span{
	opacity: 0.8;
}
a.post-related-inline:hover strong{
	color: #487f91 !important;
	font-size: 600;
}

@media (max-width: 768px){

	.post-related-inline{
		padding: 5px;
	}
	.post-related-inline strong{
		line-height: 20px;
        font-size: 14px;
        font-weight: 600;
        padding-top: 4px;
	}
	.post-related-inline img{
		margin-right: 8px;
		width: 110px !important;
	}
	.post-related-inline p, .post-related-inline span{
		display: none;
	}
	.post-related-inline span{
		font-size: 8px;
		display: block;
	}
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: inside ;
    margin: 0;
    padding: 0;
}

.widget ul li,
.widget ol li {
	list-style: inside circle ;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar .wp-calendar-table {
	margin-bottom: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0.4em 0;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -8px;
  margin-right: -8px;
}

.gallery-item {
  display: inline-block !important;
  margin: 8px !important;
  text-align: center !important;
  vertical-align: top !important;
  width: 100%;
  background: #efefef;
}

.gallery-item .gallery-icon.landscape, .gallery-item .gallery-icon.landscape a{
	height: 100%;
}


.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 2) / 2)  !important;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 3) / 3) !important; 
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 4) / 4)  !important;
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 5) / 5)  !important;
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 6) / 6)  !important;
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 7) / 7)  !important;
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 8) / 8)  !important;
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 9) / 9)  !important;
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

.gallery-item img{
	width: 100%;
    height: 100%;
    max-width: 200px;
    /*max-height: 200px;*/
    object-fit: cover;
    object-position: center center;
}

.gallery-item a:hover{
	-webkit-filter: grayscale(100%);
}

.gallery-columns-3{
	max-width: 632px;
	margin: auto;
}
    

    @media (max-width: 768px){

    	.gallery-columns-4 .gallery-item {
		  max-width: calc((100% - 16px * 2) / 2)  !important;
		}

		.gallery-columns-4 .gallery-item:nth-of-type(2n+2) {
		  margin-right: 0;
		}
    }

/*
* * * * * * * * * * * * * * * * * * wpcf7-form
*/

.grecaptcha-badge { visibility: hidden; }


.page-template-page-contact #form{
	padding-top: 30px;
}
.wpcf7-form {
	
}

.wpcf7-form-control-wrap{
	display: block;
	position: relative;
	text-align: center;
}
	.wpcf7-not-valid-tip{
		display: inline-block;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 10px !important;
		bottom: -42px;
	}
.wpcf7-form p{
	margin: 0;
	padding: 0;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	padding: 5px 15px;
	width: 350px;
	height: 45px;
	max-width: 100%;
	margin-top: 25px;
	border: solid 1px #666;
	text-align: center;
	background: white;
}
	.wpcf7-form .wpcf7-not-valid{
		margin-bottom: 12px;
	}
.wpcf7-form i{
	width: 350px;
	display: block;
	margin: auto;
	text-align: left;
}
.wpcf7-form textarea{
	height: 100px;
}
.wpcf7-form select option:first-child{
	color: #999;
}

 .wpcf7-form input[type="checkbox"] {
 	width: 15px;
 	height: 15px;
 	vertical-align: middle;
    margin: 5px;
 }

 .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label *{
 	font-size: 12px;

 }

 .wpcf7-form input.wpcf7-date{
 	margin-top: 0;
 }



.wpcf7-form .wpcf7-submit{
	margin: 25px auto 0 auto;
	display: block;
	background: #f5c668 !important;
	color: #333333 !important;
	border: none;
	padding: 10px 15px;
	width: 350px;
	max-width: 100%;
	line-height: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.wpcf7-response-output{
	margin-top: 0;
}


.wpcf7-form-control-wrap.recaptcha .wpcf7-form-control div{
	margin: auto;

}


@media (max-width: 768px){


	.content-txt p, .content-txt p *, .content-txt li, .content-txt li *{
		font-size: 1.1rem !important;
		line-height: 32px;
	}

	.list-icon strong {
    	font-size: 14px !important;
	}

	
	.content-text h2,
	.align-center.content-txt .display-2,
	.align-center.content-txt h2{
		text-align: left;
	}

	.align-center.content-txt .display-2:after, .align-center.content-txt h2:after{
		left: 0;
	}
	.content-txt p{
		text-align: justify;
	}
	.content-txt ul{
		text-align: left;
	}

	.content-txt .btn.btn-sm{
		font-size: 0.9rem !important;
		text-align: center;
	}

	.content-txt .btn-inline-arrow{
		    font-size: 1em !important;
		    text-align: left !important;
	}
		.content-txt .btn-inline-arrow:before{
		    font-size: 1em !important;
		}

	.display-1{
	font-size: 30px;
	}
	.display-2, .display-2 span, .content-txt h2, #outline .bg-white .display-2, #outline .bg-primary .display-3{
		font-size: 24px;
    	line-height: 35px;
    	padding-top: 30px;
	}
	.display-3, .display-4 , .content-txt h3, , .content-txt h4{
		font-size: 22px !important;
		line-height: 32px !important;
	}

	.content-txt h3{
		margin-bottom: 15px;
		padding-top: 20px;
		text-align: left;
	}

	#cover-home h2{
		font-size: 14px;
		padding: 0 5px;
	}
	.tour-item .card .card-title{
		font-size: 22px;
		line-height: 30px;
	}
	.product-item .card .card-title{
		font-size: 16px;
		line-height: 24px;
	}
	.page-template-landing-cat .swiper-tax .display-2{
		font-weight: 600;
		font-size: 1.2rem;

	}

}
/*
* * * * * * * * * * * * * * * * * * PEEK
*/

#admin_edit{
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	color: #000;
	padding: 17px;
	z-index: 99999;
}

/*
* * * * * * * * * * * * * * * * * * PEEK
*/

.spinnaker-modal.active #spinnaker-modal-overlay, .spinnaker-modal{
	overflow-y: auto !important;

}

#spinnaker-modal.active #spinnaker-modal-close, .spinnaker-modal.active #spinnaker-modal-close {
    top: 0em !important;
    left: 0 !important;
    right: 0 !important;
    border: none !important;
}


/*
* pluggin share social
*/

.addtoany_content {
	text-align: center;
	margin: 10px 0 30px 0;
}

.addtoany_share_save_container .addtoany_list a{
	padding-left: 6px;
	padding-right: 6px;
}
	.addtoany_share_save_container .addtoany_list a span{
		width: 30px !important;
    	height: 30px !important;
	}