@import url('../../style/fonts/icons.css');
@import url('threed-viewer.css');
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
body, html {
    height:  100%;
    margin:  0px auto;
    padding: 0px auto;
}

* {
	font-family:"Open Sans", sans-serif;
    
    font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
     -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
}

body {
	color:#fff;
	/*background-color:#333;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	
}

a {
	color:#fff;	
}

#pageContainer {
	max-width:1366px;
	width:100%;
	padding-top:20px;
	margin:0 auto;
}

select,input {
	border:none;
}

textarea:focus, input:focus{
    outline: none;
}

.mainContent,#pageContainer,#catalogInfoContainer  {
	height:     auto;       /* These two lines were the key. */
    min-height: calc(100% - 270px);
    /*overflow:   hidden;*/ /* Do not use this, it crops in small browsers. */
    margin:     0px auto;
    padding:    0px auto;
}


.pageJumpIcon {
	position:absolute;
	bottom:0; right:0;
	background-image:url(https://eglo.flipaio.com/assets/page-jump-icon.png);
	height:46px; width:46px;
}



/***************************** landscape ERROR ****************************/

#landscapeError {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(56,60,61,.98);
	display:none;
}

#landscapeError .icon-rotate-device {
    width: 120px;
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 120px
}

/***************************** landscape ERROR ****************************/


/***************************** modal Window ****************************/

#modalMessage {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(56,60,61,.98);
	display:none;
}

#modalMessage div {
    width: 300px;
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f5f5f5;
	padding:20px;
	color:#042943;
	border:1px solid #fff;	
	border-radius:5px;
}

#modalMessage div p {
	font-size:14px;
}

#modalMessage .button {
	width:260px;
	height:40px; line-height:40px;
	text-align:center;
	background-color:#042943;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	border-radius:5px;
	vertical-align: middle;
	position: absolute;
	bottom:20px; left:20px;
}

/***************************** landscape ERROR ****************************/




/***************************** HEADER ****************************/

#headerContainer {
	/*background-color:#032942;*/
}
#headerContainer .fa-2x {
    display: inline-flex;
}

#header {
	width:100%;
	max-width:1250px;
	margin:0 auto;
	padding:20px 20px 0 20px;
}

#header .contactInfo {
	float:right;
	display:inline-block;
	text-align:right;
	padding-top:30px;
	line-height:20px;
}

#header .logoImage a img {
	float:left;
	display:inline-block;
	margin-bottom:10px;
}

.mainMenuIcons {
	float:right;
}

.mainMenuIcons i {
	margin:5px;
	padding:5px;
	border-radius:10px;
}

.mainMenuIcons i.active {
	/*background-color:#C5322A;*/
}
/***************************** FOOTER ****************************/

#footerContainer {
	/*background-color:#032942;*/
	
}

#footer {
	position:relative;
	width:100%;
	max-width:1250px;
	margin:0 auto;
	padding:20px;
}

#footer .contactInfo {
	display:block;
	text-align:left;
	line-height:20px;
	float:left;
	max-width:500px;
}

#footer .social {
	position:relative;
	float:right;
	font-size:13px;
	color:#333;
}

#footer .social tr {
	font-size:13px;
	line-height: 30px;
	height: 35px;
	cursor:pointer;
}
#footer .social .icon
{
    font-size: 40px;
    float:left;
    color: #6f6f6f;
    position: relative;
    z-index: 1;
    float: none;
	margin:5px 0 ;
	cursor: pointer;
}

#footer .social tr td {
	height:30px;
	line-height:30px;
	padding:2px;
}

