/*
    Name: Henderson
    Description: Responsive vCard WordPress Theme
    Version: 2.1
    Author: MountainTheme
    
    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Slider
     3. Profile
     4. About Me
     5. Resume
     6. Portfolio
     7. Blog
     8. Contact
     9. Google map
     10. Footer
     11. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */


html, body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    color: #3d4a6e;
    overflow: hidden;
}

a {
    color: #3d4a6e;
}

::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #3d4a6e; 
}

.admin-bar .content-window  {
  margin-top: -32px;
}

#page-loader {
    background: #3d4a6e;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

.loader-icon {
    background: none repeat scroll 0 0 #3d4a6e;
    border-bottom: 3px solid rgba(19, 19, 19, 0.1);
    border-left: 3px solid rgba(19, 19, 19, 0.1);
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 3px solid rgba(19, 19, 19, 0.1);
    border-top: 3px solid;
    height: 60px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}

.colored-border {
    border-color: #fff;
}

.fa-spin {
    -webkit-animation:fa-spin 1.2s infinite linear;
    animation:fa-spin 1.2s infinite linear
}
@-webkit-keyframes fa-spin
{
    0%
    {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%
    {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}

@keyframes fa-spin
{
    0%
    {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%
    {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #3d4a6e;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #3d4a6e;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3d4a6e;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #3d4a6e;
}

.menu-mobile.animated {
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nicescroll-rails-hr {
  display: none!important;
}

h2.title-page span {
  font-weight: 700;
}

h2.title-page:after {
    content: " ";  
    border: solid 2px #3d4a6e;  
    display: block;  
    width: 30px;  
    margin: 20px auto 10px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    transform: rotate(-90deg);
}

h2.title-page i {
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
}

h3.title-section {
    font-weight: 500;
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
}

h3.title-section span {
    font-weight: 700;
    font-size: 1.0em;
}

h3.title-section:after {
    content: " ";
    border: solid 2px #3d4a6e;
    display: block;
    width: 30px;
    margin: 20px auto;
}

.not-slides {
    width: 100%;
    height: 100%;
    background-color: #2E3D65;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-family: Open Sans, sans-serif;
}

.not-slides .info-box {
    position: relative;
    top: 50%;
    line-height: 25px;
    font-size: 0.9em;
}

.not-slides .info-box a {
    color: #fff;
    font-weight: 700;
}

.error-404 {
    text-align: center;
    padding-top: 24em;
}

.error-404 h1 {
    font-size: 3.0em;
    margin-bottom: 0;
    line-height: 50px;
}

.error-404 p {
    font-size: 14px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.wrapper .alignnone  {
  width: 100%; 
  height: auto;
}

.single-portfolio .wrapper {
    padding-top: 50px;
}

.single-portfolio .wrapper .alignnone  {
  max-width: 100%;
  height: auto;
  width: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
   display: none;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky {
}

.sticky:before {

}

.gallery-caption {

}

.bypostauthor {
    
}

.no-results p {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 14px;  
}

.logged-in-as {
  font-size: 13px;
  font-weight: 500;
}

.logged-in-as a {
 color: #3d4a6e; 
}


ul, ol {
    list-style-position: inside;
}

/* Widgets
-------------------------------------------------------------- */

#sidebar {
    margin-top: 30px;
    text-align: left;
}

#sidebar .widget {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(61, 74, 110, 0.1);
}

#sidebar .widget img {
  max-width: 100%;
  height: auto;
}

#sidebar .widget select {
 width: 100%;
  text-overflow: ellipsis;
}

#sidebar .widget ul {
  margin-left: 0;
  padding-left: 0;
}

#sidebar ul li a, #sidebar .widget li {
    font-size: 13px;
    list-style: none;
    color: #3d4a6e;
}

.henderson-widget-title {
    padding: 10px 0 7px 0;
    font-size: 14px;
    font-weight: 700;
    border=bottom: 2px solid rgba(61, 74, 110, 0.48);
    border-bottom: 2px solid #3d4a6e;
}

#sidebar .tagcloud a {
    border: 2px solid #3d4a6e;
    padding: 6px;
    line-height: 35px;
    color: #3d4a6e;
    font-size: 12px!important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

#sidebar .tagcloud a:hover {
    background: #3d4a6e;
    color: #fff;
}

.search-widget input[type=search] {
    border-top: 2px solid #3d4a6e;
    border-left: 2px solid #3d4a6e;
    border-bottom: 2px solid #3d4a6e;
    border-right: none;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.search-widget input[type=search]:focus {
   outline: 0;
   box-shadow: none;
}

.search-widget button {
   border-top: 2px solid #3d4a6e;
   border-right: 2px solid #3d4a6e;
   border-bottom: 2px solid #3d4a6e;
   border-left: none;
   padding-right: 11px;
   background: none;
   font-size: 13px;
   height: 34px;
   border-radius: 0;
   color: #3d4a6e;
   -webkit-transition: all 0.3s ease-in-out !important;
   -moz-transition: all 0.3s ease-in-out !important;
   -ms-transition: all 0.3s ease-in-out !important;
   -o-transition: all 0.3s ease-in-out !important;
   transition: all 0.3s ease-in-out !important;
}

.search-widget button:hover {
    background: none;
    color: #3d4a6e;
}

.widget_search .input-group-btn {
    width: 1%!important;
}

.search-widget button:focus {
    outline: none;
}

.widget_nav_menu a {
   padding-left: 5px;
   color: #3d4a6e;
   margin-right: 10px;
}

.widget_calendar table {
  width: 100%;
}

#wp-calendar {
  font-size:12px;
  font-weight:300;
  }

