
* {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  

.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

.container{
  margin: 0 auto;
  overflow: hidden;
}


h1 {
  padding: 0;
  font-size: 50px;
  font-weight: 400;
  font-family: 'Lato', serif;
  color: #0e0e0e;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  font-family: 'Lato', serif;
  padding: 0 0 50px 0;
  font-weight: 400;
  text-align: center;
  color: #641B56;

}

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #641B56;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}

h5 {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-top: 8px;
  letter-spacing: 5px;
}

a {
  text-decoration: none;
  font-weight: 500;
}

p {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
  color:#352a1b;
}

ul {
 list-style-type: square;
 margin: 2%;
}



/***************HEADER*************/

header {
  float: left;
  width: 100%;
  height: 200px;
  border-top: 10px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: transform .28s ease-in-out 0s;
  -moz-transition: left .28s ease-in-out;
  -webkit-transition: left .28s ease-in-out;
  -o-transition: left .28s ease-in-out;

}

#header-top {
  float: left;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #0e0e0e;
  position: relative;
}

#ux-design {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 305px;
  height: 80px;
  color: #641B56;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
}

#ux-design span#uxdesign {
  font-size: 14px;
  font-weight: 400;
  left: 10px;
  position: absolute;
  text-transform: uppercase;
  top: 30px;
  letter-spacing: .035em;
}

#ux-design span#icon{
  left: 120px;
  position: absolute;
}


#ux-design span#andmore {
  font-size: 14px;
  font-weight: 400;
  right: 11px;
  position: absolute;
  text-transform: uppercase;
  top:30px;
  letter-spacing: .03em;
}

#header-logo {
  float: left;
  width: 100%;
  height: 130px;
}

#header-logo #logo {
  width: 60%;
  height: 100px;
  margin: 40px auto 0;
}

#header-logo #logo h1 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 19px;
}

/***************Navigation*************/



.header {
  float: left;
  width: 100%;
  text-align: center;
  position: static;
  background-color: #0e0e0e;
  height: 42px;
}

.header .style {
  z-index: 1000;
  position: fixed;
}

.header ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.header ul li {
  float: left;
  width: 100px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  position: relative;
}

.header ul li a {
  display: block;
  width: auto;
  height: auto;
  line-height: 42px;
  padding: 0 13px;
  color: #fff;
}

.header ul li a:hover {
  color: #fff;
  background-color: #641B56;
}

.header ul li img {
  display: none;
}

.header ul li:hover img {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin: 0 0 0 -9px;
}


.header ul li a[ id= "about" ]:target ~ #main article.panel {
    -webkit-transform: translateY( -810px);
    transform: translateY( -810px );
}

.header ul li a[ id= "skills" ]:target ~ #main article.panel {
    -webkit-transform: translateY( -1356px);
    transform: translateY( -1356px );
}

.header ul li a[ id= "work" ]:target ~ #main article.panel {
    -webkit-transform: translateY( -1780px);
    transform: translateY( -1780px );
}

.header ul li a[ id= "contact" ]:target ~ #main article.panel {
    -webkit-transform: translateY( -2454px);
    transform: translateY( -2454px );
}

/***************Image*************/

.slider_wrapper{
    width: 100%;
    position: static;
    overflow: hidden;
    background-color: #eee;
    text-align: center;
}

#hero-image .slide{
    position: relative;
    float: middle;
}

#hero-image .slide img{
    width: 60%;
    height: auto;
}

/**************ABOUT******************/

.About{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

#AboutMe{
    width: 60%;
    height: auto;
    margin-right: 5%;
    margin: 0 auto;
}

#portrait {
  width: 200px;
  height: auto;
  float:left;
  margin-right: 20px;
  margin-top: 8px;
}


/**************SKILLS******************/

.skills{
  padding: 100px 0;
  margin: 0 auto;
  background-color:#eee;
}

#icon {
  width:auto;
  height:auto;
}

#MadSkills{
    width: 75%;
    height: auto;
    margin: 0 auto;

}

#SkillsList ul{
    list-style: none;
}

#SkillsList ul li{
    width: 33%;
    float: left;
    margin-bottom: 5%;
    text-align: center;
}

#SkillsList ul li:last-child{
    margin-right: 0;
}

/**************DESIGN******************/

.cases {
    padding: 100px 0;
    margin: 0 auto;
}

#Cases {
    width: 75%;
    height: auto;
    margin: 0 auto;

}

#CaseList ul {
    list-style: none;
}

#CaseList ul a {
    width: 28%;
    border: 1px solid #0e0e0e;
    border-radius: 8px;
    float: left;
    margin:25px;
    text-align: left;
}

#CaseList ul a:last-child {
    margin-right: 0px;
}

#CaseListPhone {
  display: none;
}


/*************HOVER*********************/


.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #ccc;
  color: #641B56;
}


/*************CONTACT*******************/

.Contact {
  text-align: center;
   -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

#social ul li{
  display: inline-block;
  margin: 0 30px 0px 30px;
  list-style: none;
  text-align: center;
}

