/********** common setting **********/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.row {
    overflow-x: hidden;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

.presentation-font {
    font-size: 18px;
}

.title-font {
    font-size: 2.8rem !important;
    font-weight: 700;
}

.m-width-80 {
    max-width: 80px!important;
}

img {
    display: block;
    max-width: 100%;
}

.page-nav {
    padding: 15px 0!important;
}

.sob-nav {
    background-color: #2E7AAB!important;
}

.biokube-nav {
    background-color: #66bb6a!important;
}

.m-width-35 {
   max-width: 35px!important;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.recycle-text {
    color: #66bb6a;
}

.biokube-logo {
    padding-top: 20px;
    margin-bottom: 28.703px;
}

#to-top {
    padding: 5px 3px;
    color: #FBA000;
    position: fixed;
    bottom: 2px;
    right: 5px;
    display: none;
    font-size: 40px;
    z-index: 999999;
}

#to-top:hover {
    cursor: pointer;
    color: #aa3900;
}

.jumbotron-full {
    background:linear-gradient(0deg, rgba(237, 86, 10, 0.7), rgba(41, 63, 121, 0.9)), url(../img/banner_1-min.jpg);
    background-size: cover;
    height: 100vh;
}

.banner-contact {
    background:linear-gradient(0deg, rgba(237, 86, 10, 0.7), rgba(41, 63, 121, 0.9)), url(../img/banner_2-min.jpg);
}

.reusable-image {
    width: 300px!important;
    border-radius: 8px;
}

.shadow-block {
    height: 100%;
    padding: 50px;
    border-radius: 4px;
    box-shadow: 10px 10px 30px -12px rgba(0,0,0,0.75);
    background: white;
}

.container-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    min-height: 80vh;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-orange {
    background: #FBA000;
    color: #192440;
}

