@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
/* Table of Contents
------------------------------------------------------- *

  to be reorganized soon...

**/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #262620;
  background: #f5f5f5;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
a {
  color: #34495e;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.btn {
  font-weight: 400;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:hover, a:focus {
  color: #d9534f;
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
body > section {
  padding: 50px 0;
}
.emerald,.wet-asphalt,.brazil-green,.brazil-yellow {
  color: #fff;
}
.emerald h1,.wet-asphalt h1,.brazil-green h1,.brazil-yellow h1,
.emerald h2,.wet-asphalt h2,.brazil-green h2,.brazil-yellow h2,
.emerald h3,.wet-asphalt h3,.brazil-green h3,.brazil-yellow h3,
.emerald h4,.wet-asphalt h4,.brazil-green h4,.brazil-yellow h4,
.emerald h5,.wet-asphalt h5,.brazil-green h5,.brazil-yellow h5,
.emerald h6,.wet-asphalt h6,.brazil-green h6,.brazil-yellow h6 {
  color: #fff;
}

.emerald small,.wet-asphalt small,.brazil-green small,.brazil-yellow small {
  color: rgba(255, 255, 255, 0.8);
}
.white {
  background-color: #fff;
}
.emerald {
  /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.wet-asphalt {
   /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.wet-asphalt a:not(.btn) {
  color: #bdc3c7;
}
.wet-asphalt a:not(.btn):hover {
  color: #d9534f;
}
.brazil-green {
  background-color: #307648;
}
.brazil-yellow {
  background-color: #F5DA4B;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */

  padding-top: 30px;
  /* IE6 workaround*/

  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 43px;
  font-weight: 350;
  text-shadow: 1px 1px #000000;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 820px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 100;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

img#img-slider {
    position:relative;
    margin:0 auto;
  }

#play {
    position:absolute;
    top:46%;
    left:45.5%;
    z-index:100;
  }

#buy-sld #buy-rfp {
  height:62px;
  width:314px;
  background-color: #43A13B;
  -webkit-box-shadow: 0 7px 0 0px #255F4F;
  -moz-box-shadow: 0 7px 0 0px #255F4F;
  box-shadow: 0 7px 0 0px #255F4F;
  border: 0;
  padding: 17px 0 0 0;
  border-radius: 10px;
  font-size: 23px;
  text-align: center;
  color:#fff;
  font-weight: 400; 
  position:absolute;
  top:86%;
  left:35.5%;
  z-index: 150;
}

#buy-sld a#buy-rfp {
  height:62px;
  width:314px;
  background-color: #43A13B;
  -webkit-box-shadow: 0 7px 0 0px #255F4F;
  -moz-box-shadow: 0 7px 0 0px #255F4F;
  box-shadow: 0 7px 0 0px #255F4F;
  border: 0;
  padding: 17px 0 0 0;
  border-radius: 10px;
  font-size: 23px;
  text-align: center;
  color:#fff;
  font-weight: 400; 
  position:absolute;
  top:86%;
  left:35.5%;
  z-index: 150;
}

#buy-sld a:hover #buy-rfp {
  background-color: #347D2E;
  -webkit-box-shadow: 0 7px 0 0px #1A4438;
  -moz-box-shadow: 0 7px 0 0px #1A4438;
  box-shadow: 0 7px 0 0px #1A4438;
}

#buy-sld2 #buy-rfp2 {
  height:62px;
  width:314px;
  background-color: #307648;
  -webkit-box-shadow: 0 7px 0 0px #255F4F;
  -moz-box-shadow: 0 7px 0 0px #255F4F;
  box-shadow: 0 7px 0 0px #255F4F;
  border: 0;
  padding: 17px 0 0 0;
  border-radius: 10px;
  font-size: 23px;
  text-align: center;
  color:#fff;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
}