#social ul li img{
  width: 40px;
  margin-top: 20px;
}

#social ul li a:last-child{
  margin-right: 0;
}


/*************FOOTER*******************/

#footer {
  background-color: #d7d6d6;
  color: #fff;
  padding: 10px;
  text-align: center;
}

#footer p {
  font-size: 14px;
  color:#0e0e0e;
}

.back-to-top {
background: none;
margin: 100px 50px;
position: fixed;
bottom: 0;
right: 0;
width: 70px;
height: 70px;
z-index: 100;
display: none;
text-decoration: none;
}

/**********************CLIENT PAGES******************/

#client {
  background-color: #EEEEEE;

}

#wrap-client {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
}

#ux-design-client {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 80px;
  height: 30px;
  color: #641B56;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}


#ux-design-client span#icon{
  left: 20px;
  position: absolute;
}

#ux-design-client span#home-button {
  background-color: #fff;
  width: 40px;
  position: absolute;
  margin-top: 5px;
  padding: 2px;
}

#header-top-client {
  float: left;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #0e0e0e;
  position: relative;
}

.back-to-home {
padding: 2px;
position: fixed;
left: 85%;
top: 15px;
width: 50px;
height: 50px;
z-index: 100;
text-decoration: none;
text-align: center;
}

#role {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .035em;
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #641B56;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#client-content {
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.client-cases{
  padding: 30px 0;
  margin: 0 auto;
  width: 80%;
  border-top: 1px solid #0e0e0e;

}

#CaseList-clients ul{
  list-style: none;
}

#CaseList-clients ul a {
    width: 23%;
    border: 1px solid #0e0e0e;
    float: left;
    margin:5%;
    text-align: center;
}

#CaseList-clients ul a:last-child{
    margin-right: 0px;
}

#animation {
  width: 30%;
  height: 30%;
  margin: 0 auto;
  padding: 50px;
}

#animationB {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  padding: 50px;
}


/**********************CONTENT SLIDERS************************/


  .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  height: 450px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #aea9a7;
  }

  .rslidesB {
  position: relative;
  list-style: none;
  overflow: auto;
  height: 400px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #aea9a7;
  }



.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 100%;
  border: 0;
  }


.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

  .centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

#example3 a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .035em;
  color: #641B56;
}

#Choco_links_container li{
  list-style: none;
}




/******************768 RESPONSIVE*************************************/


@media screen and (max-width : 768px) {

#MadSkills{
    width: 90%;
}


#Cases{
    width: 90%;
}

#CaseList ul a {
    width: 41%;
}

#CaseList ul a:last-child{
    margin-right: 25px;
}

#AboutMe{
    width: 80%;

}

.back-to-top {
  visibility: hidden;
}

#wrap-client {
  width: 100%;
}

.client-cases{
  width: 100%;
}

#wrap-client p {
  margin-right: 10%;
  margin-left: 10%;
}

#client-content {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.back-to-home {
  left: 91%;
}

}


/******************640 RESPONSIVE*************************************/




@media screen and (max-width: 640px) {

.skills{
  padding: 50px 0;
}

.cases{
    padding: 50px 0;
}

.About{
    padding: 50px 0;
}

#CaseList ul a {
    width: 40%;
}

.back-to-top {
  visibility: hidden;
}

} 

/******************480 RESPONSIVE*************************************/


@media screen and (max-width : 480px)

{

header {
  height: 250px;
}

.header {
    display:none;
  }

#SkillsList ul li{
   display: block;
   float: none;
   width: 100%;
}

#SkillsList ul li p{
   padding-bottom: 30px;
}

#CaseList ul a {
    width: 85%;
}

.back-to-top {
  visibility: hidden;
}

#portrait {
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 40px;
}

p {
  font-size: 17px;
  line-height: 30px;
}

h1 {
  font-size: 50px;
}

.back-to-home {
  left: 88%;
}

#Cases {
  width: 100%;
}

#CaseList {
  display: none;
}

#CaseList-clients {
  display: none;
}

#CaseListPhone {
  display: block;
  background-color:#EEEEEE;

}

#CaseListPhone ul{
    list-style: none;
}

#CaseListPhone ul li{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #fff;
    text-align: center;
}

#CaseListPhone ul:last-child{
  border-bottom: 5px solid #fff;
}

#CaseListPhone ul li{
  display: block;
  color: #641B56;
  text-transform: uppercase;
  font-size: 20px;
}

.client-cases {
  background-color:#EEEEEE;
  padding-top: 10px;
  padding-bottom: 0px;
}

.client-cases h3 {
  color: #000;
}


#header-logo #logo {
  width: 100%;
  height: 50px;
  margin: 40px auto 0;
}

#header-top-client {
  height: 42px;
}

#home {
  height: 225px;
}



#animation {
  width: 80%;
  height: 80%;
  padding: 20px;
}

#animationB {
  width: 90%;
  height: 90%;
  margin: 0 auto;
  padding: 20px;
}



}
