	/* Import Basic Files
---------------------------------------------------------------------------*/
@import url(../fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css);
@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);
@font-face {
    font-family: adiradisplay;
    src: url(../fonts/adiradisplay.ttf);
}

/* ==========================================================================
   1. General
========================================================================== */
/* 1.1 Main Styles
---------------------------------------------------------------------------*/
.subtitle {
	text-align:center; 
	padding-bottom: 35px;
}

.features-icon{
    font-size: 70px;
    line-height: 0px;
    margin-bottom: 25px;
    color: #202020;
    text-align: center;
    vertical-align: middle;
}

body {
    margin: 0;
    padding: 0;
    color: #202020;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0px;
	font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 175%;
}

/*
 * 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: #1e1e1e;
    cursor: pointer;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #ef3b6a;
    text-decoration: none;
}

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

/* 1.4 Buttons
---------------------------------------------------------------------------*/
/* 1.4.1 Home Buttons
---------------------------------------------------------------------------*/
.btn-nesto-home,
.btn.btn-nesto-home {
    z-index: 1;
    color: #ef3b6a;
    font-size: 20px;
    overflow: hidden;
    font-weight: 700;
    padding: 15px 22px;
    position: relative;
    letter-spacing: 0px;
    background-color: #ffffff;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.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: transparent;
}

