/**
 * Theme Name: Book
 * Theme URI: http://themeforest.net/user/XpeedStudio/portfolio
 * Description: A clean book WordPress themes.
 * Version: 1.0
 * Author: XpeedStudio
 * Author URI: http://themeforest.net/user/XpeedStudio/portfolio
 * Text Domain: fw
 */

/******************************************
Table of Contents

01. General
02. Preloader
03. Intro
04. Header
05. Features
06. Count
07. Call to Action
08. Reviews
09. Subscribe
10. Pricing
11. Author
12. Twitter
13. Map
14. Contact Form
15. Footer
16. Scroll to Top
17. Blog
18. Utility
19. Responsive
 
 
******************************************/



/* ****************************************
   General
** ***************************************/
:root{
    font-size: 16px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.6;
    color: #545252
}
#preloader { background: #fff; position: fixed; top: 0; right: 0; bottom: 0;left: 0;z-index: 99999;display: block;}
h1{
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}
a {
    color: #3498db;
}
a:hover,
a:focus {
    color: #2980b9;
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
strong {
    font-weight: 600;
}
.none {
    display: none;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    max-width: 100%;
    overflow: hidden;
}
.btn {
    display: inline-block;
    background: #3498db;
    border-radius: 64px;
    color: #fff;
    border: 1px solid #3498db;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 400;
    text-transform: uppercase;
}


/* ****************************************
   Preloader
** ***************************************/
.spinner {
    margin: 23% auto;
    width: 50px;
    height: 50px;
    position: relative;
}
.container1 > div,
.container2 > div,
.container3 > div {
    width: 10px;
    height: 10px;
    background-color: #aaa;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.circle1 {
    top: 0;
    left: 0;
}
.circle2 {
    top: 0;
    right: 0;
}
.circle3 {
    right: 0;
    bottom: 0;
}
.circle4 {
    left: 0;
    bottom: 0;
}
.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}




/* ****************************************
   Intro
** ***************************************/
.logo {
    margin-bottom: 1.5em;
    text-align: center;
}
.welcome-message {
    margin: 0 0 3em;
}
.hero h1 {
    font-size: 41px;
    font-weight: 400;
    color: #333;
    line-height: 1.25;
}
.hero h2 {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    font-weight: 300;
}
.btn i {
    padding-left: 1em;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 400;
}
.btn:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.btn.btn-default {
    background-color: transparent;
}
.btn-primary {
    color: #fff;
}
.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #2980b9;
    border-color: #2980b9;
}
.hollow {
    color: #fff!important;
}
.book-cover {
    margin-top: 3em;
}


/* ****************************************
   Header
** ***************************************/
.navbar-default .navbar-nav > li > a.btn {
    text-transform: capitalize;
    color: #fff;
    padding: .75em 2em;
    transition: all .3s linear;
    margin-top: 3px;
}

.navbar-default .navbar-nav > li > a.button {
    text-transform: capitalize;
    color: #fff;
    padding: .75em 2em;
    transition: all .3s linear;
}
.navbar-default .navbar-nav > li > a.button:hover,
.navbar-default .navbar-nav > li > a.button:focus {
    color: #3498db;
}
.navbar-default {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: none;
}
a.btn.btn-primary.hollow:focus {
    color: inherit!important;
}
.stick {
    display: block!important;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 2px 0px rgba(51, 51, 51, 0.23);
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}
.navbar-default {
    padding: 1.2em 0;
    min-height: 50px;
    font-size: 16px;
    font-weight: 400;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}