#buy-sld2 a#buy-rfp2 {
  height:62px;
  width:314px;
  background-color: #307648;
  -webkit-box-shadow: 0 7px 0 0px #255F4F;
  -moz-box-shadow: 0 7px 0 0px #255F4F;
  box-shadow: 0 7px 0 0px #255F4F;
  border: 0;
  padding: 17px 0 0 0;
  border-radius: 10px;
  font-size: 23px;
  text-align: center;
  color:#fff;
  font-weight: 400; 
  position:absolute;
  top:86%;
  left:35.5%;
  z-index: 150;
}

#buy-sld2 a:hover #buy-rfp2 {
  background-color: #347D2E;
  -webkit-box-shadow: 0 7px 0 0px #1A4438;
  -moz-box-shadow: 0 7px 0 0px #1A4438;
  box-shadow: 0 7px 0 0px #1A4438;
}



/** awards & recognition **/
.container2 {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 20px 10%;
  top: 83%;
  height:140px;
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.7);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#recognition .awards:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

.awards img {
  padding: 15px 15px 15px 0;
}

.awards .awards-body a {
  color:#F4D94B;
  text-decoration: underline;
}

.awards .awards-body a:hover {
  color:#FF9900;
}

.awards .awards-body p#a1 {
  padding-top:15px; 
  width:70%;
}

.awards .awards-body p#a2 {
  width:90%;
}

.awards .awards-body p#a3 {
  padding-top:15px; 
  width:80%;
}

#awrd-s {
  padding-left: 20px;
}
/** end awards & recognition **/


/**** cris tips *****/
#tip #tip-bg{
  padding-top: 60px;
}

#tip #tip-con-main {
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.8);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  border-radius: 10px;
  margin-bottom: 60px;
  color:#fff;
  padding:60px!important;
}

#tip h1 {
  font-size: 40px;
  padding-bottom: 40px;
}

#tip #tip-con-main #cris p {
  font-size: 12px;
  color: #F4D94B;
  padding-top: 110px;
  position: absolute;
}

#tip #tip-con-main #cris img {
  position: absolute;
  left:15px;
}

#tip #tip-con-main #sub-title-tip p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}

#tip #tip-con-main #sub-title-tip h2 {
  font-size: 32px;
  color: #F4D94B;
  font-weight: 100;
}

#tip #tip-con-main #tip-con-1 h3, #tip #tip-con-main #tip-con-2 h3 {
  font-size: 20px;
  font-weight: 100;
  padding: 20px 0 30px 0;
}

#tip #tip-con-main #tip-con-1 p, #tip #tip-con-main #tip-con-2 p {
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
}

#tip #tip-con-main #tip-con-1 p {
  padding-right: 50px;
}

/**** end tips *****/

/**fpab section**/
#fpab #rfp-sm {
  position: relative;
  width: 299px;
  height: 333px;
  margin: 0 auto;
}

#fpab #rfp-sm img {
  position: absolute;
  right:70px;
  top:60px;
}

#buy-sld4 #buy-rfp4 {
  height:52px;
  width:236px;
  background-color: #307648;
  -webkit-box-shadow: 0 7px 0 0px #255F4F;
  -moz-box-shadow: 0 7px 0 0px #255F4F;
  box-shadow: 0 7px 0 0px #255F4F;
  border: 0;
  padding: 15px 0 0 0;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  color:#fff;
  font-weight: 400;
  margin-bottom: 30px;
  position: absolute;
  z-index: 280;
  top:300px;
  right:100px;
}

#buy-sld4 a:hover #buy-rfp4 {
  background-color: #347D2E;
  -webkit-box-shadow: 0 7px 0 0px #1A4438;
  -moz-box-shadow: 0 7px 0 0px #1A4438;
  box-shadow: 0 7px 0 0px #1A4438;
}

#fpab #b1, #fpab #b2, #fpab #b3, #fpab #b4, #fpab #b5, #fpab #b16 {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

#fpab #b1 p, #fpab #b2 p, #fpab #b3 p,
#fpab #b4 p, #fpab #b6 p {
  width:55%;
  line-height: 25px;
  font-size: 14px;
  float:left;
  padding: 0 20px;
}

/**excemptions***/
#fpab #b1 {
  padding-left: 50px;
}

