@-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%;
    }

 Artbody
    {
    background: none;
    height: 100%;
    max-width: 100%;
    }

@media (max-width: 1280px) {
  nav .logoBG2 { display: inline; }
  nav .logoBG { 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;
    }*/

a   {
    text-decoration:none;  
    }
    
nav navBrowse
    {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
    text-align: center;
	font-family: MMFont;
	font-weight: lighter;
	font-size: 35px;
	/*word-spacing: 20px;*/
	/*float: right;*/
	margin-top: 0px;
	padding-top: 60px;
	color: #ffffff;
	/*background: transparent url(../images/TPP_nav_tile.png) repeat-x;*/
    /*border-bottom: 1px solid #3D8A92;
	border-bottom-width: thin;*/
    }

.navSKLogo
    {
    width: 120px;
    min-height: 120px;
    background:  url(../images/SK_logo.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    padding-bottom: 0px;
    -webkit-filter: brightness(0) invert(.8); /* Safari 6.0 - 9.0 */
    filter: brightness(0) invert(.8);
    }

.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: #ffffff;
    }

@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: 30px; padding-top: 35px; }
    nav .navLinks { word-spacing: 30px;}
    }

@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: 970px) {
  nav navBrowse     { display: none; }
  serv servSec1 { display: none; }
  }

@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; }
    }
        
#CDMGabout, .MMdivide, #MMabout, #con, #MMshop
    {
	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;
    }




/* //////////////////////////////////////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: 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:  url(../images/Comp_gallery_temp.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-bottom: 0px;
    }
       
.homeSectionTemp
    {
    display: flex;
    align-items: end;
    width: 100%;
    min-height: 100%;
    background:  url(../images/Comp_gallery_temp.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-bottom: 0px;
    }
.ArtHomeSection
    {
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    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;
    padding-bottom: 20px;
    align-self: flex-end;
    }

.CasesSectionCvrTemp
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
    align-items: center;
    justify-content: center;
    /*background: rgba(255, 255, 255, 0.9);*/
    width: 100%;
    height: 100%;
    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%;
    }

.CasesTitle
    {
    width: 100%;
    height: 100vh;
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: column;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:  wrap;
    align-items: center;
    -webkit-justify-content: end; /* Safari */
    justify-content: end;
    align-self: flex-end; 
    padding-bottom: 30px;
    }

.CasesTitleTemp
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: column;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:  wrap;
    align-self: center; 
    margin-top: 120px;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    align-items: center;
    width: 95%;
    }

.ArtworkRow
    {
    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%;
    }




/* /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// */

.SKContactSection
    {
    display: inline-flex;
    width: 90%;
    height: 100%;
    align-self: center;
    justify-content: space-between;
    flex-direction: row;
    font-family: MMFont;
    color:rgba(0, 0, 0, 0.4);
    border-top: 1px solid #d3d3d3;
    padding-bottom: 390px;
    }

.SKContactTitles
    {
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    }

.SKContactTitle
    {
    font-size: 40pt;
    margin-top: 55px;
    }

.SKContactTitleSub
    {
    font-size: 17pt;
    margin-top: 15px;
    color: #727272;
    }

.SKContactSocial
    {
    width: 40px;
    min-height: 40px;
    margin-top: 20px;
    background:  url(../images/IG_logo.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    padding-bottom: 0px;
    -webkit-filter: brightness(0) invert(.8); /* Safari 6.0 - 9.0 */
    filter: brightness(0) invert(.8);
    }

.SKContactForm
    {
    display: flex;
    flex-direction: column; 
    width: 800px;
    height: 600px;
    margin-top: 50px;
    }


.SKcon_input_box2
    {
    display: flex;
    width: 100%;
    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);
    }


.SKContFormContactTellUs
    {
    display: flex;
    width: 100%;
    background-color: #f8f8f8;
    }


textarea
    {
    width: 100%;
    height: 400px;
    padding: 10px;
    font-family: MMFont;
	font-size: 25px;
    border: 0px;
    background-color: rgba(80, 80, 80, 0.02);
    resize: none;
    }


.SKContFormFields
    {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #797a7b;
    text-align: center;
    }
.SKContFormFields li {
        list-style-type: none;
        text-decoration: none;
        margin-bottom: 25px;
        }
    

