/*
Theme Name: WishList Products
Theme URI: http://wishlistproducts.com
Author: WishList Products
Author URI: http://wishlistproducts.com/
Description: WishList Products theme designed for wishlistproducts.com.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wishlist-theme
Template: wishlist
*/

/* Parent Stylesheet
----------------------------------------------------------------------------- */
@import url('../wishlist/style.css');

/* Body
----------------------------------------------------------------------------- */
html {
    font-size: 100%;
}

body {
    background: #efefef url(images/bg-main.jpg) repeat-x center top;
}

body,
p {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}



/* Typography
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2 .h3, .h4, .h5, .h6 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

a {
    color: #1E7FC0;
}

a:hover {
    color: #333;
}

/* Modifiers
----------------------------------------------------------------------------- */
.bold {
    font-weight: bold;
}

.drop-shadow, .inner-shadow {
  background: #fff;
  border-radius: 6px;
  margin: 20px auto 40px;
  padding: 0;
}

.drop-shadow {
  -webkit-box-shadow: 0 2px 5px -2px #000;
  box-shadow: 0 2px 5px -2px #000;
}

.inner-shadow {
  border: 1px solid #b7b7b7;
  -webkit-box-shadow:0 -2px 3px 0 #C9C9C9 inset;
  box-shadow:0 -2px 3px 0 #C9C9C9 inset;
  margin: 0;
  padding: 20px;
}

.rwd-line {
    display: block;
}

/* General
----------------------------------------------------------------------------- */
.team-img {
    background: #fff url('images/bg-body.png');
}

i.ico-quote {
  background:url('images/quote.png') left top no-repeat;
  display: block;
  height: 48px;
  text-indent: -9999px;
  width: 48px;
  position: absolute;
}

p.testify {
  color: #949494;
  font-family:'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-left: 55px;
}

.nocomments {
    display: none;
}

/* Contextual Backgrounds
------------------------------------------------------------------------------*/
.bg-success {
  background: #cae47e;
  border: 1px solid #99cc00;
  padding: 35px;
  color: #555;
}

.bg-success h3 {
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.bg-success p:last-of-type {
  margin-bottom: 0;
}

.bg-success a {
  color: #222;
}

.bg-success i {
  margin-right: 10px;
}

/* Buttons
------------------------------------------------------------------------------*/
.btn-success {
    color: #fff;
    background-color: #99cc00;
    border-color: #8bba00;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #99cc00;
    border-color: #8bba00;
    opacity: 0.85;
}

.btn-leadpages {
  background: rgb(255, 206, 10);
  margin-bottom: 0;
  display: table;
  width: 100%;
  color: #555;
  transition: .2s background-color;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.btn-leadpages:hover {
  background: #99cc00;
}

.btn-leadpages a {
  text-decoration: none;
  display: table-cell;
  color: #555;
  width: 90%;
  padding: 20px;
  vertical-align: middle;
}

.btn-leadpages span {
  width: 10%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  display: table-cell;
}

/* Alerts
----------------------------------------------------------------------------- */
#alerts {
  padding: 10px;
  border-bottom: 2px solid #9ad2ed;
}

/* Logo
----------------------------------------------------------------------------- */
.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-brand.navbar-image {
    padding: 15px;
}

/* Header
------------------------------------------------------------------------------*/
#header {
    height: 84px;
}

#header .navbar {
    margin-bottom: 0;
}

/* Navigation
----------------------------------------------------------------------------- */
.navbar {
    background: #3d4548;
    margin-bottom: 0;
    height: 84px;
    border-bottom: 3px solid #222d31;
}

.navbar-nav {
    font-size: .875rem;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
}

.navbar-brand.navbar-image {
    padding: 15px;
}

.navbar-nav > li > a {
    color: #999;
    padding: 32px 12px;
    text-transform: capitalize;
}

.navbar-nav > li > a:hover,
#menu-primary.nav > li > a:hover,
#menu-primary.nav > li > a:focus {
    background: none;
    border-bottom: 3px solid #99cc00;
    color: #fff;
    padding: 32px 12px 29px;
}

.navbar-toggle {
    background: #99cc00;
}

