@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	





    .countrytile{
        width: 90%;
        margin: auto 5%;
        height: auto;
        float: left;
        clear: none;
         display: block;
        position: relative;
        z-index: 10;
        margin: -20vh 5% 10vh;
        grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 21r; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    }
    
    
    
    .ct-1{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 2fr 2fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        height: 180vh;
        width: 100%;
        margin: auto auto 1em;
}
    
    
    .ct-marquee{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .ct-marquee marquee{
        font-size: 8.5em;
        font-family: "bahnschrift";
        line-height: 1em;
        margin: .3em auto;
        text-transform: uppercase;
        color: #3E4347;
        font-weight: bolder;
          
    }
    
    
    
    
    
    
    
    
    
    
    .ct-2{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.2fr 1.7fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."; 
        height: 180vh;
        width: 100%;
        margin: 1em auto 1em;
    }
    
    
    .country-details{
        border-radius: 1em;
        background-color: white;
        height: 100%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .cd-inner{
        width: calc(100% - 3em);
        height: calc(100% - 3em);
        margin: 1.5em;
        display: block;
        float: left;
        clear: none;
        overflow-y: scroll;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    .cd-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .cd-box h4{
        float: left;
        clear: none;
         font-weight: bold;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    .cd-box h5 span{
        font-family: "GeneralSans-Regular";
        font-size: .85em;
        letter-spacing: .7px;
        font-weight: bolder;
    }
    
    
    
    .cd-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ct-3{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.5fr 1.5fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        height: 180vh;
        width: 100%;
        margin: 1em auto 1em;
    }
    
    
    
    .seebarbados{
        background-image:url("../img/hostcountry-img/host-nation-main-pic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    .sb-inner{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        width: 80%;
        height: 90%;
        padding: 10% 10%;
    }
    
    
    
    
    
    
    .pic{
         background-image:url("../img/hostcountry-img/Barbados-To-Adopt-All-Hands-on-Deck-To-Rebuild-Tourism-Post-COVID-19.jpg");
        background-size: cover;
        border-radius: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    .mt-socials{
        background-color: #2F3337;
        border-radius: 1em;
    }
    
    
    .mt-socials .mts-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        padding: 10%;
        border-radius: 1em;
    }
    
    
    .mts-inner h4{
        font-weight: bold;
    }
    
    
    .social-icons{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        margin: 1em auto;
        width: 100%;
        height: auto;
        clear: both;
        float: left;
}
    
    
    .social-icons i{
        font-size: 2.5em;
        text-align: center;
        cursor: pointer;
        color: #606060;
        transition: all .4s;
    }
    
    
    .social-icons i:hover{
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .c-post{
        border-radius: 1em;
    }
    
    
    .countryvideo{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        overflow: hidden;
        cursor: pointer;
        background-color: #2F3337;
        position: relative;
        transition: all .3s;
    }
    
    
    .cv-image{
        height: 100%;
        width: 100%;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 0;
        transition: all .3s;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .cv-image video{
        height: 130%;
        width: auto;
        display: block;
        float: left;
        clear: none;
        margin: 0;
    }
    
    
    .cv-text{
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
        position: absolute;
        z-index: 10;
        background: rgb(47,51,55);
        background: -webkit-linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        background: -o-linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        background: linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        transition: all .3s;
    }
    
    
    .cv-text-inner{
        width: 85%;
        height: auto;
        float: left;
        clear: none;
        position: absolute;
        z-index: 20;
        bottom: 10%;
        left: 7.5%;
        transition: all .3s;
    }
    
    
    .cv-text-inner i{
        color: #21B19C;
        font-size: 3em;
    }
    
    
    .cv-text-inner h4{
        font-family: "GeneralSans-Regular";
        font-size: 1.8em;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    
    .countryvideo:hover .cv-image{
        height: 110%;
        width: 110%;
        margin: -5%;
    }
    
    .countryvideo:hover .cv-text-inner{
        bottom: 12%;
    }
    
    
    .countryvideo:hover .cv-text{
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
        position: absolute;
        z-index: 10;
        background: rgb(47,51,55);
        background: -webkit-linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
        background: -o-linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
        background: linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
    }
    
    
    
    
    
    
    
    
    .pictures-hostcountry{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;  
    }
    
    


.pictures-hostcountry img{
	width: 100% !important;
  height: auto !important;
	opacity:.3;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,1);
	cursor:pointer;
	  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

    
    
.pictures-hostcountry img:hover{
	opacity:1;
}
    
    
    
	
    
    

    















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	
    

    .countrytile{
        width: 90%;
        margin: auto 5%;
        height: auto;
        float: left;
        clear: none;
         display: block;
        position: relative;
        z-index: 10;
        margin: -30vh 5% 60vh;
        grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 21r; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    }
    
    
    
    .ct-1{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 2fr 2fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        height: 180vh;
        width: 100%;
         margin: 0 auto 1em;
}
    
    
    .ct-marquee{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .ct-marquee marquee{
        font-size: 7.5em;
        font-family: "bahnschrift";
        line-height: 1em;
        margin: .3em auto;
        text-transform: uppercase;
        color: #3E4347;
        font-weight: bolder;
          
    }
    
    
    
    
    
    
    
    
    
    
    .ct-2{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.2fr 1.7fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."; 
        height: 180vh;
        width: 100%;
         margin: 1em auto;
    }
    
    
    .country-details{
        border-radius: 1em;
        background-color: white;
        height: 100%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .cd-inner{
        width: calc(100% - 3em);
        height: calc(100% - 3em);
        margin: 1.5em;
        display: block;
        float: left;
        clear: none;
        overflow-y: scroll;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    .cd-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .cd-box h4{
        float: left;
        clear: none;
         font-weight: bold;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    .cd-box h5 span{
        font-family: "GeneralSans-Regular";
        font-size: .85em;
        letter-spacing: .7px;
        font-weight: bolder;
    }
    
    
    
    .cd-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ct-3{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.5fr 1.5fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        height: 180vh;
        width: 100%;
        margin: 1em auto;
    }
    
    
    
    .seebarbados{
        background-image:url("../img/hostcountry-img/host-nation-main-pic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    .sb-inner{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        width: 80%;
        height: 90%;
        padding: 10% 10%;
    }
    
    
    
    
    
    
    .pic{
         background-image:url("../img/hostcountry-img/Barbados-To-Adopt-All-Hands-on-Deck-To-Rebuild-Tourism-Post-COVID-19.jpg");
        background-size: cover;
        border-radius: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    .mt-socials{
        background-color: #2F3337;
        border-radius: 1em;
    }
    
    
    .mt-socials .mts-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        padding: 10%;
        border-radius: 1em;
    }
    
    
    .mts-inner h4{
        font-weight: bold;
    }
    
    
    .social-icons{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        margin: 1em auto;
        width: 100%;
        height: auto;
        clear: both;
        float: left;
}
    
    
    .social-icons i{
        font-size: 2.5em;
        text-align: center;
        cursor: pointer;
        color: #606060;
        transition: all .4s;
    }
    
    
    .social-icons i:hover{
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .c-post{
        border-radius: 1em;
    }
    
    
    .countryvideo{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        overflow: hidden;
        cursor: pointer;
        background-color: #2F3337;
        position: relative;
        transition: all .3s;
    }
    
    
    .cv-image{
        height: 100%;
        width: 100%;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 0;
        transition: all .3s;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .cv-image video{
        height: 110%;
        width: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .cv-text{
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
        position: absolute;
        z-index: 10;
        background: rgb(47,51,55);
        background: -webkit-linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        background: -o-linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        background: linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        transition: all .3s;
    }
    
    
    .cv-text-inner{
        width: 85%;
        height: auto;
        float: left;
        clear: none;
        position: absolute;
        z-index: 20;
        bottom: 10%;
        left: 7.5%;
        transition: all .3s;
    }
    
    
    .cv-text-inner i{
        color: #21B19C;
        font-size: 3em;
    }
    
    
    .cv-text-inner h4{
        font-family: "GeneralSans-Regular";
        font-size: 1.8em;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    
    .countryvideo:hover .cv-image{
        height: 110%;
        width: 110%;
        margin: -5%;
    }
    
    .countryvideo:hover .cv-text-inner{
        bottom: 12%;
    }
    
    
    .countryvideo:hover .cv-text{
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
        position: absolute;
        z-index: 10;
        background: rgb(47,51,55);
        background: -webkit-linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
        background: -o-linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
        background: linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
    }
    
    
    
    
    
    
    
    
    .pictures-hostcountry{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
    }
    
    


.pictures-hostcountry img{
	width: 100% !important;
  height: auto !important;
	opacity:.3;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,1);
	cursor:pointer;
	  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

    
    
.pictures-hostcountry img:hover{
	opacity:1;
}
    
    
    
	
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    

    .countrytile{
        width: 90%;
        height: 140vh;
        float: left;
        clear: none;
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 1em 1em; 
        margin: -10vh 5% 60vh;
        position: relative;
        z-index: 10;
        
    }
    
    
    
    .ct-1{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 2fr 2fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        height: 100%;
        width: 100%;
}
    
    
    .ct-marquee{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .ct-marquee marquee{
        font-size: 8.5em;
        font-family: "bahnschrift";
        line-height: 1em;
        margin: .3em auto;
        text-transform: uppercase;
        color: #3E4347;
        font-weight: bolder;
          
    }
    
    
    
    
    
    
    
    
    
    
    .ct-2{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.2fr 1.7fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."; 
        height: 100%;
        width: 100%;
    }
    
    
    .country-details{
        border-radius: 1em;
        background-color: white;
        height: 100%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .cd-inner{
        width: calc(100% - 3em);
        height: calc(100% - 3em);
        margin: 1.5em;
        display: block;
        float: left;
        clear: none;
        overflow-y: scroll;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    .cd-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .cd-box h4{
        float: left;
        clear: none;
         font-weight: bold;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    .cd-box h5 span{
        font-family: "GeneralSans-Regular";
        font-size: .85em;
        letter-spacing: .7px;
        font-weight: bolder;
    }
    
    
    
    .cd-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ct-3{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.5fr 1.5fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        height: 100%;
        width: 100%;
    }
    
    
    
    .seebarbados{
        background-image:url("../img/hostcountry-img/host-nation-main-pic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    .sb-inner{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        width: 80%;
        height: 90%;
        padding: 10% 10%;
    }
    
    
    
    
    
    
    .pic{
         background-image:url("../img/hostcountry-img/Barbados-To-Adopt-All-Hands-on-Deck-To-Rebuild-Tourism-Post-COVID-19.jpg");
        background-size: cover;
        border-radius: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    .mt-socials{
        background-color: #2F3337;
        border-radius: 1em;
    }
    
    
    .mt-socials .mts-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        padding: 10%;
        border-radius: 1em;
    }
    
    
    .mts-inner h4{
        font-weight: bold;
    }
    
    
    .social-icons{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        margin: 1em auto;
        width: 100%;
        height: auto;
        clear: both;
        float: left;
}
    
    
    .social-icons i{
        font-size: 2.5em;
        text-align: center;
        cursor: pointer;
        color: #606060;
        transition: all .4s;
    }
    
    
    .social-icons i:hover{
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .c-post{
        border-radius: 1em;
    }
    
    
    .countryvideo{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        overflow: hidden;
        cursor: pointer;
        background-color: #2F3337;
        position: relative;
        transition: all .3s;
    }
    
    
    .cv-image{
        height: 100%;
        width: 100%;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 0;
        transition: all .3s;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .cv-image video{
        height: auto;
        width: 110%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .cv-text{
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
        position: absolute;
        z-index: 10;
        background: rgb(47,51,55);
        background: -webkit-linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        background: -o-linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        background: linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        transition: all .3s;
    }
    
    
    .cv-text-inner{
        width: 85%;
        height: auto;
        float: left;
        clear: none;
        position: absolute;
        z-index: 20;
        bottom: 10%;
        left: 7.5%;
        transition: all .3s;
    }
    
    
    .cv-text-inner i{
        color: #21B19C;
        font-size: 3em;
    }
    
    
    .cv-text-inner h4{
        font-family: "GeneralSans-Regular";
        font-size: 1.8em;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    
    .countryvideo:hover .cv-image{
        height: 110%;
        width: 110%;
        margin: -5%;
    }
    
    .countryvideo:hover .cv-text-inner{
        bottom: 12%;
    }
    
    
    .countryvideo:hover .cv-text{
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
        position: absolute;
        z-index: 10;
        background: rgb(47,51,55);
        background: -webkit-linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
        background: -o-linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
        background: linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
    }
    
    
    
    
    
    
    
    
    .pictures-hostcountry{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
    }
    
    


.pictures-hostcountry img{
	width: 100% !important;
  height: auto !important;
	opacity:.3;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,1);
	cursor:pointer;
	  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

    
    
.pictures-hostcountry img:hover{
	opacity:1;
}
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {

    
    
    
    

    .countrytile{
        width: 85%;
        height: 160vh;
        float: left;
        clear: none;
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 1em 1em; 
        margin: -10vh 7.5% 10vh;
        position: relative;
        z-index: 10;
        
    }
    
    
    
    .ct-1{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 2fr 2fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
}
    
    
    .ct-marquee{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .ct-marquee marquee{
        font-size: 8.5em;
        font-family: "bahnschrift";
        line-height: 1em;
        margin: .3em auto;
        text-transform: uppercase;
        color: #3E4347;
        font-weight: bolder;
          
    }
    
    
    
    
    
    
    
    
    
    
    .ct-2{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.2fr 1.7fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."; 
    }
    
    
    .country-details{
        border-radius: 1em;
        background-color: white;
        height: 100%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .cd-inner{
        width: calc(100% - 3em);
        height: calc(100% - 3em);
        margin: 1.5em;
        display: block;
        float: left;
        clear: none;
        overflow-y: scroll;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    .cd-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .cd-box h4{
        float: left;
        clear: none;
         font-weight: bold;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    .cd-box h5 span{
        font-family: "GeneralSans-Regular";
        font-size: .85em;
        letter-spacing: .7px;
        font-weight: bolder;
    }
    
    
    
    .cd-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ct-3{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.5fr 1.5fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    }
    
    
    
    .seebarbados{
        background-image:url("../img/hostcountry-img/host-nation-main-pic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    .sb-inner{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        width: 80%;
        height: 90%;
        padding: 10% 10%;
    }
    
    
    
    
    
    
    .pic{
         background-image:url("../img/hostcountry-img/Barbados-To-Adopt-All-Hands-on-Deck-To-Rebuild-Tourism-Post-COVID-19.jpg");
        background-size: cover;
        border-radius: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    .mt-socials{
        background-color: #2F3337;
        border-radius: 1em;
    }
    
    
    .mt-socials .mts-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        padding: 10%;
        border-radius: 1em;
    }
    
    
    .mts-inner h4{
        font-weight: bold;
    }
    
    
    .social-icons{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        margin: 1em auto;
        width: 100%;
        height: auto;
        clear: both;
        float: left;
}
    
    
    .social-icons i{
        font-size: 2.5em;
        text-align: center;
        cursor: pointer;
        color: #606060;
        transition: all .4s;
    }
    
    
    .social-icons i:hover{
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .c-post{
        border-radius: 1em;
    }
    
    
    .countryvideo{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        overflow: hidden;
        cursor: pointer;
        background-color: #2F3337;
        position: relative;
        transition: all .3s;
    }
    
    
    .cv-image{
        height: 100%;
        width: 100%;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 0;
        transition: all .3s;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .cv-image video{
        height: auto;
        width: 110%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .cv-text{
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
        position: absolute;
        z-index: 10;
        background: rgb(47,51,55);
        background: -webkit-linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        background: -o-linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        background: linear-gradient(rgba(47,51,55,.4) 0%, rgba(47,51,55,1) 100%);
        transition: all .3s;
    }
    
    
    .cv-text-inner{
        width: 85%;
        height: auto;
        float: left;
        clear: none;
        position: absolute;
        z-index: 20;
        bottom: 10%;
        left: 7.5%;
        transition: all .3s;
    }
    
    
    .cv-text-inner i{
        color: #21B19C;
        font-size: 3em;
    }
    
    
    .cv-text-inner h4{
        font-family: "GeneralSans-Regular";
        font-size: 1.8em;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    
    .countryvideo:hover .cv-image{
        height: 110%;
        width: 110%;
        margin: -5%;
    }
    
    .countryvideo:hover .cv-text-inner{
        bottom: 12%;
    }
    
    
    .countryvideo:hover .cv-text{
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
        position: absolute;
        z-index: 10;
        background: rgb(47,51,55);
        background: -webkit-linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
        background: -o-linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
        background: linear-gradient(rgba(47,51,55,.1) 0%, rgba(47,51,55,.8) 100%);
    }
    
    
    
    
    
    
    
    
    .pictures-hostcountry{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
    }
    
    


.pictures-hostcountry img{
	width: 100% !important;
  height: auto !important;
	opacity:.3;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,1);
	cursor:pointer;
	  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

    
    
.pictures-hostcountry img:hover{
	opacity:1;
}
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}