.nav-logo {
    padding: 0;
    height: 50px;
}
.nav-logo img {
    max-height: 50px;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


/* ****************************************
   General
** ***************************************/
.features.section-spacing {
    padding: 4.5em 0 2.25em;
}
.section-header h2,
.section-header h2 {
    font-size: 34px;
    margin-top: 0;
    color: #333;
    font-weight: 400;
}
.section-header .fw-special-subtitle {
    font-size: 20px;
    color: #555;
    margin: 0;
    line-height: 1.35;
}
.section-header.heading-spacing {
    margin-bottom: 3em!important;
}
.section-header.heading-min-spacing {
    margin-bottom: 1.5em!important;
}
.features h4 {
    color: #666;
    position: relative;
    margin-top: 1.5em;
    font-weight: 400;
}
.features hr {
    background: #3498db;
    border: none;
    height: 1px;
    width: 20%;
}
.features-icon .fa {
    font-size: 72px;
    color: #3498db;
}


/* ****************************************
   Count
** ***************************************/
.section-spacing {
    padding: 4.5em 0;
}
.default-bg {
    background: #3498db;
    color: #fff;
}
.default-bg p {
    color: #fff;
}
.counter h3 {
    font-weight: 400;
}
.counter p {
    margin-bottom: 0;
    color: #fff;
}
.counter div[class^="col-"]:nth-child(1),
.counter div[class^="col-"]:nth-child(2) {
    padding-bottom: 1.5em;
}



/* ****************************************
   Call to Action
** ***************************************/
.fw-call-to-action {
    border: 1px solid #3498db;
    border-radius: 3px;
    width: 100%;
}
.fw-call-to-action h3 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 1em;
}
.fw-call-to-action .btn {
    color: #fff!important;
    border-color: #fff!important;
    padding-right: 5em;
    padding-left: 5em;
}
.buy-now {
    padding: 4.5em 0;
    background: #3498db;
}
.buy-now .button.buy {
    color: #fff;
    border: 1px solid #fff;
    padding: 1.125em 4em;
}
.buy-now .button.buy:hover {
    box-shadow: 0 0 0 1px #fff;
}


/* ****************************************
   Reviews
** ***************************************/
.btn-send {
    padding-right: 5em;
    padding-left: 5em;
}
.reviews,
.prices,
.twitter-feed,
.site-footer {
    background: #F7F7F7;
}
.testimonials-author-rating {
    margin: 10px 0 0 0;
}

.reviews h2 {
    margin-bottom: 24px;
}
.reviews figure {
    margin: .75em 0;
}
.review-slider {
    margin-bottom: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    color: #3498db;
    opacity: .6;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
blockquote {
    font-size: 18px;
    border-left: none;
    margin: 0;
    padding: 24px;
    position: relative;
}
/*blockquote P {*/
    /*color: #555;*/
/*}*/
.slick-slide span {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 1em;
}
blockquote .fa-quote-left,
blockquote .fa-quote-right {
    position: absolute;
    color: #E4E4E4;
    font-size: 1em;
}
blockquote .fa-quote-left {
    left: 2px;
    top: 0;
}
blockquote .fa-quote-right {
    right: 2px;
    bottom: 0;
}
.reviews img {
    margin-bottom: .75em;
}
.reviews figure h4 {
    font-weight: 400;
}
.reviews figure p {
    margin-bottom: 0;
    font-style: italic;
}


/* ****************************************
   Subscribe
** ***************************************/
.form-control::-webkit-input-placeholder {
    color: #ABABAB;
    font-weight: 300;
}
.form-control:-moz-placeholder {
    color: #ABABAB;
    font-weight: 300;
}
.form-control::-moz-placeholder {
    color: #ABABAB;
    font-weight: 300;
}
.form-control:-ms-input-placeholder {
    color: #ABABAB;
    font-weight: 300;
}
.mc-form {
    margin-top: 3em;
}
.mc-form input,
.contact-form .form-control {
    margin-bottom: 1.5em;
}
.mc-form > div {
    position: relative;
}
.mc-form i[class*="fa-user"],
.mc-form i[class*="fa-envelope"] {
    position: absolute;
    right: 1em;
    color: #3498db;
}
.mc-form i[class*="first-name-i"],
.mc-form i[class*="last-name-i"],
.mc-form i[class*="fa-envelope"] {
    top: 19px;
}
.form-control {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    height: 50px;
    font-weight: 300;
    padding: 6px 40px 6px 16px;
}
.form-control:focus {
    border-color: #CECECE;
    outline: 0;
    box-shadow: none;
}
.btn:active:focus,
.btn-default:focus,
.btn:focus,
.btn-default:active {
    outline: none;
}
.sub-form .btn {
    width: 100%;
}
.result {
    margin: 1.5em 0 0;
}
.sub-form-success,
.sub-form-error,
.success-cf p,
.error-cf p {
    padding: 0.75em;
    margin-bottom: 0;
    border-radius: 4px;
}
.sub-form-success,
.success-cf p {
    background: #dff0d8;
    color: #3c763d;
    border: 1px solid rgba(60, 118, 61, 0.18);
}
.sub-form-error,
.error-cf p {
    background: #F1D7D7;
    color: #A95252;
    border: 1px solid rgba(169, 82, 82, 0.18);
}
.sub-form-success i,
.sub-form-error i,
.success-cf i,
.error-cf i {
    padding-right: .5em;
}


/* ****************************************
   Pricing
** ***************************************/
.section-spacing.prices {
    padding: 4.5em 0 1.5em;
}
.plan {
    border: 1px solid #ddd;
    margin-bottom: 3em;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: #fff;
}
.plan:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 3px 0 #ddd;
}
.plan .header {
    background: #3498db;
    color: #fff;
    padding: .75em 1em;
}
.highlight-col .plan .header {
    background: #2980b9;
}
.plan .header h4 {
    font-weight: 600;
}
.currency {
    font-size: 20px;
    vertical-align: top;
    position: relative;
    left: -6px;
    font-weight: 400;
}
.price {
    font-size: 34px;
    font-weight: 600;
}
.period {
    font-size: 16px;
    position: relative;
    left: 6px;
    font-weight: 400;
    text-transform: lowercase;
}
.plan-features {
    padding: 0.75em 2.25em 1.5em;
    text-align: left;
}
.plan-features li i {
    text-align: right;
    float: right;
}
.plan-features li {
    border-bottom: 1px dotted #ddd;
    padding: 12px 0;
    color: #888;
}
.buy-button {
    padding: 0 1.5em 1.5em;
}
.buy-button .button {
    background: #fff;
    color: #3498db;
}