/* Top
----------------------------------------------------------------------------- */

#top {
    background: #cae47e;
    border-bottom: 3px solid #99cc00;
    box-shadow: 0px 0px 4px #ccc;
    min-height: 65px;
    padding: 14px 0;
}

.page-header {
    border: none;
    color: #555;
    margin: 0 0 0 -15px;
}

/* Breadcrumbs
----------------------------------------------------------------------------- */
.breadcrumbs {
    color: #999;
    background: none;
    text-transform: uppercase;
    padding: 0;
    margin: 8px 0 0 -15px;
    font-size: .875rem;
}

.breadcrumbs a {
    color: #999;
}

.breadcrumbs span.trail-end {
    color: #333;
}

/* Search form
----------------------------------------------------------------------------- */
.navbar-form {
    margin: 0;
    padding: 0;
}

.navbar-form {
    background: #fefefe;
    border-radius: 4px;
}

.navbar-form .btn,
.navbar-form input {
    background: none;
    border: none;
    box-shadow: none;
}

/* Content
----------------------------------------------------------------------------- */
#content {
    margin-top: 20px;
}

#main article {
    background: #fff;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 1px;
    margin-bottom: 35px;
}

.entry-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.entry-title a {
    color: #42454e;
}

.entry-title a:hover {
    text-decoration: none;
    color: #99cc00;
}

.entry-meta {
    margin-bottom: 1.25rem;
}

.entry-header .entry-meta {
    font-size: 0.75rem;
    color: #42454e;
}

.sharedaddy {
  margin-bottom: 25px;
}

.entry-content p {
    margin-bottom: 1.625rem;
}

.entry-footer {
    margin: 25px 0 0 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.entry-footer .entry-meta {
   margin: 0;
}

.entry-categories,
.entry-tags {
    display: block;
}

/* Bios
----------------------------------------------------------------------------- */
#author-bio,
#guest-bio {
  overflow: hidden;
}

#author-bio {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#guest-bio {
  border-top: 1px solid #ddd;
  padding-bottom: 0;
  padding-top: 20px;
  margin-top: 35px;
}

/* Comments
----------------------------------------------------------------------------- */
.entry-comments {
    margin-top: 35px;
}

textarea#comment {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 25px;
}

.commentlist,
.commentlist .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.commentlist li {
    background: #f5f5f5;
    margin-bottom: 25px;
    border: 2px solid #fff;
    border-right: none;
}

.commentlist .avatar {
    float: left;
    margin: 0 1.6rem 1rem 0;
}

.comment-body {
    padding: 30px;
}

.comment-author a,
.comment-meta a {
    color: #42454e;
    border-bottom: 1px dotted #ccc;
}

.comment-body p {
    display: block;
    clear: both;
}

.commentlist .children li {
    margin-left: 25px;
}

.comment-form p label,
.comment-form p input {
    display: block;
}

/* Sidebar
----------------------------------------------------------------------------- */
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget {
    margin-bottom: 35px;
}

.widget-title,
.widget-content {
    padding: 20px;
}

.widget-title {
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #C6CDD1;
}

.widget-content {
    margin-right: 1rem;
    border-top: 1px solid #fff;
}

#sidebar .widget-content ul {
  padding-left: 1rem;
}

#sidebar .widget-content ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 12px;
}

#sidebar .widget-content ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 0.9rem;
  position: absolute;
  left: -1rem;
  top: 0.15rem;
}

#sidebar .widget_recent_entries .widget-content ul li:before {
  content: '\f016';
}

#featured-customer {
  background: #f0f0f0;
  border: 1px dashed #bdc3c7;
  border-left: none;
  border-right: none;
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
  padding: 20px 0;
}

/* Carousel
----------------------------------------------------------------------------- */
.carousel-inner blockquote {
  border: none;
  font-family: 'Lato',arial,'Helvetica Neue',sans-serif;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 0 60px;
  padding: 0;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  bottom: 0;
  color: #D9D9D9;
  font-size: 120px;
  height: 180px;
  margin: 0 50px;
  text-shadow: none;
  top: 40px;
  width: 50px;
}

