/* font embeed */
@font-face {
    font-family: 'Web-Source-Sans-Bold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-bold-webfont.html') format('woff2'),
    url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Web-Source-Sans';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-regular-webfont.html') format('woff2'),
    url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Web-Source-Sans-Semibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-semibold-webfont.html') format('woff2'),
    url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Web-Domine';
    src: url('../fonts/domine-regular-webfont.eot');
    src: url('../fonts/domine-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/domine-regular-webfont.html') format('woff2'),
    url('../fonts/domine-regular-webfont.woff') format('woff'),
    url('../fonts/domine-regular-webfont.ttf') format('truetype'),
    url('../fonts/domine-regular-webfont.svg#domineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Web-OpenSans-Bold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-bold-webfont.html') format('woff2'),
    url('../fonts/opensans-bold-webfont.woff') format('woff'),
    url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Web-OpenSans-Semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold-webfont.html') format('woff2'),
    url('../fonts/opensans-semibold-webfont.woff') format('woff'),
    url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Main Configuration */
html,
body {
    height: 100%;
    font-family: "Web-Source-Sans";
    color : #000000;
    font-size: 18px;
}
a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
b{
    font-weight: normal;
    font-family: "Web-Source-Sans-Bold";
}

footer {
    margin: 50px 0;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* This style for website */
.carousel-caption{
    text-align: left;
    top : 20%;
}
.carousel-inner h1{
    font-family: "Web-OpenSans-Bold";
    text-transform: uppercase;
    margin : 0;
    padding : 0;
    font-size: 45px;
}
.carousel-inner h2 span{
    border-top: solid 5px #ffffff;
    display: inline-block;
    padding: 10px 0;
    font-size: 30px;
}
.carousel-inner .link{
    margin : 30px 0;
}
.btn{
    font-size: 16px;
    font-family: "Web-OpenSans-Semibold";
    padding: 11px 18px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 4px;

    outline: 0 !important;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.btn-transparent,
.btn.btn-transparent:hover{
    color : #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: solid 2px #ffffff;
}
.btn.btn-transparent:hover,
.btn.btn-transparent.current{
    color : #333;
    background: rgba(255, 255, 255, 1);
    border: solid 2px #ffffff;
}
.btn.btn-red,
.btn.btn-red:hover{
    color : #FFF;
    background: #006838;
    border: solid 2px #006838;
}
.btn.btn-red:hover{
    background: #b72128;
    border: solid 2px #b72128;
}
.btn .fa{
    font-size: 18px;
}
.carousel-inner .btn:first-child{
    margin-right: 15px;
}
.carousel-inner .controls{
    display: inline-block;
    font-size : 50px;
    margin-right: 30px;
    color : #ffffff;
    text-decoration: none;
    opacity : 0.6;
}
.carousel-inner .controls:hover{
    opacity : 1;
}
.carousel-inner .fill{
    opacity: 0.6;
}
header{
    background-color : #000;
}
.indicator{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.indicator div{
    color : #ffffff;
    padding: 10px 0 15px;
}
.clear{
    float: none;
    clear: both;
}

/* Menu Website */
.menu-fixed{
	background: url("../images/header.jpg") no-repeat center center;
	background-size: cover;
    padding: 5px 0;
    border-bottom: solid 2px rgba(255,255,255,0.1);
}
.menu-fixed .logo{
    float: left;
}
.menu-fixed .right-menu{
    float: right;
}
.menu-fixed .right-menu ul,
.menu-fixed .right-menu ul li{
    margin : 0;
    padding : 0;
    list-style-type: none;
    display: inline-block;
    float: none;
}
.menu-fixed .right-menu ul li a{
    color : #ffffff;
    font-size : 15px;
    font-family: "Web-OpenSans-Bold";
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0 10px 30px;
}
.menu-fixed .right-menu ul li a:hover,
.menu-fixed .right-menu ul li a.active{
    color : #ff4d55;

    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.menu-fixed .right-menu ul li a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #ff4d55;
    margin-top: 25px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-fixed .right-menu ul li a:hover:before,
.menu-fixed .right-menu ul li a.active:before{
    content: '';
    position: absolute;
    width: 31px;
    height: 2px;
    background: #ff4d55;
    margin-top: 25px;
}
#menu-fixed{
    display: none;
    top : 0;
    z-index: 99;
    position: fixed;
    left : 0;
    right : 0;
}
.menu-fixed.bg{
    background: url("../images/header_1.jpg") no-repeat top;
	background-size: cover;
}

/* Section Style */
section{
    padding: 130px 0;
}
.section-header{
    margin-bottom: 15px;
    text-align: center;
}
.section-header .section-title{
    font-family: "Web-Source-Sans";
    font-size: 36px;
}
.section-header .section-title{
    font-family: "Web-Source-Sans";
    font-size: 36px;
    font-weight: normal;
    margin : 0;
    padding : 0;
    text-transform: uppercase;
}
.section-header .section-title i{
    font-family: "Web-Source-Sans-Bold";
    font-weight: normal;
    font-style: normal;
    margin : 0;
    padding : 0;
}
.section-header .section-title b{
    font-family: "Web-Source-Sans-Bold";
    color : #ff4d55;
    font-weight: normal;
    margin : 0;
    padding : 0;
}
.section-header .section-title-second{
    font-family: "Web-Domine";
    font-size: 22px;
    font-weight: normal;
    margin : 25px 0 0;
    padding : 0;
    line-height: 40px;
}
.section-content{
    padding-top: 30px;
}

/* About */
#about{
    text-align: center;
    color : #416ea5;
	background: #ebebeb;
}
#about p{
    line-height: auto;
    padding-top: 5px;
}
.we-are{
    width: 100%;
    display: inline-block;
    max-width: 845px;
    margin-bottom: 30px;
}

/* Body Stevia */
#BodyStevia{
    background: url("../images/bg_content.jpg") no-repeat center;
    background-size: cover;
}
#BodyStevia img {
    max-width: 370px;
    width : 100%;
    margin : 0 auto;
    display: table;
}
.list-social-BodyStevia {
    list-style-type: none;
    margin : 10px 0;
    padding : 0;
}
.list-social-BodyStevia li {
    padding : 3px 0;
    font-weight: bold;
}
.list-social-BodyStevia .fa {
    font-size: 23px;
    margin-right: 5px;
}
.list-social-BodyStevia a {
    color : #454545;
}
.list-social-BodyStevia .fa.fa-envelope {
    font-size: 20px;
    color : #fe5d5d;
}
#BodyStevia .link {
    padding-top: 15px;
}
#BodyStevia .link a {
    font-size: 17px;
    padding: 13px 21px;
}


