@charset "UTF-8";
#digital-header-image {
	background-image:url(../images/header-images/parallax-effect/digital-tile-large.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
#digital-header-image {
    background-image:url(../images/header-images/parallax-effect/digital-tile-large-2x.jpg);
}
}
@media only screen and (max-width: 1068px) {
#digital-header-image {
    background-repeat: no-repeat;
	background-image:url(../images/header-images/parallax-effect/digital-tile-medium.jpg);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1068px), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
#digital-header-image {
	background-image:url(../images/header-images/parallax-effect/digital-tile-medium-2x.jpg);
}
}
@media only screen and (max-width: 770px) {
#digital-header-image {
    background-repeat: no-repeat;
	background-image:url(../images/header-images/parallax-effect/digital-tile-small.jpg);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 770px), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
#Ddgital-header-image {
	background-image:url(../images/header-images/parallax-effect/digital-tile-small-2x.jpg);
}
}
.purple-bg {
    background-color: #601b70;
}
.sub-header h4 {
    margin-top: 25px;
}
.main-content .section-content-overlap {
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
	top: -110px;
	margin-bottom: -60px;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	}
.parallax-digital {
	background-image:url(../images/scrolling/macro-fiber-scrolling-large.jpg);
	width: 100%;
	position: relative;
}
.fancybox-stage .modal-style-1 {
    border-radius: 18px;
    background-color: #E9E9E9;
}
.modal-style-1  .fancybox-close-small:after {
    top: 4px;
    right: 4px;
    width: 25px;
    height: 25px;
    line-height: 27px;
}

.modal-sites {
/*    border: solid 2px #000000;*/
    padding: 20px;
    border-radius: 18px;
    text-align: center;
    max-width: 486px;
    background-color: #FFFFFF;
}

.modal-sites h2 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 10px;
}
.modal-sites p {
    margin-top: 0;
    margin-bottom:  20px;
}
.modal-sites .blue-cta {
    margin-bottom: 10px;
}
.site-section hr {
    border-top: solid 1px #000000;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo-mid-text {
    padding: 20px;
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.parallax-digital {
    background-image:url(../images/scrolling/macro-fiber-scrolling-large-2x.jpg);
}
}
@media only screen and (max-width: 1068px) {
.parallax-digital {
    background-repeat: no-repeat;
	background-image:url(../images/scrolling/macro-fiber-scrolling-medium.jpg);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1068px), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
.parallax-digital {
	background-image:url(../images/scrolling/macro-fiber-scrolling-medium-2x.jpg);
}
}
@media only screen and (max-device-width: 1024px) and (max-width: 770px) {
.parallax-digital {
    background-repeat: no-repeat;
	background-image:url(../images/scrolling/macro-fiber-scrolling-small.jpg);
}
}
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 770px), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
.parallax-digital {
	background-image:url(../images/scrolling/macro-fiber-scrolling-small-2x.jpg);
}
}
@media only screen and (max-width: 450px) {
.parallax-digital {
	margin-bottom:0;
}
}
/*
.background-container {
	background-color: #fafafa;
	overflow: hidden;
	margin-bottom: 30px;
}
*/
.weblink-box, .multiweblinks-box, .webscreenshot-box  {
	overflow: hidden;
	position: relative;
}
.weblink-box:after, .multiweblinks-box:after, .webscreenshot-box:after {
	position: absolute;
	pointer-events: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:55%;
	opacity:0;
	-webkit-transition: scale, 0.6s ease-out;
	-moz-transition: scale, 0.6s ease-out;
	-o-transition: scale, 0.6s ease-out;
    transition: scale, 0.6s ease-out;
}

.weblink-box:after {
	background-image: url(../img/digital/interneticon2.svg);
}

.multiweblinks-box:after {
background-image:url(../img/digital/multiinterneticon.svg);	
}

.webscreenshot-box:after {
	background-image:url(../img/digital/screenshot-icon.svg);
}

.boxinner-digital:hover .weblink-box:after, .boxinner-digital:hover .multiweblinks-box:after, .boxinner-digital:hover .webscreenshot-box:after {
	opacity:1;
}
/*
.weblink-box:hover.weblink-box:after, .multiweblinks-box:hover.multiweblinks-box:after, .webscreenshot-box:hover.webscreenshot-box:after {
	opacity:1;
}
*/

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.weblink-box:after {
	background-image: url(../Images/digital/interneticon_2x.png);
}
.multiweblinks-box:after {
	background-image: url(../Images/digital/multiinterneticon_2x.png);
}
} */

.boxinner-digital a {
    color: #000000;
    text-decoration: none;
}
.boxinner-digital a:hover h6, .boxinner-digital a:hover .lightbox-textbox p {
    text-decoration: underline;
}
.tophumbbackcolor {
	background-color:#00BC04;
}
.boxinner-digital, .box-banner {
	margin-left:10px;
	margin-right:10px;
}
	
.box-3-col, .box-2-col, .box-1-col {
	margin-bottom: 25px;
}
.box-3-col {
	width: 33.33%;
}
.box-2-col {
    width: 50%;
}
.digital-textbox, .digital-textbox-2, .banner-textbox {
	margin: 0;
	max-width: 100%;
/*	min-height: 152px;*/
	background-color: #FFFFFF;
/*
	border-bottom-width: 18px;
	border-bottom-style: solid;
	border-bottom-color: #48CBFF;
*/
}
.digital-textbox, .digital-textbox-2 {
    padding: 15px 17px;
    min-height: 132px;   
}
.digital-textbox {
    padding: 15px 17px;
}
.digital-textbox-2, .banner-textbox {
    padding: 15px 0;
}

