html,body{
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.headline-reva {
    font-family: 'BodoniInc';
    font-size:4em;
    color:#3a3a3c;
}

.headline-reva-span {
    font-family: 'BodoniInc';
    color:#39b54a;
}
.headline-reva-span2 {
    font-family: 'BodoniInc';
    font-size: 1.3em;
    font-weight: 600;
    color:#39b54a;
}
.rave-starts {
    color:#323232;
    margin: 0px 0 10px 0;
    font-size:1.7em;
}
.rave-starts-head {
    color:#39b54a;
    margin: 0px 0 10px 0;
    font-size:3em;
}
.reva-center {
    text-align: center;
}
/**
* Basic styles for container and hover states Interactive Map.
*/
#containermap {
width: 620px;
height: 690px;
zoom: .70;
margin: 150px auto;
}
#containermap path:hover {
fill: #cacaca;
}
#sec-tech {
    background-image: url(../images/tech_bgn.png);
    /* background-size: 100% auto; */
    height: 600px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    min-height: 480px;
    background-position: right bottom;
    position: relative;
}
#sec-vision {
    background-image: url(../images/vision_bg.jpg);
    background-size: 100% auto;
    height: 600px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    min-height: 480px;
    background-position: center;
    position: relative;
}
ul.vision_ul {
  list-style: none;
  color:#323232;
  font-size:14px;
  padding-left: 40px;
}

li.vision_li::before {
     content: "\2022" !important;
    color: #39b54a !important;
    font-size: 4rem !important;
    font-weight: bolder !important;
    display: inline-block !important;
    width: 1em !important;
    margin-left: 0em !important;
    position: absolute;
    /* top: 11.2em; */
    left: 0.2em;
    /* font-size: 1.1em;*/
}
p.pfoterm {
    margin-right: 200px;
    line-height: 18px;
    font-size: 13px; 
}
p.pfoter {
    line-height: 20px;
    font-size: 13px;
}
ul.sub-menu li {
  display:inline;
}
.sub-menu > li > a {
    padding: 6px 15px;
    letter-spacing: 0px;
    font-family: 'Lato';
    font-size: 0.9em;
}

.rave-starts-head { 
    font-size:3em;
    font-family: 'Lato';
    margin: 0;
    padding-top: 5px;
}
.rave-starts { 
    font-size:.9em;
    font-family: 'Lato';
    margin: 0;
}

.rave-starts-head-pd { 
    font-size:3em;
    font-family: 'Lato';
    color:#cafecc;
    margin: 0;
    padding-top: 5px;
}
.rave-starts-pd { 
    font-size:.9em;
    font-family: 'Lato';
    color:#fff;
    margin: 0;
}
.imgr {
    float: right;
}

/* Medium Devices, Desktops */
@media (min-width : 992px) {
    .mangle {
        display:none;
    }
    .subnav {
        display:none;
    }
    #container-technologies {
        position: absolute; 
        left: 10%; 
        bottom: 17%;
    }
    .desktop {
        display:block;
    }
    .smobile {
        display:none;
    }
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {
    .mangle {
        display:none;
    }
    .subnav {
        display:none;
    }
    #container-technologies {
        position: absolute; 
        left: 10%; 
        bottom: 17%;
    }
    .desktop {
        display:block;
    }
    .smobile {
        display:none;
    }
    
}
@media (min-width : 480px) and (max-width:768px){
    .flexslider#section-homerave {
        background-image: url(../images/africa_bg.png);
        background-size: cover;
        height: 100vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* min-height: 480px; */
        background-position: 100% 0;
    }
    #section-careers {
        background-image: url(../images/ag_bg.jpg);
        background-size: cover;
        height: 100vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* min-height: 480px; */
        background-position: 80% 0;
    }
    .about-wrap {
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .topbtns {
        width:100%;
    }
    .rave-starts-head,.rave-starts-head-pd  { 
        font-size: 2.2em;
    }
    .container {
        /*padding-right: 85px; */
    }
    #section-submenu {
        display:none;
    }
    .navbar-custom .navbar-nav > li > a {
        font-family: 'Lato';
        font-size: 0.9em;
    }
    .subnav {
        display:block;
    }
    .subnav > li > a {
        font-family: 'Lato';
        font-size: 0.9em;
        padding-left: 40px;
    }
    .headline-reva {
        font-size: 2.9em !important;
    }
    /**
    * Basic styles for container and hover states Interactive Map.
    */
    #containermap {
        zoom: .35;
    }
    .reva-center {
        width: 100%;
    }
    #sec-tech {
        background-image: none;
        /*
        background-image: url(../images/tech_bgn.png);
        background-size: 70% auto;
        height: 400px;
        background-repeat: no-repeat;
        min-height: 480px;
        background-position: right bottom;
        position: relative;*/
    }
    .desktop {
        display:none;
    }
    .smobile {
        display:block;
    }
    .service-box {
        text-align:center;
    }
    p.pfoterm {
        margin: 0;
    }
    .imgr {
        float: none;
        margin: 0 auto;
    }
    .about-left-desc-imgr, .about-box-imgr {
        text-align:center;
    }
    .headline-reva-span-imgr {
        font-size: 1.9em;
    }
    
}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {
    .flexslider#section-homerave {
        background-image: url(../images/africa_bg.png);
        background-size: cover;
        height: 80vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* min-height: 480px; */
        background-position: 100% 0;
    }
    #section-careers {
        background-image: url(../images/bg/ag_bg.jpg);
        background-size: cover;
        height: 100vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* min-height: 480px; */
        background-position: 100% 0;
    }
    .about-wrap {
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .about-box {
        border-right:none !important;
    }
    .topbtns {
        width:100%;
    }
    .rave-starts-head,.rave-starts-head-pd  { 
        font-size: 2.2em;
    }
    .container {
        /*padding-right: 85px; */
    }
    #section-submenu {
        display:none;
    }
    .navbar-custom .navbar-nav > li > a {
        font-family: 'Lato';
        font-size: 0.9em;
    }
    .subnav {
        display:block;
    }
    .subnav > li > a {
        font-family: 'Lato';
        font-size: 0.9em;
        padding-left: 40px;
    }
    .headline-reva {
        font-size: 2.9em !important;
    }
    /**
    * Basic styles for container and hover states Interactive Map.
    */
    #containermap {
        zoom: .35;
    }
    .reva-center {
        width: 100%;
    }
    #sec-tech {
        background-image: none;
       /* background-image: url(../images/tech_bgn.png);
        background-size: 70% auto;
        height: 400px;
        background-repeat: no-repeat;
        min-height: 480px;
        background-position: right bottom;
        position: relative; */
    }
    .desktop {
        display:none;
    }
    .smobile {
        display:block;
    }
    .service-box {
        text-align:center;
    }
    p.pfoterm {
        margin: 0;
    }
    .imgr {
        float: none;
        margin: 0 auto;
    }
    .about-left-desc-imgr, .about-box-imgr {
        text-align:center;
    }
    .headline-reva-span-imgr {
        font-size: 1em;
    }
    .section-title {
        text-align: center;
    }
    .text-footer {
        text-align: center;
    }
    .headline-reva br {
      content: "";
    }
    
    .headline-reva br:after {
      content: " ";
    }
    .service-box {
        margin-bottom: 10px !important;
    }
    
}