/* ==================================================
Item:   Rediso - Creative Under Construction Template
Author: igdepe
Email:  igp.ekasuryawan@gmail.com
--------------------------------|


/*  ==========================================================================
1.  Mockup Style
    -------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,600,700|Roboto');
*{
    padding: 0;
    margin: 0;
}
html,
body{
    width: 100%;
    height: 100%;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
}
.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #2A2C2B;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display:inline-block;
}

.cs-loader-inner label .circle {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ffffff;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}
.wrapcontent{
    background: #f2f2f2;
}
.wrapcontent .container{
    padding:50px 0;
}
.wrapcontent .container .row{
    width: 1024px;
    display: block;
    margin:0 auto;
}
.wrapcontent .container .row .intro h1{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
}
.wrapcontent .container .row .intro p{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 300;
    margin:30px 0;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 30px;
}
.wrapcontent .container .row .side{
    display: inline-block;
    vertical-align: middle;
}
.wrapcontent .container .row .side .atag a{
    display: block;
    width: 300px;
    padding:20px 5px;
    margin-bottom:20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #FFB121;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 700;
    color:#000;
    transition: all 0.3s ease-in-out;
    -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;
}
.wrapcontent .container .row .side .atag a:hover{
    background: #9b6c14;
    color:#fff;
}
.wrapcontent .container .row .side .atag a:hover span{
    margin-left:10px;
}
.wrapcontent .container .row .sright{
    width: 28%;
}
.wrapcontent .container .row .sright{
    width: 68%;
}
.wrapcontent .container .row .sright img{
    width: 600px;
    margin: 0 auto;
    display: block;
}
.footer p{
    text-align: center;
    margin:30px 0;
}
@media only screen and (max-width: 1199px){
    .wrapcontent .container .row{
        width: 100%;
    }
    .wrapcontent .container .row .sright,
    .wrapcontent .container .row .sright{
        width: 100%;
    }
    .wrapcontent .container .row .side{
        display: block;
    }
    .wrapcontent .container .row .side .atag{
        width: 280px;
        margin:0 auto;
    }
    .wrapcontent .container .row .side .atag a{
        margin:20px auto;
    }
    .wrapcontent .container .row .sright img{
        width: 100%;
    }
}
@media only screen and (max-width: 620px){
    .wrapcontent .container .row .sright img{
        width: 400;
    }
}
@media only screen and (max-width: 480px){
    .wrapcontent .container .row .side .atag a{
        width: auto;
    }
    .wrapcontent .container .row .intro h1{
        font-size: 25px;
    }
    .wrapcontent .container .row .sright img{
        width: 280px;
    }
}