.apptButn2
    {
    display: flex;
    width: 200px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 45px;
	border: 0px;
    font-weight: bolder;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	}

.apptButn2:hover 
    {
    background: #8de1ce;
    }

.apptButn2:hover .apptSubmitText
    {
    color: #ffffff;
    cursor: pointer;
    }


.apptSubmitText
    {
    display: flex;
    font-family: MMFont;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
    align-self: center;
    color: rgba(141,225,206,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 //// */


.SKfooter
    {
    display: flex;
    flex-direction: column;    
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20%;
    align-self: bottom;
    background-color: #f7f5f0;
    font-size: 15px;
    font-family: MMfont;
    padding-top: 20px;
    }

.SKFooterLogo
    {
    width: 60px;
    min-height: 60px;
    background:  url(../images/SK_logo.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    padding-bottom: 0px;
    -webkit-filter: brightness(0) invert(.8); /* Safari 6.0 - 9.0 */
    filter: brightness(0) invert(.8);
    }

.SKFooterCopyright
    {
    display: flex;
    }

.SKFooterJP
    {
    width: 140px;
    min-height: 100px;
    background:  url(../images/JellyPine_logo_v1_prime.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    padding-bottom: 0px;
    -webkit-filter: brightness(0) invert(.8); /* Safari 6.0 - 9.0 */
    filter: brightness(0) invert(.8);
    }

.ArtworkRowDetail
    {
    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%;
    }

.ArtworkRowDetail2
    {
    display: none;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center; 
    margin-top: 50px;
    width: 90%;
    }

.ArtworkRowDetail3
    {
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center; 
    margin-top: 20px;
    width: 100%;
    }

.ArtworkCol
    {
    display: none;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:  wrap;
    align-self: center; 
    margin-top: 70px;
    align-items: center;
    justify-content: center;
    width: 90%;
    }

.HomeImage
    {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 326px;
    overflow: hidden;
    /*background: url(../images/home_canvases.png) no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    align-self: center; 
    }

.HomeTempImage
    {
    display: flex;
    align-items:flex-start;
    justify-content: center;
    width: 884px;
    height: 326px;
    overflow: hidden;
    background: url(../images/Comp_gallery02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    align-self: center; 
    }


.ArtImage_Arc
    {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    /*background: url(../images/Arctic_web.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    align-self: center; */
    }

.HomeTitleImage
    {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 482px;
    height: 51px;
    margin-top: 10px;
    overflow: hidden;
    background: url(../images/home_title.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    align-self: center; 
    -webkit-filter: brightness(0) invert(1); /* Safari 6.0 - 9.0 */
    filter: brightness(0) invert(1);
    }

.HomeTitleTempImage
    {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 700px;
    height: 74px;
    overflow: hidden;
    background: url(../images/home_title.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    align-self: center; 
    -webkit-filter: brightness(0) invert(1); /* Safari 6.0 - 9.0 */
    filter: brightness(0) invert(1);
    }

.HomeTitleSub
    {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center; 
    margin-top: 35px;
    width: 100%;
    font-family: MMFont;
    font-size: 20pt;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    /*font-weight: lighter;*/
    }

.HomeTitleTempSub
    {
    display: flex;
    align-items: end;
    justify-content: center;
    align-self: flex-end;
    margin-top: 35px;
    width: 100%;
    font-family: MMFont;
    font-size: 20pt;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    /*font-weight: lighter;*/
    }

.HomeTitleArt
    {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center; 
    width: 100%;
    font-family: MMFont;
    font-size: 20pt;
    line-height: 1.6;
    color: #7a7a7a;
    /*font-weight: lighter;*/
    }

.HomeTitleArtSwipe
    {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center; 
    width: 100%;
    height: auto;
    font-family: MMFont;
    font-size: 20pt;
    line-height: 1.0;
    color: #7a7a7a;
    /*font-weight: lighter;*/
    }

.ExploreButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    /*align-items: end;*/
    align-items: end;
    justify-content: center;
    width: 100%;
    }

.ExploreButnTemp
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    /*align-items: end;*/
    align-items: end;
    justify-content: center;
    width: 100%;
    margin-bottom: 100px;
    }

.SKspace
    {
    display: none;
    width: 100%;
    height: 100px;
    }

.ArtworkItem
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 754px;
    height: 894px;
    margin-bottom: 95px;
    }

.ArtworkRowItem
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 95%;
    height: 100%;
    margin-bottom: 95px;
    }

.ArtworkRowItem3
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 95%;
    height: 100%;
    margin-bottom: 0px;
    }

.ArtworkRowItemText
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 600px;
    height: 100%;
    margin-bottom: 95px;
    }

