
/* ==========
    FONTS
   ========== */

@font-face {
    font-family: 'misoregular';
    src: url('miso-regular-webfont.eot');
    src: url('miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-regular-webfont.woff') format('woff'),
         url('miso-regular-webfont.ttf') format('truetype'),
         url('miso-regular-webfont.svg#misoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
  color:#fff;
  margin:5px 0 0 0;
  font-size:18px;
}

h2{
  margin:0;
  color:#fff;
  font-size:11px;
}

/*grid system*/
.float {float:left; }
.right {float:right; }
.clear {clear:both; }

.widht20{width:20px;}
.width40{width:40px;}
.widht50{width:50px;}
.widht60{width:60px;}
.width80{width:80px;}
.widht100{width:100px;}
.width150{width:150px;}
.width200{width:200px;}
.width240{width:240px;}
.width250{width:250px;}
.width300{width:300px;}
.width320{width:320px;}
.width400{width:400px;}
.width450{width:450px;}
.width600{width:600px;}
.width960{width:960px;}
.width2per{width:2% !important;}
.width5per{width:5% !important;}
.width10per{width:10% !important;}
.width16per{width:16% !important;}
.width20per{width:20% !important;}
.width25per{width:25% !important;}
.width30per{width:30% !important;}
.width35per{width:35% !important;}
.width40per{width:40% !important;}
.width45per{width:45% !important;}
.width49per{width:49% !important;}
.width50per{width:50% !important;}
.width55per{width:55% !important;}
.width60per{width:60% !important;}
.width65per{width:65% !important;}
.width70per{width:70% !important;}
.width75per{width:75% !important;}
.width80per{width:80% !important;}
.width90per{width:90% !important;}
.width100per{width:100% !important;}

.height20{height:20px;}
.height40{height:40px;}
.height50{height:50px;}
.height100{height:100px;}
.height200{height:200px;}
.height300{height:300px;}

.height20per{height:20%;}
.height50per{height:50%;}
.height100per{height:100%;}

.margin-right5{margin-right:5px;}
.margin-left5{margin-left:5px;}
.margin-top5{margin-top:5px;}
.margin-bottom5{margin-bottom:5px;}

.margin-right10{margin-right:10px;}
.margin-left10{margin-left:10px;}
.margin-top10{margin-top:10px;}
.margin-bottom10{margin-bottom:10px;}

.margin-right10per{margin-right:10%;}
.margin-left10per{margin-left:10%;}
.margin-top10per{margin-top:10%;}
.margin-bottom10per{margin-bottom:10%;}

.margin-right20{margin-right:20px;}
.margin-left20{margin-left:20px;}
.margin-top20{margin-top:20px;}
.margin-bottom20{margin-bottom:20px;}

.margin-right20per{margin-right:20%;}
.margin-left20per{margin-left:20%;}
.margin-top20per{margin-top:20%;}
.margin-bottom20per{margin-bottom:20%;}

.padding-right10{padding-right:10px;}
.padding-left10{padding-left:10px;}
.padding-top10{padding-top:10px;}
.padding-bottom10{padding-bottom:10px;}

.padding-right20{padding-right:20px;}
.padding-left20{padding-left:20px;}
.padding-top20{padding-top:20px;}
.padding-bottom20{padding-bottom:20px;}

.padding-right100{padding-right:100px;}
.padding-left100{padding-left:100px;}
.padding-top100{padding-top:100px;}
.padding-bottom100{padding-bottom:100px;}


/* text styles */
.centered{margin:auto;}
.centered-text{text-align:center !important;}
.right-text{text-align:right !important;}
.left-text{text-align:left !important;}
.text-blue{ color:#004c83 !important; }
.text-black{ color:#000 !important; }
.text-white{ color:#fff !important; }
.text-light{ font-weight: lighter !important; }

/* background styles */
.back-white{
  background-color:#fff !important;
}

.back-black{
  background-color:#000 !important;
}

.back-trans{
  background-color:transparent !important;
}

.back-blue{
  background-color:#7b92b8 !important;
}

/* shadows */
.shadow-standard{
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  zoom:1;
/*  filter: progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=135, Strength=3);*/
}

/* fonts */
.standard-size-font{
  font-size: 14px !important;
}


/* navigation */

#menu-chapters-wrapper{
  overflow: hidden;
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
}

#menu-chapters{
  background:#272727;
  -webkit-box-shadow: inset 6px 0 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 6px 0 1px 0 rgba(0,0,0,0.2);
  box-shadow: inset 6px 0 1px 0 rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  z-index: 10000;
  color: #fff;
}


.menu-chapters-items{
  padding: 0 0 0 1em;
  margin: 0;
}

.menu-chapters-close-button{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('../img/ico-chaptersmenu-close.png') left no-repeat;
  cursor: pointer;
}

.menu-chapters-title{
  font-family: "misoregular", Impact, Arial, Verdana, sans-serif;
  color: #8a8b8e;
  font-size: 1.8em;
  padding: 20px;
}

.menu-chapters-link,
.menu-chapters-link:visited,
.menu-chapters-link:active{
  font-family: "misoregular", Impact, Arial, Verdana, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  line-height: 0.8em;
}

.menu-chapters-link:hover .menu-chapters-item{
  background: #555;
  color: #fff;
}

.menu-chapters-items li.menu-chapters-item{
  list-style: none;
  margin-bottom: 2px;
  margin-left: 0;
  padding: 10px;
  background: #000;
}

.menu-chapters-items li.menu-chapters-item-current{
  color:#000;
  background: #fff;
}

.menu-chapters-items a.menu-chapters-link,
.menu-chapters-items a.menu-chapters-link:hover,
.menu-chapters-items a.menu-chapters-link:active,
.menu-chapters-items a.menu-chapters-link:visited{
  color:#fff;
}

.container-inactive{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9000;
  background: #000;
  display: none;
  background: rgba(0,0,0,0.6);
  border: 1px solid #fff;
}

.smicons{
  right: 60px;
}


/* items - results, stories, etc... */

.imgwrap{
  width:800px;
  height:600px;
  overflow:hidden;
  position:relative;
}

.imgwrap img{
  width:100%;
}

.reswrap{
  width:700px;
  height:500px;
  overflow:hidden;
  position:relative;
  padding-left:20px;
}

.reswrap-white{
  background-color: #fff;
}

.reswrap .resspecial{
  width: 80%;
  margin: auto;
}

.reswrap ul, .reswrap h3, .reswrap p.result_list{
  width:80%;
  margin:auto;
  margin-top:30px;
}

p.result_list{
  font-size: 14px;
}

p.only_caption{
  margin-top: 0 !important;
}

.reswrap h3{
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: lighter;
  color: #81a9cd;
}
.reswrap .resspecial h3{
  text-align: right;
}

.reswrap li{
  margin-bottom:10px;
  margin-left: 30px;
  font-size:14px;
}

.reswrap p{
  font-size:14px;
}

/* Texts */

.imgwrap h3{
  font-family: "misoregular", Helvetica, Arial, Verdana;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 50px;
  font-size: 3em;
  line-height:44px;
  text-align:center;
  margin:0;
  text-shadow: black 0.03em 0.03em 0;
}

.imgwrap h4{
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  position: absolute;
  text-align: left;
  font-size: 28px;
  padding:0;
  margin:0;
  line-height: 30px;
  font-weight: lighter;
  text-shadow: black 0.03em 0.03em 0.1em;
}

.imgwrap h4 p{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
}

/* captions */
.caption{
  display: none;
  position: absolute;
  z-index: 2000;
}

.caption-first{
  display: block;
}

.caption-close{
  display: none;
  position: absolute;
  right: 3%;
  bottom: 86px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #000 url('../img/ico-close.png') no-repeat;
  z-index: 2200;
}

/* buttons to show captions */

.button-caption,
.button-caption:visited,
.button-caption:active{
  display: block;
  padding: 15px 15px 15px 50px;
  background-color: rgba(0,0,0,0.8);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'misoregular', Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  position: absolute;
  bottom: 25px;
  right: 3%;
  text-decoration: none;
  z-index: 2100;
}

.button-caption:hover{
  background-color: rgba(0,0,0,1);
  border: 1px solid #000;
}

.button-caption-first{
  display: none;
}

.button-caption-story{
  background-image: url("../img/ico-story.png");
}

.button-caption-result{
  background-image: url("../img/ico-result.png");
}

.button-caption-video{
  background-image: url("../img/ico-video.png");
}

.button-caption-pointer-wrapper{
  display: block;
  position: absolute;
  width: 27px;
  height: 35px;
  bottom: 90px;
  right: 3%;
  margin-right: 30px;
}

.button-caption-pointer{
  height: 35px;
  background: url('../img/ico-pointer.png') no-repeat;
}

.button-caption-pointer-first{
  display: none;
}

/* Text boxes for captions etc .. */

.imgwrap div.text-box1{
  max-width:90%;
  color:#fff;
  position:absolute;
  color:#fff;
  text-align:justify;
  font-size:14px;
  background-color:rgba(0,0,0,0.6);
  padding:10px;
}

.imgwrap div.text-box1-left{
  top:30px;
  left:120px;
}

.imgwrap div.text-box1-right{
  top:100px;
  right:30px;
}

.imgwrap div.text-box2{
  width:85%;
  color:#fff;
  position:absolute;
  bottom:50px;
  left:10%;
  color:#fff;
  text-align:justify;
  background-color:rgba(0,0,0,0.8);
  font-size:14px;
  padding:10px;
}

.imgwrap div.text-box3,
.vidwrap div.text-box3{
  width:90%;
  right: 3%;
  color:#fff;
  max-height: 33%;
  overflow-y: scroll;
  position:absolute;
  bottom:105px;
  color:#fff;
  text-align:justify;
  background-color:rgba(0,0,0,0.8);
  font-size:14px;
  line-height: 16px;
  padding:1em;
}

.text-box3 h2.story-title{
  font-size: 2em;
  font-family: 'misoregular', Helvetica, Arial, Verdana;
  margin: 0.5em 0 1em 0 !important;
}

.imgwrap div.text-box1 p, .imgwrap div.text-box3 p{
  margin:10px 0 0 0;
  color:#ddd;
  font-size:12px;
  font-style:italic;
}

.imgwrap div.text-box-photo{
  color:#fff;
  position:absolute;
  bottom:0;
  color:#fff;
  text-align:justify;
  background-color:#000;
  font-size:12px;
  padding:10px 10px 10px 100px;
}

.vidwrap{
  width:800px;
  height:600px;
  overflow:hidden;
  position:relative;
  background: #000;
  color: #fff;
}

.vidwrap h4{
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  position: relative;
  text-align: left;
  font-size: 28px;
  margin: 10px 10px 0 20px;
  line-height: 30px;
  font-weight: lighter;
  color: #f7f7f7;
}

.vidwrap h4 span{
  font-size:12px;
}

.vidwrap p{
  font-size:14px;
  margin: 0 10px 0 40px;
  padding: 0;
  color: #f7f7f7;
}

.imgwrap div.text-box-result{
  width:80%;
  position:absolute;
  top: 120px;
  left: 150px;
  color:#fff;
  text-align:justify;
  background-color:rgba(0,0,0,0.5);
  font-size:16px;
  padding:20px;
  margin: auto;
}

.imgwrap div.text-box-result-light{
  color:#000;
  background-color:transparent;
}

.imgwrap div.text-box-result-light li{
  margin-bottom:10px;
  margin-left: 30px;
  font-size:14px;
}

.imgwrap div.text-box-result h4{
  position: relative;
}

.imgwrap div.text-box-result-light h4{
  color: #81A9CD;
  text-shadow: none;
}


.lt-ie9 .imgwrap .text-box2, .lt-ie9 .imgwrap .text-box3, .lt-ie9 nav div#nav_content{
  background:transparent;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); 
  zoom: 1;
}