#footer .social .facebook:hover, #footer .social .facebook:hover .icon,.catalogInfoContainer .shareButtons .icon.facebookShare:hover
{
    color: #3b5998;
}
#footer .social .youtube:hover, #footer .social .youtube:hover .icon,
{
    color: #c5312c;
}
#footer .social .instagram:hover, #footer .social .instagram:hover .icon
{
    color: #e1306c;
}
#footer .social .pinterest:hover, #footer .social .pinterest:hover .icon, .catalogInfoContainer .shareButtons .icon.pinterestShare:hover
{
    color: #c8242c;
}
#footer .social .xing:hover, #footer .social .xing:hover .icon,.catalogInfoContainer .shareButtons .icon.emailShare:hover
{
    color: #126567;
}
#footer .social .linkedin:hover, #footer .social .linkedin:hover .icon
{
    color: #0077b5;
}
#footer .social .twitter:hover, #footer .social .twitter:hover .icon,.catalogInfoContainer .shareButtons .icon.twitterShare:hover
{
    color: #1d9bf0;
}
#footer .social .icon {
	font-size: 28px;
    color: #6f6f6f;
    float: left;
	height: inherit;
    width: inherit;
	padding:0;
	margin:0;
	cursor:pointer;
}

#footer .social .facebook:hover .icon{
    color: #3b5998
}

#footer .social .youtube:hover .icon{
    color: #c5312c
}

#footer .social .instagram:hover .icon{
    color: #e1306c
}

#footer .social .pinterest:hover .icon{
    color: #c8242c
}

#footer .social .xing:hover .icon{
    color: #126567
}

#footer .social .linkedin:hover .icon{
    color: #0077b5
}

#footer .social .twitter:hover .icon{
    color: #1d9bf0
}

/***************************** MAIN NAVIGATION ****************************/

#mainNavigation {
	min-height:50px;
}

.mainNavigatinLinksDesktop a {
	display:inline-block;
	height:50px; line-height:50px;
	padding:0 40px;
	color:#ffffff;
	text-decoration:none;
	position: relative;
	font-size:15px;
}

.mainNavigatinLinksDesktop a:not(:last-child):after {
  content: '';
  height: 20px; 
  width: 1px;
  position: absolute;
  right: 0;
  top: 15px; 
  background-color: #ffffff;
}

.mainNavigatinMobileOpen {
	display:none;
    height:50px; line-height:50px;
    padding:0 20px;
    text-decoration:none;
    font-size:16px;
    color:#ffffff;
    background-color:#C5322A;
    cursor:pointer;
    border-radius:10px 10px 0 0 ;
}
.mainNavigatinMobileOpen i {
		margin-right:5px;
}

.mainNavigatinLinksDesktop a:first-child.active:not {
	padding-left:0;
}

.mainNavigatinLinksDesktop a.active {
	color:#ffffff;
	border-radius:10px 10px 0 0 ;
	
}

.mainNavigatinLinksDesktop a.active:not(:first-child) {
	margin-left:-1px;
}
/***************************** END MAIN NAVIGATION ****************************/

/***************************** END HEADER ****************************/


/***************************** breadCrumbs ****************************/


.breadCrumbs {
	margin:15px 0 30px 0;
}

.breadCrumbs span {
	display:inline-block;
	border-left:10px solid rgba(255,255,255, 0);
	border-radius:5px 0 0 5px;
	padding-left:5px;
	margin-right:15px;
	margin-bottom:10px;
}

.breadCrumbs span.closeCatalogInfo {
	border-color: rgba(255,255,255,0);
}

.catalogsFolder .breadCrumbs {
	display:none;
}

/***************************** END breadCrumbs ****************************/

/***************************** CATALOG INFO POPUP PAGE ****************************/
..catalogInfoContainer {
	display:none;
	color:#fff; 
}

.catalogInfoContainer .button {
	min-width:150px;
	padding:0 15px;
	height:30px; line-height:30px;
	text-align:center;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	margin-top:10px;
	border-radius:5px;
	vertical-align: middle;
}

.catalogInfoContainer .button img {
	width:20px;
	margin-right:5px;
	vertical-align: middle;
}

.catalogInfoContainer h2.catalogInfoTitle {
	font-size:20px;
	
}
.catalogInfoContainer p.catalogInfoTitle {
	font-size:16px;
}

.catalogInfoCoverContainer {
	width:360px;
	display:inline-block;
	float:left;
	
}

.jcarousel.infoPage {
    border: 1px solid #b8b8b8;
    background-color: #ffffff;
}
.icon-previous-page.inactive, .icon-next-page.inactive
{
    display: none;
    /*opacity: 0.5;
    cursor: default;*/
}

