@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open + Sans);

/*======================================================================================================
                            Global
=======================================================================================================*/

* {
  outline: none !important;
  box-shadow: none;
}

a {
  color: #c49f31; /* 738136 8f1c1c 735f27 c49f31 c4d634*/
  word-wrap: break-word;
}

a:hover {
  color: #000;
}

.btn {
  border-radius: 0;
  transition: background 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.navbar-white {
  background-color: #000 !important;
  transition: background 0.5s ease-out;
}

.navbar-white li a {
  color: #ffd462 !important;
}

.navbar-white .navbar-brand {
  color: #ffd462 !important;
}

.navbar-white button.navbar-toggle {
  margin-top: 5px;
  margin-right: 10px;
}

.navbar-white button.navbar-toggle .ion-navicon {
  color: #fff;
}

.form-control:focus {
  border-color: #b08c20;
  box-shadow: none;
}
.form-control.games {
  width: 300px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle {
  border-color: rgba(221, 221, 221, 0);
  margin: 0;
  line-height: 100%;
}

.navbar-toggle {
  padding: 0;
  border-radius: 0;
}

.navbar {
  margin-bottom: 0px;
  padding: 10px 5px;
  min-height: 0;
}

button.navbar-toggle .ion-navicon {
  font-size: 2em;
  color: #fff;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 18px;
  margin-top: 18px;
}
p.sm-font {
  font-size: 1em;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
ul li {
  list-style: none;
  display: inline-block;
}
li a {
  text-decoration: none;
}
#heading-text {
  padding-top: 10px;
}
#heading-text h3 {
  font-size: 49px;
  font-family: "Montserrat", sans-serif;
  padding-top: 40px;
  text-transform: uppercase;
}

#heading-text h4 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  padding-top: 20px;
  padding-bottom: 16px;
}

#heading-text p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 5px 0px;
}

.main_content {
  padding: 30px 0px;
}

iframe {
  width: 100%;
}
.form-control {
  border-radius: 0px;
}
.container.error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
}
.top-section {
  padding-top: 84px;
}
/*-----------------------------------------------------------------------------------------------------
                                navbar
-------------------------------------------------------------------------------------------------------*/
#navigation,
.navbar-default {
  border-radius: 0px;
  border: 0;
  background-color: rgba(0, 0, 0, 1);
}
#navigation .logo {
  width: auto;
  height: 36px;
  margin-top: 2px;
  margin-right: 2px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  color: #e5e5e5;
  margin: 5px 16px;
  padding: 0;
  line-height: 28px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
  font-family: "Montserrat";
  padding: 0px 5px 0 10px;
  font-size: 26px;
  line-height: 100%;
  height: auto;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 1);
}
.navbar .selected a {
  border-bottom: 2px solid #7c651f;
}
.navbar .socials-icons li a {
  width: 10px;
  height: 10px;
  font-size: 1.2em;
  line-height: 10px;
}
.navbar-white .socials-icons li a {
  color: #9c7f27 !important;
}
.nav-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#wrapper {
  background: url(../img/splashScreen1.jpg) 0 84px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  background-color: transparent;
  -moz-background-size: 100% auto;
}
#wrapper-2 {
  background: url(../img/splashScreen1.jpg) 0 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  background-color: transparent;
  -moz-background-size: 100% auto;
}
#overlay-1 {
  background-color: rgba(40, 40, 40, 0.1);
  position: relative;
}

.starting-text {
  padding: 177px 0px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 2px;
}
.starting-text h2 {
  font-family: "Montserrat", "Helvetica", sans-serif;
  color: #fff;
}

.bottom {
  width: 100%;
  position: absolute;
  bottom: 6%;
}
.bottom a {
  color: rgba(192, 192, 192, 0.5);
}
h5 {
  padding-top: 22px;
  font-size: 18px;
}
#home img {
  display: inline-block;
}
#home h2 {
  width: 80%;
  display: inline-block;
  font-size: 3rem;
}
#home .btn-container {
  position: absolute;
  top: 20%;
  margin-left: 5%;
  width: 300px;
}
#home .btn-container a,
#home .btn-container a:hover {
  width: 100%;
  padding: 15px;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

