body, #rh-col {
    font-family: Work Sans,sans-serif;
    color: #707070;
}
#tmpleft, .lineBottom, #hdr{display:none;}
.navbar-default{
  display:none;
}
.navbar-default.change{
  display:block;
}
.navbar-default {
    background-color: #f2dbe1;
    border: 0 none;
}
.navbar-default .navbar-collapse{ text-align:center;}
.navbar-nav { float:none;}
.navbar-nav > li { float: none; }
.nav > li {
    position: relative;
    display: inline-block;
}
#content-wrapper .content {
   background-color:#fff ;
   padding:30px;
   margin-top: 100px;
}
footer {
    background-color: transparent;
}

footer .container{
  background-color: #f0f7f8;
}

#rh-col .functions{
   padding-bottom:20px;
   border-bottom: 2px dotted #eee;
}

#rh-col .functions h5{
 background-color:#f2dbe1;
 margin-bottom: 2.2em;
 padding: 0.9em 0.5em;
}

#cloudi a {
    background-color: #f0f7f8;
    color: #4e4e4e;
    display: block;
    float: left;
    padding: 0.8em 1.3em;
    margin: 0 0.4em 0.4em 0;
    line-height: 1.5em;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 400;
    -webkit-border-radius: 3em 3em 3em 3em;
    -moz-border-radius: 3em 3em 3em 3em;
    border-radius: 3em 3em 3em 3em;
}

#cloudi a span{
    font-size: 0.85em !important;
}

.footer-bottom{
   margin-bottom:100px;
}

#content-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    background-image: none;
}

.list-group-item {
    background-color: #ffffff;
    border: 0 none;
}

#ce-col .item h2{
   line-height: 117%;
   margin: 0.3em 0 0.15em;
   text-align:center;
   text-transform:uppercase;
   color:#282828;
   font-family: Caveat,cursive;
   
}
#ce-col .item{
   border-bottom: 2px dotted #eee;
   padding:30px;
}

footer .functions h5{
  font-family: Caveat,cursive;
  font-size:1.8em;
}

#blogtitle h1{
   text-align:center;
   font-family: Caveat,cursive;
   font-size:4.8em;
   color:#001e42;
}

#slider{
  min-height:500px;
  display:block;
  border:4px solid #f2dbe1;
}
#navi {
  margin:20px 0;
  background-color: #f2dbe1;
  padding:10px;
  text-align:center;
}

#navi .navbar-nav > li > a { color:#888888; }
#navi .navbar-nav > li > a:hover { color:#adbed0; }

#navi .navbar-nav > li > a:hover,
#navi .navbar-nav > li > a:focus {
  text-decoration: none;
  background-color: #f1d4d9;
}

.item form input[type="text"], .item form textarea {
    border-radius: 3px;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding: 15px 3%;
    width: 100%;
    border:1px solid #5d99af;
}
#a-menu{ 
   top:100px;
}

.activeState #tmpright{
  background-color:#fff;
  padding:10px;
}

@media (max-width: 768px) {
   #slider{ min-height:350px;}
}

@media (max-width: 480px) {
   #slider{ min-height:200px;}
}

