


/* commons/css/parts/salaby-menu-icons.css */
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/salaby-menu-icons/icomoon.eot?pbc8by');
    src:    url('../fonts/salaby-menu-icons/icomoon.eot?pbc8by#iefix') format('embedded-opentype'),
        url('../fonts/salaby-menu-icons/icomoon.ttf?pbc8by') format('truetype'),
        url('../fonts/salaby-menu-icons/icomoon.woff?pbc8by') format('woff'),
        url('../fonts/salaby-menu-icons/icomoon.svg?pbc8by#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
    content: "\e90f";
}
.icon-typing:before {
    content: "\e912";
}
.icon-selected_right .path1:before {
    content: "\e902";
    color: rgb(255, 255, 255);
}
.icon-selected_right .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(27, 146, 70);
}
.icon-selected_right .path3:before {
    content: "\e904";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-selected_wrong .path1:before {
    content: "\e905";
    color: rgb(255, 255, 255);
}
.icon-selected_wrong .path2:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(227, 30, 38);
}
.icon-selected_wrong .path3:before {
    content: "\e907";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-selected .path1:before {
    content: "\e908";
    color: rgb(255, 255, 255);
}
.icon-selected .path2:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-unselected_right .path1:before {
    content: "\e90a";
    color: rgb(255, 255, 255);
}
.icon-unselected_right .path2:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(27, 146, 70);
}
.icon-unselected_wrong .path1:before {
    content: "\e90c";
    color: rgb(255, 255, 255);
}
.icon-unselected_wrong .path2:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(227, 30, 38);
}
.icon-unselected:before {
    content: "\e90e";
}
.icon-arrow-down:before {
    content: "\f03f";
}
.icon-arrow-left:before {
    content: "\f040";
}
.icon-arrow-right:before {
    content: "\f03e";
}
.icon-arrow-up:before {
    content: "\f03d";
}
.icon-chevron-down:before {
    content: "\f0a3";
}
.icon-chevron-left:before {
    content: "\f0a4";
}
.icon-chevron-right:before {
    content: "\f078";
}
.icon-chevron-up:before {
    content: "\f0a2";
}
.icon-search:before {
    content: "\f02e";
}
.icon-star:before {
    content: "\f02a";
}
.icon-home3:before {
    content: "\e901";
}
.icon-volume-medium:before {
    content: "\e900";
}
.icon-volume-mute:before {
    content: "\e910";
}
.icon-volume-mute2:before {
    content: "\e911";
}
.icon-forward:before {
    content: "\e969";
}
.icon-reply:before {
    content: "\e96a";
}
.icon-enlarge:before {
    content: "\e989";
}
.icon-shrink:before {
    content: "\e98a";
}
.icon-enlarge2:before {
    content: "\e98b";
}
.icon-shrink2:before {
    content: "\e98c";
}
.icon-menu:before {
    content: "\e9bd";
}
.icon-plus:before {
    content: "\ea0a";
}
.icon-minus:before {
    content: "\ea0b";
}
.icon-cross:before {
    content: "\ea0f";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-play3:before {
    content: "\ea1c";
}
.icon-pause2:before {
    content: "\ea1d";
}
.icon-stop2:before {
    content: "\ea1e";
}
/* end commons/css/parts/salaby-menu-icons.css */






/* commons/css/parts/header.css */
/*---------- GENERAL MENU UTILS. ----------*/


div#spirooBarContainer {
    z-index: 100;
    position: absolute;
}

img#spring-tp {
    display: none;
}


/*chevron toggle menus */
.toggle-menu {
    width: 200px;
    height: 50px;
    float: left;
    background-color: #EFEFEF;
    z-index: 10;
    position: absolute;
}

span.toggle-menu-label {
    line-height: 50px;
    padding-left: 20px;
}

.toggle-menu-content {
    background-color: #EFEFEF;
    /*display: none;*/
    overflow: hidden;
}


/* chevron toggle menu button*/
.chevron-toggle-button {
    height: 50px;
    width: 50px;
    float: right;
    cursor: pointer;
}

.chevron-toggle-button span.chevron-toggle-button-icon {
    font-size: 25px;
    color: #333333;
    position: absolute;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: none;
}




/*---------- MAIN TOGGLE MENUS----------*/
.toggle-menu-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.toggle-menu-content ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 20px;
	line-height: 40px;
	cursor: pointer;
}

.toggle-menu-content ul li a {
	color: #333333;
}

.toggle-menu-content ul li a:hover {
    text-decoration: underline;
}



div#site-language-menu {
    top: 15px;
    left: 220px;
}

div#bilingual-language-menu {
    top: 15px;
    left: 430px;
}


/*---------- BILINGUAL TOGGLE BUTTON----------*/
div#bilingual-menu-toggle-button {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #EFEFEF;
    top: 15px;
    left: 640px;
    text-align: center;
    cursor: pointer;
}

div#bilingual-menu-toggle-button span {
	font-size: 30px;
	line-height: 50px;
}




div#main-menu-content-container {
    background-color: aliceblue;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1;
}














