/*================================================================
 //////////////////////// GENERAL STYLES /////////////////////////
 =================================================================*/
 @import url(http://fonts.googleapis.com/css?family=Megrim);
 @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400);
 @import url(http://fonts.googleapis.com/css?family=Lily+Script+One);

 html, body { 
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}


#wrapper{
    width: 100%;
    height: auto;
    position: relative;
}
.section-header{
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    padding: 60px 0 0 0;
    font-size: 3em;
    color: rgb(0, 0, 0);
    font-family: 'Lily Script One',normal, cursive;
}
.separator{
    height: 20px;
    width: 150px;
    margin: 20px auto;
    background: url("../img/sep.png"); 
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 0;
}

.subheading{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin: 20px 0px 90px 0;
    font-weight: 100;
    font-family: 'Source Sans Pro', sans-serif;
    background: rgb(50, 49, 56);
    color: #fff;
    box-shadow: 0px 0px 2px 2px rgb(136, 120, 0);
    font-size: 2em;
}


/*================================================================
 ////////////////// BOOTSTRAP NAVBAR OVERRIDES ///////////////////
 =================================================================*/

 .navbar {
    *position: relative;
    *z-index: 2;
    z-index: 2;
    margin: 0;
    padding: 0;
    position: fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    height: 60px;
}


.navbar .brand{
    font-family: 'Megrim', cursive;
    font-size: 2.5em;
    color: rgb(255, 255, 255);
    text-shadow: none;
    padding: 0px 0px 0px 65px;
    line-height: 60px;
}

.navbar-inner {
    min-height: 60px;
    background: rgb(22, 22, 22);
    border: none;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.navbar .nav > li > a {
    float: none;
    padding: 20px 40px 20px 0;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-shadow: none;
    font-size: 1.6em;
    font-weight: 100;
    outline: none;
    -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;
    transition: all 0.3s ease-in-out;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: rgb(255, 235, 0);
    text-decoration: none;
    background: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: rgb(255, 238, 39);
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 100;
    outline: none;
}

.navbar .btn-navbar {
    float: right;
    margin-right: 0px;
    margin-left: 0px;
    color: #ffffff;
    background: none;
    box-shadow: none;
    padding: 18px 15px 0px 0px;
    font-size: 2em;
    margin-right: 10px;
    padding-right: 2px;
}


.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    cursor: pointer;
    color: #ffffff;
    background: transparent;
    font-size: 2em;
    border: 0px;
    box-shadow: none;
    text-decoration: none;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #cccccc \9;
}
/*================================================================
 /////////////////// SECTION HOME STYLES//////////////////////////
 =================================================================*/
 #home{
    width: 100%;
    height: 100%;
    margin: 0; 
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;  /* FIXED FOR IE */
    ;
    background-size: cover!important;
    -webkit-background-size: cover;
    background: url('../img/homeBG.jpg') no-repeat no-repeat bottom fixed;
}
.divide{
    width: 720px;
    height: 1px;
    margin: 0 auto;
    background: rgb(0, 0, 0);
}

.divide p{
    background: rgb(0, 0, 0); 
    font-family: 'Megrim', cursive;
    font-size: 4em;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 0px 1px rgb(0, 0, 0);
}

.logowrap{
    text-align: center;
    color: rgb(0, 0, 0);
    border-radius: 100%;
    padding-top: 15%;
}
.logowrap h1{
    font-size: 15em;
    line-height: 100%;
    rgb(0, 0, 0);
    position: relative;
    text-shadow: 0px 3px 1px rgb(94, 88, 88), 0px 10px 1px rgb(185, 185, 185);
    font-weight: 600;
    color: rgb(255, 255, 255);
}
.logowrap divide p{
    font-size: 4em;
}

/*      SOCIAL ICONS  CSS
---------------------------------------*/
.social-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
}

.social-wrap a{
    text-decoration: none;
    line-height: 100%;
}

.social-wrap i{
    font-size: 1.5em;
    margin: 0 10px;
    line-height: 60px;
    text-decoration: none;
    color: rgb(255, 255, 255);                           
}