.catalogInfoCoverContainer .lockIcon {
    font-size: 24px;
    height: 50px;
    text-align: center;
    width: 50px;
    position: absolute;
    line-height: 50px;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0);
    color: #ffffff;
	border-radius:0 5px 0 0;
}
.catalogInfoCoverContainer .jcarousel-control-prev,
.catalogInfoCoverContainer .jcarousel-control-next
{
	margin-top: -30px !important;
}


.catalogInfoImg {
	width:100%;
	margin-bottom:20px;
	
}
.catalogInfoGalleryPagination {
	text-align:center;
}
.catalogInfoGalleryPagination i {
	font-size:10px;
}
.catalogInfoGalleryPagination i.active {
	color:#FF9600;
}


.catalogInfoTextContainer {
	width:calc(100% - 520px);
	display:inline-block;
	float:right;
	
}
.catalogInfoTextContainer table td:first {
	padding-right:10px;
}
.catalogInfoDesc {
	margin:15px 0;
    white-space: pre-wrap;
}

.catalogInfoContainer .catalogInfoTextContainer span
{
	margin:0;
}

.catalogInfoContainer .shareButtons {
	padding:10px 0;
	border-bottom:1px solid #ccc;
	margin:30px 0;
	
}

.catalogInfoContainer .shareButtons .icon{
	font-size:30px;
	float:right;
	display:inline-block;
}

.jcarousel.infoPage .jcarousel-wrapper {
	width:360px; 
	max-height:300px;
	margin:0 auto; 
}

.jcarousel.infoPage .jcarousel-item img {
	width:100%;
}
/***************************** END ****************************/

.goUp
{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    font-size: 45px;
    cursor: pointer;
    border-radius: 10px;
    padding: 9px;
    z-index: 999;
}
.icon-up-arrow-jump-top:before {
    display: block;
}

/***************************** FOLDER NAVIGATION IN WIDE SCREEN FIXED LEFT ****************************/

#folderNavigationFixed {
	position:fixed;
	top:350px;
	left:0;
	z-index:15;
	max-height: 90%;
    overflow-y: auto;
	padding-right:15px;
}

#folderNavigationFixed span {
	display:block;
	width:230px;
	border-radius:0 10px 10px 0; 
	padding:10px 30px 10px 10px;
	font-size:14px;
	background-color:#042943;
	margin-bottom:15px;
	cursor:pointer;
	position:relative;
}

#folderNavigationFixed span:last-child {
	margin-bottom:0;
}

#folderNavigationFixed span.active {
	display:block;
	width:270px;
	background-color:#C5322A;
}

#folderNavigationFixed i {
	position:absolute; top:10px; right:10px;
	font-size:14px;
}

.folderSelector, .breadCrumbs span {
	cursor:pointer;
}
.folderSelector.disabled
{
    cursor: default;
}

/***************************** END ****************************/

.catalogCover,.catalogCoverHover {
	cursor:pointer;
}

/***************************** FOLDER DOTTS ****************************/

.folderDots {
	position:absolute;
	cursor:pointer;
	top:8px; right:0;
	/*display:none;*/
}
.folderDots .fa {
	margin-right:5px;
}


/***************************** END ****************************/

.catalogPreview {
	/*margin:20px 20px 0 20px;*/
	/*width:300px;*/
	position:relative;
    display: inline-grid;
}

.catalogPreview:first-child {
	/*margin-left:0;*/
}
.catalogPreviewTopPart
{
    border-left:10px solid rgba(255,255,255, 0);
	border-radius: 5px 0 0  5px;
}
.catalogOpen {
	position:relative;
}
.catalogPreview .catalogOpen {
	position:relative;
    border: 1px solid #b8b8b8;
    overflow: hidden;
	background-color:#fff;
}
.mediaContent .catalogOpen, .videosCarousel .catalogOpen, .mediaSlider .catalogOpen
{
    border: 1px solid #b8b8b8;
    cursor: pointer;
    height: 220px;
}
.catalogPreview .catalogOpen img {
	max-height:300px;
	max-width:100%;
	background-color:#fff;
	border-right:none;
}
.mediaContent .catalogPreview .catalogOpen, .mediaSlider .catalogPreview .catalogOpen
{
    height: 220px;
}
.mediaContent .catalogOpen img, .mediaSlider .catalogOpen img
{
    max-height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    padding: 5px;
}

