/* bh */
#sec-1 {
    background: url(../img/toko-online/bg-sec-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#sec-1 .single-page {
    padding-top: 3em;
    padding-bottom: 0;
}

#sec-1 .desc {
    padding-top: 2em;
}

#sec-1 .desc h4 {
    line-height: 1.7;
}

#sec-1 .desc ul, #sec-2 ul {
    margin-left: 0;
}

#sec-1 .desc ul li {
    list-style: none;
}

#sec-1 .desc ul li .fa {
    color: #24B6CD;
}

#sec-2 ul {
    padding: 2em 0 1em;
    margin-left: 0;
}

#sec-2 ul li , #list_paket li  {
    list-style: none;
    display: inline;
    color: #000;
    padding: 0 .5em;
}

#sec-2 ul li input[type=radio] {
    top: -.3em;
    position: relative;
}

#sec-3 {
    background-color: #F7F7F7;
}

#sec-3 .features-sec {
    /*background: url(../img/toko-online/thumb-line.png) center no-repeat;*/
    list-style-type: none;
    padding-top: 0;
    padding-bottom: 5em;
    background-position-y: 15em;
}

.features-sec li {
    height: 103px;
    position: relative;
    top: 32px;
}

.features-sec li.thumb-1 {
    background: url(../img/toko-online/thumb-1.png) top left no-repeat;
    padding-right: 170px;
    margin-left: 3px;
}

.features-sec li.thumb-2 {
    background: url(../img/toko-online/thumb-2.png) top right no-repeat;
    padding-left: 140px;
    margin-right: 0;
}

.features-sec li.thumb-3 {
    background: url(../img/toko-online/thumb-3.png) top left no-repeat;
    padding-right: 170px;
    margin-left: 0;
    top: 50px;
}

.features-sec li.thumb-4 {
    background: url(../img/toko-online/thumb-4.png) top right no-repeat;
    padding-left: 140px;
    margin-right: 0;
    top: 50px;
}

.features-sec li p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    top: 35px;
    position: relative;
}

.features-sec li.thumb-1 p, .features-sec li.thumb-3 p {
    left: 115px;
}

.features-sec li.thumb-2 p, .features-sec li.thumb-4 p {
    right: 115px;
}

#sec-4 .line {
    margin: 0 auto 25px auto;
}

.media-coverage {
    background: none;
}

.media-coverage a img {
    -webkit-filter: grayscale(100%)!important;
    filter: grayscale(100%)!important;
}

.media-coverage a:hover img {
    margin-top: 0!important;
    -webkit-filter: grayscale(0%)!important;
    filter: grayscale(0%)!important;
}

.media-coverage a, .media-coverage img {
    display: block;
}

.media-coverage-main {
    height: 70px;
}

#sec-5 {
    background: url(../img/toko-online/bg-testimony.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /*padding: 2em 0 0;*/
}

#sec-5 .span4 {
    text-align: center;
    color: #fff;
}

#sec-5 .span4 img, .span4 img:hover {
    padding: 0;
    margin: 1.5em 0 2em;
    border: 0;
}
#sec-5 h2.title-section {
    color: #fff;
}
#sec-5 .left-line, #sec-5 .right-line, #sec-5 .middle-line {
    background: #FFFFFF;
}

.input-medium {
    width: 150px;
    float: left;
    padding-left: 3em;
}

.input-medium input {
    width: 150px;
}

/*===================================
=            media query            =
===================================*/

@media (max-width: 767px) {
    #sec-1 .desc {
        text-align: center;
    }
    #sec-3 .features-sec {
        background: none;
        margin-left: 0;
    }
    .features-sec li.thumb-1, .features-sec li.thumb-2, .features-sec li.thumb-3, .features-sec li.thumb-4 {
        background: none;
        background-color: #fff;
        padding-left: 1em;
        padding-right: 1em;
        margin-left: 0;
        margin-right: 0;
        border-left: 8px solid #9DC650;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(163, 163, 163, .3);
        -moz-box-shadow: 0px 3px 5px 0px rgba(163, 163, 163, .3);
        box-shadow: 0px 3px 5px 0px rgba(163, 163, 163, .3);
    }
    .features-sec li.thumb-2 {
        border-color: #FDB100;
    }
    .features-sec li.thumb-3 {
        border-color: #07BECC;
    }
    .features-sec li.thumb-4 {
        border-color: #FB703F;
    }
    .features-sec li.thumb-1 p, .features-sec li.thumb-2 p, .features-sec li.thumb-3 p, .features-sec li.thumb-4 p {
        text-align: center;
        color: #555;
        font-size: 12px;
        top: 10px;
        right: 0;
        left: 0;
    }
    .features-sec li.thumb-2, .features-sec li.thumb-4 {
        margin-top: 1em;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #sec-1 .desc {
        text-align: center;
    }
    #sec-3 .features-sec {
        background: none;
        margin-left: 0;
    }
    .features-sec li.thumb-1, .features-sec li.thumb-2, .features-sec li.thumb-3, .features-sec li.thumb-4 {
        background: none;
        background-color: #fff;
        padding-left: 1em;
        padding-right: 1em;
        margin-left: 0;
        margin-right: 0;
        border-left: 8px solid #9DC650;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(163, 163, 163, .3);
        -moz-box-shadow: 0px 3px 5px 0px rgba(163, 163, 163, .3);
        box-shadow: 0px 3px 5px 0px rgba(163, 163, 163, .3);
        width: 40%;
        margin-left: 1em;
    }
    .features-sec li.thumb-2 {
        border-color: #FDB100;
    }
    .features-sec li.thumb-3 {
        border-color: #07BECC;
    }
    .features-sec li.thumb-4 {
        border-color: #FB703F;
    }
    .features-sec li.thumb-1 p, .features-sec li.thumb-2 p, .features-sec li.thumb-3 p, .features-sec li.thumb-4 p {
        text-align: center;
        color: #555;
        font-size: 14px;
        top: 10px;
        right: 0;
        left: 0;
    }
}