.carousel-indicators {
  display: none;
}

.jumbotron h1 {
  font-size: 47px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 55px;
  margin: 0 0 80px;
}

.jumbotron h1 strong {
  color: #99cc00;
}

#top-content-list {
  padding: 40px 0 0;
}

#top-content-list hr {
  border-top: 3px solid #F1F1F1;
  margin: 40px auto;
  width: 30%;
}

#top-content-list h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

#top-content-list h4 {
  color: #99cc00;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: none;
}

#top-content-list li {
  margin-bottom: 60px;
  padding-left: 69px;
}

.cn {
  font-family: 'Rock Salt', cursive;
  background: #aaa;
  position: absolute;
  padding: 15px;
  left: 15px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  border-radius: 40px;
  text-align: center;
  font-style: normal;
  height: 48px;
  width: 48px;
}

.cn-2 { background-position: 0 -50px;}
.cn-3 { background-position: 0 -100px;}
.cn-4 { background-position: 0 -150px;}
.cn-5 { background-position: 0 -200px;}
.cn-6 { background-position: 0 -250px;}

.laptop-image {
  background: #000 url('images/laptop.jpg') left top no-repeat;
}

.showcase-image {
  padding: 70px 0 190px;
  max-height: 400px;
}

.showcase-image p {
  color: #f1f1f1;
}

.showcase-image h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.showcase-image a:hover {
    color:  #fff;
}

#team {
  background: url('images/bg-light-grey.png');

}

#team h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}

.team-text {
  padding: 60px 0;
  position: relative;
}

.team-img img {
  max-width: 100%;
  margin-top: 17px;
}

.bottom-photo {
  display: none;
}

.team-photo {
  background: url("images/thumbnail.png") no-repeat;
  display: block;
  margin: 0 auto;
  height: 170px;
  width: 178px;
}
.team-photo.top-photo {
    background-size: 100%;
    height: 147px;
    width: 155px;
    margin-top: 70px;
}

.team-photo.top-photo img {
    width: 127px;
    height: 120px;
    margin-top: 14px;
}

.bottom-photo .team-photo {
  margin-bottom: 60px;
}
.team-photo p {
  color: #333;
  margin-top: 20px;
  text-shadow:0px 1px 0px #fff;
}

.team-text h2,
.team-text p {
  text-shadow:0 1px 0 #fff;
}

.team-text p {
  font-size: 18px;
  font-weight: 300;
}

.chevron-img {
  background: url("images/chevron.png") no-repeat;
  display: block;
  margin: 55px auto -95px;
  height: 35px;
  width: 72px;
  margin: 55px auto -95px;
}


.btn-view-all {
  background: #f3f4f2;
  display: block;
  color: #333;
  font-family: 'Lato',arial,'Helvetica Neue',sans-serif;
  font-size: 30px;
  line-height: 36px;
  margin: 80px auto;
  text-transform: uppercase;
  width: 190px;
}

.btn-view-all:hover {
  background: #e7e7e7;
}

.greenbox {
  background: #98ca3c;
  border-bottom: 1px solid #979c9f;
  padding: 20px 0;
}

div.badge-desc p {
  color: #fff;
  float: left;
  font-style: normal;
  line-height: 1;
  margin-left: 13px;
}

div.badge-desc span {
  font-size: 20px;
  letter-spacing: 2px;
}

div.badge-desc strong {
  font-size: 40px;
}

.badge-desc .fa {
  color: #fff;
  float: left;
  font-size: 60px;
}

.greenbox p {
  font-size: 18px;
  font-style: italic;
  margin: 0;
  line-height: 28px;
}

.btm-content {
  background: #000 url('images/bg-brick.png');
}

/* Footer Widgets
----------------------------------------------------------------------------- */
#footer-widgets {
    background: #3D4548;
    padding: 40px 0;
}

#footer-widgets h4.widget-title {
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
}

#footer-widgets .widget-content {
    border: none;
}

#footer-widgets ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer-widgets li a {
  color: #BFBFBF;
  display: block;
}

#footer-widgets li a:hover {
  color: #98ca3c;
  text-decoration: none;
}