/* Bd Stevia */
#BdStevia{
    background: url("../images/bgstevia.jpg");
}
#BdStevia img {
    max-width: 420px;
    width : 100%;
    margin : 0 auto;
    display: table;
}
.list-social-BdStevia {
    list-style-type: none;
    margin : 10px 0;
    padding : 0;
}
.list-social-BdStevia li {
    padding : 3px 0;
    font-weight: bold;
}
.list-social-BdStevia .fa {
    font-size: 23px;
    margin-right: 5px;
}
.list-social-BdStevia a {
    color : #454545;
}
.list-social-BdStevia .fa.fa-envelope {
    font-size: 12px;
    color : #fe5d5d;
}
#BdStevia .link {
    padding-top: 15px;
}
#BdStevia .link a {
    font-size: 12px;
    padding: 13px 21px;
}

/* Contact More */
#contact-more{
    background: #212121;
    color : #ffffff;
    padding : 50px 0;
}
#contact-more h2 {
    font-family: "Web-Source-Sans";
    display: inline-block;
    font-size: 38px;
    font-weight: normal;
    margin : 0;
    padding : 0;
    line-height: 52px;
}
#contact-more .right-btn{
    float: right;
    padding-top: 25px;
}
#contact-more .right-btn .btn{
    font-size: 20px;
    padding: 16px 18px;
}
#contact-more .right-btn .btn .fa{
    font-size: 21px;
}

/* Blog */
#blog{
    background: url("../images/Banner-Head.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
#blog .section-header,
#blog .section-header b{
    color : #ffffff !important;
}
.item-blog{
    background : #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.item-blog .top-img{
    overflow: hidden;
    height: 224px;
    background : url("../../public/images/no_img.png") no-repeat center center;
    background-color: #ff4d55;
    background-size: 14%;

}
.item-blog .top-img img{
    width : 100%;
    height: 100%;
}
.item-blog .content{
    padding: 15px;
}
.item-blog .content h3{
    margin : 0;
    padding : 0;
    font-size: 18px;
    color : #000000;
    font-family: "Web-Source-Sans-Bold";
    line-height: 27px;
    margin-bottom: 5px;
    min-height: 54px;
}
.item-blog .content .date{
    color : #545454;
    font-size: 13px;
    margin-bottom: 10px;
    font-family: "Web-Source-Sans";
}
.item-blog .content .text{
    font-family: "Web-Domine";
    line-height: 28px;
    margin-bottom: 14px;
    font-size: 14px;
}
.item-blog .content .link{
    text-align: center;
}
.item-blog .content .link a{
    position: relative;
    margin-bottom: -30px;
    font-size: 14px;
    padding: 11px 15px;
}
.item-blog .content .link a .fa{
    font-size: 16px;
}
#blog .link-more{
    text-align: center;
    padding-top: 55px;
}
#blog.full .link-more{
    padding : 0;
}
.preview-img{
    float: none;
    margin: 0 15px 15px 0;
    width: 100%;
}
#blog .link-more .btn{
    margin : 0 5px;
}
#blog.full .item-blog{
    margin : 20px 0;
}
#blog.detail-title-blog {
    padding-bottom: 20px;
}
section.detail-text {
    padding: 20px;
}
#blog.detail-title-blog .section-header{
    text-align: left;
}
.detail-text .section-content{
    padding : 0;
    font-size: 17px;
    line-height: 35px;
    font-family: "Web-Domine";
}
.detail-text .section-content p{
    padding : 10px 0;
}
#blog.detail-title-blog .section-title{
    text-transform: capitalize;
    font-family: "Web-Source-Sans-Bold";
    margin-bottom: 10px;
}


