/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * logitech.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */

@font-face {
    font-family: "Brown-Pro-Regular";
    src:url("/styles/fonts/lineto-brown-pro-regular.eot");
    src:url("/styles/fonts/lineto-brown-pro-regular.eot?#iefix") format("embedded-opentype"),
        url("/styles/fonts/lineto-brown-pro-regular.woff") format("woff"),
        url("/styles/fonts/lineto-brown-pro-regular.ttf") format("truetype"),
        url("/styles/fonts/lineto-brown-pro-regular.svg#lineto-brown-pro-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Brown-Pro-Bold";
    src:url("/styles/fonts/lineto-brown-pro-bold.eot");
    src:url("/styles/fonts/lineto-brown-pro-bold.eot?#iefix") format("embedded-opentype"),
        url("/styles/fonts/lineto-brown-pro-bold.woff") format("woff"),
        url("/styles/fonts/lineto-brown-pro-bold.ttf") format("truetype"),
        url("/styles/fonts/lineto-brown-pro-bold.svg#lineto-brown-pro-bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

/***************/
/*** icomoon ***/
/***************/

@font-face {
	font-family: 'icomoon';
	src:url('/styles/fonts/icomoon.eot?mkr9vp');
	src:url('/styles/fonts/icomoon.eot?#iefixmkr9vp') format('embedded-opentype'),
		url('/styles/fonts/icomoon.ttf?mkr9vp') format('truetype'),
		url('/styles/fonts/icomoon.woff?mkr9vp') format('woff'),
		url('/styles/fonts/icomoon.svg?mkr9vp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-triangle-up:before {
	content: "\e600";
}
.icon-triangle-down:before {
	content: "\e601";
}
.icon-cancel-circle:before {
	content: "\ea0d";
}
.icon-cross:before {
	content: "\ea0f";
}
.icon-facebook2:before {
	content: "\ea8d";
}
.icon-twitter2:before {
	content: "\ea92";
}


/*** BOOTSTRAP help/overrides ***/

#splash .col-centered{
    float: none;
    margin: 0 auto;
    text-align: center;
}
#splash .v-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.stop-scrolling {
    overflow: hidden !important;
}

/* Fill for pages w/out bootstrap */
#splash #close-bar .col-xs-4 {
    margin: auto;
    float: left;
    width: 33.3333%;
}
#splash #close-bar .col-xs-4.pull-left {
    float: left;
    width: 33.3333%;
}
#splash #close-bar .col-xs-4.pull-right {
    float: right;
    width: 33.3333%;
}
#splash #close-bar .close-right.text-right {
    float: right;
}

@media only screen and (max-width: 599px) {
	#splash .col-xs-4 {
		display: inline-block;
		float: left;
		width: 33.33333333%;
		padding-left: 0;
		padding-right: 0;
        clear:none;
	}
	#splash .col-xs-8 {
		width: 66.66666667%;
		padding-left: 0;
		padding-right: 0;
        clear:none;
	}
	#splash .pull-right {
		float: right !important;
	}
}

/**************/
/*** splash ***/
/**************/

#splash {
	display: table;
	width: 100%;
	color: #000;
}

#splash #logo {
    height: 40%;
    width: 80%;
    max-width:838px;
}

#splash .content-text {
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
}
#splash #close-bar .close-left {
    padding-left: 6px;
}
#splash #close-bar .close-right {
    padding-right: 6px;
}


#splash-bar {		/* splash trigger bar */
	display: table-cell;
	vertical-align: middle;
	background-color: #ddfb35;
	color: #000;
	font-family: "Brown-Pro-Bold", sans-serif;
	font-size: 24px;
	text-align: center;
	height: 42px;
	width: 100%;
	cursor: pointer;
}
#splash-page {		/* splash page w content */
	position: fixed;
	display: none;
	background-color: #ddfb35;
	font-family: "Brown-Pro-Bold", sans-serif;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 10000;
	overflow: hidden;
}

#splash .logo {
	vertical-align: middle;
	background-image: url('/images/splash/logo-logitech.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 30.3%;
}
#splash.logicool .logo {
    padding-bottom: 29.833%;
}
#splash.china .logo {
    padding-bottom: 19.332%;
}
#splash #splash-content {	/* center content/message area of splash */
	/* display: inline-block;*/
	height: 21%;
}

#splash .splash-btn {
	display: inline-block;
	background-color: #000;
	color: #ddfb35;
	font-family: "Brown-Pro-Regular", sans-serif;
	font-size: 15px;
	margin-top: 14px;
	padding: 14px 24px;
	cursor: pointer;
}
#splash .splash-btn:hover,
#splash .splash-btn:active {
	color: #ddfb35;
}
#splash #close-bar {
	background-color: #ddfb35;
	color: #000;
	font-family: "Brown-Pro-Bold", sans-serif;
	font-size: 14px;
	position: absolute;
	/* bottom: 0; set top via js */
	height: 50px;
    overflow: hidden;
    line-height: 50px;
	width: 100%;
	clear: both;
}

#splash #close-bar .close-center {
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

#splash #close-bar .close-left,
#splash #close-bar .close-right {
	font-family: "Brown-Pro-Regular", sans-serif;
	font-size: 12px;
}
#splash #link-learn,
#splash #link-share,
#splash .social-link {
	cursor: pointer;
}
#splash .social-link {
}
#splash #close-bar a {
	color: #000 !important;
}
#splash-bar .arrow {
	position: relative;
	top: 0px;
}
#splash #close-bar .close-center .arrow {
	position: relative;
	top: 3px;
}