#confirmed img {
  display: inline-block;
}
#confirmed h2 {
  width: 80%;
  display: inline-block;
  font-size: 4rem;
}
#confirmed .btn-container {
  position: absolute;
  top: 20%;
  margin-left: 5%;
  width: 600px;
}

.tag-line {
  text-shadow: 3px 1px 1px #000000;
}
#games,
#roadmap,
#about,
#contact {
  padding-bottom: 5em;
}

/*-----------------------------------------------------------------------------------------------------
                            kava world
------------------------------------------------------------------------------------------------------*/
.row.values {
  margin-top: 40px;
}
.media-heading.value {
  font-weight: 600;
  font-size: 20px;
}
.space {
  height: 30px;
}
#casino-life {
  padding-bottom: 2em;
}
#casino-life .fa {
  font-size: 20px;
}
#kava-world {
  background-color: #f0efee; /* 738136 8f1c1c 735f27 c49f31 c4d634*/
  padding-bottom: 2em;
}
#kava-world .fa {
  font-size: 20px;
}

.vrgoggles {
  content: url("../img/vrgoggles.png");
  width: 20px;
}

/*-----------------------------------------------------------------------------------------------------
                            the games
------------------------------------------------------------------------------------------------------*/
#games-title {
  /*background: linear-gradient(#F0F0F0, #CACACA); /*linear-gradient(#d9b1e3, #3c3e64); */
  padding-bottom: 3em;
}

#heading-text h3.poker-life {
  font-size: 36px;
  margin-top: 0;
  padding-top: 0;
}
.title-poker {
  color: #c49f31;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
.owl-theme {
  margin-bottom: 20px;
}
#err-msg {
  height: 20px;
}
#err-msg.danger {
  color: red;
}
#slide-1 {
  content: url("../img/Iphone_7_Image_1.jpg");
}
#slide-2 {
  content: url("../img/Iphone_7_Image_2.jpg");
}
#slide-3 {
  content: url("../img/Iphone_7_Image_3.jpg");
}
#slide-4 {
  content: url("../img/Iphone_7_Image_4.jpg");
}
#slide-5 {
  content: url("../img/Iphone_7_Image_5.jpg");
}
.game-suite {
  margin-top: 5em;
}
.game-suite .desc h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.suite-game-logo {
  text-align: center;
}
.suite-game-logo div {
  margin-top: 5px;
  color: #4b5159;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .suite-game-logo {
    padding: 0;
  }
  .suite-game-logo:nth-child(3) {
    margin-top: 20px;
  }
}
/*-----------------------------------------------------------------------------------------------------
                            roadmap
------------------------------------------------------------------------------------------------------*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 15px; /*50px;*/
  font-size: 1.7em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-badge div {
  font-size: 0.5em;
  padding: 0;
  margin: 12px 0 4px 0;
  line-height: 10px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #8d8e92 !important;
}
.timeline-panel.primary {
  background-color: #bcbdc1 !important;
}
.timeline > li > .timeline-panel.primary:after {
  border-left-color: #bcbdc1;
  border-right-color: #bcbdc1;
}

.timeline-badge.success {
  background-color: #735f27 !important;
}
.timeline-panel.success {
  background-color: #c49f31 !important;
}
.timeline > li > .timeline-panel.success:after {
  border-left-color: #c49f31;
  border-right-color: #c49f31;
}

.timeline-badge.warning {
  background-color: #738136 !important;
}
.timeline-panel.warning {
  background-color: #c4d634 !important;
}
.timeline > li > .timeline-panel.warning:after {
  border-left-color: #c4d634;
  border-right-color: #c4d634;
}

