/*
  Theme Name: Nap App
  Theme URL: http://demo.themeregion.com/nap-app
  Author: ThemeRegion
  Author URI: http://www.themeregion.com
  Description: Nap app - App Landing bootstrap Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================

1.    Typography
2.    navigation-section
3.    slider-section
4.    Features-section
5.    Description
6.    Choose Color
7.    Screenshots
8.    video-section
9.    Pricing-section
10.    Review Section
11.    ownload-app
12.    Contact us
13.    Index Blue

==========================================================================*/


/*========================
=======Typography=========
==========================*/

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4f4f4f;
    background-color: #fff;
}


ul {
    list-style: none;
    margin:0;
    padding:0;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;
    background: transparent;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #a0d48c;
}

h1 {
    font-size:36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight:500;
}

.padding{
    padding:90px 0;
}

.section-title {
    margin-bottom: 70px;
    padding-bottom: 0;
    position:relative;
}

.featured-payments {
    margin-bottom: 0px;
}

.section-title h1 {
    font-size:48px;
    font-weight:700;
    margin-bottom:0;
    text-transform:capitalize;
    color:#43575d;
}


.btn-primary.btn-animated {
    font-size: 12px;
    font-weight: 700;
    padding: 17px 47px;
    width: 325px;
    background-color:transparent;
    text-transform: uppercase;
    border-color: #fff;
    border-width:3px;
    border-style:solid;
    color:#fff;
    -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;
    overflow:hidden;
    webkit-box-shadow:none;
    box-shadow:none;
    outline:none;
    letter-spacing:2px;
}

.btn-primary.btn-animated:hover,
.btn-primary.btn-animated:focus {
    background-color:transparent;
    outline:none;
    border:3px solid #a0d48c;

}

.btn-primary{
    background-color:#a0d48c;
    color:#fff;
    border:0;
    font-size:12px;
    text-transform:uppercase;
}

.btn-primary:hover {
    background-color:#fff;
    color:#a0d48c
}

.parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    width: 100%;
    min-height:437px;
    color:#fff;
    position:relative;
}

.overlay-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.form-control {
  height: 50px;
  padding:6px 20px;
  color: #000;
  border:1px solid #ededed;
  border-radius:0;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background-color:#fff;
  font-weight:500;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid #a0d48c;
  background-color:#fff;
}

textarea.form-control {
    padding: 15px 20px;
}

.form-group {
  margin-bottom: 20px;
}

.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 13px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle,
.navbar-fixed-top .navbar-toggle {
    border: 1px solid #fff;
}

.navbar-toggle .icon-bar,
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #fff;
}

.image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff;
    position:relative;
}

.image-bg .section-title h1 {
    color:#fff;
}

.section-title img {
    display:inline-block;
}

.overlay-bg {
    background: rgb(40,171,149);
    background: -moz-linear-gradient(left,  rgba(40,171,149,1) 0%, rgba(123,209,160,0.90) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,171,149,1)), color-stop(100%,rgba(123,209,160,0.90)));
    background: -webkit-linear-gradient(left,  rgba(40,171,149,1) 0%,rgba(123,209,160,0.90) 100%);
    background: -o-linear-gradient(left,  rgba(40,171,149,1) 0%,rgba(123,209,160,0.90) 100%);
    background: -ms-linear-gradient(left,  rgba(40,171,149,1) 0%,rgba(123,209,160,0.90) 100%);
    background: linear-gradient(to right,  rgba(40,171,149,1) 0%,rgba(123,209,160,0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ab95', endColorstr='#7bd1a0',GradientType=1 );
}

.whatsit h1,
.whatsit h2,
.section-title h1,
.feature h2,
#testimonial-slider .item h2,
.twitter-feed h1,
#download-apps h1 {
    letter-spacing:-2px;
    font-weight:700;
}
/*==============================
=========Home-section=========
================================*/

#home-section {
    background-color:#7e90a2;
    background-image: url(/static/img/2.0/bg.jpg);
    color:#fff;
    height:700px;
}

.home-content.padding{
    padding:120px 0;
}

.home-content h2{
    text-transform:initial;
    font-weight:300;
    margin-bottom:35px;
    max-width:400px;
}

.home-content .btn-primary{
    margin-right:25px;
    margin-bottom:50px;
}

.app-icons li a {
    padding:15px;
    font-size:26px;
    height:65px;
    width:65px;
    display:block;
    background-color:transparent;
}

.app-icons li a:hover {
    background-color:rgba(0, 0, 0, 0.40);
    color:#fff;
}