.catalogOpen img, .catalogInfoCoverContainer .jcarousel-item img {
	display: block;
}

.catalogPreview .catalogCover {
	
	/*border-radius: 5px 0 0  5px;*/
	
}

.catalogPreview .catalogCoverHover {
	display:none;
	position:absolute;
    top: 0; right:0;
    left:0px; bottom:0;
    height: 100%;
    width: 100%;
    z-index: 2;
	overflow:hidden;
	text-align:center;
	font-size:16px;
}
.catalogHoverTitle
{
    height: 45px;
}
.catalogHoverInfos
{
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.catalogPreview .bottomPart
{
    position: relative;
    margin-left: 10px;
    width:calc(100% - 50px);
    text-align: center;
}


.catalogPreview .download {
	color:#ffffff;
	height:50px; line-height:50px;
	width:100%;
	border-radius: 0 0 10px 10px;
	cursor:pointer;
	
	
}
.catalogPreview .download a {
	text-decoration:none;
	color:#ffffff;
	font-size: 15px;
}

.catalogPreview .download{
	text-align:center;
}
.catalogPreview .catalogPubDate {
	text-align:center;
	height:25px;
	line-height:25px;
}

.icon-download {
	float: none !important;
	margin-right:5px !important;
}

.catalogPubDate .fa-refresh, .catalogOnlineDate .fa-refresh{
	background-color: red;
    padding: 2px 3px;
    border-radius: 6px;
}

.catalogPreview .catalogPubDate {
	text-align:center;
	
}


.catalogPreview .catalogTitle {
	font-size:15px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
	max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}





.catalogPreview .catalogCover {
	/*display:inline-block;*/
	
}

.catalogPreview .icons {
	position:relative;
	width:40px;
	min-width: 40px;
	border-radius: 0 10px 10px 0;
}

.catalogPreview .icons i {
	width:40px;
	height:40px;
	line-height:40px;
	position:absolute;
	font-size:30px;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	text-align:center;
}
.catalogPreview .icons .lockIcon {
	left:0; bottom:0; 
}

.catalogPreview .icons .favoriteIcon {
	
	left:0; top:0;
    font-size: 25px;
    padding-top: 3px;
}
.catalogPreview .icons .showCatalogInfo {
	left:0; top:50px;
	
}

.catalogPreview .icons .favoriteIcon.active {
	/*background-color:#C5322A;*/
}
.innerPage {
    margin:0 auto;
    
    position: relative;
    border: none;
    width:100%;
	max-width: 1250px;
	padding:20px;
}



/*********************************************************************
show favorites icon and counter
*********************************************************************/
.showFavoritesLink {
	position: relative;
}

.favoritesCount {
    color: #fff;
    position: absolute;
    border-radius: 10px;
    padding: 0px 7px;
    border-radius: 20px;
    right: -5px;
    top: -20px;
    height: 20px;
    line-height: 20px;
}


hr {
	margin:15px 0;
	height:0px;
	border:none;
}
.icon {
	margin: 2px 5px 0 0;
    height: auto;
    width: auto;
    overflow: visible;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: inherit;
    cursor: pointer;
    padding-top: 0;
}
#footer .contactInfo .icon{
    font-size: 14px;
    margin-top: 0px;
    
}
h2.title {
	font-size: 23px;
	font-weight:normal;
	border-left:10px solid rgba(255,255,255,0);
	margin-bottom:20px;
	border-radius: 5px 0 0 5px;
	padding-left:10px;
	padding-right:60px;
	position:relative;
}
.catalogsFolder h2.title.folderSelector span {
	font-size: 23px;
}
.searchResultsInfo, .noResultsTitle
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.searchResultsInfo h2.title, .noResultsTitle h2.title
{
    font-size: 13px;
    margin-bottom: 10px;
}

