
/* ------------------
    General setting
--------------------*/
*{
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 300;
}
body {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}
h1 {
    font-size: 66px;
    line-height: 72px;
    margin-top: 48px;
    margin-bottom: 24px;
}
h2 {
    font-size: 41px;
    line-height: 48px;
    margin-top: 48px;
    margin-bottom: 24px;
}
h3 {
    font-size: 26px;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
}
h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
p, ul, ol, pre, table, blockquote {
    margin-top: 12px;
    margin-bottom: 12px;
}
hr {
    border: 1px solid;
    margin: -1px 0;
}
ul ul, ol ol, ul ol, ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
b, strong, em, small, code {
    line-height: 1;
}
table{
    margin: 0;
    padding: 0;
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub {
    top: 0.4em;
}
a{
    text-decoration: none;
    outline: none;
}
a:hover, a:visited, a:focus, a:active{
    text-decoration: none;
    outline: none;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
.hover-animate{
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.font-weight-m{
    font-weight: 500;
}
.social ul{
    padding: 0;
    margin: 12px 0;
}
.social li{
    display: inline-block;
    list-style: none;
}
.animate-icons {
    display: inline-block;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0px 7px 7px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
}
.animate-icons:first-child{
    margin-left: 0px;
}
.animate-icons:hover{
}
.btn{
    border-style: solid;
    border-width: 1px;
    padding: 0px 20px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 10px;
}
.width-td{
    width: 100px;
}
.width-td1{
    width: 150px;
}
.title-resume{
    margin-bottom: 30px;
}
.title-contact{
    margin-bottom: 30px;
}

.btn:hover{
}
.btn-color{
}
.btn-color:hover{
}
.block-grey{
    width: 100%;
    border-style: solid;
    border-width: 1px;
    padding: 30px;
}
.block-grey table{
    width: 100%;
}
.block-grey table td{
    line-height: 16px;
    padding-bottom: 18px;
}
.border-bottom{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.border-top{
    border-top-width: 1px;
    border-top-style: solid;
}
.border-left{
    border-left-width: 1px;
    border-left-style: solid;
}
.border-right{
    border-right-width: 1px;
    border-right-style: solid;
}
.padding-block{
    padding-top: 48px;
    padding-bottom: 48px;
}
#wrapper{
    border-width: 1px;
    border-style: solid;
    margin: 50px auto;
    width: 1230px;
}
.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 100px;
    right: 0px;
    display: none;
}
.wrapper-card .head .logo-page {
    margin-right: 0;
    float: right;
}

.profile .head, .resume .head, .portfolio-header .head, .contact .head {
    border-top-width: 1px;
    border-top-style: solid;
}


#contents .btn-center .btn{
    margin-right: 0;
    margin-top: 0;
}
#contents .portfolio-section .btn-center .btn{
    margin-top: 15px;
}
/* ------------------
    Menu-navigation
--------------------*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.navigation-top {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid;
}

.nav {
    float: none;
    display: block;
    text-align: center;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    line-height: 46px;
    font-weight: 600;
}
.nav > li {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    float: none;
    display: inline-block;
}

.navbar-wrapper {
    margin-top: 0;
    position: relative;
    z-index: 200;
    width: 100%;
}

.navbar.navbar-inverse.navbar-static-top {
    background: #ffffff;
    margin-bottom: 0;
}

.navbar.navbar-inverse.navbar-static-top a {
    border-bottom: 2px solid;
    line-height: 48px;
}

.navbar {
    border: none;
}
.navbar.navbar-inverse.navbar-static-top a:hover {
    border-bottom: 2px solid;
    line-height: 48px;
}

.navbar-inverse .navbar-nav a{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    border-bottom: 2px solid;
    font-weight: 600;
}


/* ------------------
    Home header
--------------------*/
.home-header .foto{
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    width: 232px;
    height: 232px;
    overflow: hidden;
    display: inline-block;
}
.home-header .foto img{
    width: 232px;
    height: 232px;
}
.home-header .title{
    text-transform: uppercase;
    margin-bottom: 0;
}
.home-header .sub-title{
    font-weight: 300;
    margin: 0;
    line-height: 34px;
}
.home-header  .full-length-photo{
    margin-top: 24px;
}