#wp-calendar > tfoot > tr > td {
  border: none;
}

#wp-calendar
caption {
display:none;
}

table#wp-calendar {
  margin-bottom: 0;
}

#wp-calendar tbody td {

    text-align:center;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
}

#wp-calendar tbody td:hover {
border-color:#e2e2e2;
}

#wp-calendar tbody
td.pad {
border:0;
}

#wp-calendar tbody
td#today {
    color: #3d4a6e;
    font-weight: 600;
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
color:#888;
font-size:12px;
font-weight:400;
position:relative;
text-transform:uppercase;
bottom:-9px;
margin-bottom:1px;
}

#wp-calendar tfoot
td#prev {
text-align:left;
}

#wp-calendar tfoot
td#next {
text-align:right;
}

#wp-calendar thead {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

#wp-calendar thead
th {
font-size:13px;
font-weight:400;
color:#888;
text-align:center;
padding-bottom:5px;

}

#wp-calendar tbody td
a,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
    color: #3d4a6e;
    font-weight: 600;
}

iframe {
    width: 100%;
}

/* ================================= */
/* :::::::::: 2. Slider :::::::::::: */
/* ================================= */

.content-window {
    position: relative;
    width: 67%;
    right: 0;
    float: right;
    height: 100vh;/* hide horizontal scrollbar on IE11 */
    overflow: hidden;
    line-height: 25px;
    border-top: 45px solid #3d4a6e;
    border-right: 45px solid #3d4a6e;
    padding-bottom: 45px;
    padding-left: 54px;
}

.content-window.wide {
    width: 100%;
    padding-left: 49px;
}

.content-window.wide .navigation {
    left: 0;
}

.content-window .wrapper{
    height: 100%;
    width: 100%;
    float: right;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: 2px;
}


.navigation {
    position: absolute;
    left: 5px;
    z-index: 999;
    text-align: center;
    background-color: #3d4a6e;
    height: 100%;
    width: 50px;
}

.window-navigation {
    top: 30%;
    position: relative;
    padding: 0;
    margin: 0;
}

.window-navigation::after {
    clear: both;
    content: "";
    display: table;
}

.window-navigation li {
    display: inline-block;
    float: left;
    border-top: 1px solid  rgb(52, 65, 107);
}

.window-navigation li:last-child {
    border-bottom: 1px solid rgb(55, 64, 93);
}

.window-navigation li.selected i {
    background-color: #FFFFFF;
    color: #3d4a6e;
}

.window-navigation li:last-of-type {
    margin-right: 0;
}


.window-navigation a {
    position: relative;
    height: 46px;
    width: 50px;
    background-color: transparent;
    display: block;
}

.window-navigation a:hover, .window-navigation a:focus {
    text-decoration: none;
}

.window-navigation .fa {
    color: #FFFFFF;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.window-navigation .current-menu-item {
  background: #fff;
  color: #3d4a6e;
}

.window-navigation .fa:hover {
    background-color: #FFFFFF;
    color: #3d4a6e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.window-navigation .fa:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.no-touch .window-navigation a:hover em {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s, -webkit-transform 0.2s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s, -moz-transform 0.2s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s, transform 0.2s 0s;
}

.window-navigation em {/* tooltip visible on hover */
    position: absolute;
    bottom: 11%;
    left: calc(100% + 45px);
    padding: 13px 14px 12px 14px;
    color: #ffffff;
    background-color: rgb(61, 74, 110);
    white-space: nowrap;
    pointer-events: none;
    font-size: 12px;
    opacity: 0;
    font-weight: 600;
    text-transform: uppercase;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s, -webkit-transform 0.2s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s, -moz-transform 0.2s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s, transform 0.2s 0s;
}

.window-navigation em::after {/* tooltip arrow */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: -4px;
    bottom: 14px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-right-color: rgb(61, 74, 110);
}


.svg-cover {
    position: absolute;
    z-index: 1;
    left: 7px;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.svg-cover path {
    fill: #fff;
}


.svg-cover.is-animating {
    z-index: 99;
    width: 100%;
    opacity: 1.0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.swiper-container .bg {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.slider-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    height: 100%;
    border-top: 45px solid #3d4a6e;
    border-left: 45px solid #3d4a6e;
    border-bottom: 45px solid #3d4a6e;
}

.slider-left #video iframe {
    position: relative;
    left: -85%!important;
}

.slider-left .video-mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}


.info {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #2E3D65;
    color: #fff;
    padding: 10px 20px 10px 10px;
    word-break: break-all;
    line-height: 25px;
}

.info h3 {
    text-transform: uppercase;
    font-size: 1.0em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}



/* ================================= */
/* ::::::::::: 3. Profile :::::::::: */
/* ================================= */

.profile {
  padding-top: 240px;
  height: 100%;
}

.welcome {
    overflow: hidden;
    padding-bottom: 40px;
    height: 100%;
    text-align: center;
}

.welcome span {
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}

.welcome p {
  font-size: 12px;
  line-height: 25px;
  word-spacing: 1px;
  margin: 0 auto;
  font-weight: 500;
  margin-top: -8px;
  width: 70%;
}

.welcome h1 {
    font-size: 2.0em;
    display: inline-block;
    position: relative;
    font-weight: 300;
    padding-bottom: 6px;
}


.welcome h2 {
    font-size: 13px;
    font-weight: 700;
}

.welcome h2:after {
  content: " ";
  border: solid 2px #3d4a6e;
  display: block;
  width: 30px;
  margin: 20px auto;
}

.welcome .name {
  text-align: center;
  font-weight: 700;
  font-size: 2.6em;
  position: relative;
  display: block;
}