.ArtworkRowItemText3 
    { 
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    width: 600px;
    height: 100%; 
    }

.ArtworkItemPurchaseDetails
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 754px;
    height: 100%;
    align-items: center;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    align-self: center;
    margin-bottom: 95px;
    }

.ArtworkItemPurchase
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 754px;
    height: 754px;
    margin-bottom: 0px;
    }

.ArtworkThm
    {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 754px;
    overflow: hidden;
    background: url(../images/artwork_item_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }


.ArtworkColThm
    {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 754px;
    overflow: hidden;
    background: url(../images/artwork_item_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }

.ArtworkItemTitle
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    width: 100%;
    height: auto;
    }

.ArtworkTitle
    {
    font-size: 28pt;
    }

.ArtworkDetailTitle
    {
    font-family: MMFont;
    font-size: 50pt;
    }

.ArtworkDetailInfo
    {
    font-family: MMFont;
    font-size: 20pt;
    color: #727272;
    }

.ArtworkItemSubTitle
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    width: 100%;
    height: auto;
    font-family: CDMGTitleDescFont;
    font-size: 25pt;
    }

.ArtworkDetailPrice
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    width: 350px;
    height: auto;
    font-family: CDMGTitleDescFont;
    font-size: 25pt;
    }

.ArtworkDetailShipSection
    {
    margin-top: 30px;
    margin-bottom: 30px;
    }

.ArtworkDetailShipSection3
    {
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    }
    
.ArtworkDetailShip
    {
    font-family: MMFont;
    font-size: 15pt;
    color: #727272;
    }

.ArtPrints
    {
    font-family: MMfont;
    font-size: 18pt;
    }

.ArtPrice
    {
    font-size: 18pt;
    }
    
.ArtSold
    {
    font-size: 18pt;
    color: Red;
    }

#smart-button-container
    {
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    width: 100%;
    }
  
#paypal-button-container
    {
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    width: 400px;
    }

.PPButnContainer
    {
    display: flex;
    width: 100%;
    align-items: center; 
    justify-content: center;
    font-family: MMFont;
    font-size: 15pt;
    color: #727272;
    }

/*PANGS CANVAS*/
#paypal-container-CWYUFF7WA4PGN
    {
    display: flex;
    width: 300px;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-self: center;
    justify-content: center;
    height: 210px;
    padding-bottom: 230px;
    overflow: hidden;
    }

/*PANGS PRINT*/
#paypal-container-H57FKL8MUK7UJ
    {
    display: flex;
    width: 300px;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-self: center;
    justify-content: center;
    height: 210px;
    padding-bottom: 230px;
    overflow: hidden;
    }

/*ARCTIC PRINT*/
#paypal-container-JD4RX7JXSK246
    {
    display: flex;
    width: 300px;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-self: center;
    justify-content: center;
    height: 210px;
    padding-bottom: 230px;
    overflow: hidden;
    }
/*EUPHORA CANVAS*/
#paypal-container-T7CJ2XGE9EKDA
    {
    display: flex;
    width: 300px;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-self: center;
    justify-content: center;
    height: 210px;
    padding-bottom: 230px;
    overflow: hidden;
    }
