html {
    background: #ecf6fb url(../images/sce/body-tile.png) repeat-y center top;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
}


body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url(../images/sce/ajaxPreloader.gif) no-repeat center -100%;
    -webkit-transition: background 150ms ease-out;
    -moz-transition: background 150ms ease-out;
    -ms-transition: background 150ms ease-out;
    -o-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
    font: 62.5% / 1.8 "caviar_dreams",sans-serif;
    color: #333;
}

#navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 90px;
}
#navigation .container {
    max-width: 1500px;
    height: 90px;
    margin: 0 auto;
    position: relative;
background: #d9edef; /* Old browsers */
background: -moz-linear-gradient(top,  #d9edef 0%, #8bcbe8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d9edef 0%,#8bcbe8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d9edef 0%,#8bcbe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9edef', endColorstr='#8bcbe8',GradientType=0 ); /* IE6-9 */

}

#navigation .wrapper {
    width: 1085px;
    margin: 0 auto;
    position: relative;
}
#navigation .logo {
    display: block;
    width: 190px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#navigation .logo a {
    text-indent: -9999em;
    display: block;
    width: 190px;
    height: 90px;
    background: url(../images/sce/logo_menu.png) no-repeat 0 0;
}


/* EB : start nav section */
ul#nav{    
    width: 80%;
    float: right;
    padding: 26px 0px !important;
    margin: auto 0;
}

ul#nav li{
    display: inline;
    float: left;
    padding: 0 10px;
    font-size: 18px;
    color: white;
}

/* EB : Start scrollbar css */

#main {
    height: 100%;
    width: 100%;
    position: relative;
    clear: both;
    margin: 90px 0 0 0;
    visibility: hidden;
    background: white;
}
#load #main {
    visibility: visible !important
}
#main .viewport {
    height: 800px;
    width: 100%;
    overflow: hidden;
    position: relative
}
#main .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0
}
#main .thumb {
    background-color: #ffaed4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}
#main .thumb .end {
    background-color: #ffaed4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}
#main .scrollbar {
    position: absolute;
    top: -90px;
    right: 0;
    width: 15px;
    z-index: 9999999
}
#main .track {
    height: 100%;
    width: 15px;
    position: relative;
    padding: 0;
    background: rgba(171, 215, 239, 0.2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}
#main .thumb {
    height: 20px;
    width: 15px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0
}
#main .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 15px
}
#main .disable {
    display: none
}
.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}


section {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

#block1 {
    height: 5290px;
    max-width: 1500px;
    background-image: url(../images/sce/bouteille_guedila_v.png), 
 		      url(../images/sce/Rocks_1.png),
 		      url(../images/sce/ghoufi_bg2.png),
 		      url(../images/sce/sky_bg.jpg);
    background-repeat: no-repeat;
    background-position: 1114px 50px, 50% 695px, center 368px,center top;
    overflow: hidden;
}
h2.intro_text {
font-family: 'caviar_dreamsbold';
    font-weight: bold;
    font-size: 32px;
    color: #353535;
    text-align: left;
    height: 135px;
    line-height: 40px;
    width: 730px;
    padding-top: 60px;
    padding-left: 3%;
    letter-spacing: 3px;
    position: relative;
    top: 110px;
    background: url(../images/sce/logo_guedila.png);
    background-repeat: no-repeat;
    background-position: 100% 38px;
    letter-spacing: 0px;
}
.intro_2ndText{
    font-family: 'OpenSans-CondensedLight';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 40px;
}


