body {
  background-color: #263238;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(./../img/491.gif) center no-repeat rgba(51, 51, 51, 0.8);
}

h1 {
  font-family: Orbitron, sans-serif;
  font-size: 2.2em;
}

h2 {
  font-family: Orbitron, sans-serif;
  font-size: 1.7em;
}

h3 {
  font-family: Orbitron, sans-serif;
  font-size: 1.4em;
}

h4 {
  font-family: Orbitron, sans-serif;
}

h5 {
  font-family: Orbitron, sans-serif;
}

section {
  margin-bottom: 50px;
  border-top: 1px solid #d6d6d6;
}

section#title {
  margin-bottom: 15px;
}

.section-heading {
  margin-bottom: 20px;
}

.main-content {
  background-color: white;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.intro {
  padding: 30px 0;
}

.intro-text {
  font-family: Orbitron, sans-serif;
  margin-top: 0px;
}

.intro-img {
  text-align: right;
}

@media screen and (max-device-width: 700px) and (orientation: portrait) {
  .intro-img {
    text-align: left;
  }
}

.social {
  margin-top: 20px;
}

.social-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-right: 30px;
  border: 1px solid #8c6d4c;
  border-radius: 10px;
  background-color: white;
  color: black;
  transition: background 0.7s, color 1s;
}

.social-btn:hover {
  background-color: #8c6d4c;
  color: white;
}

.social-btn a {
  color: black;
}

.menu {
  padding: 100px 0;
  border-top: 1px solid #d6d6d6;
}

@media all and (max-width: 700px) {
  .menu {
    display: none;
  }
}

.circles {
  font-family: Lobster, cursive;
}

.ch-grid {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.ch-grid:after {
  content: "";
  display: table;
  clear: both;
}

.ch-grid li {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin: 20px;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.ch-item:before {
  content: "";
  display: table;
}

.ch-item:hover .ch-info-wrap {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8);
}

.ch-item:hover .ch-info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
          transform: rotate3d(0, 1, 0, -180deg);
}

.ch-info-wrap {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-perspective: 800px;
          perspective: 800px;
  transition: all 0.4s ease-in-out;
  top: 20px;
  left: 20px;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8);
}

.ch-info {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.ch-info .ch-info-back {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
  background: #16333f;
}

.ch-info h3 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0 15px;
  padding: 40px 0 0;
  height: 90px;
  font-family: Open Sans, Arial, sans-serif;
  text-shadow: 0 0 1px black, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: white;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: Open Sans, Arial, sans-serif;
}

.ch-info p a:hover {
  color: rgba(255, 242, 34, 0.8);
}

.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.ch-img-1 {
  background: url(./../img/profile.png) no-repeat;
  background-position: center center;
  letter-spacing: 3px;
  line-height: 180px;
  color: white;
  font-size: 1.3em;
  background-color: rgba(243, 243, 243, 0.5);
}

.ch-img-1 p {
  line-height: normal;
  font-family: Open Sans, Arial, sans-serif;
}

.ch-img-2 {
  background: url(./../img/portfolio.png) no-repeat;
  display: block;
  position: relative;
  background-position: center center;
  letter-spacing: 3px;
  line-height: 180px;
  font-size: 1.3em;
  background-color: rgba(243, 243, 243, 0.5);
}

.ch-img-2 p {
  line-height: normal;
  font-family: Open Sans, Arial, sans-serif;
}

.ch-img-3 {
  background: url(./../img/resume.png) no-repeat;
  background-position: center center;
  letter-spacing: 3px;
  line-height: 180px;
  color: white;
  font-size: 1.3em;
  background-color: rgba(243, 243, 243, 0.5);
}

.ch-img-3 p {
  line-height: normal;
  font-family: Open Sans, Arial, sans-serif;
}

.ch-img-4 {
  background: url(./../img/contact.png) no-repeat;
  background-position: center center;
  letter-spacing: 3px;
  line-height: 180px;
  color: white;
  font-size: 1.3em;
  background-color: rgba(243, 243, 243, 0.5);
}

.ch-img-4 p {
  line-height: normal;
  font-family: Open Sans, Arial, sans-serif;
}

.footer {
  font-family: Orbitron, sans-serif;
}

.footer-inner {
  background: white;
}

.foot-link {
  color: inherit;
  transition: color 0.7s;
  cursor: pointer;
}

.footer-btn {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #8c6d4c;
  border-radius: 10px;
  background-color: whitesmoke;
  color: #d6d6d6;
  border-color: #d6d6d6;
  transition: background 0.7s, color 0.7s;
}

.btn-hover {
  background-color: #8c6d4c;
  color: white;
}

.text-hover {
  color: #8c6d4c;
}

.title-wrapper {
  position: relative;
  height: 80px;
}

@media screen and (min-width: 600px) {
  .title-wrapper {
    height: auto;
  }
}

.back-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  top: 50%;
  right: 0;
}

@media screen and (max-width: 600px) {
  .back-wrapper {
    display: none;
  }
}

.back-wrapper .back-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}

.back-wrapper .back-icon.active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.back-wrapper .back-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #8c6d4c;
  z-index: 2;
  text-align: center;
  line-height: 65px;
  background-color: white;
  color: #8c6d4c;
}

.back-wrapper .back-inner i {
  font-size: 2em;
}

.title {
  font-family: Orbitron, sans-serif;
  line-height: 80px;
  font-size: 1.8em;
}