.errorJSHome { text-align: left; } 
@media (max-width: 979px) {
    .input-medium {
        width: 100% !important;;
        padding-bottom: 1em;
        padding-left: 0;
    }
    .input-medium input {
        width: 50%;
    }
    #sec-2 ul li, #list_paket li  {
        display: list-item;
        margin-bottom: 1em;
    }
    .errorJSHome { text-align: center; } 
}
/*------------------------------------------------------*/


body {
padding-top: 50px;
}
.cont {
float: left;
width: 18%;
margin-top: 33px;
}
.cont span {
color: #ffffff;
font-size: 12px;
}
.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
color: #fff;
}
.navbar-inverse .nav>li>a:focus,
.navbar-inverse .nav>li>a:hover {
color: #fff;
background-color: #c87305;
border-radius: 4px;
}
.row-top .container {
padding-top: 10px;
}
.navbar-inverse .navbar-inner {
padding: 10px 0px;
}
ul.contact {
padding: 24px 0 35px;
}
ul.contact li.fb,
ul.contact li.twitter {
float: left;
width: 40px;
height: 40px;
display: block;
margin-top: -29px;
}
.vid-testi {
margin-top: 30px;
}
.vid-caption h3 {
margin-top: 0px;
}
.vid-caption p {
font-size: 13px;
}
.vid-caption {
padding-left: 10px;
}
.box-shadow {
box-shadow: 0 20px 50px rgba(32, 33, 33, 0.1);
}
h3.natural {
border-bottom: solid 0px #ddd;
}
.testimoni {
float: left;
padding: 50px 0px;
}
.testimoni-heading {
margin-top: 40px;
margin-left: 10px;
float: left;
}
.testimoni-footer {
margin-top: 20px;
margin-bottom: 30px;
}
.post-testimoni p {
background-color: #f4f4f4;
padding: 20px;
font-family: georgia;
font-style: italic;
position: relative;
font-size: 12px;
text-shadow: 0px 0px 0 #ffffff;
}
.testimoni .post-testimoni {
width: 45% !important;
padding: 10px;
margin-left: 20px
}
.testimoni-footer .post-testimoni {
width: 90% !important;
padding: 5px;
margin-left: 20px;
}
.testimoni .avatar,
.testimoni-footer .avatar {
border-radius: 50px;
float: left;
height: 80px;
margin-top: 20px;
margin-right: 10px;
overflow: hidden;
width: 80px;
border: 1px solid #f4f4f4;
margin-left: 10px;
}
.post-testimoni small a {
color: #f18f0f;
font-weight: bold;
text-transform: uppercase;
}
.testi-quote:after {
bottom: -19px;
left: 10%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(248, 248, 248, 0);
border-top-color: #f4f4f4;
border-width: 10px;
margin-left: -10px;
}
.bottom-nav .span3 {
margin-right: 50px
}
.bottom-nav p {
color: #ddd;
}
.bottom-nav ul li a:hover {
color: #ffffff;
text-decoration: none;
}
.bottom-nav ul {
margin: 0px;
}
.bottom-nav ul li a {
color: #ddd;
line-height: 18pt;
font-size: 14px;
}
.bottom-nav h4 {
color: #fff;
border-bottom: 1px solid #5A5A5A;
padding-bottom: 10px;
font-weight: 300;
font-size: 16px;
}
.bottom-nav {
background-color: #333;
padding: 50px 0px;
}
.list-unstyled i {
margin-right: 10px;
}
footer {
background: #f18f0f !important;
text-align: center;
padding: 10px 0px 0px 0px;
color: white;
}
.pagination ul>li {
display: inline-block;
margin-left: -3px;
}
.pagination ul {
box-shadow: none!important;
}
@media (max-width: 980px) {
.testimoni .post-testimoni {
width: 94% !important;
padding: 10px;
margin-left: 0px;
}
.cont {
float: none;
width: 30%;
margin-top: 33px;
}
.cont {
float: left;
width: 20%;
margin-top: 9px;
}
h6.media-heading {
line-height: 16px;
}
#sec-3 .span3 {
    width: 100%!important;
}

/* irpie */
section {
        margin:0;
        padding: 20px 0 20px 0;
    }