#footer-widgets p {
    color: #bfbfbf;
}

/* Social Media
----------------------------------------------------------------------------- */
#footer-widgets ul.social-media li a {
  background: none repeat scroll 0 0 #39c8d8;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  margin: 5px 10px 5px 0;
  padding: 8px 9px;
}

#footer-widgets ul.social-media li a:hover, ul.social-media li a:focus {
  color: #fefefe;
  text-decoration: none;
}

#footer-widgets ul.social-media li a.fb {
  background: #3c5b9c;
  padding: 8px 14px;
}

#footer-widgets ul.social-media li a.rss {
  background: #f5820f;
  padding: 8px 10px;
}

/* Footer
----------------------------------------------------------------------------- */
#footer {
    background: #31383a;
}

#footer p {
  color: #5e5e5e;
  text-align: center;
  font-size: 0.75rem;
  margin: 30px;
}

/* Navigation flyout
----------------------------------------------------------------------------- */
.navbar .icon-container a,
.navbar .icon-container a:hover,
.navbar .icon-container a:focus,
#menu-primary.nav > li.icon-container > a:hover,
#menu-primary.nav > li.icon-container > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #222d31;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 24px 0 0;
    border: none;
}

.navbar-nav > li > .dropdown-menu {
    background: #222d31;
    border-radius: 4px;
    border: none;
    color: #fefefe;
    margin-top: -4px;
    min-width: 340px;
    padding: 15px;
}



/* WishList Network
----------------------------------------------------------------------------- */
.wishlist-network {
  margin-left: 5px;
}

.navbar-wishlist-network {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navbar .icon-container .navbar-wishlist-network li a {
  margin: 0;
  display: inline-block;
  color: #fff;
}

.navbar .icon-container .navbar-wishlist-network li a:hover {
  text-decoration: none;
  color: #e4e4e4;
}

.navbar .icon-container .navbar-wishlist-network li a i {
  margin-right: 7px;
}

/* Landing Page
----------------------------------------------------------------------------- */
.landing-page h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 .5em;
}

.landing-page ul {
  margin: 1.5em 2.5em;
}

.landing-page ul {
  padding: 0;
  list-style-type: none;
}

.landing-page ul li {
  padding-left: 30px;
  margin: 0 0 1em;
}

.landing-page ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  width: 24px;
  margin-left: -30px;
  color: #99CC00;
}



.landing-page .optin-box {
  /*padding: 30px;*/
  /*background: #FFFFCB;*/
  /*border: 5px dashed #ccc;*/
}