.hello {
  margin-top: 40px;
}

.personal-info {
  margin-top: 7px;
  font-weight: 700;
  font-size: 12px;
}

.personal-info i {
  padding-right: 7px;
}

/* ================================= */
/* :::::::::: 4. About Me :::::::::: */
/* ================================= */

.about h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
    padding-top: 20px;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
    border-bottom: 4px solid #3d4a6e;
}

.about h2 span {
    font-weight: 700;
}

.about h2:after {
    content: " ";
    border: solid 2px #3d4a6e;
    display: block;
    width: 30px;
    margin: 20px auto 10px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about h2 i {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}



.about-info {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}

.about-info  p {
    font-size: 12px;
    text-align: left;
    line-height: 25px;
}

.about-info label {
    margin-bottom: 0;
    font-weight: 500;
    text-align: right;
    float: right;
    font-size: 12px;
}

.about-info span {
    font-weight: 700!important;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.about .download-info {
    margin: 0 auto;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 25px;
}

a.btn-download i {
    margin-left: 5px;
}

a.btn-download {
    background-color: transparent;
    border: 2px solid #3d4a6e;
    color: #3d4a6e;
    display: block;
    z-index: 99;
    padding: 8px 0px 8px 0px;
    position: relative;
    word-spacing: 1px;
    outline: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.btn-download:hover {
    text-decoration: none;
    background-color: #3d4a6e;
    border: 2px solid #3d4a6e;
    color: #fff;

}


.about-info ul {
    margin-bottom: 20px;
}

.about-info li {
    padding: 8px 0 8px 0;
    list-style: none;
}

.experience-box {
    padding: 5px 0 0 0;
}

.experience-box span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.experience-box, .hobbies-box {
  text-align: center;
  width: 25%;
  float: left;
}

.experience-box h4:after {
    content: '//';
    height: 12px;
    line-height: 10px;
    font-size: 11px;
    margin-bottom: 5px;
}

.experience-box p, .hobbies-box p {
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: -7px;
}

.skills {
    padding-top: 35px;
}

.skillbar-title {
    position:absolute;
    top: -20px;
    left:0;
    font-weight: 700!important;
    font-size: 12px;
    color: #3d4a6e;
    font-family: "Montserrat", sans-serif;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-title span {
    display:block;
    height: 30px;
    line-height: 10px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skill-bar-percent {
    position:absolute;
    right: 0;
    top: -29px;
    font-size: 12px;
    line-height: 30px;
    color: #3d4a6e;
    font-family: "Montserrat", sans-serif;
    font-weight: 500!important;
}

.skillbar-bar {
  width: 0px;
}

.skillbar {
    position:relative;
    display:block;
    width:100%;
   -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.services-box {
  width: 50%;
  float: left;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}

.services-box .icon i.fa {
    height: 95px;
    width: 95px;
    line-height: 95px;
    max-width: 100%;
    background: #3d4a6e;
    position: relative;
    margin: 0 auto;
    display:block;
    font-size: 25px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-bottom: none;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto 25px auto;
}

.experience-box .icon i.fa, .hobbies-box .icon i.fa {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    display:block;
    font-size: 25px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-bottom: none;
    color: #3d4a6e;
}

.experience-box h4:after {
    content: '//';
    height: 12px;
    line-height: 10px;
    margin-bottom: 5px;
    border: solid 2px #3d4a6e;
    display: block;
    width: 30px;
    margin: 15px auto;
    margin-bottom: 1px;
}


.services-box h4 {
    font-weight: 700;
    font-size: 13px;
    text-align:center;
    word-wrap: break-word;
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    font-family: "Montserrat", sans-serif;
}

.experience-box h4, .hobbies-box h4 {
    font-size: 13px;
    padding-top: 0;
    font-weight: 700;
}

.services-box h4:after {
    display: none;
}


.services-box p {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    word-spacing: 1px;
    margin-top: -9px;
    line-height: 25px;
    margin-bottom: 50px;
}

.services-box .line {
    display:block;
    width: 120px;
    height: 18px;
    margin:0 auto;
}

.services-box .line span {
    content: " ";
    border: solid 2px #3d4a6e;
    display: block;
    width: 3px;
    padding: 3px;
    margin: 20px auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services-box .line:before {
    content: '';
    display: block;
    position: relative;
    top: 4px;
    width: 25px;
    height: 2px;
    right:-29px;
    margin: 0 !important;
    float: left;
    background:#3d4a6e;
}

.services-box .line:after {
    content: '';
    display: block;
    position: relative;
    top: -26px;
    width: 25px;
    height: 2px;
    left:-29px;
    margin: 0 !important;
    float: right;
    background:#3d4a6e;
}

.about-info li i {
    margin-left: 0;
    margin-right: 6px;
    font-size: 15px;
}

.about-info li a {
    color: #3d4a6e;
    text-decoration: none;
}

.about-info li a:hover {
    text-decoration: none;
}

/* ================================= */
/* ::::::::::: 5. Resume ::::::::::: */
/* ================================= */

.resume {
    background: #FFFFFF;
    z-index: 10;
    text-align: center;
    position: relative;
    height: 100%;
    display: block;
}

.resume h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    font-family: "Montserrat", sans-serif;
    border-bottom: 4px solid #3d4a6e;
}

.resume h2 span {
    font-weight: 700;
}

.resume h2:after {
    content: " ";
    border: solid 2px #3d4a6e;
    display: block;
    width: 30px;
    margin: 20px auto 10px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.resume h2 i {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}


.resume h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
}

.resume h3 span {
    font-weight: 700;
}

.resume h3:after {
    content: " ";
    border: solid 2px #3d4a6e;
    display: block;
    width: 30px;
    margin: 20px auto;
}

.resume p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: -27px;
    line-height: 25px;
}


.tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.tmtimeline li:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: #3d4a6e;
    left: 20%;
    margin-left: -6px;
}

.tmtimeline li:nth-child(1):before {
    top: 19%;
}


.tmtimeline li:last-child:before {
   top: 0;
   height: 18px;
}


/* The date/time */
.tmtimeline > li {
    position: relative;
}

.tmtimeline > li .tmtime {
    display: block;
    padding-right: 30px;
    position: relative;
    font-weight: 700;
    width: 20%;
    text-align: right;
    padding-top: 6px;
}

.tmtimeline > li .tmtime span {
    font-size: 1.1em;
}

.tmtimeline > li .tmtime span:first-child {
    font-size: 13px;
}


/* Right content */
.tmtimeline > li .tmlabel {
    margin: 0 0 0 23%;
    padding: 0.90em 2em 2em 0;
    text-align: left;
    position: relative;
    top: -33px;
}

.tmtimeline li:nth-child(1) {
    color: #3d4a6e;
    padding: 1em 2em 2em 0;
    text-align: left;
    position: relative;
}


.tmtimeline > li .tmlabel p {
    text-align: left;
}

.tmtimeline > li:last-child {
    margin-bottom: 40px;
}


.tmlabel p {
    font-size: 12px;
    line-height: 25px;
    word-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
}


.tmtimeline > li .tmlabel h4 {
    margin-top: 0px;
    padding: 0;
    font-size: 13px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.tmtimeline > li .tmlabel span {
  font-weight: 700;
}

.tmtimeline > li .tmlabel h4:after {
    padding: 0;
    margin: 0;
    border: none;
}



.tmtimeline > li:nth-child(odd) .tmlabel:after {
    border-right-color: #3d4a6e;
}

/* The icons */
.tmtimeline > li .tmicon {
    width: 10px;
    height: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.3em;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #FFFFFF;
    background: #3d4a6e;
    border-radius: 50%;
    border: 2px solid #3d4a6e;
    text-align: center;
    left: 20%;
    top: 15px;
    margin: 0 0 0 -10px;
}

.tmtimeline > li .tmicon:nth-child(1) {
    width: 50px;
    height: 50px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #FFFFFF;
    background: #3d4a6e;
    border-radius: 50%;
    border: 2px solid #3d4a6e;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -30px;
    padding: 2px 0;
}


/* ================================= */
/* ::::::::: 6. Portfolio :::::::::: */
/* ================================= */

#portfolio {
  text-align: center;
  overflow: hidden;
}

#filters {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

#filters i {
    padding-right: 7px;
}

.button {
    display: inline-block;
    border: none;
    padding: 0;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
}

.button:hover {
    color: #FFFFFF!important;
    background-color: #3d4a6e;
}


.button.is-checked {
    color: #FFFFFF!important;
    background-color: #3d4a6e;
}



/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    outline: none;
    margin: 3px;
    padding: 7px 15px 6px 15px;
    font-weight: 500;
    background: transparent;
    color: #3d4a6e;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.portfolio {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.element-item {
    float: left;
    width: 200px;
    padding: 2px;
}

.portfolio figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.portfolio figure a {
    color: none;
    outline: none;
}

.portfolio figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.portfolio figure:hover img, .portfolio figure:focus img {
    -webkit-transform: scale(2.0);
    -ms-transform: scale(2.0);
    transform: scale(2.0);
}

.portfolio figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.portfolio figcaption a {
    color: #3d4a6e;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}



.portfolio figure:hover figcaption, .portfolio figure:focus figcaption {
    opacity: 1;
    background: rgba(61, 74, 110, 0.97);
}

.visible {
    opacity: 1
}

.portfolio figure.cs-hover figcaption {
    opacity: 1
}

.portfolio figcaption i {
    font-size: 35px;
    color: #3d4a6e;
}

.portfolio figcaption p {
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
}

.portfolio figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    word-break: break-all;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.portfolio figure:hover figcaption .portfolio, .portfolio figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}


.single-navigation .prev-button {
    float: left;
    padding-bottom: 10px;
}

.single-navigation .next-button {
    float: right;
    padding-bottom: 60px;
}

.single-navigation .prev-button a, .single-navigation .next-button a {
    color: #3d4a6e;
    font-size: 12px;
    border-radius: 0;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.single-navigation .prev-button a:hover, .single-navigation .next-button a:hover {
   background: rgba(0, 0, 0, 0);
   color: #000;
}

.single-navigation .prev-button a i {
    padding-right: 5px;
    font-weight: 700;
}

.single-navigation .next-button a i {
    padding-left: 5px;
    font-weight: 700;
}

.single-navigation {
    margin-top: 50px;
}

.overlay-box {
    position: relative;
    overflow: hidden;
}

.gallery-projects {
    margin-top: 50px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.gallery-projects i {
  font-size: 23px;
  color: #3d4a6e;
  display: table-cell;
  vertical-align: middle;
}

.gallery-projects img {
  max-width: 100%;
  width: 100%;
  height: auto;
}


.overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-box .overlay {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-box:hover .overlay-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.overlay-box .overlay {
    display: table;
    height: 100%;
    width: 100%;
}
.overlay {
    text-align: center;
}


/* ================================= */
/* :::::::::::: 7. Blog :::::::::::: */
/* ================================= */

h2.title-page {
    font-weight: 400;
    font-size: 1.4em;
    padding-top: 20px;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
    border-bottom: 4px solid #3d4a6e;
}

.h2.title-page span {
    font-weight: 700;
}

h2.title-page:after {
    content: " ";
    border: solid 2px #3d4a6e;
    display: block;
    width: 30px;
    margin: 20px auto 10px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

h2.title-page i {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 1.2em;
}


.blog-image {
    width: 100%;
    height: 100%;
}


.entry-title {
    font-weight:600;
    margin-top: 10px;
    font-size: 1.1em;
    color: #3d4a6e;
    text-transform: uppercase;
    word-wrap: break-word;
    font-family: "Montserrat", sans-serif;
}

.entry-title a {
    color: #3d4a6e;
    text-decoration: none;
}


.pagination {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 29px;
    text-align: center;
    width: 100%;
}

.page-numbers {
    text-align: center;
}

.page-numbers li {
    float: left;
    margin: 5px;
    list-style: none;

}

.pagination a, .pagination span  {
    border: 2px solid #3d4a6e;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 1px;
    padding-top: 2px;
    color: #3d4a6e;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.pagination a:hover {
    background: #3d4a6e;
    color: #fff;
}
.pagination  span.current {
    background: #3d4a6e;
    color: #fff;
    font-weight: bold;
}

.post-navigation .prev-button {
    float: left;
    padding-bottom: 10px;
}

.post-navigation .next-button {
    float: right;
    padding-bottom: 60px;
}

.post-navigation .prev-button a, .post-navigation .next-button a {
    color: #3d4a6e;
    border: 2px solid #3d4a6e;
    font-size: 11px;
    background: transparent;
    border-radius: 0;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    padding: 5px 12px 5px 12px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.post-navigation .prev-button a:hover, .post-navigation .next-button a:hover {
   background: #3d4a6e;
   color: #fff;
}

.post-navigation .prev-button a i {
    padding-right: 5px;
    font-weight: 700;
}

.post-navigation .next-button a i {
    padding-left: 5px;
    font-weight: 700;
}

.post-intro {
    overflow: hidden;
    text-align: center;
    padding-bottom: 13px;
}

.post-intro img {
    max-width: 100%;
    height: auto;
}

.post-details {
    text-align: center;
    margin-bottom: 7px;
}

.post-date {
    margin-right: 15px;
    display: inline-block;
}

.post-date i {
    margin-right: 5px;
}

.post {
    position: relative;
    margin-bottom: 6px;
    margin-top: 30px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(61, 74, 110, 0.1);
}

.post-info {
    font-size: 12px;
    word-spacing: 1px;
    line-height: 25px;
    color: #3d4a6e;
    position: relative;
    margin-bottom: 35px;
    font-weight: 500;
    padding-bottom: 12px;
    text-align: center;
}

.post-single-info {
    text-align: left;
    font-size: 12px;
    word-spacing: 1px;
    line-height: 25px;
    color: #3d4a6e;
    position: relative;
    margin-bottom: -21px;
    padding-bottom: 5px;
}



.post-button {
    text-align: center;
    display: block;
}

.post-button a {
    color: #3d4a6e;
    border: 2px solid #3d4a6e;
    font-size: 12px;
    background: transparent;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    top: -26px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.post-button a:hover {
    background: #3d4a6e;
    color: #fff;
}

.post-format {
    float: left;
}

.post-author {
    margin-left: 5px;
    margin-right: 15px;
    display: inline-block;
}

.post-author a {
    color: #3d4a6e;
    text-decoration: none;
}

.post-author i {
    margin-right: 5px;
}

.post-comment {
    display: inline-block;
}

.post-comment i {
    margin-right: 5px;
}

.post-comment a {
    color: #3d4a6e;
    text-decoration: none;
}

.post-categories {
    margin-right: 15px;
    text-align: center;
    display: inline-block;
}

.post-categories i {
   margin-right: 5px;
}

.post-categories.single {
  float: left;
}

.post-categories a {
    color: #3D4A6E;
    text-decoration: none;
}

.post-tags {
    font-size: 11px;
    display: inline-block;
    float: right;
}

.post-tags a {
    color: #3d4a6e;
    text-decoration: none;
}

.post-title a {
    color: #3d4a6e;
    text-decoration: none;
}

.page-links a {
    border: 2px solid #3d4a6e!important;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 1px;
    font-weight: 500!important;
    padding-top: 2px;
    color: #3d4a6e!important;
    background: none!important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.page-links a:hover {
    background: #3d4a6e!important;
    color: #fff!important;
}

.page-links a, .page-links > span {
  padding: 1px 11px;
  font-weight: 700;    
  display: inline-block;
  border: 2px solid #3d4a6e;
  background: #3d4a6e;
  color: #fff;
}


#comments h3 {
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    margin-top: 80px;
    display: block;
    font-family: "Montserrat", sans-serif;
}

#comments h3 a {
  font-weight: 300;
  font-size: 10px;
  color: #3d4a6e;
}

#comments h3.comment-reply-title {
    margin-bottom: 20px;
    margin-top: 35px;
}

#comments .form-submit {
    margin-top: 20px;
    display: inline-block;
}

.form-comment {
    margin-bottom: 20px;
}

.border-comment {
    border-bottom: 1px solid #e8e8e8;
    padding: 25px 0;
}

#comments {
  padding-top: 20px;
}

#comments .comment  {
    list-style: none;
}

ol.comment-list, ul.comments, li.comment {
padding: 0;
margin: 0;
}

#comments .child-comment {
    padding-left: 7%;
}

.comment .avatar-author img {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.comment .name-author {
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

.comment .name-author a {
    color: #3d4a6e;
    text-decoration: none;
}

.comment .date-comment {
    text-align: left;
    font-size: 12px;
}

.comment .date-comment a {
    color: #3d4a6e;
}

.comment .header-comment a {
    color: #3d4a6e;
    text-decoration: none;
}

.comment .body-comment {
    text-align: left;
    font-size: 12px;
    word-spacing: 1px;
    line-height: 25px;
    color: #3d4a6e;
}


.comment-info {
    margin-left: 100px;
}

.comment .reply a {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #3d4a6e;
    font-weight: 700;
    font-size: 12px;
    background: rgba(61, 74, 110, 0);
    padding: 2px 9px 2px 9px;
    border: 2px solid #3d4a6e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment .reply a:hover {
    color: #fff;
    background: #3d4a6e;
    border: 2px solid #3d4a6e;
}

#comments input[type='text'], #comments input[type='email'] {
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #3d4a6e;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 54px;
    font-size: 12px;
    outline: none;
}

#comments .navigation {
  background: none;
  width: auto;
  text-align: center;
  height: auto;
  position: relative;
  left: 0;
  top: -5px;
}

.comment-navigation .nav-links {
  margin-top: 60px;
  margin-bottom: -50px;
}


#comments .navigation  a {
 color: #3d4a6e;
 font-size: 13px;
}

.footer-single {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: -10px;
}

.post-navigation {
  margin-top: 15px;
}

.post-password-form input[type='password'] {
  background: transparent;
  border: 1px solid #EDEDED;
  font-size: 12px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 31px;
}

.post-password-form input[type='submit'] {
    color: #3d4a6e;
    outline: none;
    border: 2px solid #3d4a6e;
    font-size: 11px;
    background: transparent;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.post-password-form input[type='submit']:hover {
   background: #3d4a6e;
   color: #fff;
}

.form-group {
    margin-bottom: 0;
}

#comments textarea {
    width: 100%;
    background: transparent;
    font-size: 12px;
    border-bottom: 2px solid #3d4a6e;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    color: #3d4a6e;
    resize: vertical;
}

#comments input[type='submit'] {
    outline: none;
    color: #3d4a6e;
    border: 2px solid #3d4a6e;
    font-size: 12px;
    background: transparent;
    border-radius: 0;
    float: left;
    text-decoration: none;
    font-weight: 700;
    margin-top: 5px;
    padding: 8px 20px 8px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#comments input[type="submit"]:hover {
    background: #3d4a6e;
    color: #fff;
}