#main{
  position:relative;
  width:100%;
  overflow-x:hidden;
}

.slSequence{
  position:absolute;
}

#slSequence1 { z-index:3; }
#slSequence2 { z-index:2; }
#slSequence3 { z-index:1; }

div#pic_thumbs{
  font-size:14px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2300;
  height: 50px;
}

.bullet{
  display: block;
  background:url('../img/bullet.png') no-repeat;
  width:15px;
  height:15px;
}

.bullet_active{
  background:url('../img/bullet_act.png') no-repeat;
  width:19px;
  height:19px;
}

.bullet_intro{
  background:url('../img/bullet_intro.png') no-repeat !important;
}

.bullet_intro_active{
  background:url('../img/bullet_intro_act.png') no-repeat !important;
}

.th_slider1{
  cursor:pointer;
}

.picnav{
  display: block;
  width: 36px;
  height: 36px;
  background-color: #000;
  background-color: rgba(0,0,0,0.8);
  border: 2px solid #fff;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: -10px;
}

.picnav:hover{
  background-color: rgba(0,0,0,0.4);
}

.picnav-right{
  background-image:url('../img/arrow-right.png');
}

.picnav-left{
  background-image:url('../img/arrow-left.png');
}


/*INTRO PAGE SPECIALS*/
div.forwords{
  position:relative;
  background:#fff;
}

