body {
    margin: 0;
    padding: 0;
    color: #333;
    font: normal 10pt Tahoma, Arial, Helvetica, sans-serif;
    background: url(../images/background.png) repeat;
}

#page {
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(../images/background.png) repeat;
    min-height: 910px;
}

#header {
    background: url(../images/background.png) repeat;
    margin-top: 20px;
    padding: 0;
    padding-bottom: 20px;
}

.content {
    font-size: 17px;
}

#sidebar {
    padding: 20px 20px 20px 0;
}

#footer {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 0.8em;
    left: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#logo {
    padding: 10px 20px;
}

#mainmenu {
    background-color: #000000;
    height: 43px;
    left: 0;
    position: absolute;
    width: 100%;
}

#mainmenu ul {
    padding: 13px 20px 5px 20px;
    margin: 0px;
}

#mainmenu ul li {
    display: block;
    float: left;
    margin-left: 1px;
}

#mainmenu ul li a {
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 17px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
    color: #ffffff;
    background-color: #878787;
    text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash-error a {
    color: #8a1f11;
}

div.flash-notice a {
    color: #514721;
}

div.flash-success a {
    color: #264409;
}

div.form .rememberMe label {
    display: inline;
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs {
    background: url("../images/background.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0.9em;
    padding: 10px 20px 5px;
    margin-bottom: 10px;
}

div.breadcrumbs span {
    font-weight: bold;
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet-decoration {
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content {
    font-size: 0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background: #EFFDFF;
}

.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.portlet-content li {
    padding: 2px 0 4px 0px;
}

.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li {
    padding-bottom: 2px;
}

.operations li a {
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited {
    color: #0066A4;
}

.operations li a:hover {
    background: #80CFFF;
}

.mainmenu_content {
    margin: auto;
    width: 926px;
}

.empty_block {
    margin-top: 44px;
}

.span-5 {
    display: none;
}

.span-19 {
    width: 100%;
}

.search {
    float: right;
    margin-top: 50px;
    margin-right: 47px;
}

.search input {
    background-color: #000000;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    float: left;
    height: 38px;
    padding: 4px;
    width: 100px;
}

.search_icon {
    background-color: #000000;
    border-left: 1px solid #BBBBBB;
    border-radius: 0 4px 4px 0;
    float: left;
    margin-left: -2px;
    padding: 2px;
}

.search_icon img {
    height: 34px;
    cursor: pointer;
}

.login_link {
    float: right;
    margin-right: 10px;
    margin-top: 35px;
}

.logout_link {
    float: right;
    margin-right: 20px;
}

a {
    color: #000000;
}

.login_container {
    margin: auto;
    width: 400px;
}

#powered_by a {
    color: #0066cc;
}

#powered_by a:hover {
    color: #0099ff;
}

#admin_page {
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(../images/background.png) repeat;
    min-height: 910px;
}

.logo {
    float: left;
    margin-left: 17px;
    margin-top: 10px;
}

.logo img {
    height: 84px;
}

.portfolio_word {
    height: 73px;
    margin-left: 20px;
    margin-top: 34px;
}

button {
    cursor: pointer;
}

.admin_link {
    float: right;
    margin-right: 14px;
    margin-top: 35px;
}

.black_button {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    min-width: 60px;
    padding: 10px;
}

.black_button:hover {
    background-color: #878787;
    border: 1px solid #878787;
}

.active_button {
    background-color: #878787;
    border: 1px solid #878787;
}

.project_type_buttons_container > a {
    float: left;
    margin-bottom: 14px;
    margin-right: 14px;
    text-decoration: none;
}

.work_item {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    cursor: pointer;
    float: left;
    height: 280px;
    margin-bottom: 40px;
    margin-right: 25px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.works_container {
    margin-top: 20px;
}

.dark_layer {
    background-color: #000000;
    display: none;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.description_container {
    color: #FFFFFF;
    display: none;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.project_title {
    font-weight: bold;
}

.work_view_container h1 {
    text-align: center;
    margin-bottom: 26px;
}

.work_image {
    border: 1px solid #cccccc;
    border-radius: 8px;
    float: left;
}

.work_details {
    float: left;
    font-family: Tahoma;
    font-size: 17px;
    font-size-adjust: 0.45;
    margin-left: 40px;
    width: 600px;
}

.work_details .label {
    font-weight: bold;
}

.photo_frame {
    background-color: white;
    border: 1px solid #d5d5d5;
    box-shadow: 0 2px 5px -3px;
    float: left;
    padding: 5px;
    width: 270px;
}

.my_photo {
    height: 330px;
}

.my_data {
    float: left;
    margin-left: 40px;
    width: 600px;
}

.my_data .label {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    width: 206px;
}

.my_data .value {
    vertical-align: top;
}

h1, h2, h3, h4 {
    text-align: center;
}

.about_container {
    font-family: "Trebuchet MS";
    font-size: 15px;
    /* font-size-adjust: 0.45; */
}

.about_container h1 {
    margin-bottom: 20px;
}

.short_about {
    margin-top: 20px;
}

.short_about .text {
    float: left;
    width: 70%;
}

.special_skills {
    margin: 50px auto auto;
    width: 64%;
}

.special_skills h3 {
    margin-bottom: 30px;
}

.special_skills .content {
    margin-left: 100px;
}

.base_technologies .skill_item > img {
    height: 40px;
}

.base_technologies {
    margin-top: 14px;
}

.extensions {
    margin-top: 40px;
}

.extensions .skill_item > img {
    height: 31px;
}

.framework {
    margin-top: 40px;
}

.framework .skill_item > img {
    height: 34px;
}

.cms {
    margin-top: 10px;
}

.cvs {
    margin-top: 35px;
}

.cvs .skill_item > img {
    height: 30px;
}

.linux {
    margin-top: 40px;
}

.languages {
    margin-top: 70px;
}

.table th,
.table td {
    border: 1px solid;
    text-align: center;
}

table.table {
    border: 1px solid;
    font-size: 17px;
}

.table thead th {
    background-color: #000000;
    border: 1px none;
    color: #FFFFFF;
    text-align: center;
}

.table ul {
    text-align: left;
}

.site-experience {
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-size-adjust: 0.45;
}

.good_programmer {
    float: right;
    margin: 5px;
}

.hobby {
    font-weight: bold;
}

.favorites {
    font-weight: bold;
}

.contact_container {
    font-family: 'Trebuchet MS';
    font-size: 15px;
}

table.contact_details {
    margin: auto;
    width: 40%;
}

.contact_container .label {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.send_message_container {
    margin-top: 60px;
}

.contact_container div.form {
    margin: 60px auto auto;
    width: 58%;
}

.contact_container div.form .row input[type="text"] {
    background-color: rgba(0, 0, 0, 0);
    height: 20px;
    width: 284px;
}

.contact_container div.form .row textarea {
    background-color: rgba(0, 0, 0, 0);
    height: 100px;
    width: 284px;
}

.contact_container div.form label {
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 4px;
    text-align: right;
    width: 130px;
}

.contact_container .row.submit input[type="button"] {
    cursor: pointer;
    height: 30px;
}

.contact_container .row.submit {
    float: right;
    margin-right: 95px;
}

.contact_errors {
    background-color: #FFEEEE;
    border: 2px solid #CC0000;
    font-size: 14px;
    margin: auto;
    padding: 14px;
    width: 400px;
}

.contact_errors p {
    margin-bottom: 4px;
}

.contact_errors {
    display: none;
}

.empty_fields {
    display: none;
}

.email_error {
    display: none;
}

.contact_container form {
    margin-top: 20px;
}

.send_success {
    background-color: #BBFFBB;
    border: 2px solid #008000;
    color: #006400;
    margin: auto;
    padding: 12px 12px 0;
    width: 284px;
}

.new-year_decor_container {
    height: 60px;
}

.new-year_decor {
    background: url("../images/new_year_decor/new-year_decor.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

.new-year_decor .balls {
    float: left;
    margin-top: -70px;
}

.new-year_decor .ball_1 {
    background: url("../images/new_year_decor/ball_1.png") no-repeat;
    float: left;
    height: 83px;
    width: 60px;
    margin-top: 74px;
}

.new-year_decor .ball_2 {
    background: url("../images/new_year_decor/ball_2.png") no-repeat;
    float: left;
    height: 70px;
    width: 55px;
    margin-top: 64px;
}

.new-year_decor .ball_3 {
    background: url("../images/new_year_decor/ball_3.png") no-repeat;
    float: left;
    height: 67px;
    width: 46px;
    margin-top: 60px;
}

.new-year_decor .branches_1 {
    background: url("../images/new_year_decor/branch_1.png") repeat-x;
    position: absolute;
    height: 71px;
    width: 25px;
}

.new-year_decor .branches_2 {
    background: url("../images/new_year_decor/branch_2.png") repeat-x;
    position: absolute;
    height: 27px;
    width: 100%;
}

.new-year_decor .branches_3 {
    background: url("../images/new_year_decor/branch_3.png") repeat-x;
    position: absolute;
    height: 50px;
    width: 100%;
    top: -14px;
}

#snowflakesCanvas {
    position: absolute;
    top: 0;
    z-index: -1;
}

.skills_container .head {
    float: left;
    width: 140px;
}

.skills_container .head p {
    font-size: 16px;
    margin-top: 5px;
}

.skills_container .bar {
    float: left;
    margin-left: 10px;
    width: 81%;
}

.skills_container .head p {
    font-size: 16px;
    margin-top: 5px;
}

.level_container {
    margin-bottom: 5px;
    text-align: center;
}

.level {
    font-size: 15px;
}

.level.low {
    float: left;
}

.level.high {
    float: right;
    margin-top: -17px;
}

.label {
    color: black;
    display: block;
    font-size: 17px;
    line-height: normal;
}

.value {
    font-size: 17px
}

.oop_principles {
    height: 126px;
}

.oop_principles .bar {
    margin-top: 10px;
}

.oop_principles .progress-bar-success {
    background-color: #555;
}

.relational_database .head > img {
    height: 70px;
}

.relational_database .progress-bar-success {
    background-color: #426dc2;
}

.skill_item {
    height: 150px;
    margin-top: 10px;
}

.php .progress-bar-success {
    background-color: #5a68a5;
}

.mysql .progress-bar-success {
    background-color: #ff9933;
}

.html .progress-bar-success {
    background-color: #f36527;
}

.html .head > img {
    height: 77px;
}

.css .head > img {
    height: 80px;
}

.css .progress-bar-success {
    background-color: #1e92c5;
}

.js .head > img {
    height: 50px;
}

.js .progress-bar-success {
    background-color: #e7d246;
}

.jquery .head > img {
    width: 130px;
}

.jquery .progress-bar-success {
    background-color: #0065cc;
}

.ajax .progress-bar-success {
    background-color: #1686d0;
}

.mvc .head > img {
    height: 84px;
}

.mvc .progress-bar-success {
    background-color: #333f50;
}

.mvc .head p {
    margin-left: 26px;
}

.yii .head > img {
    margin-top: 14px;
    width: 140px;
}

.yii .progress-bar-success {
    background-color: #529bce;
}

.yii2 .head > img {
    width: 120px;
}

.yii2 .progress-bar-success {
    background-color: #5da6d9;
}

.zend .head > img {
    margin-top: 7px;
    width: 140px;
}

.zend .progress-bar-success {
    background-color: #77c613;
}

.ubuntu .head > img {
    width: 126px;
}

.ubuntu .progress-bar-success {
    background-color: #dd4814;
}

.ssh .progress-bar-success {
    background-color: #008e00;
}

.git .head > img {
    margin-top: 13px;
    width: 100px;
}

.git .progress-bar-success {
    background-color: #f05033;
}

.english .head > img {
    width: 123px;
}

.english .progress-bar-success {
    background-color: #0903b6;
}

.java .progress-bar-success {
    background-color: #ea2d2e;
}

.java .head > img {
    margin-top: -12px;
}

.android .progress-bar-success {
    background-color: #94c147;
}

.android .head > img {
    height: 84px;
    margin-top: -11px;
}

.socialengine .progress-bar-success {
    background-color: #27a0cf;
}

.socialengine .head > img {
    margin-top: 17px;
}

.wordpress .progress-bar-success {
    background-color: #454545;
}

.photoshop .head > img {
    height: 60px;
}

.photoshop .progress-bar-success {
    background-color: #2c3874;
}

.sass .head > img {
    height: 55px;
}

.sass .progress-bar-success {
    background-color: #ca6496;
}

.responsive_web_design .head > img {
    margin-top: -30px;
    width: 130px;
}

.responsive_web_design .progress-bar-success {
    background-color: #d53513;
}

.responsive_web_design p {
    text-align: center;
}

.work_details .label {
    display: inline;
    padding: 0;
}

.facebook_logo {
    height: 30px;
}

.linkedin_logo {
    height: 30px;
}

.social_icons_container {
    float: right;
    margin-right: 30px;
    margin-top: -35px;
}

#powered_by {
    display: block;
    margin: auto;
    width: 140px;
}

h1 {
    font-size: 26px;
}

.bootstrap img {
    margin-top: -7px;
    width: 111px;
}

.bootstrap .progress-bar-success {
    background-color: #553c7c;
}

.centos .head > img {
    width: 90px;
}

.laravel .head > img {
    width: 84px;
}

.laravel .progress-bar-success {
    background-color: #fb503c;
}

.symfony .head > img {
    width: 84px;
}

.symfony .progress-bar-success {
    background-color: #111;
}

.reactjs .progress-bar-success {
    background-color: #1ec8d0;
}

.vim .head > img {
    width: 84px;
}

.centos .progress-bar-success {
    background-color: #262577;
}

.ssh .head > img {
    width: 109px;
}

.docker .head > img {
    width: 100px;
    margin-top: -26px;
}

.docker .progress-bar-success {
    background-color: #1a71b2;
}

.linux-mint .head > img {
    width: 100px;
    margin-top: -10px;
}

.linux-mint .progress-bar-success {
    background-color: #8cd245;
}

.php-unit .head > img {
    height: 100px;
    margin-top: -28px;
}

.php-unit .progress-bar-success {
    background-color: #949dd3;
}

.scrum .head > img {
    height: 100px;
    margin-top: -24px;
}

.scrum .progress-bar-success {
    background-color: #199bb7;
}

.jira .head > img {
    height: 67px;
    margin-top: -14px;
}

.jira .progress-bar-success {
    background-color: #036;
}

.vuejs .head > img {
    height: 60px;
}

.vuejs .progress-bar-success {
    background-color: #41b883;
}

.vuejs .head p {
    margin-left: 13px;
}