.cta-orange:hover {
    color: #ffffff;
    background: #aa3900;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

.biokube-icon-products {
    color: #66bb6a;
    font-size: 70px!important;
    margin-bottom: 10px;
}

.biokube-icon {
    color: #66bb6a;
    font-size: 150px!important;
    margin-bottom: 10px;
}

.sob-icon {
    color: #2E7AAB;
    font-size: 70px!important;
    margin-bottom: 10px;
}

.sob-icon-white {
    color: #ffffff;
    font-size: 70px!important;
    margin-bottom: 10px;
}

.intro-icon {
    font-size: 70px!important;
    color: #FBA000;
    margin-bottom: 10px;
}

.about-us-image {
    margin-bottom: 64px;
    border-radius: 8px;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 60px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

.biokube-image-first {
    padding-bottom: 100px;
}

.products-container {
    margin-bottom: 100px;
}

.product-sob-first {
    background: linear-gradient(168deg, #ffffff 55%, #2E7AAB 0);
}

.product-sob-reverse {
    background: linear-gradient(-168deg, #ffffff 55%, #2E7AAB 0);
}

.product-biokube-reverse {
    background: linear-gradient(170deg, #ffffff 55%, #66bb6a 0);
}

.product-sob-last {
    background: #2E7AAB!important;
}

.smoke-white-section {
    background: #f5f5f5!important;
}

.smoke-section-margin-top {
    margin-top: 48px;
}

.product-biokube-first {
    background: linear-gradient(-168deg, #ffffff 55%, #66bb6a 0);
}

.feature-second {
    background: linear-gradient(-168deg, #ffffff 58%, #66bb6a 0);
}

.feature-last {
    background: #66bb6a!important;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #FBA000;
}

#contact form input,
#contact form textarea {
    border: 1px solid #FBA000;
}

.flash-message-container {
    position: fixed;
    bottom: 75px;
    right: 10px;
    width: 20%;
    padding: 12px;
    border: 1px solid white;
    border-radius: 4px;
    font-size: 14px;
    display: none;
}

.flash-success {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-color: #4F8A10;
}

.flash-error {
    color: #D8000C;
    background-color: #FFBABA;
    border-color: #D8000C;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #FBA000;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}

.faqanswer {
	display: none;
    background: #e5e5e5;
    border-radius: 4px;
    padding: 6px 20px 6px 30px;	
}

.faqanswer span {
	font-size: 14px;
	line-height: 17px;	
}

.togglefaq a.active {
	font-weight: bold;
}

.togglefaq {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	padding: 10px 30px;
	line-height: 20px;
	display: block;
    margin-bottom: -1px;
}
.icon-plus {
	color: #5ec4cd;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}

.icon-minus {
	color: #5ec4cd;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}

#toggle-language {
    padding-right: 25px;
    background: transparent;
}

#toggle-language.btn:focus {
    box-shadow: none!important;
}

.language-picker {
    position: absolute!important;
    right: 10px;
    top: 9px;
}

.language-options {
    background: transparent!important;
    border: none!important;
}

.language-options a {
    color: white!important;
}

.language-padding {
    padding-top: 20px!important;
}

.language-options.language-padding a {
    color: black!important;
}

.language-options a:hover {
    color: black!important;
    border-radius: 6px;
}

.topnav {
    overflow: hidden;
}

.topnav .responsive-icon {
    margin-top: 5px;
    display: none;
    font-size: 35px;
    text-align: right!important;
}

.topnav > .row {
    align-items: center;
}

.link-items {
    height: 100%;
}

.link-item {
    padding-right: 24px;
}

.fa-bars {
    color: #f5f5f5;
}

.avatar {
    margin-bottom: 10px;
    width: 75%;
}

.about-us-title {
    margin-bottom: 48px;
    padding-bottom: 64px;
}

.mobile-button {
    display: none!important;
}

.smoke-margin-container {
    margin-top: 48px;
    margin-bottom: 48px;
}

@media screen and (max-width: 600px) {
    .topnav .link-items a:not(:first-child) {display: none;}
    .topnav a.responsive-icon {
      float: right;
      display: block;

      transition: opacity 1s ease-in;
    }
}

@media screen and (max-width: 600px) {
    .responsive .link-items {
        margin-top: 5px;
        background-color: transparent;
        border-radius: 4px;
    }

    .responsive .link-items a {
        color: white!important;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .topnav.responsive .link-items a {
        float: none;
        display: block;
        padding-right: 10px;
    }

    .topnav a:focus, .topnav a:hover, .responsive .fa-bars {
        color: #FBA000!important;
    }

    .topnav.responsive .responsive-icon {
        display: block;
        padding-right: 0!important;
        margin-top: 0!important;
    }
}

@media screen and (max-width: 600px) {
    .container-center {
        min-height: 55vh;
        text-align: left;
    }

    .language-options {
        left: inherit!important;
        top: -5px!important;
        right: 36px;
    }
    
    .mobile-margin {
        margin-bottom: 50px;
    }

    .product-sob-first {
        background: linear-gradient(168deg, #ffffff 59%, #2E7AAB 0);
    }

    .product-biokube-first {
        background: linear-gradient(-168deg, #ffffff 60%, #66bb6a 0);
    }

    .product-biokube-reverse {
        background: linear-gradient(170deg, #ffffff 51%, #66bb6a 0);
    }

    .avatar {
        width: 65%!important;
        margin-bottom: 20px;
    }

    .avatar-first {
        margin-top: 50px;
    }

    .about-us-title {
        margin-bottom: 0!important;
        padding-bottom: 10px;
    }

    .mobile-button {
        display: inline-block!important;
    }

    .default-button {
        display: none!important;
    }

    .mobile-image {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .no-bottom-margin-mobile {
        margin-bottom: 0!important;
    }

    .products-container {
        margin-bottom: 0;
    }

    .smoke-section-margin-top {
        margin-top: 0;
    }

    .biokube-image-first {
        padding-bottom: 0;
    }

    .smoke-margin-container {
        margin-top: 24px;
        margin-bottom: 0;
    }

    .mobile-padding-bottom {
        padding-bottom: 32px;
    }

    .flash-message-container {
        width: 60%;
    }

    .topnav > .row {
        align-items: baseline;
    }

    .topnav > .row .col-md-2, .topnav > .row .col-md-9 {
        width: 50%;
    }
}