/*================================================================
 ///////////////////// SECTION ABOUT STYLES //////////////////////
 =================================================================*/
 .aboutus{
    color: rgb(0, 0, 0);
    background: rgb(252, 231, 0);
}

#aboutus{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 100px 0;
}
/*           ABOUT US BOXES
---------------------------------------*/

.ourteam{
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width:100%;
}

/*           ABOUT US IMAGE
---------------------------------------*/
.ourteam img {
    width: 100%;
    -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;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

/*     ABOUT US IMAGE FADE ON HOVER
---------------------------------------*/
.ourteam img:hover {
    opacity: 0.7;
    filter:alpha(opacity=70);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/*     ABOUT US DESCRIPTION TEXT
---------------------------------------*/
.ourteam p{
    padding-left: 17px;
}

.ourteam .name {
    font-size: 18px;
    color: rgb(49, 49, 49);
    margin: 10px 0 10px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ourteam .skill {
    width: 100%;
    color: rgb(234, 243, 18);
    background-color: rgb(50, 49, 56);
    font-size:13px;
    text-transform: uppercase;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid rgb(155, 155, 155);
    border-width: 1px 0 0 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

/*        ABOUT US SOCIAL ICONS
---------------------------------------*/
.socialico{
    width: 100%;
    display: block;
    text-align: center;
}
.ourteam .socialico i{
    color: rgb(0, 0, 0)!important;
    font-size:20px;
    width: 100%;
    text-align: center;
    padding: 0 10px;

}

.ourteam .socialico a{
    text-decoration: none;
}

.radius-left{
    border-top-left-radius: 300px;
}

.radius-right{
    border-top-right-radius: 300px;
}

/*           SKILLS CHARTS
---------------------------------------*/

.latest-posts{
    padding: 25px 0 40px 55px;
    color: rgb(145, 145, 145);
    font-weight: 100;
}

.news a{
    text-decoration: none;
    color: rgb(196, 196, 196);
    font-size: 1.5em;
}

.skills{
    padding: 25px 0 20px 0;
    color: rgb(143, 143, 143);
    font-weight: 100;
}

.bar {
    height: 35px;
    color: rgb(255, 255, 255);
    width:100%;
    line-height: 35px;
    font-size: 1.9em;
    text-align: right;
    position: relative;
    font-weight: 100;
    margin: 30px 0;
}
.bar p{
    font-weight: 600;
    color: rgb(121, 121, 121);
}

.level {
    height: 35px;
    background: rgb(194, 194, 194);
    
}
/*       SKILLS CHARTS ANIMATION
---------------------------------------*/

.eighty.start {
    width: 0px;
    background: rgb(0, 0, 0);
    -webkit-animation: eighty 2s ease-out forwards;
    -moz-animation: eighty 2s ease-out forwards;
    -ms-animation: eighty 2s ease-out forwards;
    -o-animation: eighty 2s ease-out forwards;
    animation: eighty 2s ease-out forwards;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;    
}

.eighty.start p{
    font-weight: 100;
    padding: 0 0 0 10px;
    color: rgb(255, 255, 255);
}

@keyframes eighty {
    0% {
        width: 0px;
    }

    100% {
        width: 80%;
    }
}

@-moz-keyframes eighty {
    0% {
        width: 0px;
    }

    100% {
        width: 80%;
    }
}

@-webkit-keyframes eighty {
    0% {
        width: 0px;
    }

    100% {
        width: 80%;
    }
}

.sixty.start {
    width: 0px;
    background: rgb(48, 48, 48);
    -webkit-animation: sixty 2s ease-out forwards;
    -moz-animation: sixty 2s ease-out forwards;
    -ms-animation: sixty 2s ease-out forwards;
    -o-animation: sixty 2s ease-out forwards;
    animation: sixty 2s ease-out forwards;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;    
}

.sixty.start p{
    font-weight: 100;
    padding: 0 0 0 10px;
    color: #fff;
}

@keyframes sixty {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-moz-keyframes sixty {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-webkit-keyframes sixty {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

.fourty.start {
    width: 0px;
    background: rgb(153, 153, 153);
    -webkit-animation: fourty 2s ease-out forwards;
    -moz-animation: fourty 2s ease-out forwards;
    -ms-animation: fourty 2s ease-out forwards;
    -o-animation: fourty 2s ease-out forwards;
    animation: fourty 2s ease-out forwards;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;    
}

.fourty.start p{
    font-weight: 100;
    padding: 0 0 0 10px;
    color: #fff;
}

@keyframes fourty {
    0% {
        width: 0px;
    }

    100% {
        width: 40%;
    }
}

@-moz-keyframes fourty {
    0% {
        width: 0px;
    }

    100% {
        width: 40%;
    }
}

@-webkit-keyframes fourty {
    0% {
        width: 0px;
    }

    100% {
        width: 40%;
    }
}



/*================================================================
 ///////////////////// SECTION SERVICES STYLES ///////////////////
 =================================================================*/
 #services{
    width: 100%;
    height: auto;
    background: rgb(250, 232, 28);
    position: relative;
    border-top: 5px dotted rgb(255, 255, 255);
    padding: 0 0 100px 0;
}


/*           SERVICE BOXES
---------------------------------------*/
.service{
    text-align: center;
    padding-top: 25px;
    border-radius: 5px;
    position: relative;
    display:block;
    margin-bottom: 10px;
}

.service i{
    color: rgb(39, 39, 39);
    line-height: 60px;
    font-size: 3em;
    transition: all ease-in-out 300ms;

}

.service p{
    padding: 15px 5px;
    color: #000;
    border-top: 1px solid transparent;
}

.service a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.service  h4{
    background: rgb(50, 49, 56);
}

.service:hover{
    background: rgb(50, 49, 56);
    transition: ease-in-out 200ms;
    -webkit-transition: ease-in-out 200ms;
    -moz-transition: ease-in-out 200ms;
    color: #fff;
    
    box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
}

.service:hover i{
    font-size: 5em;
    color: rgb(250, 232, 28);
}

.service:hover a{
    color: rgb(250, 250, 250);
    text-decoration: none;
}

.service:hover p{
    border-top: 1px solid rgb(250, 232, 28);
    color: rgb(250, 232, 28);
}

/*           PRICING TABLE
---------------------------------------*/

.plan-header{
    text-align: center;
    padding: 70px 0;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-top: 5px dotted rgb(250, 232, 28);
    border-bottom: 5px dotted rgb(250, 232, 28);
    margin: 100px 0;
    font-family: 'Lily Script One', cursive;
}

.top { height: 50px;
  background: rgb(50, 49, 56);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.top h2 {
  color: #fff;
  text-align: center;
  font: 300 30px/50px Helvetica, Verdana, sans-serif;
  margin: 0;
  width: 100%;
}

.pricingtable { 
  height: 450px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
}

.pricingtable ul {
  list-style-type: none;
  font: 300 18px/2 Helvetica, Verdana, sans-serif;
  margin: 20px 0 0 45px;
}

.pricingtable ul li{
    line-height: 30px;
}

.pricingtable ul strong {
  font-weight: bold;
}

.pricingtable hr {
  border: 0;
  background-color: rgba(235, 235, 0, 0);
  height: 1px;
  margin: 20px;
  border-top: 1px solid rgb(207, 207, 0);
  border-bottom: 1px solid rgb(255, 255, 0);
}

.pricingtable h1 {
  text-align: center;
  font: bold 88px/1 Helvetica, Verdana, sans-serif;
  margin: 20px 0 0 0;
}

.pricingtable h1 sup {
  font-size: 45px;
}

.pricingtable p {
  text-align: center;
  font: 500 14px/1 Helvetica, Verdana, sans-serif;
  color: rgb(36, 36, 36);
}

.pricingtable a {
  display: block;
  height: 40px;
  width: 250px;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 500 16px/40px Helvetica, Verdana, sans-serif;
  background: rgb(85, 85, 85); 

  box-shadow: 0px 0px 1px 1px #000;
}

.pricingtable a:hover {
  background: rgb(95, 95, 95); 

}

/*The pricing tables animation*/
.pricingtable:hover h1{
    animation:swing 1s infinite ease-in-out;
    -webkit-animation:swing 1s infinite ease-in-out;
    -moz-animation:swing 1s infinite ease-in-out;
    -o-animation:swing 1s infinite ease-in-out;
    -ms-animation:swing 1s infinite ease;
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    width: 50%;
    margin: 0 auto;
}

@-ms-keyframes swing{
   0% {
     -ms-transform: rotate(-10deg);
     transform: rotate(-10deg);
 }
 50% {
     -ms-transform: rotate(10deg);
     transform: rotate(10deg);
 }
 100% {
     -ms-transform: rotate(-10deg);
     transform: rotate(-10deg);
 }

}

@keyframes "swing" {
   0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

}

@-moz-keyframes swing {
   0% {
     -moz-transform: rotate(-10deg);
     transform: rotate(-10deg);
 }
 50% {
     -moz-transform: rotate(10deg);
     transform: rotate(10deg);
 }
 100% {
     -moz-transform: rotate(-10deg);
     transform: rotate(-10deg);
 }

}

@-webkit-keyframes "swing" {
   0% {
     -webkit-transform: rotate(-10deg);
     transform: rotate(-10deg);
 }
 50% {
     -webkit-transform: rotate(10deg);
     transform: rotate(10deg);
 }
 100% {
     -webkit-transform: rotate(-10deg);
     transform: rotate(-10deg);
 }

}

@-o-keyframes "swing" {
   0% {
     -o-transform: rotate(-10deg);
     transform: rotate(-10deg);
 }
 50% {
     -o-transform: rotate(10deg);
     transform: rotate(10deg);
 }
 100% {
     -o-transform: rotate(-10deg);
     transform: rotate(-10deg);
 }

}



/*================================================================
 //////////////////// SECTION PORTOFOLIO STYLES //////////////////
 =================================================================*/
 .portofolio{
    color: rgb(0, 0, 0);
    background: rgb(252, 231, 0);
}

#portofolio{
    width: 100%;
    height: auto;
    padding: 0 0 100px 0;
    background: rgb(255, 255, 255);
    position: relative;
    border-top: 5px dotted rgb(250, 232, 28);
    border-bottom: 5px dotted rgb(250, 232, 28);
}

.imgbox{
    max-width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}


.imgbox h3{
    position: absolute;
    background: rgb(230, 221, 10);
    left: -100%;
    width: 100%;
    margin: 0;
    padding: 1%;
    font-size: 1.3em;
    text-align: center;
    color: rgb(0, 0, 0); 
    transition: all ease-in-out 200ms;
}

.imgbox:hover h3{
    left: 0;
    top: 0; 
}

.imgbox p{
    position: absolute;
    background: rgb(0, 0, 0);
    bottom: -50%;
    margin: 0;
    width: 100%;
    padding: 5% 10px;
    color: rgb(255, 255, 255); 
    transition: all ease-in-out 200ms;
}

.imgbox:hover p{
    left: 0;
    bottom: 0%; 
}

/*              CLIENTS
---------------------------------------*/
.portofolio-text{
    padding: 0 0 50px 0;
}

.clients-header{
    padding: 70px 0 40px 10px;
    font-size: 2.5em;
    font-weight: 400;
    color: rgb(51, 51, 51);
    font-family: 'Lily Script One', cursive;
}

.clients{
    list-style-type: none;
    width: 100%;
    margin: 0;
}
.clients li img{
    opacity: 1;
    transition: all ease-in-out 200ms;
}

.clients li:hover img{
    opacity: 0;
}
/*This are the css selectors for the  clients logos.
  Eace number within () selects an <li> tag and sets it's
  colored version of logo as a background */

  .clients li:first-child{
    background: url('../img/l1.png') no-repeat no-repeat;
}

.clients li:nth-child(2){
    background: url('../img/l2.png') no-repeat no-repeat;    
}

.clients li:nth-child(3){
    background: url('../img/l3.png') no-repeat no-repeat;    
}

.clients li:nth-child(4){
    background: url('../img/l4.png') no-repeat no-repeat;    
}

.clients li:nth-child(5){
    background: url('../img/l5.png') no-repeat no-repeat;    
}

.clients li:nth-child(6){
    background: url('../img/l2.png') no-repeat no-repeat;    
}
/*================================================================
 //////////////////// SECTION CONTACT STYLES /////////////////////
 =================================================================*/
 #contact{
    width: 100%;
    height: auto;
    background: rgb(250, 232, 28);
    position: relative;
}

.contactform{
    width: 100%;
    position: relative;
}

.contactform form input{
    width: 99%;
    padding: 10px 0;
    margin: 5px 0px;
    line-height: 100%;
    text-indent: 10px;
}

.contactform form textarea{
    width: 99%;
    padding: 10px 0;
    text-indent: 10px;
    margin: 20px 0px;
}
.contactbtn{
    width: 100%;
    padding: 10px 0px;
    background: rgb(58, 58, 58);
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    border-radius: 0;
    border: none;
}
.contactbtn:hover{
    background: rgb(62, 65, 56);
    color: rgb(255, 255, 255);
}

.info{
    font-size: 1.5em;
    line-height: 100%;
    padding: 15px 0;
    color: rgb(121, 121, 121);
}

/*              MAP
---------------------------------------*/

.map{
   height: 100%;
   min-height: 374px;
   margin-top: 5px;
   border: 3px solid rgb(255, 255, 255);
   margin: 0 0 20px 0;
}

.map a,
.map a img,
.map .gmnoprint{
    display: none;
}

.location{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5em;
    background: rgb(250, 232, 28);
    padding: 10px;
    color: rgb(44, 44, 44);
    border-bottom-right-radius: 20px;
    border-right: 3px solid rgb(255, 255, 255);
    border-bottom: 3px solid rgb(255, 255, 255);
}

.map-address{
    position: relative;
    max-height: 570px;
}

/*================================================================
 //////////////////////// MEDIA QUERYS ///////////////////////////
 =================================================================*/

 @media (min-width: 980px) and (max-width: 1200px){

    .plan-header{
        font-size: 3em;
    }

    .news ul li a{
        line-height: 30px;
    }

}

@media (min-width: 768px) and (max-width: 979px){
    .imgbox h3{
        padding: 0;
        line-height: 17px;
    }
    .imgbox p{
        line-height: 15px;
    }

    .plan-header{
        font-size: 2.4em;
    }

    .news ul li a{
        line-height: 10px;
    }

    .pricingtable{
        height: 400px;
    }

    .pricingtable a{
        width: 190px;
    }

}

@media (max-width: 767px){

    .subheading{
        font-size: 1.5em;
    }
    .logowrap{
        padding-top: 25%;
    }
    .divide{
        width: 450px;
    }

    .logowrap h1{
        font-size: 9em;
    }
    
    .latest-posts{
        padding: 0 0 20px 0;
    }
    
    .news ul{
        margin: 0;
    }

    .pricingtable a{
        width: 300px;
    }

    .pricingtable ul {
        text-align: center;
    }
    
    .clients  li{
        float: left;
        
        margin: 10px;
        padding: 0;
        width: auto;
    }
    .location{
        top: 0;
    }

}


@media (max-width: 480px) {

    .logowrap{
        padding-top: 45%;
    }
    .divide{
        width: 250px;
    }

    .divide p{
        font-size: 3em;
    }

    .logowrap h1{
        font-size: 5em;
    }  

    .social-wrap{
        display: none!important;
    }

    .navbar .brand{
        padding: 0 0 0 5px
    }    

    .pricingtable a{
        width: 150px;
    }

}