.customFilters {
	border-bottom:1px solid #333;
}

.customFilters .button, .catalogMediaTab {
	display:inline-block;
	float:right;
	height:40px; line-height:40px;
	padding:0 20px;
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
	border-radius:10px 10px 0 0 ;
	margin:0 5px;
	font-size:15px;
}

.catalogMediaTab {
	display:none;
}

.customFilters .button:first-child, .catalogMediaTab:first-child {
	margin-left:0;
}
.customFilters .button, .customFilters .button span:not(.icon), .catalogMediaTab, .catalogMediaTab span {
	font-size:14px;
}
.customFilters .button.chooseCategoryButton {
	margin-left:0;
}
.customFilters .button.showHideFilters {
	margin-right:0;
}
.icon-3d-big {
	font-size: 19px !important;
    margin-top: 2px !important;
    float: left;
}
.customFiltersContainer{
	
}

.customFiltersContainer select {
	
	padding: 0 10px;
    width: 100%;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
	width:100%
}

#newsLetterEmailField {
	width:100%;
	max-width:500px;
	padding:10px;
	border-radius:5px;
	margin:20px 0;
	display:block;
}

.clear {
	clear:both;
}
.doubleLanguageIcons
{
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: 10px;
}

#mainNavigation .doubleLanguageIcons{
	
    position: relative;
    float: right;
	
    }

.doubleLanguageIcons img:nth-child(1){
    width: 26px;
}
.doubleLanguageIcons img:nth-child(2){
	position: absolute;
    top: 13px;
    right: -3px;
    width: 13px;
}


/*********************************************************************
slide menu
*********************************************************************/
.slideMenu
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 20;
	color:#333;
}
.slideMenuHeader
{
	position:relative;
    height: 70px;
    background-color:#fff;
    color: #333;
    line-height: 40px;
    font-size: 28px;
    text-align: left;
    padding: 20px;
    font-weight: 600;
	border-bottom:1px solid #ddd;
}

.slideMenuHeader img
{
	height:40px;
}

.slideMenuClose
{
    position: absolute;
    right: 10px;
    top: 15px;  
    font-size: 23px;
    cursor: pointer;
}

.checkboxContainer {
	margin-right: 10px;
    position: relative;
	font-size: 19px;
}
.checkboxContainer .icon {
    font-size: 20px;
    width: 20px
}

#newsletterKioskCategories .checkboxContainer .icon {
    font-size: 20px;
    width: 20px
}

.checkboxContainer .icon-check-box {
    float: left;
    margin-right: 10px;
    position: relative
}

.checkboxContainer .icon-checked {
    position: absolute;
    margin: auto;
    height: 20px;
    width: 20px;
    top: -6px;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 13px;
    display: none
}
#newsletterKioskCategories .checkboxContainer .icon-checked {
    height: 16px;
    width: 16px;
    font-size: 13px;
}
.apple-checkbox {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 27px;
    height: 27px;
    margin-right: 5px
}

.apple-checkbox input[type=checkbox] {
    visibility: hidden
}

.apple-checkbox i {
    display: block;
    position: absolute;
    border: 2px solid #e6e6e6;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    top: 0;
    left: 0;
    z-index: 2;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.apple-checkbox i::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 17px;
    width: 17px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.apple-checkbox input[type=checkbox]:checked~i {
    border: 2px solid
}


.apple-checkbox i::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 17px;
    width: 17px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.slideMenuItemsContainer
{
    width: 100%;
    max-width: 400px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
	display:none;
	overflow-x:hidden;
	overflow-y: auto;
}

.slideMenuBack
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
}

.slideMenuItemsList
{
    overflow: hidden;
    position: relative;
	padding:10px;
}
.slideMenuItem
{
    text-align: left;
    font-weight: 600;
    font-size: 15px;
	border-bottom:1px solid #ddd;
    padding:15px 10px;
    cursor: pointer;
	position:relative;
}
.slideMenuItem .alignRight {
	font-weight: 600;
    font-size: 20px;
	position:absolute;
	top:50%; right:0px;
	margin-top:-10px;
	-webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s
}
.slideMenuItem .doubleLanguageIcons {
	position:absolute;
	top:50%; right:0;
	margin-top:-4px;
}