#fpab #b2 img, #fpab #b3 img  {
  padding-right: 20px;
}

#fpab #b3 {
  padding-left: 50px;
}

#fpab #b5 {
  padding-left: 30px;
}

#fpab #b6 {
  padding-left: 30px;
}

#fpab #b5 p {
  width: 65%;
  line-height: 25px;
  font-size: 13px;
  float:left;
  padding: 0 20px;
}

#fpab #b5 h4 {
  width:65%;
  float:left;
  padding: 0 20px;
  font-size: 16px;
}

#fpab #b6 h4 {
  width:60%;
  float:left;
  padding: 0 20px;
  font-size: 16px;
}

#fpab #b6 img {
  width:30%;
  float:left;
}


/**end excemptions***/


#fpab #b1 h4, #fpab #b2 h4, #fpab #b3 h4,
#fpab #b4 h4 {
  width:55%;
  float:left;
  padding: 0 20px;
  font-size: 16px;
}

#fpab #b1 img,#fpab #b2 img,#fpab #b3 img {
  float:right;
}

#fpab #b4 img,#fpab #b5 img {
  float:left;
}

  /**eng fpab section**/



/**** book preview section *****/
#book-preview #slider {
  width:100%;
  height:727px;
  border: 10px solid #e6e6e6; 
}

#book-preview #slider .carousel-inner img {
  padding-top: 80px;
  width: 75%;
  height: 75%;
  margin: 0 auto;
  position: relative;
}

.selected img {
  opacity:0.5;
}

#slider-thumbs {
  padding-top:20px;
  padding-right: 40px;
  padding-left: 40px;
}

#slider-thumbs ul li a {
  cursor: pointer;
  text-align: center;
}

#slider-thumbs ul li a:hover,
#slider-thumbs ul li a:focus,
#slider-thumbs ul li a:active  {
  text-decoration: underline;
  color: #ccc;
}

#zoom {
  width: 190px;
  height: 30px;
  background: #FFCC00;
  color: #fff;
  font-size: 13px;
  border-radius: 7px;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  margin: 23px auto;
  z-index: 260;
  left: 42%;
}

#zoom a {
  color: #fff;
  font-weight: bold;
}

#zoom a:hover  {
  text-transform: uppercase;
  color: #fff;
}

#book-preview #slider .carousel-control {
  background: none;
  color: #333333;
  margin-top: 15px;
  width: 30px;
  font-size: 30px;
}

#book-preview #slider .carousel-control .left {
  position: absolute;
  left:0; 
}

#book-preview #slider .carousel-control .right {
  position: absolute;
  right:0;
}

#pr-txt {
  padding-left: 60px;
}

#pr-txt p{
  font-size: 17px;
  font-weight: 100;
  line-height: 30px;
  color: #666;
  padding-bottom: 25px;
}

#pr-txt h3{
  font-size: 25px;
  font-weight: 100;
  line-height: 35px;
  color: #262626;
  padding-bottom: 30px;
}

#pr-txt p a{
  color: #439F39;
  text-decoration: underline;
}

#pr-txt p a:hover{
  color: #183B24;
}

#pr-txt #btns a #AM, #pr-txt #btns a #BN {
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px #ccc;
  width: 206px;
  height: 57px;
  background-color: none;
  margin-bottom: 30px;
  float:left;
  margin-right: 30px;
}

#pr-txt #btns a #AM img, #pr-txt #btns a #BN img {
  position: relative;
  margin: 0 auto;
  padding-top: 15px;
}

#pr-txt #btns a:hover #AM, #pr-txt #btns a:hover #BN {
  background-color: none;
  box-shadow: 0px 0px 0px 2px #307648;
}

#buy-sld3 #buy-rfp3 {
  height:57px;
  width:210px;
  background-color: #307648;
  -webkit-box-shadow: 0 7px 0 0px #255F4F;
  -moz-box-shadow: 0 7px 0 0px #255F4F;
  box-shadow: 0 7px 0 0px #255F4F;
  border: 0;
  padding: 15px 0 0 0;
  border-radius: 10px;
  font-size: 23px;
  text-align: center;
  color:#fff;
  font-weight: 400;
  margin-bottom: 30px;
}

