/*
 *
 * Template Name: Produkta
 * Template URI: http://azmind.com
 * Description: Produkta - Responsive Product Showcase
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    /* background: #ffffff url(../img/pattern2.png); */
    /* border-top: 4px solid #518d8a; */
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    text-align: center;
}

strong { font-weight: 700; }
a:hover { text-decoration: none; }

.logo h2 { margin-top: 7px; padding-left: 50px; font-size: 28px; font-weight: 400; color: #555; text-transform: uppercase; }

.logo a {
    display: inline-block;
    width: 166px;
    height: 33px;
    margin-top: 10px;
    background: url(../img/logo.png) left top no-repeat;
    color: #555;
    text-indent: -9999px;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.logo a:hover { color: #518d8a; }

.tel-skype p {
    margin-top: 18px;
    padding-right: 50px;
    text-align: right;
    line-height: 30px;
}

.tel-skype i {
    font-size: 20px;
    vertical-align: middle;
}

.tel-skype .pipe { margin: 0 7px 0 5px; color: #ccc; }

::-moz-selection { background: #518d8a; color: #fff; text-shadow: none; }
::selection { background: #518d8a; color: #fff; text-shadow: none; }


/***** Product Showcase *****/

.product-showcase {
    margin: 0 auto;
    background: #2d2d2d;
    background-image: url(../img/backgrounds/splash.jpg);
    height: 100vh;
    background-size: cover;
    position: absolute;
    /* background-position: center; */
    overflow:hidden;
  top: 0;
  width: 100%;
  /* animation: shrink 16s infinite alternate;   */
    /* background-size: 100% 100%; */
    /* background-position: center; */
    /* z-index:5; */
}
@keyframes shrink {
    0% {
        background-size: 100% ; 
        /* background-position: -10% 0%; */
        background-position: 0% 0%;
    }

    60%  {
        background-size: 104%; 
        background-position: 5% 10%;
    }
    100% {
        background-size: 110%; 
        background-position: 10% 5%;
    }
  }





.product-showcase-pattern {
    margin: 0 auto;
    background-image: url(../img/pattern-2.png);
    /* -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset; */
}

.product-background {
    margin-top: 80px;
    padding: 8px 16px 16px 6px;
    background: rgba(139, 139, 139);/* browsers that don't support rgba */
    /* background: rgba(22, 95, 97, 0.4); */
    /* background: rgba(97, 87, 73, 0.7); */
    background: rgba(202, 202, 202, 0.5);
   
    border-top-right-radius: 78px;
    border-bottom-left-radius: 70px;

    box-shadow:
        0 25px 15px 0 rgba(255, 255, 255, 0.15) inset,
        4px 2px 8px 0 rgba(0, 0, 0, 0.6 );
}

.product-title {
    /* margin-top: 238px; */
    margin-top: 40vh;
}

.product-title h1 {
    padding-right: 22px;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-shadow: 0 1px 7px rgba(12, 12, 12, 1);
    text-align: right;
    padding-top: 10px;
}


.product-title div.product-description {
    margin-top: 20px;
    padding: 0 20px;
    color: #ffffff;
    font-size:18px;
    line-height: 24px;
    /* text-shadow: 0 1px 7px rgb(255, 255, 255); */
    text-shadow: 0 1px 4px rgb(0, 0, 0), 0 -1px 4px #000000;
    text-align: right;
    
}

a.buy-it-now {
    display: inline-block;
    padding: 15px 35px;
    margin-top: 10px;
    background: #172b68;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 15px;
    /* border: 1px solid #8db1ff; */
    -moz-box-shadow:
    0 25px 15px 0 rgba(255, 255, 255, 0.15) inset,
    0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
    0 25px 15px 0 rgba(255, 255, 255, 0.15) inset,
    0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow:
        0 25px 15px 0 rgba(255, 255, 255, 0.15) inset,
        0 1px 5px 0 rgba(4, 2, 2, 0.2);
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    border: 2px solid #ffffff00;
}

a.buy-it-now i { padding-right: 10px; font-size: 28px; vertical-align: middle; }

a.buy-it-now:hover {
    color: #ffe32a;
    font-weight: bold;
    font-size:1.4rem;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
        border: 2px solid #ffe32a;
}

a.buy-it-now:active {
    -moz-box-shadow:
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    border: 0;
}

.slideshow-video {
    margin-top: 55px;
}

.slideshow-video iframe {
    width: 500px;
    height: 360px;
    margin-left: 50px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
}


/***** Content *****/

 .features, .gallery {
    margin-top: 60px;
}

.about-us h3, .features h3, .gallery h3 {
    font-family: "Lobster", sans-serif;
    display: inline-block;
    margin-bottom: 25px;
    /* margin-left: 50px; */
    padding: 0 0 10px 0;
    border-bottom: 3px solid #172b68;
    font-size: 36px;
    font-weight: 400;
    color: #172b68;
}

.features h3 {
    margin-left: 0;
}

.about-us p, .features p, .gallery p {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 30px;
    text-align: justify;
    color:#5f5f5f;
    /* font-size:16px; */
    
}

.features p {
    /* padding-left: 0; */
    padding-left: 20px;
    padding-right: 20px;
}

.single-feature { 
    /* margin-bottom: 30px;  */
    margin: 30px auto;
}

.single-feature:hover i { color: #850000; }

.feature-icon i {
    display: inline-block;
    margin-top: 13px;
    font-size: 70px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.feature-text h4 { color: #850000;font-size: 26px; font-weight: 400; line-height: 28px;
    text-shadow: 2px 1px 2px #c99;
}

.gallery-images {
    margin-top: 25px;
    padding: 0 20px;
}

.gallery-images .img-wrapper {
    position: relative;
    display: inline-block;
    /* margin: 13px 10px 0 0; */
    margin:30px 20px 0 20px;
    cursor: pointer;
    box-shadow: 2px 2px 6px;
}

.gallery-images .img-background {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 150px;
    height: 150px;
    z-index: 100;
    background: #518d8a url(../img/pattern-2.png); /* browsers that don't support rgba */
    background: rgba(81,141,138,.8) url(../img/pattern-2.png);
    text-align: center;
}

.gallery-images .img-background i {
    font-size: 40px;
    color: #fff;
    line-height: 100px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    position: relative;
    top: 24px;
    
}

.gallery-images img {
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

/* Pricing tables */
.pricing {
    margin-top: 20px;
    text-align: center;
}

.pricing h3 {
    margin: 0 40px 40px 50px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
    font-size: 36px;
    font-weight: 400;
    color: #2d2d2d;
    text-align: left;
}

.tables-container {
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    padding-bottom: 5px;
}

.pricing-table {
    float: left;
    width: 305px;
    margin: 50px 14px 0 14px;
    background: #f8f8f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    text-align: center;
    color: #fff;
}

.pricing-table strong { font-weight: 700; }

.pricing-table-header {
    padding: 20px 0 15px 0;
    background: #555;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pricing-table-header h4 { font-size: 28px; font-weight: 400; text-shadow: 1px 1px 1px rgba(0,0,0,.3); }
.pricing-table-header h5 { margin-top: 20px; font-size: 20px; font-weight: 400; text-shadow: 1px 1px 1px rgba(0,0,0,.3); }

.pricing-table-space { height: 5px; }

.pricing-table-text {
    margin: 10px 30px 0 30px;
    padding: 0 10px 10px 10px;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 10px 10px;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 20px;
}

.pricing-table-sign-up a {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.pricing-table-sign-up a:hover {
    text-decoration: none;
    -moz-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
}

.pricing-table-sign-up a:active {
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
}

/* Highlighted table */
.pricing-table-highlighted {
    margin-top: 0;
}

.pricing-table-highlighted .pricing-table-header {
    background: #518d8a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73a3a1), to(#518d8a));
    background-image: -webkit-linear-gradient(top, #73a3a1, #518d8a);
    background-image: -moz-linear-gradient(top, #73a3a1, #518d8a);
    background-image: -o-linear-gradient(top, #73a3a1, #518d8a);
    background-image: -ms-linear-gradient(top, #73a3a1, #518d8a);
    background-image: linear-gradient(to bottom, #73a3a1, #518d8a);
}

.pricing-table-highlighted .pricing-table-sign-up a {
    background: #518d8a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73a3a1), to(#518d8a));
    background-image: -webkit-linear-gradient(top, #73a3a1, #518d8a);
    background-image: -moz-linear-gradient(top, #73a3a1, #518d8a);
    background-image: -o-linear-gradient(top, #73a3a1, #518d8a);
    background-image: -ms-linear-gradient(top, #73a3a1, #518d8a);
    background-image: linear-gradient(to bottom, #73a3a1, #518d8a);
}

/* Using this */
.using-this {
    margin-top: 35px;
    text-align: center;
}

.using-this h3 {
    margin: 0 40px 40px 50px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
    font-size: 36px;
    font-weight: 400;
    color: #2d2d2d;
    text-align: left;
}

.using-this-container {
    text-align: center;
}

.using-this-container a {
    display: inline-block;
    width: 185px;
    height: 77px;
    margin: 5px;
    background: #f8f8f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.using-this-container a.using-this-google { background-image: url(../img/clients/google.png); }
.using-this-container a.using-this-youtube { background-image: url(../img/clients/youtube.png); }
.using-this-container a.using-this-pinterest { background-image: url(../img/clients/pinterest.png); }

.using-this-container a.using-this-google:hover { background-image: url(../img/clients/google-hover.png); }
.using-this-container a.using-this-youtube:hover { background-image: url(../img/clients/youtube-hover.png); }
.using-this-container a.using-this-pinterest:hover { background-image: url(../img/clients/pinterest-hover.png); }



/***** Footer *****/

footer {
    margin-top: 60px;
    padding: 30px 0;
    background: #353141;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    color:  #ffe495;

}

footer h3 {
    font-family: 'Lobster', sans-serif;
    margin-left: 50px;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 400;
    color: #ffc001;
    /* text-shadow: 1px 1px 1px rgb(0,0,0); */
    text-shadow: 2px 2px 1px rgb(0,0,0);
}

footer p { line-height: 30px; font-style: italic;padding: 0 30px;}

footer a {
    color: #ddd;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
footer a:hover { color: #aaa; }

.from-twitter .show-tweet {
    margin-left: 50px;
}

.tweet_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
	
.tweet_list li {
    list-style-type: none;
    line-height: 30px;
}

.testimonials p {
    /* margin-left: 50px; */
}

.testimonials .test-author {
    margin-top: 25px;
    padding-left: 50px;
}

.testimonials .test-author span { color: #ddd; }

.testimonials .test-author img {
    /* float: left; */
    float: none;
    /* margin-right: 20px; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.contact-us form {
    margin: 17px 0 0 50px;
}

.contact-us p {
    margin-left: 50px;
    margin-right: 50px;
}

.contact-us form input, .contact-us form textarea , .contact-us select{
    width: 75%;
    padding: 8px 15px;
    background:#ffe8b0;;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #1c006b;
}

.contact-us select{
    height:36px;
    width:81%;
    option{background-color:#ffffff;}
   
}

.contact-us form input:focus, .contact-us form textarea:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form button {
    /* margin: 2px 0 0 191px; */
    padding: 14px 50px;
    /* background: #518d8a; */
    margin: 10px auto;
    background: #b7bcf2;
    color: #0f0958;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 15px 40px;
    font-family: 'Lobster', sans-serif;
    font-size: 24px;
    
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    
}

.contact-us form button:hover {
    color: #202559;
    /* background: #eea721;
    box-shadow: inset 2px 2px 10px 10px #fedb4c; */

    background: #fedb4c;
    box-shadow: inset 0px 0px 8px 4px #eea721;


    
}

.contact-us form input:-moz-placeholder { color: #270094; }
.contact-us form input:-ms-input-placeholder { color: #270094; }
.contact-us form input::-webkit-input-placeholder { color: #270094; }

.social-links {
    margin: 40px 50px 0 50px;
    padding-top: 40px;
    border-top: 1px dotted #828282;
    text-align: center;
}

.copyright {
    /* margin-top: 20px; */
    margin-left: 0;
    text-align: center;
    p{
        font-style: normal;
    }
}



/***** Media Queries *****/

@media (min-width: 980px) and (max-width: 1200px) {

    #logo-slogan {
        left: 50% !important;
    }
    .span6 {
        width:444px !important;
      }
      .single-feature { 
        /* margin-bottom: 30px;  */
        margin-left: 20px;
    }

    .product-showcase {
        background-image: url(../img/backgrounds/splash_mob.jpg);
        background-size: cover;
    background-position: top;
        animation:none;
    } 
    /* .slideshow-video iframe { width: 85%; height: 300px; } */

    a.buy-it-now:active { border: 1px solid transparent; }

    .feature-icon i { font-size: 60px; }

    .gallery-images .img-background { width: 150px; height: 150px; }

    .gallery-images .img-background i { font-size: 38px; line-height: 90px; position:relative; top: 24px; }

    .gallery-images img { width: 150px; }

    .pricing { margin-top: 50px; }

    .pricing-table { width: 275px; margin-left: 7px; margin-right: 7px; }

    .contact-us form button { margin: 0 auto; }

}

@media (min-width: 768px) and (max-width: 979px) {

    .mobile_visible{
        display: block !important;
    }

    #footer-datos {
        padding-left: 0 !important;
      }

    header{
        background-image: url(../img/backgrounds/splash_mob.jpg)!important;
    }
    .navbar .container {
        /* background-color:rgb(110, 110, 110); */
        float:right;
        margin-top: 20px;
        margin-right: 4px;
        /* background-color: aliceblue; */
    }
    .nav-collapse .nav {
        padding: 10px 0;
        margin: 0 0 0;
      }
      
    
        .nav-collapse, .nav-collapse.collapse {
          overflow: hidden;
          height: 0;
          /* background-color: aliceblue; */
          margin-top: 68px !important;
        
        background: linear-gradient( rgba(35, 62, 146, 0.86), rgba(32, 39, 98, 0.83)) !important;
        box-shadow: inset 2px 4px 6px #b6c8fe !important;
        border-radius: 6px !important;

        }
        .navbar .nav > li:nth-child(1), .navbar .nav > li:nth-child(2),.navbar .nav > li:nth-child(4), .navbar .nav > li:nth-child(5),
        .navbar .nav > li:nth-child(6), .navbar .nav > li:nth-child(8)
        {
          display:none;
        } 

        .navbar .nav > li{  margin: 15px 20px !important;}


        .navbar .nav > li a{
            font-size: 28px !important;
            text-shadow: none !important;
            color: #000000 !important;
            text-shadow: 2px 2px 4px #fff !important;
            padding: 18px 20px !important;
            /* background-color: #e8e8e8 !important; */
            background-color: #bacbfe !important;
            box-shadow: 0 25px 15px 0 rgba(255, 255, 255, 0.75) inset, 0 1px 5px 0 rgba(4, 2, 2, 0.2) !important;
            border-radius: 5px 20px !important;
            }              

    #logo-slogan {
        left: 54% !important;
        /* top:70% !important; */
  
    } 
    .span6 {
        max-width: 358px;
      }
    .product-showcase {
        background-image: url(../img/backgrounds/splash_mob.jpg);
        background-size: cover;
    background-position: top;
        animation:none;
    }

    .slideshow-video iframe { width: 80%; height: 200px; }

    a.buy-it-now:active { border: 1px solid transparent; }

    .feature-icon i { font-size: 42px; }

    .gallery-images .img-background { width: 120px; height: 120px; }

    .gallery-images .img-background i { font-size: 34px; line-height: 70px; position: relative;top:24px;}

    .gallery-images img { width: 120px; }

    .pricing { margin-top: 15px; }

    .pricing-table { float: none; margin-top: 0; margin-bottom: 15px; }

    footer h3, .testimonials p, .from-twitter .show-tweet, .contact-us form, .contact-us p { margin-left: 0;margin-right: 30px; }

    .contact-us p { margin-right: 0; }

    .testimonials .test-author { padding-left: 0; }

    .contact-us form input, .contact-us form textarea { width: 87%; }

    .contact-us select {width:96%;}
    /* .contact-us form button { margin-left: 149px; } */

    /* .overlay  { background-image: url(../img/franjas_mob.png) !important;} */
}



@media (max-width: 767px) {
    
    .mobile_visible{
        display: block !important;
    }

    .separado{
        margin-top:120px;
    }
    
 #footer-datos {
    padding-left: 45px !important;
  }
    header{
        background-image: url(../img/backgrounds/splash_mob2.jpg) !important;
    }
    .navbar .container {
        /* background-color:rgb(110, 110, 110); */
        float:right;
        margin-top: 20px;
        margin-right: 4px;
        /* background-color: aliceblue; */
    }

    
      .nav-collapse, .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
        /* background-color: aliceblue; */
        margin-top: 68px;
        /* background-color: #b02b2bc4; */
        
        /* background: linear-gradient( rgba(209, 210, 218, 0.8), rgba(184, 184, 184, 0.7));
        box-shadow: inset 4px 4px 12px #ffffff; */
        /* background: linear-gradient( rgba(143, 167, 213, 0.76), rgba(51, 73, 149, 0.46)); */
        /* background: linear-gradient( rgba(255, 255, 255, 0.76), rgba(85, 85, 85, 0.56)); */
        /* background: linear-gradient( rgba(255, 255, 255, 0.76), rgba(85, 85, 85, 0.94)); */
        /* background: linear-gradient( rgba(240, 240, 240, 0.76), rgba(177, 177, 177, 0.94)); */
        /* background: linear-gradient( rgb(30, 49, 108), rgb(27, 30, 54)); */
        background: linear-gradient( rgba(35, 62, 146, 0.86), rgba(32, 39, 98, 0.83));
        box-shadow: inset 2px 4px 6px #b6c8fe;
        border-radius: 6px;
        
        /* padding-bottom: 10px; */
        
      }

      .navbar .nav > li a{
        font-size: 24px !important;
        font-style: normal !important;
        text-shadow: none !important;
        color: #000000 !important;
        padding: 18px 20px !important;
        text-shadow: 2px 2px 4px #fff !important;
        /* background-color: #ffda11 !important; */
        /* box-shadow: 0 25px 15px 0 rgba(255, 255, 255, 0.75) inset, 0 1px 5px 0 rgba(4, 2, 2, 0.2) !important; */
        background-color: #bacbfe !important;
        box-shadow: 0 25px 15px 0 rgba(255, 255, 255, 0.75) inset, 0 1px 5px 0 rgba(4, 2, 2, 0.2) !important;
        border-radius: 5px 20px !important;

        /* border-radius: 10px 20px !important; */
        /* border: 1px inset #170a46 !important; */
        
        }       

      .nav-collapse .nav {
        padding: 0 0;
        margin: 0 0 0;
      }

      .navbar .nav > li:nth-child(1), .navbar .nav > li:nth-child(2),.navbar .nav > li:nth-child(4), .navbar .nav > li:nth-child(5),
      .navbar .nav > li:nth-child(6), .navbar .nav > li:nth-child(8)
      {
        display:none;
      } 

      .navbar .nav > li{  margin: 15px 15px !important;}




    #logo-slogan {
        
        top: 60% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .span6 {
        /* width: 480px !important; */
      }
   .product-showcase {
        /* background-image: url(../img/backgrounds/splash_mob.jpg); */
        animation:none;
    }
    body { padding-left: 0; padding-right: 0; }

    .logo h2 { padding-left: 0; text-align: center; }

    .tel-skype p { margin-bottom: 11px; padding-right: 0; text-align: center; }

    .product-background { width: 70% !important; margin-left: auto; margin-right: auto; }

    .slideshow-video { width: 360px; height: 200px; margin-left: auto; margin-right: auto; }

    .slideshow-video iframe { width: 100%; height: 100%; margin: 0; }

    .product-title h1, .product-title div.product-description { padding-left: 40px; }

    .product-title div.call-to-action { text-align: center }

    a.buy-it-now:active { border: 1px solid transparent; }

    .features { margin-top: 50px; }

    .about-us h3, .features h3, .gallery h3, .feature-text h4 { margin-left: 50px; margin-right: 50px; }

    .feature-text h4 { line-height: 36px; }

    .about-us p, .features p, .gallery p { padding-left: 50px; padding-right: 50px; text-align: justify;}

    .feature-icon {  }

    .gallery-images { padding-right: 50px; }

    .gallery-images .img-background { width: 90px; height: 90px; }

    .gallery-images .img-background i { font-size: 38px; line-height: 90px; position: static;}

    .gallery-images img { width: 90px; }

    .pricing { margin-top: 35px; }

    .using-this { margin-top: 40px; }

    .pricing h3, .using-this h3 { margin-left: 50px; margin-right: 50px; }

    .tables-container { margin-left: 0; }

    .pricing-table { float: none; margin-top: 0; margin-bottom: 15px; }

    footer { padding-top: 0; }

    footer h3 { margin-top: 40px; }

    footer h3, .testimonials p, .from-twitter .show-tweet, .contact-us form, .contact-us p, .copyright p { margin-left: 50px; margin-right: 50px; }

    .testimonials .test-author { padding-left: 50px; padding-right: 50px; }

    .contact-us form input, .contact-us form textarea { width: 87%; }

    .contact-us select {width:92%;}

    .contact-us form button { margin-left: 0; }

    .social-links { margin-top: 45px; }

    .product-showcase {
        background-image: url(../img/backgrounds/splash_mob.jpg);
    }

    .overlay  { background-image: url(../img/franjas_mob.png) !important;    }
}

@media (max-width: 480px) {

    #logo-slogan {
        width: 80% !important;
        top: 60% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    } 
    .slideshow-video { width: 320px; height: 160px; } 
    .product-showcase {
        background-image: url(../img/backgrounds/splash_mob2.jpg);
        background-size: cover;
    background-position: top;
        animation:none;
    }
    .navbar .nav > li:nth-child(1), .navbar .nav > li:nth-child(2),.navbar .nav > li:nth-child(4), .navbar .nav > li:nth-child(5),
    .navbar .nav > li:nth-child(6), .navbar .nav > li:nth-child(8)
    {
      display:none;
    } 

    
    .navbar .nav > li{  margin: 15px 20px !important;}



    .span6 {
        /* width: 312px !important; */
      }

      .contact-us select {width:96%;}
     


}
