html {height:100%;}

body {height:100%;}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid;
        border-color: transparent !important;
        box-shadow: none;
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
    margin-bottom: 0px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
  }
}

.scroll-down {
position: absolute;
bottom: 0;
text-align: center;
left: 50%;
margin-left: -13px;
z-index: 105;
margin-bottom: 15px;
}

#page {
  height: 100%;
}

::-moz-selection { 
background-color: #efefef; 
color: #ffffff;
}

::selection {
background-color: #efefef;
color: #ffffff;
}

p {
	font-weight: 300;
	line-height: 1.5;
	color: #5f6a7d;
  font-size: 16px;
  letter-spacing: 0.4px;
  margin: 0 0 30;
}

h1 {
  font-size: 38px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}

h1.custom-1,
.h1 .custom-1
{
  font-size: 46px;
}
h2.custom-1,
.h2 .custom-1
{
  font-size: 38px;
}
h3.custom-1,
.h3 .custom-1
{
  font-size: 32px;
}
h4.custom-1,
.h4 .custom-1
{
  font-size: 28px;
}

/*! Sub Heading */

span.sub-heading-big {
  font-size: 16px;
}

span.sub-heading-small {
  font-size: 14px;
}

span.sub-heading-big, span.sub-heading-small {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

h5,
h6 {
  font-weight: 600;
}

a {
	font-size: 15px;
	font-weight: 600;
	color: #2824b7;
	text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.label {
  font-size: 12px;
  font-weight: normal;
  color: #2cba6f;
  border: 1px solid #2cba6f;
  padding: .4em .6em .3em;
  margin-right: 10px;
}

span.panel-price-number {
  font-size: 48px;
}

span.panel-price-text {
  font-size: 14px;
}

/*!   BUTTONS   */

.btn {
  padding: 20px 42px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  border-color: transparent;
  color: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

.btn-sharp {
border-radius: 0px;
}

.btn-sm {
padding: 8px 20px;
height: 30px;
}
.btn-lg {
  padding: 24px 42px;
}
.btn-rounded {
  border-radius: 35px;
}

.btn-dark {
  background-color: #1d1d20;
  color: #fff;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-color: #0a0b0d;
  color: #fff;
  border-color: transparent;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark .badge {
  color: #fff;
  background-color: #0a0b0d;
}


.btn-white {
  background-color: #fff;
  color: #202020;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-color: #202020;
  color: #fff;
  border-color: transparent;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white .badge {
  color: #fff;
  background-color: #333;
}


.btn-bordered {
  border: 2px solid #202020;
  background-color: transparent;
  color: #202020;
}
.btn-bordered:hover,
.btn-bordered:focus,
.btn-bordered:active,
.btn-bordered.active,
.open > .dropdown-toggle.btn-bordered {
  background-color: #202020;
  color: #fff;
  border-color: transparent;
}
.btn-bordered:active,
.btn-bordered.active,
.open > .dropdown-toggle.btn-bordered {
  background-image: none;
}
.btn-bordered .badge {
  color: #fff;
  background-color: #333;
}

.btn-bordered-light {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-bordered-light:hover,
.btn-bordered-light:focus,
.btn-bordered-light:active,
.btn-bordered-light.active,
.open > .dropdown-toggle.btn-bordered-light {
  background-color: #fff;
  color: #202020;
  border-color: transparent;
}
.btn-bordered-light:active,
.btn-bordered-light.active,
.open > .dropdown-toggle.btn-bordered-light {
  background-image: none;
}
.btn-bordered-light .badge {
  color: #fff;
  background-color: #333;
}

.btn-red {
  background-color: #ff928f;
  color: #fff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-color: #e58381;
  color: #fff;
  border-color: transparent;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red .badge {
  color: #fff;
  background-color: #333;
}

.btn-blue {
  background-color: #adcbd0;
  color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-color: #9ebabe;
  color: #fff;
  border-color: transparent;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue .badge {
  color: #5cb85c;
  background-color: #fff;
}


.btn-transparent {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  background-color: rgba(255, 255, 255, 0.44);
  color: #fff;
  border-color: transparent;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  background-color: rgba(209, 47, 47, 0);
  color: rgb(53, 182, 192);
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  text-decoration: none;
  color: rgb(42, 144, 152);
}
.btn-link:hover,
.btn-link:focus {
  color: rgb(42, 144, 152);
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}


/*! Custom CSS */

.arrow::after {
	display: inline-block;
content: ">";
position: relative;
top: -1px;
margin-left: 3px;
line-height: 1;
}

.bg-blue {
  background-color: #adcbd0;
}
.bg-blue p {
  color: #fff;
}

.bg-green {
  background-color: #97dd85;
  color: #fff;
}
.bg-green p {
  color: #fff;
}

.bg-red {
  background-color: #ff928f;
  color: #fff;
}
.bg-red p {
  color: #ffffff;
}

.bg-yellow {
  background-color: #f1ede0;
}

.bg-purple {
  background-color: #b786a9;
}
.bg-purple p {
  color: #fff;
}

.bg-gray {
	background-color: #f1eeeb;
	border-color: #f1eeeb;
  color: #1d1d20;
}
.bg-gray span {
  color: #666;
}

.bg-bordered-dark {
  border: 2px solid #222222;
}
.bg-bordered-light {
  border: 2px solid #f8f8f8;
}

.bg-dark {
	color: #fff;
	background-color: #1d1d20;
	border-color: #1d1d20;
}

.bg-dark p {
  color: #dedde4;
}
.bg-dark a {
  color: #fff;
}
.bg-dark .btn-white {
  color: #202020
}
.bg-dark .btn-white:hover {
  color: #fff;
}

.vertical-center {
  min-height: 100%;  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  width: 100%;
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

p.description {
  font-size: 14px;
}

.img-responsive {
  min-width: 100%;
}
.img-icon {
  padding-left: 35%;
  padding-right: 35%;
}

ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
}

.card {
  position: relative;
margin-bottom: .75rem;
border-radius: .25rem;
display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.card.card-one {
height: 400px;
width: 100%;
display: block; 
display: flex;
align-items: center;
justify-content: center;
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
}
.card.card-two {
height: 240px;
width: 100%;
display: block; 
display: flex;
align-items: center;
justify-content: center;
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
}

.card.card-device {
  height: 604px;
width: 100%;
display: block; 
display: flex;
align-items: center;
justify-content: center;
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
}
.card.card-device-2 {
  height: 360px;
width: 100%;
display: block; 
display: flex;
align-items: center;
justify-content: center;
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
}

.card-text {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out, transform 0.3s ease-in-out;

  zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.card-text:hover {
  display: inline-block;
margin: 0 auto;
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out, transform 0.3s ease-in-out;
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.modal {
  position: relative;
margin-bottom: .75rem;
border-radius: .25rem;
display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.modal.modal-1 {
height: 400px;
min-width: 500px;
width: 100%;
display: block; 
display: flex;
align-items: center;
justify-content: center;
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
}

.form-control {
  display: block;
width: 100%;
height: 50px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: transparent;
background-image: none;
border: 0px;
border-bottom: 2px solid #ccc;
border-radius: 0px;
}

.form-control:focus {
  border-color: #adcbd0;
  box-shadow: none;
}

.play-btn-text {
  display: inline-block;
  font-size: 13px;
padding-left: 15px;
}

/*! NAVBAR SECTION */


    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 214px;
        text-align: center;
        background-color: transparent;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -107px;
    }
    .navbar>.container .navbar-brand-centered a {
      padding: 0px;
    }
    .navbar>.container .navbar-brand-centered img {
      margin-top: 4px;
  margin-bottom: 4px;
    }


.navbar-brand img {
  margin-top: 6px;
  margin-bottom: 6px;
  max-height: 38px;
}

.navbar-big .navbar-brand img {
  margin-top: 4px;
  margin-bottom: 4px;
  max-height: 42px;
}

.navbar {
  border-radius: 0px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-wrapper {
  margin-top: 10px;
  position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 20;
}

.navbar-nav > li > a {
  padding-top: 12px;
padding-bottom: 12px;
margin: 17px 5px;
letter-spacing: .5px;
font-size: 14px;
font-weight: 600;
}

.navbar-nav > li > a.btn {
  text-transform: none;
}

.navbar-nav > li > a > i {
  font-size: 18px;
}
.navbar-nav > li > a.nav-icon {
  padding-left: 3px;
  padding-right: 3px;
}

@media (max-width: 991px) {
  .navbar-nav > li > a {
  padding-top: 2px;
  margin: 5px;
 }
}

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

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}

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

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

.navbar-transparent {
  background-color: transparent;
}

.navbar-transparent.colapse {
  background-color: #141414;
}

.navbar-transparent .navbar-nav > li > a {
  color: #fff;
}

.navbar-transparent.colapse .navbar-nav > li > a {
  color: #fff;
}

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

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

.navbar-transparent-dark {
}

.navbar-transparent-dark.colapse {
  background-color: #fff;
}

.navbar-transparent-dark .navbar-nav > li > a {
  color: #222;
}

.navbar-transparent-dark .navbar-nav > li > a:hover,
.navbar-transparent-dark .navbar-nav > li > a:focus {
  color: #dbdbdb;
}

.navbar-transparent-dark .navbar-toggle .icon-bar {
  background-color: #222;
}

@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 80px;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -107px;
    }
}


.navbar .container {
  width: 100%;
padding-left: 40px;
padding-right: 40px;
}
.navbar-big .container {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.navbar-big .btn {
  margin-top: 17px;
}

.carousel-inner > .item > img {
background-position: center center;
float: center;
margin: 0 auto;
background-size: cover;
min-width: 100%;
max-width: 400%;
min-height: 100%;
max-height: 100%;
height: auto;
}

.carousel-inner > .item {
  min-height: 100%!important;
}


.carousel-indicators li {
  display: inline-block;
width: 3px;
height: 3px;
margin: 0px 10px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
border-color: transparent;
  transition: ease all 0.3s;
}

.carousel-indicators .active {
  width: 5px;
height: 5px;
margin: -1px 10px;
}

.carousel-caption {
  top: 30%;
}

@media (max-width: 767px) {
  .carousel-caption {
  top: 18%;
 }
}


@media (max-width: 420px) {
  .carousel-caption {
  top: 10%;
 }
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;

  -webkit-transition-duration: 2s; /* Safari */
    transition-duration: 2s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.btn-circle {
width: 70px;
height: 70px;
text-align: center;
padding: 25px 10px 24px 10px;
font-size: 16px;
letter-spacing: -5px;
line-height: 1;
border-radius: 70px;
}

.btn-circle:hover, .btn-circle:focus {
  width: 78px;
  height: 78px;
  padding: 29px 14px 24px 14px;
margin-top: 10px;
margin-bottom: 10px;
}

.btn-circle-sm {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 20px;
}

.btn-social-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 0px;
  color: #202020;
  background-color: transparent;
}

.btn-social-icon:hover, .btn-social-icon:focus {
  background-color: transparent;
  color: #50bae2;
}

.bg-dark .btn-social-icon, .bg-dark .btn-social-icon-sm {
  color: #fff;
}

.bg-dark .btn-social-icon:hover, .bg-dark .btn-social-icon:focus, .bg-dark .btn-social-icon-sm:hover, .bg-dark .btn-social-icon-sm:focus {
  background-color: transparent;
  color: #50bae2;
}

.btn-social-icon-sm {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  color: #202020;
  background-color: transparent;
}

.btn-social-icon-sm:hover, .btn-social-icon-sm:focus {
  background-color: transparent;
  color: #50bae2;
}

@media (max-width: 991px) { 
  .nav>li {
  text-align: center;
  }
  .navbar-nav:last-child {
    margin-top: 0px;
  }
  .navbar-nav > li > a:last-child {
    margin-bottom: 0px !important;
  }
}

.nav-justified {
  padding-left: 20%;
  padding-right: 20%;
}

.navbar-inverse .nav-justified > li > a {
  color: #fff;
}

.navbar-inverse .nav-justified > li > a:hover {
  color: #00cc7b;
  background-color: transparent !important;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 1px;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em
}

.resp-sharing-button span {
  padding-left: 0.4em
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

/* Hamburger Menu animation */

.hamburger {
  padding: 28px 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
    /*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); 
    background-color: #fff;}
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; 
    background-color: #fff;}
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
            transform: translate3d(0, -14px, 0) rotate(-90deg); 
    background-color: #fff;}


.rounded {
  border-radius: 5px!important;
}
.rounded-lg {
  border-radius: 15px!important;
}

.sticky-footer {
  position: absolute;
bottom: 0;
width: 100%;
height: 80px;
}
.sticky-footer p {
  color: #fff;
  padding: 8px 20px;
margin-top: 14px;
margin-bottom: 14px;
}

.hero-parallax {
  color: #fff;
}
.hero-parallax p {
  color: #dedde4;
}