@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: #669933;
    color: #F1F1F1;
    text-shadow: none;
    -webkit-text-shadow: none;
}

::selection {
    background-color: #669933;
    color: #F1F1F1;
    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;
    text-shadow: 0 2px 0 #C1C5C6;
}

.pointer {
    cursor: pointer;
}

.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;
}

.map-holder img {
    max-width: none;
}

.map-holder label {
    width: auto;
    display: inline;
}

.map-holder {
    width: 99%;
    margin-right: 5px;
    margin-bottom: 20px;
    height: 100px;
    box-shadow: 0 3px 0 #48742C;
    -webkit-box-shadow: 0 3px 0 #48742C;
    border: 5px solid #669933;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.desc a {
    color: #669933;
}

.round-row a {
    color: #669933;
}

.round-row a:hover {
    color: #F1F1F1;
}

.list-presentation {
    list-style-position: inside;
    list-style-type: disc;
    margin-top: 10px;   
}

.list-presentation a {
    color: #669933;
    font-weight: bold;
}

.map {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    height: 100px;
}

.resume-holder {
    border-left: 1px solid #DCE2E4;
    border-right: 1px solid #DCE2E4;
    margin: 0 auto;
    background-color: #ECF0F1;
    padding: 0 20px 50px 20px;
    box-shadow: 0 0 7px -4px #6E6E6E;
}

.about-desc,
.box-holder {
    background-color: #FFF;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 0 0px #D8D8D8;
    box-shadow: 2px 2px 0 0px #D8D8D8;
    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 {
    box-shadow: 0 3px 0 #48742C;
    -webkit-box-shadow: 0 3px 0 #48742C;
    background-color: #669933;
    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;
    text-shadow: 0 2px 0 #48742C;
}

section {
    margin-top: 30px;
}

.head-title h3 {
    margin: 0;
    color: #F8F8F8;
    text-shadow: 0 2px 0 #48742C;
    line-height: 24px;
    font-size: 19px;
}

.cv-title {
    margin-top: 0;
}

.nav-container {
    box-shadow: 0 3px 0 #D2DFDF;
    -webkit-box-shadow: 0 3px 0 #D2DFDF;
    margin-top: 1px;
    margin-bottom: 20px;
    background-color: #F8FAFA;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    height: 85px;
    position: relative;
}

.nav-menu {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.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: #669933 !important;
    color: #F8F8F8 !important;
    text-shadow: 0 2px 0 #48742C !important;
}

.cv-title .social-icons {
    position: absolute;
    top: 7px;
    left: 10px;
}

.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: #669933 !important;
    cursor: pointer;
}

.social-icons ul li:hover a {
    color: #FFFFFF;
}

.cv-title .social-icons ul {
    margin-top: 0;
}

.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;
    box-shadow: 0 2px 0 #D2DFDF;
    -webkit-box-shadow: 0 2px 0 #D2DFDF;
    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 {
    padding: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    background-color: #669933;
    border: 5px solid #FBF6FA;
    box-shadow: 0 3px 0 #C0C4C5;
    -webkit-box-shadow: 0 3px 0 #C0C4C5;
    text-align: center;
    height: 35px;
    padding: 15px 10px 10px;
    margin: 30px 0 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,
section:first-child + section {
    margin-top: 0;
}

.section-icon i {
    color: #FEFFFF;
    text-shadow: 0 -1px 0 #C0C4C5;
    font-size: 30px;
}

.section-title .title {
    text-align: center;
}

.section-title .title h4 {
    font-size: 15px;
}

.avatar:hover {
    opacity: 0.8;
}

.avatar, .avatar img {
    overflow: hidden;
    border-radius: 300px;
    -webkit-border-radius: 300px;
}

.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;

    box-shadow: 0 3px 0 #DFDFDF;
    -webkit-box-shadow: 0 3px 0 #DFDFDF;
    border: 5px solid #669933;
}

.round-rows {
    margin: 0;
    list-style: none;
}

.round-row i {
    color: #669933;
    font-size: 20px;
    margin-right: 4px;
    min-width: 20px;
    text-align: right;
}

.round-row:hover {
    background-color: #A8A8A8;
}

.round-row:hover {
    color: #F1F1F1;
}

.round-row:hover i {
    color: #3B3B3B;
}

.round-row {
    box-shadow: 0 2px 0 #E0E7E9;
    -webkit-box-shadow: 0 2px 0 #E0E7E9;
    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: #669933;
    width: 0;
    border-radius: 30px;
}

.bar-holder {
    box-shadow: 0 2px 0 #D2DFDF;
    -webkit-box-shadow: 0 2px 0 #D2DFDF;
    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;
    -webkit-box-shadow: inset 0 0px 0 1px #FFFFFF, 0 0 3px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0px 0 1px #FFFFFF, 0 0 3px 0 rgba(0, 0, 0, 0.4);
    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: 10px solid #669933;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    content: " ";
    height: 20px;
    left: -26px;
    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 #669933 transparent transparent;
    top: 10px;
}

.exp-holder .body,
.exp-holder .head {
    padding: 3px 10px;
}

.exp-holder .head {
    background-color: #669933;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border: 1px solid #48742C;
    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;
    box-shadow: 0 2px 0 #E0E7E9;
    -webkit-box-shadow: 0 2px 0 #E0E7E9;
}

.date-range {
    -webkit-box-shadow: 0 2px 0 #48742C;
    background-color: #98D341;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 0 #48742C;
    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;
}

.exp-item {
    position: relative;

    border-style: solid;
    border-left-width: 11px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-color: #669933;

    padding-left: 30px;
    padding-bottom: 40px;
    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;
    box-shadow: 0 2px 0 #E0E7E9;
    -webkit-box-shadow: 0 2px 0 #E0E7E9;
}