/* FAQ */
#faq{
    background: url("../images/bg_content.png") no-repeat top center;
    background-size: cover;
}
.panel-group{
    background: #ffffff;
    border : solid 1px rgba(0,0,0,0.1);
}
.panel-group .header-panel h3{
    margin : 0;
    padding : 0;
    font-size: 20px;
}
.panel-group .header-panel{
    color : #4a4a4a;
    font-size: 20px;
    font-family: "Web-Source-Sans-Semibold";
    padding: 15px;
    cursor: pointer;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.panel-group.active .header-panel{
    background : #ff4d55;
    color : #ffffff;
}
.panel-group .header-panel .icn{
    float: right;
    position: relative;
    margin-top : -4px;
}
.panel-group .header-panel .icn .fa{
    font-size: 13px;
    border-radius: 100%;
    background: #ff4d55;
    color: #FFF;
    width: 23px;
    height: 23px;
    text-align: center;
    padding-top: 6px;
}
.panel-group.active .header-panel .icn .fa{
    background: #ffffff;
    color: #ff4d55;
}
.panel-group .header-panel .icn .fa-minus{
    display: none;
}
.panel-group.active .header-panel .icn .fa-minus{
    display: inline-block;
}
.panel-group.active .header-panel .icn .fa-plus{
    display: none;
}
.panel-group .content-panel{
    font-size: 16px;
    padding: 15px;
    line-height: 30px;
    display: none;
}

/* Portofolio */
#portofolio{
    padding-bottom: 0;
}
.portfolio-filter{
    text-align: center;
    margin-bottom: 30px;
}
.portfolio-filter a{
    display: inline-block;
    color : #535353;
    font-size: 15px;
    padding: 11px 14px;
    border-radius: 3px;
    text-decoration: none;
    margin : 5px;
    border: solid 1px rgba(0,0,0,0.11);
}
.portfolio-filter a.current,
.portfolio-filter a:hover {
    background : #ff4d55;
    border: solid 1px #ff4d55;
    color : #FFF;
}
.portfolio-container>div {
    display: inline-block;
    float: left;
    width : 25%;
    overflow: hidden;
}
.portfolio-container img{
    width : 100%;
    display: inline-block;
}
.portfolio-container .detail-item{
    position : absolute;
    background: rgba(255,77,85,0.75);
    color : #ffffff;
    opacity: 0;
    text-align: center;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

}
.portfolio-container .detail-item:hover{
    opacity: 1;

}
.portfolio-container .detail-item div{
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);


}
.images-portofolio img{
    width : 100%;
    height: auto;
}

.detail-item .title{
    font-family: "Web-Source-Sans-Bold";
    text-transform: uppercase;
    font-size: 25px;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    overflow: hidden; text-overflow: ellipsis; padding : 0 20px; white-space: nowrap;

}
.detail-item:hover .title{
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);

}
.detail-item .detail{
    font-family: "Web-Source-Sans-Semibold";
    font-size: 18px;
    padding: 5px 0 20px;
    opacity: 0;
    transition-delay: 0.3s;
    transition-duration: 0.3s;

}
.detail-item .link {
    opacity: 0;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}
