 body{
	color: #000;
	font-family: 'Open Sans Condensed',arial, sans-serif;
	font-size: 13px;
	width: 700px;
	background-color: #403e3d;
}
.fright {
  display: block;
  float: right;
}
.fleft {
  display: block;
  float: left;
}
img.fleft {
  margin: 0 14px 14px 0;
}
.clear {
  clear: both;
}
.hand {
  cursor: pointer;
  cursor: hand;
}
.no-hand {
  cursor: default;
}
.no-outline {
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
.bold {
  font-weight: bold;
}
.capital {
  text-transform: capitalize;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.black {
  color: #000 !important;
}

.underline {
  text-decoration: underline;
}
.ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.ul li {
  padding: 0;
  margin: 0;
  display: block;
}
/* ********************************* FONTS */
/*
@KnockoutFlyweight 			: 'KnockoutHTF46Flyweight';
@KnockoutJuniorFlyweight	: 'KnockoutHTF26JuniorFlyweight';
@BrandonBold				: 'BrandonGrotesqueBold';
*/
/* ********************************* HTML5 */
section,
nav,
article,
footer,
header {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
/* ********************************** CSS par defaut */
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /*font-family: Times Italic, Times New Roman, Times, Serif;*/

  font-size: 11px;
  color: #000;
}
p, .p {
  margin: 10px 0;
  padding: 0;
  font-size: 12px;
}
p:first {
  margin: 0 0 10px 0;
}
a {
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
a:visited {
  text-decoration: none;
}
a:hover, a:active {
  color: #000;
  text-decoration: underline;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
a:focus {
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
*, *:focus {
	outline: none;
	border: none;
	-moz-outline: none;
	-webkit-outline: none;
	padding-bottom: 10px;
}
a img {
  border: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}


ul li {
  padding: 0;
  margin: 0;
  display: block;
}
h1 {
  color: #000;
  display: inline-block;
}
h1 img {
  height: 40px;
}
h1 span {
  display: none;
}
  
h2 {
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
  	font-family: 'Open Sans Condensed',arial, sans-serif;
}


#container {
  position: relative;
  display: block;
  z-index: 0;
}

#container .sweet-spot {
	width: 75px;
	height: 140px;
	display: block;
	margin: 0 auto;
}
#container #sweet-spot-bas {
	position: fixed;
	display: block;
	z-index: 8020;
	bottom: 0px;
	left: 10%;
	width: 80%;
	height: 75px;
	padding-bottom: 0px;
	cursor: pointer;
	cursor: hand;
	margin-bottom: 0px;
}
#container #sweet-spot-bas .sweet-spot {
  margin-top: 30px;
}
#container #sweet-spot-haut {
	position: fixed;
	display: block;
	z-index: 17980;
	top: 0;
	left: 25%;
	width: 50%;
	vertical-align: bottom;
	height: 90px;
	cursor: pointer;
	cursor: hand;
}
#container #sweet-spot-haut .sweet-spot {
  margin-top: 0px;
  vertical-align: bottom;
}
#container #img-scroll {

  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 9991;
}
.tooltip {
  padding: 2px 4px;
  margin-top: 5px;
  font-family: Arial, Helvetica, Sans-Serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#btn-real-list {
  padding: 6px 13px 0 14px;
  color: white;
  cursor: pointer;
  cursor: hand;
  width: 40px;
}
div#real-list {
  position: fixed;
  top: 135px;
  right: 0px;
  z-index: 10;
}

div#real-list .real-list-head ul.real-list-cat {
  display: none;
}
div#real-list .real-list-head ul.real-list-cat li {
  display: inline-block;
}
div#real-list .real-list-content {
  display: none;
}

#header {
	position: fixed;
	display: block;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: #000000;
}


#header h1 {
  opacity: 0;
  -moz-opacity: 0;
  display: none;
}
#header h1.visible {
  opacity: 1;
  -moz-opacity: 1;
}
#header.white, #header.white #menu a {
  color: #fff;
}
#header img {
	position: absolute;
	left: 40px;
	top: 8px;
	cursor: pointer;
	cursor: hand;
}
#header #menu {
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	height: 45px;
	color: #eeefef;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	left: 10px;
}

#header #menu a {
  color: #cccccc;
  text-decoration: none;
  display: inline-block;
text-shadow: 0px 0px 0px rgba(0,0,0,0.8);
}


#header #menu a:hover {
  color: #6a9cd0;
  text-decoration: none;
  display: inline-block;
text-shadow: 0px 0px 0px rgba(0,0,0,0.8);
}


#header #menu ul {
	margin-top: 10px;
	background-color: #000;
	padding-top: 15px;
	padding-right: 15px;
}
#header #menu ul li {
  display: inline-block;
  padding-left: 25px;
}
#header #menu ul li:first {
  padding-left: 0px;
}
/* # main */
#main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* # info */
#info {
  position: relative;
}
#info #wrapper {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
}
#info #wrapper  {
	margin: 0 auto;
	width: 85%;
	position: relative;
	z-index: 1000;
	font-size: 36px;
	line-height: 40px;
}


