.gridContainer {
	width: 89.0217%;
	max-width: 1170px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	display: none;
	z-index: 1002!important;
	height: 40px;
	width: 40px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	opacity: 0.8;
	background-color:#000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
}
.back-to-top:hover {
	background-color:#000;
	opacity: 1;
}
.back-to-top i {
	color:#fff;
	font-size:30px;
	margin:0;
	line-height:1.2em;
}
.noParallax {
    float: left; 
    width: 100%; 
    background-position: center center; 
    background-repeat: no-repeat;
    background-size:cover     
}
/* fusion font almoni style
===========================*/
.fs_title {
    float: right;
	width: 100%;
	text-decoration: none;
	direction: rtl;
	font-weight: 400;
	line-height: 1.2em;
}
.fs_sub_title {
    float: right;
	width: 100%;
	text-decoration: none;
	direction: rtl;
	font-weight: 400;
	line-height: 1.1em;
}
.fs_p {
    float: right;
	width: 100%;
    font-size: 17px;
	font-weight: 400;
	line-height: 1.4em;
	direction: rtl;
	text-decoration:none;
}
.fs_tzar {
    font-family:'almoni-neue-tzar';
}
.fs_right {
	text-align: right;
}
.fs_left {
	text-align: left;
}
.fs_center {
	text-align: center;
}
.fs_justify {
	text-align: justify;
}
.fs_light {
	font-weight: 300;
}
.fs_regular {
	font-weight: 400;
}
.fs_bold {
	font-weight: 700;
}
.fs_extra_bold {
	font-weight: 700;
}
.fs_black {
    color: #000;
}
.fs_white {
    color: #fff;
}
.fs_grey {
    color: #2C2D28;
}
.fs_blue {
    color: #2C2D28;
}
.fs_orange {
    color: #f05f33;
}
.fs_red {
    color: #B91F3E;
}
/* css for effects
====================*/
.fs_transition {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}
.fs_shadow {
    -webkit-box-shadow: 0px 0px 24px 0 rgba(64, 64, 64, 0.2);
    -moz-box-shadow: 0px 0px 24px 0 rgba(64, 64, 64, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(64, 64, 64, 0.1);
}  
.fs_border_radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* css for pages
================*/
.page_section {
	width: 100%;
	float: right;
	position: relative;
}
.page_section_title_container {
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	float: right;
	position: relative;
}
/* css for slideshow
====================*/
.slideshow_content .title {
	width: 100%;
	margin-bottom: 5px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.slideshow_content .sub_title {
	width: 100%;
	margin-bottom: 5px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.slideshow_arrow_down_image {
	display: block;
	margin: auto;
	width: 172px;
	height: 70px;
	z-index: 10000000;
	position: fixed;
	bottom: -5px;
	left: 50%;
	margin-left: -86px;
	background-image: url('../images/System/arrow.png');
	background-repeat: no-repeat;
	background-position: center top;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.slideshow_arrow_down_image:hover {
	background-image: url('../images/System/arrow_roll.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.fullScreen_slideshow {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: 0;
}
.fullScreen_main {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1!important;
}
.slideshow_btn {
	float: right;
	width:auto;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	padding-right: 12px!important;
	padding-left: 12px!important;
	padding-bottom: 10px!important;
	padding-top: 8px!important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	direction: rtl;
	background-color:#2C2D28;
	color: #fff;
    clear:both;
}
.slideshow_btn:hover {
	color: #fff;
	background-color: #2C2D28;
}
/* btn style
========================================================== */
.web_btn_container {
	text-align: center;
	width: 100%;
	float: right;
}
.web_btn {
	width: 100%;
	float: none;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	color: #fff;
	border: 1px solid #B91F3E;
	background-color: #B91F3E;
}
.web_btn:hover {
	color: #fff;
	border: 1px solid red;
	background-color: red;
}
.web_btn:focus {
	color: #fff;
	border: 1px solid #2C2D28;
	background-color: #2C2D28;
}
/* css for footer
================= */
.footer_section {
	float: right;
	width: 100%;
}
.footer_links_categories_title {
	float: right;
	width: 100%;
    font-size: 22px;
	font-weight: 400;
	line-height: 1.2em;
	text-align: right;
	direction: rtl;
	color: #2C2D28 !important;
	font-family:'almoni-neue-tzar';
	margin-bottom: 20px;
}
.footer_link {
	float: right;
	width: 100%;
    font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.2em;
	text-align: right;
	direction: rtl;
	color: #2C2D28;
	margin-bottom: 15px;
}
.footer_link i {
	float: right;
	margin-left:12px;
	margin-right:0;
	font-size:15px
}
.footer_link:hover {
	color: #B91F3E;
}
/* css for sub footer
===================== */
.sub_footer_section {
	width: 100%;
	float:right;
	padding-top:15px;
	padding-bottom:15px;
}
.sub_footer_text {
	float: right;
	width: auto;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: right;
    color: #2C2D28;
    margin-top:2px
}
.sub_footer_credit_icon {
	float: left;
	width:30px;
	height:25px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.fs_title {
    font-size: 40px;
}
.fs_sub_title {
    font-size: 26px;
}
.fs_p {
    font-size: 17px;
}
.slideshow {
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
	padding: 0px;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 80px;
	position: relative;
	box-sizing:border-box;
}
.slideshow_content {
	float: left;
	top: 32%;
	position:absolute;
	width:70%;
	margin-right:15%;
	margin-left:15%;
	z-index:1;
	direction: rtl;
}
.slideshow_content .title {
	font-size: 55px;
}
.slideshow_content .sub_title {
	font-size: 50px;
	line-height:1em;
}
.web_btn_container {
	padding-top: 30px;
	padding-bottom: 75px;
}
.footer_section {
	padding-top: 90px;
	padding-bottom: 90px;
}
.footer_links_categories {
	float: right;
	width: 21.25%;
	margin-left:5%;
}
.footer_links_categories:nth-of-type(4n) {
	float: right;
	width: 21.25%;
	margin-left:0;
}
.page_section {
	padding-top: 120px;
	padding-bottom: 0px;
}
.page_section_title_container {
	padding-top: 0px;
	padding-bottom: 0px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.fs_title {
    font-size: 38px;
}
.fs_sub_title {
    font-size: 26px;
}
.fs_p {
    font-size: 17px;
}
.slideshow {
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
	padding: 0px;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 80px;
	position: relative;
	box-sizing:border-box;
}
.slideshow_content {
	float: right;
	top: 32%;
	position:absolute;
	width:70%;
	margin-right:15%;
	margin-left:15%;
	z-index:1;
	direction: rtl;
}
.slideshow_content .title {
	font-size: 45px;
}
.slideshow_content .sub_title {
	font-size: 38px;
}
.web_btn_container {
	padding-top: 30px;
	padding-bottom: 75px;
}
.footer_section {
	padding-top: 90px;
	padding-bottom: 90px;
}
.footer_links_categories {
	float: right;
	width: 21.25%;
	margin-left:5%;
}
.footer_links_categories:nth-of-type(4n) {
	float: right;
	width: 21.25%;
	margin-left:0;
}
.page_section {
	padding-top: 120px;
	padding-bottom: 0px;
}
.page_section_title_container {
	padding-top: 0px;
	padding-bottom: 0px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {
.fs_title {
    font-size: 34px;
}
.fs_sub_title {
    font-size: 24px;
}
.fs_p {
    font-size: 17px;
}
.slideshow {
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
	padding: 0px;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 50px;
	position: relative;
	box-sizing:border-box;
}
.slideshow_content {
	float: right;
	top: 32%;
	position:absolute;
	width:70%;
	margin-right:15%;
	margin-left:15%;
	z-index:1;
	direction: rtl;
}
.slideshow_content .title {
	font-size: 45px;
}
.slideshow_content .sub_title {
	font-size: 30px;
}
.web_btn_container {
	padding-top: 30px;
	padding-bottom: 75px;
}
.footer_section {
	padding-top: 50px;
	padding-bottom: 0px;
}
.footer_links_categories {
	float: right;
	width: 47.5%;
	margin-left:5%;
	margin-bottom:50px;
}
.footer_links_categories:nth-of-type(2n) {
	float: right;
	width: 47.5%;
	margin-left:0;
}
.page_section {
	padding-top: 80px;
	padding-bottom: 0px;
}
.page_section_title_container {
	padding-top: 0px;
	padding-bottom: 0px;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.fs_title {
    font-size: 34px;
}
.fs_sub_title {
    font-size: 24px;
}
.fs_p {
    font-size: 17px;
}
.slideshow {
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
	padding: 0px;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 50px;
	position: relative;
	box-sizing:border-box;
}
.slideshow_content {
	float: right;
	top: 32%;
	position:absolute;
	width:70%;
	margin-right:15%;
	margin-left:15%;
	z-index:1;
	direction: rtl;
}
.slideshow_content .title {
	font-size: 45px;
}
.slideshow_content .sub_title {
	font-size: 30px;
}
.web_btn_container {
	padding-top: 30px;
	padding-bottom: 75px;
}
.footer_section {
	padding-top: 50px;
	padding-bottom: 0px;
}
.footer_links_categories {
	float: right;
	width: 47.5%;
	margin-left:5%;
	margin-bottom:50px;
}
.footer_links_categories:nth-of-type(2n) {
	float: right;
	width: 47.5%;
	margin-left:0;
}
.page_section {
	padding-top: 80px;
	padding-bottom: 0px;
}
.page_section_title_container {
	padding-top: 0px;
	padding-bottom: 0px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.back-to-top {
	display: none!important;
}
.fs_title {
    font-size: 30px;
}
.fs_sub_title {
    font-size: 21px;
}
.fs_p {
    font-size: 17px;
}
.slideshow {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
	position: relative;
}
.slideshow_content {
	float: right;
	top: 32%;
	position:absolute;
	width:70%;
	margin-right:15%;
	margin-left:15%;
	z-index:1;
	direction: rtl;
}
.slideshow_content .title {
	font-size: 45px;
}
.slideshow_content .sub_title {
	font-size: 30px;
}
.web_btn_container {
	padding-top: 30px;
	padding-bottom: 55px;
}
.footer_section {
	padding-top: 40px;
	padding-bottom: 0px;
}
.footer_links_categories {
	float: right;
	width: 100%;
	margin-left:5%;
	margin-bottom:40px;
}
.footer_links_categories:nth-of-type(2n) {
	float: right;
	width: 100%;
	margin-left:0;
}
.page_section {
	padding-top: 70px;
	padding-bottom: 0px;
}
.page_section_title_container {
	padding-top: 0px;
	padding-bottom: 0px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.back-to-top {
	display: none!important;
}
.fs_title {
    font-size: 30px;
}
.fs_sub_title {
    font-size: 21px;
}
.fs_p {
    font-size: 17px;
}
.slideshow {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
	position: relative;
}
.slideshow_content {
	float: right;
	top: 32%;
	position:absolute;
	width:70%;
	margin-right:15%;
	margin-left:15%;
	z-index:1;
	direction: rtl;
}
.slideshow_content .title {
	font-size: 45px;
}
.slideshow_content .sub_title {
	font-size: 30px;
}
.web_btn_container {
	padding-top: 30px;
	padding-bottom: 55px;
}
.footer_section {
	padding-top: 40px;
	padding-bottom: 0px;
}
.footer_links_categories {
	float: right;
	width: 100%;
	margin-left:5%;
	margin-bottom:40px;
}
.footer_links_categories:nth-of-type(2n) {
	float: right;
	width: 100%;
	margin-left:0;
}
.page_section {
	padding-top: 70px;
	padding-bottom: 0px;
}
.page_section_title_container {
	padding-top: 0px;
	padding-bottom: 0px;
}
}