#comments ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #3d4a6e;
}

#comments :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #3d4a6e;
    opacity:  1;
}

#comments ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3d4a6e;
    opacity:  1;
}

#comments :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #3d4a6e;
}


/* ================================= */
/* :::::::::: 8. Contact ::::::::::: */
/* ================================= */

.contact-form  input[type='text'], .contact-form  input[type='email'] {
  background: transparent;
  height: 50px;
  width: 48%;
  margin-bottom: -5px;
  border: 1px solid #EDEDED;
  font-size: 12px;
  padding: 15px;
  outline: none;
  -webkit-transition: all 0.3s!important;
  -moz-transition: all 0.3s!important;
  transition: all 0.3s!important;
}

.contact-form input[type='email'] {
  right: 0;
  position: relative;
  float: right;
  top: -10px;
}


.contact-form input[type='text'] {
  width: 48.4%;
  float: left;
}

.contact-form textarea {
    width: 100%;
    background: transparent;
    font-size: 12px;
    padding: 15px;
    height: 100px;
    border: 1px solid #EDEDED;
    outline: none;
    margin: 15px 0 13px;
    resize: none;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    transition: all 0.3s!important;
}



.contact-form input[type='submit'] {
    color: #3d4a6e;
    border: 2px solid #3d4a6e;
    font-size: 12px;
    background: transparent;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    outline: none;
    float: left;
    padding: 8px 20px 8px 20px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.contact-form input[type="submit"]:hover {
    color: #fff;
    background: #3d4a6e;
    border: 2px solid #3d4a6e;
}

.contact .notification_ok {
    text-align: center;
    color: #3d4a6e;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.contact .notification_ok i {
    color: #3d4a6e;
    padding-right: 5px;
}

.contact-form {
    bottom: 7em;
    position: absolute;
    background: #FFF;
    padding: 20px 20px 20px 20px;
    width: 60%;
    display: inline-block;
    left: 20%;
    margin: 0 auto;
    z-index: 999;
    border-radius: 3px;
    border: 1px solid #B5B6BB;
} 

input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, #block-7 input[type=text].wpcf7-not-valid, #block-7 input[type=tel].wpcf7-not-valid, #block-15 input[type=tel].wpcf7-not-valid, #block-15 input[type=text].wpcf7-not-valid{
        border: 1px solid rgba(243, 0, 0, 0.2);
        z-index:12000;
        position:relative;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, .wpcf7-mail-sent-ok {
  background: #fff;
  text-align: center;
}

.map-contact {
  margin-left: 0!important;
  margin-right: 0!important;
}

.contact-form .ajax-loader {
  margin-left: 7px!important;
  margin-top: 13px!important;
}

.contact-form span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 11px;
    bottom: -4px;
    text-indent: -9999px;
}