.timeline-badge.danger {
  background-color: #8f1c1c !important;
}
.timeline-panel.danger {
  background-color: #d87777 !important;
}
.timeline > li > .timeline-panel.danger:after {
  border-left-color: #d87777;
  border-right-color: #d87777;
}

.timeline-badge.info {
  background-color: #4c9fb8 !important;
}
.timeline-panel.info {
  background-color: #5bc0de !important;
}
.timeline > li > .timeline-panel.info:after {
  border-left-color: #5bc0de;
  border-right-color: #5bc0de;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > ul > li {
  list-style-type: disc !important;
  display: list-item;
}
.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/*-----------------------------------------------------------------------------------------------------
                            about us
------------------------------------------------------------------------------------------------------*/
#about {
  /*background-color: #f0efee;*/
  background: linear-gradient(
    #f0f0f0,
    #ffffff
  ); /*linear-gradient(#CACACA, #F0F0F0); */
}
.exp {
  padding-top: 76px;
}
.progress {
  background-color: #d4e3e4;
  border-radius: 0px;
  border-color: #c49f31;
}
.progress-bar {
  background-color: cadetblue;
}
.pro {
  padding-top: 10px;
}

/*----------------------------------------------------------------------------------------------------
Our service
-----------------------------------------------------------------------------------------------------*/
.services {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-service {
  font-size: 16px;
  padding: 5px 10px 0px 10px;
}
.about-service h3 {
  font-family: "Montserrat";
  font-size: 33px;
  color: rgb(175, 104, 77);
}

.service-icon i {
  padding: 20px 0px;
  font-size: 4em;
  transition: font-size 0.5s;
  display: table-cell;
  vertical-align: middle;
}
.service-icon {
  display: table;
  min-height: 140px;
  text-align: center;
  width: 100%;
}
hr {
  border-color: rgb(101, 85, 124);
}
.full {
  width: 25%;
}
.fa-code {
  color: cadetblue;
}
.fa-desktop {
  color: lightslategray;
}
.fa-th {
  color: rgb(114, 184, 211);
}
.fa-gamepad {
  color: rgba(0, 0, 128, 0.58);
}
.fa-lightbulb-o {
  color: grey;
}
.fa-stack-overflow {
  color: #c09553;
}
.service:hover .service-icon i {
  font-size: 7em;
}
.service {
  text-align: center;
}
/*===================================================================================================
                            team
=====================================================================================================*/
#team {
  text-align: center;
  margin-bottom: 20px;
}
#team .team-members h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.team-member {
  margin-top: 3em;
}
.team-member h3 {
  margin-top: 0;
}
.member-title {
  font-family: "Montserrat";
  margin-bottom: 15px;
}
#team h2 {
  font-weight: normal;
  text-align: center;
}
.about-description p {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
p.team-member-description {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  padding-left: 1em;
  padding-right: 1em;
}
.team-member-contact {
  padding: 20px 0px;
}
.img-team-member {
  display: block;
  height: 180px;
  width: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
}
#team a:hover {
  text-decoration: none;
}
.team-member-contact a {
  margin: 0px 12px;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
#join-team .tag {
  color: #c49f31;
  font-size: 20px;
}
/*-----------------------------------------------------------------------------------------------------
                            Works
--------------------------------------------------------------------------------------------------------*/
#web,
#game,
#app {
  display: none;
}
/*-----------------------------------------------------------------------------------------------------
                                
-------------------------------------------------------------------------------------------------------*/

.row-fluid {
  overflow: hidden;
  padding: 25px 0px;
  width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}
.title {
  position: relative;
}
.line-dotted {
  border-bottom: 1px dashed #a4a4a4;
  box-shadow: 0 1px 1px #ffffff;
  width: 100%;
  clear: both;
  margin-top: 19px;
  margin-bottom: 23px;
}