/*EUPHORA PRINT*/
#paypal-container-VUHEFYH49RLT4
    {
    display: flex;
    width: 300px;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-self: center;
    justify-content: center;
    height: 210px;
    padding-bottom: 230px;
    overflow: hidden;
    }

 #SKArtwork1
    {
    display: flex; /* Safari */
    display: flex;
    width: 412px;
    height: 552px;
    align-self: center;
    background:  url(../images/Artwork_Item1.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
 
 #SKArtwork2, #SKArtwork2b
    {
    display: flex; /* Safari */
    display: flex;
    width: 529px;
    height: 537px;
    align-self: center;
    background:  url(../images/Artwork_Item2.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
 
 .SKArtwork, .SKArtworkb
    {
    display: flex; /* Safari */
    display: flex;
    width: 95%;
    height: 575px;
    align-self: center;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 2px 5px grey;
    }

.ArtMag
    {
    display: inline-flex;
    width: 59px;
    height: 58px;
    background:  url(../images/icon_magnify.png) no-repeat;
    align-items: center;
    justify-content: center;
    align-self: center;
    opacity: 20;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    }

#SKArtwork3, #SKArtwork3b
    {
    display: flex; /* Safari */
    display: flex;
    align-self: center;
    background:  url(../images/Arctic_web.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }

/*//////////////////////////////////////////////////////////////////////////
SWIPER
//////////////////////////////////////////////////////////////////////////*/


.swiperContainer
    {
    width: 100%;
    height: 85vh;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    

.container
    {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    }


.swiper
    {
    width: 90%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    }


.swiper .swiper-slide
    {
    width: 90%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.swiper-slide
    {
    width: 100%;
    height: auto;
    display: flex;
    align-self: center;
    }

.swiper-slide img
    {
    width: 100%;
    height: 100%;
    display: flex;
    }

.swiper-slide .swiper_Art_Eu
    {
    width: 515px;
    height: 521px;
    display: flex;
    }

.swiper-slide .swiper_Art_Eu_ren
    {
    width: 100%;
    height: auto;
    display: flex;
    }

.swiper .swiper-button-prev, .swiper .swiper-button-next
    {
    color: #7c7c7c;
    }

.swiper .swiper-pagination-bullet-active
    {
    background: #000000;
    }


    
    
/*//////////////////////////////////////////////////////////////////////////
SWIPER
//////////////////////////////////////////////////////////////////////////*/
    
 #SKArtwork7, #SKArtwork7b
    {
    display: flex; /* Safari */
    display: flex;
    width: 615px;
    height: 597px;
    align-self: center;
    background:  url(../images/Pangs.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }
    
 #SKArtwork4
    {
    display: flex; /* Safari */
    display: flex;
    width: 615px;
    height: 515px;
    align-self: center;
    background:  url(../images/Complication.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }

 #SKArtwork5
    {
    display: flex; /* Safari */
    display: flex;
    width: 615px;
    height: 515px;
    align-self: center;
    background:  url(../images/Magnetism.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }

 #SKArtwork6
    {
    display: flex; /* Safari */
    display: flex;
    width: 730px;
    height: 354px;
    align-self: center;
    background:  url(../images/Ionic_Ocean.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    }

.ArtworkItemTitle
    {
    font-family: MMFont;
	font-size: 2vw;
	color: #525252;
	line-height: 45px;
	margin-top: 15px;
    }  

.ArtworkDetailsButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 56px;
    border: none;
	background-color: #8c867f;
    filter: alpha(opacity=70);
	}

.ArtworkPurchaseButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 65px;
    text-align: center;
    border: none;
	background-color: #8c867f;
    filter: alpha(opacity=70);
    margin-bottom: 30px;
	}
 
.CheckoutBackButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 220px;
    height: 65px;
    text-align: center;
    border: none;
	background-color: #8c867f;
    filter: alpha(opacity=70);
    margin-bottom: 30px;
	}
   
   
.DetailsButn
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    /*align-items: end;*/
    align-items: end;
    justify-content: start;
    width: 100%;
    margin-bottom: 30px;
    }


.ArtworkDetailsButnText
    {
    display: flex;
    font-family: MMFont;
	font-size: 15pt;
	align-self: center;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
    z-index: 5;
    }

.ArtworkDetailsButnTextHeight
    {
    line-height: 15pt;
    }
    
.PurchaseButnText
    {
    line-height: 20px;
    }

.CDMGplay
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 62px;
    border: 1px solid #f3f3f3;
	/*background-color: #03eaff;*/
    filter: alpha(opacity=70);
	}

.signUpText
    {
    display: flex;
    font-family: MMFont;
	font-size: 20px;
	align-self: center;
	text-decoration: none;
	color: #7a7a7a;
    }

.signUpTextTemp
    {
    display: flex;
    font-family: MMFont;
	font-size: 20px;
	align-self: center;
	text-decoration: none;
	color: #ffffff;
    }

.signUpText a:link
    {
	text-decoration: none;
    }

.signUpText a:hover
    {
	text-decoration: none;
    }

.signUpText a:visited
    {
	text-decoration: none;
    }

.CDMGplay a:link
    {
	text-decoration: none;
    }

.CDMGplay a:hover
    {
	text-decoration: none;
    }

.CDMGplay a:visited
    {
	text-decoration: none;
    }

.homeHead
    {
    display: inline-block;
    vertical-align; middle;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
    }


  
/* //////////////////////////////////////HOME SECTION END////////////////////////////////////// */


.SKTYCvr
    {
    background: rgba(23, 25, 25, 0.5);
    width: 100%;
    height: 100vh;
    overflow: auto;
    bottom: 90px;
    }

  
.SKTYCenterContainer
    {
    width: 100%;
    height: 100%;
    margin-top: 100px;
    display: block;
    }


.SKTYCenter
    {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    }
 
  

.SKTYkBlock
    {
    width: 100%;
    margin-left: auto;
    margin-top: 200px;
    }






/* /////// 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;*/
    padding-bottom: 65px;
    }


/* /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// ABOUT SECTION /////// */ 







@media (max-width: 1870px) {

    }

@media (max-width: 1770px) {

}

@media (max-width: 1695px) {
    .ArtworkItem { width: 700px; height: 830px; }
    #SKArtwork6 { width: 650px; height: 316px; }
    .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) {
    .ArtworkItem { margin-bottom: 150px; width: 670px; height: 794px; }
    .ArtworkThm { width: 100%;  height: 670px; }
}

@media (max-width: 1510px) {
    .ArtworkItem { width: 630px; height: 770px; }
    .ArtworkThm {  height: 630px; }
    #SKArtwork6 { width: 550px; height: 267px; }
    #SKArtwork7  { width: 500px; height: 485px; }
}

@media (max-width: 1470px) {
    .ArtworkItem { width: 612px; height: 750px; }
    .ArtworkThm {  height: 612px; }
    #SKArtwork4, #SKArtwork5 { width: 550px; height: 459px; }
    #SKArtwork6 { width: 550px; height: 267px; }
}

@media (max-width: 1365px) {
    .HomeTitleImage { margin-top: 10px; }
    .ArtworkItem { width: 565px; height: 690px; }
    .ArtworkThm { height: 565px; }
    .SKArtwork { height: 450px;  }
}    

@media (max-width: 1305px) {
    .ArtworkItem { width: 535px; height: 654px; }
    .ArtworkThm { height: 535px; }
    #SKArtwork2, #SKArtwork5, #SKArtwork7 { width: 450px; height: 450px;  }
    #SKArtwork4, #SKArtwork5 { width: 430px; height: 359px; }
    #SKArtwork6 { width: 475px; height: 231px; }
    #SKArtwork1 { width: 358px; height: 479px; }
    }

@media (max-width: 1270px) {
    .ArtworkRowItemText { width: 500px; }
    #SKArtwork4, #SKArtwork5 { width: 430px; height: 359px; }
}    

@media (max-width: 1230px) {
    .ArtworkRow { width: 95%; }
    .SKContactTitles { width: 450px;}
    .SKContactForm { width: 600px; border: none; }
}    

@media (max-width: 1190px) {
    .ArtworkRowDetail {  }
}    

@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; }
}

@media (max-width: 1150px) {
.ArtworkRowDetail { display: none; }
.ArtworkRowDetail2 { display: flex; }
.ArtworkRowItem { margin-bottom: 0px; }
.ArtworkRowThm { display: flex; align-items: center; justify-content: center; width: 100%; height: 550px; overflow: hidden; background: url(../images/artwork_item_bg.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; }
.ArtworkRowItemText, .ArtworkRowItemText3 { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.SKArtworkb { width: 90%; height: 500px; }
#SKArtwork2b { width: 500px; height: 500px; }
#SKArtwork4, #SKArtwork5 { width: 530px; height: 443px; }
#SKArtwork6 { width: 770px; height: 374px; }
}    

@media (max-width: 1145px) {
    .ArtworkRow { display: flex; -webkit-flex-direction: column; /* Safari */ flex-direction: column; align-items: center; justify-content: center; width: 95%; }
}    

@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; }
}    

@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; }
}

@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; }
#SKArtwork6 { width: 690px; height: 335px; }
}