/* ****************************************
   Author
** ***************************************/
.author {
    text-align: center;
}
img.author-img {
    border-radius: 4px;
    margin-bottom: 3em;
}
.fw-title {
    margin-top: 0;
    font-weight: 700;
    color: #3498db;
    text-align: left;
}
.signature {
    margin: .75em 0;
}
.author .social {
    margin-top: 1.5em;
}
.social li {
    display: inline-block;
    padding-right: .8em;
    text-align: center;
}
.social li:last-child {
    padding-right: 0;
}
.fw-inline-icon-warper {
    margin-top: 1.5em;
    text-align: left;
}
a.inline-icon {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    background: #3498db;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
a.inline-icon:hover {
    color: #fff;
    background: #2980b9;
}
.social li a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    background: #3498db;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.social li a:hover {
    color: #fff;
    background: #2980b9;
}




/* ****************************************
   Twitter
** ***************************************/
.center-block {
    float: none;
}
.twitter-feed h2 {
    margin: 0;
}
.twitter-icon .fa-twitter {
    color: #3498db;
    padding: 24px 0 12px;
    font-size: 3em;
}
.tweet {
    font-size: 18px;
}



/* ****************************************
   Map
** ***************************************/
#map-canvas {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 30em;
}
#map-canvas img {
    max-width: none;
}
.address {
    padding: 3em 0;
}
.fw-iconbox i {
    color: #3498db;
    display: block;
    font-size: 3em;
}
.address p {
    margin-bottom: 0;
}
.address li {
    padding-bottom: 1.5em;
}
.address li:last-child {
    padding-bottom: 0;
}

/* ****************************************
   Contact
** ***************************************/
.contact.section-spacing {
    padding: 4.5em 0 0;
}
.contact-form label.error {
    margin-bottom: 1.5em;
    font-weight: 300;
    color: #ea5050;
}
.contact .btn-default {
    width: 100%;
}

.contact-form label.error i {
    padding-right: 8px;
}
.success-cf,
.error-cf {
    display: none;
}
.contact-form .success-cf p,
.contact-form .error-cf p {
    position: absolute;
    display: block;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    width: 80%;
    margin: 0 auto;
}
.contact-form .form-control.error {
    border-color: #E7BEBE;
    color: #D95C5C;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: .3em 0 0 0 #D95C5C inset;
    margin-bottom: .75em;
}
.contact-form .form-control.error:focus {
    border-color: #ff5050;
    color: #ff5050;
    box-shadow: .3em 0 0 0 #FF5050 inset;
}
.contact-form .valid {
    border-color: #2ecc71;
}