#splash .splash-close-button {
    display:none;
    position: absolute;
    right:10px;
    top:10px;
    z-index:1020;
    color:#000;
}


/*** WIDTH MEDIA QUERIES ***/

/* mobile landscape */
@media (max-device-width: 750px) and (orientation:landscape) {
    #splash .splash-close-button {
        display:block;
    }
    /*
    body #splash #close-bar {
        height: 140px;
    }
    body #splash.fullscreen-mode #close-bar {
        height:50px;
    }
    */
}

/* tablet */
@media (min-width : 768px) {
	#splash-bar {
		font-size: 24px;
		height: 42px;
	}
	#splash #logo {
        width:70%;
        height: 47%;
	}

	#splash #close-bar {
		font-size: 24px;
	}

	#splash #close-bar .close-left {
		padding-left: 32px;
	}
	#splash #close-bar .close-right {
		padding-right: 32px;
	}
	#splash #close-bar .close-left,
	#splash #close-bar .close-right {
		font-size: 15px;
	}

}


/* tablet landscape */
@media (min-width : 768px) and (orientation : landscape) {

	#splash .splash-btn {
		font-size: 15px;
		padding: 14px 24px;
		cursor: pointer;
	}

}

/* Desktop */
@media (min-width: 1024px) {

    #splash .content-text {
        font-size: 17px;
        line-height: 24px;
    }
    #splash #close-bar .close-left,
    #splash #close-bar .close-right {
        font-size: 15px;
    }
    #splash #close-bar .close-left {
        padding-left: 70px;
    }
    #splash #close-bar .close-right {
        padding-right: 70px;
    }
    #splash-bar {
        font-size: 24px;
        height: 42px;
    }
    #splash #logo {
        height: 52%;
    }
    #splash #close-bar {
        font-size: 24px;
    }


}
@media (min-width: 1200px) {
    #splash #logo {
        height: 57%;
    }
    #splash .content-text {
        font-size: 24px;
        line-height: 36px;
    }
}


/*** HEIGHT MEDIA QUERIES ***/


@media (max-height: 499px) {

    #splash .v-center {
        top:54%;
    }

    #splash #logo {
        height: 45%;
        max-width:390px;
    }
    #splash .content-text {
        font-size: 15px;
        line-height: 22px;
    }
    #splash .splash-btn {
        font-size: 12px;
        padding: 10px 20px;
        cursor: pointer;
    }

}

@media (max-height: 320px) {
    #splash #logo {
        height: 35%;
        max-width:260px;
    }
    #splash .content-text {
        font-size: 13px;
        line-height: 20px;
    }
    #splash .splash-btn {
        font-size: 11px;
        padding: 8px 18px;
        cursor: pointer;
        margin-top:10px;
    }
}



/********************/
/*** splash video ***/
/********************/

#splash .video-con-table {
	display: table;
	width: 100%;
	height: 100%;
    vertical-align: middle;
}
#splash .video-con-cell {
	display: table-cell;
}
#splash .splash-video-overlay {
    background-color: #000000;
    width:100%;
    height:100%;
    position:absolute;
    color:#ffffff;
    vertical-align: middle;
	z-index: 10010;
}
#splash .splash-video-overlay a {
    color:#ffffff;
}
#splash .splash-video-close-button {
    position: absolute;
    right:10px;
    top:10px;
    z-index:1020;
}
#splash .splash-overlay {
    text-align: center;
}
#splash .animate-transition {
    -webkit-transition:	-webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
#splash .offscreen {
    margin-left:-9999px;
}
#splash .zoom-hidden {
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: scale(0.00001,0.00001);
    -webkit-transform: scale(0.00001,0.00001);
    -o-transform: scale(0.00001,0.00001);
    -ms-transform: scale(0.00001,0.00001);
    transform: scale(0.00001,0.00001);
}
#splash .zoom-show {
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

#splash .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}
#splash .video-container iframe,
#splash .video-container object,
#splash .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#splash a:hover,
#splash a:active {
	text-decoration: none;
}

/*** COLORS ***/

#splash.electricco,
#splash.ciano {
	color: #000;
}
#splash.electricco .logo,
#splash.ciano .logo {
    background-image: url('/images/splash/logo-logitech.png');
}
#splash.electricco.logicool .logo,
#splash.ciano.logicool .logo {
	background-image: url('/images/splash/logo-logicool.png');
}
#splash.electricco.china .logo,
#splash.ciano.china .logo {
    background-image: url('/images/splash/logo-logitech-china.png');
}
#splash.electricco .splash-btn,
#splash.ciano .splash-btn {
	color:  #ddfb35;
}
.electricco #splash-page {
    background-color: #ddfb35;
}
.ciano #splash-page {
	background-color: #00fed0;
}



#splash.lila,
#splash.kirsche,
#splash.azzuro {
	color: #fff;
}
#splash.lila .logo,
#splash.kirsche .logo,
#splash.azzuro .logo {
    background-image: url('/images/splash/logo-logitech-white.png');
}
#splash.lila.logicool .logo,
#splash.kirsche.logicool .logo,
#splash.azzuro.logicool .logo {
    background-image: url('/images/splash/logo-logicool-white.png');
}
#splash.lila.china .logo,
#splash.kirsche.china .logo,
#splash.azzuro.china .logo {
    background-image: url('/images/splash/logo-logitech-china-white.png');
}
#splash.lila .splash-btn,
#splash.kirsche .splash-btn,
#splash.azzuro .splash-btn {
    color:  #ddfb35;
}
.lila #splash-page {
	background-color: #814efa;
}
.kirsche #splash-page {
	background-color: #ff2947;
}
.azzuro #splash-page {
	background-color: #00bfff;
}




