.header-logo {
    background: url('../../img/front/article/indotank-logo.png') no-repeat;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.container.menu-active .header-logo {
    background: url('../../img/front/indotank-logo.png') no-repeat;
}

.header-right-item.lang {
    color: #222;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}

.container.menu-active .header-right-item.lang {
    color: #fff;
}

.header-right-item.lang:hover {
    color: #fff;
    
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}

.header-right-item.lang.active {
    color: #fff !important;
}

.nav-switch-line {
    background: #222;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.nav-switch.active .nav-switch-line {
    background: #fff;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.contact-switch {
    background: url('../../img/front/contact-us-black-icon.png') no-repeat;
}

.contact-switch:before {
    border: 3px solid #222;
}

.footer-container {
    color: #222;
}

.footer-icon-item.facebook {
	background: url('../../img/front/facebook-black-icon.png') no-repeat;
}

.footer-icon-item.instagram {
	background: url('../../img/front/instagram-black-icon.png') no-repeat;
}

.footer-icon-item.twitter {
	background: url('../../img/front/twitter-black-icon.png') no-repeat;
}




.article-container {
    position: relative;
    display: block;
    padding: 130px 0px 130px;
}

.article-title {
    position: relative;
    display: table;
    margin: 0px auto 50px;
    line-height: 27px;
    font-size: 36px;
    font-family: gotham;
    color: #222;
    letter-spacing: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #727272;
}

.article-search {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 315px;
    height: 40px;
    border: 1px solid #222;
    margin: 0px auto 40px;
}

.article-search-text {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 45px 0px 15px;
    font-size: 13px;
    font-family: roboto;
}

.article-search-submit {
    position: absolute;
    display: block;
    width: 14px;
    height: 100%;
    background: url('../../img/front/article/search-icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    cursor: pointer;
    right: 15px;
    top: 0px;
    border: 0px;
    font-size: 0px;
}

.article-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1035px;
    font-size: 0px;
    text-align: center;
    margin: 0px auto 50px;
}

.article-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 315px;
    border: 1px solid #222;
    padding: 20px;
    margin: 0px 15px 30px;
    color: #222;
    text-align: left;
}

.article-date {
    position: relative;
    display: block;
    font-size: 12px;
    font-family: roboto;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 14px;
}

.article-item-title {
    position: relative;
    display: block;
    font-size: 20px;
    font-family: roboto;
    line-height: 24px;
    margin-bottom: 15px;
}

.article-photo {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.article-desc {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: roboto;
    line-height: 20px;
}

.opening-anim {
    top: 300px;
    opacity: 0;
}


/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
    .article-content {
        max-width: 900px;
    }
    
	.article-item {
        max-width: 280px;
        margin: 0px 10px 20px;
    }
}

@media screen and (max-width: 900px) {
    .article-content {
        /* width: calc(100% - 60px); */
        max-width: 718px;
    }

    .article-item {
        max-width: none;
        width: calc(50% - 20px)
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
	.article-content {
        width: calc(100% - 60px);
        max-width: none;
    }

    .article-item {
        margin: 0px 5px 10px;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	
}

@media screen and (max-width : 500px) {
    .article-title {
        font-size: 32px;
    }

    .article-search {
        width: calc(100% - 50px);
        max-width: none;
    }
    
    .article-content {
        width: calc(100% - 50px);
    }

	.article-item {
        width: 100%;
        margin: 0px 0px 10px;
    }
}