/* ****************************************
   Footer
** ***************************************/
.site-footer.section-spacing {
    padding: 4.5em 0;
}
.site-footer small {
    margin: 1.5em 0 .75em;
    display: inline-block;
    color: #888;
}
.site-footer .social li a {
    background: transparent;
    color: #3498db;
    border: 1px solid #3498db;
}
.site-footer .social li a:hover {
    color: #fff;
    background: #2980b9;
    border: 1px solid #2980b9;
}
.modal-header {
    background: #3498db;
    position: relative;
    min-height: 0;
    padding: 1.5em 1em;
}
.modal-title {
    color: #FFF;
    font-weight: 700;
}
button.close {
    color: #3498db;
    opacity: 1;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    position: absolute;
    right: 16px;
}
.close:hover,
.close:focus {
    color: #2980b9;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    outline: none;
}
.modal-body {
    padding: 1.5em;
}
#menu-footer li {
    display: inline-block;
    margin: 0;
    position: relative;
}
#menu-footer li:before {
    content: "|";
    margin: 0 5px 0 1px;
}
#menu-footer li:first-child:before {
    display: none;
}



/* ****************************************
   Scroll to Top
** ***************************************/
.scroll-top {
    margin-bottom: 0;
}
.scroll-top a {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff!important;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: .8em 1em;
    display: none;
    z-index: 200;
    border-radius: 50%;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
}
.scroll-top a:hover {
    background: #3498db;
}


/* ****************************************
   Blog
** ***************************************/
.entry-thumbnail {
    margin-bottom: 25px;
}
.archive-content {
    margin-bottom: 50px;
}
.main-content .archive-content:last-child {
    margin-bottom: 0;
}
.learn-more {
    margin-bottom: .75em;
}
.panel-default>.panel-heading a {
    color: #fff!important;
}
.panel-default>.panel-heading {
    border-color: #3498db;
    background-color: #3498db;
    color: #fff!important;
}
.panel-default {
    border-color: #3498db;
}
.panel-body {
    text-align: justify;
}
.describe-panel {
    margin-bottom: 5px;
}
.fw-list ul,
.fw-list ol {
    text-align: left;
}
.widget {
    font-size: 15px;
    margin-bottom: 30px;
}
.widget-title {
    font-weight: bold;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}
.widget-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #3498db;
    width: 40%;
}
.widget li {
    padding-bottom: 10px;
}
.widget_calendar table td,
.widget_calendar table th {
    border: 1px solid #EDEDED;
}
.widget_calendar caption {
    font-weight: bold;
    border-bottom: 2px solid #EDEDED;
    padding-bottom: 10px;
}
.widget_pages li .children,
.widget_nav_menu li .sub-menu {
    margin-left: 15px;
    padding-left: 0;
}
.widget_rss li {
    margin-bottom: 20px;
}
.widget_rss .rss-date {
    display: block;
    font-size: 85%;
    margin-bottom: 7px;
}
.tagcloud {
    padding: 1.5rem 0 0;
}
.tagcloud a {
    display: inline-block;
    font-size: 0.85em !important;
    padding: 0.5em 1em;
    background: #f7f7f7;
    margin: 0 0.4em 0.8em 0;
    color: #999;
}
.tagcloud a:hover,
.tagcloud a:hover:before {
    color: #515151;
}
.tagcloud a:before {
    content: '\f02b';
    font-family: FontAwesome;
    color: #c0c0c0;
    margin-right: 0.5em;
}
.default-color {
    color: #3498db;
}
.page-links a {
    border: 1px solid #3498db;
    padding: 3px 8px;
    border-radius: 4px;
}
#searchform .submit {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -5px;
}
#searchform .input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.entry-header h2 {
    margin-top: -5px;
    line-height: 1;
}
.archive-content article {
    margin-bottom: .75em;
    padding-top: 3em;
    border-top: 2px solid #ddd;
}
.page-header .meta-featured-post.default-bg {
    color: #FF4200;
    background-color: #fff;
}
.archive-content .entry-header {
    margin-bottom: 1em;
}
.archive-content .entry-thumbnail {
    margin-bottom: 25px;
    margin-top: 15px;
}
.archive-content:first-child article {
    border-top: none;
    padding-top: 0;
}
.archive-content:first-child .entry-thumbnail {
    margin-top: 0;
}
.archive-content .entry-content {
    margin: 0;
}
.fw-accordion .panel-title {
    text-align: left;
}
.recent-blog {
    border: 1px solid #EDEDED;
    padding-bottom: 25px;
}
.recent-blog .blog-heading {
    margin-top: 0;
}
.entry-meta {
    margin: 0!important;
    padding: 0!important;
}
.entry-thumbnail.recent-thumb {
    margin-bottom: 10px;
}
.recent-blog .entry-content {
    margin-top: 0;
    margin-bottom: 35px;
    padding: 5px 10px;
}
.recent-read-more a {
    text-transform: capitalize;
    color: #fff;
    padding: .75em 2em;
    transition: all .3s linear;
    margin-top: 25px;
    border-radius: 25px;
}
.recent-read-more a:hover {
    background-color: transparent;
    border: 2px solid #EDEDED
}
.tab-content {
    text-align: left;
}
.fw-tabs-left .tab-content {
    padding-left: 15px;
}
.fw-tabs-top .tab-content {
    padding-top: 15px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
}



