@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
   font-family: 'Lato', sans-serif;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
    font-family: 'Lato', sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
   
.homeSlider{
	display: block;
	position: absolute !important;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top:0px;
	background-color: #000000;
	border: 1px solid #C3855A;



}
.homeSlider1{
	background-image: url('slide1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	width: 100% !important;
	height: 100% !important;
	background-color: #000000;
}.homeSlider2{
	background-image: url('slide2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
 
	width: 100% !important;
	height: 100% !important;
	background-color: #000000;
}.homeSlider3{
	background-image: url('slide3.jpg');
		background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
 
	width: 100% !important;
	height: 100% !important;
	background-color: #000000;
}

.slideInfo{
   display: table;
	position: relative;
	    width: 100% !important;
	height: 100% !important;
}
.slideTitle{
    display: table-cell;
	position: relative;
    width: 100% !important;
	height: 100% !important;
	vertical-align: middle;
	text-align: center;
	    font-family: 'Lato', sans-serif;
	color: #FFF;
	font-size: 60px;
	letter-spacing: 2px;
}.slideTitle span{
    display: block;
	position: relative;
    width: 100% !important;
 
	text-align: center;
	    font-family: 'Lato', sans-serif;
	color: #FFF;
	font-size: 25px;
		letter-spacing: 5px !important;
}

.leftArrow{
	display: block;
	position: absolute;
	width: 40px;
	height: 38px;
	background-image: url('left.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	top: 50%; 
 
	left:0px;
	margin-top: -19px;
	z-index: 100;
}.leftArrow:hover{

}.rightArrow{
	display: block;
	position: absolute;
	width: 40px;
	height: 38px;
	background-image: url('right.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	top: 50%; 
	right: 0px;
	z-index: 100;
 
	margin-top: -19px;

}.rightArrow:hover{
}


.mainContainer{
	display: block;
	position: absolute;
	width:  100% ;
	height: 100%  ;
	z-index: 100;
	background-color: #000000;

}

.hline1{
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #C3855A;
	top:50px;
	left: 0%;
	z-index: 20;
}.hline2{
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #C3855A;
	bottom:50px;
	left: 0%;
	z-index: 20;
}

.vline1{
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #C3855A;
	top:0%;
	left: 50px;
	z-index: 20;
}.vline2{
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #C3855A;
	top:0%;
	right: 50px;
	z-index: 20;
} 
.homePanel{
    display: table;
    position: absolute;
    width: 25%;
    height: 30%;
    left: 20%;
    top: 45%;
    background-color: #FFFFFF;
    z-index: 50;
}.homeCell{
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


.homeTitle{
	font-size: 30px;
	color:#212322;
	font-weight: 700;
	line-height: 30px;
}
.homeSubTitle{
	font-size: 15px;
	color:#919191;
	font-weight: 700;
	line-height: 15px;
	padding-top: 10px;
}
 

.alignHome{
	padding: 20px;
	text-align: left;
}

.logo{
	 display: block;
	position: absolute;
	width: 120px;
	height: 180px;
	left:50%;
	margin-left: -60px;
	top:40px;
 
    background-image: url('logo.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 100;
 
}.logo a{
	 display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}.logo a:hover{
	 display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}


.close{
	 display: block;
	position: absolute;
	width:18px;
	height: 17px;
	right:20px;
	top:20px;
	z-index: 100;
     background-image: url('close.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
 
 
}.close a{
	 display: block;
	position: absolute;
	width: 100%;
	height: 100%;

}.close a:hover{
 
	color: #FFFFFF;
 
} 


 
 

 


 






.footer{
	display: block;
	position: absolute;
	width: 100%;
	bottom: 20px;
	left:0px;
	z-index: 200;
	text-align: center;
 
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #C3855A;
 
}
.footer a{
 
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #C3855A;
 
}
.footer a:hover{
 
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #C3855A;
 
}

.mainMenu{
	display: block;
	position: absolute;
	width: 100%;
	top: 0px;
	left:0px;
	z-index: 200;
	text-align: center;
 
	  font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
 
}
.mainMenu a{
 
	  font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 50px;
 
}
.mainMenu a:hover{
 
	  font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom:#C3855A solid 1px;
	line-height: 50px;
 
}

 

.popup{ display: none; }
.popupMain{
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 9000;
	overflow: hidden;
}
.popupContainer{
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
   vertical-align: middle;
	text-align: center;
}.popupContent{
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 900px;
	height: auto;
	text-align: center;
	background-color: #C3855A;
}
.popupInline{
 
	padding: 50px;
}

 

.contentTitle{
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	 font-family: 'Lato', sans-serif;
	 letter-spacing: 5px;
}
.contentTitle span{ width: 50px; display: inline-block; position: relative; }
.contentTitle a{
	font-size: 12px;
   line-height: 36px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	 font-family: 'Lato', sans-serif;
	 letter-spacing: 5px; vertical-align: top;
}

.contentTitle a:hover{
	font-size: 12px;
	 line-height: 36px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	 font-family: 'Lato', sans-serif;
	 letter-spacing: 5px; vertical-align: top;
}


.history, .Bottarga, .contactUs, .story{
	display: none;
}


 .contentText{
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-weight: 600;
	padding-top: 50px;
	padding-bottom: 50px;
	 font-family: 'Lato', sans-serif;
	 letter-spacing: 3px;
} 
 .contentSmallText{
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: 600;
	padding-top: 50px;
 
	 font-family: 'Lato', sans-serif;
	 letter-spacing: 1px;
} 


@font-face {
    font-family: 'Neo Sans Arabic';
    src: url('NeoSansArabic.woff2') format('woff2'),
        url('NeoSansArabic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



 .contentSmallTextArabic{
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: 600;
	padding-top: 50px;
 
	 font-family: 'Neo Sans Arabic', sans-serif;
 
	 direction: rtl;
} 





.phoneIcon{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 10px;
}
.phoneIcon img{ display: inline-block; position: relative; width: 25px; }

.phoneNumber{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	 font-family: 'Lato', sans-serif;
	font-size: 20px;
		font-weight: 600;
			color: #000000;
			letter-spacing: 3px;
}


@media (max-width:900px),   
         (max-height: 600px){
 
 
.hline1{
	display: none;
}.hline2{
	display: none;
}

.vline1{
	display: none;
}.vline2{
	display: none;
}.vline3{
	display: none;
}


/*
.hline1{
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #C3855A;
	top:10px;
	left: 0%;
	z-index: 20;
}.hline2{
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #C3855A;
	bottom:10px;
	left: 0%;
	z-index: 20;
}

.vline1{
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #C3855A;
	top:0%;
	left: 10px;
	z-index: 20;
}.vline2{
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #C3855A;
	top:0%;
	right: 1px;
	z-index: 20;
} 

 */

 .footer{
 
	width: calc(100% - 20px);
	padding: 10px;
	bottom: 5px;
	font-size: 10px;
 
}
.footer a{
 
 
	font-size: 10px;
 
 
}
.footer a:hover{
 
	 
	font-size: 10px;
 
}


.slideTitle{
    display: table-cell;
	position: relative;
    width: 100% !important;
	height: 100% !important;
	vertical-align: middle;
	text-align: center;
	    font-family: 'Lato', sans-serif;
	color: #FFF;
	font-size: 25px;
	letter-spacing: 2px;
	padding-top: 40px;
}.slideTitle span{
    display: block;
	position: relative;
    width: 100% !important;
 
	text-align: center;
	    font-family: 'Lato', sans-serif;
	color: #FFF;
	font-size: 12px;
		letter-spacing: 5px !important;
}



.leftArrow{
	display: none;
 
}.rightArrow{
	display: none;
}


.contentTitle{
	font-size: 18px;
	line-height: 20px;
 
}

.contentTitle span{ width: 15px; display: inline-block; position: relative; }
.contentTitle a{
	font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
 
}

.contentTitle a:hover{
	font-size: 11px;
	 line-height: 20px;
	 letter-spacing: 1px;
}



 .contentText{
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	 font-family: 'Lato', sans-serif;
	 letter-spacing: 1px;
} 
 .contentSmallText{
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
	padding-top: 20px;
 
	 font-family: 'Lato', sans-serif;
	 letter-spacing: 1px;
} 



 .contentSmallTextArabic{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
	padding-top: 20px;
 
	 font-family: 'Neo Sans Arabic', sans-serif;
 
	 direction: rtl;
} 

.phoneNumber{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	 font-family: 'Lato', sans-serif;
	font-size: 16px;
		font-weight: 600;
			color: #000000;
			letter-spacing: 1px;
}


.mainMenu{
 
	font-size: 10px;
	line-height: 40px;
 
 
}
.mainMenu a{
 
 
	font-size: 10px;
	line-height: 40px;
 
}
.mainMenu a:hover{
 
	font-size: 10px;
	line-height: 40px;
 
}



}


@media (max-width:600px),   
         (max-height: 600px) {
         
         .footer span{
         display: block;}

.logo{
	 display: block;
	position: absolute;
	width: 80px;
	height: 120px;
	left:50%;
	margin-left: -30px;
	top:30px;
 
    background-image: url('logo.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 100;
 
}




}