/**
 * A simple Akra theme for reveal.js presentations, similar
 * to the default theme. The accent color is Akra red.
 *
 * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
@import url(http://fonts.googleapis.com/css?family=Muli:300,400);
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: white;
  background-color: white; }

.reveal {
  font-family: "Multi", sans-serif;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #666666; }

::selection {
  color: white;
  background: rgba(0, 0, 0, 0.99);
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: black;
  font-family: "Muli", sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none; }

.reveal h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #cc1c29;
  text-decoration: none;
  -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: #ea646e;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #89131b; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #666666;
  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: #cc1c29;
  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: #cc1c29; }
.reveal .controls .navigate-left {
  border-right-color: #cc1c29;
}
.reveal .controls .navigate-right {
  border-left-color: #cc1c29;
}
.reveal .controls .navigate-down {
  border-top-color: #cc1c29;
}
.reveal .controls .navigate-up {
  border-bottom-color: #cc1c29;
}
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #cc1c29; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #cc1c29; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #cc1c29; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #ea646e; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #ea646e; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #ea646e; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #ea646e; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #cc1c29;
  -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: #cc1c29; }

body {
  border-top: 10px solid #cc1c29;
  background-image: url("../../img/akra-logo-border.gif");
  background-repeat: no-repeat;
  background-position: bottom left; }

img {
  margin: 15px 0px;
  background: #fff;
  border: 0px !important;
  box-shadow: 0 0 0 #fff !important;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.inline-block {
  display: inline-block !important; }

.clear {
  clear: both; }

.squares-row {
  width: 100%;
  border: 1px solid red; }
.square p, .square2 p, .square3 p, .square1 p{
  font-size: 20px;
}
.square, .square2, .square3, .square1 {
  margin: 15px 5px !important;
  font-size: 18px !important;
  text-align: justify;
  padding: 10px 15px !important;
  color: #fff;
  float: left; }
  .square h1, .square2 h1, .square3 h1, .square1 h1 {
    margin-top: 10px;
    font-size: 22px;
    color: #fff; }
  .square.blue, .blue.square2, .blue.square3, .blue.square1 {
    background-color: #0090bc; }
  .square.red, .red.square2, .red.square3, .red.square1 {
    background-color: #cc1c29; }
  .square.green, .green.square2, .green.square3, .green.square1 {
    background-color: #73a623; }

.square2 {
  width: 45%; }

.square3 {
  width: 29%; }

.square1 {
  width: 100%; }

.circular {
  margin: 20px !important;
  padding: 20px !important;
  width: 130px !important;
  height: 130px !important;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  background-position: center !important; }

.reveal .progress {
  height: 10px; }
.text-center{
  text-align: center;}
table tr th,
table tr td{
  text-align: center !important;
  border: 1px solid #dddddd !important;
  padding: 8px !important;
}
tr:nth-child(even) {
    background-color: #dddddd;
}
p{
  font-size: 26px !important;}
.red1{ color: red; }
.green1{ color: green; }
.blue1{ color: blue; }
.black1{ color: black; }
.text-white{ color: white !important; }