@-ms-viewport{
  width: device-width;
}

* {   
margin: 0;
padding: 0;
}

@font-face
    {
    font-family: MMFont;
    src: url(../fonts/Poppins-Thin.ttf);
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }

@font-face
    {
    font-family: MMFont2;
    src: url(../fonts/LANENAR.ttf);
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }

@font-face
    {
    font-family: CDMGTitleDescFont;
    src: url(../fonts/Poppins-ExtraLight.ttf);
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }

@font-face
    {
    font-family: CDMGFont;
    src: url(../fonts/GothamNarrow-Light.ttf);
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }

@font-face
    {
    font-family: CasesTitleBold;
    src: url(../fonts/Zuume-Black.ttf);
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }


.pageOverlay
    {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.9);   
    position: fixed;
    z-index: 999;
    display: none;
    transition: opacity .5s;
    }
    
html
    {
    height: 100%;
	max-width: 100%;
    /*background: transparent url(../images/ss.jpg) no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -90;*/
	} 

 body
    {
    background: white;
    height: 100%;
    max-width: 100%;
    }

@media (max-width: 1280px) {
  nav .logoBG2 { display: inline; }
  nav .logoBG { display: none; }
}
    
@media (max-width: 970px) {
  nav navBrowse     { display: none; }
  serv servSec1 { display: none; }
  }

@media (max-width: 700px) {
  nav .logoBG2 { display: none; }
  nav .logoBG3 { display: inline; }
  }
 
 

  

  
/* ******* NEW NAV MENU  ******* */
/* =Nav
-------------------------------------------------------------- */
#nav-trigger 
    {
    float: right;
    margin-top: 10px;
    margin-right: 0px;
    /*background: transparent url(../images/TPP_mobMenu2.png) no-repeat;
    width: 66px;
    height: 54px;*/
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 1;
    }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 76px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
    background: transparent;

}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #03eaff;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #03eaff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

/*.c-hamburger--htx {
  background-color: #ff3264;
}*/

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/*.c-hamburger--htx.is-active {
  background-color: #cb0032;
}*/

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}



/*#nav-trigger span.open:after 
    {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
    }*/

nav#nav-main 
    {
    display: none; 
    }

nav#nav-mobile
    {
    margin-top: 0px;
    display: none;
    }
    
nav#nav-mobile ul
    {
    display: none;
    list-style-type: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: fixed;
    text-align: center;
    font-size: 60px;
    font-family: MMfont;
    background-color: #ffffff;
    }

nav#nav-mobile #liTop 
    {
    display: block;
    padding: 5px 0;
    margin: 0 0px;
    height: 135px;
    border-style: hidden;
    }

nav#nav-mobile #liHome
    {
    border-top-style: hidden;
    }

nav#nav-mobile li 
    {
    position: relative;
    display: block;
    padding: 8px 0;
    margin: 0 0px;
    height: 95px;
    }
    
nav#nav-mobile li:last-child
    {
    border-bottom: none; 
    }

nav#nav-mobile a 
    {
    display: block;
    color: #a5afa8;
    padding: 0px 0px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

nav#nav-mobile a:hover
    {
    background-color: #e0eee4;
    color: #a5afa8;
    text-decoration: none;
    }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 970px) {
  #nav-trigger {
    display: inline-block; }

  nav#nav-mobile {
    display: block; }
}
/* ******* NEW NAV MENU END ***** */ 




/*nav navHome
    {
    float: right;
    background: transparent url(../images/menu.jpg) no-repeat;
    width: 129px;
    }*/

nav navBrowse
    {
    text-align: right;
	font-family: MMFont;
	font-weight: lighter;
	font-size:35px;
	/*word-spacing: 20px;*/
	float: right;
	margin-top: 0px;
	margin-right: 2%;
	padding-top: 60px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	/*background: transparent url(../images/TPP_nav_tile.png) repeat-x;*/
    /*border-bottom: 1px solid #3D8A92;
	border-bottom-width: thin;*/
    }

.navLinks
    {
    font-family: MMFont;
    display: inline-block;
	word-spacing: 110px;
	/*float: right;*/
    }

.workLinks
    {
    width: 80%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: MMFont;
    font-size: 35px;
    display: block;
	word-spacing: 40%;
    }

#current A:link	{
	text-decoration: none;
	color: #ffffff;
	}

#current A:hover	{
	text-decoration: none;
	color: #ffffff;
	}

#current A:visited	{
	text-decoration: none;
	color: #ffffff;
	} 

#case A:link	{
	text-decoration: none;
	color: #03eaff;
	}
#case A:hover	{
	text-decoration: none;
	color: #03eaff;
	}

#case A:visited	{
	text-decoration: none;
	color: #03eaff;
	} 
	
#design A:link	{
	text-decoration: none;
	color: #eda905;
	}
#design A:hover	{
	text-decoration: none;
	color: #eda905;
	}

#design A:visited	{
	text-decoration: none;
	color: #eda905;
	} 
	
#vid A:link	{
	text-decoration: none;
	color: #ed078e;
	}
	
#vid A:visited	{
	text-decoration: none;
	color: #ed078e;
	}
	
#vid A:hover	{
	text-decoration: none;
	color: #ed078e;
	}

#pho A:link	{
	text-decoration: none;
	color: #ff560c;
	}

#pho A:visited	{
	text-decoration: none;
	color: #ff560c;
	}
#pho A:hover	{
	text-decoration: none;
	color: #ff560c;
	}
	
#int A:link	{
	text-decoration: none;
	color: #b2caa1;
	}

#int A:visited	{
	text-decoration: none;
	color: #b2caa1;
	}
#int A:hover	{
	text-decoration: none;
	color: #b2caa1;
	}
	
#id A:link	{
	text-decoration: none;
	color: #988daf;
	}

#id A:visited	{
	text-decoration: none;
	color: #988daf;
	}
#id A:hover	{
	text-decoration: none;
	color: #988daf;
	}
	
#mot A:link	{
	text-decoration: none;
	color: #47af15;
	}

#mot A:visited	{
	text-decoration: none;
	color: #47af15;
	}
#mot A:hover	{
	text-decoration: none;
	color: #47af15;
	}

#pers A:link	{
	text-decoration: none;
	color: #0066B3;
	}

#pers A:visited	{
	text-decoration: none;
	color: #0066B3;
	}
#pers A:hover	{
	text-decoration: none;
	color: #0066B3;
	}

.MMdivide
    {
    color: #dbdbdb;
    }

@media (max-width: 4000px) 
    {
    nav navBrowse { font-size: 100px; }
    nav .navLinks { font-family: MMFont; word-spacing: 120px;}
    }

@media (max-width: 3300px) 
    {
    nav navBrowse { font-size: 80px; }
    nav .navLinks { font-family: MMFont; word-spacing: 80px;}
    }

@media (max-width: 2700px) 
    {
    nav navBrowse { font-size: 60px; }
    nav .navLinks { font-family: MMFont; word-spacing: 80px;}
    }

@media (max-width: 2210px) 
    {
    nav navBrowse { font-size: 40px; padding-top: 35px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 1850px) 
    {
    nav navBrowse { font-size: 35px; padding-top: 35px; }
    nav .navLinks { font-family: MMFont; word-spacing: 80px;}
    }

@media (max-width: 1650px) 
    {
    nav navBrowse { font-size: 30px; padding-top: 30px; }
    nav .navLinks { font-family: MMFont; word-spacing: 80px;}
    .workLinks  { margin-top: 150px; font-size: 29px; }
    }

@media (max-width: 1460px) 
    {
    nav navBrowse { font-size: 30px; padding-top: 30px; }
    nav .navLinks { font-family: MMFont; word-spacing: 60px;}
    }

@media (max-width: 1320px) 
    {
    nav navBrowse { font-size: 27px; padding-top: 30px; }
    nav .navLinks { word-spacing: 50px; }
    }

@media (max-width: 1180px) 
    {
    nav navBrowse { font-size: 25px; padding-top: 30px; }
    nav .navLinks { word-spacing: 45px;}
    .workLinks  { margin-top: 120px; font-size: 23px; }
    }

@media (max-width: 1100px) 
    {
    nav navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 45px;}
    }