.text {
	text-transform: uppercase;
	z-index: 1000;
	font-size: 22px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000;	
}

.text2 {
		text-transform: uppercase;
	z-index: 1000;
	font-size: 20px;
	color: #bdfbc6;

	
}

.textbg {
	width: 800px;
	height: auto;
	position: relative;
	z-index: 1000;
	border: thin solid #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-image: url(images/bghp.png);
	background-repeat: repeat;
	margin-top: 20%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
}

.textbg2 {
	width: 800px;
	height: auto;
	position: relative;
	z-index: 1001;
	border: thin solid #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-image: url(images/bghp.png);
	background-repeat: repeat;
	margin-top: 20%;
	margin-right: 50%;
	margin-bottom: 0px;
	margin-left: 50%;
	padding-right: 15px;
}

#info #wrapper div.text p {
  text-transform: uppercase;
  position: relative;
  border-bottom-width: 14px;
  border-bottom-style: solid;
  font-size: 290px;
  text-align: center;
  line-height: 1.05em;
  margin: 0.2em 0;
}
#info img {
  position: absolute;
  width: 80%;
}
/* slider*/
#vSlider {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  height: 100%;
}
#vSlider li {
  padding: 0;
  margin: 0;
  display: block;
}
#vSlider.no-scroll li {
  position: absolute;
}
#vSlider li {
  width: 100%;
  overflow: hidden;
}
#vSlider li.real {
  cursor: pointer;
  cursor: hand;



}
#vSlider li.real .real-wrap {
  position: relative;
  width: 100%;
  height: 100%;

}
#vSlider li.real .real-wrap li.real-intro .box {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
#vSlider li.real .real-wrap li.real-intro .box img.intro {
  position: absolute;
  display: block;
  z-index: 10000;
  bottom: 50%;
}
.caption-wrap {
	margin: 0;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 10001;
	left: 0%;
	top: 50%;
	
}

.information h3 {
	text-align: center;
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 80px;
	width: 88%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	color: #5cc151;
}

.information2 h3 {
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 80px;
	width: 88%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	color: #72bf44;
}




 .information h3 span {
  padding: 5px 10px 3px 10px;
  border-radius: 2px;
}
.caption-wrap h2 {
	text-align: left;
	display: block;
	font-size: 20px;
	width: 90%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 65px;
	line-height: 28px;
}


.caption-wrap h2 span.h2 {
  padding: 0 10px;
  display: block;
  border-radius: 2px;
}
#vSlider li.real .real-wrap li.real-intro .box div.caption-wrap div.tags {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}
#vSlider li.real .real-wrap li.real-intro .box div.caption-wrap div.tags .bullet {
  font-family: Arial, Helvetica, Sans-Serif;
  display: inline-block;
  margin-top: -4px;
  line-height: 8px;
  vertical-align: top;
  padding: 0px 10px;
  font-size: 35px;
}
#vSlider li.real .real-wrap li.real-det div.box {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#vSlider li.real .real-wrap li.real-det div div.caption {
  position: absolute;
  display: block;
  z-index: 8000;
  margin: 0 15%;
  text-align: left;
  left: 0;
  top: 0;
}
#vSlider li.real .real-wrap li.real-det div p {
  text-transform: uppercase;
  font-size: 72px;
  margin: 0px;
  text-align: left;
  line-height: 104%;
  font-weight: normal;
}
#vSlider li.real .real-wrap li.real-det iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 8010;
  top: 0;
  left: 0;
}

#vSlider li.real ul.slider {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  position: relative;
  display: block;
  z-index: 1;
}
#vSlider li.real ul.slider li {
  padding: 0;
  margin: 0;
  display: block;
}
#vSlider li.real ul.slider li {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vSlider li.real .real-fiche {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  cursor: default;
  display: none;
}
#vSlider li.real .real-fiche .bg {
  position: absolute;
  display: block;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -moz-opacity: 0.9;
}
#vSlider li.real .real-fiche .content {
  padding: 100px 40px 20px 40px;
  position: relative;
  z-index: 11;
}

#vSlider li.real .real-fiche p {
  font-size: 36px;
  font-family: 'Arial';
  font-weight: bold;
  line-height: 36px;
}
.captiontext {
	font-family: "Opens San", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}


#vSlider li.real .real-fiche h4 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}

.real-sweet-spot {
  position: absolute;
  display: block;
  z-index: 100;

  cursor: pointer;
  cursor: hand;
}
/* letf */
.real-sweet-spot-g {
  position: absolute;
  display: block;
  z-index: 100;

  cursor: pointer;
  cursor: hand;
  top: 0;
  left: 20px;
  width: 15%;
  height: 80%;
  top: 10%;
  display: none;
}
.real-sweet-spot-g .sweet-spot {
  position: absolute;
  display: block;
  z-index: 10;
  margin: 0;
  top: 40%;
 left: -18px;
 background-image: url(images/rarrow.png); width: 75px; height: 150px;
}


