/* 9.2.5 Name
---------------------------------------------------------------------------*/
.member-name h1 {
    width: 100%;
    color: #f1c40f;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 9.2.6 Title
---------------------------------------------------------------------------*/
.member-title h2 {
    width: 100%;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
}

/* 9.2.7 Hover
---------------------------------------------------------------------------*/
.member-overlayer a:hover {
    color: #f1c40f;

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}
.member-item:hover .member-overlayer ul { opacity: 1; }
.member-item:hover .member-overlayer { background-color: rgba(0, 0, 0, 0.3); }

/* 9.2.8 Arrows
---------------------------------------------------------------------------*/
.team-prev {
    z-index: 9;
    float: left;
    position: relative;
    margin-left: -150px;
}
.team-next {
    z-index: 9;
    float: right;
    position: relative;
    margin-left: 175px;
}




/* ==========================================================================
   10. Pricing Section
========================================================================== */
/* 10.1 Wrapper
---------------------------------------------------------------------------*/
#pricing-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 59px;
    background: url(../images/bg.png);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#pricing-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}

/* 10.2 Pricing Table
---------------------------------------------------------------------------*/
/* 10.2.1 Wrapper
---------------------------------------------------------------------------*/
.pricing-table {
    padding-top: 17px;
    margin: 0 auto 43px;
}

/* 10.2.2 Circle
---------------------------------------------------------------------------*/
.circle {

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* 10.2.3 Front
---------------------------------------------------------------------------*/
.front,
.back {
    
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

/* 10.2.3.1 Title
---------------------------------------------------------------------------*/
.title {
    color: #2c3e50;
    font-size: 30px;
    text-align: center;
    padding: 42px 10px 28px;
    text-transform: uppercase;
}

/* 10.2.3.2 Price
---------------------------------------------------------------------------*/
.price { margin-bottom: 23px; }
.price span {
    font-weight: 600;
    line-height: 0.7;
    vertical-align: top;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.currency,
.end {
    font-size: 40px;
    line-height: 40px !important;
}
.price .total { font-size: 90px; }

/* 10.2.3.3 Description
---------------------------------------------------------------------------*/
.front .description {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    margin-top: 15px;
    border-right: 2px solid #f1c40f;
}

/* 10.2.4 Back
---------------------------------------------------------------------------*/
.tinfo {
    opacity: 0;
    position: absolute;
    background-color: #2c3e50;
    -webkit-backface-visibility: hidden;

    -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
       -moz-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
         -o-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 10.2.4.1 Title
---------------------------------------------------------------------------*/
.back .title { color: #ffffff; }

/* 10.2.4.2 Description
---------------------------------------------------------------------------*/
.back .description ul {
    width: 70%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.back .description ul li {
    display: block;
    color: #ffffff;
    text-align: center;
}
.back .description ul li i { margin-right: 5px; }

/* 10.3 Popular Table
---------------------------------------------------------------------------*/
.popular {
    top: 0;
    left: 0;
    opacity: 0;
    color: #2c3e50;
    font-size: 30px;
    position: absolute;
}

/* 10.4 Button
---------------------------------------------------------------------------*/
.circle .btn-nesto { margin-top: 30px; }

/* 10.5 Hover
---------------------------------------------------------------------------*/
.pricing-table:hover .front {
    opacity: 1;

    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.pricing-table:hover .tinfo {
    opacity: 1;

    -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
       -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
         -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.pricing-table:hover .front-popular {
    -webkit-border-radius: 10% 50% 50% 50% !important;
       -moz-border-radius: 10% 50% 50% 50% !important;
         -o-border-radius: 10% 50% 50% 50% !important;
            border-radius: 10% 50% 50% 50% !important;
}
.pricing-table:hover .popular {
    opacity: 1;

    -webkit-animation: popularAnim 0.7s 1;
       -moz-animation: popularAnim 0.7s 1;
         -o-animation: popularAnim 0.7s 1;
            animation: popularAnim 0.7s 1;
}




/* ==========================================================================
   11. Clients Section
========================================================================== */
/* 11.1 Wrapper
---------------------------------------------------------------------------*/
#clients-section {
    margin: 0;
    width: 100%;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/clients-section.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#clients-section .container { overflow: visible; }
#clients-section-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 103px 0 143px;
}
#clients-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #2c3e50;
}

/* 11.2 Item
---------------------------------------------------------------------------*/
/* 11.2.1 Container
---------------------------------------------------------------------------*/
.client-item-container {
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px;
    text-align: center;
    position: relative;
}
.client-item-container:before {
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    color: #f1c40f;
    font-size: 24px;
    content: '\f10e';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}
.client-item-container:after {
    bottom: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    color: #f1c40f;
    font-size: 24px;
    content: '\f10d';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}

/* 11.2.2 Profile
---------------------------------------------------------------------------*/
.client-profile {
    text-align: center;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
}

/* 11.2.3 Image
---------------------------------------------------------------------------*/
.client-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.client-img:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 8px solid rgba(0, 0, 0, 0.4);
       -moz-border: 8px solid rgba(0, 0, 0, 0.4);
         -o-border: 8px solid rgba(0, 0, 0, 0.4);
            border: 8px solid rgba(0, 0, 0, 0.4);
}
.client-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

/* 11.2.4 Name
---------------------------------------------------------------------------*/
.client-name {
    width: 100%;
    color: #f1c40f;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 11.2.5 Quote
---------------------------------------------------------------------------*/
.client-quote {
    width: 100%;
    position: relative;
}
.client-quote p {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
}
.client-quote p:last-child { margin-bottom: 0; }

/* 11.3 Slider
---------------------------------------------------------------------------*/
/* 11.3.1 Wrapper11.3.2 Controls
---------------------------------------------------------------------------*/
.owl-clients {
    width: 100%;
    padding: 0 15px;
}

/* 11.3.2 Controls
---------------------------------------------------------------------------*/
.owl-clients .owl-controls {
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 55;
    margin-top: 20px;
    position: absolute;
    text-align: center;
}
.owl-clients .owl-controls .owl-page span {
    opacity: 1;
    margin: 5px;
    width: 15px;
    height: 15px;
    background: #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.owl-clients .owl-page.active span,
.owl-clients .owl-page span:hover { background: #f1c40f; }




/* ==========================================================================
   12. FAQ Section
========================================================================== */
/* 12.1 Wrapper
---------------------------------------------------------------------------*/
#faq-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 68px;
    background-color: #ffffff;
}
#faq-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}

/* 12.2 Block
---------------------------------------------------------------------------*/
.faq-block {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 35px;
}

/* 12.3 Block Left
---------------------------------------------------------------------------*/
.faq-block.left .number { margin: 0 0 13px 8px; }
.faq-block.left .content { text-align: left; }
.faq-block.left .content:before {
    top: -16px;
    left: 16px;
}
.faq-block.left .content:after {
    top: -12px;
    left: 18px;
}

/* 12.4 Block Right
---------------------------------------------------------------------------*/
.faq-block.right .number { margin: 0 8px 13px auto; }
.faq-block.right .content { text-align: right; }
.faq-block.right .content:before {
    top: -16px;
    right: 16px;
}
.faq-block.right .content:after {
    top: -12px;
    right: 18px;
}

/* 12.5 Number
---------------------------------------------------------------------------*/
.faq-block .number {
    width: 50px;
    height: 50px;
    display: block;
    color: #2c3e50;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    background-color: #efc20e;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;
}

/* 12.6 Content
---------------------------------------------------------------------------*/
.faq-block .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 18px 20px 8px;
    background-color: #2c3e50;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;
}
.faq-block .content:before {
	width: 0;
	height: 0;
    content: '';
    position: absolute;

    -webkit-border-bottom: 15px solid #2c3e50;
       -moz-border-bottom: 15px solid #2c3e50;
         -o-border-bottom: 15px solid #2c3e50;
            border-bottom: 15px solid #2c3e50;

	-webkit-border-left: 15px solid transparent;
       -moz-border-left: 15px solid transparent;
         -o-border-left: 15px solid transparent;
            border-left: 15px solid transparent;

    -webkit-border-right: 15px solid transparent;
       -moz-border-right: 15px solid transparent;
         -o-border-right: 15px solid transparent;
            border-right: 15px solid transparent;
}
.faq-block .content:after {
	width: 0;
	height: 0;
    content: '';
    position: absolute;

    -webkit-border-bottom: 13px solid #2c3e50;
       -moz-border-bottom: 13px solid #2c3e50;
         -o-border-bottom: 13px solid #2c3e50;
            border-bottom: 13px solid #2c3e50;

	-webkit-border-left: 13px solid transparent;
       -moz-border-left: 13px solid transparent;
         -o-border-left: 13px solid transparent;
            border-left: 13px solid transparent;

    -webkit-border-right: 13px solid transparent;
       -moz-border-right: 13px solid transparent;
         -o-border-right: 13px solid transparent;
            border-right: 13px solid transparent;
}

/* 12.7 Quetsion
---------------------------------------------------------------------------*/
.faq-block .quetsion {
    width: 100%;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    margin: 0 auto 10px;
}

/* 12.8 Hover
---------------------------------------------------------------------------*/
.faq-block:hover .quetsion { color: #f1c40f; }
.faq-block:hover .number { background-color: #f1c40f; }
.faq-block:hover .content {
    color: #ffffff;
    background-color: #2c3e50;
}
.faq-block:hover .content:after {
    -webkit-border-bottom: 13px solid #2c3e50;
       -moz-border-bottom: 13px solid #2c3e50;
         -o-border-bottom: 13px solid #2c3e50;
            border-bottom: 13px solid #2c3e50;
}




/* ==========================================================================
   13. FunFacts Section
========================================================================== */
/* 13.1 Wrapper
---------------------------------------------------------------------------*/
#funfacts-section {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background: url(../images/bg.png)!important;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#funfacts-section .container { overflow: visible; }
#funfacts-section-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 22px 0 22px;
}
#funfacts-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
}

/* 13.2 funfact
---------------------------------------------------------------------------*/
/* 13.2.1 Wrapper
---------------------------------------------------------------------------*/
.funfact {
    max-width: 260px;
    text-align: center;
    margin: 0 auto 60px;
}

/* 13.2.2 Icon
---------------------------------------------------------------------------*/
.fun-icon {
    width: 100%;
    color: #ffffff;
    font-size: 80px;
    overflow: hidden;
    margin-bottom: 22px;
}

/* 13.2.3 Number
---------------------------------------------------------------------------*/
.fun-number {
    width: 100%;
    color: #f1c40f;
    font-size: 70px;
    overflow: hidden;
    line-height: 70px;
    margin-bottom: 25px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 13.2.4 Title
---------------------------------------------------------------------------*/
.fun-title {
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}




/* ==========================================================================
   14. Contact Section
========================================================================== */
/* 14.1 Wrapper
---------------------------------------------------------------------------*/
#contact-section {
    margin: 0;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
}
#contact-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}

/* 14.2 Form
---------------------------------------------------------------------------*/
/* 14.2.1 Wrapper
---------------------------------------------------------------------------*/
.contactForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.form-group {
    margin: 0;
    padding: 0;
}

/* 14.2.2 Textarea
---------------------------------------------------------------------------*/
.contactForm textarea {
	width: 100%;
    resize: none;
    margin: 0 auto 30px;
    height: 142px !important;
}

/* 14.2.3 form-control
---------------------------------------------------------------------------*/
.contactForm .form-control {
	width: 100%;
    height: 56px;
	padding: 17px;
    margin: 0 auto 30px;
	background-color: #ffffff;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;

    -webkit-border: 1px solid #4e4f52;
       -moz-border: 1px solid #4e4f52;
         -o-border: 1px solid #4e4f52;
            border: 1px solid #4e4f52;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.contactForm .form-control:hover,
.contactForm .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border: 2px solid #f1c40f;
       -moz-border: 2px solid #f1c40f;
         -o-border: 2px solid #f1c40f;
            border: 2px solid #f1c40f;
}

/* 14.2.4 Button
---------------------------------------------------------------------------*/
.contactForm button.submit {
    width: 100%;
    height: 56px;
    padding: 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    background-color: #2c3e50;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.contactForm .submit.active,
.contactForm .submit:active,
.contactForm .submit.focus,
.contactForm .submit:focus,
.contactForm .submit:hover {
	    color: #fff;
    outline-width: 0;
    position: relative;
    background-color: #cea70c!important;
}

/* 14.2.5 error message
---------------------------------------------------------------------------*/
.error {
	top: 0;
    z-index: 2;
    float: right;
    color: #2c3e50;
    position: relative;
    margin: -69px 15px 0 0;
}
:-webkit-ui-invalid:not(output) { box-shadow: none; }
   :-moz-ui-invalid:not(output) { box-shadow: none; }
    :-ms-ui-invalid:not(output) { box-shadow: none; }
     :-o-ui-invalid:not(output) { box-shadow: none; }
         ui-invalid:not(output) { box-shadow: none; }

/* 14.2.6 Alert
---------------------------------------------------------------------------*/
.alert-nesto {
    color: #ffffff;
    background-color: #2c3e50;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#contact-section .alert.alert-nesto { margin-bottom: 30px; }
#contact-section .alert {
    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;
}




/* ==========================================================================
   15. Footer Section
========================================================================== */
/* 15.1 Wrapper
---------------------------------------------------------------------------*/
#footer-section {
    margin: 0;
    z-index: 1;
    width: 100%;
    color: #e5e5e5;
    position: relative;
    /* padding: 140px 0 20px; */
    background-color: #4e4f52;
    -webkit-border-bottom: 6px solid #f1c40f;
    -moz-border-bottom: 6px solid #f1c40f;
    -o-border-bottom: 6px solid #f1c40f;
    border-bottom: 6px solid #f1c40f;
}
#footer-section:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 1;
    position: absolute;
    background-color: #2c3e50;
}

/* 15.2 Anchor
---------------------------------------------------------------------------*/
#footer-section a {
    color: #f1c40f;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#footer-section a:hover { color: #ffffff; }


/* 15.3 Subscribtion
---------------------------------------------------------------------------*/
/* 15.3.1 Wrapper
---------------------------------------------------------------------------*/
#subscribe {
    top: 0;
    left: 50%;
    z-index: 2;
    width: 436px;
    padding: 15px;
    overflow: hidden;
    position: absolute;
    margin-left: -218px;
    background-color: #ffffff;

    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
         -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}

/* 15.3.2 Input
---------------------------------------------------------------------------*/
#subscribe .form-control {
	float: left;
    width: 301px;
    height: 42px;
    outline: none;
	padding: 10px 15px;
	background-color: #ffffff;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;

    -webkit-border-right: none;
       -moz-border-right: none;
         -o-border-right: none;
            border-right: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
         -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#subscribe .form-control:hover,
#subscribe .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}

/* 15.3.3 Submit
---------------------------------------------------------------------------*/
#subscribe button.submit {
    width: 105px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 16px;
    background-color: #2c3e50;

    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;

    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
         -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#subscribe .submit.active,
#subscribe .submit:active,
#subscribe .submit.focus,
#subscribe .submit:focus,
#subscribe .submit:hover {
	color: #2c3e50;
    outline-width: 0;
    background-color: #f1c40f;
}

/* 15.3.4 Success & Error
---------------------------------------------------------------------------*/
.ssuccess,
.serror {
    top: 24px;
    right: 130px;
    color: #2c3e50;
    position: absolute;
}


/* 15.4 Footer Widget
---------------------------------------------------------------------------*/
/* 15.4.1 Wrapper
---------------------------------------------------------------------------*/
.footer-widget {
    width: 100%;
    margin: 0 0 60px;
    overflow: hidden;
}

/* 15.4.2 Widget Title
---------------------------------------------------------------------------*/
.widget-title {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}


/* 15.5 Twitter Feed
---------------------------------------------------------------------------*/
/* 15.5.1 Wrapper
---------------------------------------------------------------------------*/
.tweetfeed  { height: 100%; }

/* 15.5.2 Twitter Username
---------------------------------------------------------------------------*/
.tweetfeed ul li a i.fa-twitter {
    float: left;
    width: 20px;
    height: 30px;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    margin-left: -30px;
}

/* 15.5.3 List
---------------------------------------------------------------------------*/
.tweetfeed ul {
    margin: 0;
    padding: 0;
    float: left;
    height: 100%;
    text-align: left;
    list-style: none;
    overflow: hidden;
}

/* 15.5.4 items
---------------------------------------------------------------------------*/
.tweetfeed ul li,
.tweet span {
    width: 100%;
    display: block;
    padding: 0 0 10px 30px;
}
.tweetfeed ul li:last-child { padding-bottom: 0; }


/* 15.6 Flickr Feed
---------------------------------------------------------------------------*/
/* 15.6.1 Wrapper
---------------------------------------------------------------------------*/
.flickr-feed {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: center;
}

/* 15.6.2 Items
---------------------------------------------------------------------------*/
.flickr-feed li {
    padding: 0;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
    margin: 0 10px 10px 0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.col-md-4.flickr { padding-right: 5px; }

/* 15.6.3 Image
---------------------------------------------------------------------------*/
.flickr-feed li img {
    width: 65px;
    height: 65px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

/* 15.6.4 Anchor
---------------------------------------------------------------------------*/
.flickr-feed li:hover { opacity: 0.7; }


/* 15.7 Info
---------------------------------------------------------------------------*/
/* 15.7.1 List
---------------------------------------------------------------------------*/
ul.info {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../images/footer-map.png) transparent center center no-repeat;
}

/* 15.7.2 Items
---------------------------------------------------------------------------*/
ul.info li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
ul.info span { color: #f1c40f; }


/* 15.8 Copyright
---------------------------------------------------------------------------*/
.copyright {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}


/* 15.9 Social Icons
---------------------------------------------------------------------------*/
/* 15.9.1 Wrapper
---------------------------------------------------------------------------*/
.social-icons {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;

    -webkit-border-top: 1px solid rgba(255, 255, 255, 0.1);
       -moz-border-top: 1px solid rgba(255, 255, 255, 0.1);
         -o-border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* 15.9.2 List
---------------------------------------------------------------------------*/
.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 15.9.3 Items
---------------------------------------------------------------------------*/
.social-icons ul li {
    margin: 0 5px 10px;
    display: inline-block;
}

/* 15.9.4 Anchor
---------------------------------------------------------------------------*/
.social-icons ul li a {
    display: block;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 15.9.5 Icon
---------------------------------------------------------------------------*/
.social-icons ul li a i {
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 36px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #ffffff;
       -moz-border: 2px solid #ffffff;
         -o-border: 2px solid #ffffff;
            border: 2px solid #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* 15.9.6 Hover
---------------------------------------------------------------------------*/
.social-icons ul li a i:hover {
    color: #f1c40f;
    background-color: rgba(0, 0, 0, 0.2);

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}

/* 15.9.7 tooltip
---------------------------------------------------------------------------*/
.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}
.tooltip-inner {
    color: #2c3e50;
    background-color: #ffffff;
}
.tooltip.top .tooltip-arrow { border-top-color: #ffffff; }




/* ==========================================================================
   16. Bootstrap New Component
========================================================================== */
/* 16.1 navbar
---------------------------------------------------------------------------*/
.navbar {
    margin-bottom: 0;
    min-height: 40px;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.navbar-brand img {
    width: 125px;
    height: 40px;
    margin-top: -2px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand { margin-left: 0; }
.navbar-brand {
    padding: 0;
    height: 40px;
}
.navbar-nav > li > a {
    padding: 0 10px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
}
.navbar-nav > li {
    margin-left: 4px;
    position: relative;
}
.navbar-nav > li:first-child { margin-left: 0; }
.nav > li > a:hover,
.nav > li > a:focus { background-color: transparent; }
.navbar-nav > li:hover,
.navbar-nav > li.active {
    color: #ffffff;
    background-color: rgba(240, 195, 15, 0.2);

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.navbar-header a {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}
.navbar-header a:hover { color: #ffffff; }


/* 16.2 Progress Bar
---------------------------------------------------------------------------*/
.progress {
    height: 30px;
    background-color: #f1c40f;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.progress-bar {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    padding: 0 10px 0;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.progress-bar-Nesto { background-color: #2c3e50; }
.progress-bar span:first-child { float: left; }
.progress-bar span:last-child {
    position: relative;
    padding-right: 15px;
}
.progress-bar span:last-child:after {
    top: 0;
    right: 0;
    width: 15px;
    height: 18px;
    content: '%';
    line-height: 18px;
    position: absolute;
}


/* 16.3 Btn
---------------------------------------------------------------------------*/
.btn-nesto {
    color: #ffffff;
    background-color: #2c3e50;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.btn-nesto:hover,
.btn-nesto:focus,
.btn-nesto:active,
.btn-nesto.active,
.open .dropdown-toggle.btn-nesto {
    color: #2c3e50;
    background-color: #f1c40f;
}
.btn-nesto:active,
.btn-nesto.active,
.open .dropdown-toggle.btn-nesto {
    background-image: none;
}
.btn-nesto.disabled,
.btn-nesto[disabled],
fieldset[disabled] .btn-nesto,
.btn-nesto.disabled:hover,
.btn-nesto[disabled]:hover,
fieldset[disabled] .btn-nesto:hover,
.btn-nesto.disabled:focus,
.btn-nesto[disabled]:focus,
fieldset[disabled] .btn-nesto:focus,
.btn-nesto.disabled:active,
.btn-nesto[disabled]:active,
fieldset[disabled] .btn-nesto:active,
.btn-nesto.disabled.active,
.btn-nesto[disabled].active,
fieldset[disabled] .btn-nesto.active {
    background-color: #2c3e50;
}




/* ==========================================================================
   17. Responsive
========================================================================== */
@media only screen and (min-width: 1199px) {
    #clients-section-wrapper .container, #team-section-wrapper .container, #portfolio-section-wrapper .container  {
        width: 970px;
    }

}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) and (min-width: 769px) {

    .portfolio-prev { margin-left: -5px; }
    .portfolio-next { margin-left: 15px; }
    .team-prev { margin-left: -5px; }
    .team-next { margin-left: 15px; }

}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 990px) and (min-width: 768px) {

    ul.bxslider h1 { font-size: 45px; }

    #about-section .col-md-8 .col-md-6:nth-child(odd) { padding: 0; }
    #about-section .col-md-8 .col-md-6:nth-child(even) { padding: 0; }

    .flickr-feed li img {
        width: 81px;
        height: 81px;
    }

}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    .container { width: 570px; }

    ul.bxslider h1 { font-size: 35px; }

    .navbar-toggle {
        margin: 0;
        color: #ffffff;
        padding: 7px 10px;

        -webkit-border: 1px solid #ffffff;
           -moz-border: 1px solid #ffffff;
             -o-border: 1px solid #ffffff;
                border: 1px solid #ffffff;
    }
    .navbar-nav { margin-top: 10px; }
    .navbar-collapse {
        -webkit-border: 0;
           -moz-border: 0;
             -o-border: 0;
                border: 0;

        -webkit-box-shadow: none;
           -moz-box-shadow: none;
             -o-box-shadow: none;
                box-shadow: none;
    }
    .navbar-nav > li {
        text-align: center;
        margin: 0 auto 10px;
    }
    .navbar-nav > li:last-child { margin: 0; }



    #about-section .col-md-8 .col-md-6:nth-child(odd) { padding: 0; }
    #about-section .col-md-8 .col-md-6:nth-child(even) { padding: 0; }


    .flickr-feed li img {
        width: 81px;
        height: 81px;
    }

}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

    .container { width: 450px; }

    #logo img {
        width: 165px;
        height: 57px;
    }

    ul.bxslider h1 { font-size: 25px; }

    #home-section .social-icons li { margin-bottom: 10px; }

    .services-icon {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .services-box .title-main h1 {
        margin: 0 auto 5px;
        text-align: center;
    }
    .services-box .title-desc h3 {
        text-align: center;
        margin: 0 auto 0px;
    }
    .services-box .content {
        margin: 0 auto;
        text-align: center;
    }

    .flickr-feed li img {
        width: 61px;
        height: 61px;
    }

}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {

    .container { width: 320px; }

    .owl-navigation { display: none; }

    .contactForm .form-control { margin: 0 auto 15px; }

    #subscribe {
        width: 320px;
        margin-left: -160px;
    }
    #subscribe .form-control { width: 185px; }

    .flickr-feed li img {
        width: 65px;
        height: 65px;
    }

}