.btn-nesto-home-o,
.btn.btn-nesto-home-o {
    z-index: 1;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
    font-weight: 700;
    padding: 15px 22px;
    position: relative;
    letter-spacing: 0px;
    background-color: transparent;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;

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

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

    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.btn-nesto-home-o.hover,
.btn-nesto-home-o:hover,
.btn-nesto-home-o.focus,
.btn-nesto-home-o:focus,
.btn-nesto-home-o:active,
.btn-nesto-home-o.active {
    outline: none !important;
    color: #ef3b6a !important;
    background-color: #ffffff;
}

/* 1.4.2 Main Buttons
---------------------------------------------------------------------------*/
.btn-nesto,
.btn.btn-nesto {
    z-index: 1;
    padding: 2px;
    color: #ef3b6a;
    font-size: 20px;
    overflow: hidden;
    font-weight: 700;
    position: relative;
    letter-spacing: 0px;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    background-image: -webkit-linear-gradient(0deg, #2ecc71, #f1c40f);
    background-image: -moz-linear-gradient(0deg, #2ecc71, #f1c40f);
    background-image: -ms-linear-gradient(0deg, #2ecc71, #f1c40f);
    background-image: -o-linear-gradient(0deg, #2ecc71, #f1c40f);
    background-image: linear-gradient(90deg, #2ecc71, #f1c40f);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#2ecc71', endColorstr='#f1c40f')";

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

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.btn.btn-nesto span {
    display: block;
    padding: 15px 22px;
}
.btn-nesto.hover,
.btn-nesto:hover,
.btn-nesto.focus,
.btn-nesto:focus,
.btn-nesto:active,
.btn-nesto.active {
    outline: none !important;
    color: #ef3b6a !important;
}
.btn-nesto.hover span,
.btn-nesto:hover span,
.btn-nesto.focus span,
.btn-nesto:focus span,
.btn-nesto:active span,
.btn-nesto.active span {
    background-color: #ffffff;
}

.btn-nesto-o,
.btn.btn-nesto-o {
    z-index: 1;
    padding: 2px 2px 2px 2px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    letter-spacing: 1px;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    background-color: #ef3b6a;

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

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

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.btn.btn-nesto-o span {
    display: block;
    padding: 150px 22px;
    background-color: #ef3b6a;
}

.btn-nesto-o.hover,
.btn-nesto-o:hover,
.btn-nesto-o.focus,
.btn-nesto-o:focus,
.btn-nesto-o:active,
.btn-nesto-o.active {
    outline: none !important;
    color: #ef3b6a !important;
}

.btn-nesto-o.hover span,
.btn-nesto-o:hover span,
.btn-nesto-o.focus span,
.btn-nesto-o:focus span,
.btn-nesto-o:active span,
.btn-nesto-o.active span {
    background-color: transparent;
}

/* 1.5 Section Title
---------------------------------------------------------------------------*/
.section-title {
		  width: 100%;
		  color: #ef3e6a;
		  font-size: 42px;
		  font-weight: 600;
		  line-height: 42px;
		  word-spacing: 0px;
		  text-align: center;
		  margin-bottom: 30px;
		  letter-spacing: 1px;
		  text-transform: capitalize;
		  font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-title span {
    color: #ffffff;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}
.section-title span:nth-child(2),
.section-title span:last-child {
    margin-right: 0;
}
.section-title span img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 130px;
}

/* 1.6 Short Section Title
---------------------------------------------------------------------------*/
.short-section-title {
    width: 100%;
    color: #ef3e6a;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    margin-top: 40px;
    line-height: 42px;
    word-spacing: 0px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.short-section-title.margin60 { margin-bottom: 60px; }

/* 1.7 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/24px 'Montserrat', '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.8 Loader
---------------------------------------------------------------------------*/
#loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #fff;
}
#loader-container {
    left: 0;
    top: 50%;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-top: -20px;
    text-align: center;
    position: absolute;
}
#loader-container img {
    display: block;
    margin: 0 auto;
}




/* ==========================================================================
   2. Typography
========================================================================== */
/* 2.1 Headings
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #1e1e1e;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Nunito', '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; }

.slogan-desc h1 {
    font-size:45px;
    color:#ef3e6a;
    padding-bottom: 15px;
    font-family:'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p { margin: 0 0 10px; }

b,
strong { font-weight: 700; }

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




/* ==========================================================================
   3. Menu
========================================================================== */
/* 3.1 Wrapper
---------------------------------------------------------------------------*/
#nav-wrapper {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    overflow: hidden;
    padding: 30px 0 20px;
    background-color: #fff;
    /* -webkit-backface-visibility: hidden; */
    
    /* -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;
}
#nav-wrapper.tiny {
    padding: 20px 0 10px;
    background-color: #fff;
}


/* 3.2 navbar
-------------------------------------------------------------------------- */
.navbar {
    margin-bottom: 0;
    min-height: 50px;

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

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.navbar-brand img {    
    width: 250px;
    height: 50px;
    display: block;
}

.navbar-nav > li {
    margin-left: 10px;
    position: relative;
}

.navbar-nav > li:after {

}

.navbar-nav > li:first-child { margin-left: 0; }
.navbar-nav > li:hover:after,
.navbar-nav > li.active:after {
    color: #ffffff;
    display: block;
    background-color: #ef3e6a;
}
.navbar-nav > li.active a { 
	color: #202020;
}

.navbar-nav > li > a {
	padding: 10px;
    color: #ef3e6a;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: px;
    text-transform: capitalize;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
	color: #202020;
}

.navbar-header a {
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
}




/* ==========================================================================
   4. Home Section
========================================================================== */
/* 4.1 Wrapper
---------------------------------------------------------------------------*/
#home-section {
    z-index: 1;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/feature-images/stripes.jpg) no-repeat center center;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#home-section-wrapper {
    top: 0;
    left: 0;
    z-index: 3;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;

}

/* 4.2 Container
-------------------------------------------------------------------------- */
#home-section-container {
    z-index: 4;
    width: 100%;
    height: 860px;
    overflow: visible;
    position: relative;
    padding-top: 160px;
}
#home-section-container:before {

}

/* 4.3 Home Feature Image
-------------------------------------------------------------------------- */
/* 4.3.1 Wrapper
-------------------------------------------------------------------------- */
.home-content {
	padding:0px;
}

.home-icon {
	margin-top: 80px;
}
.home-feature-image {
    width: 100%;
    max-width: 326px;
    overflow: visible;
    margin: 0 0 0 auto;
}

/* 4.3.2 Image
-------------------------------------------------------------------------- */
.home-feature-image img {
    position: relative;
    left: -260px;
    top: 0px;
}

/* 4.4 Slogan
-------------------------------------------------------------------------- */
.slogan {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 30px;
}

/* 4.5 Slogan Description
-------------------------------------------------------------------------- */
.slogan-desc {
    color: #ef3e6a;
	font-size: 30px;
    font-weight: 300;
    padding-top: 0px;
    margin: 310px 0px 25px;
	text-align: right;
    line-height: 35px;
    position: inherit;
    font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 4.6 Home Buttons
-------------------------------------------------------------------------- */
.home-buttons {
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.home-buttons a:first-child { margin-right: 0px; }
.home-buttons a:last-child { margin-left: 15px; }


/* 4.7 Variation
-------------------------------------------------------------------------- */
/* 4.7.1 Slider
-------------------------------------------------------------------------- */
/* 4.7.1.1 Wrapper
-------------------------------------------------------------------------- */
#owl-home-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* 4.7.1.2 Dots
-------------------------------------------------------------------------- */
#owl-home-wrapper .owl-theme .owl-controls {
    left: 0;
    bottom: 0;
    position: absolute;
}
#owl-home-wrapper .owl-theme .owl-controls .owl-page span {
    background-image: -webkit-linear-gradient(0deg, #2ecc71, #f1c40f);
    background-image: -moz-linear-gradient(0deg, #2ecc71, #f1c40f);
    background-image: -ms-linear-gradient(0deg, #2ecc71, #f1c40f);
    background-image: -o-linear-gradient(0deg, #2ecc71, #f1c40f);
    background-image: linear-gradient(90deg, #2ecc71, #f1c40f);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#2ecc71', endColorstr='#f1c40f')";
}

/* 4.7.1.3 Slogan
-------------------------------------------------------------------------- */
.col-md-12 .slogan {
    padding-top: 0;
    text-align: right;
}
.col-md-12 .slogan:after {
    left: 50%;
    margin-left: -30%;
}

/* 4.7.1.4 Slogan Description
-------------------------------------------------------------------------- */
.col-md-12 .slogan-desc {
    margin: 0 0 23px;
    text-align: right;
}

/* 4.7.1.5 Home Buttons
-------------------------------------------------------------------------- */
.col-md-12 .home-buttons {
    text-align: right;
    margin-bottom: 40px;
}

/* 4.7.1.6 Home Feature Image
-------------------------------------------------------------------------- */
.col-md-12 .home-feature-image {
    width: 100%;
    max-width: 750px;
    position: relative;
    margin: 0 auto 23px;
}
.fit {
    top: 25px;
    z-index: 2;
    left: 90px;
    width: 570px;
    position: absolute;
}
.fit .fluid-width-video-wrapper { height: 360px; }
.fit iframe {
    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;
}




/* ==========================================================================
   5. Feature Section Page 1
========================================================================== */
/* 5.1 Wrapper
---------------------------------------------------------------------------*/
#features-section-page-1 {
    margin: 0;
    z-index: 2;
    width: 100%;
    position: relative;
    padding: 95px 0 35px;
    background-color: #ffffff;
}

/* 5.2 Feature Box Style 1
---------------------------------------------------------------------------*/
/* 5.2.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style-1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}


/* 5.2.3 Title
---------------------------------------------------------------------------*/
.feature-box-style-1 .feature-title {
    color: #202020;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
	margin-top: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;

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

/* 5.2.4 Description
---------------------------------------------------------------------------*/
.feature-box-style-1 .feature-desc {
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
}


/* ==========================================================================
   6. Feature Section Page 2
========================================================================== */
/* 6.1 Wrapper
---------------------------------------------------------------------------*/
#features-section-page-2 {
    margin: 0;
    z-index: 2;
    width: 100%;
    padding: 95px 0 0;
    position: relative;
    background-color: #ffffff;

    -webkit-border-bottom: 1px solid #d7d7d7;
       -moz-border-bottom: 1px solid #d7d7d7;
         -o-border-bottom: 1px solid #d7d7d7;
            border-bottom: 1px solid #d7d7d7;
}

/* 6.2 Feature Image Style 1
---------------------------------------------------------------------------*/
/* 6.2.1 Wrapper
---------------------------------------------------------------------------*/
.feature-image-style-1 {
    width: 100%;
    max-width: 370px;
    overflow: hidden;
    position: relative;
    margin: 0 auto -60px;
}

/* 6.2.2 Image
---------------------------------------------------------------------------*/
.feature-image-style-1 img {
    width: 100%;
    display: block;
}
.feature-image-style-1 img:first-child { position: relative; }
.feature-image-style-1 img:last-child {
    top: 0;
    left: 0;
    position: absolute;
}

/* 6.3 Feature Description
---------------------------------------------------------------------------*/
.feature-desc {
    font-weight: 300;
    margin-bottom: 25px;
}

/* 6.4 Feature List
---------------------------------------------------------------------------*/
/* 6.4.1 Wrapper
---------------------------------------------------------------------------*/
.feature-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

/* 6.4.2 List
---------------------------------------------------------------------------*/
.feature-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
}

/* 6.4.3 Items
---------------------------------------------------------------------------*/
.feature-list ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.feature-list ul li:before {
    left: 0;
    top: 1px;
    color: #1e1e1e;
    font-size: 10px;
    content: '\f111';
    position: absolute;
    font-family: 'FontAwesome';
}

/* 6.5 Feature Buttons
---------------------------------------------------------------------------*/
.feature-buttons {
    width: 100%;
    color: #1e1e1e;
    font-size: 20px;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: 95px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.feature-buttons a:first-child { margin-right: 15px; }
.feature-buttons a:last-child { margin-left: 15px; }




/* ==========================================================================
   7. Feature Section Page 3
========================================================================== */
/* 7.1 Wrapper
---------------------------------------------------------------------------*/
#features-section-page-3 {
    margin: 0;
    z-index: 2;
    width: 100%;
    padding: 95px 0 0;
    position: relative;
    background-color: #ffffff;
}




/* ==========================================================================
   8. Video Section
========================================================================== */
/* 8.1 Wrapper
---------------------------------------------------------------------------*/
#video-section {
    margin: 0;
    padding: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ef3b6a;
}
iframe#okplayer { z-index: 2 !important; }
#video-section .section-title { color: #ffffff; }

#video-section-wrapper {
    background: url('../images/feature-images/selfie.jpg') no-repeat fixed center center / cover transparent;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* 8.2 Container
---------------------------------------------------------------------------*/
#video-section-container {
    z-index: 2;
    width: 100%;
    overflow: hidden;
    position: relative;
     padding: 90px 0 60px;
}
#video-section-container:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.90;
    position: absolute;
    background-color: #ef3b6a;
}

/* 8.3 Play Button
---------------------------------------------------------------------------*/
a.desktop-play,
a.mobile-play {
    z-index: 3;
    width: 80px;
    height: 80px;
    color: #ffffff;
    display: block;
    font-size: 50px;
    line-height: 76px;
    text-align: center;
    position: relative;
    margin: 0 auto 40px;

    -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.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
a.desktop-play i,
a.mobile-play i {
    display: block;
    margin: 13px 0 0 8px;
}
a.desktop-play:hover,
a.desktop-close:hover {
    color: #2ecc71;
    background-color: #ffffff;
}

/* 8.4 Close Button
---------------------------------------------------------------------------*/
a.desktop-close {
    left: 50%;
    z-index: 3;
    width: 80px;
    height: 80px;
    bottom: 50px;
    display: none;
    color: #ffffff;
    font-size: 50px;
    line-height: 76px;
    position: absolute;
    text-align: center;
    margin-left: -40px;

    -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.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
a.desktop-close i {
    display: block;
    margin: 13px 0 0 0;
}




/* ==========================================================================
   9. Explain Section
========================================================================== */
/* 9.1 Wrapper
---------------------------------------------------------------------------*/
#explain-section {
    margin: 0;
    z-index: 2;
    width: 100%;
    position: relative;
    padding: 95px 0 35px;
    background-color: #ffffff;
}

/* 9.2 Feature Box Style 2
---------------------------------------------------------------------------*/
/* 9.2.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style-2 {
    z-index: 2;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.feature-box-style-2:first-child { margin-top: 60px; }

/* 9.2.2 Icon
---------------------------------------------------------------------------*/
.feature-box-style-2 .feature-icon {
    float: left;
    width: 70px;
    height: 70px;
    padding: 2px;
    margin-left: 5px;
    margin-right: 30px;
    display: inline-block;

    background-image: -webkit-linear-gradient(0deg, #ef3e6a, #ef3e6a);
    background-image: -moz-linear-gradient(0deg, #ef3e6a, #ef3e6a);
    background-image: -ms-linear-gradient(0deg, #ef3e6a, #ef3e6a);
    background-image: -o-linear-gradient(0deg, #ef3e6a, #ef3e6a);
    background-image: linear-gradient(90deg, #ef3e6a, #ef3e6a);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ef3e6a', endColorstr='#ef3e6a')";
}
.feature-box-style-2.left .feature-icon {
    float: right;
    margin-right: 5px;
    margin-left: 30px;
}
.feature-box-style-2 .feature-icon i {
    width: 66px;
    height: 66px;
    color: #1e1e1e;
    display: block;
    font-size: 35px;
    line-height: 66px;
    text-align: center;
    background-color: #ffffff;

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

/* 9.2.3 Title
---------------------------------------------------------------------------*/
.feature-box-style-2 .feature-title {
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.feature-box-style-2.left .feature-title { text-align: right; }

/* 9.2.4 Description
---------------------------------------------------------------------------*/
.feature-box-style-2 .feature-desc {
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 100px;
}
.feature-box-style-2.left .feature-desc {
    padding-left: 0;
    text-align: right;
    padding-right: 100px;
}

/* 9.2.5 Hover
---------------------------------------------------------------------------*/
.feature-box-style-2:hover .feature-title { color: #ef3e6a; }
.feature-box-style-2:hover .feature-icon i {
    color: #ffffff;
    
     background-image: -webkit-linear-gradient(0deg, #ef3e6a, #ef3e6a);
    background-image: -moz-linear-gradient(0deg, #ef3e6a, #ef3e6a);
    background-image: -ms-linear-gradient(0deg, #ef3e6a, #ef3e6a);
    background-image: -o-linear-gradient(0deg, #ef3e6a, #ef3e6a);
    background-image: linear-gradient(90deg, #ef3e6a, #ef3e6a);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ef3e6a', endColorstr='#ef3e6a')";
}

/* 9.3 Feature Image Style 2
---------------------------------------------------------------------------*/
/* 9.3.1 Wrapper
-------------------------------------------------------------------------- */
.feature-image-style-2 {
    width: 100%;
    max-width: 263px;
    position: relative;
    margin: 0 auto 65px;
}

/* 9.3.2 Image
-------------------------------------------------------------------------- */
.feature-image-style-2 img {
    width: 100%;
    display: block;
}

/* 9.4 Arrows
-------------------------------------------------------------------------- */
/* 9.4.1 Top Left Arrow
-------------------------------------------------------------------------- */
span.arrow-tl {
    top: 90px;
    z-index: 1;
    left: -75px;
    position: absolute;
}

/* 9.4.2 Top Right Arrow
-------------------------------------------------------------------------- */
span.arrow-tr {
    top: 90px;
    z-index: 1;
    right: -75px;
    position: absolute;
}

/* 9.4.3 Middle Left Arrow
-------------------------------------------------------------------------- */
span.arrow-ml {
    top: 270px;
    z-index: 1;
    left: -75px;
    position: absolute;
}

/* 9.4.4 Middle Right Arrow
-------------------------------------------------------------------------- */
span.arrow-mr {
    top: 270px;
    z-index: 1;
    right: -75px;
    position: absolute;
}

/* 9.4.5 Bottom Left Arrow
-------------------------------------------------------------------------- */
span.arrow-bl {
    top: 370px;
    z-index: 1;
    left: -75px;
    position: absolute;
}

/* 9.4.6 Bottom Right Arrow
-------------------------------------------------------------------------- */
span.arrow-br {
    top: 370px;
    z-index: 1;
    right: -75px;
    position: absolute;
}




/* ==========================================================================
   10. Download Section
========================================================================== */
/* 10.1 Wrapper
---------------------------------------------------------------------------*/
#download-section {
    padding: 0;
    width: 100%;
    overflow: hidden;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#download-section-wrapper {
    background: url('../images/feature-images/selfie.jpg') no-repeat fixed center center / cover transparent;
    
    z-index: 3;
    content: '';
    width: 100%;
    height: 100%;
    position: relative;
}

/* 10.2 Container
-------------------------------------------------------------------------- */
#download-section-container {
    z-index: 4;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 95px 0 95px;
	background-color:#ef3b6a;
}

.appstore-googleplay {
	display: inline-block;
	text-align: center;
}

/* ==========================================================================
   10.2 End Section
========================================================================== */
/* 10.2 Wrapper
---------------------------------------------------------------------------*/
#end-section {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: url(../images/feature-images/selfie.jpg) fixed no-repeat center center;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#end-section-wrapper {
    z-index: 3;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
}

/* 10.2 Container
-------------------------------------------------------------------------- */
#overlay-section-container {
    z-index: 4;
    width: 100%;
    overflow: hidden;
    position: relative;
	padding: 175px 0px 125px 0px;
	background-color:rgba(0,0,0,0.5);
}

/* ==========================================================================
   11. Screenshots Section
========================================================================== */
/* 11.1 Wrapper
---------------------------------------------------------------------------*/
#screenshots-section {
    margin: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 95px 0 45px;
    background-color: #ffffff;
}
#screenshots-section .container { 
	overflow: visible; 
}

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

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

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

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

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

    -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-2 {
	margin-top: 35px;
}

.owl-shots-navigation a {
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 2px;
    display: block;
    font-size: 36px;
    margin-top: -25px;
    text-align: center;
    position: absolute;
    
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    background-image: -webkit-linear-gradient(#ef3b6a, #ef3b6a);
    background-image: -moz-linear-gradient(#ef3b6a, #ef3b6a);
    background-image: -ms-linear-gradient(#ef3b6a, #ef3b6a);
    background-image: -o-linear-gradient(#ef3b6a, #ef3b6a);
    background-image: linear-gradient(#ef3b6a, #ef3b6a);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ef3b6a', endColorstr='#ef3b6a')";

    -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-shots-navigation a i {
    width: 46px;
    height: 46px;
    display: block;
    color: #ef3b6a;
    line-height: 46px;
    background-color: #ffffff;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

}
a.shots-prev {
    opacity: 100;
    left: -100px;
}
a.shots-next {
    opacity: 100;
    right: -100px;
}

/* 11.2.8 Hover
-------------------------------------------------------------------------- */
.owl-shots .slide-content:hover a:after { 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);
}
.owl-shots-navigation a:hover i {
    color: #ffffff;
    background-color: transparent;
}
#owl-shots-wrapper:hover a.shots-prev {
    opacity: 100;
}
#owl-shots-wrapper:hover a.shots-next {
    opacity: 100;
}

/* ==========================================================================
   12. Subscribe Section
========================================================================== */
/* 12.1 Wrapper
---------------------------------------------------------------------------*/
#subscribe-section {
    margin: 0;
    z-index: 2;
    width: 100%;
    position: relative;
    padding: 90px 0 40px;
}
#subscribe-section .section-title {
	    line-height: 40px;
    margin-bottom: 30px;
}

/* 12.2 NewsLetter Form
-------------------------------------------------------------------------- */
/* 12.2.1 Wrapper
-------------------------------------------------------------------------- */
#newsletter-form {
	   width: 67%;
       margin: 0px auto;
	   padding-bottom: 50px;
}

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

/* 12.2.3 Form Control
-------------------------------------------------------------------------- */
#newsletter-form .form-control {
    float: left;
    width: 450px;
    height: 52px;
	margin-top: 1px;
    outline: none;
    color: #202020;
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
    background-color: #ffffff;

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

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

    -webkit-appearance: none;
	   -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
#newsletter-form .form-control:hover,
#newsletter-form .form-control:focus {
    -webkit-border: 1px solid #ef3b6a;
       -moz-border: 1px solid #ef3b6a;
         -o-border: 1px solid #ef3b6a;
            border: 1px solid #ef3b6a;
}
#newsletter-form .btn.btn-nesto-o span { padding: 14px 22px 10px 22px; }

/* 12.2.4 Error / Success Message
-------------------------------------------------------------------------- */
p.nesto-response {
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ef3b6a;
    font-weight: 300;
    padding-top: 30px;
    margin: 0px;
    text-align: center;
    position: relative;
}

/* 12.2.5 Button
-------------------------------------------------------------------------- */
#newsletter-form button { width: auto; }




/* ==========================================================================
   13. Testimonials Section
========================================================================== */
/* 13.1 Wrapper
---------------------------------------------------------------------------*/
#testimonials-section {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: url('../images/feature-images/selfie.jpg') no-repeat fixed center center / cover transparent;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* 13.2 Container
-------------------------------------------------------------------------- */
#testimonials-section-container {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding:100px 0 100px;
}
#testimonials-section-container:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.90;
    position: absolute;
    background-color: #ef3b6a;
}

/* 13.3 Testimonials Slider
-------------------------------------------------------------------------- */
/* 13.3.1 Wrapper
-------------------------------------------------------------------------- */
#owl-testimonials-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

/* 13.3.2 Quote
-------------------------------------------------------------------------- */
#owl-testimonials-wrapper .testimonials-quote {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 40px;
}

/* 13.3.3 Profile
-------------------------------------------------------------------------- */
/* 13.3.3.1 Wrapper
-------------------------------------------------------------------------- */
#owl-testimonials-wrapper .testimonials-profile {
    width: 100%;
    margin: 0 auto;
}

/* 13.3.3.2 Image
-------------------------------------------------------------------------- */
#owl-testimonials-wrapper .testimonials-img {
    width: 80px;
    height: 80px;
    padding: 3px;
    overflow: hidden;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#owl-testimonials-wrapper .testimonials-img img {
    width: 100%;
    display: block;
    
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 0px;

    -webkit-border: 1px solid #fff;
       -moz-border: 1px solid #fff;
         -o-border: 1px solid #fff;
            border: 1px solid #fff;
}

/* 13.3.3.3 Name
-------------------------------------------------------------------------- */
#owl-testimonials-wrapper .testimonials-name {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    overflow: hidden;
    line-height: 80px;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'adiradisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 13.3.4 Dots
-------------------------------------------------------------------------- */
#owl-testimonials-wrapper .owl-theme .owl-controls .owl-page span {
    color:#fff;
}

/* ==========================================================================
   15. Contact Section
========================================================================== */
/* 15.1 Wrapper
---------------------------------------------------------------------------*/
#contact-section {
    margin: 0;
    z-index: 2;
    width: 100%;
    padding: 95px 0;
    position: relative;
    background-color: #ffffff;
}

/* 15.2 Form Control
-------------------------------------------------------------------------- */
#contactform .form-control {
    width: 100%;
    height: 50px;
    outline: none;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    background-color: #ffffff;
    
    -webkit-border-radius: 10px 10px 10px 10px;
       -moz-border-radius: 10px 10px 10px 10px;
         -o-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
    
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
    
    -webkit-border: 1px solid #c2c2c2;
       -moz-border: 1px solid #c2c2c2;
         -o-border: 1px solid #c2c2c2;
            border: 1px solid #c2c2c2;
}
#contactform .form-control:hover,
#contactform .form-control:focus {
	color: #ef3e6a;
}

/* 15.2.3 Textarea
-------------------------------------------------------------------------- */
#contactform textarea {
	width: 100%;
    resize: none;
    margin: 0 auto;
    padding: 15px 12px;
    height: 130px !important;
}

/* 15.2.4 Button
-------------------------------------------------------------------------- */
#contactform .btn.btn-nesto-o span { padding: 14px 22px 10px 22px; }
#contactform button {
    display: block;
    margin: 0 auto;
}