/* Right */
.real-sweet-spot-d {
  position: absolute;
  display: block;
  z-index: 100;
  cursor: pointer;
  cursor: hand;
  top: 10px;
  right: 40px;
  width: 15%;
  height: 80%;
  top: 10%;
  
}
.real-sweet-spot-d .sweet-spot {
  position: absolute;
  display: block;
  z-index: 110;
  margin: 0;
  top: 40%;
 right:-40px;
 background-image: url(images/larrow.png); width: 75px; height: 150px;
}

#info {
	background-color: #999999;
	color: #007eff;
}
#info div div.text p {
  border-bottom: 14px solid #007eff;
}


#vSlider #row-two.real  .real-wrap li.real-intro .box {
  width: 1200px !important;
}

#vSlider #row-two.real {
  background-color: #565656;
  color: #fff;
}

#vSlider #row-three.real {
  background-color: #949494;
  color: #fff;
}

#vSlider #row-four.real {
	background-color: #494949;
	color: #fff;
	
}

#vSlider #row-five.real {
  background-color: #949494;
  color: #fff;
}

#vSlider #row-eight.real {
  background-color: #565656;
  color: #fff;
}

#vSlider #row-nine.real {
  background-color: #939498;
  color: #fff;
}

#vSlider #row-ten.real {
  	background-color: #494949;
  color: #fff;
}



#vSlider #row-three.real .real-wrap li.real-intro .box {
  width: 1200px !important;
}


#vvSlider #row-four.real .real-wrap li.real-intro .box {
	width: 1200px !important;
	
}



#vSlider #row-eight.real .real-wrap li.real-intro .box {
  width: 1200px !important;
}

#vSlider #row-nine.real .real-wrap li.real-intro .box {
  width: 1200px !important;
}

#vSlider #row-ten.real .real-wrap li.real-intro .box {
  width: 1200px !important;
}


.oligarchtext {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	font-size: 25px;
	line-height: 31px;
	text-align: left;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.imagecaption {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
}



.clr{
	clear: both;}
	
	
.texttitle {
	text-transform: uppercase;
	;
	font-size: 80px;
	font-weight: 100;
	color: #13ed6d;
	padding-bottom: 20px;
	padding-top: 0px;
}
.texttitle2 {
		text-transform: uppercase;
	font-size: 50px;
	font-weight: 100;
		color: #ccc;
	margin-top: -20px;
	padding-top: 0px;
}




      .other {
	background-color: #555555;
	height: 1000px;
	color: #FFF;
	background-image: url(images/row2a.jpg);
	background-repeat: no-repeat;
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

      .other2 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2b.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
   
   
      .other3 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2c.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  
  
        .other4 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2k.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


      .other5 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2d.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


      .other6 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2e.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

      .other7 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2j.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

      .other8 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2f.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

      .other9 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2g.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


      .other10 {
	background-color: #555555;
height: 1000px;
	background-image: url(images/row2h.jpg);
	background-position: center -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


      .other11 {
	background-color: #474747;
	height: 1000px;
	background-image: url(images/row4a.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


      .other12 {
	background-color: #474747;
	height: 1000px;
	background-image: url(images/row4b.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

      .other13 {
	background-color: #474747;
	height: 1000px;
	background-image: url(images/row4c.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other14 {
	background-color: #474747;
	height: 1000px;
	background-image: url(images/row4d.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


    .other15 {
	background-color: #474747;
	height: 1000px;
	background-image: url(images/row4e.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other16 {
	background-color: #474747;
	height: 1000px;
	background-image: url(images/row4f.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other17 {
	background-color: #94959A;
	height: 1000px;
	background-image: url(images/row5c.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other18 {
	background-color: #94959A;
	height: 1000px;
	background-image: url(images/row5ga.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other19 {
	background-color: #94959A;
	height: 1000px;
	background-image: url(images/row5e.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other20 {
	background-color: #94959A;
	height: 1000px;
	background-image: url(images/row5f.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


    .other21 {
	background-color: #94959A;
	height: 1000px;
	background-image: url(images/row5g.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other22 {
	background-color: #94959A;
	height: 1000px;
	background-image: url(images/row5h.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



    .other23 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/row6b.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



    .other24 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/row6a.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other25 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/row6d.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other26 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/row6f.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other27 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/row6g.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other28 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/6m.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other29 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/6j.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other30 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/6l.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other31 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/6k.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other32 {
	background-color: #555555;
	height: 1000px;
	background-image: url(images/6n.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


    .other33 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row3a.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


    .other34 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row3b.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other35 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row3c.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other36 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row3d.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other37 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row3f.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


    .other38 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row3fa.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other39 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row3fb.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


    .other40 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row7a.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



    .other41 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row7b.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


    .other42 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row7c.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    .other43 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row7d.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

  .other44 {
	background-color: #959595;
	height: 1000px;
	background-image: url(images/row7e.jpg);
	background-position: center -20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a:link {
	color: #00CC00;
}
a:visited {
	color: #00CC00;
}
a:hover {
	color: #66CC66;
}
a:active {
	color: #00CC00;
}