@media (max-width: 1100px) 
    {
    nav navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 45px;}
    .workLinks  { margin-top: 100px; font-size: 20px; }
    }

@media (max-width: 790px) 
    {
    nav navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 45px;}
    .workLinks  { margin-top: 100px; font-size: 18px; }
    }

@media (max-width: 730px) 
    {
    nav navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 45px;}
    .workLinks  { margin-top: 65px; width: 90%; font-size: 12px; line-height: 25px; }
    }

.MMtone
    {
    color: 03eaff;
    }
    
        
#CDMGabout, .MMdivide, #MMabout, #con, #MMshop
    {
	display: inline;
	}

#current, #case, #design, #pho, #vid, #int, #id, #mot, #pers
    {
	display: inline;
	}
    
.navLinks A:link	{
	text-decoration: none;
	color: #d1d1d1;
	font-family: MMFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}

.navLinks A:visited	{
	text-decoration: none;
	color: #d1d1d1;
	font-family: MMFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}
.navLinks A:hover	{
	text-decoration: none;
	color: #d1d1d1;
	font-family: MMFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}

      
#nav_menu 
    {
        z-index: 5;
        position: fixed;
        display: block;
        height: 122px;
        width: 100%;
    }
    
    #nav_menu li {
        list-style-type: none;
        text-decoration: none;
        vertical-align: middle;
        height: 80px;
        display: inline-block;
        position: relative;
        }
    

    .nav_menu_link
        {
        color: white;
        font-size: 18px;
        height: 0;
        font-family: MMFont;
        vertical-align: baseline;
        position: relative;
        display: inline-block;
        height: auto;
        padding: 29px;
        }
        
        
    .nav_menu_link:hover {
        background: rgba(0, 0, 0, 0.4);
        color: #FFF;
        transition: all .2s;
    }
    .nav_menu_link:hover .arrow.down {
        border-top-color: #FFF;
    }

#content1:hover
    {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
        z-index: -999;
    }
    #content2:hover {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
    }
    #content1, #content2 {
        width: 100%;
        height: auto;
        background: black;
        background-color: rgba(0, 0, 0, 0.5);
        filter: alpha(opacity=70);
        display: none;
        position: absolute;
        z-index: -999;
    }




/* //////////////////////////////////////HOME SECTION START////////////////////////////////////// */

.submitText
    {
    width: 300px;
    height: 100px;
    font-family: CDMGFont;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
    }



.submitText a
    {
    text-decoration: none;
	vertical-align: middle;
    }    


.navLogos
    {
    position: fixed;
    margin-top: 15px;
    margin-left: 1%;
    z-index: 9999;
    display: inline-block;
    }

.homeLogos
    {
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    }

.homeLogo01
    {
    width: 1483px;
    height: 361px;
    background: transparent url(../images/CDMG_logo_1920.png) no-repeat;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    }