.contact-form input:not(.submit),
.contact-form textarea {
    box-shadow: 0 2px 0 #E0E7E9;
    -webkit-box-shadow: 0 2px 0 #E0E7E9;
    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 {
    box-shadow: none;
    border: 1px solid #669933;
    background-color: #98D341;
    -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: left;
}

.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;
}


.wrapper {
    padding: 0;
}

ul {
    padding: 0;
}

.nav-menu .nav-pills li a {
    padding: 2px 10px;
}

.submit {
    float: none;
}

.contact-form {
    margin: 0 0 20px;
}

.exp-holder:before {
    padding: 10px;
}

.contact-form i {
    z-index: 100;
    top: 36px;
}

.contact-form input:not(.submit):focus, .contact-form textarea:focus {
    outline: none;
}

.contact-form input:not(.submit), .contact-form textarea {
    float: none;
    padding: 5px 5px 5px 35px;
}

.map-holder {
    height: auto;
}

.exp-item {
    width: 99%;
}

.avatar {
    width: 209px;
    height: 209px;
}

.box-holder .social-icons li {
    margin: 0 1px;
}

.box-holder .social-icons {
    text-align: center !important;
    width: 209px;
}

.avatar img {
    width: 100%;
    height: 100%;
}

.round-rows {
    padding: 0;
}

.section-icon {
    width: 70px;
    height: 70px;
}

.cv-title .social-icons ul {
    padding: 0;
}

.social-icons ul li {
    padding: 7px;
}

.social-icons ul li a {
    width: 16px;
    height: 16px;
    margin: 0;
    text-align: center;

}

@media all and (max-width:1200px) {
    .nav-menu {
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .cv-title .social-icons ul {
        margin: 0;
    }
}

@media all and (min-width:1100px) {
    .resume-holder {
        width: 1024px;
    }

}

@media all and (min-width:760px) and (max-width:820px) {

    .box-holder:before {
        left: -7px;
        top: 18px;
    }

    .section-icon {
        margin: 30px -8px 0;
    }

    .section-icon i {
        display: block;

    }

    .desc.text-holder {
        width: 95%;
    }

}

@media all and (max-width:1199px) {
    .submit {
        width: 100%;
    }

    .contact-form-holder {
        padding-bottom: 30px;
    }

    .section-icon {
        margin: 30px auto 7px auto;
        text-align: center;
    }

    .box-holder:before {
        display: none;
    }

    .section-title .title {
        text-align: center;
    }

    .head-title h1 {
        line-height: 33px;
    }

    .round-row {
        font-size: 14px;
    }

    .head-title h3 {
        font-size: 17px;
    }

    .nav-menu .nav-pills li a {
        color: #3B3B3B;
        font-size: 15px;
    }

    .social-icons ul li a {
        font-size: 14px;
    }

    .nav-menu li {
        margin: 0;
    }

    .avatar {
        margin: 0 auto;
    }

    .box-holder .social-icons {
        text-align: center !important;
        margin: 10px 0;
    }

}

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

    .round-rows {
        margin-top: 20px;
        width: 100%;
    }

    .round-row {
        width: 100%;
    }

}

@media all and (max-width:620px) {
    .avatar {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media all and (min-width:801px) {

    .nav.normal {
        display: block;
    }

    .nav.dropdown {
        display: none;
    }
}

@media all and (min-width:1px) and (max-width:800px) {
    .nav.normal {
        display: none;
    }

    .nav.dropdown {
        display: block;
    }
}

@media all and (min-width:400px) and (max-width:790px) {

    #about .desc {
        margin-top: 10px;
    }

    .exp-item {
        width: 99%;
    }

}

@media all and (min-width:300px) and (max-width:620px) {
    .about-desc {
        margin-top: 10px;
    }

    .contact-form {
        margin: 0 auto 30px auto;
        width: 90%;
    }

    .contact-form-holder {
        padding-bottom: 30px;
    }

    .section-icon {
        text-align: center;
        margin: 30px auto 0;

    }

    .box-holder:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -10px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #FFFFFF transparent;

        top: -10px;
    }

    .date-range {
        display: inline-block;
        width: 100%;
        margin: 10px 0 10px;
    }

    section .box-holder {
        margin-left: 0px;
    }

    .timeline-holder {
        margin-left: 6%;

    }

    .skill label {
        font-size: 18px;
    }

    .social-icons ul li a {
        font-size: 15px;
    }

    .avatar {
        float: none;
        margin-left: auto;
        margin-right: auto;

    }

    .resume-holder {
        width: 90%;
        margin: 0 auto;
    }

    .skills-holder {
        text-align: center;
    }

}

@media all and (min-width:100px) and (max-width:399px) {

    .date-range {
        margin-bottom: 10px
    }

    .exp-holder h3, .exp-holder h4 {
        margin: 5px 0;
    }

    .section-icon {
        margin: 30px auto 0;
        text-align: center;
    }

    .cv-title .social-icons {
        margin: 0;
        top: 0;
    }
    .social-icons {
        margin: 10px 0 10px 0;
        text-align: center;
    }

    .exp-item h3 {
        font-size: 19px;
    }

    .exp-item h4 {
        font-size: 15px;
    }

    .exp-item .text-holder {
        width: 90%;
    }

    .round-row {
        font-size: 15px;
    }

    .contact-form {
        margin: 0 auto 20px auto;
        width: 80%;
    }

    .cv-title h1 {
        margin-bottom: 0 !important;
        padding-bottom: 15px;
        text-align: center;
    }

    .cv-title h3 {
        text-align: center;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .resume-holder {
        margin: 30px auto;
        width: 82%;
    }
}