/* Import Basic Files
-------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400);
@import url(../fonts/fontawesome/css/font-awesome.min.css);
@import url(../js/plugins/owl-carousel/owl.carousel.css);
@import url(../js/plugins/owl-carousel/owl.theme.css);
@import url(../js/plugins/owl-carousel/owl.transitions.css);
@import url(../js/plugins/nivo/nivo-lightbox.css);
@import url(../js/plugins/nivo/themes/default/default.css);
@import url(../js/plugins/wow/animate.min.css);




/*


Template Name: Smsma
Description: Responsive HTML5 / CSS3 Landing Page Template
Version: 1.0.0
Author: NestoLab


Notes:
    Color: #2c3e50
    Color: #f05557


1. General
    1.1 Main Styles
    1.2 Anchor
    1.3 Loader
    1.4 Placeholder
    1.5 OverRide Nivo LightBox
    1.6 Divider
    1.7 Main Wrapper
2. Typography
    2.1 Headings
    2.2 Selection Color
3. Bootstrap ( New Component )
    3.1 btn
        3.1.1 Main btn
        3.1.2 Home btn
    3.2 navbar
    3.3 Accordion
4. Menu
    4.1 Wrapper
5. Home Section
    5.1 Wrapper
    5.2 Container
    5.3 Variation
        5.3.1 Static Color
        5.3.2 Static Image
    5.4 Intro Message
        5.4.1 Wrapper
        5.4.2 Message
        5.4.3 Buttons
    5.5 Home Slider
        5.5.1 Wrapper
        5.5.2 Image
        5.5.3 Navigation
        5.5.4 Hover
6. Features Section Page 1
    6.1 Wrapper
    6.2 Feature Box Style 1
        6.2.1 Wrapper
        6.2.2 Icon
        6.2.3 Title
        6.2.4 Content
        6.2.5 Hover
    6.3 Feature Image
        6.3.1 Wrapper
        6.3.2 Image
7. Features Section Page 2
    7.1 Wrapper
    7.2 Feature Box Style 2
        7.2.1 Wrapper
        7.2.2 Icon
        7.2.3 Title
        7.2.4 Hover
8. Features Section Page 3
    8.1 Wrapper
    8.2 Feature Content
9. Video Section
    9.1 Wrapper
    9.2 Macbook frame
    9.3 FitVids
10. Team Section
    10.1 Wrapper
    10.2 Team Member
        10.2.1 Wrapper
        10.2.2 Image
        10.2.3 Name
        10.2.4 Title
        10.2.5 Description
        10.2.6 Social Icons
            10.2.6.1 Wrapper
            10.2.6.2 List
            10.2.6.3 Items
            10.2.6.4 Anchor
11. Screenshots Section
    11.1 Wrapper
    11.2 Shots Slider
        11.2.1 Wrapper
        11.2.2 List
        11.2.3 Item
        11.2.4 Content
        11.2.5 Image
        11.2.6 Anchor
        11.2.7 Navigation
        11.2.8 Hover
12. Pricing Section
    12.1 Wrapper
    12.2 Pricing Tables
        12.2.1 Wrapper
        12.2.2 Pricing Table
            12.2.2.1 Wrapper
            12.2.2.2 Title
            12.2.2.3 Price
            12.2.2.4 Features
            12.2.2.5 Button
            12.2.2.6 Hover
13. Subscribe Section
    13.1 Wrapper
    13.2 NewsLetter Form
        13.2.1 Wrapper
        13.2.2 Form Group
        13.2.3 Form Control
        13.2.4 Button
        13.2.5 Error / Success Message
14. Testimonials Section
    14.1 Wrapper
    14.2 Clients Slider
        14.2.1 Wrapper
        14.2.2 Profile
            14.2.2.1 Wrapper
            14.2.2.2 Image
            14.2.2.3 Name
        14.2.3 Quote
        14.2.4 Dots
        14.2.5 Hover
15. Contact Section
    15.1 Wrapper
    15.2 Contact Form
        15.2.1 Wrapper
        15.2.2 Form Control
        15.2.3 Controls
        15.2.4 Textarea
        15.2.5 Submit button
        15.2.6 Captcha
        15.2.7 Reload Captcha Button
        15.2.8 Captcha Input
        15.2.9 Error / Success Message
16. Copyright Section
    16.1 Wrapper
    16.2 Social Icons
        16.2.1 Wrapper
        16.2.2 Items
        16.2.3 Anchor
    16.3 Copyright
17. Responsive
*/




/* ==========================================================================
   1. General
========================================================================== */
/* 1.1 Main Styles
-------------------------------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    color: #606060;
    font-weight: 300;
    overflow-x: hidden;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    font: 17px/24px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
.browsehappy { margin: 0.2em 0; background-color: #cccccc; color: #000000; padding: 0.2em 0; }
.container { overflow: hidden; }

/* 1.2 Anchor
-------------------------------------------------------------------------- */
a { color: #f05557; }
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #2c3e50;
    text-decoration: none;
}