@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) {
    .SKContactSection { flex-direction: column; width: 95%; align-items: center; justify-content: center;}
    .SKContactTitles { width: 100%; align-items: center; justify-content: center;}
    li { margin-top: 50px; margin-bottom: 40px; }
    .con_input_box2 { width: 700px; height: 60px; font-size: 25px; }
    textarea { width: 700px; }
    #SKArtwork6 { width: 590px; height: 286px; }
}

@media (max-width: 800px) {
    .CasesTitle { margin-top: 120px; }
    /*.homeSection { width: 100%; min-height: 100%; background:  url(../images/kh_bg_480.jpg) no-repeat; }*/
    /*.HomeImage { width: 394px; height: 145px; overflow: hidden; background: url(../images/home_canvases_480.png) no-repeat; }*/
    .HomeTitleImage { width: 394px; height: 42px; margin-top: 10px; background: url(../images/home_title_480.png) no-repeat; }
    .HomeTitleTempImage { width: 600px; height: 63px; }
    .HomeTitleSub { font-size: 15pt; margin-top: 20px; text-align: center; }
    .HomeTitleTempSub { font-size: 15pt; margin-top: 20px; text-align: center; }
    .ArtworkItemPurchaseDetails { width: 100%; } 
    .ArtworkDetailTitle { font-size: 40px; }
    .ArtworkDetailInfo { font-size: 18pt; }
    .ArtworkDetailShipSection { align-items: center; justify-content: center; }
    .ArtworkTitle { font-size: 23pt; }
    .ArtPrints { font-size: 15pt; }
    .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; }
    #SKArtwork7b { width: 500px;  }
}

