

.embed-container {
  position: relative;
    z-index: 0;;
  padding-bottom: 56.25%;
  height: 0;

  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
    z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 *,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
text-align:center;
}
a, a:hover, a.active, a:active, a:visited, a:focus{
	color:#ffffff !imporant;
	text-decoration:none;
}
.content{
	margin: 50px 100px 0px 100px;
}

.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	position:relative;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7035407913165266) 10%, rgba(0,0,0,0) 90%);
font-family: 'Montserrat', sans-serif;font-weight:200;
}
.exo-menu > li {	display: inline-block;}
.exo-menu > li > a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin:0 10px;
font-size:1.2em;
letter-spacing:.02em;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {

  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #000;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #ffffff;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #ffffff;
		width: 100%;
height:50px;

	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;

    top: 0px;
}

}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.visit-my-blog {
    background: #379fe1;
}






/* Shared initial hidden state */
.fade-in-left, 
.fade-in-right, 
.fade-in-top, 
.fade-in-bottom {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Left fade-in effect */
.fade-in-left {
    transform: translateX(-100px); /* Start off-screen to the left */
}

/* Right fade-in effect */
.fade-in-right {
    transform: translateX(100px); /* Start off-screen to the right */
}

/* Top fade-in effect */
.fade-in-top {
    transform: translateY(-100px); /* Start off-screen above */
}

/* Bottom fade-in effect */
.fade-in-bottom {
    transform: translateY(100px); /* Start off-screen below */
}

/* Class added by jQuery when scrolled into view */
.fade-in-visible {
    opacity: 1;
    transform: translate(0, 0);
}


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .ContainerIntro {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            height: auto;
        }
        .text, .image {
            width: 50%;
            display:flex;
            align-items: left;
            justify-content: left;
            padding: 50px;
        }
        .text {
            background-color: #ffffff;
            order: 2;
        }


        .image {
            background:#000000;
            order: 1;
padding:0 !important;
display:flex;
        }
        @media (max-width: 768px) {
            .text, .image {
                width: 100%;
            }
            .text {
                order: 1;
padding:0;
            }
            .image {
                order: 2;
                height: 50vh;
display:none;
            }
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        .ContainerCorporate {
            display: flex;
            width: 100%;
            min-height: 100vh;
            flex-wrap: wrap;

        }
        .ContainerWedding {
            display: flex;
            width: 100%;
            min-height: 100vh;
            flex-wrap: wrap;
}
.reverse{
 flex-direction: column-reverse;
        }
        .ContainerSocial {
            display: flex;
            width: 100%;
            min-height: 100vh;
            flex-wrap: wrap;
        }
        .ContainerAbout {
            display: flex;
            width: 100%;
            min-height: 100vh;
            flex-wrap: wrap;
        }
        .text-section {
            width: 30%;
            padding: 50px;
            background-color: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }
        .text-section2 {
            width: 30%;
            padding: 50px;
            background-color: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }
        .image-sectionCorporate {
            width: 70%;
            background: url('/img/CorporateWide3.jpg') no-repeat center center/cover;
        }

        .image-sectionWedding {
            width: 70%;
            background: url('/img/WeddingWide132.jpg') no-repeat center center/cover;
        }

        .image-sectionSocial {
            width: 70%;
            background: url('/img/socialbg.jpg') no-repeat center center/cover;
        }
        .image-sectionAbout{
            width: 70%;
            background: url('/img/aboutbg.jpg') no-repeat center center/cover;
        }

        .text-section3 {
            width: 30%;
            padding: 50px;
            background-color: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }
        
        @media (max-width: 768px) {
            .text-section, .image-section, .image-section2 {
                width: 100%;
                min-height: 50vh;
            }

            .containerWedding {
               
            }
            .text-section3, .image-section3 {
                width: 100%;
                min-height: 50vh;
            }
        .image-sectionCorporate {
            width: 100%;
			height:300px;
            background: url('/img/CorporateWide3.jpg') no-repeat center center/cover;
        }

        .image-sectionWedding {
            width: 100%;
			height:300px;
            background: url('/img/WeddingWide132.jpg') no-repeat center center/cover;
        }

        .image-sectionSocial {
            width: 100%;
			height:300px;
            background: url('/img/socialbg.jpg') no-repeat center center/cover;
        }

        .image-sectionAbout{
            width: 100%;
			height:300px;
            background: url('/img/aboutbg.jpg') no-repeat center center/cover;
        }

        }



    footer {
background: linear-gradient(147deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 100%), url(/img/footerbg23.jpg);background-size:cover;background-repeat:no-repeat;background-position:center center;
      color: #ffffff;
      padding: 20px;
      font-family: 'Bodoni Moda', serif !important;
    }

    .footer-row {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }

    .footer-col {
      padding: 10px;
    }

    .col-25 {
      flex: 0 0 25%;
    }

    .col-50 {
      flex: 0 0 50%;
    }

    .col-100 {
      flex: 0 0 100%;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .col-25, .col-50 {
        flex: 0 0 100%;
      }
    }






        .containerPorfolioHome{
            display: grid;
            gap: 5px;
            width: 100%;
            
        }

        .boxf {
            background-color: #f4f4f4;
            padding: 20px;
            text-align: center;
			height:100vh;
        }

        .boxh {
            background-color: #f4f4f4;
            padding: 20px;
            text-align: center;
			height:50vh;
        }

.box1{
      background-image: url('https://livenitup.com/gridcorp/gc41.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}

.box2{
      background-image: url('https://livenitup.com/gridcorp/gc29.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}

.box3{
      background-image: url('https://livenitup.com/gridwed/gw44.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}

.box4{
      background-image: url('https://livenitup.com/gridwed/gw13.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}

.box5{
      background-image: url('https://livenitup.com/gridcorp/gc47.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}

.box6{
      background-image: url('https://livenitup.com/gridwed/gw46.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}

.box7{
      background-image: url('https://livenitup.com/gridwed/gw21.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}









        @media (min-width: 600px) {
            .container {
                grid-template-columns: repeat(2, 1fr);
            }
            .full {
                grid-column: span 2;
            }
        }

        @media (max-width: 599px) {
            .container {
                grid-template-columns: 1fr;
            }

.boxf{
            background-color: #f4f4f4;
            padding: 20px;
            text-align: center;
			height:50vh;
}
        }

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}





    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }



    .carousel {
      position: relative;
      width: 100%;
      
      aspect-ratio: 16 / 9;
      overflow: hidden;
      perspective: 1000px;
    }

    .carousel img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transform: scale(1) rotateZ(0deg);
      filter: blur(0px);
      animation: fancyFadeZoom 24s infinite ease-in-out;
    }

    .carousel img:nth-child(1) { animation-delay: 0s; }
    .carousel img:nth-child(2) { animation-delay: 6s; }
    .carousel img:nth-child(3) { animation-delay: 12s; }
    .carousel img:nth-child(4) { animation-delay: 18s; }

    @keyframes fancyFadeZoom {
      0% {
        opacity: 0;
        transform: scale(1) rotateZ(0deg);
        filter: blur(2px);
      }
      5% {
        opacity: 1;
        transform: scale(1.02) rotateZ(0.2deg);
        filter: blur(0);
      }
      20% {
        opacity: 1;
        transform: scale(1.06) rotateZ(-0.3deg);
      }
      25% {
        opacity: 0;
        transform: scale(1.08) rotateZ(0.5deg);
        filter: blur(2px);
      }
      100% {
        opacity: 0;
        transform: scale(1) rotateZ(0deg);
        filter: blur(2px);
      }
    }

a:link{color:#2a2a2a;text-decoration:none;}
a:visited{color:#2a2a2a;text-decoration:none;}
a:hover{color:#2a2a2a;text-decoration:none;}

a.change:link{color:#af9443;text-decoration:none;}
a.change:visited{color:#af9443;text-decoration:none;}
a.change:hover{color:#ffffff;text-decoration:none;}

a.changec:link{color:#ffffff;text-decoration:none;}
a.changec:visited{color:#ffffff;text-decoration:none;}
a.changec:hover{color:#af9443;text-decoration:none;}

.buttona {

border:1px solid #666666;
padding:10px 20px;
display:inline-block;
font-family: 'Montserrat', sans-serif;
font-weight:300;
font-size:1em;
line-height:1.2em;
  border-radius: 0px;
margin:20px auto;


  background: linear-gradient(to right, rgba(108,108,108,1) 50%, rgba(255,255,255,1) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  color: #666666;

}

.buttona:hover {
  background-position: left bottom;
  color: #ffffff !important;  
}

.buttonb {

border:1px solid #666666;
padding:10px 20px;
display:inline-block;
font-family: 'Montserrat', sans-serif;
font-weight:300;
font-size:1em;
line-height:1.2em;
  border-radius: 0px;
margin:20px auto;


  background: linear-gradient(to right, rgba(108,108,108,1) 50%, rgba(244,244,244,1) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  color: #666666;

}

.buttonb:hover {
  background-position: left bottom;
  color: #ffffff !important;  
}

.buttonc {

border:1px solid #ffffff;
padding:10px 20px;
display:inline-block;
font-family: 'Montserrat', sans-serif;
font-weight:300;
font-size:1em;
line-height:1.2em;
  border-radius: 0px;
margin:20px auto;


  background: linear-gradient(to right, rgba(66,66,66,1) 50%, rgba(244,244,244,0.0) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  color: #ffffff;

}

.buttonc:hover {
border:1px solid #585858;
  background-position: left bottom;
  color: #ffffff !important;  
}




.row {
      display: flex;
      flex-wrap: wrap;
      max-width: 1300px;
      margin: 0 auto;
    }

    .textb, .textc, .photob {
      box-sizing: border-box;
      padding: 0rem;
    }

    .textb {
      flex: 0 0 30%;   
		padding: 50px;
            background-color: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
    }

    .textc {
      flex: 0 0 50%;   
		padding: 50px;
            background-color: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
    }

    .photob {
      flex: 0 0 70%;
    }

    .photob img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0;
    }

    .row.reverse {
      flex-direction: row-reverse;
    }

    /* Mobile styles */
    @media (max-width: 768px) {
      .textb{
        flex: 0 0 100%;
        padding: 2rem;
}

.photob {
        flex: 0 0 100%;
        padding: 0rem;
      }

      .row, .row.reverse {
        flex-direction: column;
      }
    }









    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

 

    .containerThree {
      display: flex;
      height: 100vh;
width:100%;
margin:0;
padding:0;
    }

    .left,
	.lefty,
    .right-top,
    .right-bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      padding: 3rem;
      background-size: cover;
      background-position: center;
    }

    .left {
      flex: 1;
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/CorporateWide3.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
margin-right:25px;
    }

    .right {
      flex: 1;
      display: flex;
      flex-direction: column;
margin-left:25px;

    }

    .right-top,
    .right-bottom {
      flex: 1;
    }

    .right-top {
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/WeddingWide132.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
     
margin-bottom:50px;
    }

    .right-bottom {
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/socialbg.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
      
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .containerThree {
        flex-direction: column;
        height: auto;
      }

      .left,
	  .lefty,
      .right-top {
        height: 100vh;
        width: 100%;
margin:0 auto 25px auto !important;
      }

      .right-bottom{
        height: 100vh;
        width: 100%;
margin:0 auto 0 auto !important;
      }

      .right {
        flex-direction: column;
margin:0 auto;
      }
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

 

    .containerPortTwo {
      display: flex;
      height: 100vh;
width:100%;
margin:0;
padding:0;
    }

    .leftPort,
    .rightPort {
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      padding: 3rem;
      background-size: cover;
      background-position: center;
    }

    .leftPort {
      flex: 1;
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/finals.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
margin-right:25px;
    }

    .rightPort {
      flex: 1;
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/land.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
margin-left:25px;
    }

    .right-top,
    .right-bottom {
      flex: 1;
    }

    .right-top {
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/WeddingWide132.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
     
margin-bottom:50px;
    }

    .right-bottom {
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/socialbg.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
      
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .containerPortTwo {
		display: inline-block;
       width:100%;
		margin:0 auto;
        height: auto;
      }

      .leftPort,
	  .rightPort {
display:block;
        height: auto;
        width: 100%;
margin:0 auto 25px auto;
      }

      .rightPort, .leftPort {
        flex-direction: column;
      }
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

 

    .containWhoWeAre {
      display: flex;
      height: 80vh;
width:100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      padding: 3rem;
      background-size: cover;
      background-position: center;
margin:0;
padding:0;
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/aboutbg2.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
    }

    .leftPort,
    .rightPort {
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      padding: 5rem;
      background-size: cover;
      background-position: center;
    }

    .leftPort {
      flex: 1;
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/finals.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
margin-right:25px;
    }

    .rightPort {
      flex: 1;
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/land.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
margin-left:25px;
    }

    .right-top,
    .right-bottom {
      flex: 1;
    }

    .right-top {
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/WeddingWide132.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
     
margin-bottom:50px;
    }

    .right-bottom {
background:linear-gradient(149deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url('/img/socialbg.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;
      
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .containerPortTwo {
		display: inline-block;
       width:100%;
		margin:0 auto;
        height: auto;
      }

      .leftPort,
	  .rightPort {
display:block;
        height: auto;
        width: 100%;
margin:0 auto 25px auto;
      }

      .rightPort, .leftPort {
        flex-direction: column;
      }

.TopLogoInnerBig{
width:50%;
margin:0 25%;
position:relative;
top:-100px;
}

    }


.fade-in-body {
  opacity: 0;
  animation: fadeIn 3s ease forwards;
  animation-delay: 0s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Buttons! */

.mainButton{
padding:10px 20px;
margin:0 auto;
display:inline-block;
font-family: 'Montserrat', sans-serif;
font-weight:200;
text-align:center;
color:#454545;
font-size:1.5em;
border:1px solid #454545;
}

/* Photo Classes */

    /* Responsive styles */
    @media (max-width: 768px) {

.imageWideSide, .imageWideSideHalf{
	width: 100% !important;
	height:300px;
}

}


 @media (min-width:767px){

.ThreeColumnBlock{
width:100%;;margin:40px 0 0 0;padding:50px 0;
}

.LeftColumn{
width:50%;
margin:0 0 0 5%;
max-width:1400px;
}

.FullColumn{
width:90%;
margin:0 5% 0 5%;
max-width:1400px;
}

.InfoColumn1{
width:45%;margin-right:7%;display:inline-block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn2{
width:45%;display:inline-block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn3{
width:80%;display:inline-block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn3Inner{
width:80%;display:inline-block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn4{
width:60%;margin-right:9%;display:inline-block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn5{
width:30%;display:inline-block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn6{
width:100%;margin:0 auto 40px auto;display:inline-block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.MutlipleItemsLeft{
width:60%;margin-right:9%;display:inline-block;vertical-align:top;text-align:left;
}

.CaseStudyTitle{
width:100%;margin:0 auto;padding:10px 0 40px 0;font-family: 'Montserrat', sans-serif;font-weight:200;text-align:left;color:#ffffff;font-size:2.3em;line-height:1.2em;z-index:0;
}

.CapabilitiesTitleLight{
width:100%;margin:0 auto;padding:10px 0 40px 0;font-family: 'Montserrat', sans-serif;font-weight:200;text-align:left;color:#ffffff;font-size:2.3em;line-height:1.2em;z-index:0;text-transform:uppercase;
}

.CapabilitiesTitleDark{
width:100%;margin:0 auto;padding:10px 0 40px 0;font-family: 'Montserrat', sans-serif;font-weight:200;text-align:left;color:#333333;font-size:2.3em;line-height:1.2em;z-index:0;text-transform:uppercase;
}

.CapabilitiesContainer{
width:80%;margin:0 10%;
}

.maxwidthy{
width:100%;max-width:1400px;margin:0 auto;
max-width:1400px !important;
}

 }

 @media (max-width:767px){

.ThreeColumnBlock{
width:100%;;margin:20px 0 0 0;padding:30px 0;
}

.LeftColumn{
width:90%;
margin:0 5%;
}

.FullColumn{
width:90%;
margin:0 5%;
}

.InfoColumn1{
width:80%;margin:0 10%;display:block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn2{
width:80%;margin:0 10%;display:block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn3{
width:80%;margin:0 10%;display:block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn3Inner{
width:90%;margin:0 5%;display:block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn4{
width:90%;margin:0 5% 40px 5%;display:block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn5{
width:90%;margin:0 5%;display:block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.InfoColumn6{
width:90%;margin:0 5% 40px 5%;display:block;font-family: 'Montserrat', sans-serif;font-weight:200;font-size:1.2em;line-height:2em;vertical-align:top;text-align:left;color:#ffffff;
}

.MutlipleItemsLeft{
width:90%;margin:0 5% 40px 5%;display:block;vertical-align:top;text-align:left;
}



.CaseStudyTitle{
width:90%;margin:0 5%;padding:20px 0 40px 0;font-family: 'Montserrat', sans-serif;font-weight:200;text-align:left;color:#ffffff;font-size:2.3em;line-height:1.2em;z-index:0;
}

.CapabilitiesTitleLight{
width:80%;margin:0 10%;padding:20px 0 40px 0;font-family: 'Montserrat', sans-serif;font-weight:200;text-align:left;color:#ffffff;font-size:2.3em;line-height:1.2em;z-index:0;text-transform:uppercase;
}

.CapabilitiesTitleDark{
width:90%;margin:0 5%;padding:20px 0 40px 0;font-family: 'Montserrat', sans-serif;font-weight:200;text-align:left;color:#333333;font-size:2.3em;line-height:1.2em;z-index:0;text-transform:uppercase;
}

.CapabilitiesContainer{
width:80%;margin:0 10%;
}

 }


.imageWideSide{
	width: 70%;
}

.imageWideSideHalf{
	width: 50%;
}

.sectionEPAP1{
	background: url('/img/CorporateStagger1.jpg') no-repeat center center/cover;
}

.sectionEPAP2{
	background: url('/img/CorporateStagger2.jpg') no-repeat center center/cover;
}

.sectionEPAP3{
	background: url('/img/CorporateStagger3.jpg') no-repeat center center/cover;
}

.sectionEPAP4{
	background: url('/img/CorporateStagger4.jpg') no-repeat center center/cover;
}

.sectionMAC1{
	background: url('/meetings-and-conferences/gridmeetings/gm02.jpg') no-repeat center center/cover;
}

.sectionMAC2{
	background: url('/meetings-and-conferences/gridmeetings/gm07.jpg') no-repeat center center/cover;
}

.sectionMAC3{
	background: url('/meetings-and-conferences/gridmeetings/gm08.jpg') no-repeat center center/cover;
}

.sectionMAC4{
	background: url('/meetings-and-conferences/gridmeetings/gm11.jpg') no-repeat center center/cover;
}

.sectionEE1{
	background: url('/img/experiential1.jpg') no-repeat center center/cover;
}

.sectionEE2{
	background: url('/img/experiential2.jpg') no-repeat center center/cover;
}

.sectionEE3{
	background: url('/img/experiential3.jpg') no-repeat center center/cover;
}

.sectionEE4{
	background: url('/img/experiential4.jpg') no-repeat center center/cover;
}

.sectionEE5{
	background: url('/img/experiential5.jpg') no-repeat center center/cover;
}

.sectionEE6{
	background: url('/img/experiential6.jpg') no-repeat center center/cover;
}

.sectionEE7{
	background: url('/img/experiential7.jpg') no-repeat center center/cover;
}

.sectionEE8{
	background: url('/img/experiential8.jpg') no-repeat center center/cover;
}

.sectionEE9{
	background: url('/img/experiential9.jpg') no-repeat center center/cover;
}

.sectionEE10{
	background: url('/img/experiential10.jpg') no-repeat center center/cover;
}

.sectionEE11{
	background: url('/img/experiential11.jpg') no-repeat center center/cover;
}

.sectionVHE1{
	background: url('/virtual-hybrid-events/gridvirtual/gv16.jpg') no-repeat center center/cover;
}

.sectionVHE2{
	background: url('/virtual-hybrid-events/gridvirtual/gv09.jpg') no-repeat center center/cover;
}

.sectionVHE3{
	background: url('/virtual-hybrid-events/gridvirtual/gv04.jpg') no-repeat center center/cover;
}

.sectionWed1{
	background: url('/img/WeddingStagger1.jpg') no-repeat center center/cover;
}

.sectionWed2{
	background: url('/img/WeddingStagger6.jpg') no-repeat center center/cover;
}

.sectionWed3{
	background: url('/img/WeddingStagger7.jpg') no-repeat center center/cover;
}

.sectionWed4{
	background: url('/img/WeddingStagger4.jpg') no-repeat center center/cover;
}

.sectionWed5{
	background: url('/img/WeddingStagger5.jpg') no-repeat center center/cover;
}

.sectionWed6{
	background: url('/weddings/gridwedpage/gwp101.jpg') no-repeat center center/cover;
}

.sectionWed7{
	background: url('/weddings/gridwedpage/gwp026.jpg') no-repeat center center/cover;
}

.sectionWed8{
	background: url('/weddings/gridwedpage/gwp019.jpg') no-repeat center center/cover;
}

.sectionWed9{
	background: url('/weddings/gridwedpage/gwp068.jpg') no-repeat center center/cover;
}

.sectionSocial1{
	background: url('/social/gridsocial/gs29.jpg') no-repeat center center/cover;
}

.sectionSocial2{
	background: url('/social/gridsocial/gs27.jpg') no-repeat center center/cover;
}

.sectionSocial3{
	background: url('/social/gridsocial/gs45.jpg') no-repeat center center/cover;
}

.sectionPortfolio1{
	background: url('/portfolio/Levis/000Cover.jpg') no-repeat center center/cover;
}

.sectionPortfolio2{
	background: url('/portfolio/GrandOpeningCelebration/11.jpg') no-repeat center center/cover;
}

.sectionPortfolio3{
	background: url('/portfolio/CorporateLaunchEvent/DRDLaunchParty100317-36.jpg') no-repeat center center/cover;
}

.sectionPortfolio4{
	background: url('/portfolio/AnnualGala/RushMSIeventsprungphoto16sprungphotoweb.jpg') no-repeat center center/cover;
}

.VHE1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/virtual-hybrid-events/gridvirtual/gv16.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.VHE2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/virtual-hybrid-events/gridvirtual/gv04.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential3.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE4{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential4.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE5{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential5.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE6{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential6.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE7{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential7.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE8{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential8.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE9{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential9.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE10{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential10.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE11{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/experiential11.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MC1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/meetings-and-conferences/gridmeetings/gm14.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MC2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/meetings-and-conferences/gridmeetings/gm11.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MC3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/meetings-and-conferences/gridmeetings/gm07.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MC4{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/meetings-and-conferences/gridmeetings/gm08.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/social/gridsocial/gs29.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/social/gridsocial/gs27.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/social/gridsocial/gs34.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL4{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/social/gridsocial/gs45.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL5{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/social/gridsocial/gs26.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL6{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/social/gridsocial/gs07.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL7{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/social/gridsocial/gs41.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL8{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/social/gridsocial/gs32.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingStagger1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingStagger6.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingStagger7.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED4{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingStagger4.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED5{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingStagger5.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED6{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/weddings/gridwedpage/gwp101.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED7{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/weddings/gridwedpage/gwp026.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED8{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/weddings/gridwedpage/gwp019.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED9{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/weddings/gridwedpage/gwp068.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CORP1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/CorporateStagger1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/alta1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/meta1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/nbaallstar1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS4{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/embarc1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS5{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/beauty1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS6{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/simonnational1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS7{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/aldi1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS8{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/simonawards1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS9{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/andis1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS10{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/orangecat1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS11{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/chefscounter1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS12{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/bmo1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS13{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/buildla1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.PORTTEST1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/CorporateStagger1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.PORTTEST2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/CorporateBox3.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.PORTTEST3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/portfolio/Levis/000Cover.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.ACTIVATIONS1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/activations1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.ACTIVATIONS2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/activations2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.ANNIVERSARY1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/anniversary1_2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.ANNIVERSARY2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/anniversary2_2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.BRAND1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/brand1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.BRAND2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/brand2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.GALAS1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/galas1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.GALAS2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/galas2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.GRAND1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/grand1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.GRAND2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/grand2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.HOLIDAY1_1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/holiday1_1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.HOLIDAY2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/holiday2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.HOLIDAY3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/holidaywork.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MEETINGS1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/meetings1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MEETINGS2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/meetings2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MEETINGS3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/meetings3.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.OUTDOOR1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/outdoor1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.OUTDOOR2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/outdoor2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center bottom;
}

.SOCIALN1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/socialn1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIALN2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/socialn1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SPORTS1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/sports1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SPORTS2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/sports2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN0{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingsN0.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN1{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingsN1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN2{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingsN2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN3{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingsN6.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN4{
background:linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%),url('/img/WeddingsN9.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}




 @media (max-width:767px){

.VHE1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/virtual-hybrid-events/gridvirtual/gv16.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.VHE2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/virtual-hybrid-events/gridvirtual/gv04.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential3.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE4{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential4.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE5{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential5.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE6{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential6.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE7{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential7.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE8{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential8.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE9{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential9.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE10{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential10.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.EE11{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/experiential11.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MC1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/meetings-and-conferences/gridmeetings/gm14.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MC2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/meetings-and-conferences/gridmeetings/gm11.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MC3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/meetings-and-conferences/gridmeetings/gm07.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MC4{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/meetings-and-conferences/gridmeetings/gm08.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/social/gridsocial/gs29.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/social/gridsocial/gs27.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/social/gridsocial/gs34.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL4{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/social/gridsocial/gs45.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL5{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/social/gridsocial/gs26.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL6{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/social/gridsocial/gs07.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL7{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/social/gridsocial/gs41.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIAL8{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/social/gridsocial/gs32.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingStagger1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingStagger6.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingStagger7.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED4{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingStagger4.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED5{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingStagger5.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED6{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/weddings/gridwedpage/gwp101.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED7{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/weddings/gridwedpage/gwp026.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED8{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/weddings/gridwedpage/gwp019.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WED9{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/weddings/gridwedpage/gwp068.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CORP1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/CorporateStagger1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/alta1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/meta1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/nbaallstar1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS4{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/embarc1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS5{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/beauty1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS6{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/simonnational1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS7{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/aldi1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS8{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/simonawards1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS9{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/andis1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS10{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/orangecat1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS11{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/chefscounter1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS12{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/bmo1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.CS13{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/buildla1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.PORTTEST1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/CorporateStagger1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.PORTTEST2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/CorporateBox3.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.PORTTEST3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/portfolio/Levis/000Cover.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.ACTIVATIONS1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/activations1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.ACTIVATIONS2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/activations2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.ANNIVERSARY1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/anniversary1_2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.ANNIVERSARY2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/anniversary2_2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.BRAND1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/brand1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.BRAND2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/brand2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.GALAS1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/galas1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.GALAS2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/galas2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.GRAND1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/grand1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.GRAND2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/grand2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.HOLIDAY1_1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/holiday1_1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.HOLIDAY2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/holiday2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.HOLIDAY3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/holidaywork.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MEETINGS1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/meetings1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MEETINGS2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/meetings2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.MEETINGS3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/meetings3.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.OUTDOOR1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/outdoor1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.OUTDOOR2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/outdoor2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIALN1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/socialn1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SOCIALN2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/socialn1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SPORTS1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/sports1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.SPORTS2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/sports2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN0{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingsN0.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN1{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingsN1.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN2{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingsN2.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN3{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingsN6.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}

.WEDDINGSN4{
background:linear-gradient(270deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url('/img/WeddingsN9.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;
}






 }

/* Smartphones (portrait and landscape) ----------- */
@media (min-width : 320px) and (max-width : 700px) {
/* Styles */

.HeaderOuter{
height:90vh;
width:100%;
background-size:cover;
display: flex;
justify-content: center;
align-items: center;
}

.HeaderInnerTitle{
width: 90%;
margin:0 auto;
height: auto;
text-align: center;
-webkit-filter: drop-shadow(0px 0px 6px #000000);
filter: drop-shadow(0px 0px 6px #000000);
text-shadow: 0px 0px 6px #000000;
color:#ffffff;
font-family: 'Montserrat', sans-serif !important;
font-size:2em;
line-height:1.3em;
}

.BodyTitle{
width:90%;
margin:0 auto;
padding:60px 0 40px 0;
font-family: 'Montserrat', sans-serif;
font-weight:200;
text-align:center;
color:#454545;
font-size:2.3em;
line-height:1.2em;
z-index:0;
text-transform:uppercase;
}

.BodyCopy{
width:90%;
margin:0 auto;
padding:0 0 50px 0;
font-family: 'Poppins', sans-serif;
font-weight: 200;
text-align:center;
color:#454545;
font-size:1.1em;
line-height:1.7em;
}

}

/* iPads (portrait and landscape) ----------- */
@media (min-width : 700px) and (max-width : 900px) {
/* Styles */

.HeaderOuter{
height:90vh;
width:100%;
background-size:cover;
display: flex;
justify-content: center;
align-items: center;
}

.HeaderInnerTitle{
width: 90%;
margin:0 auto;
height: auto;
text-align: center;
-webkit-filter: drop-shadow(0px 0px 6px #000000);
filter: drop-shadow(0px 0px 6px #000000);
text-shadow: 0px 0px 6px #000000;
color:#ffffff;
font-family: 'Montserrat', sans-serif !important;
font-size:2em;
line-height:1.3em;
}

.BodyTitle{
width:100%;
margin:0 auto;
padding:60px 0 40px 0;
font-family: 'Montserrat', sans-serif;
font-weight:200;
text-align:center;
color:#454545;
font-size:2.3em;
line-height:1.2em;
z-index:0;
text-transform:uppercase;
}

.BodyCopy{
width:100%;
margin:0 auto;
padding:0 0 50px 0;
font-family: 'Poppins', sans-serif;
font-weight: 200;
text-align:center;
color:#454545;
font-size:1.1em;
line-height:1.7em;
}

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 900px) {

.HeaderOuter{
height:90vh;
width:100%;
background-size:cover;
display: flex;
justify-content: center;
align-items: center;
}

.HeaderInnerTitle{
width: 80%;
margin:0 auto;
text-align: center;
-webkit-filter: drop-shadow(0px 0px 6px #000000);
filter: drop-shadow(0px 0px 6px #000000);
text-shadow: 0px 0px 6px #000000;
color:#ffffff;
font-family: 'Montserrat', sans-serif !important;
font-size:2.3em;
line-height:1.3em;
}



.BodyTitle{
width:100%;
margin:0 auto;
padding:60px 0 40px 0;
font-family: 'Montserrat', sans-serif;
font-weight:200;
text-align:center;
color:#454545;
font-size:2.3em;
line-height:1.2em;
z-index:0;
text-transform:uppercase;
}

.BodyCopy{
width:100%;
margin:0 auto;
padding:0 0 50px 0;
font-family: 'Poppins', sans-serif;
font-weight: 200;
text-align:center;
color:#454545;
font-size:1.1em;
line-height:1.7em;
}



}

.AboutHeader{
background-image:url(/img/aboutbg.jpg);
background-position:center top !important;
}

.ActivationsHeader{
background-image:url(/img/activations0.jpg);
}

.AnniversaryHeader{
background-image:url(/img/anniversary0_2.jpg);
background-position:center bottom;
}

.BrandHeader{
background-image:url(/img/brand0.jpg);
}

.CaseStudiesHeader{
background-image:url(/img/CaseStudiesHeader.jpg);
}

.ContactHeader{
background-image:url(/img/ContactHeaderBg4.jpg);
}

.ExperientialHeader{
background-image:url(/img/experientialbg3.jpg);
background-position:center 30%;
}

.GalasHeader{
background-image:url(/img/galas0.jpg);
}

.GrandHeader{
background-image:url(/img/grand0.jpg);
background-position:center bottom;
}

.HolidayHeader{
background-image:url(/img/holiday0.jpg);
background-position:center bottom;
}

.MeetingsHeader{
background-image:url(/img/meetings0.jpg);
background-position:center bottom;
}

.OutdoorHeader{
background-image:url(/img/outdoor0.jpg);
background-position:center bottom;
}

.SocialHeader{
background-image:url(/img/socialbg.jpg);
}

.SportsHeader{
background-image:url(/img/sports0.jpg);
background-position:center bottom;
}

.WeddingsHeader{
background-image:url(/img/WeddingsN0.jpg);
background-position:center bottom;
}

.VirtualHeader{
background-image:url(/img/virtualbg3.jpg);
background-position:center bottom;
}


ul.circ {list-style-type: disc;position:relative;left:30px;}

ul.circ2 {position:relative:top;left:40px;}

ul.circ3 {list-style-type: disc;position:relative;left:20px;}

.li{padding-right:10px;}