/*EB: Start cookies policy */
#cookie_policy {
    clear: both;
    float: none;
    margin: 0 auto;
    max-width: 1500px;
    color: #ccc;
    padding: 0;
    height: 32px;
    display: none;
    visibility: hidden
}
#cookie_policy.showme {
    display: block;
    visibility: visible
}
#cookie_policy .container {
position: fixed;
z-index: 999999;
bottom: 0;
max-width: 100%;
width: 1500px;
height: 23px;
padding: 10px 0 3px;
background-color: #ffffff;
border-top: 1px solid #e22727;
}
#cookie_policy .container p {
    color: #000000;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
}
.vendor-ie-8 #cookie_policy .container {
    background-color: #313133
}
#cookie_policy .inner {
    margin: 0 auto;
    position: relative;
    width: 940px
}
#cookie_policy a.plus {
    height: 15px;
    display: inline-block;
    padding: 2px 16px 2px 20px;
    background: white;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 9px;
    font-family: arial;
    letter-spacing: 1px;
    line-height: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#cookie_policy a.close {
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 9px;
    z-index: 100;
    padding: 2px 20px 2px 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 9px;
    font-family: arial;
    letter-spacing: 1px;
    line-height: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#cookie_policy a:hover.moreeee {
    background-color: #fff;
    color: #e22727;
    box-shadow: 0 2px 2px rgba(13, 13, 13, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(13, 13, 13, 0.15);
    -webkit-box-shadow: 0 2px 2px rgba(13, 13, 13, 0.15)
}
#cookie_policy a:hover.plus,
#cookie_policy a:hover.close {
    background-color: #e22727;
    color: #fff;
    box-shadow: 0 2px 2px rgba(13, 13, 13, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(13, 13, 13, 0.15);
    -webkit-box-shadow: 0 2px 2px rgba(13, 13, 13, 0.15)
}

#home_events_left {
    float: left;
    width: 39%;
}
#home_events_left #latest_news
{
    width: 385px;
    float: left;
    padding: 28px;
    height: 410px;
    max-height: 410px;
    overflow: hidden;
    position: relative;
}
#home_events_left #latest_news_left{
    width: 100%;
    float: left;
    height: 220px;
    padding-bottom: 10px;
}
#home_events_left #latest_news_right{
    float: left;
    width: 95%;
    padding: 0 3%;
    overflow: hidden;
    position: relative;
}
#home_events_left #latest_news_left .newsImage{
    border-width: 6px !important;
    width: 376px !important;
    height: auto !important;
    border: solid white;
    box-shadow: 0px 0px 30px rgba(36, 69, 84, 0.55);
    -webkit-box-shadow: 0px 0px 30px rgba(36, 69, 84, 0.55);
    -moz-box-shadow: 0px 0px 30px rgba(36, 69, 84, 0.55);
}

#home_events_left .news_title{
    font: 26px 'OpenSans-CondensedLight';
    text-align: left;
    font-weight: bold;
    width: 100%;
    display: block;
    color: black !important;
    text-decoration: none;
}
#home_events_left .latest_news_date{
    font: 20px 'OpenSans-CondensedLight';
    position: relative;
    color: #008800;
    font-weight: normal;
}
#home_events_left .news_headline {
    font: 18px 'OpenSans-CondensedLight';
    font-weight: bold;
    color: #343434;
}
#home_events_right {
    float: left;
    width: 61%;
    margin: 30px 0;
    max-height: 405px;
    overflow-y: auto;
    overflow-x: hidden;
}

#home_events_right #latest_news
{
    float: left;
    width: 96%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 5px 15px 5px;
    border-bottom: 2px dotted #9e8e8e;
}
    #home_events_right #latest_news_left {
    float: left;
    width: 28%;
    }
        #home_events_right #latest_news_left .newsImage {
        border-width: 5px !important;
        border: solid white !important;
        height: 95px !important;
        width: 152px !important;     
        }
#home_events_right .news_title{
    font: 26px 'OpenSans-CondensedLight';
    text-align: left;
    font-weight: bold;
    width: 100%;
    display: block;
    color: black !important;
    text-decoration: none;
    float: left;
}
 #home_events_right #latest_news_right {
    width: 72%;
    float: left;
    line-height: 13px;
    text-align: left;
    max-height: 100px;
    overflow:hidden;
    }
 #home_events_right .latest_news_date {
    font: 20px 'OpenSans-CondensedLight';
    position: relative;
    color: #008800;
    font-weight: normal;
    line-height: 15px;
}
 #home_events_right .news_headline {
    font: 18px 'OpenSans-CondensedLight';
    font-weight: bold;
    color: #343434;
}



/****** EB : Start popup css****/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color: #000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  text-align: center;
}
#boxes #dialog {
  width: 600px; 
  height: auto;
  padding:5px;
  background-color: transparent;
  font-family: "caviar_dreams",sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "caviar_dreams",sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "caviar_dreams",sans-serif;
	font-size: 12pt;
  	text-align: left;
}
#popupfoot{
  font-family: "caviar_dreams",sans-serif;
  font-size: 16px;
  padding: 0px 5px;
}
#popupfoot a{
	text-decoration: none;
	color: white !important;
}
#popupfoot a:hover{
  text-decoration: underline;
  }
.popupoption:hover{

}
.popupoption2:hover{

}