/* ****************************************
   Utility
** ***************************************/
.page-header {
    padding-bottom: 11px;
    margin: 88px 0 24px;
    border-bottom: 1px solid #eee;
    background-color: #ddd;
    width: 100%;
    min-height: 150px;
    padding-top: 30px;
}
.page-header,
.page-header h1,
.page-header a {
    color: #fff;
}
.breadcrumbs .last-item {
    font-weight: bold;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
    text-decoration: underline;
    color: #fff;
}
.breadcrumbs.list-inline>li {
    margin-right: 10px;
}
.main-content {
    margin-bottom: 15px;
}
.meta-featured-post {
    margin-left: 5px;
    border-radius: 4px;
}
.testimonials {
}
.fw-pricing .fw-default-row {
    border-bottom: 1px dotted #ddd;
    color: #888;
    padding: .75em 2.25em;
    text-align: left;
    min-height:44px;
}
.no-margin {
    margin: 0!important;
}
.fw-pricing .fw-price-icon {
    text-align: right;
    float: right;
    margin-top:4px;
}
.fw-pricing .fw-button-row {
    padding: 1em;
}
.fw-pricing .fw-pricing-max-limit {
    margin-top: 1em;
}
a i.pull-right,
a span.pull-right {
    margin-top: 0.25em;
}
a.btn-lg i.pull-right,
a.btn-lg span.pull-right {
    margin-top: 0.07em;
}
.min-spacing {
    padding: 4.5em 0;
}
.fw_form_fw_form .fw-row {
    margin-bottom: 0;
}
.no-padding {
    padding: 0!important;
}
.hero section {
    margin: 0!important;
    padding: 0;
}
.hero section>div>.fw-container {
    padding-top: 3em;
    padding-bottom: 6em;
    text-align: left;
}
.hero .fw-heading {
    text-align: left;
}
.btn-inline {
    display: inline-block;
    margin-right: 1em;
}
.hero .btn-inline {
    margin-bottom: 1.5em;
}
.entry-content,
.comments-area {
    line-height: 25px;
}
.entry-content p,
.comments-area p {
    margin: 0 0 24px;
}
.entry-content ul,
.comments-area ul {
    list-style-type: square ! important;
    list-style: square !important;
}
.entry-content ol,
.comments-area ol {
    margin-left: 20px;
    padding-left: 10px;
}
.widget li ul,
.widget li ol {
    margin-left: 20px;
    padding-left: 10px;
}
.entry-content li ul {
    margin-left: 20px;
}
.entry-content blockquote,
.comments-area blockquote {
    border-left: 5px solid #eee;
}
.entry-content table td,
.entry-content table th,
.comments-area table th,
.comments-area table td {
    border: 1px solid #EDEDED
}
.entry-content dd,
.comments-area dd {
    margin: 0 0 20px;
}