/*---------------------------------------------------------------------------------------------------
                client
----------------------------------------------------------------------------------------------------*/
.client-name {
  font-style: italic;
  font-size: 18px;
}
.client-comment {
  padding: 40px 0px 25px 0px;
}
/* ---------------------------------------------------------------------------------------------------
                            contact
 ---------------------------------------------------------------------------------------------------*/
.input-group {
  padding: 18px 0px;
}
.send {
  float: left;
}
.map {
  padding: 18px 0px;
}
#contact {
  padding-bottom: 80px;
  padding-bottom: 3em;
}
.container .main_content {
  padding-bottom: 0;
}
.socials-icons {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left: 0;
}
.socials-icons li {
  padding-left: 20px;
  display: inline-block;
  list-style: none;
}
.socials-icons li:first-child {
  padding-left: 0;
}
.socials-icons li a {
  padding-top: 5px;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -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;
  opacity: 0.8;
  font-size: 1.5em;
}
.socials-icons li a {
  color: #000;
}
.socials-icons li a i.fa {
  color: #000;
  line-height: 50px;
}
.socials-icons li a:hover {
  opacity: 1;
}
.facebook:hover {
  color: #46629e;
}
.twitter:hover {
  color: #0eaace;
}
.telegram:hover {
  color: #0088cc;
}
.reddit:hover {
  color: #fb3e04;
}
form {
  width: 100%;
}
/*----------------------------------------------------------------------------------------------------
                                    Careers
-----------------------------------------------------------------------------------------------------*/
#careers a:hover,
#careers a:link,
#careers a:visited,
#careers a:active {
  text-decoration: none;
}
#careers h2.title.job-title {
  font-weight: 600;
  margin-top: 10px;
}
.position-content {
  padding: 0px 0px;
}
div.show-hide {
  margin-top: 1.2em;
}
div.show-hide a:hover,
div.show-hide a:link,
div.show-hide a:visited,
div.show-hide a:active {
  color: #c49f31;
}
#careers ul li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 2px;
  font-size: 17px;
}
.career-footer {
  margin-top: 80px;
}
/*----------------------------------------------------------------------------------------------------
                                    Referral
-----------------------------------------------------------------------------------------------------*/
#referral .container,
#referral_faq .container {
  margin-top: -30px;
  margin-bottom: 0;
}
#referral_faq .container ol li,
#success .container ol li {
  font-size: 17px;
  padding: 4px 0;
}
.dist img {
  height: 60px;
  width: auto;
  margin-top: -8px;
}
.dist h3 {
  display: inline-block;
  margin-left: 6px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 2em;
}
.dist h5 {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 1.2em;
}
/*----------------------------------------------------------------------------------------------------
                                    Airdrop
-----------------------------------------------------------------------------------------------------*/
#airdrop .container {
  margin-top: -40px;
}
.banner-text {
  position: relative;
  bottom: 65px;
  font-size: 46px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .banner-text {
    font-size: 26px;
    bottom: 35px;
  }
}
#airdrop a:hover,
#airdrop a:link,
#airdrop a:visited,
#airdrop a:active {
  text-decoration: none;
}
.banner.img-responsive {
  margin: 0 auto;
  width: 100%;
}
#airdrop h3 {
  padding-top: 20px;
}
#airdrop ul li,
#airdrop ol li {
  display: list-item;
  margin-bottom: 14px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}