.btn-subscribe {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 30px;
  font-size: 24px;
  line-height: 32px;
  border: 1px solid #cca905;
  background: #ffd900; /* Old browsers */
  background: rgb(255,210,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgb(255,210,0) 0%, rgb(255,210,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,210,0)), color-stop(100%,rgb(255,210,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgb(255,210,0) 0%,rgb(255,210,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgb(255,210,0) 0%,rgb(255,210,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgb(255,210,0) 0%,rgb(255,210,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgb(255,210,0) 0%,rgb(255,210,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#ffd200',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 1px 0 #ffe340 inset;
  color: #3d4548;
}

.btn-subscribe:hover, .btn-subscribe:focus, .btn-subscribe:active, .btn-subscribe.active {
  background: #ffd900;
  border: 1px solid #cca905;
  color: #333;
}

@media all and (max-width: 991px) {
  .landing-page h1 {
    font-size: 28px;
  }
  
  .landing-page ul {
    margin: 1.5em 0;
  }
  
  .btn-subscribe {
    font-size: 18px;
  }
}

/* Newsletter Form
----------------------------------------------------------------------------- */
form.newsletter-form .form-group {
  float: left;
}

form.newsletter-form input {
  border-radius: 4px 0 0 4px;
  border: 1px solid #000;
  border-right: none;
  width: 207px !important;
}

form.newsletter-form button.btn {
  border-radius: 0 4px 4px 0;
  border: 1px solid #000;
  border-left: none;
  margin-left: -2px;
  background: rgb(216,235,0); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OWNjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(216,235,0,1) 0%, rgba(153,204,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,235,0,1)), color-stop(100%,rgba(153,204,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(216,235,0,1) 0%,rgba(153,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(216,235,0,1) 0%,rgba(153,204,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(216,235,0,1) 0%,rgba(153,204,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(216,235,0,1) 0%,rgba(153,204,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8eb00', endColorstr='#99cc00',GradientType=0 ); /* IE6-8 */
  text-shadow: 0 1px 0 #eaeaea;
}
.copyright {
  margin-top: 40px;
}

.copyright p {
  color: #5e5e5e;
  font-size: 12px;
  margin: 30px 0;
}


.recent-posts-area {
  border-left: 1px dashed #bdc3c7;
  box-shadow: 1px 0 0 #f9f9f9 inset, 0 0 0 #f9f9f9;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left,  rgba(240,240,240,1) 0%, rgba(240,240,240,0) 70%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,1)), color-stop(70%,rgba(240,240,240,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 70%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 70%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 70%); /* IE10+ */
  background: linear-gradient(to right,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 70%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00f0f0f0',GradientType=1 ); /* IE6-8 */
  padding: 40px 0 40px 40px;
}

.latest-post-area {
  padding: 40px 40px 40px 0;
}

.latest-post-area h3 {
    margin-top: 0;
}

.ul-bullet {
  padding: 0 0 0 15px;
}
.ul-bullet li {
  line-height: 24px;
}

.latest-post-area .img-thumbnail {
  border: 2px solid #FFFFFF;
  border-radius: 0;
  float: left;
  margin: 0 15px 15px 0;
}

/* Showcase Box
----------------------------------------------------------------------------- */

.jumbotron .drop-shadow {
  border: 1px solid #d9d9d9;
}

.showcase-box {
  border-top: 2px solid #0d68a3;
  border-radius: 6px;
  height: 288px;
  -webkit-box-shadow:0 -1px 1px 0 #D9D9D9 inset;
  box-shadow:0 -1px 1px 0 #D9D9D9 inset;
  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */
}

.showcase-box a {
    text-decoration: none;
}

.showcase-box:hover {
  cursor: pointer;
}

.showcase-box h2 {
  color: #0c69a4;
}

.wli .showcase-box {
  border-top: 2px solid #f3d40f;
}

.wli h2 {
  color: #58595b;
}

.rs .showcase-box {
  border-top: 2px solid #ea8823;
}

.rs h2 {
  color: #f18c24;
}

.showcase-box h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.showcase-box p {
  font-size: 14px;
}

.showcase-box img {
  margin: 45px auto;
}

.top-content .drop-shadow {
  box-shadow: 0 3px 3px -2px #999999;
  margin: 0;
  height: auto;
}

.wlp-text, .wli-text, .rs-text {
  display: none;
}

.wlp-arrow {
  background: url('images/wlp-arrow.png') bottom no-repeat;
  display: block;
  height: 0;
  left: -35px;
  position: absolute;
  top: -111px;
  width: 145px;
}

/* Animate the showcase box
----------------------------------------------------------------------------- */

.arrow-animate-wlp {
  -moz-animation: arrow-up-wlp 500ms forwards;
  -webkit-animation: arrow-up-wlp 500ms forwards;
  animation: arrow-up-wlp 500ms forwards;
}
@-moz-keyframes arrow-up-wlp {
  0% {
    height: 0;
    top: 147px;
  }
  100% {
    height: 258px;
    top: -111px;
  }
}
@-webkit-keyframes arrow-up-wlp {
  0% {
    height: 0;
    top: 147px;
  }
  100% {
    height: 258px;
    top: -111px;
  }
}
@keyframes arrow-up-wlp {
  0% {
    height: 0;
    top: 147px;
  }
  100% {
    height: 258px;
    top: -111px;
  }
}

.wli-arrow {
  background: url('images/wli-arrow.png') bottom no-repeat;
  display: block;
  height: 0;
  left: 150px;
  position: absolute;
  top: -71px;
  width: 13px;
}

.arrow-animate-wli {
  -moz-animation: arrow-up-wli 500ms forwards;
  -webkit-animation: arrow-up-wli 500ms forwards;
  animation: arrow-up-wli 500ms forwards;
}
@-moz-keyframes arrow-up-wli {
  0% {
    height: 0;
    top: 14px;
  }
  100% {
    height: 85px;
    top: -71px;
  }
}
@-webkit-keyframes arrow-up-wli {
  0% {
    height: 0;
    top: 14px;
  }
  100% {
    height: 85px;
    top: -71px;
  }
}
@keyframes arrow-up-wli {
  0% {
    height: 0;
    top: 14px;
  }
  100% {
    height: 85px;
    top: -71px;
  }
}

.rs-arrow {
  background: url('images/rs-arrow.png') bottom no-repeat;
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: -35px;
  top: -127px;
  width: 148px;
}

.arrow-animate-rs {
  -moz-animation: arrow-up 500ms forwards;
  -webkit-animation: arrow-up 500ms forwards;
  animation: arrow-up 500ms forwards;
}
@-moz-keyframes arrow-up {
  0% {
    height: 0;
    top: 135px;
  }
  100% {
    height: 262px;
    top: -127px;
  }
}

@-webkit-keyframes arrow-up {
  0% {
    height: 0;
    top: 135px;
  }
  100% {
    height: 262px;
    top: -127px;
  }
}

@keyframes arrow-up {
  0% {
    height: 0;
    top: 135px;
  }
  100% {
    height: 262px;
    top: -127px;
  }
}

/* Home page
----------------------------------------------------------------------------- */
.home #content {
    display: none;
}

/* Responsive
----------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
    .navbar-nav > li > a {
        font-size: .75rem;
        padding: 32px 8px;
    }
    .navbar-nav > li > a:hover,
    .nav > li > a:hover, .nav > li > a:focus {
        background: none;
        border-bottom: 3px solid #99cc00;
        color: #fff;
        padding: 32px 8px 29px;
    }
}

@media screen and (max-width: 991px) {
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin: 24px 0;
    }

    .navbar-toggle .icon-bar {
        background: #222d31;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-nav {
        background: #3d4548;
        margin: 0;
        padding: 0;
    }
    .navbar-nav > li > a,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:hover,
    .nav > li > a:hover, .nav > li > a:focus {
        font-size: .875rem;
        padding: 15px;
        border: none;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
    .navbar-nav > li > a:hover {
        color: #99cc00;
    }
    .navbar-fixed-top .container {
        padding: 0;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
  .top-content .drop-shadow {
    margin-bottom: 30px;
  }
  .showcase-box img {
    max-width: 75%;
  }
  .showcase-box h2 {
    font-size: 20px;
  }
  form.newsletter-form input {
    width: 134px;
  }
  #author-bio .img-thumbnail,
  #guest-bio .img-thumbnail {
    display: block;
    margin: 0 auto 35px auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .rwd-line {
        display: inline;
    }
    .nav-holder {
        text-align: center;
    }

    .nav-holder .pull-right {
        float: none !important;
    }

    .main-nav {
        width: auto;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .rwd-line {
        display: inline;
    }
  .jumbotron h1,
  .wlp-arrow, .wli-arrow, .rs-arrow {
    display: none;
  }
  .top-nav-bg {
    background: none;
    height: auto;
  }

.page-header {
        text-align: center;
    }
    .navbar-form {
        margin-left: -15px;
        margin-right: -15px;
    }
    .form-control {
        width: auto;
    }
    .navbar-toggle {
        margin: 24px 15px 0 0;
    }

  .carousel-inner .drop-shadow {
    margin: 0 15px;
  }
  .showcase-image {
    padding: 20px 0;
  }
  .badge-desc {
    margin: 0 0 20px;
  }
  #footer-widgets .newsletter-form {
    float: none!important;
  }
  form.newsletter-form input {
    float: left;
    width: 180px;
  }
  #footer-widgets {
    padding: 20px 0 0;
  }
  #footer-widgets h4 {
    margin: 15px 0;
  }
}

/* Section
----------------------------------------------------------------------------- */
.element {
    color: #000;
}

/* Sub-section
------------------------------------- */
.sub-element {
    color: #fff;
}