/*---------- GENERAL MENU UTILS. END----------*/

body {
	position: relative;
}


#main-menu {
	width: 100%;
	height: 70px;
    background-color: #006ab8;
    position: relative;
    margin-top: 26px;
}

#logo-container {
    float: left;
}

#set-language-button {
    float: right;
    margin-right: 20px;
    color: white;
    text-decoration: none;
    margin: 0px;
    margin-top: 15px;
    margin-right: 30px;
    line-height: 40px;
    padding-left: 30px;
    cursor: pointer;
}

.top-logo-image {
    display: block;
    height: 70px;
    width: auto;
    cursor: pointer;
}

#optional-logo-container {
    float: right;
    padding: 5px;
    padding-right: 20px;
}


/*---------- MICRO MENU, MICRO BUTTON. ----------*/
#micro-menu-toggle-button {
	cursor: pointer;
    float: right;
    background-color: #FFFFFF;
    height: 40px;
    width: 40px;
    margin-right: 20px;
    margin-top: 20px;
}
#micro-menu-toggle-button:hover {
    background-color: #f4f4f4;
}
.micro-menu-toggle-button-icon {
	font-size: 20px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    display: block;
}

div#bilingual-micro-menu-toggle-button {
    cursor: pointer;
    float: right;
    height: 50px;
    width: 40px;
    text-align: center;
}

div#bilingual-micro-menu-toggle-button span {
	line-height: 50px;
	font-size: 30px;
}



.toggle-micro-menu {
    width: 100%;
    position: relative;
    height: auto;
    border-bottom: 2px solid #FFFFFF;
}

.micro-menu ul li {
	padding-left: 30px;
}

#micro-menu-content-container {
	height: 0px;
	overflow: hidden;
}

#micro-menu-links-container {

}

#micro-menu-links-container ul {
	list-style: none;
	padding: 0;
}

#micro-menu-links-container ul li {
	list-style: none;
    line-height: 50px;
    position: relative;
    height: 50px;
    overflow: hidden;
    border-bottom: 2px solid #EFEFEF;
}

#micro-menu-links-container ul li ul li {
    border-bottom: 0px solid #EFEFEF;
    height: 40px;
    line-height: 40px;
}

#micro-menu-links-container ul li a {
	line-height: 50px;
	color: #333333;
	display: block;
	background-color: #FFFFFF;
	cursor: pointer;
	padding-left: 20px;
}

#micro-menu-links-container ul li ul li a {
	padding-left: 40px;
	line-height: 40px;
}


.chevron-micro-toggle-button {
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

span.chevron-micro-toggle-button-icon {
    font-size: 25px;
    color: #333333;
    position: absolute;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.icon-chevron-up {
	display: none;
}

/*override bootstrap style*/
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

/*---------- MICRO MENU, MICRO BUTTON. END----------*/







/*---------- BILINGAGES CONTAINER. ----------*/
#bilingual-container {
    background-color: #EFEFEF;
    height: 540px;
    overflow: hidden;
    float: left;
    width: 100%;
    display: none;
}

.bilingual-text-input-container {
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 5px;
	clear: both;
}

#bilingual-close-button {
    float: right;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
    cursor: pointer;
}


input[type="text"] {
	padding: 5px;
	margin-top: 15px;
	float: left;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
	font-size: 25px;
	/*background-image: url("../images/iconmonstr-magnifier-2-icon-16.png");*/
	background-repeat: no-repeat;
	text-indent: 35px;
	background-position-x: 15px;
	background-position-y: 15px;
	width: 100%;
	zoom: 1;
}
input[type="text"]:focus,
input[type="text"].focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

input#language-1-search {
    /*width: calc(50% - 15px);*/
    margin-top: 0px;
}

input#language-2-search {
    /*float: right;
    width: 50%;*/
}

#search-resoult-row {
    border: 1px solid #CFCDC1;
    height: 340px;
    overflow-y: scroll;
    background-color: #FAFAFA;
    width: calc(100% - 42px);
    margin-left: 20px;
}

.serch-item-container:last-child{
  border-bottom: 0px solid #CFCDC1;
}

.serch-item-container {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CFCDC1;
}

.search-language-item-container div {
	float: left;
}

.search-language-item-container {
	float: left;
    width: 50%;
}

.language-item-container {
    border-right: 1px solid #CFCDC1;
	border-bottom: 0px solid #EFEFEF;
}


.language-sound-container {
	width: 50px;
	min-height: 10px;
	text-align: center;
}

span.icon-volume-medium {
	text-align: center;
	width: 50px;
	vertical-align: ce;
	vertical-align: middle;
	font-size: 20px;
	color: #EB140B;
}

.line-height-large {
	line-height: 79px;
}

.line-height-small {
	line-height: 49px;
}

.language-image-container {
    width: 85px;
    min-height: 10px;
}

img#bilingual-search-image {
	margin-top: 5px;
	margin-bottom: 5px;
}

.language-text-container p {
	margin-bottom: 0px;
	font-size: 18px;
}


