/* Theme8 */
/*------*/
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('font/opensans-condbold.eot');
  src: url('font/opensans-condbold.eot?#iefix') format('embedded-opentype'), url('font/opensans-condbold.woff') format('woff'), url('font/opensans-condbold.ttf') format('truetype'), url('font/opensans-condbold.svg#font/opensans-condbold') format('svg');
}
body {
  background-color: #F6F8F7;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  background-color: #1E242A;
  color: #fff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
::selection {
  background-color: #1E242A;
  color: #fff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
.cv-title,
label,
.round-row,
.date-range {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal!important;
}
h1,
h2,
h3,
h4,
h5,
.cv-title,
label {
  color: #211d1e;
}
.nav.dropdown.splited {
  padding: 2px !important;
}
.nav.dropdown {
  width: 90%;
  margin: 0 auto;
}
.nav {
  text-align: center;
}
.nav-tabs > li,
.nav-pills > li {
  display: inline-block;
  float: none;
}
.desc a {
  color: #f1f1f1;
  background-color: #355070;
  padding: 2px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.round-row a {
  color: #355070;
}
.round-row a:hover {
  color: #f1f1f1;
}
.round-row.pdf{
  margin-top:15px;
  font-size:1.3em;
  cursor:pointer;
}
.round-row.pdf,.round-row.pdf i{
  background-color: #355070;  
  color:#fff;
}
.round-row.pdf:hover,.round-row.pdf:hover i{
  background-color: #ECF0F1;  
  color:#333!important;
}
.map {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 100%;
  height: 100px;
}
.resume-holder {
  border: 1px solid #DCE2E4;
  margin: 50px auto 50px auto;
  background-color: #ECF0F1;
  padding: 20px 20px 50px 20px;
  border-radius: 5px;
  margin: 50px auto;
  -webkit-border-radius: 5px;
}

.box-holder {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-image: linear-gradient(bottom, #f2f2f2 0%, #ffffff 19%);
  background-image: -o-linear-gradient(bottom, #f2f2f2 0%, #ffffff 19%);
  background-image: -moz-linear-gradient(bottom, #f2f2f2 0%, #ffffff 19%);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, #ffffff 19%);
  background-image: -ms-linear-gradient(bottom, #f2f2f2 0%, #ffffff 19%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(0.19, #ffffff));
}
a {
  outline: none!important;
}
.head-title {
  background-color: #355070;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.head-title h1 {
  margin: 0 0 5px 0;
  line-height: 36px;
  color: #F8F8F8;
}
section {
  margin-top: 30px;
}
.head-title h3 {
  margin: 0;
  color: #F8F8F8;
  line-height: 24px;
  font-size: 19px;
}
.cv-title {
  margin-top: -21px;
}
.nav-menu {
  margin-top: 1px;
  background-color: #F8FAFA;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.nav-menu ul {
  margin: 0;
}
.nav-menu .nav-pills li a {
  color: #3B3B3B;
  font-size: 18px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: #355070 !important;
  color: #F8F8F8!important;
}
.social-icons ul {
  list-style: none;
  margin: 0 auto;
  margin-top: 5px;
}
.social-icons ul li a {
  color: #A8A8A8;
  font-size: 16px;
  text-shadow: none;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  text-decoration: none;
  display: block;
}
.social-icons ul li:hover {
  background-color: #355070 !important;
  cursor: pointer;
}
.social-icons ul li:hover a {
  color: #ffffff;
}
.cv-title .social-icons ul {
  margin-top: 10px;
}
.cv-title .social-icons ul li {
  background-color: #F9F9F9;
  margin-left: 1px;
}
.social-icons ul li {
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  display: inline-block;
  margin-left: -2px;
  text-align: center;
  background-color: #ECF0F1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 6px 5px;
}
.section-icon:hover {
  background-color: #A8A8A8;
}
.section-icon {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #355070;
  text-align: center;
  height: 35px;
  padding: 15px 10px 10px;
  margin: 30px 0px 0;
  width: 40px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
section .box-holder {
  margin-top: 30px;
}
section:first-child {
  margin-top: 0px;
}
.section-icon i {
  color: #FEFFFF;
  font-size: 40px;
}
.section-title{
  min-width: 70px;
}
.section-title .title {
  text-align: center;
}
.section-title .title h4 {
  font-size: 15px;
  min-width: 90px;
  text-align: center;
  display: inline-block;
  margin-left: -10px;
  margin-right: -10px;
}
.avatar:hover {
  opacity: 0.8;
}
.avatar,.avatar img{
  overflow: hidden;
  border-radius: 300px;
  -webkit-border-radius: 300px;
}
.avatar img{
  background-color: #355070;
}
.avatar {
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.round-rows {
  margin: 0;
  list-style: none;
}
.round-row i {
  color: #355070;
  font-size: 20px;
}
.round-row:hover {
  background-color: #A8A8A8;
}
.round-row:hover {
  color: #f1f1f1;
}
.round-row:hover i {
  color: #3B3B3B;
}
.round-row {
  font-size: 16px;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  font-weight: bold;
  background-color: #ECF0F1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 5px 10px;
  margin-top: 7px;
  display: inline-block;
}
.available i {
  color: #16A086;
}
.not-available i {
  color: #ED3723;
}
.box-holder:before {
  content: "";
  position: absolute;
  left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 25px;
}
.box-holder {
  position: relative;
}
.progress-bar {
  height: 9px;
  background-color: #355070;
  width: 0;
  border-radius: 30px;
}
.bar-holder {
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  height: 8px;
  background-color: #ECF0F1;
}
.skill {
  margin-bottom: 10px;
}
.skill label {
  font-size: 18px;
}
.nav.splited {
  z-index: 99999;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #b2b2b2;
  border-top: 0;
  text-align: center;
  background-color: #F6F8F7;
  padding: 3px;
}
.timeline-holder {
  margin-top: 15px;
  margin-left: 20px;
}
.exp-holder:before {
  background-color: #fff;
  border: 8px solid #355070;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  content: " ";
  height: 20px;
  left: -22px;
  position: absolute;
  top: -1px;
  width: 20px;
}
.exp-holder .body:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #355070 transparent transparent;
  top: 10px;
}
.exp-holder .body,
.exp-holder .head {
  padding: 3px 10px;
}
.exp-holder .head {
  background-color: #355070;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border: 1px solid #0d364d;
  border-left: 0;
}
.exp-holder .body {
  border: 1px solid #CACACA;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.exp-holder {
  background-color: #ECF0F1;
  border-radius: 5px 5px 5px 5px;
}
.exp-sub-items{
  margin-top:50px;
}
.exp-sub-items:before {
  border: 8px solid #355070;
  border-bottom:0;
  border-left:0;
  border-radius: 0 30px 0 0;
  -webkit-border-radius: 0 30px 0 0;
  content: " ";
  padding: 19px;
  margin-left:-38px;
}
.exp-sub-items:after {
  border: 8px solid #355070;
  border-top:0;
  border-left:0;
  border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  content: " ";
  padding: 19px;
  margin-left:-38px;
}
.exp-sub-items .exp-item{
  padding-bottom:50px;
}
.exp-sub-items .exp-item:last-child{
  padding-bottom:0px;
}
.date-range {
  background-color: #1E242A;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  font-size: 17px;
  font-weight: bold;
  padding: 2px 8px;
  margin-top: 5px;
  text-align: center;
}
.exp-item p {
  margin-top: 5px;
  text-align: justify;
}
.exp-item ul {
  padding:10px 0 0 30px;
}
.exp-item {
  position: relative;
  border-style: solid;
  border-left-width: 8px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-color:#355070;
  
  padding-left: 30px;
  padding-bottom: 50px;
  width: 91%;
}
.contact-form .control-group {
  margin-bottom: 20px;
}
.exp-item h3 {
  color: #fff;
}
.exp-item h4 {
  color: #ECF0F1;
}
.exp-item h3,
.exp-item h4 {
  text-shadow: none;
  margin: 0;
  line-height: 24px;
}
.box-holder.exp-box {
  padding-bottom: 0;
}
section .desc p {
  padding: 10px;
  background-color: #ECF0F1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: justify;
}
.contact-form input:not(.submit),
.contact-form textarea {
  background-color: #ECF0F1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #D2DDD9;
  color: #000;
  padding-left: 35px;
}
.contact-form input:not(.submit):focus,
.contact-form textarea:focus {
  border: 1px solid #355070;
  background-color: #D2DDD9;
  color:#676767;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
}
#loading {
  visibility: hidden;
  float: right;
}
.controls {
  position: relative;
}
.controls label {
  font-size: 18px;
}
.controls i {
  font-size: 17px;
  left: 7px;
  text-shadow: none;
  position: absolute;
  top: 30px;
  color: #676767;
}
label.error {
  color: #ED3723;
  font-size: 13px;
  text-shadow: none;
}
.social-icons {
  text-align: center;
}
.ie8 .head-title h1 {
  font-size: 25px;
}
.ie8 .nav-pills.dropdown {
  display: none;
}
.ie8 .nav-menu .nav-pills li a {
  font-size: 15px;
}
.ie8 .social-icons li {
  margin-top: 5px;
}