div.forwords div.forwords_content, div.intro_main div.intro_content{
  width:90%;
  margin:auto;
  font-size:16px;
  color: #000;
}

div.forwords div.forwords_content{
  width: 85%;
}

div.forwords h3{
  font-size:1.5em;
  font-weight:bold;
  color:#85a2cf;
}

div.forwords p{
  text-align:justify;
}

div.forwords img.forw_big{
  margin:0 20px 10px 0;
}

div.forwords p.forw_sign, div.intro_main div.intro_content p.forw_sign{
  padding:50px 0 0 0;
  margin:0;
  text-align:right;
  background-position:top right;
  background-repeat:no-repeat;
  width:100%;
}

div.intro_main div.intro_content p.forw_sign{
  font-size:14px;
}

div.intro_main div.intro_content{
  text-align:center;
}

div.intro_main div.intro_content p{
  text-align:justify;
}

div.intro_main h3{
  font-size:18px;
  font-weight:bold;
  color:#333;
  margin-bottom: 20px !important;
}

h3.title_undp{
  width: 80% !important;
  text-align: center !important;
  bottom: 15% !important;
  top: auto !important;
  left: 10% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em;
  font-size: 2em;
  text-shadow: none;
}

h3.title_intro_reportdesctitle{
  line-height: 1em;
  font-size: 1.5em;
  text-align: left !important;
  margin: auto !important;
}