.contact-form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #3d4a6e;
}
.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #3d4a6e;
    opacity:  1;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3d4a6e;
    opacity:  1;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #3d4a6e;
}


/* ================================= */
/* :::::::::: 9. Google map :::::::: */
/* ================================= */

#google-container {
    width: 100%;
    left: 0;
    height: 100vh;
}



#zoom-in, #zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    margin-left: 50px;
    background-color: rgba(61, 74, 110, 0.9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../img/icon-controller.svg");
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#zoom-in:hover, #zoom-out:hover {
    background-color: #3d4a6e;
}

#zoom-in {
    background-position: 50% 0;
    margin-top: 50px;
    margin-bottom: 1px;
}

#zoom-out {
    background-position: 50% -32px;
}

#google-container .contact-box {
    padding-left: 15px;
}

#google-container .contact-box ul {
    list-style: none;
    line-height: 25px;
    padding: 0px;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}

#google-container .contact-box h3 {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 13px;
}

#google-container .contact-box ul li {
    margin-top: 0px;
    font-weight: 400;
    color: #3d4a6e;
    font-size: 12px;
}

#google-container .contact-box ul li i.fa {
    margin-right: 15px;
    color: #3d4a6e;
    margin-bottom: 15px;
}

#google-container .contact-box ul a {
    max-width: 100%;
    color: #3d4a6e;
}