.detail-item:hover .detail,
.detail-item:hover .link {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);

}
.detail-item .link a{
    font-size: 21px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: solid 1px #ffffff;
    border-radius: 4px;
    text-align: center;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding-top: 7px;
    margin : 0 5px;
}
.detail-item .link a:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Contact Us */
#contact{
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #212121;
    color : #ffffff;
}
#contact a{
    color : #FFFFFF !important;
}
#contact .section-header .section-title b {
    color : #ffffff;
}
#contact .list-contact{
    display: table;
    margin : 0 auto;
    font-size: 20px;
}
#contact .list-contact .list-item{
    display: inline-block;
}
#contact .list-contact ul{
    list-style-type: none;
    margin : 0;
    padding : 0;
}
#contact .list-contact ul li{
    padding: 15px 0;
}
#contact .logo{
    text-align: center;
    padding : 40px 0;
}
#contact .logo img{
    width : 400px;
}
#contact .form-control{
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 14px;
    font-family: "Web-Source-Sans";
    font-size: 15px;
    margin-bottom: 30px;
    border: solid 2px #ffffff;
}
#contact .form-control:focus {
    border: solid 2px #0096ff;
}
#contact .has-error .form-control,
#contact .has-error .form-control:focus {
    border: solid 2px #ff4d55;
}
#contact .btn:first-child {
    margin-right : 20px;
}
.gray{
    background : #f6f6f6 !important;
}
#contact-form .help-block{
    position: absolute;
    margin-top: -26px;
    font-size: 14px;
    color: #ff4d55;
}

/* Footer */
#footer{
    padding : 5px 0;
    font-size: 10px;
    font-family: "Web-OpenSans-Semibold";
    color : #000;
}
#footer a{
    color : #ff4d55;
}
#footer .center-footer{
    float: center;
    padding-top: 8px;
}
#footer .right-footer{
    float: right;
}
#footer .right-footer ul{
    margin : 0;
    padding : 0;
    list-style-type: none;
}
#footer .right-footer ul li{
    display: inline-block;
    font-size: 10px;
    padding-left: 10px;
}
#footer .right-footer ul li a .fa-youtube-play{
    color : #cc181e;
}
#footer .right-footer ul li a .fa-twitter{
    color : #4099ff;
}
#footer .right-footer ul li a .fa-facebook-square{
    color : #3b5998;
}

.btn.scale{
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}



/* Responsive Style */

@media (max-width: 1320px){

    .portfolio-container>div {
        width : 33.3333%;
    }

}
@media (max-width: 1015px){

    #contact-more h2,
    #contact-more .right-btn {
        float: none;
        display: block;
        text-align: center;
    }

    .portfolio-container>div {
        width : 33.3333%;
    }

}
@media (max-width: 992px){
    .menu-fixed .logo{
        margin-bottom: 10px;
    }
    .menu-fixed .logo,
    .menu-fixed .right-menu{
        float: none;
        width : auto;
        text-align: center;
    }

    #contact .list-contact ul.first li {

        display: none;
    }
    #contact .list-contact ul.first li.hidden {

        display: block !important;
    }
    #contact .list-contact ul li {

        text-align: left !important;
    }

    .packet .title-packet {
        position: static;
        width: auto;
        display: block;
    }
    .packet .title-packet span {
        position: static;
        display: block;
        border-radius: 0;
    }

    .item-blog .content .link a {
        position: static;
        margin-bottom: 0;
    }
    .item-blog {

        margin-bottom: 20px;
    }
    .col-md-4:last-child .item-blog {

        margin-bottom: 0;
    }

	.list-services .col-md-4 {
        margin-bottom: 40px;
    }
    .list-services .row .col-md-4:last-child {
        margin-bottom: 0;
    }
	
    .menu-fixed .right-menu ul {
        float: none !important;
        clear: both;
        display: table;
        margin : 0 auto;
    }
    .navbar-header{
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    .portfolio-container>div {
        width : 49.99999999%;
    }


    .bot-packet .text-packet {
        height: auto;
    }

}

@media (max-width: 768px){

    #contact-more h2,
    #contact-more .right-btn {
        float: none;
        display: block;
        text-align: center;
    }

}

@media (max-width: 767px){

    #menu-top{
        display: none;
    }
    #menu-fixed{
        display: block;
        max-height: 100%;
        overflow: auto;
        padding: 15px 0 0;
    }
    .navbar-header{
        padding-left: 15px;
        text-align: left;
    }
    .navbar-header a{
        padding-top: 5px;
        display: inline-block;
    }
    .menu-fixed .right-menu ul {
        position: static;
        display: block;
    }
    .menu-fixed .right-menu ul li,
    .menu-fixed .right-menu ul li a{
        display: block;
        text-align: left;
        padding-left: 0;
    }
    .carousel-caption {
        text-align: left;
        top: 100px;
        left: 15px;
        right: 15px;
        text-align: center;
    }
    .carousel-inner h1{
        font-size: 31px;
    }
    .carousel-inner h2 span{
        font-size: 24px;
    }
    .indicator{
        display: none;
    }
}


@media (max-width: 635px){

    .portfolio-container>div {
        width : 100%;
    }
    .portfolio-container .detail-item{
        display: none;
    }

}
.social-media-share a {
    display: inline-block;
    padding: 5px 10px 10px 0;
    font-size: 25px;
}