/*   
 * 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;
  font-size: 14px;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1 {line-height: 1.5;}
h3 {font-size: 18px;}
a {
  -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;
  outline: none !important;
}
a.btn {text-decoration: none !important;}

p {
  line-height: 1.5;
}
img {max-width: 100%;}
.center {text-align: center;}
.clear {clear: both;}
.wrapper {
  background: #623F99;
  max-width: 1088px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.sidebar-wrapper {
  background: #496484;
  position: absolute;
  right: 0;
  width: 240px;
  height: 100%;
  /*min-height: 800px;*/
  color: #fff;
}
.sidebar-wrapper a {
  color: #fff;
}
.sidebar-wrapper a:hover {
  text-decoration: underline;
}
.sidebar-wrapper .profile-container {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  margin-right: -15px;
  margin-left: -15px;
}
.sidebar-wrapper .name {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.logoarea .name{display: block; line-height: 1.1;}
.logoarea a, .logoarea a:hover {text-decoration: none !important;}
.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.logoarea .tagline{display: block; line-height: 1.1;}
.sidebar-wrapper .profile {
  padding-bottom: 21px;
}
.sidebar-wrapper .contact-list .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.sidebar-wrapper .contact-list li {
  margin-bottom: 12px;
}
.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .contact-list .email .fa {
  font-size: 14px;
}
.sidebar-wrapper .container-block {
  padding: 20px 0;
}
.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  /*font-weight: 700;*/
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  line-height: 1.1;
}
.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;
  padding-right: 300px;
  min-height: 1300px;
}
.main-wrapper h2 {font-size: 18px;}
.main-wrapper img {padding: 10px 0;}
.main-wrapper li p {padding-top: 10px;}
/*.main-wrapper a:hover {text-decoration: none;}*/
.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  color: #3A506A;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}
.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: #623f99;
  text-align: center;
  padding-top: 8px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.main-wrapper .section {
  margin-bottom: 30px;
}
.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 .mininavlinks {
  margin-bottom: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.main-wrapper .mininavlinks a {
  text-decoration: none;
}
.main-wrapper .mininavlinks a:hover {
  text-decoration: underline;
}
.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;
}
.mgrdwbutton {margin-right: 20px;}
.navbar-default {
    background-color: #496484;
    border: none;
    margin-bottom: 0;
}
.navbar-collapse {border: none;box-shadow:none;}
.downloadlinksarea a {text-decoration: none;}
.downloadlinksarea {margin-top: 20px;margin-bottom: 30px;}
.downloadlinksarea ul.nav-tabs {margin-bottom: 20px;}
.sendbagreport {float: right;}
.otkudakachaem {font-size: 90%;font-style: italic;padding-right: 10px;display: inline-block;padding-bottom: 10px;}
.flr {float: right;}
.downloadlinksarea .btn-download {margin-bottom: 20px;}
a.sendbagreport:hover {text-decoration: underline;}
.badreportmodal .modal-dialog {
    margin: 130px auto;
}
.badreportmodal .modal-dialog .modal-title{
    font-size: 18px;
    font-weight: 700;
}
.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: #f5f5f5;
}
.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: #cf647d;
}
.ya-share2 {float: left;}
.likemotivation {margin-top: -12px; background-image: url(/assets/images/likeplease1.png); width: 169px; height: 40px;display: inline-block;margin-left: 5px;}
#toTop {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 100px;
    left: 17px;
    width: 26px;
    height: 26px;
    background-image: url('/assets/images/totopimg.png');
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
#toTop:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .main-wrapper .mininavlinks {padding-bottom: 3px;}
  .sidebar-wrapper .profile-container {padding: 20px 15px 25px;}
  .main-wrapper .section-title {font-size: 20px;}
  body {padding: 20px;}
  .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .sidebar-wrapper .profile {
    padding-bottom: 16px;
}
  .logoarea img {float: left;padding-right: 20px;width: 80px; height: 76px;}
  .sidebar-wrapper .profile-container {
    text-align: left;
}
  .sidebar-wrapper .name {
    font-size: 26px;
}
  .main-wrapper {
    padding: 30px;
  }
  .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
  .main-wrapper .mininavlinks {
  margin-bottom: 8px;
}
  .main-wrapper .mininavlinks a{
  display: inline-block;margin-bottom: 7px;
}
  .sidebar-wrapper .container-block {
    padding: 30px 15px;
}
#toTop {
    left: 8px;
    bottom: 50px;
}

.navbar-toggle {
    position: absolute;
    top: 22px;
    right: 5px;
}
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .skillset .level-title {
    display: inline-block;
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
  .skillset .level-bar {
    display: inline-block;
    width: 70%;
    float: left;
    position: relative;
    top: 1px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
@media (max-width: 999px) {
  .likemotivation {display: none;}
  
}
@media (max-width: 499px) {
  body {padding-right: 0; padding-left: 0;padding-top: 0;}
  .main-wrapper {padding: 20px 15px;}
  .likemotivation {display: none;}
  .sendbagreport {margin: 5px 0 0;display: block;float: none;}
/*  .downloadlinksarea {*/
/*    margin-bottom: 20px;*/
/*}*/
}
.likearea {margin-top: 35px;}
.contact-list .fa {width: 16px;}
.versioninsidbar {font-size: 72%;}
.sidebarlinkarea {padding: 0 13px;}
.table_old_vers .fa-download {padding-right: 5px;}
.navbarsidebar {padding: 5px 0;}
.alert {margin-bottom: 15px; margin-top: 15px;}
.mediaarea span.headder {margin-bottom: 10px; display: inline-block; font-size: 18px; font-weight: 700;}
.mediaarea p {font-size: 14px;}
.mediasubarea {background-color: #f9f9f9; padding: 15px;margin: 25px 0;border: 1px solid #eee;}
.table_icons img {padding: 5px 0;}
.table_icons td {
  vertical-align: bottom;
}
.afterinstr {margin-bottom: 10px;}
.firstblock img {padding: 0;}
.firstblock {margin: 0 0 20px;}
.navbar-collapse{
  top:5px !important;
  position:relative;
}
.navbarsidebar {
    padding: 0px;
}
@media (max-width: 320px) {
.navbar-toggle {
    position: absolute;
    top: 18px;
    right: 0px;
    padding: 6px 8px;
}
}