/* 15.2.5 Error / Success Message
-------------------------------------------------------------------------- */
#contact-form-message {
    width: 100%;
    color: #ef3e6a;
    margin-top: 20px;
    text-align: center;
}




/* ==========================================================================
   16. Footer Section
========================================================================== */
/* 16.1 Wrapper
---------------------------------------------------------------------------*/
#footer-section {
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 100%;
    position: relative; 
} 

/* 16.2 Container
---------------------------------------------------------------------------*/
#footer-section-container {
    margin: 0;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 80px 0 30px;
}

/* 16.3 Social Icons
---------------------------------------------------------------------------*/
/* 16.3.1 Wrapper
---------------------------------------------------------------------------*/
#social-icons {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
}

/* 16.3.2 List
---------------------------------------------------------------------------*/
#social-icons ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

/* 16.3.3 Items
---------------------------------------------------------------------------*/
#social-icons ul li {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
#social-icons ul li:last-child { margin-right: 0; }

/* 16.3.4 Anchor
---------------------------------------------------------------------------*/
#social-icons ul li a {
    display: block;
    color: #ffffff;
    font-size: 23px;
    line-height: 56px;

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

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

/* 16.3.5 Hover
---------------------------------------------------------------------------*/
#social-icons ul li a:hover {
    color: #2ecc71;
    background-color: #ffffff;
}

