


/* 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: 0;
}

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






/* commons/css/parts/old-salaby-alert.css */
div#old-salaby-alert {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
}

div#old-salaby-alert-container {
    float: left;
    background-color: white;
    padding: 20px;
    text-align: center;
    max-width: 900px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 70px);
    width: 90%;
}

.old-salaby-alert-button {
    background-color: gray;
    color: white;
    font-size: 20px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
    float: left;
}

.old-salaby-alert-button-red {
    background-color: #ff0000;
}

.old-salaby-alert-button-red:hover {
    background-color: #fc5050;
}

.old-salaby-alert-button-green {
    background-color: #01a801;
}

.old-salaby-alert-button-green:hover {
    background-color: #5ea05e;
}

p#old-salaby-alert-text {
    text-align: left;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

p#old-salaby-alert-header {
    font-size: 40px;
}

p.old-salaby-alert-text-button {
    text-align: right;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    float: right;
    margin-top: 41px;
}

p.old-salaby-alert-text-button:hover {
    color: blue;
}

/* end commons/css/parts/old-salaby-alert.css */





/*@font-face {
	font-family: 'icomoonregular';
	src: url('fonts/salaby-icons/icomoon_samlet-webfont.eot');
	src: url('fonts/salaby-icons/icomoon_samlet-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/salaby-icons/icomoon_samlet-webfont.woff2') format('woff2'),
		url('fonts/salaby-icons/fonts/salaby-icons/icomoon_samlet-webfont.woff') format('woff'),
		url('fonts/salaby-icons/icomoon_samlet-webfont.ttf') format('truetype'),
		url('fonts/salaby-icons/icomoon_samlet-webfont.svg#icomoonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/



body {
	background-color: #9ce8ff;
}




/* commons/css/parts/mflBackButton.css */
div#back-button {
    line-height: 40px;
    font-size: 30px;
    width: 100%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
    display: none;
}

span.back-button-icon.icon-arrow-left {
    display: block;
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    border-radius: 30px;
    float: left;
    margin-right: 10px;
}

div#back-button-wrapper {
    float: left;
    padding: 10px;
    cursor: pointer;
}

div#back-button-wrapper:focus {
	outline: red solid 6px;
}


div#banner-container:focus {
	border: 6px solid red;
	outline: red solid 0px;
}

/* end commons/css/parts/mflBackButton.css */







div#site-image-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
}

img#site-image {
    max-width: 100%;
    height: auto;
}


a.horizontal-menu-link {
    height: 350px;
    float: left;
	border: red solid 0px;
	outline: 0px solid black;
}

a.horizontal-menu-link:focus {
	border: red solid 6px;
	outline: 0px solid black;
}

a.horizontal-menu-link:active {
	border: red solid 0px;
	outline: 0px solid black;
}