.showSubItems.active {
	border:none;
}

.slideMenuItem.showSubItems:not(.single){
	font-size: 13px;
	padding:15px 10px;
	font-weight:600;
}
.subItems{
	display:none;
	padding:0;
	
}
.slideMenuItem.subItems>div
{
	position:relative;
	min-height: 34px;
    line-height: 23px;
	font-weight: 300;
    font-size: 13px;
	border-bottom:none;
	padding:5px 10px;
}

.slideMenuItem.subItems input {
	width:auto;;	
	padding:5px 10px;
	border-radius:5px;
	margin:0 5px;
}

.slideMenuItem.subItems div:last-child {
	border-bottom:none;
}
.slideMenuItem.subItems div.active {
	
	border-bottom:none;
}

.slideMenuItem .subItemsCategories {
	font-weight:600;
}

.slideMenuItem h2
{
    font-size: 20px;
	font-weight: 600;
}
.showSubItems.single .fa
{
    font-size: 50px;
	margin-top:-25px;
	font-weight: lighter;
}
.subItems div .checkIcon{ 
	font-size:20px;
}
.subItems div.active .checkIcon{ 
	color:#19A6E0;
}

.updatedOnIcon
{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../../assets/update-icon.png);
    background-size: 100%;
    margin-right: 5px;
    margin-top: 1px;
}

.showSubItems.active .alignRight {
    transform: rotate(180deg);
}

/***************************** SEARCH BOX ****************************/

#searchBox {
	padding:10px;
	width:calc(100% - 50px);
	border-radius:5px 0 0 5px;
	display: inline-block;
	height:40px; line-height:40px;
	float:left;
	border:1px solid rgba(255,255,255,0);
}

#searchBoxClear {
	width:50px;
	cursor:pointer;
	border-radius:0 5px 5px 0;
	display: inline-block;
	height:40px; line-height:40px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	overflow:hidden;
	float:left;
}

.notInSearch {
	display:none !important;
}


/***************************** END SEARCH BOX ****************************/



/*********************************************************************
newsletter
*********************************************************************/

#newsLetterEmailField {
	width:100%;
	max-width:500px;
	padding:10px;
	border-radius:5px;
	margin:20px 0;
	display:block;
}

.newsletterContainer .formInputs { 
	width:100%;
	max-width:500px;
	padding:10px;
	border:none;
	border-radius:5px;
	margin:20px 0;
	display:block;
	
}
.newsletterContainer .radiobuttons {
	margin:6px 0;
    line-height: 20px;
}
.newsletterContainer p {
	margin:30px 0;
}
.newsletterContainer .button, .clearAllFilters {
	width:auto;
	height:40px; line-height:40px;
	text-align:center;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	margin:10px 0;
	border-radius:5px;
	vertical-align: middle;
	padding:0 20px;
}

.button i {
	margin-right:5px;
}

#newsletterKioskCategories h2 {
	font-weight:bold;	
}

#newsletterKioskCategories .showSubItems {
	width: 500px;
    padding: 5px 0;
}
#newsletterKioskCategories .showSubItems {
	border-bottom: 1px solid #999;
}

#newsletterKioskCategories .icon-down-arrow {
	margin:0;
	float:right;
}


#newsletterKioskCategories .subItems {
	margin-bottom: 35px;
}
#newsletterKioskCategories .mainCategory
{
    margin-top: 10px;
    cursor: pointer;
}

/*********************************************************************
newsletter END
*********************************************************************/



.shareCatalogByEmail input,.shareCatalogByEmail textarea,.orderCatalogByEmail input,.orderCatalogByEmail textarea,.orderCatalogByEmail select {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
	color:#333;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.shareCatalogByEmail select, .orderCatalogByEmail select {
	background:url(../../assets/select-arrow.png) no-repeat right;
}

