body {
  background: #ebebeb none repeat scroll 0 0;
  box-shadow: none;
  padding-top: 50px;
  line-height: 1.75em;
  position: relative;
  font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.footer {
  color: #ECEFF1 !important;
  clear: both;
  font-size: 16px;
  margin-top: 1.714285714rem;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 10px 0;
  line-height: 25px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  background: #303641;
}

@media (min-width: 768px) {
 .navbar-left {
 float: left !important;
}
.navbar-right {
 float: right !important;
 }
}
.body-head {
  border-bottom: 0px solid #e8e8e8;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
}
.body-head-container {
  padding-left: 30px;
  padding-right: 10px;
}
.docs-nav{
}
.navbar-brand {
    font-size: 22px;
}
.navbar-default .navbar-brand {
    color: #ffffff !important;
}

.navbar-default {
 background-color:#0090ce;
 border-color:1px solid #ebebeb;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #303641;
    font-weight: normal !important;
    border-radius: 6px;
}
.shape{    
  border-style: solid; border-width: 0 80px 80px 0; float:right; height: 0px; width: 0px;
  -ms-transform:rotate(360deg); /* IE 9 */
  -o-transform: rotate(360deg);  /* Opera 10.5 */
  -webkit-transform:rotate(360deg); /* Safari and Chrome */
  transform:rotate(360deg);
}
 
.speical{
  background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
 
.speical:hover {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform:rotate scale(1.1); 
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
 
.shape {
  border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.greeds{    
  border-style: solid; border-width: 0 80px 80px 0; float:right; height: 0px; width: 0px;
  border-color: rgba(255,255,255,0) #008B45 rgba(255,255,255,0) rgba(255,255,255,0);
  -ms-transform:rotate(360deg); /* IE 9 */
  -o-transform: rotate(360deg);  /* Opera 10.5 */
  -webkit-transform:rotate(360deg); /* Safari and Chrome */
  transform:rotate(360deg);
}
 
.speical-default{
  border: 1px solid #d9534f;
}
 
.speical-radius{
  border-radius:5px;
}
 
.shape-text{
  color:#fff; font-size:14px; position:relative; right:-45px; top:2px; white-space: nowrap;
  -ms-transform:rotate(45deg); /* IE 9 */
  -o-transform: rotate(45deg);  /* Opera 10.5 */
  -webkit-transform:rotate(45deg); /* Safari and Chrome */
  transform:rotate(45deg);
} 
 
.text-special-default{
  color:#d9534f;
}
 
.speical-content{
  padding:0 10px 5px;
}
.post {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 35px;
  position: relative;
}
  #main .block header h2 {
      border-bottom: 1px solid #d5d5d5;
      font-size: 1em;
      font-weight: 600;
      padding-bottom: 0.5em;
      text-transform: uppercase;
    }
  #sidebar h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.index-about {
  padding: 15px;
}
.container-body {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.index-about .about-head {
  border-bottom: 1px solid #e8e8e8;
  color: #0aa284;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 3px;
  padding-bottom: 5px;
  text-align: center;
}
.index-about .about-btn {
  margin: 10px auto;
  text-align: center;
}

.container-top {
    margin-top: 50px;
}
.center_container {
    margin: 50px auto;
    width: 75%;
}
.form_legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #16a085;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    display: block;
    font-size: 19.5px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 95%;
}