#google-container .contact-box ul a:hover {
    text-decoration: none;
}


/* ================================= */
/* ::::::::: 10. Footer :::::::::::: */
/* ================================= */

footer {
    background-color: #3d4a6e;
    z-index: 999;
    width: 100%;
    bottom: 0;
    position: absolute;
    color: rgba(255, 255, 255, 0.98);
}

footer .social-icons li {
  float:left;
  list-style: none;
  border-left: 1px solid   rgb(52, 65, 107);
}

footer .social-icons li:last-child {
 border-right: 1px solid rgb(55, 64, 93);
}

footer .social-icons li a {
  color: #FFFFFF;
  font-size: 15px;
  display: block;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .social-icons a:hover {
  background-color: #fff;
}

footer .social-icons a:hover i.fa {
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

footer .social-icons a.twitter:hover { background-color: #46C0fb;}
footer .social-icons a.facebook:hover { background-color: #4863ae; }
footer .social-icons a.google-plus:hover { background-color: #dd4b39; }
footer .social-icons a.youtube-play:hover { background-color: #cc181e; }
footer .social-icons a.instagram:hover { background-color: #4d4f54; }

footer .social-icons li i.fa {
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

footer .social-icons {
  float: left;
}

footer .social-icons ul {
  margin: 0;
  padding: 0;
}

footer .copyright {
    font-size: 12px;
    margin-top: 10px;
    float: right;
    margin-right: 53px;
}

footer a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: rgb(255, 255, 255);
}

footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: none;
}


/* ================================= */
/* :::::: 11. Responsive CSS ::::::: */
/* ================================= */

@media only screen and  (max-width: 1980px) {

  .profile {
    padding-top: 280px;
  }


}

@media only screen and  (max-width: 1600px) {

  .profile {
    padding-top: 230px;
  }


}

@media only screen and  (max-width: 1440px) {

   .profile {
     padding-top: 230px;
   }

 

}

@media only screen and  (max-width: 1366px) {

   .profile {
     padding-top: 160px;
   }

   .welcome h1 {
     font-size: 2em!important;
   }

   .welcome .name {
     font-size: 2.4em;
     line-height: 30px;
   }

   .window-navigation {
     top: 27%;
   }

}

@media only screen and  (max-width: 1036px) {

body {
    overflow-y: scroll!important;
  }

  ::-webkit-scrollbar {
    width: 0;
}
 
::-webkit-scrollbar-thumb:vertical {
    background: none; 
}

.navigation {
  left: 0;
  top: 0;
}

  .content-window {
    padding-left: 50px;
  }

.profile-pic {
  display: none;
}

.content-window {
  width: 100%;
  height: auto;
}

.content-window .wrapper {
  overflow-y: hidden;
}



.pagination {
  margin-bottom: 65px;
}

.slider-left {
  width: 100%;
  position: relative;
  height: 45%;
  border-bottom: 0;
  border-right: 45px solid #3d4a6e;
}

footer .social-icons {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

footer .social-icons ul {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    float: none;
}

footer .social-icons li {
    border-top: 1px solid rgb(52, 65, 107);
    border-left: 1px solid rgb(52, 65, 107);
    border-bottom: 1px solid rgb(52, 65, 107);
}

footer .copyright {
    margin: 0;
    float: none;
    text-align: center;
}

.form-comment {
  padding-bottom: 40px;
}

.profile {
  padding-top: 150px;
  padding-bottom: 200px;
}

.work {
  padding-bottom: 50px;
}

.post-intro {
  height: auto;
}

.window-navigation {
  top: 23%;
}

}

@media only screen and  (max-width: 768px) {

  .contact .error .name {
    left: 40.2%;
  }

  .contact input[type="submit"] {
    width: 100%;
  }

 .notification_ok {
    top: -35px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    height: 33px;
    padding-top: 5px;
    border: 1px solid #B5B6BB;
}


.slider-left {
  width: 100%;
  position: relative;
  height: 30%;
  border-bottom: 0;
  border-right: 45px solid #3d4a6e;
}

.form-comment {
  padding-bottom: 40px;
}

.profile {
  padding-top: 185px;
}

.window-navigation {
  top: 30%;
}

.content-window {
    padding-left: 50px;
}

.experience .col-md-3 {
  margin-bottom: 35px;
}



}

@media only screen and  (max-width: 667px) {

  .content-window.wide {
    padding-left: 0;
  }
  
   .tmtimeline > li .tmlabel {
     margin-left: 25%;
     top: -56px;
   }

   .window-navigation a {
     width: 100%;
   }

   .hello {
     font-size: 0.7em;
   }

   .button-group .button {
     padding: 8px;
   }

  .portfolio {
    width: 100%;
    left: 8%;
  }

   .slider-left  {
    border-top: 30px  solid #3d4a6e;
    border-right: 30px  solid #3d4a6e;
    border-left: 30px  solid #3d4a6e;
  }

  .content-window {
    border-top: 30px  solid #3d4a6e;
    border-right: 30px  solid #3d4a6e;
    border-bottom: 30px  solid #3d4a6e; 
  }

   .profile {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }

  .welcome {
    overflow: visible;
    margin-bottom: 160px;
  }

  .info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .info h3 {
    font-size: 0.9em;
  }

  .slider-left {
    height: 70%;
  }

   .window-navigation i {
    font-size: 27px;
    padding: 20px 10px 25px 10px;
    line-height: 10px;
    width: 100%;
  }

  .window-navigation li.selected i {
    background: none;
    color: rgba(255, 255, 255, 0.55);
  }

  .window-navigation i:hover {
    background: none;
    color: rgba(255, 255, 255, 0.55);
  }


  .window-navigation em {
    font-size: 0.8em;
    padding: 5px 10px 5px 10px;
    bottom: 2%;
  }

  .content-window {
    padding-left: 0;
  }

  .experience .col-md-3 {
  margin-bottom: 35px;
}

.services {
  padding-bottom: 50px;
}

.navigation {
   width: 100%;
   height: 150px;
   margin: 0 auto;
   text-align: center;
   position: absolute;
}

   .navigation em {
     display: none;
   }

  .slider-navigation {
    top: 0;
    overflow-y: scroll;
    height: 100%;
  }

  footer .social-icons {
    margin: 0 auto;
  }

  footer {
    bottom: -7px;
    text-align: center;
    width: 100%
  }


  .tmtimeline li:nth-child(1):before {
  height: 114%;
}

.tmtimeline > li .tmtime {
  margin-left: -15px;
}

.contact-form {
  bottom: 0em;
  width: 100%;
  left: 0;
}

.contact .error .name {
  left: 43%;
}

  .welcome p, .personal-info, .comment .body-comment {
    margin-top: 0;
    font-size: 13px;
  }

    .personal-info {
      margin-top: 20px;
      word-break: break-all;
    }

  .welcome h2 {
    line-height: 25px;
    margin-top: 15px;
}

  footer .copyright {
     display: none;
  }

    footer .social-icons li a {
    font-size: 15px;
    width: 100%;
  }

  .services .title-services, .experience h3.title-experience, .hobbies h3.title-hobbies, .about h3, .resume h3  {
    font-size: 1.7em;
  }

  .blog .post-title, .comments h3 {
    font-size: 1.3em;
  }

  .about p, .resume p, .blog p {
    font-size: 14px;
  } 

  .about-info label {
    float: none;
    display: block;
  }


 .content-window {
    border-top: 30px  solid #3d4a6e;
    border-right: 30px  solid #3d4a6e;
    border-left: 30px  solid #3d4a6e;
    border-bottom: 0px  solid #3d4a6e;
  }

  .icon-mobile {
    width: 28px;
    height: 47px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    padding-top: 10px;
    position: relative;
    margin: 0 auto;
    z-index: 9999;
}

.navigation {
  display: none;
}

.navigation.menu-mobile {
  display: block;
  background: none;
}

.navigation.menu-mobile li.current-menu-item  {
  background: rgb(255, 255, 255);
}

.navigation.menu-mobile li {
     background: rgb(52, 65, 107);
     float: none;
     display: block;
     margin-right: 0;
     border-top: 1px solid rgba(23, 29, 49, 0.1);
}

.navigation.menu-mobile li:last-child {
  border: 1px solid rgba(23, 29, 49, 0.1);;
}

.icon-mobile span {
    display: block;
    width: 100%;
    height: 2px;
    background: #3d4a6e;
    margin: 4px 0 0;
}

.comment.children {
  padding-left: 0;
}

.contact-form input[type='submit'] {
  width: 100%;
}

}

@media only screen and (max-width: 540px) {


   .slider-left {
    height: 30%;
  }

  #comments .child-comment {
    width: 100%;
    padding: 0;
  }

  .contact input[type="submit"] {
    width: 100%;
  }

  .profile {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }


  .slider-left  {
    border-top: 30px  solid #3d4a6e;
    border-right: 30px  solid #3d4a6e;
    border-left: 30px  solid #3d4a6e;
  }



  .info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .info h3 {
    font-size: 0.9em;
  }


  .window-navigation em {
    font-size: 0.8em;
    padding: 5px 10px 5px 10px;
    bottom: 2%;
  }


  footer .copyright {
    padding-right: 25px;
  }


.experience-box {
  margin-bottom: 35px;
}

.services {
  padding-bottom: 50px;
}

.tmtimeline li:nth-child(1):before {
  height: 114%;
}

.tmtimeline {
  padding-left: 20px;
}

.tmtimeline > li .tmtime {
  margin-left: -10px;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  background-color: transparent;
}

.nivo-lightbox-prev {
  bottom: 0;
  left: 3px;
}

.nivo-lightbox-next {
  bottom: 0;
 right: 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
  width: 8%;
}

.nivo-lightbox-theme-default .nivo-lightbox-next, .nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-size: 30px;
}

.nivo-lightbox-close {
  right: 4%;
}

#filters {
  padding-left: 12px;
}


.post-intro {
  height: auto;
}



#zoom-in, #zoom-out {
  margin-left: 15px;
}

.services-box, .hobbies-box, .experience-box  {
  width: 100%;
}


}

@media only screen and (max-width: 320px) {

.welcome {
  overflow: visible;
}

.wrapper .profile {
  margin-bottom: 170px;
}

.tmtimeline > li .tmtime {
  margin-left: -26px;
}

.portfolio {
  left: 5%;
}


