/*
 * Author: John Hanks
 * URL: http://johnhanks.me
 *
 * Project Name: RPE - Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://redpeakengineering.com
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,400,300,500,600,700,900);

.icon-stack {
    position: relative;
}
.icon-stack .glyphicon {
    position: absolute; 
}
.icon-stack .fa {
    position: absolute; 
}

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 500;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 81px;
}

/* Titles */
h1, h3, h4, h6 {
    font-family: "Raleway";
    font-weight: 300;
    /*color: #0E0E0E;*/
    color: #333;
}

h2 {
    font-family: "Raleway";
    font-weight: 400;
    color: #000;
}

h5 {
    font-family: "Raleway";
    font-weight: 500;
    /*color: #0E0E0E;*/
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-inverse {
	background: #fff;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ff7878
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	font-size: 22px;
	letter-spacing: 1px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */


#headerwrap {
	/*background: url(../img/RPE_LOGO_wide.png) no-repeat center top;*/
        background-color:white;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	/*background-attachment: relative;
	background-position: center center;*/
	min-height: 150px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media all and (max-width: 768px) {
    #headerwrap {
	/*background: url(../img/RPE_LOGO_wide.png) no-repeat center top;*/
	background-color:white;
	width:100%;
	min-height:150px;
    }

  .fa_link_text {
    display:inline-block;
  }

}

@media all and (max-width: 342px) {
    #headerwrap {
	/*background: url(../img/RPE_LOGO_wide.png) no-repeat center top;*/
	background-color:white;
	text-align:center;
	width:100%;
	min-height:150px;
	padding-top:100px;
    }
}

#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
  background: #ebebeb;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#lg h4 {
  /*font-weight: 700;*/
}

/* Light Grey */
.lg {
  background: #ebebeb;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.lg h4 {
  /*font-weight: 700;*/
}


/* Light Grey NO CENTER */
.lgnc {
  background: #ebebeb;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: left;
}

.applications li {
  list-style-type:none;
}

/* Enterprise page START */

.entmainbg {
  min-height:100vh;
  background:url('../img/red-peak-bridge-to-smart-city.jpg');
  background-size:100%;
  background-color:#ebebeb;
  background-repeat:no-repeat;
  padding-top: 70px;
  text-align: center;
}

@media (max-width: 1260px) {
  .entmainbg {
    min-height:100vh;
    background:url('../img/red-peak-bridge-to-smart-city-1ks.jpg');
    background-size:100%;
    background-color:#ebebeb;
    background-repeat:no-repeat;
    padding-top: 70px;
    text-align: center;
  }
}


@media (min-width: 1560px) {
  .entmainbg {
    min-height:100vh;
    background:url('../img/red-peak-bridge-to-smart-city-lg.jpg');
    background-size:100%;
    background-color:#ebebeb;
    background-repeat:no-repeat;
    padding-top: 70px;
    text-align: center;
  }
}

@media (max-width: 799px) {
  .entmainbg {
    min-height:100vh;
    background:url('../img/red-peak-bridge-to-smart-city-767tall.jpg');
    background-size:100%;
    background-color:#ebebeb;
    background-repeat:no-repeat;
    padding-top: 70px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .entmainbg {
    min-height:100vh;
    background:url('../img/red-peak-bridge-to-smart-city-500tall.jpg');
    background-size:100%;
    background-color:#ebebeb;
    background-repeat:no-repeat;
    padding-top: 70px;
    text-align: center;
  }
}

.entico .fa-stack-2x {
  color:#FFF;
}

.entico .fa-stack-1x {
  /*color:#FF7878;*/
  color:#919AFD;
}


/* Enterprise page END */


/* Red Wrap */
#r {
	background: #ff7878;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r h3 {
  color: white;
}

#r p {
	color: white;
}

#r li {
    color: white;
}

/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue h3 {
  color: white;
}

#blue p {
	color: white;
}

#blue li {
        color: white;
}

/* Pale Green Wrap */

.paleg {
    background: #c3dc65;
    padding-top: 35px;
    padding-bottom: 35px;
}

.paleg h4 {
    color: black;
    font-weight: 700;
}