.weblink-box img, .multiweblinks-box img, .webscreenshot-box img {
	max-width: 100%;
	vertical-align:middle;
}
.contenttumb {
	font-size:16px;
	line-height:20px;
    margin-bottom: 0;
}
.ln-viewport-emitter {
	position:relative;
	overflow:hidden;
	height:542px;
}
.element-in-view {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.header-parallax-image-582px {
	padding-bottom: 582px;
}
.topthumbimage {
	transition: scale, 0.9s ease-out;
	-webkit-transition: scale, 0.9s ease-out;
	-moz-transition: scale, 0.9s ease-out;
	-o-transition: scale, 0.9s ease-out;
}
.boxinner-digital:hover .topthumbimage, .multiweblinks-box:hover .topthumbimage, .webscreenshot-box:hover .topthumbimage {
 
/*.weblink-box:hover .topthumbimage, .multiweblinks-box:hover .topthumbimage, .webscreenshot-box:hover .topthumbimage {    */
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.box-banner img  {
    max-width: 100%;
    height: auto;
}
.logos-bg-box {  
    background-color: #fafafa;
    padding: 60px 0;
    border-radius: 60px;
    box-sizing: border-box;
}
.logo-1, .logo-2 {
    padding: 40px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    border-radius: 30px;
/*    min-height: 410px;*/
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    box-shadow: 0 10px 30px rgba(37, 25, 34, 0.08);
}
/*
.awards-box {
    padding-bottom: 80%;
    position: relative;
}
*/
.awards-box-inter {
    padding-bottom: 94%;
    position: relative;
}

.awards-box-1, .awards-box-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.awards-box-1:before, .awards-box-2:before {
    opacity: 0;
    border-radius: 30px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #FF9292;
    background-image: linear-gradient(160deg, #FF9292 0%, #FF2929 100%);
    transition: opacity 0.3s ease;
}
.stroke-color-axtive {
    transition: stroke 0.3s ease;   
}
.fill-color-axtive {
    transition: fill 0.3s ease; 
}
.awards-box-1:hover:before, .awards-box-2:hover:before {
    opacity: 1;
}
.awards-box-1:hover .fill-color-axtive {
    fill: #FFFFFF;
}
.awards-box-2:hover .stroke-color-axtive {
    stroke: #FFFFFF;
}
.banner-slider {
    text-align: center;
}
.banner-row {
    padding-left: 10px;
    padding-right: 10px;
    padding-top:  60px;
}

.box-banner {
    display: inline-block;
    text-align: left;
}

.banner-slider .slick-prev, .banner-slider .slick-next {
    top: 40%;
}

/* Sonos */

.sonos-left-img {
    border-radius: 30px 0 0 30px;
    /*overflow: hidden;*/
    background-image: url('/./img/digital/sonos-parter-portal.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 37%;
}

.sonos-right-textbox {
    border-radius: 0 30px 30px 0;
}
.sonos-right-textbox h5 {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}
.sonos-right-textbox h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    color: #ffffff;
    margin: 20px 0 12px 0;
}
.sonos-right-textbox p {
    font-weight: 100;
}
.sonos-bg {
    background-color: #2E2E2E;
    color: #ffffff;
}

/* End Sonos */

/*-----Lightbox-----*/
.lightbox-container {
	background-color:#fafafa;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 15px 15px 15px;
}
.thumb-lightbox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	}
.lightbox-textbox {
	margin: 0;
	padding: 2px 17px 0 17px;
	max-width: 100%;
	min-height: 80px;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #48CBFF;
}
#hidden-content {
  /* Custom styling */
/*  border-radius: 4px;*/

  /* Custom transition - slide from top*/
  transform: translateY(-60px);
  transition: all .33s;
}
.fancybox-slide--current #hidden-content {
  transform: translateY(0);
}

@media only screen and (min-width: 920px) and (max-width: 1279px) {
.digital-textbox {
    min-height: 156px;
    }
}

@media only screen and (max-width: 910px) {
.digital-textbox, .digital-textbox-2  {
	min-height: 192px;
/*    min-height: 152px;*/
}
}

@media only screen and (min-width: 768px) {
.box-2-col .weblink-box:after, .box-2-col .multiweblinks-box:after, .box-2-col .webscreenshot-box:after {
    background-size: 35.5%;
    }
}

@media only screen and (max-width: 767px) {
.box-3-col {
	width: 50%;
}
.digital-textbox, .digital-textbox-2  {
/*	min-height: 152px;*/
    min-height: 156px;
}

.ln-viewport-emitter {
	height:412px;
}
.header-parallax-image-582px {
	padding-bottom: 442px;
}
.main-content .section-content-overlap {
	top: -95px;
	margin-bottom: -45px;
	}
    .banner-slider .slick-prev, .banner-slider .slick-next {
    top: 36%;
}
    .banner-slider .slick-prev {
        left: 25px;
    }
    .banner-slider .slick-next {
        right: 25px;
}
    .sonos-max-width {
        max-width: 500px;
    }
    .sonos-left-img {
    border-radius: 30px 30px 0 0;
    padding-bottom: 75%;
}

.sonos-right-textbox {
    border-radius: 0 0 30px 30px;;
}
}

@media only screen and (max-width: 592px) {
.box-3-col, .box-2-col {
	width: 100%;
}
.digital-textbox, .digital-textbox-2 {
	min-height: 148px;
}
h6 {
	font-size: 19px;
	line-height:22px;
}
.contenttumb {
	font-size:18px;
	line-height:22px;	
}
.logos-bg-box {
    padding: 40px;
    }
    .main-content .section-content-overlap {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 400px) {
.sonos-right-textbox h5 {
    font-size: 26px;
    line-height: 33px;
}
}