#buy-sld3 a:hover #buy-rfp3 {
  background-color: #347D2E;
  -webkit-box-shadow: 0 7px 0 0px #1A4438;
  -moz-box-shadow: 0 7px 0 0px #1A4438;
  box-shadow: 0 7px 0 0px #1A4438;
}

/**** end book preview section *****/


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#pricing-table .plan {
  border-radius: 4px;
  list-style: none;
  margin: 0 0 20px;
  background: #3498db;
  text-align: center;
  padding: 30px 0;
}
#pricing-table .plan li {
  padding: 5px 0;
  color: #fff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#pricing-table .plan li.plan-name {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
#pricing-table .plan li.plan-name h3 {
  margin: 0;
}
#pricing-table .plan li.plan-price {
  margin-bottom: 10px;
}
#pricing-table .plan li.plan-price > div {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 24px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
#pricing-table .plan li.plan-price > div sup {
  font-size: 10px;
  line-height: 10px;
}
#pricing-table .plan li.plan-price > div > small {
  display: block;
  font-size: 11px;
}
#pricing-table .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
#pricing-table .plan.featured {
  background-color: #2c3e50;
}
#title h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
}
.center {
  text-align: center;
}
#meet-the-team .designation {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}
.img-thumbnail {
  border: 0;
}
.progress,
.progress .bar {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
ul.breadcrumb {
  margin: 20px 0 0;
  background: transparent;
}
ul.breadcrumb > li {
  text-shadow: none;
}
ul.breadcrumb > li > a,
ul.breadcrumb > li .divider {
  color: #fff;
}
ul.breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.7);
}
ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px 0;
}
.btn-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.btn-social.btn-facebook {
  background: #4f7dd4;
}
.btn-social.btn-facebook:hover {
  background: #789bde;
}
.btn-social.btn-twitter {
  background: #5bceff;
}
.btn-social.btn-twitter:hover {
  background: #8eddff;
}
.btn-social.btn-linkedin {
  background: #21a6d8;
}
.btn-social.btn-linkedin:hover {
  background: #49b9e3;
}
.btn-social.btn-google-plus {
  background: #dc422b;
}
.btn-social.btn-google-plus:hover {
  background: #e36957;
}
.btn-social:hover {
  color: #fff;
}
.navbar-inverse {
  border: none;
  min-height:75px;
  height:75px;
  font-size: 12px;
}
.navbar-inverse .navbar-brand {
  font-family: 'Bubbler One', sans-serif;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.navbar-inverse .navbar-nav {
  margin-top: 20px;
}
.navbar-inverse .navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  color: #bdc3c7;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #43A13B;
  font-weight: 300;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #FFCC00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: 0px;
  border-radius: 3px 3px 3px 3px;
  min-width: 144px;
  font-size: 12px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #716A13;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
}
#social-media .icon-facebook {
  background-color: #3c5899;
}
#social-media .icon-facebook:hover {
  background-color: #4e6fba;
}
#social-media .icon-twitter {
  background-color: #29c5f6;
}
#social-media .icon-twitter:hover {
  background-color: #5ad2f8;
}
#social-media .icon-google-plus {
  background-color: #d13d2f;
}
#social-media .icon-google-plus:hover {
  background-color: #da6459;
}
#social-media .icon-pinterest {
  background-color: #c61118;
}
#social-media .icon-pinterest:hover {
  background-color: #ec1e26;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.modal {
  border: 0;
}
.modal#loginForm {
  width: 600px;
  margin-left: -300px;
}
.modal .modal-header {
  border: 0;
  padding: 20px 20px 0;
}
.modal .modal-header > h4 {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
  margin: 0;
}
.modal .modal-body {
  padding: 20px;
}
.modal input[type="text"],
.modal input[type="password"] {
  padding: 5px 10px;
  min-height: 30px;
  width: 130px;
  margin-right: 10px;
}
.modal .icon-remove {
  color: #848484;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.modal button {
  margin-left: 10px;
  border: 0;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.registration-form {
  border: 0;
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}

/**** start critics container *****/
#critics {
  padding: 60px 0 100px 0;
}