.horizontal-menu-item {
	width: 100%;
    height: 100%;
    background-color: red;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

@media (max-width : 768px) {

	p.horizontal-menu-item-header {
		font-size: 42px;
	}
}

@media (min-width: 768px) {
	p.horizontal-menu-item-header {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	p.horizontal-menu-item-header {
		font-size: 32px;
	}
}

@media (min-width: 993px) {
	p.horizontal-menu-item-header {
		font-size: 42px;
	}
}

.horizontal-menu-item-image{
	width: calc(100% + 20px);
	height: calc(100% + 10px);
	position: absolute;
	top: -10px;
	left: -10px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.horizontal-menu-item-text-container {
    background-color: #525252;
    position: absolute;
    width: 100%;
    text-align: center;
	top: 280px;
}

p.horizontal-menu-item-header {
    color: white;
    line-height: 70px;
    margin: 0;
    font-family: Roboto;
    font-weight: 400;
}

p.horizontal-menu-item-text {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.horizontal-menu-item-blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}





#site-content-wrapper {
	background-repeat: no-repeat;
	background-position: center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#menu-items-container {
	width: 100%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
    padding-top: 70px;
	overflow: auto;
    margin-top: 0px;

}

#menu-items-wrapper {
	width: 100%;
}

.menu-items-wrapper {
	float: left;
	width: 50%;
	position: relative;
}

/*.menu-items-wrapper.small {
	width: 50%;
}*/

.menu-item {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

span.icon-volume-medium.button-sound-icon {
    position: absolute;
    width: auto;
    color: rgba(255, 39, 0, 0.96);
    font-size: 30px;
    top: 25px;
    right: 45px;
    background-color: white;
    padding: 8px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}

a.menu-item-link-wrapper {
        display: block;
   	padding: 2px;
    z-index: 100;
    padding: 10px;
    outline: red solid 0px;
}

a.menu-item-link-wrapper:focus {
	outline: red solid 6px;
}

a.menu-item-link-wrapper:active {
	outline: red solid 0px;
}

.menu-items-wrapper-small {
	margin-bottom: 40px;
}

.menu-items-wrapper-medium {
	margin-bottom: 40px;
}

.menu-item-small {
	width: 50%;
}

.menu-item-medium {
	width: 100%;
}

.menu-item-wrapper {
	background-color: #FFFFFF;
}

.menu-image-container {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

img.menu-image {
	width: 100%;
	height: auto;
}


.menu-text-container {
	position: relative;
	width: 100%;
	min-height: 50px;
	background-color: #ffffff;
}

.menu-text-wrapper {
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}

p.menu-text {
	text-decoration: none;
	font-size: 25px;
	color: #000000;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}


ul.submenus {
    position: absolute;
    top: 10px;
    left: 10px;
}


/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1200px) {
	p.menu-text {
		font-size: 20px;
	}
}

@media only screen and (max-width : 979px) {
	.menu-items-wrapper.small {
		width: 100%;
	}

	.menu-items-wrapper {
		width: 100%;
	}
}

@media only screen and (max-width : 767px) {
	p.menu-text {
		font-size: 20px;
	}
}

@media only screen and (max-width : 480px) {
	.menu-item-small {
		width: 100%;
		margin-bottom: 40px;
	}

	.menu-items-wrapper-small {
		margin-bottom: 0px;
	}

	p.menu-text {
		font-size: 22px;
	}
}

@media only screen and (max-width : 320px) {

}




/*#menu-items-container {
	margin-top: 15px;
	float: left;
}

.menu-item {
    float: left;
    position: relative;
    width: 350px;
    height: 205px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #FFFFFF;
}

.menu-item-medium {
	width: 450px;
}

.menu-item-small {
	width: 205px;
}

.menu-image-container {
    width: 100%;
    height: 160px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.menu-image-inner-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

*/




/*-------------------------------------------------------------
ARTICLE area
-------------------------------------------------------------*/

#aricles-container-wrapper {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	margin-top: 50px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.article-wrapper {
    float: left;
    margin-bottom: 50px;
}

#aricles-container {
    width: 100%;
    float: left;
	padding-left: 40px;
	padding-right: 40px;

	/*background: url(images/bg.jpg) no-repeat center center fixed;*/



}

.article-image-wrapper {
    float: left;
    width: 50%;
	margin-bottom: 20px;
}

.article-image {
	padding-right: 40px;
}

h3.article-title {
    margin-top: 0px;
}

a.article-button {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;

	border:0px solid transparent;

	background-color: #E30B1A;
	color: white;
}

a.article-button:focus {
	outline: red solid 6px;
}

a.article-button:active {
	outline: red solid 0px;
}

.text-wrapper {
	width: 50%;
	float: left;
	max-width: 500px;
}

@media (max-width : 994px) {
	.article-image-wrapper {
		float: left;
		width: 100%;
	}

	.text-wrapper {
		width: 100%;
	}

	.article-image {
		padding-right: 0px;
	}
}

/*#aricles-container {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}
.article-wrapper {
    margin-bottom: 90px;
}

.col-xs-12.hrspacing {
    margin-top: 30px;
    margin-bottom: 30px;
}

h3.article-title {
    margin-top: 0px;
}

a.article-button {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;

	border:0px solid transparent;

	background-color: green;
	color: white;
}

@media (max-width : 768px) {
	h3.article-title {
	    margin-top: 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 */