input::placeholder, textarea::placeholder { 

}

input.error, textarea.error, select.error {
    border: 1px solid #cb2a48!important;
    color: #cb2a48!important;
}

input.error::placeholder, textarea.error::placeholder { 
    color: #cb2a48!important;
}

.shareCatalogByEmail textarea,.orderCatalogByEmail textarea {
    height: 115px
}

.shareCatalogByEmail .button, .orderCatalogByEmail .button {
	width:100%;
	height:30px; line-height:30px;
	text-align:center;
	background-color:#032942;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	margin-top:10px;
	border-radius:5px;
	vertical-align: middle;
}
.orderCatalogByEmail .button.inactive {
	background-color:#7f7f7f !important;
	color:#fff !important;
	cursor: not-allowed;
}
.orderCatalogByEmail .icon-checked {
	top:0;
}
.catalogScrollWrapper {
    position: relative;
    overflow-x: hidden;
	overflow-y: hidden;
	height:500px;
	white-space: nowrap;
	
}

.catalogScrollWrapper .scrolling-list-holder {
	position: absolute;
}

.catalogItem  {
	display: inline-block;
    text-align: center;
}
.catalogItem.hidden {
	display:none;
}

.catalogsFolder:not(.active) .catalogItem, .sameFolderCatalogs  .catalogItem, .relatedCatalogs .catalogItem
{
    margin-left: 30px;
}

.catalogsFolder:not(.active) .jcarousel .catalogItem:first-child, .sameFolderCatalogs  .catalogItem:first-child, .relatedCatalogs  .catalogItem:first-child
{
    margin-left: 0px;
}

.catalogItem.hiddenInSlider {
	display:none;
}

.catalogsFolder .catalogItem.hiddenInSlider {
	display:inline-block;
}

/***************************** VIDEO PLAYER ****************************/

#overlay {
	display:none;
	position: fixed;
	width: 100%; height: 100%;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10; 
}

#videoPlayers {
	display:none;
	background-color:#000000; 
	position:fixed; 
	z-index:1000; 
	top: 0; left: 0; right: 0; bottom: 0;
	margin:auto;
	width:100%; height:100%;
	border:none;
}

#videoPlayer {
	width:auto; height:calc(100% - 135px);
}

#videoTitle {
	height:45px;
	line-height:45px;
	font-size:16px;
	text-align:left;
	padding-left:15px;
}

#videoDescr {
	height:90px;
	overflow:hidden;
	position: relative;
}

.descriptionContent {
	line-height:15px;
	font-size:13px;
	text-align:left;
	padding:15px;	
}

#closeVideoPlayer {
	cursor:pointer;
	font-size:24px;
	position:absolute;
	z-index:2000; 
	top:8px; right:15px;
}


.icon-over-video-screenshot
{
	position:absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	color: rgba(255, 255, 255,0.8);
	width:50px; height:50px;
	font-size:50px;
	padding: 0;
}

.icon.playVideo {
	padding-top: 0;
	font-size: 40px;
	height: 40px;
}

.noscroll {
	overflow:hidden;
}
#videoHeader{
	height: 44px;
    background-color: rgba(0,0,0,.3);
}
.video-js .vjs-slider {
	background-color: rgba(167,171,171,.5);
}
.video-js .vjs-picture-in-picture-control { display: none; }

/***************************** END VIDEO PLAYER ************************/


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #1ca1a9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

/***************************** scroll bar ************************/
















/* disable carrousel view when choose a folder and show all catalogs */
.catalogsFolder.active .jcarousel-wrapper .jcarousel ul {
	width:auto;
	left:0;
}


.catalogsFolder.active .jcarousel-wrapper .jcarousel ul {
	width:auto;
	
}



.catalogsFolder.active .jcarousel-control-prev,
 .catalogsFolder.active .jcarousel-control-next,
 .catalogsFolder.active .jcarousel-pagination 
 {
	display:none;	
}