/*h3.title_intro_reportdesctext{
  width:;
}*/

div.intro_main div.intro_content h1{
  font-family: Arial;
  font-size: 30px;
  font-weight: normal;
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  color:#0d2694;
  text-transform: uppercase;
  border-bottom: 1px solid #0d2694;
}

div.intro_main div.intro_content h2{
  font-size:22px;
  margin: 0 10px 0 0;
  padding: 10px 0 0 0;
  color:#0d2694;
  font-weight:lighter;
  position: relative;
}

div.intro_main div.intro_content h3{
  font-size:2em;
  padding: 2% 0 0 0;
  margin: 0 10px 0 0;
  color:#8a8b8a;
  position: relative;
  text-shadow: none;
  bottom: auto;
  left: auto;
  font-family: "misoregular", Helvetica, Arial, Verdana, sans-serif;
  text-align: right;
  width: 90%;
}

div.intro_main div.intro_content .text-box2{
  text-align:right;
  margin-top:25%;
  padding-bottom: 20px;
  float:right;
  width:80%;
}

div.intro_main div.intro_content div.text-box2 h3{
  font-size:22px;
  padding: 0;
  margin: 0 10px 0 0;
  color:#0d2694;
  position: relative;
  text-shadow: none;
  bottom: auto;
  left: auto;
  font-family: Arial;
  text-align: right;
  width: auto;
  line-height:24px;
}

