@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500);

/* General body OVERRIDES */
body { 
  color: #5f6f7e; 
  direction: ltr;
  font: 300 14px/1.5 "Roboto", Arial, sans-serif;
  background: #fff;
}
body.menu-always-on-top #promo-block{padding-top: 72px;}

/* h1-h6 */
.content h1, .content h2 {
  font: 400 27px "Roboto", Arial, sans-serif;
  margin: 0 0 10px;
  text-transform: none;
  text-align: center;
}
.content h1:after, .content h2:after {
  z-index: 2; 
  content: " "; 
  display: block;
  padding-top: 7px;
  border-bottom: none;
  width: 73px;
  margin: 0 auto;
}
.content h3, .content h4, .content h5, .content h6 {
  font: 300 18px "Roboto", Arial, sans-serif;
  padding: 0;
  margin: 0;
}

.header-navigation {
  font: 300 16px "Roboto", Arial, sans-serif;
    padding: 29px 0 0;
}




.site-logo {
  padding-top: 5px;
    padding-bottom:5px;
}

.caption{
    font-family: 'Roboto', sans-serif;
    font-weight: 100!important;
    font-size:80px;
    line-height: 1;
    color:#fff;
    white-space: normal;
}
.caption span{
    display: block;
    color:#f78f00;
    font-weight: 300;
    font-size: 55px;
}
.caption p{
    font-weight: 400!important;
    font-size:25px;
    line-height: 1;
    color:#fff;
    margin-top: 40px;
    margin-bottom: 0px;
}

#promo-block2 .caption{width:40%}
.btn-primary.btn-orange, .btn-default.btn-orange {
  border: none;
  background: #f78f00;
  color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.services-block, .prices-block {
  background: #f78f00;
    color:#fff;
}
.services-block h4{font-size:18px; line-height: 1.5;}
.services-block h3{margin:20px 0px;}

/* Pricing */
.prices-block {
  padding: 40px 0 40px;
}
.pricing-item {
  background: #fff;
  font: 400 16px "Roboto", Arial, sans-serif;
  margin-bottom: 30px;
    min-height: 380px;
    position: relative;
}
.pricing-head {
  background: transparent;
 color: #f78f00;
  padding: 13px 15px 9px;
  margin-bottom: 26px;
}
.pricing-head h3{font-size:22px}
.pricing-head em{display: block; font-size: 18px;}
.pricing-head span{display: block; font-weight: bold}
.pricing-content li{text-align: center;}
.pricing-content img{margin-bottom: 20px}
.pricing-footer{position: absolute; bottom: 0px; width: 100%;}

.partners-block{background: #fff; padding-bottom: 60px}
.partners-block h3{margin-bottom: 40px; color:#f78f00; font-weight: bold}

/* Documentation Styles */
.documentationcontainer{padding-top: 72px;}
.main-content .sidebar{padding-bottom: 50px;}
.main-content h4{color:#f78f00; margin: 30px 0 10px 0;}
.main-content .sidebar .menu ul {
    margin: 0;
    padding: 0
}

.main-content .sidebar .menu ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-content .sidebar .menu ul li.active > a {
    color: #f78f00
}

.main-content .sidebar .menu ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    background: url(../../../../images/bullet-arrow.png) left center no-repeat;
    padding: 7px 20px 7px 15px;
    border-bottom: 1px solid #e0dede;
    color: #666;
    transition: .2s ease-in-out all
}

.main-content .sidebar .menu ul li a:hover {
    color: #f78f00;
    background-position: 5px center
}

.main-content .sidebar .menu ul li ul {
    margin-left: 20px;
    display: none;
}
.main-content .sidebar .menu ul li.active ul,
.main-content .sidebar .menu ul li:hover ul{
    display: block;
}

.main-content .sidebar .menu ul li ul li a {
    border: none;
    font-weight: 400
}

/*Alerts Styles*/

.myrheem-alert-title {
    padding: 0 500px 0 500px;
    background-color: #f9f0f0 !important;
    border-color: #e4b9c0 !important;
    color: black;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

    .myrheem-alert-title h4 {
        margin: 0 0 0 0 !important;
    }

.alert-body h4 {
    font-size: 15px !important;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 0 0 0 0;
}

.alert-body {
    border-block: medium;
    opacity: .85;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: "Roboto", sans-serif;
}

.alert-body p {
    margin: 0 0 0 0;
    font-size: 13px !important;
}

.alert-body:hover {
    opacity: 1;
}

.btn-alert-dismiss {
    margin-left: 15px;
    font-weight: bold;
    float: right;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    background-color: #d0451b;
    border-radius: 3px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    padding: 2px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}

.btn-alert-dismiss:hover {
    background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
    background-color: #f24437;
}

.btn-alert-dismiss:active {
    position: relative;
    top: 1px;
}