.critics-item .item-inner p {
  line-height: 23px;
  font-size: 14px;
}

.critics-item .item-inner {
  font-style: italic;
}

.critics-item .item-inner h4 {
  font-style: normal;
  line-height: 25px;
  padding-bottom: 15px;
}

.critics-item .item-inner img.sq {
  margin-right: 20px;
  margin-top: -20px;
}

.critics-item .item-inner img.eq {
 margin-left: 20px;
}

.critics-item .item-inner small cite {
  color: #439F39;
  font-style: italic;
  font-size: 12px;
}
/**** end critics section *****/


/**** testimonials section *****/
#wrs-btns {
  position:absolute;
  left:48%;
}

#wrs-container {
  padding:0 50px;
}

#testi {
  padding: 60px 0 150px 0;
}
#test .item-inner {
  position: relative;
  margin: 0;
}
.testimonies-items,
.testimonies-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.testimonies-filter > li {
  display: inline-block;
}
.testimonies-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonies-items.col-2 > li {
  width: 50%;
}
.testimonies-items.col-3 > li {
  width: 33%;
}
.testimonies-items.col-4 > li {
  width: 25%;
}
.testimonies-items.col-5 > li {
  width: 20%;
}
.testimonies-items.col-6 > li {
  width: 16%;
}
.testimonies-item {
  padding: 0;
  margin: 0;
}
.testimonies-item .item-inner {
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.testimonies-item img {
  /***width: 100%;**/
}
.testimonies-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.item:hover .overlay {
  opacity: 1;
}


.testimonies-item .item-inner p {
  line-height: 23px;
  font-size: 13px;
}

.testimonies-item .item-inner {
  font-style: italic;
}

.testimonies-item .item-inner img.sq {
  margin-right: 20px;
  margin-top: -20px;
}

.testimonies-item .item-inner img.eq {
 margin-left: 20px;
}

.testimonies-item .item-inner small cite {
  color: #439F39;
  font-style: italic;
  font-size: 12px;
}

#star {
  position: relative;
  margin: 0 auto;
  width:100%;
  left:30%;
  padding-bottom: 50px;
}

#star-five {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}

#star-five {
   margin: 6.25px 0;
   position: relative;
   display: block;
   color: #F5DA4B;
   width: 0px;
   height: 0px;
   border-right:  12.5px solid transparent;
   border-bottom: 8.75px  solid #F5DA4B;
   border-left:   12.5px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
}
#star-five:before {
   border-bottom: 8px solid #F5DA4B;
   border-left: 3.75px solid transparent;
   border-right: 3.75px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -5px;
   left: -7px;
   display: block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);

}
#star-five:after {
   position: absolute;
   display: block;
   color: #F5DA4B;
   top: .325px;
   left: -13.125px;
   width: 0px;
   height: 0px;
   border-right: 12.5px solid transparent;
   border-bottom: 8.75px solid #F5DA4B;
   border-left: 12.5px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}

/**** end testimonials container *****/

/**** bottom container *****/
#bottom {
  color: #fff;
}
#bottom h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
#bottom .media-heading {
  display: block;
  font-weight: 300;
}

#bottom p {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}

#bottom .container #biwc a, #bottom .container #sm a {
  color: #F3D84B;
  text-decoration: underline;
}

#bottom .container #biwc a:hover, #bottom .container #sm a:hover {
  color: #FF9900;
}
/***
#bottom .container #pd {
  width:30%;
}
***/
#bottom .container #biwc {
  margin-left: -30px;
}

#bottom .container #btns {
  margin-top: 30px;
  margin-left: -30px;
}

#bottom .container #sm {
  margin-left: 50px;
}

#bottom .container #btns a #AM, #bottom .container #btns a #BN {
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px #F5DA4B;
  width: 172px;
  height: 43px;
  background-color: none;
  margin-bottom: 30px;
}

