
/**
 * Default theme for reveal.js.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
/*@font-face {
  font-family: 'League Gothic';
  src: url("../../lib/font/league_gothic-webfont.eot");
  src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal; }*/

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #1c1e20;
  background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
  background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background-color: #2b2b2b; }

.reveal {
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #ffffff;

text-shadow: 3px 3px 4px #000;


}


::selection {
  color: white;
  background: #ff5e99;
  text-shadow: none; }


/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
/*.reveal h3,*/
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #eeeeee;
  font-family: Impact, sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

.reveal h1 {
font-size: 50px;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:not(.image):hover {
  color: #ffffff;
  /*text-shadow: none;*/
text-decoration: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #0d99a5; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  /*margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.reveal a:hover img {
  /*background: rgba(255, 255, 255, 0.2);
  border-color: #13daec;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);*/ }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #0e60ad; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #0e60ad; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #0e60ad; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #0e60ad; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #5583c2; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #5583c2; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #5583c26; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #5583c2; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #13daec;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #13daec; }


/**********************************************/

.reveal ul
{
margin-top: 20px;
}

::-moz-selection{
background: #178bff!important;
}

::selection{
background: #178bff!important;
}

#logo
{
position: absolute;
top: 10px;
left: 10px;
z-index: 4;
width: 30%;
clear: both;
}

#menu
{
height: 26px;
background: #000000;
margin: 0;
}

#siteMenu #firstBtn
{
border-left: solid 1px #ffffff;
}

#siteMenu
{
z-index: 5;
margin: 0 auto;
max-width: 500px;
background: #000000;
font-family: Arial, sans-serif;
padding: 5px 0;
position: relative;
font-size: 13px;
height: 16px;
position: relative;
}

#siteMenu div
{
float: left;
}

#siteMenu dt
{
border-right: solid 1px #ffffff;
margin: 0;
padding: 0;
display: block;
}


#siteMenu dt a
{
outline: 0;
color: #ffffff;
font-size: 13px;
text-decoration: none;
padding: 0 15px;
/*border-right: solid 1px #ffffff;*/
margin: 0;
display: inline;
font-weight: bold;
}

#siteMenu dt a:hover
{
color: #178bff;
}

#siteMenu ul
{
position: absolute;
overflow: hidden;
display: none;
margin: 0;
padding: 0px 0 0 0;
list-style-type: none;
background-color: #000;
}

#siteMenu ul li:First-Child 
{
padding-top: 10px;
}

#siteMenu li
{
position: relative;
padding: 0;
background-color: #000;
}

#siteMenu li a
{

}

#siteMenu ul ul
{
position: relative;
}

#siteMenu a
{
padding: 3px 10px;
display: block;
color: #ffffff;
text-decoration: none;
}

#siteMenu a:hover
{
text-decoration: none;
color: #178bff;
}

.shadowboximg
{
/*border: solid 2px #ffffff!important;*/
box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
margin: 5px!important;
}
////////////////////

#contactFormDiv
{
border: dotted 1px #999999;
padding: 15px;
margin: 0;
width: 715px;
background: #eeeeee url(charte/block_bg.gif) top right repeat-x;
}

#contactFormDiv input[type=text]
{
width: 200px;
margin-bottom: 5px;
border: solid 1px #cccccc;
background: rgba(255, 255, 255, 0.5);
font-size: 20px;
}

#contactFormDiv textarea
{
width: 550px;
height: 130px;
float: right;
border: solid 1px #cccccc;
background: #f8f8f8;
font-family: Arial, Verdana;
color: #000;
font-size: 20px;
background: rgba(255, 255, 255, 0.5);
}

h3
{
padding: 6px;
margin: 0;
font-size: 20px;
text-align: center;
color: #cc0000;
}