/* 1.3 Loader
-------------------------------------------------------------------------- */
#Loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #141414;
}
#Loader img {
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
}

/* 1.4 Placeholder
-------------------------------------------------------------------------- */
input,
textarea { color: #000000; }
.placeholder { color: #aaaaaa; }

/* 1.5 OverRide Nivo LightBox
-------------------------------------------------------------------------- */
.nivo-lightbox-overlay { z-index: 999991; }
.nivo-lightbox-theme-default .nivo-lightbox-next,
.nivo-lightbox-theme-default .nivo-lightbox-prev,
.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 60px;
    height: 60px;
    opacity: 0.8;
    background-position: center center;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { right: 2%; }
.nivo-lightbox-theme-default .nivo-lightbox-prev { left: 2%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 50%;
    opacity: 0.8;
    margin-top: -30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { background-color: transparent; }
.nivo-lightbox-theme-default .nivo-lightbox-title { font: 14px/20px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.nivo-lightbox-content { text-align: center; }
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
         -o-box-shadow: none;
	        box-shadow: none;
}

/* 1.6 Divider
-------------------------------------------------------------------------- */
.divider {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 50px;
}
.divider:after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 1px;
    opacity: 0.2;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, transparent, #000000, transparent);
    background-image: -moz-linear-gradient(180deg, transparent, #000000, transparent);
    background-image: -ms-linear-gradient(180deg, transparent, #000000, transparent);
    background-image: -o-linear-gradient(180deg, transparent, #000000, transparent);
    background-image: linear-gradient(90deg, transparent, #000000, transparent);
}

/* 1.7 Main Wrapper
-------------------------------------------------------------------------- */
#main-wrapper {
    position: relative;

    -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;
}
#main-wrapper.nav-visable {
    -webkit-transform: translate3d(-230px, 0, 0);
        -moz-transform: translate3d(-230px, 0, 0);
        -ms-transform: translate3d(-230px, 0, 0);
         -o-transform: translate3d(-230px, 0, 0);
            transform: translate3d(-230px, 0, 0);
}
#main-wrapper.nav-visable:after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 999;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: #000000;

    -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;
}
.navbar-collapse.nav-visable {
    -webkit-transform: translate3d(-230px, 0, 0);
       -moz-transform: translate3d(-230px, 0, 0);
        -ms-transform: translate3d(-230px, 0, 0);
         -o-transform: translate3d(-230px, 0, 0);
            transform: translate3d(-230px, 0, 0);
}




/* ==========================================================================
   2. Typography
========================================================================== */
/* 2.1 Headings
-------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #2c3e50;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }

b,
strong { font-weight: 700; }

/* 2.2 Selection Color
-------------------------------------------------------------------------- */
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}


/* 2.3 Section Title
-------------------------------------------------------------------------- */
/* 2.3.1 Wrapper
-------------------------------------------------------------------------- */
.section-title-container {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px;
}

/* 2.3.2 Main Section Title
-------------------------------------------------------------------------- */
.section-title {
    width: 100%;
    margin-bottom: 45px;
}
.section-title span {
    color: #2c3e50;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-title span:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #f05557;
}
.section-title span:after {
    left: 50%;
    width: 50px;
    height: 3px;
    content: '';
    bottom: -1px;
    margin-left: -25px;
    position: absolute;
    background-color: #ffffff;
}
.section-title-container.color-border .section-title span { color: #ffffff; }
.section-title-container.color-border .section-desc { color: #ffffff; }
.section-title-container.color-border .section-title span:after { background-color: #f05557; }
.section-title-container.color-border .section-title span:before { background-color: #ffffff; }

/* 2.3.3 Section Description
-------------------------------------------------------------------------- */
.section-desc {
    color: #2c3e50;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}




/* ==========================================================================
   3. Bootstrap ( New Component )
========================================================================== */
/* 3.1 btn
-------------------------------------------------------------------------- */
/* 3.1.1 Main btn
-------------------------------------------------------------------------- */
.btn-nesto,
.btn.btn-nesto {
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    background-color: #f05557;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}
.btn-nesto:after,
.btn.btn-nesto:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.0);

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}
.btn-nesto:hover:after { background-color: rgba(0, 0, 0, 0.35); }
.btn-nesto:hover { color: #ffffff; }
.btn.focus,
.btn:focus,
.btn:active,
.btn.active {
    color: #ffffff;
    outline: none !important;
}

/* Social Colors
-------------------------------------------------------------------------- */
.btn-nesto.facebook { background-color: #4c66a4 !important; }
.btn-nesto.twitter { background-color: #3b88c3 !important; }
.btn-nesto.googleplus { background-color: #e1493f !important; }
.btn-nesto.youtube { background-color: #cc181e !important; }
.btn-nesto.flickr { background-color: #ff0084 !important; }
.btn-nesto.dribbble { background-color: #ea4c89 !important; }
.btn-nesto.instagram { background-color: #884736 !important; }

/* 3.1.2 Home btn
-------------------------------------------------------------------------- */
.btn-nesto-home,
.btn.btn-nesto-home {
    z-index: 1;
    color: #f05557;
    font-size: 20px;
    overflow: hidden;
    font-weight: 400;
    padding: 15px 22px;
    position: relative;
    letter-spacing: 1px;
    background-color: #ffffff;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-transition: all 0.1s ease-in;
       -moz-transition: all 0.1s ease-in;
        -ms-transition: all 0.1s ease-in;
         -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;

    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
         -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.btn-nesto-home.hover,
.btn-nesto-home:hover,
.btn-nesto-home.focus,
.btn-nesto-home:focus,
.btn-nesto-home:active,
.btn-nesto-home.active {
    outline: none !important;
    color: #ffffff !important;
    background-color: #2c3e50;
}

/* 3.2 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 > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand { margin-left: 0; }
.navbar-brand {
    padding: 0;
    height: 50px;
}
.navbar-brand img {
    width: auto;
    height: 50px;
    display: block;
}

.navbar-nav > li {
    margin-left: 10px;
    position: relative;
}
.navbar-nav > li:first-child { margin-left: 0; }
.navbar-nav > li:hover,
.navbar-nav > li.active {
    color: #ffffff;
    background-color: #f05557;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

.navbar-nav > li > a {
    padding: 10px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.navbar-header a {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}
.navbar-header a:hover { color: #ffffff; }

/* 3.3 Accordion
-------------------------------------------------------------------------- */
.panel-nesto {
    overflow: hidden;
    margin-bottom: 6px !important;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;
}
.panel-nesto > .panel-heading {
    color: #2c3e50;
    padding: 15px 15px 10px 0;
    text-transform: capitalize;
    background-color: transparent;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-top: 1px solid #efefef;
       -moz-border-top: 1px solid #efefef;
         -o-border-top: 1px solid #efefef;
            border-top: 1px solid #efefef;
}
.panel-nesto > .panel-heading + .panel-collapse .panel-body,
.panel-nesto > .panel-footer + .panel-collapse .panel-body {
    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;
}
.panel {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

.panel-body { padding: 10px 0 15px; }

.panel-title { font-size: 20px; }
.panel-title a {
    color: #f05557;
    display: block;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 40px;
    letter-spacing: 1px;

    -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;
}
.panel-title a:before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 16px;
    content: '\f107';
    line-height: 25px;
    text-align: center;
    position: absolute;
    background-color: #f05557;
    font-family: 'FontAwesome';

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.panel-title a.collapsed { color: #2c3e50; }
.panel-title a.collapsed:hover { color: #f05557; }
.panel-title a.collapsed:before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 16px;
    content: '\f105';
    padding-left: 2px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    background-color: #f05557;
    font-family: 'FontAwesome';

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

.panel-nesto:first-of-type > .panel-heading {
    -webkit-border-top: 0;
       -moz-border-top: 0;
         -o-border-top: 0;
            border-top: 0;
}
.panel-group .panel+.panel { margin-top: 0; }
.panel-group { margin-bottom: 30px; }




/* ==========================================================================
   4. Menu
========================================================================== */
/* 4.1 Wrapper
-------------------------------------------------------------------------- */
#nav-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0 0;
    position: fixed;
    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;
}




/* ==========================================================================
   5. Home Section
========================================================================== */
/* 5.1 Wrapper
-------------------------------------------------------------------------- */
#home-section {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    position: relative;
}

/* 5.2 Container
-------------------------------------------------------------------------- */
#home-section-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    text-align: center;
}
#home-section-container:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

/* 5.3 Variation
-------------------------------------------------------------------------- */
/* 5.3.1 Static Color
-------------------------------------------------------------------------- */
.static-color #home-section-container:after { background-color: #f05557; }

/* 5.3.2 Static Image
-------------------------------------------------------------------------- */
body.static-image {
    background: url('http://preview.nestolab.com/') center center fixed no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.static-image #home-section-container:after { background-color: rgba(0, 0, 0, 0.5); }

/* 5.4 Intro Message
-------------------------------------------------------------------------- */
/* 5.4.1 Wrapper
-------------------------------------------------------------------------- */
#intro-message {
    width: 80%;
    margin: 0 auto 10px;
}

/* 5.4.2 Message
-------------------------------------------------------------------------- */
#intro-message #content {
    padding: 0;
    color: #ffffff;
    font-size: 55px;
    line-height: 1.3;
    font-weight: 100;
    margin: 0 auto 20px;
    font-size:50px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 5.4.3 Buttons
-------------------------------------------------------------------------- */
#intro-message #btns {
    margin: 0 auto;
    overflow: hidden;
}
#intro-message #btns a { margin: 0 auto 30px; }
#intro-message #btns a:first-child { margin-right: 30px; }

/* 5.5 Home Slider
-------------------------------------------------------------------------- */
/* 5.5.1 Wrapper
-------------------------------------------------------------------------- */
#owl-home-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 85px;
    overflow: hidden;
    max-width: 1140px;
    position: relative;
    background: transparent url(../images/home-slider/slider-background.png) center bottom no-repeat;
}
.owl-home {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.owl-home div {
    width: 100%;
    overflow: hidden;
}

/* 5.5.2 Image
-------------------------------------------------------------------------- */
.owl-home div img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 970px;
}

/* 5.5.3 Navigation
-------------------------------------------------------------------------- */
.owl-home-navigation a {
    top: 50%;
    width: 42px;
    height: 42px;
    display: block;
    color: #ffffff;
    font-size: 36px;
    margin-top: 21px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    background-color: #2c3e50;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -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;
}
a.home-prev { left: -63px; }
a.home-next { right: -63px; }

/* 5.5.4 Hover
-------------------------------------------------------------------------- */
.owl-home-navigation a:hover { background-color: #f05557; }
#owl-home-wrapper:hover a.home-prev { left: 22px; }
#owl-home-wrapper:hover a.home-next { right: 22px; }




/* ==========================================================================
   6. Features Section Page 1
========================================================================== */
/* 6.1 Wrapper
-------------------------------------------------------------------------- */
#feature-section-page1 {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}

/* 6.2 Feature Box Style 1
-------------------------------------------------------------------------- */
/* 6.2.1 Wrapper
-------------------------------------------------------------------------- */
.feature-box-style1 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 40px;
}

/* 6.2.2 Icon
-------------------------------------------------------------------------- */
.feature-box-icon {
    z-index: 1;
    width: 90px;
    height: 90px;
    color: #ffffff;
    font-size: 36px;
    line-height: 90px;
    text-align: center;
    position: relative;
    margin: 8px auto 30px;
    background-color: #f05557;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.feature-box-icon:before {
    top: -4px;
    left: -4px;
    opacity: 0;
    width: 98px;
    content: '';
    z-index: -1;
    height: 98px;
    position: absolute;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #f05557;
       -moz-border: 2px solid #f05557;
         -o-border: 2px solid #f05557;
            border: 2px solid #f05557;

    -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;
}

/* 6.2.3 Title
-------------------------------------------------------------------------- */
.feature-box-title {
    color: #2c3e50;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    -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;
}

/* 6.2.4 Content
-------------------------------------------------------------------------- */
.feature-box-content { overflow: hidden; }
.feature-box-content p:last-child { margin-bottom: 0; }

/* 6.2.5 Hover
-------------------------------------------------------------------------- */
.feature-box-style1:hover .feature-box-icon:before { opacity: 1; }
.feature-box-style1:hover .feature-box-title { color: #f05557; }

/* 6.3 Feature Image
-------------------------------------------------------------------------- */
/* 6.3.1 Wrapper
-------------------------------------------------------------------------- */
.feature-image,
.main-feature-image {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.main-feature-image { max-width: 970px; }
.feature-image { max-width: 600px; }

/* 6.3.2 Image
-------------------------------------------------------------------------- */
.feature-image img,
.main-feature-image img {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
}
.feature-image img:first-child,
.main-feature-image img:first-child {
    position: relative;
}




/* ==========================================================================
   7. Features Section Page 2
========================================================================== */
/* 7.1 Wrapper
-------------------------------------------------------------------------- */
#feature-section-page2 {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}

/* 7.2 Feature Box Style 2
-------------------------------------------------------------------------- */
/* 7.2.1 Wrapper
-------------------------------------------------------------------------- */
.feature-box-style2 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
}

/* 7.2.2 Icon
-------------------------------------------------------------------------- */
.feature-box-style2 .feature-box-icon {
    width: 50px;
    float: left;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    display: inline-block;
    margin: 8px 20px 0 8px;
}
.feature-box-style2 .feature-box-icon:before {
    width: 58px;
    height: 58px;
}

/* 7.2.3 Title
-------------------------------------------------------------------------- */
.feature-box-style2 .feature-box-title {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 15px;
}

/* 7.2.4 Hover
-------------------------------------------------------------------------- */
.feature-box-style2:hover .feature-box-icon:before { opacity: 1; }
.feature-box-style2:hover .feature-box-title { color: #f05557; }




/* ==========================================================================
   8. Features Section Page 3
========================================================================== */
/* 8.1 Wrapper
-------------------------------------------------------------------------- */
#feature-section-page3 {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}

/* 8.2 Feature Content
-------------------------------------------------------------------------- */
.feature-content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 25px;
}
.feature-content p:last-child { margin-bottom: 0; }




/* ==========================================================================
   9. Video Section
========================================================================== */
/* 9.1 Wrapper
-------------------------------------------------------------------------- */
#video-section {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 0;
    background-color: #f05557;
}

.services ul{
    padding:30px;
    background:#fff;
    border-radius:5px;
    border:1px solid #c44040;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.services ul li{
    font-size:12px;
    color:#777;
    border-bottom:1px solid #f1f1f1;
    padding-top:10px;
    }

.display-inline{
    float:left;
    width:48%;
}    
    
/* 9.2 Macbook frame
-------------------------------------------------------------------------- */
.video-show {
    margin: 0 auto;
    max-width: 970px;
    position: relative;
}
.video-show img {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

/* 9.3 FitVids
-------------------------------------------------------------------------- */
.video-show .fit {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 38px 29px 0;
}
.fit iframe {
    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;
}




/* ==========================================================================
   10. Team Section
========================================================================== */
/* 10.1 Wrapper
-------------------------------------------------------------------------- */
#team-section {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 55px;
    background-color: #ffffff;
}

/* 10.2 Team Member
-------------------------------------------------------------------------- */
/* 10.2.1 Wrapper
-------------------------------------------------------------------------- */
.team-member {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 40px;
}

/* 10.2.2 Image
-------------------------------------------------------------------------- */
.member-image {
    width: 100%;
    max-width: 200px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 30px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.member-image:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -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;

    -webkit-border: 7px solid rgba(0, 0, 0, 0.5);
       -moz-border: 7px solid rgba(0, 0, 0, 0.5);
         -o-border: 7px solid rgba(0, 0, 0, 0.5);
            border: 7px solid rgba(0, 0, 0, 0.5);
}
.member-image img {
    width: 100%;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 10.2.3 Name
-------------------------------------------------------------------------- */
.member-name {
    width: 100%;
    color: #2c3e50;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
    margin: 0 auto 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 10.2.4 Title
-------------------------------------------------------------------------- */
.member-title {
    width: 100%;
    color: #f05557;
    font-size: 22px;
    overflow: hidden;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 10.2.5 Description
-------------------------------------------------------------------------- */
.member-desc {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
}

/* 10.2.6 Social Icons
-------------------------------------------------------------------------- */
/* 10.2.6.1 Wrapper
-------------------------------------------------------------------------- */
.member-social {
    width: 100%;
    overflow: hidden;
}

/* 10.2.6.2 List
-------------------------------------------------------------------------- */
.member-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 10.2.6.3 Items
-------------------------------------------------------------------------- */
.member-social ul li {
    margin: 0 5px;
    display: inline-block;
}

/* 10.2.6.4 Anchor
-------------------------------------------------------------------------- */
.member-social ul li a {
    padding: 0;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
}

/* 10.3 Hover
-------------------------------------------------------------------------- */
.team-member:hover .member-image:after {
    opacity: 0.7;

    -webkit-border-color: #f05557;
       -moz-border-color: #f05557;
         -o-border-color: #f05557;
            border-color: #f05557;
}




/* ==========================================================================
   11. Screenshots Section
========================================================================== */
/* 11.1 Wrapper
-------------------------------------------------------------------------- */
#screenshots-section {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}

/* 11.2 Shots Slider
-------------------------------------------------------------------------- */
/* 11.2.1 Wrapper
-------------------------------------------------------------------------- */
#owl-shots-wrapper {
    padding: 0;
    width: 100%;
    overflow: hidden;
    max-width: 1170px;
    position: relative;
    margin: 0 auto 42px;
}

/* 11.2.2 List
-------------------------------------------------------------------------- */
.owl-shots {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* 11.2.3 Item
-------------------------------------------------------------------------- */
.owl-shots div.owl-item {
    padding: 0 15px;
    overflow: hidden;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

/* 11.2.4 Content
-------------------------------------------------------------------------- */
div.slide-content {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

/* 11.2.5 Image
-------------------------------------------------------------------------- */
.owl-shots div.slide-content img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);

    -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;
}

/* 11.2.6 Anchor
-------------------------------------------------------------------------- */
.owl-shots div.slide-content a {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    content: '';
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    background-color: #f05557;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -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;
}

/* 11.2.7 Navigation
-------------------------------------------------------------------------- */
.owl-shots-navigation a {
    top: 50%;
    width: 42px;
    height: 42px;
    display: block;
    color: #ffffff;
    font-size: 36px;
    margin-top: -21px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    background-color: #2c3e50;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -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;
}
a.shots-prev { left: -72px; }
a.shots-next { right: -72px; }

/* 11.2.8 Hover
-------------------------------------------------------------------------- */
.owl-shots-navigation a:hover { background-color: #f05557; }
#owl-shots-wrapper:hover a.shots-prev { left: 30px; }
#owl-shots-wrapper:hover a.shots-next { right: 30px; }
.owl-shots .slide-content:hover a { opacity: 0.8; }
.owl-shots .slide-content:hover img {
    -webkit-transform: scale(1.0);
       -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
         -o-transform: scale(1.0);
            transform: scale(1.0);
}




/* ==========================================================================
   12. Pricing Section
========================================================================== */
/* 12.1 Wrapper
-------------------------------------------------------------------------- */
#pricing-section {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}

/* 12.2 Pricing Tables
-------------------------------------------------------------------------- */
/* 12.2.1 Wrapper
-------------------------------------------------------------------------- */
.pricing-tables {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

/* 12.2.2 Pricing Table
-------------------------------------------------------------------------- */
/* 12.2.2.1 Wrapper
-------------------------------------------------------------------------- */
.pricing-table {
    width: 290px;
    margin: 0 15px 36px;
    display: inline-block;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

/* 12.2.2.2 Title
-------------------------------------------------------------------------- */
.table-title {
    margin: 0;
	color: #2c3e50;
    font-size: 26px;
	padding: 30px 0;
	font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
         -o-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;

    -webkit-border: 1px solid rgba(0, 0, 0, 0.15);
       -moz-border: 1px solid rgba(0, 0, 0, 0.15);
         -o-border: 1px solid rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(0, 0, 0, 0.15);

    -webkit-border-bottom: 0;
       -moz-border-bottom: 0;
         -o-border-bottom: 0;
            border-bottom: 0;
}

/* 12.2.2.3 Price
-------------------------------------------------------------------------- */
.table-price {
    color: #ffffff;
    padding: 25px 0;
    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;
}
.table-price span:first-child {
	font-size: 35px;
	line-height: 28px;
    margin-right: 3px;
    vertical-align: top;
    display: inline-block;
}
.table-price span:last-child {
	font-size: 60px;
	line-height: 40px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 12.2.2.4 Features
-------------------------------------------------------------------------- */
.table-features {
    width: 100%;
    overflow: hidden;
    padding: 15px 15px;

    -webkit-border: 1px solid rgba(0, 0, 0, 0.15);
       -moz-border: 1px solid rgba(0, 0, 0, 0.15);
         -o-border: 1px solid rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(0, 0, 0, 0.15);

    -webkit-border-top: 0;
       -moz-border-top: 0;
         -o-border-top: 0;
            border-top: 0;

    -webkit-border-bottom: 0;
       -moz-border-bottom: 0;
         -o-border-bottom: 0;
            border-bottom: 0;
}
.table-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.table-features ul li {
    width: 100%;
    display: block;
    line-height: 45px;
    position: relative;
}
.table-features ul li:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0.15;
    display: block;
    position: relative;

    background-image: -webkit-linear-gradient(180deg, transparent, #000000, transparent);
    background-image: -moz-linear-gradient(180deg, transparent, #000000, transparent);
    background-image: -ms-linear-gradient(180deg, transparent, #000000, transparent);
    background-image: -o-linear-gradient(180deg, transparent, #000000, transparent);
    background-image: linear-gradient(90deg, transparent, #000000, transparent);
}
.table-features ul li:last-child:after { display: none; }

/* 12.2.2.5 Button
-------------------------------------------------------------------------- */
.table-btn {
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;

    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
         -o-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;

    -webkit-border: 1px solid rgba(0, 0, 0, 0.15);
       -moz-border: 1px solid rgba(0, 0, 0, 0.15);
         -o-border: 1px solid rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(0, 0, 0, 0.15);
}
.table-btn a {
    padding: 12px 16px;
    position: relative;
    letter-spacing: 1px;
}

/* 12.2.2.6 Hover
-------------------------------------------------------------------------- */
.pricing-table:hover .table-price,
.pricing-table.featured .table-price {
    background-color: #f05557;
}

.short-section-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 100;
    margin-bottom: 30px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}




/* ==========================================================================
   13. Subscribe Section
========================================================================== */
/* 13.1 Wrapper
-------------------------------------------------------------------------- */
#subscribe-section {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 30px;
    background-color: #f05557;
}

/* 13.2 NewsLetter Form
-------------------------------------------------------------------------- */
/* 13.2.1 Wrapper
-------------------------------------------------------------------------- */
#newsletter-form {
    width: 100%;
    margin-top: 1px;
    position: relative;
    padding-bottom: 30px;
}

/* 13.2.2 Form Group
-------------------------------------------------------------------------- */
.form-group {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* 13.2.3 Form Control
-------------------------------------------------------------------------- */
#newsletter-form .form-control {
    float: left;
    width: 430px;
    height: 45px;
    outline: none;
    font-size: 16px;
    margin-right: 15px;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-appearance: none;
	   -moz-appearance: none;
         -o-appearance: none;
            appearance: none;
}

/* 13.2.4 Button
-------------------------------------------------------------------------- */
#newsletter-form button {
    width: 110px;
    color: #f05557;
    background-color: #ffffff;
}
#newsletter-form button:hover {
    color: #ffffff;
    background-color: #2c3e50;
}

/* 13.2.5 Error / Success Message
-------------------------------------------------------------------------- */
p.nesto-response {
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    margin-bottom: 0;
    text-align: left;
    position: absolute;
}




/* ==========================================================================
   14. Testimonials Section
========================================================================== */
/* 14.1 Wrapper
-------------------------------------------------------------------------- */
#testimonials-section {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}

/* 14.2 Clients Slider
-------------------------------------------------------------------------- */
/* 14.2.1 Wrapper
-------------------------------------------------------------------------- */
#owl-clients-wrapper {
    width: 100%;
    overflow: hidden;
    max-width: 960px;
    text-align: center;
    margin: 0 auto 10px;
}
#owl-clients-wrapper .owl-clients { padding: 0; }

/* 14.2.2 Profile
-------------------------------------------------------------------------- */
/* 14.2.2.1 Wrapper
-------------------------------------------------------------------------- */
#owl-clients-wrapper .client-profile {
    width: 100%;
    margin: 0 auto;
}

/* 14.2.2.2 Image
-------------------------------------------------------------------------- */
#owl-clients-wrapper .client-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 25px;
}
#owl-clients-wrapper .client-img:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -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;

    -webkit-border: 6px solid rgba(0, 0, 0, 0.4);
       -moz-border: 6px solid rgba(0, 0, 0, 0.4);
         -o-border: 6px solid rgba(0, 0, 0, 0.4);
            border: 6px solid rgba(0, 0, 0, 0.4);
}
#owl-clients-wrapper .client-img img {
    width: 130px;
    height: 130px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 14.2.2.3 Name
-------------------------------------------------------------------------- */
#owl-clients-wrapper .client-name {
    color: #f05557;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 14.2.3 Quote
-------------------------------------------------------------------------- */
#owl-clients-wrapper .client-quote p:last-child { margin-bottom: 0; }

/* 14.2.4 Dots
-------------------------------------------------------------------------- */
#owl-clients-wrapper .owl-theme .owl-controls .owl-page span {
    background-color: #f05557;
}

/* 14.2.5 Hover
-------------------------------------------------------------------------- */
#owl-clients-wrapper:hover .client-img:after {
    opacity: 0.5;

    -webkit-border-color: #f05557;
       -moz-border-color: #f05557;
         -o-border-color: #f05557;
            border-color: #f05557;
}




/* ==========================================================================
   15. Contact Section
========================================================================== */
/* 15.1 Wrapper
-------------------------------------------------------------------------- */
#contact-section {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}

/* 15.2 Contact Form
-------------------------------------------------------------------------- */
/* 15.2.1 Wrapper
-------------------------------------------------------------------------- */
.contactform {
    width: 100%;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto 10px;
}

/* 15.2.2 Form Control
-------------------------------------------------------------------------- */
.contactform .form-control {
    width: 100%;
    height: 45px;
    outline: none;
    font-size: 16px;
    overflow: hidden;

    -webkit-appearance: none;
	   -moz-appearance: none;
         -o-appearance: none;
            appearance: none;

     -webkit-box-shadow: none;
        -moz-box-shadow: none;
          -o-box-shadow: none;
             box-shadow: none;

    -webkit-border: 1px solid #e5e5e5;
       -moz-border: 1px solid #e5e5e5;
         -o-border: 1px solid #e5e5e5;
            border: 1px solid #e5e5e5;
 }
.contactform .form-control:hover,
.contactform .form-control:focus {
    -webkit-border-color: #f05557;
       -moz-border-color: #f05557;
         -o-border-color: #f05557;
            border-color: #f05557;
}

/* 15.2.3 Controls
-------------------------------------------------------------------------- */
.contactform .controls {
    overflow: hidden;
    margin-bottom: 30px;
}

/* 15.2.4 Textarea
-------------------------------------------------------------------------- */
.contactform textarea {
	width: 100%;
    resize: none;
    margin: 0 auto;
    padding: 10px 12px;
    height: 142px !important;
}

/* 15.2.5 Submit button
-------------------------------------------------------------------------- */
.contactform button { float: right; }

/* 15.2.6 Captcha
-------------------------------------------------------------------------- */
label#captcha {
    float: left;
    height: 43px;
    margin: 0 30px 0 0;
    display: inline-block;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}
label#captcha img {
    height: 43px;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

/* 15.2.7 Reload Captcha Button
-------------------------------------------------------------------------- */
a#regenerate {
    float: left;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    margin: 0 30px 0 0;
    display: inline-block;
}

/* 15.2.8 Captcha Input
-------------------------------------------------------------------------- */
input#verify {
    float: left;
    width: 200px;
    display: inline-block;
}

/* 15.2.9 Error / Success Message
-------------------------------------------------------------------------- */
.contactform #form-message {
    color: #f05557;
    text-align: center;
}




/* ==========================================================================
   16. Copyright Section
========================================================================== */
/* 16.1 Wrapper
-------------------------------------------------------------------------- */
#copyright-section {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 30px;
    background-color: #ffffff;
}

/* 16.2 Social Icons
-------------------------------------------------------------------------- */
/* 16.2.1 Wrapper
-------------------------------------------------------------------------- */
.social-icons ul {
    padding: 0;
    overflow: hidden;
    list-style: none;
    text-align: center;
    margin: 0 auto 20px;
}

/* 16.2.2 Items
-------------------------------------------------------------------------- */
.social-icons li {
    width: 40px;
    height: 40px;
    margin: 0 5px 10px;
    display: inline-block;
}

/* 16.2.3 Anchor
-------------------------------------------------------------------------- */
.social-icons a {
    display: block;
    line-height: 40px;
    text-align: center;
}

/* 16.3 Copyright
-------------------------------------------------------------------------- */
.copyright {
    width: 100%;
    line-height: 1.2;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 30px;
}




/* ==========================================================================
   17. Responsive
========================================================================== */
@media (max-width: 1199px) {

    .navbar-header { float: none; }
    .navbar-toggle { display: block; }
    .navbar-toggle {
        margin: 0;
        padding: 7px 0;
        color: #ffffff;
        font-size: 24px;
    }
    .navbar-collapse.collapse { display: block !important; }
    .navbar-collapse {
        top: 0;
        bottom: 0;
        margin: 0;
        width: 230px;
        right: -230px;
        position: fixed;
        overflow: hidden;
        max-height: 100%;
        min-height: 100%;
        padding: 60px 0 0;

        -webkit-border: 0;
           -moz-border: 0;
             -o-border: 0;
                border: 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;
    }
    .navbar-nav {
        margin: 0;
        height: 100%;
        width: 400px;
        overflow-y: scroll;
        float: none !important;
        background-color: #2c3e50;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-nav > li {
        float: none;
        width: 230px;
        margin-left: 0;
    }
    .navbar-nav > li:hover,
    .navbar-nav > li.active {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
             -o-border-radius: 0;
                border-radius: 0;
    }
    .navbar-nav > li > a {
        display: block;
        padding: 15px 20px;
    }
    .navbar-collapse.collapse.in { display: block !important; }
    .collapsing { overflow: hidden !important; }
    .navbar-nav.navbar-right:last-child { margin-right: 0; }

    #intro-message #content { font-size: 45px; }

    .btn-nesto-home,
    .btn.btn-nesto-home {
        font-size: 18px;
    }

    #owl-home-wrapper {
        padding: 0;
        background: none;
    }
    .owl-home-navigation a { margin-top: -21px; }

    .video-show .fit { padding: 37px 28px 0; }

    .short-section-title { font-size: 35px; }

    #newsletter-form .form-control { width: 330px; }

}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 991px) {

    #intro-message { width: 100%; }

    .video-show .fit { padding: 28px 21px 0; }

    .short-section-title,
    #newsletter-form .form-group,
    #newsletter-form p.nesto-response {
        text-align: center;
    }
    #newsletter-form .form-control {
        float: none;
        display: inline-block;
    }

}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 767px) {
    
    .display-inline{
        float:none;
        width:100%;
    }
    
    .container { width: 570px; }

    .section-title span,
    #intro-message #content {
        font-size: 35px;
    }

    .btn-nesto-home,
    .btn.btn-nesto-home {
        font-size: 16px;
    }

    .section-desc,
    .feature-box-title {
        font-size: 24px;
    }

    .video-show .fit { padding: 0; }
    .video-show img { display: none; }

    .main-feature-image img:nth-child(2),
    .main-feature-image img:nth-child(3),
    .main-feature-image img:nth-child(4) {
        display: none;
    }
    .main-feature-image img:nth-child(1) {
        width: 160%;
        margin-left: -30%;
    }

}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 599px) {

    .container { width: 450px; }

    #home-section-container { padding-top: 50px; }
    #intro-message { margin-bottom: 20px; }

    .section-title span,
    .short-section-title,
    #intro-message #content {
        font-size: 30px;
    }

    .section-desc,
    .feature-box-title,
    #owl-clients-wrapper .client-name {
        font-size: 22px;
    }

    #newsletter-form .form-control {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    input#verify { margin-bottom: 30px; }

    .member-title { font-size: 20px; }

    .feature-box-style2 { text-align: center; }
    .feature-box-style2 .feature-box-icon {
        float: none;
        display: block;
        margin: 8px auto 30px;
    }
    .feature-box-style2 .feature-box-title {
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .client-quote { padding: 0 15px; }

}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 479px) {

    .container { width: 320px; }

    #home-section-container { padding-top: 130px; }
    #intro-message { margin-bottom: 100px; }

    .section-title span,
    .short-section-title,
    #intro-message #content {
        font-size: 28px;
    }

    .btn-nesto-home,
    .btn.btn-nesto-home {
        font-size: 14px;
    }
    #intro-message #btns a:first-child { margin-right: 10px; }

    .section-desc,
    .feature-box-title,
    #owl-clients-wrapper .client-name,
    .feature-box-style2 .feature-box-title {
        font-size: 20px;
    }

    label#captcha,
    .contactform .controls {
        margin-bottom: 15px;
    }
    a#regenerate {
        float: right;
        margin-right: 0;
        margin-bottom: 15px;
    }
    input#verify {
        width:  190px;
        margin-bottom: 15px;
    }

    .pricing-table { margin-bottom: 15px; }
    .pricing-table:last-child { margin-bottom: 36px; }

}
.wow {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}