#bottom .container #btns a #AM img, #bottom .container #btns a #BN img {
  position: relative;
  margin: 0 auto;
  padding-top: 13px;
}

#bottom .container #btns a:hover #AM, #bottom .container #btns a:hover #BN {
  background-color: #255E3B;
}

#bottom .container #btns a #GIN {
  border-radius: 10px;
  border-color: #F5DA4B!important;
  box-shadow: 0px 4px 0px 0px #666600;
  width: 175px;
  height: 41px;
  color: #666600;
  background-color: #F5DA4B;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
  text-decoration: none!important;
}

#bottom .container #btns a:hover #GIN {
  background-color: #FF9900;
  text-decoration: none!important;
}

#bottom .container #sm a img {
  
}

#bottom .container #sm a:hover img {
  box-shadow: inset 0px 0px 20px 20px #FF9900;
  border-radius: 30px;
}

/**** end container *****/

.row > div {
  margin-bottom: 10px;
}
ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*Unordered Lists*/
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}

#footer {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #45410C;
}
#footer a {
  color: #45410C;
}
#footer a:hover {
  color: #000;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
  list-style: none;
}
#footer .container .row a#f-brand {
  position:absolute;
  top:-80px;
}

ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}
ul.social > li {
  display: inline-block;
  margin: 0 5px;
}
ul.social > li > a {
  font-size: 24px;
  color: #666;
}
ul.social > li > a:hover {
  color: #999;
}
.box-border {
  padding: 15px;
}
.accordion-group {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.accordion-heading .accordion-toggle {
  color: #666;
  font-weight: 700;
}
.accordion-inner {
  border-top: 0;
}
.blog .blog-item {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog .blog-item .img-blog {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.blog .blog-item .blog-content {
  padding: 20px;
}
.blog .blog-item h3 {
  margin-top: 0;
}
.blog .blog-item .entry-meta {
  margin-bottom: 20px;
}
.blog .blog-item .entry-meta > span {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  font-size: 12px;
}
.blog .blog-item .entry-meta > span a {
  color: #999;
}
ul.pagination > li > a {
  border: 0;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #34495e;
  color: #fff;
}
textarea#message {
  padding: 10px 15px;
  height: 219px;
}
.widget {
  margin-bottom: 30px;
}
ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}
ul.faq {
  list-style: none;
  margin: 0;
}
ul.faq li {
  margin-top: 30px;
}
ul.faq li:first-child {
  margin-top: 0;
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}
ul.faq li > div {
  margin-left: 70px;
}
ul.faq li > div h3 {
  margin-top: 0;
}
#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

/*** navigation at media screen ***/
@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .navbar-inverse .navbar-collapse {
    /* Fallback for web browsers that don't support RGBa */
    position:absolute;
    margin:0 auto;
    width:200px;
    top:42px;
    right:15px;
    background-color: #000;
    border-radius: 10px;
  }

  #bottom .container #pd {
  text-align: center;
  padding-bottom: 30px;
  }

  #bottom .container #biwc {
  text-align: center;
  padding-bottom: 30px;
  margin-left: 0px;
  }

  #bottom .container #btns {
  left:25%;
  margin-left: 0px;
  padding-bottom: 50px;
  }

  #bottom .container #sm {
  margin-left: 0px;
  text-align: center;
  }

  #footer .container .row a#f-brand {
  position:absolute;
  top:-80px;
  left:33%;
  }

  #footer p{
  text-align: center;
  padding: 30px 0px 0px 0;
  }

  .container2 {
  position: relative;
  margin: 0 auto;
  height: auto;
  width: 100%;
  padding-bottom:60px; 
  }

  .awards .awards-body a {
    font-size: 12px;
  }

  .awards .awards-body p#a1 {
  padding-top:60px; 
  width:100%;
  }

  .awards .awards-body p#a2 {
  padding-top:50px; 
  width:100%;
  }

  .awards .awards-body p#a3 {
  padding-top:60px; 
  width:100%;
  }

  #awrd-s {
  padding-left: 0px;
  }

  .awards img {
  padding: 60px 30px 0px 0;
  }


  /**banner elements**/
  #play {
    top:55%;
    left:40%;
  }

  #buy-sld #buy-rfp {
  height:52px;
  width:264px;
  padding: 14px 0 0 0;
  border-radius: 10px;
  font-size: 20px;
  top:90%;
  left:15%;
  }

  #main-slider .container h2 {
    font-size: 37px;
  }

  #main-slider .carousel-inner {
    height: 600px;
  }

  /**tips section**/
  #tip #tip-bg{
    background-image: none!important;
    background-color: #EFA820;
  }
  #tip #tip-con-main {
  padding:30px!important;
  }

  #tip h1 {
  font-size: 32px;
  padding-bottom: 40px;
  }

  #tip #tip-con-main #cris p {
    left:35%;
  }

  #tip #tip-con-main #cris img {
    left:35%;
  }

  #tip #tip-con-main #sub-title-tip h2 {
    margin-top: 140px;
    font-size: 25px;
  }

  #tip #tip-con-main #tip-con-1 p {
    padding-right: 0px;
  }

  /**what readers say**/
  #wrs-btns {
  left:42%;
  }

  /**critics section**/
  #critics {
  padding: 60px 30px 100px 30px;
  }

  /**book preview section**/
  #book-preview #slider {
  width:100%;
  height:100%;
  border: 10px solid #e6e6e6; 
  }

  #zoom {
  left: 23%;
  }

  #pr-txt {
    padding: 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

  #pr-txt p{
    font-size: 14px;
    margin: 15px 0;
  }

  #pr-txt #btns a #AM, #pr-txt #btns a #BN {
  position: relative;
  margin: 10px auto;
  margin-left: 50px;
  }

  #buy-sld3 #buy-rfp3 {
    position: relative;
    margin: 10px auto;
  }