@media (max-width: 768px) {
    .ArtworkRow { margin-left: 0px; display: flex; align-items: center; justify-content: center;}
    .ArtworkItem { margin-bottom: 150px; width: 520px; height: 617px; }
    .ArtworkThm { width: 520px; height: 520px; }
    .SKArtwork {  width: 480px; height: 480px; }
    .SKArtworkb { width: 90%; height: 500px; }
    #SKArtwork4, #SKArtwork5 { width: 400px; height: 334px; }
    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; }
#SKArtwork6 { width: 490px; height: 238px; }
    }

@media (max-width: 720px) {
  .workButn { margin-top: 125px; padding-top: 20px; width: 195px; height: 70px; font-size: 23px; }
  .CDMGCSscreenCvr, .CDMGCSscreen { height: 250px; }
  .HomeTitleTempImage { width: 450px; height: 48px; }
}

@media (max-width: 630px) {
.HomeButn { margin-bottom: 0px; }
.ArtworkRowThm { height: 450px; }
.SKArtworkb { width: 90%; height: 90%; }
#SKArtwork2b { width: 430px; height: 420px; }
#SKArtwork4, #SKArtwork5 { width: 400px; height: 334px; }
#SKArtwork6 { width: 390px; height: 189px; }
#SKArtwork7b { width: 390px; height: 379px; }
.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; }
.SKContactSection { flex-direction: column; width: 95%; align-items: center; justify-content: center;}
.SKContactTitles { width: 100%; align-items: center; justify-content: center;}
.SKContactForm { width: 100%; border: none; }
 }

@media (max-width: 575px) 
{
 .ArtworkRow { margin-left: 0px; }
 .ArtworkItem { margin-bottom: 150px; width: 520px; height: 617px; }
    .ArtworkThm { width: 520px; height: 520px; }
    #SKArtwork2b { width: 385px; height: 400px; }
    .SKArtwork {  width: 480px; height: 480px; }
    .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; }
.SKspace { display: flex; }

}

@media (max-width: 545px) {
    .ArtworkItem { margin-bottom: 150px; width: 460px; height: 546px; }
   .ArtworkThm { width: 450px; height: 450px; }
   .SKArtwork {  width: 400px; height: 400px; }
   #SKArtwork1 { width: 318px; height: 425px; }
   #SKArtwork2, #SKArtwork5 { width: 410px; height: 410px;  }
   #SKArtwork7 { width: 410px; height: 400px; }
   .ArtworkTitle { font-size: 23pt;}
   .ArtPrints { font-size: 15pt; }
}