/* ****************************************
   Responsive
** ***************************************/
@media (min-width: 768px) {
    .logo {
        text-align: inherit;
    }
    .hero h1 {
        font-size: 48px;
        line-height: 1.35;
    }
    .section-header .fw-special-subtitle {
        font-size: 21px;
    }
    .button {
        width: auto;
    }
    .learn-more {
        margin-right: 1em;
        margin-bottom: 0;
    }
    .counter div[class^="col-"]:nth-child(1),
    .counter div[class^="col-"]:nth-child(2) {
        padding-bottom: 0;
    }
    blockquote {
        font-size: 22px;
    }
    .buy-now .button.buy {
        padding: 1.125em 6em;
    }
    .address li {
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .logo {
        margin-bottom: 3em;
    }
    .book-cover {
        margin-top: 0;
    }
    .hero h1 {
        font-size: 73.981px;
        font-weight: 700;
        line-height: 1.17;
    }
    .hero h2 {
        font-size: 20.25px;
    }
    .welcome-message {
        margin: 4.5em 0 3em;
    }
    .section-spacing,
    .section-spacing.prices {
        padding: 6em 0;
    }
    .features.section-spacing {
        padding: 6em 0 3.75em;
    }
    .reviews.section-spacing {
        padding: 6em 0 9em;
    }
    blockquote .fa-quote-left,
    blockquote .fa-quote-right {
        font-size: 1.5em;
    }
    blockquote .fa-quote-left {
        left: -50px;
    }
    blockquote .fa-quote-right {
        right: -50px;
    }
    .mc-form {
        margin-top: 6em;
    }
    .plan {
        margin-bottom: 0;
    }
    .author {
        text-align: left;
    }
    img.author-img {
        margin-bottom: 0;
    }
    .contact.section-spacing {
        padding: 6em 0 0;
    }
    .contact .btn-default {
        width: auto;
        padding: 12px 5em;
    }
    #preloader {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1203px) {
    .action-button a {
        width: 90%;
    }
    .learn-more {
        margin-right: 0;
        margin-bottom: .75em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {} @media (max-width: 767px) {
    .contact-2 .fw-row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
}


.fw-flash-message {
    background: #8BC34A;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}



/*  Add Woocommerce
================================================== */
.wooshop .page-title {
    display: none;
}
.woocommerce .woocommerce-ordering select {
    margin-bottom: 12px;
    border: 1px solid #eee
}
.woocommerce .woocommerce-result-count {
    margin-top: 12px;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
}
.woocommerce-cart .page-main-content,
.woocommerce-checkout .page-main-content,
.woocommerce-account .page-main-content {
    margin-top: 20px;
    margin-bottom: 50px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0 0 10px;
    line-height: 1.4;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    margin-top: 0;
    position: absolute;
        top: 120px;
    left: 75px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0;
    transition: 400ms;
    font-weight: 400;
    opacity: 0;
    line-height: 1.4;
}
.woocommerce ul.products li.product .added_to_cart {
    right: 0;
    left: auto;
}
.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .added_to_cart {
    opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    transition: 400ms;
        transition: 400ms;
    font-weight: 600;
    text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px 20px;
    background: #f2f2f2;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin: 0 2px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
button:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.woocommerce div.product form.cart .button {
    border-radius: 0;
    padding: 14px 20px;
    font-weight: 400;
}
.woocommerce .quantity .qty {
    width: 80px;
    height: 44px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}
.woo-xs-content{padding: 100px 0;}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    flex: 48%;
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    flex: 48%;
    max-width: 48%;
}
.woocommerce form .form-row label{width: 100%}
.woocommerce-input-wrapper{width: 100%}
.woocommerce form .form-row input.input-text{
    height: 45px;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 3px solid #e2e2e2;
    color: #807f79;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e2e2e2;
    line-height: .8;
    list-style: outside none none;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 20px 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
    border: 0;
}

.woocommerce .my_account_orders.account-orders-table > thead tr th {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #afafaf;
    text-transform: uppercase;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin-bottom: 0;
}

.woocommerce-customer-details address {
    line-height: 35px;
}
/*Woocommerce end*/

.woopage-header.page-header{
        min-height: 90px;
}