#fpab #rfp-sm {
  display: none;
}

#fpab #rfp-sm img {
  display:none;
}

#buy-sld4 #buy-rfp4 {
  display: none;
}

#buy-sld4 a:hover #buy-rfp4 {
  display: none;
}

#fpab {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#fpab #b1, #fpab #b2, #fpab #b3, #fpab #b4, #fpab #b5, #fpab #b6 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  float: left;
  text-align: center;
}

#fpab .gap {
  display: none;
}
#fpab #b1 p, #fpab #b2 p, #fpab #b3 p,
#fpab #b4 p, #fpab #b5 p, #fpab #b6 p {
  line-height: 25px;
  font-size: 13px;
  float:left;
  padding: 0;
  width: 100%;
}

#fpab #b1 h4, #fpab #b2 h4, #fpab #b3 h4,
#fpab #b4 h4, #fpab #b5 h4, #fpab #b6 h4 {
  width: 100%;
  padding: 0;
  margin: 0;
}

#fpab #b1 img, #fpab #b2 img, #fpab #b3 img,
#fpab #b4 img, #fpab #b5 img, #fpab #b6 img {
  float:left;
  width: 40%;
  padding: 30px 0 0 0;
  margin-left: 30%;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    #fpab #rfp-sm {
      display: none;
    }

    #fpab #rfp-sm img {
      display:none;
    }

    #buy-sld4 #buy-rfp4 {
      display: none;
    }

    #buy-sld4 a:hover #buy-rfp4 {
      display: none;
    }

    #fpab #b1, #fpab #b2, #fpab #b3, #fpab #b4, #fpab #b5, #fpab #b6 {
      width: 100%;
      padding: 0;
      margin: 0 auto;
      position: relative;
      float: left;
      text-align: left;
    }

    #fpab .gap {
      display: none;
    }
    #fpab #b1 p, #fpab #b2 p, #fpab #b3 p,
    #fpab #b4 p, #fpab #b5 p, #fpab #b6 p {
      line-height: 25px;
      font-size: 13px;
      padding: 0;
      width: 60%;
      margin-left: 10%;
    }

    #fpab #b1 h4, #fpab #b2 h4, #fpab #b3 h4,
    #fpab #b4 h4, #fpab #b5 h4, #fpab #b6 h4 {
      width: 60%;
      padding: 40px 0 0 0;
      margin: 0;
      margin-left: 10%;
    }

    #fpab #b1 img, #fpab #b2 img, #fpab #b3 img,
    #fpab #b4 img, #fpab #b5 img, #fpab #b6 img {
      float:left;
      padding: 0;
      width:25%;
    }

    #bottom .container #pd {
      text-align: center;
      padding-bottom: 30px;
      }

      #bottom .container #biwc {
      text-align: center;
      padding-bottom: 20px;
      margin-left: 0px;
      }

      #bottom .container #btns {
      left:15%;
      margin-left: 0px;
      padding-bottom: 50px;
      float: left;
      }

      #bottom .container #sm {
      margin-left: 130px;
      text-align: center;
      float: left;
      }

      #footer .container .row a#f-brand {
      position:absolute;
      top:-80px;
      left:43%;
      }

      #footer p{
      text-align: center;
      padding: 30px 0px 0px 0;
      }

      #footer .pull-right {
        text-align: center;
        margin: 0 auto;
        visibility: hidden;
      }

      .container2 {
      position: relative;
      margin: 0 auto;
      height: auto;
      width: 100%;
      padding-bottom:60px; 
      }

      .awards .awards-body a {
        font-size: 12px;
      }

      .awards .awards-body p#a1 {
      padding-top:60px; 
      width:100%;
      }

      .awards .awards-body p#a2 {
      padding-top:50px; 
      width:100%;
      }

      .awards .awards-body p#a3 {
      padding-top:60px; 
      width:100%;
      }

      #awrd-s {
      padding-left: 0px;
      }

      .awards img {
      padding: 60px 30px 0px 0;
      }

        /**banner elements**/
      #play {
        top:45%;
        left:43%;
      }

      #buy-sld #buy-rfp {
      top:90%;
      left:30%;
      }

      #main-slider .container h2 {
        font-size: 37px;
      }

      #main-slider .carousel-inner {
        height: 750px;
      }

      /**tips section**/
      #tip #tip-bg{
        background-image: none!important;
        background-color: #EFA820;
      }
      #tip #tip-con-main {
      padding:30px!important;
      }

      #tip h1 {
      font-size: 32px;
      padding-bottom: 40px;
      }

      #tip #tip-con-main #cris p {
        left:40%;
      }

      #tip #tip-con-main #cris img {
        left:40%;
      }

      #tip #tip-con-main #sub-title-tip h2 {
        margin-top: 140px;
        font-size: 25px;
      }

      #tip #tip-con-main #tip-con-1 p {
        padding-right: 0px;
      }

      /**what readers say**/
      #wrs-btns {
      left:47%;
      }

      /**critics section**/
      #critics {
      padding: 60px 30px 100px 30px;
      }

      #critics .critics-item {
        width:100%;
        padding: 20px 30px;
        margin: 0 auto;
      }

      /**book preview section**/
      #book-preview #slider {
      width:100%;
      height:100%;
      border: 10px solid #e6e6e6; 
      }

      #zoom {
      left: 23%;
      }

      #pr-txt {
        padding: 20px;
        margin: 0 auto;
        position: relative;
        text-align: center;
      }

      #pr-txt p{
        font-size: 14px;
        margin: 15px 0;
      }

      #pr-txt #btns a #AM, #pr-txt #btns a #BN {
      position: relative;
      margin: 10px auto;
      margin-left: 90px;
      }

      #buy-sld3 #buy-rfp3 {
        position: relative;
        margin: 10px auto;
      }

    #fpab #rfp-sm {
      display: none;
    }

    #fpab #rfp-sm img {
      display:none;
    }

    #buy-sld4 #buy-rfp4 {
      display: none;
    }

    #buy-sld4 a:hover #buy-rfp4 {
      display: none;
    }

}
