/*   
 * Template Name: Orbit - Responsive Resume/CV Template for Developers
 * Version: 1.0
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* styles.css */
/* ======= Base ======= */
body {
  font-family: 'Roboto', sans-serif;
  color: #545E6C;
  /*background: #f5f5f5; */
  background: linear-gradient(lightblue, white);
  background-attachment: fixed;
  font-size: 14px;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a {
  color: #2d7788;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #1a454f;
}
a:focus {
  text-decoration: none;
}
p {
  line-height: 1.5;
}

@keyframes bajar {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}


.wrapper {
  background: #42A8C0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
   animation: 1s linear 0s 1 bajar;
  
  transition: all 1s linear;
}

h2.container-block-title  {
  padding-top: 5px;
}

div.item ul.details {
    list-style-image: url('../images/right.png');    
}

.main-wrapper {}

.sidebar-wrapper {
  background: #42A8C0;
  position: absolute;
  width: 250px;
  min-height: 800px;
  color: #fff;
  box-shadow: 2px 0px 2px rgba(0,0,0,0.3);
  border-right: 1px solid white;
}
.sidebar-wrapper a {
  color: #fff;
}
.sidebar-wrapper .profile-container {
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;

}

.sidebar-wrapper .name {
  font-size: 1.5em;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-wrapper .profile {
  margin-bottom: 15px;
  width: 90%;
  height: auto;
}

.projects-section ul {
  list-style-type: none;
}


.sidebar-wrapper .contact-list .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}
.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .contact-list .email .fa {
  font-size: 14px;
}
.sidebar-wrapper .container-block {
  padding: 30px;
  border-bottom: 2px solid white;
  overflow: hidden;
}
.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.sidebar-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.sidebar-wrapper .education-container .item {
  margin-bottom: 15px;
}
.sidebar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .education-container .meta {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
}
.sidebar-wrapper .education-container .time {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
}
.sidebar-wrapper .languages-container .lang-desc {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-wrapper .languages-list {
  margin-bottom: 0;
}
.sidebar-wrapper .languages-list li {
  margin-bottom: 10px;
}
.sidebar-wrapper .languages-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .interests-list {
  margin-bottom: 0;
}
.sidebar-wrapper .interests-list li {
  margin-bottom: 10px;
}
.sidebar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}
.main-wrapper {
  background: #fff;
  padding: 60px;
  height: auto;
}

.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #2d7788;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}

.main-wrapper .section-title, .main-wrapper p, .main-wrapper .job-title, .company, .details
{
    margin-left: 220px;
}

.block{
    float: right;
    width: 37%;
    padding: 5px;
}

.main-wrapper .section-title .fa {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #2d7788;
  text-align: center;
  padding-top: 8px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.main-wrapper .section {
  margin-bottom: 60px;
}
.main-wrapper .experiences-section .item {
  margin-bottom: 30px;
}
.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.main-wrapper .job-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.main-wrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #97AAC3;
}
.main-wrapper .company {
  margin-bottom: 10px;
  color: #97AAC3;
}

.main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.main-wrapper .projects-section .intro {
  margin-bottom: 30px;
}
.main-wrapper .projects-section .item {
  margin-bottom: 15px;
}

.icon {
      width:  50px;
      height:  40px;
      margin: 0px 5px;
}


h3.level-title img {
      margin: 10px;
}

h2.section-title {
      border-bottom: 1px dotted black;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

h2.container-block-title i {
      background-color: #42A8C0;
      border-radius: 20px;
}

.link { text-align: center;
        font-size: 1.1em;
        margin: 5px 5px;
        }

.projects-section ul { padding: 0; }

.projects-section ul li { padding: 5px; 
                          margin-bottom: 10px; }

.projects-section ul li i { font-size: 1.2em; 
                            font-family: 'FontAwesome';}

.link:hover { background-color: lightblue; }

.link a:hover { text-decoration: none;   }


.skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
}
.skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}
.skillset .level-bar {
  height: 12px;
  background: lightgray; 
}

.skillset .level-bar-inner {
  height: 12px;
  background: #7bc2d3;
}

.footer {
  padding: 30px;
  padding-top: 60px;
}
.footer .copyright {
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}
.footer .fa-heart {
  color: #fb866a;
}


@media (max-width: 767px) {
  .sidebar-wrapper {
    position: static;
    width: auto;
    min-height: 480px;
  }


  .main-wrapper {
    padding: 10px;
  }
  .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
}


@media (max-width: 768px) {

  body {
      padding: 0;
  }

  h2.container-block-title
  {
    background: url('../images/arrowDown.png') no-repeat right;
  }

  .sidebar-wrapper {
      box-shadow: 1px 1px 5px rgba(0,0,0,0.3) !important;
  }

  .sidebar-wrapper > .container-block {
      height: 20px;
      padding-top: 10px !important;
  }

  .sidebar-wrapper > .contact-container {
      height: inherit;
  }

  
  ul.details { padding: 20px;  }


  .block { width: 40%; }

  a { font-size: 0.9em; 
      padding: 0; }

  .link { text-align: left; }

  img.profile {
    width: 50% !important;
  }

  ul.details, div.company { margin: 0; }

  .block { width: 50%; 
           }

  .main-wrapper .section-title, .main-wrapper p, .main-wrapper .job-title
  {
    margin-left: 0;
  }

}

@media (min-width: 992px) {
  .skillset .level-title {
    margin-bottom: 0;
  }
  .skillset .level-bar {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    top: 1px;
  }

 }
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