/* ------------------
    Menu section
--------------------*/
.menu{
    padding: 48px 0;
    text-align: center;
}
.menu .menu-li{
    display: inline-block;
    width: 170px;
    margin-left: 20px;
    margin-right: 20px;
}
.menu .menu-li .foto {
    display: block;
}
.menu .menu-li .name{
    text-underline: none;
    margin-top: 13px;
    display: block;
}

.menu-style1{
    padding: 48px 0;
    text-align: center;
}
.menu-style1 .menu-li{
    display: inline-block;
    position: relative;
    width: 170px;
    height: 170px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #cccccc;
}
.menu-style1 .menu-li .name{
    text-underline: none;
    top: 0px;
    padding-top: 75px;
    display: block;
    text-align: center;
    width: 170px;
    height: 170px;
    font-size: 21px;
    z-index: 3;
}
.menu-style1 .menu-li .foto{
    display: block;
    overflow: hidden;
    z-index: 4;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-style1 .menu-li:hover .foto{
    margin-top: -172px;
}

.small-menu{
    margin: 125px 0 40px;
    position: relative;
}
.small-menu .arrow{
    background: url("../img/arrow.png") left top no-repeat;
    width: 300px;
    height: 200px;
    position: absolute;
    top: -35px;
    left: 95px;
}
.small-menu .open-menu{
    font-family: "The Girl Next Door";
    position: absolute;
    font-size: 30px;
    top: 40px;
    left: 130px;;
}
.icons-menu {
    height: 100px;
    margin: 0 auto;
    -webkit-filter: url("#goo");
    position: relative;
}
.icons-menu-button,
.icons-menu-toggle-button {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    border: none;
    outline: none;
}
.icons-menu-button {
    font-size: 30px;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
}
a.icons-menu-button {
    border-style: solid;
    border-width: 1px;
}
a.icons-menu-button:hover,
a.icons-menu-button:focus,
.icons-menu-toggle-button:hover{
    border-style: solid;
    border-width: 1px;
}
.icons-menu-toggle-button {
    z-index: 9;
    border-style: solid;
    border-width: 1px;
    font-size: 20px;
}
.icons-menu-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.icons-menu-item {
    display: inline-block;
}

.menu-style3 title{
text-align: center;
}


/* ------------------
    Footer section
--------------------*/
.footer{
    line-height: 36px;
    padding: 17px 0;
    border-top-width: 1px;
    border-top-style: solid;
}
.footer a{
}
.footer .animate-icons{
}
.footer a:hover{
}
.footer a:hover .animate-icons{
}
.footer .copyright{
}


/* ------------------
    Home section
--------------------*/
.head{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.head .title{
    margin: 0;
}
.head .sub-title{
    margin: 0;
    font-weight: 300;
}
.head .logo-page{
    margin-right: 30px;
    float: left;
}
.head .btn-close{
    width: 36px;
    height: 36px;
    margin-top: 16px;
    margin-right: 16px;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
}
.head .btn-close:hover{
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.head .btn-close-search{
    width: 36px;
    height: 36px;
    margin-top: 16px;
    margin-right: 16px;
    background-image: url("../img/close-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
}
.head .btn-close-search:hover{
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.head .social ul{
    margin: 18px 0;
}
.head .social li{
    margin: 0 0 0 12px;
}
.head .social a{
    margin:0;
}
.head .foto{
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.title-header{
    font-weight: 700;
    font-size: 55px;
    margin:0;
}
.sub-title-header{
    font-weight: 400;
    font-size: 19px;
    margin: 0;
}
.home-content .title-header{
    text-align: center;
    margin-top: 10px;
}
.home-content .sub-title-header{
    text-align: center;
}
.home-content .container{
    width: 100%;
}
.home-content .row, .home-content .col-lg-7, .home-content .col-lg-5{
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}
.home-content a .port-item-cont {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home-content a:hover .port-item-cont, .home-content a .port-item-cont.touch {
    opacity: 1;
    padding-top: 2%;
}
.menu-style3{
    margin: 68px 0;
}
.menu-style3 .title-header{
    line-height: 41px;
}
.menu-style3 .sub-title-header{
    line-height: 16px;
}
.menu-style3 ul{
    padding-left: 0;
}
.menu-style3 li{
    display: block;
    text-align: center;
    min-height: 75px;
}
.menu-style3 a{
display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.foto-content-man{
    background-position: top center;
    margin: 0;
    padding: 0;
    float: none;
    height: 536px;
}
.menu-style4{
    width: 100%;
}
.menu-style4 ul{
    list-style: none;
    padding-left: 85px;
    margin: 98px 0;
}
.menu-style4 li{
    margin: 40px 0;
}
.menu-style4 .title-header{
    display: inline-block;
    position: absolute;
    padding-left: 30px;
    line-height: 36px;
    margin: 0;
}
.menu-style4 span{
    vertical-align: middle;
    position: relative;
    margin: 0;
}
.foto-content-woman{
    background-position: top center;
    margin: 0;
    padding: 0;
    float: none;
    height: 536px;
}

/* ------------------
    Content
--------------------*/
.content .title{
    margin: 0;
    line-height: 26px;
    margin-bottom: 16px;
}
.content .title1{
    margin: 10px auto;
}

.owl-theme p{
    padding: 0;
    margin: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    padding: 0;
    display: inline-block;
    zoom: 1;
    margin: 0 10px 0 0;
    border-radius: 50%;
    opacity: 1;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover{
}
.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: left;
}
.owl-prev {
  background: #000000;
  color: #000000;
}

.owl-next {
  background: #000000;
  color: #000000;
}

/* ------------------
    Skills section
--------------------*/
.skills .title{
    margin: 0;
    line-height: 26px;
    margin-bottom: 16px;
}
.skills .title-skills{
    margin-bottom: 30px;
}
.skills .progress-bar-label{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.skills .progress-bar{
    border-width: 1px;
    border-style: solid;
    line-height: 8px;
    position: relative;
    box-shadow: none;
}
.skills .progress{
    height: 10px;
    margin-bottom: 24px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    box-shadow: none;
    overflow: visible;
}
.skills .progress-bar span{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 300;
    position: absolute;
    top: -16px;
    right: -20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}
.skills .circle-progress-block{
    text-align: center;
    width: 160px;
    display: inline-block;
    margin-left: 25px;
}
.skills .circle-progress-block input{
    font-size: 21px !important;
    font-weight: 300 !important;
    margin-top: 25px !important;
    margin-left: -135px !important;
    border-radius: 50%;
    width: 110px !important;
    height: 110px !important;
}
.skills .circle-progress{

}
.skills .circle-progress-label{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.skills .row:first-of-type{
    margin-bottom: 30px;
}
.language-skills .progress{
    height: 40px;
    margin-bottom: 10px;
    position: relative;
}
.language-skills .progress:hover, .language-skills .progress:hover .ratyli .rate, .language-skills .progress:hover .ratyli .rate-empty{
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.language-skills .progress-bar-label{
    margin-left: 20px;
    line-height: 40px;
}
.ratyli{
    position: absolute;
    right: 20px;
    top: 10px;
}
.ratyli .rate{
    font-size: 20px;
    line-height: 20px;
    margin-left: 3px;
}
.knowledge .col-xs-12, .knowledge .col-sm-12, .knowledge .col-lg-6{
    padding-left: 0;
    margin-bottom: 0;
}
.skills ul{
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.skills ul li{
    list-style-type: none;
    line-height: 16px;
    margin-bottom: 18px;
}
.skills ul li:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 10px;
}





/* ------------------
    Portfolio
--------------------*/
.portfolio .mix{
    margin-bottom: 30px;
    padding: 0;
}
.portfolio .within {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    border-width: 1px;
    border-style: solid;
}
.portfolio ul,
.portfolio li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.portfolio li {
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    cursor: pointer;
    line-height: 34px;
    padding: 0 12px;
    border-width: 1px;
    border-style: solid;
}
.portfolio li:hover{
}
.portfolio li.active{
}
.portfolio li:first-child{
    margin-left: 0;
}
.portfolio ul {
    margin-bottom: 30px;
}
.portfolio-item {
    display: none;
}
.portfolio img{
    width: 100%;
}
.portfolio-item .port-item-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 45%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-item:hover .port-item-cont, .portfolio-item .port-item-cont.touch {
    opacity: 1;
    padding-top: 35%;
}
.portfolio-item:hover .within, .portfolio-item .within.touch {
}
.portfolio-item .title{
    margin: 0;
}
.portfolio-item .desc{
}
.portfolio-item a.view-work {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
}
.portfolio-item a.view-work:hover{
}
.podrt-desc {
    max-width: 770px;
    margin: auto;
    border-width: 1px;
    border-style: solid;
    top:0;
}
.podrt-desc p,
.podrt-desc h3 {
    padding: 20px;
    padding-bottom: 0;
}
.podrt-desc h3 {
    margin: 0;
    text-align: left;
    font-weight: 600;
    padding: 0px 0px 24px;
    line-height: 26px;
}
.podrt-desc p {
    margin: 0;
    padding: 16px 0px;
}
.podrt-desc img {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.podrt-desc td{
    padding: 5px 0;
}
.modal-box-content {
    position: relative;
}
.modal-box-content .text{
    padding: 48px 30px;
}

.mfp-close{
    visibility: collapse;
}
.fancybox-close {
    position: absolute;
    top: 0;
    right: -32px;
    z-index: 8040;
}
#fancybox-loading, .fancybox-close {
    opacity: 1;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    font-size: 21px;
    cursor: pointer;
    background-image: url('../img/close-small.svg');
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: center;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-skin a:hover {
    text-decoration: none;
    color: #e0e6e9;
}
.fancybox-nav {
    width: 0;
    height: 0;
}
.fancybox-nav span {
    opacity: 1;
    position: fixed;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: 0;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}
#fancybox-loading, .fancybox-next span, .fancybox-prev span {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: none;
    visibility: visible;
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: 36px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fancybox-next span, .fancybox-prev span, .fancybox-next {
    background-position: 0 0;
}
#fancybox-loading, .fancybox-prev span:before {
    content: "\f104";
}
.fancybox-prev span {
    margin-left: 3%;
    left: 18px;
}
#fancybox-loading, .fancybox-next span:before {
    content: "\f105";
}
.fancybox-next span {
    margin-right: 3%;
    right: 18px;
}
.fancybox-overlay{
    background-image: none;
}
.fancybox-outer{
    top:0;
    bottom: 0;
}
.fancybox-wrap {
    position: relative;
}
.fancybox-inner {
    overflow: auto;
    width: 787px;
    height: auto;
}

/* ------------------
    Contact
--------------------*/
.contact-form input{
    width: 100%;
    line-height: 48px;
    padding-left: 18px;
    padding-right: 18px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    outline: none;
}
.contact-form input.error{
}
.contact-form input:focus, .contact-form textarea:focus{
    border-width: 1px;
    border-style: solid;
}
.contact-form input[type="submit"]{
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 38px;
    float: right;
    margin: 0;
    outline: none;
}
.contact-form .info-message-form{
    line-height: 38px;
    padding-left: 18px;
    padding-right: 68px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    min-width: 290px;
    position: relative;
    display: none;
}
.contact-form .info-message-form p{
    padding: 0;
    margin: 0;
}
.contact-form .info-message-form.error{
    display: inline-block;
}
.contact-form .info-message-form.success{
    display: inline-block;
}
.contact-form .info-message-form .close-msg{
    position: absolute;
    right: 12px;
    top: 0px;
}
.contact-form textarea{
    width: 100%;
    height: 100px;
    padding: 18px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    outline: none;
}
.map{
    width: 100%;
    height: 370px;
    border-width: 1px;
    border-style: solid;
}
.contact-form input:not([type="submit"]){min-height: 48px;}
/* ------------------
    Info
--------------------*/
.info .title{
    margin: 0 auto 30px;
}
.info .circle-block{
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.info .circle-block .icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    display: block;
    margin-bottom: 24px;

}
.icon {
  background-color: #ffffff;
}
.info .circle-block .name{
    font-weight: 600;
}
.info .circle-block:hover .icon{
}
.info .circle-block:hover .name{
}


/* ------------------
        Profile
--------------------*/
#wrapper .content .green-marker{
    margin-right: 15px;
    font-size: 14px;
}
#wrapper .content .red-marker{
    margin-right: 15px;
    font-size: 14px;
}
#wrapper .content .orange-marker{
    margin-right: 15px;
    font-size: 14px;
}


/* ------------------
    Animationload
--------------------*/
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url("../img/loading-circle.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

/* ------------------
    Animated setting
--------------------*/
.animated{
    visibility: hidden;
}
.visible{
    visibility: visible;
}