.profile-box {
  padding: 20px;
}

.profile-box .table {
  background-color: whitesmoke;
  border: 1px solid #d6d6d6;
  padding: 10px;
}

.profile-box .table tr {
  border: none;
}

.profile-box .table td {
  border: none;
}

.profile-circle {
  width: 80px;
  height: 80px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  line-height: 80px;
  color: #8c6d4c;
  margin: 0 auto;
  transition: border-color 0.5s, border-radius 0.5s;
}

.profile-circle:hover {
  border: 1px solid #8c6d4c;
  border-radius: 30%;
}

.title-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.general-btn {
  width: 130px;
  height: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  transition: border 0.7s;
  font-family: Orbitron, sans-serif;
  cursor: pointer;
}

.general-btn:hover {
  border-color: #8c6d4c;
}

#skills, #otherskills {
  padding: 20px;
}

#skills > div:last-of-type {
  margin-bottom: 0px;
}

h3 {
  margin-bottom: 50px;
}

.myprogress {
  position: relative;
  height: 12px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: visible !important;
}

.myprogress .progressbar {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  background-color: #8c6d4c;
  height: 6px;
  overflow: visible !important;
}

.myprogress .progressvalue {
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: whitesmoke;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  position: absolute;
  right: -30px;
  top: 50%;
  overflow: visible !important;
  font-size: 0.7em;
  font-family: Orbitron, sans-serif;
}

#otherskills .circular-bar {
  text-align: center;
}

#otherskills .circular-bar-content {
  margin-bottom: 70px;
  margin-top: -95px;
  text-align: center;
  font-size: 1em;
  font-family: Orbitron, sans-serif;
}

#otherskills .circular-bar-content label {
  display: block;
  font-size: 0.9em;
  font-family: Orbitron, sans-serif;
}

#stats {
  color: #8c6d4c;
  padding-top: 50px;
}

#stats .exptitle {
  padding-bottom: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 1.3em;
}

#stats .expimg {
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
}

#stats .expimg i {
  padding: 20px;
  border: 1px solid #8c6d4c;
  border-radius: 50%;
  color: #8c6d4c;
  transition: border-color 0.5s, border-radius 0.5s, color 0.5s, background 0.5s;
}

#stats .expimg i:hover {
  background-color: #8c6d4c;
  color: rgba(255, 255, 255, 0.8);
  border-color: #8c6d4c;
  border-radius: 30%;
}

#stats .expnum {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 200;
  font-size: 1.5em;
  font-family: Orbitron, sans-serif;
}

#projects {
  font-size: 1em;
}

#projects .categoriescontrols {
  margin: 20px 0;
}

#projects .project {
  padding: 20px;
  height: 350px;
}

@media screen and (min-width: 600px) {
  #projects .project {
    height: auto;
  }
}

@media screen and (min-width: 300px) {
  #projects .project {
    height: auto;
  }
}

#projects .projectswrapper {
  margin-bottom: 50px;
}

#projects .projectwrapper {
  position: relative;
  border: 1px solid #8c6d4c;
  padding: 3px;
  text-align: center;
  overflow: hidden;
}

#projects .projectwrapper img {
  width: 100%;
  height: 100%;
}

#projects .projectwrapper .info {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(144, 96, 41, 0.9);
  position: absolute;
  top: 130%;
  color: white;
  margin: -3px 0 0 -3px;
}

#projects .projectwrapper .info .title {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 40px;
  font-size: 1.5em;
}

#projects .projectwrapper .info .moreinfo {
  position: absolute;
  top: 140%;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: Orbitron, sans-serif;
}

#projects .projectwrapper .info .moreinfo > span {
  padding: 15px 60px;
  font-size: 1.2em;
  border: 1px solid white;
  transition: background 0.7s, color 0.7s;
}

#projects .projectwrapper .info .moreinfo > span a {
  color: #fff;
}

#projects .projectwrapper .info .moreinfo > span:hover {
  background-color: white;
  color: rgba(144, 96, 41, 0.9);
  cursor: pointer;
}

#projects .projectwrapper .info .moreinfo > span:hover a {
  color: rgba(144, 96, 41, 0.9);
}

.contactform {
  margin-top: 50px;
  min-height: 500px;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  color: #fff;
  background-color: #333333;
  z-index: 999;
  box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;
  transition: width .6s ease-in-out;
}

.mobile-menu-content.active {
  width: 50px;
  display: block;
}

.mobile-menu-content .mobile-menu {
  position: absolute;
  color: rgba(144, 96, 41, 0.9);
  transition: all .7s ease-in;
  height: 50px;
}

.mobile-menu-content .menu-wrapper {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2em;
}

.mobile-menu-content .menu-wrapper .menu-item {
  margin-bottom: 10px;
}

.mobile-menu-content .menu-wrapper .menu-item a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #8c6d4c;
  border-radius: 10px;
  color: white;
  background: transparent;
  transition: background 0.7s, color 1s;
}

.mobile-menu-content .menu-wrapper .menu-item a.active {
  background-color: rgba(144, 96, 41, 0.9);
}

#btn-mobile-menu {
  position: absolute;
  top: 0;
  right: 14px;
  z-index: 9999;
  color: #333;
}

#btn-mobile-menu.active {
  color: #fff;
  right: 14px;
}

ul.breadcrumb{
  background: none;
}


/*# sourceMappingURL=style1.css.map */