/*
Theme Name: Expeni
Theme URI: https://expeni.com
Author: the Expeni team
*/

/********************************************************/
/*                 Page background                      */
/********************************************************/
body{ 
	background: #fff; 
	color:#333; 
	font-family: "Open sans",Helvetica,Arial;
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 85%;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Open sans", Helvetica, Arial;	
	font-weight: 300;
}

p, .jumbotron p {
	font-size: 15px;
	line-height: 1.6em;
}

a{ outline: 0;}
a:hover, a:focus { outline: 0; }
a:visited { outline: 0;}

.space-before { padding-top:20px; }
.space-after { padding-bottom:20px; }

#main-content {
  width: 90%;  
  margin: 40px auto;
}

/*.navbar{
    background-color:#F15E22;
}*/

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        box-shadow: 0 0 6px 2px #b0b2ab;
        font-size:20px;
      
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
}

.intro {
    /*position: relative;*/
    /*z-index: 33;*/  
    display: table;
    color: #333;
    width: 100%;
    /*height: auto;*/
    text-align: left;
   /* color: #fff;*/
    background: url(images/header.png) no-repeat bottom center;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    padding-top: 100px;
}



@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}






/* pricing table */

.pricing-table .plan {
  margin-left:0px;
  border-radius: 5px;
  text-align: center;
  background-color: #f3f3f3;
  -moz-box-shadow: 0 0 6px 2px #b0b2ab;
  -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
  box-shadow: 0 0 6px 2px #b0b2ab;
}
 
 .plan:hover {
  background-color: #fff;
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
  box-shadow: 0 0 12px 3px #b0b2ab;
}
 
 .plan {
  padding: 20px;
  margin-left:0;
  background-color: #5e5f59;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
  
.plan-name-silver {
  padding: 20px;
  background-color: #C0C0C0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }
  
.plan-name-gold {
  padding: 20px;  
  color: #fff;
  background-color: #F15E22;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  } 

.pricing-table .plan .plan-name span {
  font-size: 20px;
}
 
.pricing-table .plan ul {
  list-style: none;
  margin: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
 
.pricing-table .plan ul li.plan-feature {
  padding: 15px 10px;
  border-top: 1px solid #c5c8c0;
  margin-right: 35px;
}
 
.pricing-three-column {
  margin: 0 auto;
  width: 80%;
}
 
.pricing-variable-height .plan {
  float: none;
  margin-left: 2%;
  vertical-align: bottom;
  display: inline-block;
  zoom:1;
  *display:inline;
}
 
.plan-mouseover .plan-name {
  background-color: #4e9a06 !important;
}
 
.btn-plan-select {
  padding: 8px 25px;
  font-size: 18px;
}

/** pricing table end****/

#customers-review blockquote {
	font-family: "Open sans",Helvetica,Arial;
	font-size: 15px;
	font-style: italic;
}

#customers-review footer {
	font-weight: bold;
	color: #222;
}

.color-green{
    color:green;
}

.btn-extra-lg   {
    padding:20px 30px 30px 30px;    
    font-size:24px !important;
}

.process {        
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

#faqs h5{
 font-weight: bold;
}

.navbar-brand {
    font-weight: 700;
}