#sec-1 .text h2 {
    font-weight: 500;
    font-size: larger;
    margin-bottom: 0;
}
#sec-1 .text h4 {
    font-weight: 300;
    font-size: medium;
    margin-top: 0;
}
/*-----*/
}
@media (max-width: 767px) {
body {
padding-right: 0px;
padding-left: 0px;
}
.testimoni .post-testimoni {
width: 94% !important;
padding: 10px;
margin-left: 0px;
}
.testimoni-footer .avatar,
.testimoni .avatar {
height: 40px;
width: 40px;
}
.testimoni.clearfix .avatar img {
min-height: 40px;
min-width: 40px;
}
.testimoni-heading {
margin-top: 34px;
margin-left: 0px;
float: left;
}
.cont {
float: none;
width: 100%;
margin-top: 13px;
}
.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
margin-right: 0px;
margin-left: 0px;
}
h6.media-heading {
line-height: 20px;
}
}
.testimoni-footer h2 {
margin-left: 20px
}
@media (max-width: 480px) {
.media .pull-left {
float: left !important;
}
}
#logo {
width: 305px;
margin-right: 100px;
}
h6.media-heading {
margin: 0 0 5px;
color: #307580;
}
section {
margin: 0;
padding: 40px 0 40px 0;
}
.center-ta {
text-align: center;
}
.center-ma {
margin:0 auto;
}
iframe[name=IFtesti], iframe[src*="youtube.com"] {
border: 0!important;
position: relative;
z-index: 100;
}
/**/
/* SECTION 1 */
/**/
#sec-1 {
margin-top:0;
padding-top: 0;
}
#sec-1 .line {
margin: 0 auto 30px auto;
}
#sec-1 .background {
height: 25vh;
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
}
#sec-1 .text {
margin-top: 2%;
margin-left: 2.95%;
position: absolute;
/* z-index: -99; */
text-align: center;
color: #000000;
background: rgba(255,255,255,0.5);
padding: 5px 25px 5px 25px;
border-radius: 10px;
width:800px;
}
#sec-1 .text h2 {
font-weight: 500;
}
#sec-1 .text h4 {
font-weight: 300;
}
.reg-form {
text-align: center;
}
.reg-form h2 {
padding: 10px 0px 5px 0px;
font-weight: 300;
color: #F29214;
}
.reg-form h2 strong {
color: #23B5CC;
}
h2.title-section {
padding-bottom: 10px;
text-align: center;
}
h2.title-section2 {
/*background: url(https://jejualan.com/themes/jejualan2/img/shadowh2.png) bottom center no-repeat;*/
padding-bottom: .5em;
text-align: center;
}
h3.title-section {
font-weight: 500;
font-size: 19px;
line-height: 23px;
}
.title-section2 small {
font-weight: 300;
color: #000000;
}
.line{
width:116px;
margin:0 auto 60px auto;
}
.middle-line{
height:5px;
width:40px;
float:left;
}
.left-line,.right-line{
width:38px;
height:1px;
margin-top:2px;
float:left;
}
.left-line, .right-line, .middle-line {
background: #24b9d1;
}
/**/
/* SECTION 2 */
/**/
#sec-2 {
background: #fff;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
#sec-2 .span5 p {
line-height: 26px;
}
/**/
/* SECTION 3 */
/**/
#sec-3 .span3 {
width: 215px;
}
#sec-3 .thumbnail {
background: none;
border: 0;
text-align: center;
line-height: 24px;
padding: 25px 0 0 0;
font-weight: 300;
}
/**/
/* SECTION 4 */
/**/
#sec-4 {
background: #fff;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding: 3em 0;
margin: 0;
}
#sec-4 .span5 p {
line-height: 26px;
}
#sec-4 .span5 {
text-align: center;
/*padding: 80px 0px 0 0;*/
}
/**/
/* SECTION 5 */
/**/
#sec-5 p {
width: 85%;
height: 100px;
text-align: center;
margin: 0px auto 20px auto;
font-size: 14px;
font-weight: 400;
}
#sec-6 {
background-color:#24b9d1;
margin: 0;
padding: 20px 0 20px 0;
}
#sec-6 h3 {
color:#ffffff;
display:flex;
}
#sec-6 h3:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
margin-top: -15px;
}
#sec-6 h3:after {
content: "\f10e";
font-family: 'Fontawesome';
float: left;
margin-left: 10px;
margin-top: -15px;
}


/*irpie*/
@media (max-width: 980px) { 
    #sec-1 .text {
        margin-top: 2%;
        margin-left: 2.4%;
        position: absolute;
        z-index: 6;
        text-align: center;
        color: #000000;
        background: rgba(255,255,255,0.5);
        padding: 5px 0px 5px 0px;
        border-radius: 10px;
        width: 70%!important;
        z-index: 1000;
    }

    #sec-4 {
        text-align: center;
    }
}

@media(max-width:799px){
    #sec-1 .text {
        width: 80%;
    }
}

@media(max-width:639px){
        #sec-1 .text {
        width: 80%;
    }
}