@media (max-width: 520px) {
.CasesTitle { margin-top: 120px; }
/*.homeSection { width: 100%; min-height: 100%; background:  url(../images/kh_bg_480.jpg) no-repeat; }*/
/*.HomeImage { width: 394px; height: 145px; overflow: hidden; background: url(../images/home_canvases_480.png) no-repeat; }*/
.HomeTitleImage { width: 394px; height: 42px; margin-top: 10px; background: url(../images/home_title_480.png) no-repeat; }
.HomeTitleTempImage { width: 375px; height: 40px; }
.HomeTitleSub { font-size: 15pt; margin-top: 20px; text-align: center; }
.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; }
#SKArtwork4, #SKArtwork5 { width: 340px; height: 284px; }
.SKContactSection { flex-direction: column; width: 95%; align-items: center; justify-content: center;}
.SKContactTitles { width: 100%; align-items: center; justify-content: center;}
.SKContactForm { width: 100%; border: none; }

}

@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; }
#SKArtwork7 { width: 380px; height: 370px; }
.SKContactSection { flex-direction: column; width: 95%; align-items: center; justify-content: center;}
.SKContactTitles { width: 100%; align-items: center; justify-content: center;}
.SKContactForm { width: 100%; border: none; }
.SKContactTitleSub { text-align: center; }
.SKcon_input_box2 { font-size: 20px;}
}

@media (max-width: 470px) {
  .ArtworkRow { width: 90%; }
  .ArtworkRowThm { height: 400px; }
  .CasesTitle { margin-top: 120px; }
  /*.homeSection { width: 100%; min-height: 100%; background:  url(../images/kh_bg_480.jpg) no-repeat; }*/
  /*.HomeImage { width: 394px; height: 145px; overflow: hidden; background: url(../images/home_canvases_480.png) no-repeat; }*/
  .HomeTitleImage { width: 394px; height: 42px; margin-top: 10px; background: url(../images/home_title_480.png) no-repeat; }
  .HomeTitleSub { font-size: 15pt; margin-top: 20px; text-align: center; }
  .ArtworkItem { width: 400px; }
  .ArtworkItemPurchase { margin-bottom: 80px; width: 100%; height: 700px; }
   .ArtworkThm { width: 100%; height: 400px; }
   .ArtworkItemPurchaseDetails { width: 100%; } 
   .ArtworkDetailTitle { font-size: 40px; }
   .ArtworkDetailInfo { font-size: 16pt; }
   .ArtworkDetailShipSection { align-items: center; justify-content: center; }
   .SKArtwork {  width: 80%; height: 400px; }
   #SKArtwork1 { width: 272px; height: 364px; }
   #SKArtwork5, #SKArtwork2, #SKArtwork2b, #SKArtwork3, #SKArtwork3b {  width: 90%; height: 360px; }
   #SKArtwork4, #SKArtwork5 { width: 340px; height: 284px; }
   #SKArtwork7 { width: 340px; height: 330px; }
   #SKArtwork7b { width: 340px; height: 330px; }
   #SKArtwork6 { width: 330px; height: 160px; }
   .ArtworkTitle { font-size: 20pt; }
   .ArtPrints { font-size: 15pt; }
  .MMaboutCenterContainer { margin-top: 110px; }
  li { margin-top: 30px; margin-bottom: 20px; }
    .con_input_box2 { width: 400px; height: 60px; font-size: 18px; }
    }

@media (max-width: 440px) {
.ArtworkItem { width: 370px; }
.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; }
#SKArtwork4, #SKArtwork5 { width: 320px; height: 267px; }
#SKArtwork7b { width: 300px; height: 291px;  }
}

@media (max-width: 420px) {
.ArtworkTitle { font-size: 20pt; }
.ArtPrints { font-size: 12pt; }
}


@media (max-width: 390px) {
#SKArtwork6 { width: 300px; height: 146px; }   
.HomeTitleTempImage { width:350px; height: 37px; } 
}


@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; }
.apptSubmitText {width: 200px; height: 80px; font-size: 35px; }
#SKArtwork4, #SKArtwork5 { width: 290px; height: 242px; }
}


/* /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT SECTION /////// CONTACT 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 /////// */