.paleg p {
    color: black;
    /*font-weight: 700;*/
}

.paleg h3 {
  color: #000;
}

/*.paleg li {
        color: white;
}*/

/* Sky Blue Wrap */

.skyblue {
    /*background: #54E5CF; */
    background: #6ec6d2;
    padding-top: 35px;
    padding-bottom: 35px;
}

.skyblue h4 {
    color: black;
    font-weight: 700;
}

.skyblue p {
    color: black;
    /*font-weight: 700;*/
}

.skyblue li {
        color: black;
}

.skyblue h3 {
  color: #000;
}



/* Footer Wrap */
#f {
	background: #0A0A0A;
	padding-top: 10px;
	padding-bottom: 10px;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #ff7878;
}

.f-nav li {
        list-style: none;
	display:block;
	padding-bottom:5px;
	text-align:centered;
}

.f-nav {
        padding-top:40px;
	margin-right:40px;
}

.f-social {
        padding-top:30px;
}

/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #ff7878;
	font-size: 30px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #ff7878;
	/*font-size: 12px;*/
	padding: 5px;
}

.fa_link span i {
  color: #ffffff;
}

.fa_link div {
  color: #ffffff;
}


/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}


/* ==========================================================================
   Grid Fancy Transforms on Hover
   ========================================================================== */

::selection {
background: #16a085;
color: #a4003a;
text-shadow: none;
}



.no-touch .mask figure:hover img, .mask figure.cs-hover img {
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.mask figure img {
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.grid figure img {
width: 100%;
display: block;
position: relative;
}

img {
vertical-align: middle;
}

.mask figure {
overflow: hidden;
}
.grid figure {
margin: 0;
position: relative;
}
.mask figcaption {
height: 50px;
width: 100%;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
.grid figcaption {
position: absolute;
top: 0;
left: 0;
padding: 20px;
color: #fff;
background: #3498db;
}


/* ==========================================================================
   Applications Page UL LI (Unordered List) Custom CSS
   ========================================================================== */

/* .applications ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.applications ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
} */

.applications ul {
    list-style: none;
}

/* ==========================================================================
   Divider for div tag -  Custom CSS
   ========================================================================== */

div .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #444444;
}

div .flinks > a {
  padding-left: 22px;
  padding-right: 22px;
}



/* ==========================================================================
   Join and Sense custom bullet spacing code -  Custom CSS
   ========================================================================== */
.joinsenseul > li > h4 {
    margin-bottom:0;
}
.joinsenseul > li > p {
    margin-bottom:0;
}

/* uncomment at line 280 to turn back to white in all .paleg divs */
.joinsenseul li{
    color:#000;
}

img.joinsenseimg {
    margin: 0 auto;
}


/* ==========================================================================
   Vertically Center Divs inside Divs -  Custom CSS
   ========================================================================== */

.vblock {
  text-align: center;
  /*background: #c0c0c0;*/
  border: #a0a0a0 solid 1px;
  margin: 20px;
}
 
.vblock:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
    
  /* For visualization 
  background: #808080; width: 5px;
  */
}
 
.vcentered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  padding: 10px 15px;
  /*border: #a0a0a0 solid 1px;*/
  /*background: #f5f5f5;*/
}

.vcentered p {
  display: inline-block;
  vertical-align: middle;
}



/* ==========================================================================
   Rounded Image Corners -  Custom CSS
   ========================================================================== */


.img-round40 {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.img-round10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.img-round20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.img-round5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



.img-border5 {
    border: #fff solid 5px;
}



/* ==========================================================================
   Parallax Background Fancy Scrolling -  Custom CSS
   ========================================================================== */



#parallax1 { 
    background: url(../img/home.jpg) 50% 0 fixed; 
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    padding: 200px 0;
}


/* ==========================================================================
   Custom Link Colors for Colorful Backgrounds -  Custom CSS
   ========================================================================== */


.red_link {
    color:purple;
}



/* ==========================================================================
   Custom Image Vertical Centering -  Custom CSS
   ========================================================================== */

.vcent {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* ==========================================================================
   Custom Footer Text Color -  Custom CSS
   ========================================================================== */

.faddy {
    color: #777;
}
