
/******************************************************************
Theme Name  : Kasper One Page Bootstrap 3 HTML5 Template
Theme URI   : http://demo.morsheds.com/html/kasper/
Author URI  : http://www.morsheds.com
Version     : 1.0
License     : GPL
******************************************************************/

/* =================================== */
/*  Basic Style 
/* =================================== */

/* Let's get this party started */
::-webkit-scrollbar {
    /*width: 12px;*/
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,137,173,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,169,214,0.4); 
}

body {
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
  font-size: 13px;
    color: #a8a8a8;
}

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

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

#categories {
    display: none;
    border : 1px solid #000;
    width: 200px;
}

body > section {
    padding: 50px 0 20px;
}

.section-title {
  margin: 0 auto 55px;
  width: 420px;
}

.section-title h2 {
  color: #1f2021;
  font-size: 30px;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #00c7fc;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Modal******
**************************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999 !important; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    margin-top: 30px;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #4496EB;
    color: white;
}

.modal-body {padding: 120px 32px 200px 250px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #4496EB;
    color: white;
}

/*************************
*******Navigation******
**************************/

#navigation {
  background-color: whitesmoke;
  height: 95.5px;
}

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.nav > li {
    float: left;
    margin: 0;
    padding-right: 22px !important;
}

.animated-nav  {
  background-color: rgba(245,245,245, 0.94) !important;
  height: 75px !important;
}

.animated-nav .navbar-brand {
  height: 40px;
  padding: 1px 0;
}

.animated-nav .navbar-brand > a > img {
  -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 28px 25px;
}

#navigation > .container {
  border-bottom: 0px solid #44B0E8;
  min-width: 100%;
}

.animated-nav#navigation > .container {
  border-bottom: none;
}

.navbar-brand {
  height: inherit;
  padding: 10px 0;
}

.navbar-brand a {
  display: block;
}

.navbar-brand > a > img {
  height: 70px;
  padding-left: 80px;
  -webkit-transition: transform 2s ease-in-out;
    -moz-transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
}

.navigation .navbar-nav > li > a {
  font-size: 13px;
  font-weight: 600;
  padding: 38px 25px;
  text-transform: uppercase;
}

.navigation .navbar-nav > li.current > a {
  color: #00C7FC;
  border-bottom: 2px solid #00C7FC;
  padding-bottom: 15px;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #00C7FC;
  border-bottom: 2px solid #00C7FC;
  padding-bottom: 7px;
  min-width: 100%
}

.navigation .navbar-nav > li > a:focus {
  background-color: #EDEDED;
}

.navigation .navbar-nav > li > a:hover {
  background-color: #CCCCCC;
}

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: transparent;
  height: 40px;
    border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
  background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
  background-color: rgba(15,116,143,0.8);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 25%;
  width: 76%;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 13px;
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: #009EE3;
    border-color: #009EE3;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #00c7fc;
  border: 0;
}

#banner-aside {
  position: absolute;
  z-index: 100;
  padding: 20px 240px 100% 20px;
  width: 30px;
  margin-top: 95px !important;
  margin-left: 78%;
  border: 1px solid #E0E0E0 ;
  background-color: #F5F5F5;
}

.btn-group>.btn{
  display:none;
}

#segmentos {
  margin-left: -7px;
  color: #337ab7;
  font-size: 36px;
  font-family: Verdana, sans-serif;
}

#btn-1 {
  width: 220px;
  height: 65px;
  margin-top: 35px;
  margin-bottom: 25px
}

#btn-2, #btn-3, #btn-4, #btn-5 {
  width: 220px; height: 65px;margin-bottom: 25px
}

/*============================================================
    Services
============================================================*/

#service {
  background-color: #E8E8E8;
  padding: 90px 50px 85px 50px;
}

#service .media > .pull-left{
    margin-right: 80px;
    margin-left: 90px;
    border: 3px solid #00C7FC;
    border-radius: 50%;
    padding: 13px;
    margin-bottom: 10px;
}

#service .media .media-body h3{
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin-right: 150px;
    margin-left: 60px;
    color: black;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 7px;
}

#service .media .media-body p{
    margin-right: 120px;
    margin-left: 30px;
    text-align: center;
    color: grey;
    font-size: 13px;
    line-height: 24px;
}

#service .media{
    /*padding-bottom: 75px;*/
    padding-left: 20px;
}


.media-object {
  width: 50px;
}


.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #00c7fc;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  font-weight: 900;
  line-height: 24px;
}

#row-toggle {
  margin-top: 30px;
  padding-bottom: 35px;
}

/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
  background-color: #1f2021;
  padding-bottom: 0;
  position: relative;
}

.mobile-device {
  position: relative;
}

.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: 98px;
  z-index: 2;
}

.mobile-device .white {
  bottom: -62px;
  z-index: 1;
}

.service-features {
  background-color: #0f748f;
  color: #fff;
  height: 335px;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: 0;
  top: 18%;
  width: 45%;
}

.service-features h3 {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.service-features ul li {
  background: url("../img/icons/list-bg.png") no-repeat scroll 0 13px transparent;
  font-size: 16px;
  line-height: 36px;
  padding-left: 50px;
}

.contact-us {
  padding-left: -20px; 
  font-weight: bold;
  font-size: 24px;
  color: #f5f5f5;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

/*============================================================
    PULSE BUTTON
============================================================*/

.noanimation {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

#div-pulse-button {
  margin-top: 45px;
}

.pulse-button {

  position: relative;
  width: 180px;
  height: 60px;
  color: white;
  font-size:15px;
  font-weight:bold;
  font-family: Verdana, sans-serif;
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 199, 255, 0.7);
  border-radius: 4%;
  background-color: #0099C2;
  /*background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/173024/jonathanlarradet_copy.png);*/
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
/*
.pulse-button:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #0099C2;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
*/
.pulse-button:hover 
{
  opacity: 0.7;
   
   /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(0, 91, 115, 0.7);
  -moz-box-shadow: 0px 0px 20px rgba(0, 91, 115, 0.7);
  box-shadow: 0px 0px 20px rgba(0, 91, 115, 0.7);
}

/*
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
*/

/*============================================================
    Portfolio
============================================================*/

#portfolio {
  /*background-color: #E8E8E8; */
  margin-left: 45px;
  padding-top: 90px;
  padding-bottom: 100px;
}

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #00C7FC;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
  margin: 10px 10px 10px 35px;
    position: relative;
    float: left;
    overflow: hidden;
    width: 131px !important;
    height: 105px !important;
    border: 2px solid lightgrey;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center #0faed9;
  border-radius: 50%;
  display: block;
  height: 25px;
  left: 75%;
  margin: -20px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 25px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: whitesmoke;
  bottom: -101px;
  left: 0;
  padding: -1px 0 10px 10px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #0FAED9;
}


/*=========================================
  Features
==========================================*/

#img-bussines {
  position: absolute;
  opacity: 0.3;
  min-width: 100%;
}

.features {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;

}

.service-desc div ul li {
  color: #232324;
  text-align: justify;
}

.service-desc h3 {
  color: #062033;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.service-desc p {
  color: #232324;
 
}



/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #E8E8E8;
    padding: 0px 0 0 0;
}

#quotes div img {
  padding: 0 75px 0 40px;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}


/*============================================================
    Footer
============================================================*/

.footer {
  background-color: #262626;
  border-top: 5px solid #062033;
  color: #888;
}

.footer a:hover {
  color: white;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: white;
}

.credit a:hover {
  color: white;
}

.copyright {
  color: #B0B0B0;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 170px;
  float: left;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}