@media only screen and (max-width : 480px) {
	#search-resoult-row {
		height: 345px;
	}

	.search-language-item-container {
	    width: 100%;
	}

	.language-item-container {
	    border-right: 0px solid #CFCDC1;
	    border-bottom: 1px solid #EFEFEF;
	}
}

@media (max-width : 994px) {
	.search-language-item-container {
	    width: 100%;
	}

	.language-item-container {
	    border-right: 0px solid #CFCDC1;
	    border-bottom: 1px solid #EFEFEF;
	}
}
/*---------- BILINGAGES CONTAINER. END----------*/




#banner-container {
    /*height: 300px;*/
	overflow: hidden;
	border-bottom: 10px solid white;
    position: relative;
}


#banner-image {
	/*width: 100%;
	height: auto;*/
}


#video-light-box {
    position: fixed;
    top: 0px;
    left: 0px;
    /*width: 500px;
    height: 281px;*/
	z-index: 1000;
	padding: 10px;
	background: #FFFFFF;
}

#banner-button {
    position: absolute;
    bottom: -300px;
    cursor: pointer;
}

.video-wrapper {
    background-color: #FFFFFF;
    border: 10px solid #FFFFFF;
}

#hypeanim_hype_container {
	z-index: 0;
}

#video-light-box-Container {
	width: 0px;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.9);
	color: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 0;
	left: 0;
}

#video-close-button {
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
}

.video-close-icon {
    font-size: 25px;
    line-height: 50px;
	color: #FFFFFF;
}



#bread-crumb-container {
    display: none;
}

a.breadcrumb-home {
	padding-left: 30px;
}

ol.breadcrumb {
	margin-bottom: 0px;
	border-radius: 0px;
	padding: 0px;
    margin-top: 0px;
}

ol.breadcrumb li {
	line-height: 40px;
}

ol.breadcrumb li a {
	color: #555968;
	line-height: 40px;
}

ol.breadcrumb li.active {
	font-weight: bold;
}









/*---------- CAROUSEL. ----------*/

div#carousel-container {
    width: 100%;
    background-color: white;
    position: relative;
}

div#carousel-items-container {
    width: 200%;
    position: absolute;
}

.carousel-image-wrapper {
    width: 1810px;
    /*float: left;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

img.carousel-image {
    position: absolute;
    height: 100%;
}

img#arrow-left {
    position: absolute;
    top: calc(50% - 42px);
    left: 10px;
    cursor: pointer;
}

img#arrow-right {
    position: absolute;
    top: calc(50% - 42px);
    right: 10px;
    cursor: pointer;
}

div#carouselIndicatorsContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.carousel-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}




/*---------- END CAROUSEL. ----------*/




/*---------- MEDIA QUERIES. ----------*/
@media (max-width : 768px) {
    #optional-logo-container {
        display: none;
    }
}

@media (max-width : 991px) {

	#site-language-menu {
		display: none;
	}

	#bilingual-language-menu {
		display: none;
	}

	#bilingual-menu-toggle-button {
		display: none;
	}


}

@media (min-width : 991px) {

    .micro-menu-toggle-button-hide-on-large{
        display: none;
    }

	#site-language-micro-menu {
		display: none;
	}

	#bilingual-language-micro-menu {
		display: none;
	}
}
/*---------- MEDIA QUERIES. END----------





/* Tooltip container */
.bilingual-menu-item {
    /*position: relative;*/
    /*display: inline-block;*/
}

/* Tooltip text */
.bilingual-menu-item .tooltiptext {
    visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    padding: 0px 30px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.bilingual-menu-item:hover .tooltiptext {
    visibility: visible;
}

div#optional-spiro-bar {
    width: 100%;
    height: 26px;
    background-color: #2A2C32;
    position: absolute;
    top: -26px;
    left: 0px;
}

a.optional-spiro-button {
    background-color: #5085c5;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 100;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

a.optional-spiro-button:hover {
    background-color: #36465E;
    text-decoration: none;
}

span#optional-spiro-user-label {
    color: #ffffff;
    font-size: 12px;
    margin-right: 50px;
}

/* end commons/css/parts/header.css */




body {
	background-color: #65dbf5;
	background-color: #FFFFFF;
}

h1, h2, h3, p, a {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0px;
}

a:focus {
	outline: 3px solid red;
}

.body-column {
	margin-bottom: 40px;
}

h1.body-column {
    margin-bottom: 20px;
}

.img-responsive {
    margin: 0 auto;
}

.img-responsive-fill{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}




/* commons/css/parts/footer.css */
#footer {
	float: left;
	background-color: #282828;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

img.footer-logo-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.metalinks {
	text-align: center;
}

p.metalinks, p.metalinks a {
	line-height: 50px;
}

.footer-links a {
	color: #999999;
	line-height: 40px;
}

.sosioal-image-container {
	padding: 0px;
}

.footer-sosial-image {
	margin: 0 auto;
}

.footer-tag {
	white-space: nowrap;
}


.sosial-item {
    width: calc(100% / 3 - 10px);
    float: right;
    margin-left: 10px;
}

/* end commons/css/parts/footer.css */