div.intro_main div.intro_content div.intro_nextchatper{
  color: #fff;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 1.6em;
  text-align: center;
}

div.intro_main div.intro_content div.intro_nextchatper img{
  border: #fff 6px solid;
}

div.intro_main div.intro_content div.intro_nextchatper p{
  text-align: center !important;
}

div.intro_main div.intro_content div.intro_nextchatper a{
  color: #fff;
}

div.intro_main .quotation{
  font-family:Georgia, Times, 'Times New Roman', serif;
  font-style:italic;
  color:#445263;
}

div.intro_main p.intro-mdg-quote, div.intro_main p.intro-charter-quote{
  color: #8a8b8a;
}

div.intro_main h3.intro-mdg-title{
  text-align: left !important;
  padding-left: 0;
  width: 80% !important;
  margin: auto !important;
}

div.forwords_content h3{
  color:#85a2cf;
  font-family: "misoregular", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 2em;
  text-align: right;
  padding: 0;
  margin: 0;
}

div.forwords_content p{
  font-size: 0.9em !important;
  margin-left: 5em;
	line-height: 1em;
}

.hline{
  width: 100%;
  border-bottom: 1px #000 solid;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}

.graphs-extratext{
  font-size:0.6em;
  text-align:left;
  font-style:italic;
}

.graphs-extratext-big{
  font-size:14px;
  text-align:justify;
}

.graphs-legend-indicators{
  height: 15px;
  margin:0 10px 5px 0;
}

.graphs-legend-text{
  font-size: 0.7em;
  text-align: left;
  color: #fff;
  font-family:Georgia, Times, 'Times New Roman', serif;
}

div.intro-logos{
  font-size:0.6em;
  color: #000;
  text-align: left;
}

table.graphs-table{
  text-align: left;
  font-size: 0.9em;
}

table.graphs-table thead{
  background: #f6f5f0;
  color: #79a1c9;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

table.graphs-table thead tr th{
  font-weight: normal;
}

table.graphs-table tbody tr td.td-border-right{
  border-right: 1px solid #9fa8c2;
}

table.graphs-table tfoot{
  background: #f6f5f0;
}

table.graphs-table tbody tr.td-back-blue{
  background: #c2c6d6;
}

/* Map */
.mapTooltip {
  position:fixed;
  background-color : #fff;
  moz-opacity:0.70;
  opacity: 0.70;
  filter:alpha(opacity=70);
  border-radius:10px;
  padding : 10px;
  z-index: 1000;
  max-width: 200px;
  display:none;
  color:#343434;
}

.mapTooltip p{
  font-size:10px;
  font-style: italic;
}

.changeMap a div.chmap_div_r{
  color: #555 !important;
  text-decoration: underline !important;
}

.changeMap{
  cursor:pointer; margin-bottom:5px;
}

.chmap_div_l{
  width:20px; 
  height: 20px; 
  float: left; 
  margin-right:10px;
}

.chmap_div_r{
  float: left;
}

#changeMap0 .chmap_div_l { background-color:#D11823;  }
#changeMap1 .chmap_div_l { background-color:#F89839;  } 
#changeMap2 .chmap_div_l { background-color:#cbdb2a;  } 
#changeMap3 .chmap_div_l { background-color:#9b5ea6;  } 
#changeMap4 .chmap_div_l { background-color:#7bccc4;  } 
#changeMap5 .chmap_div_l { background-color:#00aeef;  } 

/* Special styles for each chapter*/
.spec_chapter1 .imgwrap h3 {
  top: 50px;
  max-width: 400px;
  right: 50px;
  text-align: right;
}

.spec_chapter1 .imgwrap div.text-box1{
  top: auto;
  left: 3%;
  bottom: 90px;
}

.spec_chapter2 .imgwrap h3{
  bottom: 180px;
  max-width: 400px;
  right: 32%;
  text-align: left;
}

.spec_chapter2 .imgwrap div.text-box1{
  top: auto;
  right: 50px;
  bottom: 50px;
  width: 40%;
}

.spec_chapter3 .imgwrap h3{
  top: 20%;
  max-width: 400px;
  right: 35%;
  text-align: left;
}

.spec_chapter3 .imgwrap div.text-box1{
  top: auto;
  right: 50px;
  top: 40%;
  width: 40%;
}

.spec_chapter4 .imgwrap h3 {
  bottom: 300px;
  max-width: 300px;
  right: 45%;
  text-align: left;
}

.spec_chapter4 .imgwrap div.text-box1{
  top: auto;
  right: 5%;
  bottom: 50px;
}

.spec_chapter5 .imgwrap h3 {
  top: 5%;
  max-width: 500px;
  left: 150px;
  text-align: left;
}

.spec_chapter5 .imgwrap div.text-box1{
  top: auto;
  left: 24%;
  top: 20%;
  max-width:70%;
}

.spec_chapter6 .imgwrap h3 {
  bottom: 45%;
  max-width:300px;
  right: 35%;
  text-align: left;
}

.spec_chapter6 .imgwrap div.text-box1{
  top: auto;
  right: 2%;
  bottom: 10%;
  max-width: 40%;
}

.spec_chapter7 .imgwrap h3 {
  bottom: 40%;
  max-width:700px;
  left: 10%;
  text-align: left;
}

.spec_chapter7 .imgwrap div.text-box1{
  top: auto;
  right: 2%;
  bottom: 5%;
}

/***** HOME PAGE *****/
/*********************/
body.home{
  background:#26418a;
}

.home h1{
  font-family: Arial;
  font-size: 30px;
  font-weight: normal;
  margin-right: 20px;
  color:#0d2694;
  text-transform: uppercase;
  text-decoration: underline;
}

.home h2{
  font-size:22px;
  margin: 0 20px 0 0;
  padding: 0;
  color:#0d2694;
  font-weight:lighter;
  position: relative;
}

.home h3{
  font-size:22px;
  padding: 0;
  margin: 0 20px 0 0;
  color:#0d2694;
  position: relative;
  text-shadow: none;
  bottom: auto;
  left: auto;
  font-family: Arial;
  text-align: right;
  width: auto;
  line-height:24px;
}

.home nav{
  color:#fff;
  margin: auto;
  left: auto;
  right: auto;
  position: relative;
  width: 200px;
}

.home nav div{
  width: 50%;
  margin-bottom:5px;
  font-size:11px;
  font-style:italic;
  color:#ccc;
  line-height:10px;
}

.home nav div img{
  margin-bottom:2px;
}

.home nav div a, nav div a:visited, nav div a:active{
  color:#fff;
}

/*.home nav div a:hover{
  color:#ccc;
  text-decoration:none;
}*/

.home .imgwrap .text-box2{
  width:90%;
  right:0;
  text-align:right;
  margin:0;
  padding-bottom: 20px;
  background: rgba(255,255,255,0.5);
  color: #000;
  bottom: 20%;
}

.home div#main{
  width: 62%;
  float: left;
}

.home div#home-left{
  width: 38%;
  float: left;
}

.home div.imgwrap img{
  width: auto;
  height:100%;
}

@media only screen and (min-width: 35em) {
  

}

@media only screen and (device-width: 768px) {
  
  /* for the tablets */
  div.forwords div.forwords_content, div.intro_main div.intro_content{
    font-size:15px;
  }
  
  .top-header{
    height: 50px;
  }
  
  .title span{
    display: inline;
  }
  
}

@media only screen and (max-width: 768px) {  
  
  #pic_thumbs{
    top: 10px;
    right: 10px;
    left: auto;
  }
  
  .button-caption{
    bottom: 35px;
  }
  
  .button-caption-pointer-wrapper{
    bottom: 90px;
  }
  
  .bullet{
    display: none;
  }
  
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