/*==============================
=========Navigation-section=========
================================*/

#navigation, .navbar-fixed-top {
    background-color:rgba(67, 87, 93, 0.90);
}

.navbar {
    min-height:60px;
    margin-bottom:0;
}

.navbar-fixed-top {
}

.navbar-fixed-top .navbar-collapse {
    padding-left:15px;
    padding-right:15px;
}

.navbar-nav>li>a {
    line-height:35px;
    text-transform:uppercase;
    font-size:14px;
    padding:10px 12px;
}

.navbar-nav li a.btn-primary{
    padding: 2px 24px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight:700;
    margin-top: 10px;
    margin-left: 25px;
}

.navbar-nav li a.btn-primary:hover {
    background-color:#fff;
    color:#a0d48c;
}

.navbar-nav li.active a{
    color:#a0d48c;
}



/*==============================
=========whatsit-section=========
================================*/

.whatsit {
    padding: 30px 0 30px 30px;
    text-align: justify;
}

.whatsit h1 {
    font-size:48px;
    font-weight:700;
    color:#43575d;
}

.whatsit h2 {
    font-size:30px;
    font-weight:300;
    margin-bottom:25px;
    text-transform:initial;
    color:#43575d;
}


/*===============================
=========whats-special-section===
================================*/

#whats-special {
    position:relative;
    background-image:url(../images/bg/special-bg.jpg);
    padding-bottom:0;
    overflow:hidden;
}

.special-content {
    margin-top:80px;
}

.special-content h2 {
    margin-bottom:20px;
}

.special-image {
    text-align:center;
    margin-bottom:-150px;
}

.special-image img {
    display:inline-block;
}

/*================================
=========video-section ====
================================*/

.video {
    position:relative;
}

.video img {
    display:inline-block;
}

.video .video-link {
    position:absolute;
    top:50%;
    left:50%;
    font-size:120px;
    line-height:120px;
    margin-top:-78px;
    margin-left:-60px;
    color: red;
}


/*================================
=========features-section ====
================================*/
#features {
    padding-bottom:35px;
}

.feature {
    margin-bottom:60px;
}

.feature img {
    display:inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 10px;
}

.feature:hover img {
    -webkit-filter: grayscale(0) contrast(100%);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.feature h2{
    margin-top:5px;
    margin-bottom:25px;
    color:#43575d;
}


/*===============================
======== Download-apps =========
================================*/

#download-apps .overlay-bg {
    background:rgba(0, 114, 188, 0.90);
}

#download-apps h1 {
    font-size:48px;
    margin-bottom:25px;
}

.apps ul {
    margin-top :35px;
}

.apps ul li a {
    font-size:36px;
    padding:20px;
}

.apps ul li a:hover {
    color:#004a80;
}

/*Magnific-popup overwrite CSS*/

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding:12px;
}

.mfp-image-holder .mfp-close {
    top:-35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor:pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

@media (min-width: 767px) {
    .copyright {
        padding-top: 30px;
    }
}

.copyright-text {
    display: table-cell;
    vertical-align: bottom;
}

.footer {
    font-size: 14px;
    background: #333px;
}

.footer div {
    background-color: #333;
    color: #DDD;
}

.footer h3 {
    text-transform: none;
    font-size: 24px;
}

ul.footer-items li {
    list-style-type : none;
    padding: 2px 0px;
}
ul.footer-items li.title {
    color : #DDDDDD;
    font-weight: 700;
    text-transform: uppercase;
}
ul.footer-items li a {
    color : #aaaaaa;
}

ul.footer-items li a:hover {
    color : #DDDDDD;
}

.logogroup img {
    margin: 10px 14px;
}


.padding28 {
    padding: 28px 0px;
}

.all-features h2 {
    color: white;
}

a.dropdown-toggle.email {
    text-transform: lowercase;
}

#whatsit {
    padding-top: 100px;
}

.footer-padding {
    padding: 10px 20px;
    margin: 0px 0px;
}

.topspacer50 {
    padding-top: 50px;
}

.btn-primary.btn-animated-black {
    font-size: 12px;
    font-weight: 700;
    padding: 17px 47px;
    width: 325px;
    background-color:transparent;
    text-transform: uppercase;
    border-color: #43575d;
    border-width:3px;
    border-style:solid;
    color: #43575d;
    -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;
    overflow:hidden;
    webkit-box-shadow:none;
    box-shadow:none;
    outline:none;
    letter-spacing:2px;
}


.btn-primary.btn-animated-black:hover,
.btn-primary.btn-animated-black:focus {
	border:3px solid #00aeef;
}