.catalogsFolder.active ul, .mediaContent ul{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.catalogsFolder.active ul li,  .mediaContent ul li{
	float:none;
    width: 25%;
    margin-bottom: 35px;
    padding: 5px;
    list-style-type: none;
}

.mainNavigatinLinksDesktop {
    display:none;
}

/*CALENDAR STYLE*/
.ui-widget
{
	font-family: 'GothamRoundedLight';
	font-weight:normal;
	font-smoothing: antialiased; 
	 -webkit-font-smoothing: antialiased; 
	 -moz-font-smoothing: antialiased;
	 -webkit-font-smoothing: antialiased; 
	 -o-font-smoothing: antialiased;  
	 -ms-font-smoothing: antialiased;  
}

.ui-datepicker
{
	background-color:#FFF;
	border:1px solid #1e2828;
	border-radius:0;
    min-width: 300px; 
    /*z-index: 3 !important;*/
}
.ui-datepicker  .ui-widget-header
{
	background-image:none;
	color:#FFF;
	border:none;
	border-radius:0;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev
{
	background-color:#41aae6;
	background-image:none;
	border:none;
	border-radius:0;
	height:100%;
	top:0px;
}
.ui-datepicker .ui-datepicker-next span
{
	background-image:url(images/arrow-right.png);
	background-position:center;
}
.ui-datepicker .ui-datepicker-prev span
{
	background-image:url(images/arrow-left.png);
	background-position:center;
}
.ui-datepicker .ui-datepicker-prev
{
	left:0px;	
}
.ui-datepicker .ui-datepicker-next
{
	right:0px;	
}
.ui-datepicker .ui-state-default
{
	background:none;
	margin:0px;
	border: 1px solid #e0e0e0;
	background-color:#ffffff;
	padding:6px;
}
.ui-datepicker .ui-state-active
{
	background-color:#00b4f1;
	color:#ffffff;
	font-weight:bold;
}
.ui-datepicker .ui-datepicker-week-col
{
	font-weight:bold;	
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 2px solid #41aae6;
}

.ui-datepicker-title {
	background-color:#4c4c4c;
	margin:0;
	
}

.ui-datepicker-calendar thead {
	display:none;
}

/* END CALENDAR*/

@media screen and (max-width: 1850px) {
	#folderNavigationFixed {
		display:none !important;
	}
}


@media screen and (max-width: 1024px) {
    /*.mediaTabButton .noMobile, .mediaTabButton .slideshows, .mediaTabButton .noMobile {
		display:none;
	}*/
}
@media screen and (max-width: 1024px) {
	
	
	#headerContainer {
		padding-top:0;
		
	}
	#header {
		padding:20px 20px 0 20px;
	}
	
	#videoPlayers {
		width: 100%; height:100%;
	}
	.catalogsFolder.active ul li, .mediaContent ul li{
        width: 33.333%;
        padding: 5px;
    }
	.noMobile {
		display:none;
	}
}
@media screen and (max-width: 768px) {

	.catalogsFolder.active ul li, .mediaContent ul li {
        width: 50%;
        padding: 5px;
    }
    .noMobile {
		display:none;
	}
}

@media screen and (max-width: 1360px) {

	.jcarousel-control-prev,
	.jcarousel-control-next {
		display:none !important;
	}
	.catalogInfoTextContainer {
		width:calc(100% - 450px);
	}

}

@supports not (-webkit-touch-callout: none) {
  .catalogPreview:hover .catalogCoverHover {
		display:block;
	}
}

@media screen and (max-width: 670px) {
	.catalogInfoCoverContainer,.catalogInfoTextContainer,#footer .social {
		position:relative;
		display:block;
		width:100%;
		margin:0;
	}
	
	#footer .social {
		padding-bottom:10px;
	}
	
	.catalogsFolder.active ul li {
        width: 100%;
        text-align: center;
    }
	
	.catalogInfoTextContainer {
		width:100%;
		display:block;
		margin:30px 0;
	}
	
	
    h2.title {
        font-size: 23px;
    }
	
	.customFilters .button, .catalogMediaTab {
		padding:0 15px;
	}
	
		
}
@media screen and (max-width: 570px) {
	.mediaContent ul li {
        width: 100%;
        text-align: center;
    }
		
}