.homeLogo02
    {
    width: 1200px;
    height: 292px;
    background: transparent url(../images/CDMG_logo_1785.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo03
    {
    width: 975px;
    height: 237px;
    background: transparent url(../images/CDMG_logo_1585.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo04
    {
    width: 900px;
    height: 219px;
    background: transparent url(../images/CDMG_logo_1230.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo05
    {
     width: 800px;
    height: 195px;
    background: transparent url(../images/MM_logo_800.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo06
    {
    width: 575px;
    height: 172px;
    background: transparent url(../images/CDMG_logo_675.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo07
    {
    width: 460px;
    height: 158px;
    background: transparent url(../images/CDMG_logo_460.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo08
    {
    width: 357px;
    height: 123px;
    background: transparent url(../images/CDMG_logo_300.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }


.navLogo01
    {
    width: 78px;
    height: 61px;
    background: transparent url(../images/CDMG_nav_logo_1080.png) no-repeat;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    }

.navLogo02
    {
    width: 55px;
    height: 43px;
    background: transparent url(../images/CDMG_nav_logo_460.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.navLogo03
    {
    width: 563px;
    height: 84px;
    background: transparent url(../images/MM_logo_1585_light.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.navLogo04
    {
    width: 394px;
    height: 59px;
    background: transparent url(../images/MM_logo_1230_light.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.navLogo05
    {
     width: 124px;
    height: 53px;
    background: transparent url(../images/MM_logo_sub_600.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.navLogo06
    {
     width: 124px;
    height: 53px;
    background: transparent url(../images/MM_logo_600.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }


/*@media (max-width: 1280px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: block; }
}

@media (max-width: 1000px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: block; }
}*/

@media (max-width: 1785px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: block; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: none; }
  .homeLogo06 { display: none; }
  .homeLogo0 { display: none; }
}

@media (max-width: 1585px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: block; }
  .homeLogo04 { display: none; }
}

@media (max-width: 1490px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: block; }
}

@media (max-width: 900px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: block; }
}

@media (max-width: 950px) {
  .homeLogos  { margin-top: 140px; }
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: none; }
  .homeLogo06 { display: block; }
  .navLogo01 { display: none; }
  .navLogo02 { display: block; }
  
}

@media (max-width: 630px) {
  .homeLogos  { margin-top: 140px; }
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: none; }
  .homeLogo06 { display: none; }
  .homeLogo07 { display: block; }
  .CDMGplay   { width: 250px; height: 80px; }
  .signUpText { font-size: 25px; }
}

@media (max-width: 520px) {
  .homeLogos  { margin-top: 140px; }
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: none; }
  .homeLogo06 { display: none; }
  .homeLogo07 { display: none; }
  .homeLogo08 { display: block; }
  .CDMGplay   { width: 200px; height: 70px; }
  .signUpText { font-size: 20px; }
}


video#bgVid
    {
    background-color: black;
    z-index: -999;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
    }
       
.homeSection
    {
    width: 100%;
    min-height: 100%;
    /*background: transparent url(../images/background_youtube.jpg) no-repeat;*/
	/*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
    border-bottom: 2px solid #03eaff;
    padding-bottom: 0px;
    }

.QAposterSectionCvr
    {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }


.CasesSectionCvr
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
    /*align-items: end;*/
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }

.HomeTitle
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:  wrap;
    align-self: center; 
    margin-top: 120px;
    margin-left: 25px;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    width: 95%;
    margin-bottom: 150px;
    }

.CasesTitle
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:  wrap;
    align-self: center; 
    margin-top: 120px;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    width: 95%;
    }

.CasesProjects
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:  wrap;
    align-self: center; 
    margin-top: 120px;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    width: 90%;
    }

.CasesTitleBold
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    /*-webkit-flex-direction: row; /* Safari */
    /*flex-direction: row;*/
    align-self: start; 
    font-family: CasesTitleBold;
    font-size: 15vw;
    letter-spacing: 15px;
    line-height: 0.8;
    color: #393a3a;
    margin-left: 25px;
    /*font-weight: lighter;*/
    }


.MerchSection
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:  wrap;
    align-self: center; 
    margin-top: 120px;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    width: 90%;
    }

.MerchTitleContainer
    {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-self: center;
    }
  
.MerchTitleBold
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    /*-webkit-flex-direction: row; /* Safari */
    /*flex-direction: row;*/
    align-self: center; 
    font-family: CasesTitleBold;
    font-size: 7vw;
    letter-spacing: 8px;
    line-height: 0.5;
    color: #393a3a;
    margin-top: 90px;
    /*font-weight: lighter;*/
    }

.MerchSubTitleContainer
    {
    display: flex;
    width: 80%;
    }

.MerchSubTitle
    {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    }
    
#CDMGMerchDesc
    {
    text-align: center;
    margin-bottom: 10px;
    }

.MerchItem
    {
    display: flex;
    width: 294px;
    height: 343px;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
    }

.MerchItemIMgContainer
    {
    display: inline-flex;
    width: 100%;
    height: 294px;
    align-items: center;
    justify-content: center;
    align-self: start;
    background-color: #e9e9e9;
    
    }

.MerchItemImg
    {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
    }

.MerchItem .MerchItemImg:hover
    {
    transform: scale(1.1) rotate(7deg);
    }

#Apparel
    {
    display: inline-flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
    background: url(../images/CDMG_Merch_Apparel.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 4px 4px #222222);
    }

#Beverage
    {
    display: inline-flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
    background: url(../images/CDMG_Merch_Beverage.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 4px 4px #222222);
    }

#Home
    {
    display: inline-flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
    background: url(../images/CDMG_Merch_Home.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 4px 4px #222222);
    }

#Office
    {
    display: inline-flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
    background: url(../images/CDMG_Merch_Office.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 4px 4px #222222);
    }

#Sport
    {
    display: inline-flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
    background: url(../images/CDMG_Merch_Sport.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 4px 4px #222222);
    }

#Trade
    {
    display: inline-flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
    background: url(../images/CDMG_Merch_Trade.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 4px 4px #222222);
    }

.MerchItemTitle
    {
    display: inline-flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    font-family: MMFont;
    color: #000000;
    font-size: 25px;
    font-weight: lighter;
    }

.CasesTitleDesc
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    /*-webkit-flex-direction: row; /* Safari */
    /*flex-direction: row;*/
    align-self: start; 
    width: 50%;
    font-family: CDMGTitleDescFont;
    font-size: 25pt;
    line-height: 1.6;
    color: #393a3a;
    /*font-weight: lighter;*/
    }

.CasesButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    /*align-items: end;*/
    align-items: end;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    }

.CDMGCaseItem
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 787px;
    height: 674px;
    margin-bottom: 95px;
    }

.CDMGCaseItemThm
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    width: 100%;
    height: 425px;
    overflow: hidden;
    }
   
.CDMGCaseItemDiv
    {
    width: 100%;
    height: 12px;
    margin-top: 10px;
    background: #01a69c;
    }

.CDMGCaseItemTitle
    {
    font-family: MMFont;
	font-size: 3vw;
	color: #01a69c;
	line-height: 45px;
	margin-top: 15px;
    }  
    
.CDMGCaseItemTitleSub
    {
    font-family: MMFont;
	font-size: 1.4vw;
	color: #ff5733;
    }  

.CDMGCaseItemButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 100px;
    border: none;
	background-color: #01a69c;
    filter: alpha(opacity=70);
	}

#CDMGCaseItem_APU
    {
    width: 100%;
    height: 100%;
    background: url(../images/APU_thm.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
    
 
#CDMGCaseItem_SMUSA
    {
    width: 100%;
    height: 100%;
    background: url(../images/CDMG_Case_thm_SMUSA.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
 
#CDMGCaseItem_TPP
    {
    width: 100%;
    height: 100%;
    background: url(../images/CDMG_Case_thm_TPP.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
 
#CDMGCaseItem_Mono
    {
    width: 100%;
    height: 100%;
    background: url(../images/CDMG_Case_thm_Mono.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
  
#CDMGCaseItem_Virg
    {
    width: 100%;
    height: 100%;
    background: url(../images/CDMG_Case_thm_Virg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
  
#CDMGCaseItem_RYM
    {
    width: 100%;
    height: 100%;
    background: url(../images/CDMG_Case_thm_RYM.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
   
#CDMGCaseItem_WEDF
    {
    width: 100%;
    height: 100%;
    background: url(../images/CDMG_Case_thm_WEDF.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
   
#CDMGCaseItem_LIB
    {
    width: 100%;
    height: 100%;
    background: url(../images/LIB02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
   
#CDMGCaseItem_INS
    {
    width: 100%;
    height: 100%;
    background: url(../images/CDMG_Case_thm_Ins.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
   
#CDMGCaseItem_UNIP
    {
    width: 100%;
    height: 100%;
    background: url(../images/UNIP02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
    
#CDMGCaseItem_B100
    {
    width: 100%;
    height: 100%;
    background: url(../images/CDMG_Case_thm_B100.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
   
   
.HomeButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    /*align-items: end;*/
    align-items: end;
    justify-content: start;
    width: 100%;
    margin-bottom: 30px;
    }


.CDMGHome
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
    /*align-items: end;*/
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }

.CDMGHomeLogo
    {
    width: 236px;
    height: 185px;
    animation-delay: 1s;
    background: url(../images/CDMG_Home_logo.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    margin-left: 20px;
    }

.CDMGHomeLine1
    {
    width: 1218px;
    height: 165px;
    background: url(../images/CDMG_Home_CDMG_line1.png) no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    margin-left: 20px;
    }

.CDMGHomeLine2
    {
    width: 1190px;
    height: 62px;
    background: url(../images/CDMG_Home_CDMG_line2.png) no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    margin-left: 35px;
    }

.CDMGHomeLine3
    {
    width: 1176px;
    height: 21px;
    background: url(../images/CDMG_Home_CDMG_line3.png) no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    margin-left: 35px;
    }

.animate__bounce
    {
    animation-iteration-count: infinite;
    }

.CDMGShakeButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 100px;
    margin-top: 25px;
    border: none;
	background-color: #03eaff;
    filter: alpha(opacity=70);
    margin-left: 20px;
    position: relative;
    overflow: hidden;
	}


.CDMGShakeButnEmpty
    {
    width: 100%;
    height: 100%;
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: transparent;
    position: relative;
    overflow: hidden;
	}


.CDMGShakeButnText
    {
    display: flex;
    font-family: MMFont;
	font-size: 30px;
	align-self: center;
	text-decoration: none;
	color: #ffffff;
    z-index: 5;
    }

.CDMGShakeButnEmpty:hover:before
    {
    display: flex;
    animation: fill 3s;
    }

.CDMGShakeButn:hover .CDMGShakeButnText
    {
    animation: shake 0.6s;
    animation-iteration-count: infinite;
    }

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(1deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(-1deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(1deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(-1deg); }
  100% { transform: translate(1px, -2px) rotate(1deg); }
}

.CDMGShakeButnEmpty:before
    {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    background: #cb240f;
    border-radius: 40%;
    display: none;
    }


@keyframes fill
    {
    from
        {
        top: 120px;
        transform: rotate(0deg);
        }
    to
        {
        top: -50px;
        transform: rotate(720deg);
        }
    }
    
.CDMGMouse
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 56px;
    margin-top: 25px;
    border: none;
	background: url(../images/CDMG_mouse.png) no-repeat;
	}

.CDMGplay
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 100px;
    border: 1px solid #87a99f;
	/*background-color: #03eaff;*/
    filter: alpha(opacity=70);
	}

.signUpText
    {
    display: flex;
    font-family: MMFont;
	font-size: 30px;
	align-self: center;
	text-decoration: none;
	color: #87a99f;
    }

.MMfilmsSections
    {
    padding-top: 175px;
    width: 100%;
    min-height: 1000px;
    background-color: Black;
    border-top: 2px solid #03eaff;
    }


.homeHead
    {
    display: inline-block;
    vertical-align; middle;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
    }
/*
@media (max-width: 767px)
{
.fullscreen-bg { display: none; }
.homeSection
    {
    width: 100%;
    min-height: 100%;
    background: black url(../images/CDMG_bg_palms.jpg) no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    left: 0;
    bottom: 0px;
    }

}
*/


  
/* //////////////////////////////////////HOME SECTION END////////////////////////////////////// */







/* /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// */

.CDMGaboutSection
    {
     display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
    /*align-items: end;*/
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    /*background: transparent url(../images/MMaboutBg.jpg) no-repeat;*/
    /*background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-position: fixed;*/
    /*overflow: hidden;*/
    border-top: solid 2px #03eaff;
    padding-bottom: 65px;
    }

.CDMGmrktLogos
    {
    display: flex;
    width: 70%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100%;
    -webkit-filter: brightness(0) ; /* Safari 6.0 - 9.0 */
    filter: brightness(0) ;
    }

.CDMGBrandLogos
    {
    display: flex;
    width: 70%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100%;
    }

#CDMGmrktSec
    {
    width: 100%;
    margin-bottom: 50px;
    }
    
#CDMGmrktDesc
    {
    margin-bottom: 10px;
    }
.CDMGmrktItem
    {
    display: inline-flex;
    width: 430px;
    flex-direction: column;
    flex-wrap: wrap;
    /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
    }

.CDMGmrktLogo
    {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    /*border: 1px solid red;*/
    }

.CDMGmrktText
    {
    
    }

.CDMGmrktTextTitle
    {
    font-family: MMFont;
    font-weight: bolder;
    width: 100%;
    font-size: 50px;
    text-align: center;
    color: #3c3c3c;
    border-bottom: 2px solid white;
    }

.CDMGmrktTextSubTitle
    {
    font-family: MMFont;
    font-size: 30px;
    text-align: center;
    border-bottom: none;
    }

.CDMGmrktTextDesc
    {
    font-family: MMFont;
    margin-top: 0px;
    text-align: center;
    }

#CDMGmrktExp
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/eye_icon.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGmrktImp
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/icon_pointer.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGmrktROI
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/icon_investment.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }
    
.CDMGbrlLogo
    {
    width: 120px;
    height: 120px;
    display: inline;
    float: left;
    /*border: 1px solid red;*/
    }

.CDMGprtLogo
    {
    width: 120px;
    height: 120px;
    display: inline;
    float: left;
    margin-left: 10px;
    /*border: 1px solid red;*/
    }

#CDMGbrlMM
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/MM_logo_isotope_hi_full_light.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGbrlMM:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGbrlRMLA
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/RMLA_logo_icon.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGbrlRMLA:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGbrlDLM
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/DLM_logo_k.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGbrlDLM:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGbrlVRT
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/Vertical_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGbrlVRT:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }


#CDMGprtMono
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_Monogram.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtMono:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtVirg
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMGprtVirg.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtVirg:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtRibo
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMGprtRibo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtRibo:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtMiele
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMGprtMiele.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtMiele:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtSMUSA
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_SMUSA.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtSMUSA:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtFerg
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMGprtFerg.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtFerg:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtAH
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/flame-sq-2_AHmsk.gif) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtAH:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtFI
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_FI.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtFI:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtLUM
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_LUM.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtLUM:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtWE
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_WE.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtWE:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtAPU
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_APU.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtAPU:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtTPP
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_TPP.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtTPP:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtDwell
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_Dwell.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtDwell:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtACC
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_ACC.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtACC:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtDC
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_DC.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtDC:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtFP
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_FP.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtFP:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtBCC
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_BCC.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtBCC:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtDH
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_DH.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtDH:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtXV
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_XV.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtXV:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtIZ
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_IZ.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtIZ:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtMS
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_MS.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtMS:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtFC
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_FC.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtFC:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtJB
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_JB.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtJB:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtTDL
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_DL.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtTDL:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtB1
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/B100_Logo_TM.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtB1:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtWW
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_WW.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtWW:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

#CDMGprtUP
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/CDMG_prt_UP.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-filter: brightness(0) /*invert(1)*/; /* Safari 6.0 - 9.0 */
    filter: brightness(0) /*invert(1)*/;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    }

#CDMGprtUP:hover 
    {
    filter: brightness(1) invert(0);
    cursor: pointer;
    }

.MMaboutCenterContainer
    {
    width: 100%;
    height: 100%;
    margin-top: 165px;
    }

.MMaboutHosCenter  
    {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    align-self:center;
    margin-right: 0px;
    }



#CDMGHosPricePackIconCarte
    {
    display: flex;
    width: 140px;
    height: 120px;
    background: transparent url(../images/icon_house_modern_hi.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-filter: invert(60%);
    }

.CDMGaboutHosDescription
    {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    }

.CDMGHosaboutVideoImage
    {
    display: flex;
    width: 510px;
    height: 294px;
    background: transparent url(../images/CDMG_Hos_Vid_thm.jpg) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: 45px;
    margin-top: 20px;
    }


.CDMGHosItemThmButn
    {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 60px;
    align-self:flex-start;
    font-family: MMfont2;
    font-size: 20px;
    font-weight: lighter;
    color: #454545;
    border: 1px solid #454545;
    }


.MMaboutCenter
    {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    

.MMaboutBlock
    {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
    }

.MMcontactBlock
    {
    width: 100%;
    margin-top: 30px;
    }

.MMheaderText
    {
    margin-left: auto;
    margin-right: auto;
    font-family: MMFont;
    font-size: 60px;
    color: #000000;
    }

.MMbodyText
    {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: left; 
    font-family: MMFont;
    color: #000000;
    margin-bottom: 90px;
    font-size: 20px;
    font-weight: lighter;
    }
 
 .CDMGcaseOpenSec
    {
    margin-top: 15px;
    margin-bottom: 15px;

    }

.CDMGcaseOpenPara
    {
    overflow: hidden;
    text-align: left;
    padding-right: 90px;
    } 

.CDMGcaseOpenParaHide
    {
    display: none;
    }
    
.CDMGcaseImage
    {
    
    }    
 
 .cdsDes, a
    {
    color: #03eaff;
    text-decoration: none;
    }
/*
@media (max-width: 767px)
{
.CDMGaboutSection
    {
    width: 100%;
    min-height: 100%;*/
   /* background: black url(../images/CDMG_bg_palms.jpg) no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }
}*/

@media (max-width: 630px) {
  .MMaboutCenterContainer { margin-top: 110px; }
}

@media (max-width: 520px) {
  .MMaboutCenterContainer { margin-top: 110px; }
}


/* /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// */ 







/* /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// */
.CDMGthmCvr
    {
    /*background: transparent url(../images/QAbg1b.jpg) no-repeat; */
    display: block;
    max-width: 100%;
    max-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    }

.CDMGthmCvr
    {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }

.CDMGthmCvr2
    {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    }

.CDMGthumbTitle
    {
    color: #ffffff;
    font-family: MMfont;
    font-size: 27px;
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 40%;
    }


.CDMGworkSection
    {
    width: 100%;
    min-height: 100%;
    background: transparent url(../images/MMaboutBg.jpg) no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    /*overflow: hidden;*/
    position: relative;
    left: 0;
    bottom: 0px;
    border-top: solid 2px #03eaff;
    padding-bottom: 50px;
    }

.CaseStudySection
    {
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    /*overflow: hidden;*/
    position: relative;
    left: 0;
    bottom: 0px;
    border-top: solid 2px #03eaff;
    padding-bottom: 50px;
    }

.CDMGCSFlexcontainer
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    width: 100%;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    }

.CDMGCSHeadcenter
    {
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    font-family: MMFont;
    color: #ffffff;
    }

.CDMGCScenter
    {
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    font-family: MMFont;
    color: #303030;
    }

.CDMGCSscreen
    {
    width: 100%;
    height: 640px;
    }

.CDMGCSscreenCvr
    {
    width: 100%;
    height: 640px;
    background: transparent url(../images/SMUSAthmbscvr.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

.CDMGCSscreenCvrMono
    {
    width: 100%;
    height: 640px;
    background: transparent url(../images/CDMG_CASE_Head_Mono.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

.CDMGCSscreenCvrTPP
    {
    width: 100%;
    height: 640px;
    background: transparent url(../images/CDMG_CASE_Head_TPP.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

.CDMGCSscreenCvrTPP2
    {
    width: 100%;
    height: 640px;
    background: transparent url(../images/CDMG_CASE_Head_TPP2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

.CDMGCSscreenCvrTPP3
    {
    width: 100%;
    height: 640px;
    background: transparent url(../images/CDMG_bg_loop_2019.mp4) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#CDMGCSscreenCvrTPP3
    {
    width: 100%;
    height: 640px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

.CDMGCSDescTitle
    {
    font-size: 60px;
    transform: scale(1, .9);
    }

.CDMGCSDescTitleSub
    {
    font-size: 30px;
    transform: scale(1, .9);
    }
 
.CDMGCSDescTitleDesc
    {
    font-size: 20px;
    transform: scale(1, .9);
    }
   
.MMworkCenterContainer
    {
    width: 100%;
    height: 100%;
    margin-top: 100px;
    display: block;
    }

.CDMGCaseStudy
    {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 120px;
    }   

#CDMGCaseStudyTop
    {
    padding-top: 12vh;
    }

.CDMGworkItem
    {
    width: 40%;
    height: 357px;
    display: inline;
    float: left;
    border: 1px solid white;
    /*margin-right: 180px;*/
    }

.CDMGworkItem2
    {
    width: 40%;
    height: 357px;
    display: inline;
    float: right;
    margin-right: 50px;
    border: 1px solid white;
    }

.CDMGworkItem3
    {
    width: 40%;
    height: 357px;
    display: inline;
    float: right;
    margin-right: 50px;
    border: 1px solid white;
    }

.CDMGworkItemHide
    {
    display: none;
    width: 40%;
    height: 357px;
    margin: 0 auto;
    border: 1px solid white;
    }

.CDMGworkItem4
    {
    width: 40%;
    height: 357px;
    margin: 0 auto;
    border: 1px solid white;
    }


.CDMGprojectTitle
    {
    font-family: MMFont;
    /*font-variant: small-caps;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*margin-top: 30vh;*/
    color: #ffffff;
    font-size: 70px;
    font-weight: lighter;
    text-align: left;
    line-height: 70px;
    display: block;
	clear: both;
    }

.ETTitlecontactInfo
    {
    font-family: MMFont;
    /*font-variant: small-caps;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30vh;
    color: #ffffff;
    font-size: 100px;
    font-weight: lighter;
    text-align: center;
    line-height: 70px;
    display: block;
	clear: both;
    }

.RateTitlecontactInfo
    {
    font-family: MMFont;
    /*font-variant: small-caps;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30vh;
    color: #45474b;
    font-size: 100px;
    font-weight: lighter;
    text-align: center;
    line-height: 70px;
    display: block;
	clear: both;
    }

.apptSubText
    {
    width: 70%;
    text-align: left;
    padding: 11px;
    font-size: 30px;
    line-height: 100%;
	/*border: 5px solid rgba(255,255,255,.7);*/
	display: inline-block;
	margin-top: 20px;
    }

.CDMGsocials
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    width: 250px;
    height: 28px;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    align-items: center;
    align-self: center;
    -webkit-filter: brightness(0) invert(.5); /* Safari 6.0 - 9.0 */
    filter: brightness(0) invert(.5);
    }

.CDMGsocialsIG
    {
    width: 27px;
    height: 28px;
    background: transparent url(../images/CDMG_soc_ig.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    }


.CDMGsocialsYT
    {
    width: 38px;
    height: 28px;
    background: transparent url(../images/CDMG_soc_yt.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    }

.CDMGsocialsFB
    {
    width: 28px;
    height: 28px;
    background: transparent url(../images/CDMG_soc_fb.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    }
         
.CDMGCaseSubText
    {
    width: 100%;
    text-align: left;
    padding: 11px;
    font-size: 30px;
    line-height: 100%;
	/*border: 5px solid rgba(255,255,255,.7);*/
	display: inline-block;
	margin-top: 20px;
    }


#CanDis01
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(https://img.youtube.com/vi/AIHIPbzCiTw/maxresdefault.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#CanDis02
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/CanDis02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#CanDis01:hover
    {
    cursor: pointer;
    }

#CanDis01:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#CanDis01:hover .pageOverlay
    {
    display: block;
    }

#CanDis02:hover
    {
    cursor: pointer;
    }

#CanDis02:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#CanDis02:hover .pageOverlay
    {
    display: block;
    }

#RM01
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(https://img.youtube.com/vi/zgJZCnvqTT8/maxresdefault.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#RM02
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(https://img.youtube.com/vi/HgBvzeJi24w/maxresdefault.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }


#SMUSA01
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(https://img.youtube.com/vi/IYni8u_clsE/maxresdefault.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#SMUSA02
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(https://img.youtube.com/vi/HgBvzeJi24w/maxresdefault.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#SMUSA01:hover
    {
    cursor: pointer;
    }

#SMUSA01:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#SMUSA01:hover .pageOverlay
    {
    display: block;
    }

#SMUSA02:hover
    {
    cursor: pointer;
    }

#SMUSA02:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#SMUSA02:hover .pageOverlay
    {
    display: block;
    }

#LIB01
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/LIB01.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LIB02
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/LIB02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LIB03
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/LIB02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LIBHide
    {
    max-height: 100%;
    max-width: 100%;
    display: none;
    border: 1px solid #03eaff;
    /*background: transparent url(../images/LIB02.jpg) no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LIB04
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/LIB03.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LIBcase
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    /*background: transparent url(../images/LIB03.jpg) no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LIB05
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/LIB04.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LIB06
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/LIB05.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LIB01:hover
    {
    cursor: pointer;
    }

#LIB01:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#LIB01:hover .pageOverlay
    {
    display: block;
    }

#LIB02:hover
    {
    cursor: pointer;
    }

#LIB02:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#LIB02:hover .pageOverlay
    {
    display: block;
    }

#LIB03:hover
    {
    cursor: pointer;
    }

#LIB03:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#LIB03:hover .pageOverlay
    {
    display: block;
    }

#LIBHide:hover
    {
    cursor: pointer;
    }

#LIBHide:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#LIBHide:hover .pageOverlay
    {
    display: block;
    }

#TPP01
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/TPP01.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#TPP02
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/TPP02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#TPP01:hover
    {
    cursor: pointer;
    }

#TPP01:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#TPP01:hover .pageOverlay
    {
    display: block;
    }

#TPP02:hover
    {
    cursor: pointer;
    }

#TPP02:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#TPP02:hover .pageOverlay
    {
    display: block;
    }

#B10001
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/B10001.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#B10002
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/B10002.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#B10001:hover
    {
    cursor: pointer;
    }

#B10001:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#B10001:hover .pageOverlay
    {
    display: block;
    }

#B10002:hover
    {
    cursor: pointer;
    }

#B10002:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#B10002:hover .pageOverlay
    {
    display: block;
    }

#UNIP01
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/UNIP01.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#UNIP02
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/UNIP02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#UNIP01:hover
    {
    cursor: pointer;
    }

#UNIP01:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#UNIP01:hover .pageOverlay
    {
    display: block;
    }

#UNIP02:hover
    {
    cursor: pointer;
    }

#UNIP02:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#UNIP02:hover .pageOverlay
    {
    display: block;
    }

#CovAr01
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/CovAr01.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#CovAr02
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/CovAr02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#CovAr01:hover
    {
    cursor: pointer;
    }

#CovAr01:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#CovAr01:hover .pageOverlay
    {
    display: block;
    }

#CovAr02:hover
    {
    cursor: pointer;
    }

#CovAr02:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#CovAr02:hover .pageOverlay
    {
    display: block;
    }

#Rob01
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/Robey01.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Rob02
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/Robey02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Rob01:hover
    {
    cursor: pointer;
    }

#Rob01:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#Rob01:hover .pageOverlay
    {
    display: block;
    }

#Rob02:hover
    {
    cursor: pointer;
    }

#Rob02:hover .CDMGthmCvr2
    {
    opacity: 1;
    }

#Rob02:hover .pageOverlay
    {
    display: block;
    }


.workButn
    {
	display: block;
    margin-top: 210px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 195px;
    height: 70px;
    font-family: MMFont;
	font-size: 23px;
	color: #ffffff;
	text-align: center;
    }

.workVidTitle
    {
    text-align: center;
	font-family: MMFont;
	font-size: 23px;
	color: #ffffff;
    }

#workCaseButn
    {
    background-color: #03eaff;
    max-height: 100%;
    max-width: 100%;
    }

#workDesignButn
    {
    background-color: #eda905;
    max-height: 100%;
    max-width: 100%;
    }

#workBrandButn
    {
    background-color: #988daf;
    max-height: 100%;
    max-width: 100%;
    }

#workVidButn
    {
    background-color: #ed078e;
    max-height: 100%;
    max-width: 100%;
    }

#workTPPCase
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/TPPcards.jpg) no-repeat;
    background-size: cover;
    }

#workTPPSite
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #eda905;
    background: transparent url(../images/TPPsite.jpg) no-repeat;
    background-size: cover;
    }

#workBalani1
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #ed078e;
    background: transparent url(../images/Balani1.jpg) no-repeat;
    background-size: cover;
    }

#workRobey
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #ed078e;
    background: transparent url(../images/Robey.jpg) no-repeat;
    background-size: cover;
    }

#workMiele
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #ed078e;
    background: transparent url(../images/Miele.jpg) no-repeat;
    background-size: cover;
    }

#workCoverCase
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #03eaff;
    background: transparent url(../images/CoverArt.jpg) no-repeat;
    background-size: cover;
    }

#workOnaji
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #988daf;
    background: transparent url(../images/Onaje.jpg) no-repeat;
    background-size: cover;
    }

#workDesign
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #eda905;
    }

#workVid
    {
    max-height: 100%;
    display: inherit;
    border: 1px solid #ed078e;
    }

.MMworkCenter
    {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    

.MMworkBlock
    {
    width: 100%;
    margin-left: auto;
    margin-top: 200px;
    }

.CDMGworkText
    {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: MMFont;
    font-size: 60px;
    color: #303030;
    }

.CDMGworkText2
    {
    margin-top: 40px;
    text-align: left;
    font-family: MMFont;
    font-size: 40px;
    color: #303030;
    }

 .cdsDes, a
    {
    color: #03eaff;
    text-decoration: none;
    }


/*CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// 
CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// 
CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// CONTACT SECTION //// */
 
 
 .apptFormSection
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    width: 70%;
    height: 100%;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
     -webkit-justify-content: center; /* Safari */
    justify-content:         center;
    align-items: center;
    align-self: center;
    /*background: transparent url(../images/TPP_canvas_bg.jpg) no-repeat;*/
   /* background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: ETfont;
    display: block;
    position: absolute;
    margin: 0;
    /*clear: both;*/
   /* border: 1px solid red;*/
   border-top: 1px solid grey;
    }


.apptFormSectionCvr
    {
    background: rgba(255, 255, 255, 0.95);
    min-width: 100%;
    min-height: 100vh;
    overflow: hidden;
    }


 
.CDMGContactText
    {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: left; 
    font-family: MMFont;
    color: #000000;
    font-size: 2vw;
    font-weight: bolder;
    }
   

.contFields
    {
    width: 100%;
    height: 100%;
    color: #797a7b;
    text-align: center;
    padding-top: 40px;
    }

li
    {
    list-style-type: none;
    margin-top: 80px;
    margin-bottom: 40px;
    }

.confieldQuestion
    {
    width: 100%;
    height: auto;
	font-size: 40px;
	text-align: center;
    line-height: 100%;
	display: inline;
    }


.con_input_box2
    {
    width: 800px;
    height: 60px;
    font-family: MMFont;
	font-size: 25px;
	text-align: left;
	color: #303030;
	line-height: 0px;
	margin-top: 0px;
	border: 0px;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(80, 80, 80, 0.5);
    }

/*.con_input_box3
    {
    width: 800px;
    height: 400px;
    font-family: MMFont;
	font-size: 25px;
	text-align: left;
	color: #303030;
	line-height: 0px;
	padding-top: -90px;
	border: 0px;
	background-color: rgba(80, 80, 80, 0.02);
    }*/

textarea
    {
    width: 800px;
    height: 400px;
    padding: 10px;
    font-family: MMFont;
	font-size: 25px;
    border: 0px;
    background-color: rgba(80, 80, 80, 0.02);
    resize: none;
    }

.confieldQuestion
    {
    width: 100%;
    height: auto;
    margin: 0 auto;
	font-size: 40px;
	text-align: center;
    line-height: 100%;
	display: inline;
    }

.post
    {
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content:         center;
    align-self: center;
    
    }

.captchaCenter
    {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    }

.apptButn2
    {
    display: block;
    width: 300px;
    height: 100px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 100px;
	border: 0px;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	}

.apptButn2:hover 
    {
    background: #ff4d18;
    }

.apptButn2:hover .apptSubmitText
    {
    color: #ffffff;
    cursor: pointer;
    }


.apptSubmitText
    {
    width: 300px;
    height: 100px;
    font-family: MMFont;
	font-size: 50px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: rgba(255,77,24,1);
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
    }

/* CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// 
CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// 
CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// CONTACT SECTION END //// */



@media (max-width: 1870px) {
    .CDMGmrktItem { width: 300px; }
    .CDMGmrktTextTitle { font-size: 40px; }
    .CDMGmrktTextSubTitle { font-size: 22px; }
    .CDMGmrktTextDesc { font-size: 18px; }
    }

@media (max-width: 1770px) {
  .CDMGworkItem { margin-right: 100px; }
  .workButn { margin-top: 170px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
  .CDMGCaseItem { width: 685px; height: 620px; }
}

@media (max-width: 1695px) {
  .CDMGworkItem, .CDMGworkItem2 { height: 290px; }
  .workButn { margin-top: 170px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
  .CDMGCSscreenCvr, .CDMGCSscreen { height: 500px; }
  .CasesTitleDesc { width: 50%;  font-size: 20pt; line-height: 1.6; }
  .MMbodyText { margin-bottom: 10px; }
}

@media (max-width: 1550px) {
    .CDMGprojectTitle { font-size: 50px; line-height: 50px; }
    .ETTitlecontactInfo { font-size: 70px; }
    .apptSubText, .CDMGCaseSubText { font-size: 25px; padding: 0px; }
    .CDMGCaseSubText { margin-bottom: 10px; }
    .CDMGHomeLogo { width: 200px; height: 157px; }
    .CDMGHomeLine1 { width: 1092px; height: 148px; }
    .CDMGHomeLine2 { width: 1092px; height: 57px; }
    .CDMGHomeLine3 { width: 1090px; height: 19px; }
    .CDMGCaseItem { width: 600px; height: 580px; }
    .MMaboutHosCenter {width: 90%;}
}

@media (max-width: 1510px) {
  .CDMGworkItem, .CDMGworkItem2 { height: 290px; }
  .MMworkCenterContainer { margin-top: 50px; }
  .workButn { margin-top: 110px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
}

@media (max-width: 1470px) {
.CDMGworkItem3, #LIB03 { display: none; }
.CDMGcaseOpenSec { display: none; }
.CDMGcaseOpenParaHide { display: block; }
#LIBHide { display: inherit; }
.CDMGworkItem4 { width: 100%; }
.CDMGcaseOpenPara { padding-right: 0px; }
.CDMGHomeLogo { width: 170px; height: 133px; }
.CDMGHomeLine1 { width: 955px; height: 129px; }
.CDMGHomeLine2 { width: 955px; height: 49px; }
.CDMGHomeLine3 { width: 955px; height: 17px; }
.CasesTitleBold { margin-left: 20px; } 
.CasesTitleDesc { width: 100%;  font-size: 20pt; line-height: 1.6; }
.MerchTitleBold { font-size: 9vw; letter-spacing: 8px; line-height: 0.5; margin-top: 90px; }
}

@media (max-width: 1340px) {
    .CDMGCaseItem { width: 550px; height: 580px; }
    .CDMGCaseItemButn { width: 20vw; height: 7vw; }
    .CDMGCaseItemButn .CDMGShakeButnText { font-size: 2vw; }
}    

@media (max-width: 1305px) {
    #CDMGmrktSec { justify-content: space-around; }
    .CDMGHomeLogo { width: 170px; height: 133px; }
    .CDMGHomeLine1 { width: 785px; height: 106px; }
    .CDMGHomeLine2 { width: 787px; height: 41px; }
    .CDMGHomeLine3 { width: 785px; height: 14px; }
    }

@media (max-width: 1230px) {
    .CDMGCaseItem { width: 500px; height: 480px; }
    .CDMGCaseItemTitleSub { font-size: 20px; }
    .CDMGCaseItemButn { width: 20vw; height: 7vw; }
    .CDMGCaseItemButn .CDMGShakeButnText { font-size: 2vw; }
    .MerchSubTitleContainer { width: 95%; }
}    

@media (max-width: 1175px) {
  .homeLogos  { margin-top: 120px; }
  .CDMGHome { /*align-items: end;*/  justify-content: end;}
  .CDMGworkItem { width: 100%; height: 340px; }
  .CDMGworkItem2, #CanDis02, #LIB02, #TPP02, #B10002, #UNIP02, #CovAr02, #Rob02, #SMUSA02 { display: none; }
  .workButn { margin-top: 150px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
  .CDMGBrandLogos {  width: 90%; }
  .CDMGbrlLogo { width: 90px; height: 90px; }
  .CDMGCSscreenCvr, .CDMGCSscreen { height: 300px; }
  .CDMGHomeLogo { width: 150px; height: 118px; }
  .CDMGHomeLine1 { width: 655px; height: 86px; }
  .CDMGHomeLine2 { margin-top: 8px; width: 660px; height: 34px; }
  .CDMGHomeLine3 { margin-top: 8px; background: url(../images/CDMG_Home_CDMG_line3b.png) no-repeat; width: 658px; height: 12px; }
  .CDMGMouse { margin-top: 0px; }
  .CasesTitleDesc { font-size: 17pt; line-height: 1.6; }
  .MerchTitleBold { font-size: 10vw; letter-spacing: 8px; line-height: 0.5; margin-top: 0px; }
}

@media (max-width: 1120px) {
    .CDMGCaseItem { width: 400px; height: 420px; margin-bottom: 35px; }
    .CDMGCaseItemTitleSub { font-size: 20px; }
    .CDMGCaseItemButn { width: 224px; height: 78px; }
    .CDMGCaseItemButn .CDMGShakeButnText { font-size: 22px; }
    .CDMGHosaboutVideoImage { width: 415px; height: 234px; }
}    

@media (max-width: 1035px) {
  .apptFormSection { width: 80%; }
  .CDMGContactText { font-size: 2.5vw; }
  .MMworkCenterContainer { margin-top: 30px; }
  .workButn { margin-top: 210px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
  .CasesTitleDesc { font-size: 15pt; line-height: 1.6; }
  .MerchSubTitleContainer { width: 100%; }
  .CDMGaboutHosDescription { align-items: center; flex-direction: column-reverse;}
  .CDMGHosaboutVideoImage { width: 620px; height: 350px; margin-left: 0px; }
  .MMaboutHosDescriptionText {display: flex; align-items: center; flex-direction: column;}
}

@media (max-width: 940px) {
.CDMGHome { /*align-items: end;*/  justify-content: end;}
.apptSubText { width: 90%; }
.CDMGCScenter { width: 85%; }
.CDMGHomeLogo { width: 120px; height: 94px; }
.CDMGHomeLine1 { margin-top: 10px; width: 495px; height: 67px; }
.CDMGHomeLine2 { width: 499px; height: 26px; }
.CDMGHomeLine3 { width: 499px; height: 12px; }
.CDMGShakeButn { width: 200px; height: 80px; }
.CDMGShakeButnText { font-size: 20px; }
.CDMGMouse { margin-top: 30px; }
.CasesTitleBold { letter-spacing: 5px; margin-left: 5px; }
.CasesTitleDesc { width: 100%; font-size: 18pt; line-height: 1.6; }
.MerchTitleBold { font-size: 12vw; letter-spacing: 8px; line-height: 0.5; margin-top: 0px; }
}

@media (max-width: 910px) {
    .apptFormSection { width: 90%; }
    .contFields { padding-top: 0px; }
    .CasesProjects { -webkit-justify-content: center; /* Safari */ justify-content: center; }
    .CDMGCaseItem { width: 500px; height: 480px; }
    .CDMGCaseItemTitle { font-size: 30px; }
}

@media (max-width: 810px) {
    li { margin-top: 50px; margin-bottom: 40px; }
    .con_input_box2 { width: 700px; height: 60px; font-size: 25px; }
    textarea { width: 700px; }
}

@media (max-width: 800px) {
  .homeLogos  { margin-top: 70px; }
  .MMaboutCenter { width: 95%; }
  .MMheaderText { font-size: 40px; text-align: center; }
  .workButn { margin-top: 160px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
  .CDMGBrandLogos {  width: 90%; }
  .CDMGbrlLogo { width: 90px; height: 90px; }
  .CDMGShakeButn { margin-top: 10px; }
  .CasesTitleDesc { width: 100%; font-size: 14pt; line-height: 1.6; }
}

@media (max-width: 768px) {
    li { margin-top: 50px; margin-bottom: 40px; }
    .con_input_box2 { width: 600px; height: 60px; font-size: 25px; }
    textarea { width: 600px; }
}

@media (max-width: 725px) {
    .CDMGmrktItem { margin-bottom: 20px; }
    }

@media (max-width: 720px) {
    .workButn { margin-top: 125px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
    .CDMGCSscreenCvr, .CDMGCSscreen { height: 250px; }
    .MerchItem { width: 220px; height: 250px; }
    .MerchItemIMgContainer { height: 220px; }
    #CDMGMerchDesc { font-size: 18px; }
    .CDMGHosaboutVideoImage { width: 580px; height: 327px; }
  .MMaboutHosDescriptionText {display: flex; align-items: center; flex-direction: column;}
}

@media (max-width: 630px) {
  .HomeButn { margin-bottom: 0px; }
  .CasesButn { margin-bottom: 0px; }
  .CDMGworkItem { height: 200px; }
  .MMaboutCenterContainer { margin-top: 110px; }
    .CDMGprojectTitle { font-size: 30px; line-height: 30px; }
    .ETTitlecontactInfo { font-size: 50px; }
    .apptSubText, .CDMGCaseSubText { font-size: 20px; }
    .CDMGHomeLogo { margin-left: 5px; width: 120px; height: 94px; }
    .CDMGHomeLine1 { margin-left: 5px; width: 355px; height: 48px; }
    .CDMGHomeLine2 { margin-left: 5px; width: 355px; height: 18px; }
    .CDMGHomeLine3 { margin-left: 5px; background: url(../images/CDMG_Home_CDMG_line3c.png) no-repeat; width: 355px; height: 6px; }
    .CDMGShakeButn { margin-left: 5px; width: 200px; height: 80px; }
    .CDMGShakeButnText { font-size: 20px; }
    .CDMGContactText { font-size: 3vw; }
    li { margin-top: 30px; margin-bottom: 20px; }
    .con_input_box2 { width: 500px; height: 60px; font-size: 25px; }
    textarea { width: 500px; height: 300px; }
}

@media (max-width: 575px) 
{
    .MMaboutCenter { width: 90%; }
    .MMheaderText { font-size: 30px; text-align: center; }
    .MMbodyText { font-size: 15px; }
    .workButn { margin-top: 115px; padding-top: 10px; width: 160px; height: 50px; font-size: 23px; }
    .CDMGCSscreenCvr, .CDMGCSscreen { height: 200px; }
    .CasesTitleDesc { font-size: 12pt; line-height: 1.6; }
    li { margin-top: 30px; margin-bottom: 20px; }
    .con_input_box2 { width: 500px; height: 60px; font-size: 25px; }
    textarea { width: 500px; height: 300px; }
    .MerchTitleBold { font-size: 15vw; letter-spacing: 5px; line-height: 0.5; margin-top: 0px; }
    .CDMGHosaboutVideoImage { width: 495px; height: 279px; }
}

@media (max-width: 520px) {
  .MMaboutCenterContainer { margin-top: 110px; }
  li { margin-top: 30px; margin-bottom: 20px; }
    .con_input_box2 { width: 460px; height: 60px; font-size: 18px; }
    textarea { width: 460px; height: 200px; font-size: 18px; }
    .apptButn2 { width: 200px; height: 80px; margin-top: 45px; margin-bottom: 100px; }
    .apptSubmitText {width: 200px; height: 80px; font-size: 35px; }

}

@media (max-width: 505px) {
    .CDMGprtLogo { margin-left: 0px }
    .workButn { margin-top: 195px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
    .CDMGbrlLogo { width: 70px; height: 70px; }
    .MerchItem { width: 170px; height: 200px; }
    .MerchItemIMgContainer { height: 170px; }
    .CDMGHosaboutVideoImage { width: 390px; height: 220px; }
}

@media (max-width: 470px) {
  .MMaboutCenterContainer { margin-top: 110px; }
  li { margin-top: 30px; margin-bottom: 20px; }
    .con_input_box2 { width: 400px; height: 60px; font-size: 18px; }
    textarea { width: 400px; height: 200px; font-size: 18px; }
    .apptButn2 { width: 200px; height: 80px; margin-top: 45px; margin-bottom: 100px; }
    .apptSubmitText {width: 200px; height: 80px; font-size: 35px; }

}

@media (max-width: 440px) {
  .workButn { margin-top: 115px; padding-top: 10px; width: 160px; height: 50px; font-size: 23px; }
  .CDMGCSscreenCvr, .CDMGCSscreen { height: 150px; }
  .CDMGCaseItem { height: 420px; }
  .CDMGContactText { font-size: 4vw; }
  li { margin-top: 30px; margin-bottom: 20px; }
    .con_input_box2 { width: 370px; height: 60px; font-size: 18px; }
    textarea { width: 370px; height: 200px; font-size: 18px; }
    .apptButn2 { width: 200px; height: 80px; margin-top: 45px; margin-bottom: 100px; }
    .apptSubmitText {width: 200px; height: 80px; font-size: 35px; }
}

@media (max-width: 375px) {
    .workButn { margin-top: 140px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
    .CDMGbrlLogo { width: 55px; height: 55px; }
    .CDMGCScenter { width: 90%; }
    .CDMGContactText { font-size: 5vw; }
    li { margin-top: 30px; margin-bottom: 20px; }
    .con_input_box2 { width: 340px; height: 60px; font-size: 18px; }
    textarea { width: 340px; height: 200px; font-size: 18px; }
    .apptButn2 { width: 200px; height: 80px; margin-top: 45px; margin-bottom: 100px; }
    .apptSubmitText {width: 200px; height: 80px; font-size: 35px; }
    .CDMGHosaboutVideoImage { width: 300px; height: 169px; }
}


/* /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// WORK SECTION /////// */ 




/* /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// */

/* Lazy-man Reset */
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

/* Fullscreen Section */
header {
  width: 100%;
  /* 100% height */
  height: 100vh;
  color: white;
  background: #2980b9;
  text-align: center;
  padding: 20px;
  /* Fancy flex-box centering */
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

header h1 {
  font-size: 40px;
  font-family: 'Roboto';
  font-weight: 700;
  max-width: 700px;
  margin-bottom: 10px;
}

header p {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 20px;
  max-width: 700px;
  margin-bottom: 20px;
  opacity: .65;
}

/*.play {
  width: 70px;
  height: 70px;
  background: #222;
  display: block;
  margin: 0 auto;
  /* Important for :after */
  /*position: relative;
  /* Makes a circle */
  /*border-radius: 50%;
}*/

.play:hover {
  background: #333;
  cursor: pointer;
}

/*.play:after {
  position: absolute;
  content: "";
  /* Centering */
  /*top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left:  -8px;
  /* CSS Triangle */
  /*width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ffffff;
}*/





/* ////// Maximage Fullscreen Background Slideshow ///// Maximage Fullscreen Background Slideshow ///// Maximage Fullscreen Background Slideshow ///// Maximage Fullscreen Background Slideshow ///// */


.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

video, object {
 left:0;
 position:absolute;
 top:0;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}


/* Thumbnails Start */
/*I want to style my pager*/
#cycle-nav
    {
    margin-left: auto;
    margin-bottom: 60px;
    position: absolute;
    bottom: 0;
    }
#cycle-nav ul {
    list-style-type:none;
}
#cycle-nav ul li {
    border:1px solid #ffffcc;
    float:left;
    margin:4px;
    height:41px;
}
#cycle-nav ul li a {
    float:left;
    margin:2px;
    width:50px;
}
#cycle-nav ul li.activeSlide {
    border:1px solid #FF8000;
}

/*Thumbnails End */

/* ////// Maximage Fullscreen Background Slideshow ///// Maximage Fullscreen Background Slideshow ///// Maximage Fullscreen Background Slideshow ///// Maximage Fullscreen Background Slideshow ///// */



/* Fullscreen Overlay */

.overlay {
  width: 100%;
  height: 100vh;
  /* 50% opacity black */
  background: rgba(0,0,0,.5);
  /* Stays locked on scroll */
  position: fixed;
  /* On top of the rest*/
  z-index: 999;
  /* Hidden */
  opacity: 0;
  /* No interference */
  left: -100%;
  /* CSS3 Transition */
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}

/* 90% width container */
.video-container {
  width: 90%;
  /* Centering */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.close {
  width: 40px;
  fill: #c4c3c2;
  position: absolute;
  right: 40px;
  /* Bring above video */
  top: 10px;
}

.close:hover {
  /* 50% opacity white */
  fill: rgba(25,255,255,0.1);
  cursor: pointer;
}

/* Class to fade in overlay */
.show {
  opacity: 1;
}

.centerFrame
    {
    width: 100%
    }

@media (max-width: 970px) {
.close { width: 25px; right: 20px; /* Bring above video */ top: 10px; }
}

/* /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// VIMEO FULLSCREEN /////// */