#airdrop ol li {
  font-weight: bold;
}
#airdrop ul li {
  list-style-type: disc;
}
#airdrop #faq p.ans,
#referral_faq #faq p.ans {
  margin-left: 24px;
}
.airdrop-footer {
  margin-top: 80px;
}
.monty {
  font-family: "Montserrat", sans-serif;
}
.bottom-border {
  border-bottom: 1px solid #ccc;
}
.main-area {
  background-color: black;
  color: #f2f2f2;
}
/*----------------------------------------------------------------------------------------------------
                                    FOOTER
-----------------------------------------------------------------------------------------------------*/
.main-footer {
  background-color: rgba(26, 26, 26, 1);
  padding: 20px 0px;
  color: #f2f2f2;
  margin-top: 30px;
}
.footer-nav {
  margin-top: 8px;
  font-size: 15px;
}
.privacy {
  margin-top: 20px;
  font-size: 15px;
}
.copyright {
  margin-top: 10px;
  font-size: 16px;
  color: #f2f2f2;
}
.disclaimer {
  margin-top: 10px;
  font-size: 12px;
  color: #f2f2f2;
}
.main-footer a:hover,
.main-footer .socials-icons li a:hover {
  text-decoration: none;
  /*  color: #137513; */
  color: #f2f2f2;
}
.main-footer .socials-icons li a {
  color: #c49f31;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.copyright a {
  color: #ffffff;
}
.theme {
  font-family: "Montserrat";
  /* font-size: 20px; */
  /* font-weight: bold; */
  /* padding-left: 5px; */
}
span.space {
  padding-left: 10px;
  padding-right: 10px;
}
/* ================================================================================================================
                        Media Query
================================================================================================================== */
/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
}
@media (max-width: 767px) {
  .col-xs-0 {
    display: none;
  }
  .col-sm-0 {
    display: block;
  }
  .media-body.text-right {
    text-align: left;
  }
  .media:first-child {
    margin-top: 18px;
  }
  .media div.media-right,
  .media div.media-left,
  .space.visible-xl {
    display: none;
  }
  #heading-text p.text-left-sm {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-description p {
    text-align: left;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-default .navbar-collapse .selected a {
    border-bottom: none;
  }
  .top-section {
    margin-top: 0px;
    padding-top: 58px;
  }
  #wrapper {
    background: url(../img/splashScreen1.jpg) 0 58px; /*78*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    background-color: transparent;
    -moz-background-size: 100% auto;
  }
}
@media (max-width: 940px) {
  .navbar-default .navbar-nav > li > a {
    margin: 5px 10px;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    margin-right: 0;
  }
}
@media (max-width: 835px) {
  .navbar-default .navbar-nav > li > a {
    margin: 5px 6px;
  }
  #home .btn-container {
    position: absolute;
    top: 20%;
    margin-left: 5%;
    width: 220px;
  }
  #home .btn-container a,
  #home .btn-container a:hover {
    width: 100%;
    padding: 10px;
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .col-sm-0 {
    display: none;
  }
}
@media (max-width: 515px) {
  #home h2 {
    font-size: 24px;
  }
  #heading-text h3.vision {
    padding-top: 0;
  }
  .row.values {
    margin-top: 0;
  }
}
@media (max-width: 405px) {
  #heading-text h3 {
    font-size: 45px;
  }
  #home h2 {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .rene {
    font-size: 50px;
  }
  .starting-text h2 {
    font-size: 35px;
  }
  #home h2 {
    font-size: 20px;
  }
}
@media (max-height: 376px) {
  .pl-logo {
    width: 80%;
    height: 80%;
  }
}
@media (max-height: 415px) {
  .pl-logo {
    width: 50%;
    height: 50%;
  }
}
.ion-ios7-arrow-down {
  color: #fff;
  font-size: 3em;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #c49039;
  border-radius: 5px;
  border-color: #c49039;
  padding: 10px 20px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c49039;
  border-color: #c49039;
}

.btn-plain {
  border-width: 0px;
  border-color: #000000;
  padding: 10px;
  width: 200px;
  text-shadow: none;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  z-index: 99999;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #c49039;
  border-color: #c49039;
}

.input-group-addon {
  border-radius: 0;
}

@media (max-width: 400px) {
  #portfolio .btn {
    margin-bottom: 10px;
  }
}

.main_content figure {
  padding: 0px 105px;
}

.input-group-addon {
  background-color: rgba(238, 238, 238, 0);
}

.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-40 {
  padding-bottom: 40px;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}

.bold {
  font-weight: bolder;
}
.normal {
  font-weight: normal;
}

.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