/* 16.4 Logo
---------------------------------------------------------------------------*/
/* 16.4.1 Wrapper
---------------------------------------------------------------------------*/
#footer-logo {
    width: 100%;
    overflow: visible;
    text-align: center;
    margin: 0 50px 35px -35px;
}

/* 16.4.2 Anchor
---------------------------------------------------------------------------*/
#footer-logo a {
    width: 220px;
	height: 200px;
    display: block;
	margin: 0px auto;
}

/* 16.4.3 Image
---------------------------------------------------------------------------*/
#footer-logo img {
    display: block;
    margin: 0 auto;
}

/* 16.5 Copyright
---------------------------------------------------------------------------*/
/* 16.5.1 Wrapper
---------------------------------------------------------------------------*/
#copyright {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #202020;
    text-align: center;
}

/* 16.5.2 Anchor
---------------------------------------------------------------------------*/
#copyright a {
    color: #ef3e6a;
    text-decoration: underline;
}
#copyright a:hover { text-decoration: none; }

/* ==========================================================================
   Responsive
========================================================================== */
@media only screen and (max-width: 1199px) {

    .slogan { font-size: 60px; }

    .section-title { font-size: 36px; }

    .feature-box-style-1 .feature-title,
    .feature-box-style-2 .feature-title {
        font-size: 23px;
    }

    .feature-image-style-1 { margin: 0 auto 95px; }

    span.arrow-tl,
    span.arrow-tr,
    span.arrow-ml,
    span.arrow-mr,
    span.arrow-bl,
    span.arrow-br {
        display: none;
    }

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

    .col-md-12 .home-feature-image { max-width: 630px; }
    .fit {
        top: 20px;
        left: 70px;
        width: 490px;
    }
    .fit .fluid-width-video-wrapper { height: 310px; }
    
    .home-feature-image img {
	    left: -200px;
	    top: 40px;
        width: 700px;
    }
    
    .slogan-desc {
        font-size: 23px;
    }
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {

    .slogan,
    .slogan-desc {
        text-align: right;
    }
    .slogan:after,
    .col-md-12 .slogan:after {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    .col-md-12 .slogan { padding-top: 120px; }
    .col-md-12 .slogan-desc { margin-bottom: 75px; }
    .col-md-12 .home-buttons { margin-bottom: 75px; }
    .col-md-12 .home-feature-image {
        max-width: 100%;
        margin: 0 auto 35px;
    }
    .fit {
        top: 30 px;
        left: 85px;
        width: 550px;
    }
    .fit .fluid-width-video-wrapper { height: 340px; }
    
    #home-section-container {
	    height: 750px;
    }

    .home-buttons {
        text-align: center;
        margin: 0 auto 75px;
    }

    .home-feature-image { margin: 0 auto; }

    .short-section-title { margin-top: 0; }

    #newsletter-form .form-control {
        width: 100%;
        margin: 0 auto 30px;
    }
    #newsletter-form button {
        display: block;
        margin: 0 auto;
    }
    p.nesto-response { text-align: center; }

    .owl-shots-navigation,
    .owl-moreapps-navigation {
        display: none;
    }
    
    .appstore-googleplay {
	width: 100%;
	margin: 0 auto;
	}
	
	.slogan-desc {
        font-size: 30px;
    }

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

    .container { width: 570px; }

    .col-md-12 .home-feature-image { margin: 0 auto 345px; }
    .col-md-12 .home-feature-image img { display: none; }
    .fit {
        top: 0;
        left: 0;
        width: 100%;
        position: relative;
    }
    .fit .fluid-width-video-wrapper { height: auto; }
    
    #home-section-container {
	    height: 690px;
	    padding-top: 90px;
    }

    #nav-wrapper.tiny { padding: 20px 0 15px; }

    .navbar-toggle {
        color: #ef3e6a;
        margin-top: 0;
        margin-right: 0;
        font-size: 24px;
        margin-bottom: 0;
    }
    
    .navbar-nav > li {
        margin-left: 0;
        text-align: center;
    }
    
    .navbar-nav > li:after {
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
        background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    }
    
    .navbar-collapse {
    	width: 100%;
    	
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
             -o-box-shadow: none;
                box-shadow: none;
    }
    
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
@media only screen and (max-width: 599px) {

    .container { width: 450px; }

    .col-md-12 .home-feature-image { margin: 0 auto 120px; }

    #nav-wrapper {
    }

    #home-section-container { padding-top: 65px; }

    .slogan {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -3px;
    }

    .feature-box-style-1 .feature-icon,
    .feature-box-style-2 .feature-icon,
    .feature-box-style-2.left .feature-icon {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }

    .feature-box-style-1 .feature-title,
    .feature-box-style-2 .feature-title,
    .feature-box-style-2.left .feature-title {
        text-align: center;
    }

    .feature-box-style-1 .feature-desc,
    .feature-box-style-2 .feature-desc,
    .feature-box-style-2.left .feature-desc {
        padding: 0;
        text-align: center;
    }

    .section-title,
    .short-section-title {
        font-size: 35px;
        letter-spacing: 1px;
    }

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

    .container { width: 320px; }

    #home-section-container {
        height: 970px;
        padding-top: 130px; 
    }
    
    .home-icon {
        margin-top: 80px;
        margin-right:10px;
    }
    
    .home-buttons {
    	width:100%;
    }
    
    #nav-wrapper.tiny {}

    .navbar-toggle {
        color: #ef3e6a;
        width: 100%;
        padding-left: 20px;
        
    }
    
    .appstore-googleplay {
		width: 400px;
		margin-left: -70px;
	}

    .home-buttons a,
    .feature-buttons a {
        display: block;
    }
    .feature-buttons a:first-child,
    .home-buttons a:first-child {
        margin: 0 auto 15px;
    }
    .feature-buttons a:last-child,
    .home-buttons a:last-child {
        margin: 15px auto 0;
    }
    .feature-buttons { text-align: center; }

    .section-title, .short-section-title {
        font-size: 27px;
        letter-spacing: -2px;
    }
    
    .section-title span {
        display: block;
        margin: 0 auto;
    }
    .section-title span:nth-child(2) { margin: 15px auto; }

    #newsletter-form .form-control,
    #contactform .form-control {
        margin: 0 auto 15px;
    }
    
    #newsletter-form {
        width: 100%;
        margin: 0px auto;
        padding-bottom: 50px;
    }

    #social-icons ul li:nth-child(3n) { margin-right: 0; }

    p.nesto-response {
        font-size: 13px;
        text-align: left;
        line-height: 14px;
    }

    .feature-box-style-1 .feature-title,
    .feature-box-style-2 .feature-title {
        font-size: 20px;
    }
    #owl-testimonials-wrapper .testimonials-name { font-size: 23px; }
    
    .slogan-desc {
        font-size: 30px;
        text-align: center;
    }

	}