/*
	Theme Name: Onepager - Vorlage mit HTML-Kontaktformular.
	Description: Lorem ipsum dolor sit amet.
	Version: 1.0
	Author: Dennis Kovarik
	Author URI: http://denniskovarik.me/
	Copyright: http://www.psd-tutorials.de/
*/


/* FONTS { A set of 250+ carefully crafted pictograms by Daniel Bruce. }
----------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'entypo';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/entypo.eot');
    src: url('../fonts/entypo.eot?#iefix') format('eot'),
    url('../fonts/entypo.woff') format('woff'),
    url('../fonts/entypo.ttf') format('truetype'),
    url('../fonts/entypo.svg#entypo') format('svg');
}

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

.entypo-down-open-big:before {
    content: "\e764";
}

.entypo-paper-plane:before {
    content: "\e79b";
}

.entypo-location:before {
    content: "\e724";
}

.entypo-phone:before {
    content: "\1f4dE";
}

.entypo-heart-empty:before {
    content: "\2661";
}

.entypo-user:before {
    content: "\1f464";
}

.entypo-pencil:before {
    content: "\270e";
}

.entypo-menu:before {
    content: "\2630";
}

.entypo-facebook:before {
    content: "\f30c";
}

.entypo-gplus:before {
    content: "\f30f";
}

.entypo-twitter:before {
    content: "\f309";
}

.entypo-instagrem:before {
    content: "\f32d";
}

.entypo-behance:before {
    content: "\f34e";
}

.entypo-dribbble:before {
    content: "\f31b";
}

.entypo-github:before {
    content: "\f300";
}

.entypo-linkedin:before {
    content: "\f318";
}

.entypo-skype:before {
    content: "\f339";
}

.entypo-tools:before {
    content: "\2692";
}

.entypo-clock:before {
    content: "\1f554";
}

.entypo-briefcase:before {
    content: "\1f4bc";
}

.entypo-graduation-cap:before {
    content:"\1f393"
}

/* CSS-BASIC
----------------------------------------------------------------------------------------- */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    color: #555;
    font-family: 'Domine', serif;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
ul,
ol {
    margin-bottom: 30px;
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 30px;
    text-rendering: optimizeLegibility;
}

a {
    border-bottom: 1px dotted #ccc;
    color: #4c6a7c;
    padding-bottom: 2px;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    opacity: .8;
}

b,
strong {
    font-weight: 700;
}

q,
blockquote {
    background: #eee;
    border-left: 5px solid #aaa;
    display: block;
    margin: 60px 0 30px;
    padding-left: 20px;
    text-indent: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

embed,
img,
object {
    max-width: 100%;
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic;
}

figure {
    margin: 0;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    display: block;
    height: 1px;
    margin: 30px 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

::-moz-selection {
    background: #245e82;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #245e82;
    color: #fff;
    text-shadow: none;
}

/* CSS-EXTRAS
----------------------------------------------------------------------------------------- */

.button {
    border: 0;
    background: #555;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px 20px;
}

.button:hover {
    opacity: .8;
    text-decoration: none;

}

.ghost {
    border: 1px solid #555;
    background: transparent;
    color: #555;
}

.hide {
    display: none;
}

.table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 20;
}

.cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.container-one {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px;
    position: relative;
}

.top {
    background: #414341 url('../images/icons/top-arrow.svg') no-repeat center 50%;
    border: 0;
    bottom: 20px;
    display: inline-block;
    height: 40px;
    opacity: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    width: 40px;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.top.is-visible {
    opacity: 1;
    visibility: visible;
}

.top.fade-out {
    opacity: .5;
}

.no-touch .top:hover {
    opacity: 1;
}

/* CSS-LAYOUT
----------------------------------------------------------------------------------------- */

.site-navigation,
.site-header,
.site-about,
.site-skills,
.site-resume,
.site-qualification,
.site-contact,
.site-blog,
.site-maps,
.site-footer,
.site-meta {
    float: left;
    text-align: center;
    width: 100%;
}

.site-about {
    padding: 89px 0 52px;
}

.site-skills {
    padding: 82px 0 35px;
}

.site-resume {
    padding: 82px 0 60px;
}

.site-qualification {
    padding: 82px 0 53px;
}
.site-blog {
    padding: 147px 0 53px;
}

.site-contact {
    padding: 82px 0 40px;
}

.site-about h2,
.site-skills h2,
.site-resume h2,
.site-qualification h2,
.site-blog h2,
.site-contact h2 {
    background: #555;
    font-size: 1.8rem;
    height: 1px;
    margin: 0 0 71px;
    width: 100%;
}

.site-skills h2 {
    margin-bottom: 82px;
}

.site-resume h2 {
    background: #88a5b1;
    margin-bottom: 82px;
}

.site-qualification h2 {
    margin-bottom: 78px;
}
.site-blog h2 {
    margin-bottom: 78px;
}

.site-about h2 span,
.site-skills h2 span,
.site-resume h2 span,
.site-qualification h2 span,
.site-blog h2 span,
.site-contact h2 span {
    background: #fff;
    border: 1px solid #555;
    border-bottom-width: 2px;
    color: #555;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    top: -22px;
    text-align: center;
}

.site-resume h2 span {
    background: #245e82;
    border: 1px solid rgba(255,255,255,0.6);
    border-bottom-width: 2px;
    color: #fff;
}

/* PRELOADER ---------------------------------------------------------------------------- */

.site-preloader {
    background: rgba(0,0,0,1.0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999 !important;
}

.loading {
    text-align: center;
}

.loading h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 20px;
}

.loading h3 {
    -webkit-animation: loading 0.5s ease infinite;
    -moz-animation: loading 0.5s ease infinite;
    animation: loading 0.5s ease infinite;
}

@-webkit-keyframes loading {
    0% { opacity: 0.25; }
    50% { opacity: 1; }
    100% { opacity: 0.25; }
}

@-moz-keyframes loading {
    0% { opacity: 0.25; }
    50% { opacity: 1; }
    100% { opacity: 0.25; }
}

@keyframes loading {
    0% { opacity: 0.25; }
    50% { opacity: 1; }
    100% { opacity: 0.25; }
}

/* NAVIGATION --------------------------------------------------------------------------- */
a {
    text-decoration: none;
}
.site-navigation {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 5.75rem;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 9999;
}

.site-navigation .container-one {
    padding: 0;
}

.site-logo {
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 5.75rem;
    margin: 2px 0 0 20px;
}

.site-logo a span {
    color: #555;
    font-weight: 400;
}

.site-logo a {
    border: 0;
    color: #555;
    padding: 0;
}

.site-logo a:hover span,
.site-logo a:hover {
    color: #555;
    opacity: 1;
    text-decoration: none;
}

.open-menu {
    border: 0;
    color: #555;
    display: block;
    font-size: 2rem;
    height: 59px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.open-menu span {
    position: relative;
    top: 2px;
}

.site-menu {
    background: #155074;
    display: none;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.site-menu li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

.site-menu a {
    border: 0;
    color: #6498b9;
    display: block;
    padding: 0;
}

.site-menu a:hover,
.site-menu a.active,
.site-menu li.current a {
    background: #205d83 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* HEADER ------------------------------------------------------------------------------- */

.site-header {
/*
    background: url('../images/header/header-background_small.jpg') top center no-repeat;
*/
    background-size: cover;
    color: #fff;
    padding: 55px 0 60px;
    position: relative;
    top: 0;
    z-index: 10;
}

.site-header.table {
    height: auto;
}

.site-header-overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

.hgroup {
    position: relative;
    z-index: 40;
}

.site-header h1 {
    font-size: 2.6rem;
    margin: 0 0 20px;
}

.site-header h1 span {
    display: block;
    font-family: 'Domine', serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 5px;
}

.site-header .ghost {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 12px 20px 12px;
    text-decoration: none;

}

.site-header .ghost:hover {
    background: #fff;
    border-color: transparent;
    color: #555;
    opacity: 1;
    text-decoration: none;
}

.site-header .about-link {
    display: none;
}

/* ABOUT -------------------------------------------------------------------------------- */

.site-about {
    background: #fff;
    position: relative;
}

.site-about h3 {
    font-size: 1.7rem;
    margin: 0 0 20px;
}

.site-about h3 span {
    margin-right: 5px;
}

.site-about ul {
    font-size: 1.5rem;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.site-about li {
    border-bottom: 1px solid #eee;
    margin: 0 0 14px;
    padding: 0 0 12px;
}

.site-about li:nth-of-type(5) {
    border: 0;
    margin: 0;
    padding: 0;
}

.about-text,
.about-image {
    float: left;
    margin: 0;
    width: 100%;
}

.about-text:nth-of-type(1) {
    margin-bottom: 55px;
}

.about-image {
    margin-bottom: 55px;
}

.about-image img {
    max-width: 80%;
}

.about-text p {
    font-size: 1.5rem;
    line-height: 2.6rem;
}

/* SKILLS ------------------------------------------------------------------------------- */

.site-skills {
    background: #f1f1f1;
    border-top: 1px solid #ddd;
}

.skills-row {
    float: left;
    width: 100%;
}

.skills-column {
    font-size: 1.6rem;
    float: left;
    margin-bottom: 60px;
    width: 50%;
}

.skills-column:nth-of-type(4) {
    margin-bottom: 60px;
}
.skills-column:nth-of-type(8) {
    margin-bottom: 60px;
}
.skills-column:nth-of-type(16) {
    margin-bottom: 60px;
}
.skills-column:nth-of-type(24) {
    margin-bottom: 60px;
}
.skills-column:nth-of-type(32) {
    margin-bottom: 60px;
}

.chart {
    position: relative;
    text-align: center;

}

.chart span.percent {
    bottom: 0;
    font-style: italic;
    font-size: 1.4rem;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 42%;
    text-align: center;
    width: 60px;
}

.chart span.percent:after {
    content: '%';
}

.chart span.sub {
    color: #245e82;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
}

/* RESUME ------------------------------------------------------------------------------- */

.site-resume {
    background: #245e82;
    color: #fff;
    background-image: url('../images/resume/resume-background.gif');
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

#timeline {
    position: relative;
    margin-top: 20px;
}

#timeline::before {
    background: #d7e4ed;
    content: '';
    height: 100%;
    left: 19px;
    position: absolute;
    top: 0;
    width: 2px;
}

.timeline-content {
    background: #fff;
    color: #555;
    font-size: 1.4em;
    margin: 0 0 0 60px;
    position: relative;
    padding: 20px;
    text-align: left;
}

.timeline-content:after {
    content: "";
    clear: both;
    display: table;
}

.timeline-content h3 {
    color: #245e82;
    margin-bottom: 10px;
}

.timeline-content .company {
    display: inline-block;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.8rem;
    margin: 0 0 10px;
}

.timeline-content .company a {
    border: 0;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0;
}

.timeline-content p,
.timeline-content .date {
    font-size: 1.4rem;
}

.timeline-content p {
    line-height: 2.4rem;
    margin: 0 0 15px;
}

.timeline-content .date {
    color: #245e82;
    display: inline-block;
    font-size: 1.2rem;
    float: left;
    opacity: .7;
    padding: 0;
}

.timeline-content .current-date {
    color: #245e82;
    font-weight: 700;
    opacity: 1 !important;
}

.timeline-content .passed-date {
    color: rgba(0,0,0,0.5);
    opacity: 1 !important;
}

.timeline-content::before {
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    content: '';
    height: 0;
    right: 100%;
    position: absolute;
    top: 14px;
    width: 0;
}

.timeline-block {
    margin: 0 0 30px;
    position: relative;
}

.timeline-block:last-of-type {
    margin-bottom: 0;
}

.timeline-block:after {
    content: "";
    clear: both;
    display: table;
}

.timeline-img {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 2px rgba(0, 0, 0, 0.05);
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.timeline-img span {
    font-size: 1.8rem;
    position: relative;
    top: 10px;
}

.timeline-img.current {
    background: #6699b8;
}

.timeline-img.passed {
    background: #195173;
}

/* QUALIFICATION ------------------------------------------------------------------------ */

.site-qualification {
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
    font-size: 1.2rem;
    overflow: hidden;
}

.site-qualification h3 {
    font-size: 2rem;
    margin: 0 0 20px;
}

.site-qualification h3 span {
    margin-right: 5px;
}

.site-qualification p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-bottom: 0;
}

.site-qualification strong {
    display: block;
}

.qualification-column {
    margin-bottom: 49px;
}

.qualification-column:nth-of-type(3) {
    margin-bottom: 0;
}
/* blog------*/
/* QUALIFICATION ------------------------------------------------------------------------ */

.site-blog {
    background: #fffff9;
    border-bottom: 1px solid #ddd;
    font-size: 1.2rem;
    overflow: hidden;
}

.site-blog h3 {
    font-size: 2rem;
    margin: 0 0 20px;
}

.site-blog h3 span {
    margin-right: 5px;
}

.site-blog p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-bottom: 0;
}

.site-blog strong {
    display: block;
}

/* CONTACT ------------------------------------------------------------------------------ */

.site-contact {
    background: #fff;
}

.site-contact h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    text-align: center;
}

.site-contact h3 span {
    margin-right: 5px;
}

.site-contact ul {
    border-bottom: 1px solid #eee;
    font-size: 1.6rem;
    list-style: none;
    margin: 0 0 30px;
    padding: 0 0 30px;
    text-align: center;
}

.site-contact ul:nth-of-type(3) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-contact li {
    margin: 0 0 10px;
    padding: 0;
}

.site-contact li:last-of-type {
    margin-bottom: 0;
}

.contact-column:nth-of-type(1),
.contact-column:nth-of-type(2) {
    float: left;
    width: 100%;
}

.contact-column:nth-of-type(1) {
    margin-bottom: 30px;
}

.contact-form {
    float: left;
    width: 100%;
}

.contact-row {
    float: left;
    width: 100%;
}

.contact-form input,
.contact-form textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

.contact-form input,
.contact-form textarea {
    background: #fff;
    border: 1px solid #999 !important;
    color: #555;
    font-size: 1.6rem;
}

.contact-form input {
    height: 40px;
    padding: 0 14px;
    margin-bottom: 20px;
}

.contact-form textarea {
    height: auto;
    min-height: 120px;
    padding: 12px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 0;
}

.form-firstname,
.form-lastname,
.form-email,
.form-phone {
    float: left;
    width: 100%;
}

.form-message,
.form-submit {
    float: left;
    width: 100%;
}

input.form-submit {
    background: transparent;
    border: 2px solid #245e82 !important;
    color: #245e82;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    height: 50px;
    margin-top: 20px;
    padding: 5px 0;
    text-align: center;
}

input.form-submit:hover {
    background: #245e82;
    border-color: transparent !important;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #aaa;
    font-style: italic;
    font-size: 1.4rem;
}

:-moz-placeholder {
    color: #aaa;
    font-style: italic;
    font-size: 1.4rem;
}

::-moz-placeholder {
    color: #aaa;
    font-style: italic;
    font-size: 1.4rem;
}

:-ms-input-placeholder {
    color: #aaa;
    font-style: italic;
    font-size: 1.4rem;
}

/* MAPS --------------------------------------------------------------------------------- */

.site-maps {
    padding: 0;
}

.site-maps iframe {
    border: 0;
    height: 250px;
    margin-bottom: -2px;
    width: 100%;
}

/* FOOTER ------------------------------------------------------------------------------- */

.site-footer {
    background: #333;
    color: #fff;
    padding: 20px 0 19px;
}

.site-footer small {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2rem;
}

.site-footer a {
    border: 0;
    color: #fff;
    padding: 0;
}
.site-footer .foo  a {
  font-size: 1.2em;
}
.site-footer .foo  ul {
     float:none;
}
.site-footer .foo  a:hover {
    text-decoration: underline;
}
.site-footer ul {
    border-top: 1px solid rgba(255,255,255,0.25);
    list-style: none;
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: center;
}

.site-footer li {
    display: inline-block;
    float: none;
    margin: 0 20px 0 0;
    padding: 0;
}

.site-footer li:last-of-type {
    margin-right: 0;
}

.site-footer ul li a {
    font-size: 1.8rem;
    line-height: normal;
}

/* META --------------------------------------------------------------------------------- */

.site-meta {
    background: #222;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2rem;
    padding: 15px 0 16px;
}

.site-meta .heart {
    color: #df3a3a;
}

.site-meta a {
    border: 0;
    color: #fff;
    padding: 0;
}

/* MEDIA-QUERIES
----------------------------------------------------------------------------------------- */

/* 480px -------------------------------------------------------------------------------- */

@media screen and (max-width: 480px) {

    .hide-mobile {
        display: none;
    }

    .block-mobile {
        display: block;
    }

    .chart canvas {
        height: 90px !important;
        max-width: 90px !important;
    }

}

@media screen and (min-width: 480px) {

    .chart span.percent {
        font-size: 1.6rem;
        top: 46%;
    }

}

/* 760px -------------------------------------------------------------------------------- */

@media screen and (min-width: 760px) {

    .top {
        height: 50px;
        width: 50px;
    }

    .site-about h2,
    .site-skills h2,
    .site-resume h2,
    .site-qualification h2,
    .site-blog h2,
    .site-contact h2 {
        font-size: 2.4rem;
    }

    .site-about h2 span,
    .site-skills h2 span,
    .site-resume h2 span,
    .site-qualification h2 span,
    .site-contact h2 span {
        top: -25px;
    }

    .site-header {
        min-height: 400px;
    }

    .site-header h1 {
        font-size: 4.6rem;
    }

    .site-header h1 span {
        font-size: 3rem;
    }

    .site-header .ghost {
        font-size: 1.4rem;
    }

    .timeline-img span {
        top: 11px;
    }

    .site-footer .copyright {
        float: left;
        position: relative;
        top: 3px;
    }

    .site-footer ul {
        border: 0;
        float: right;
        margin: 0;
        padding: 0;
    }

    .site-footer li {
        float: none;
    }

    .site-footer ul li a {
        font-size: 2.2rem;
    }

}

/* 960px -------------------------------------------------------------------------------- */

@media screen and (min-width: 960px) {

    .top {
        bottom: 40px;
        right: 40px;
    }

    .site-about,
    .site-resume {
        padding: 149px 0 120px;
    }

    .site-skills {
        padding: 149px 0 60px;
    }

    .site-qualification {
        padding: 147px 0 113px;
    }

    .site-contact {
        padding: 149px 0 100px;
    }

    .site-about h2,
    .site-skills h2,
    .site-qualification h2,
    .site-resume h2,
    .site-contact h2 {
        font-size: 3rem;
        margin-bottom: 120px;
    }

    .site-qualification h2 {
        margin-bottom: 119px;
    }

    .site-about h2 span,
    .site-skills h2 span,
    .site-resume h2 span,
    .site-qualification h2 span,
    .site-contact h2 span {
        top: -29px;
    }

    .site-resume h2 span {
        background: #245e82;
    }

    .site-navigation {
        border-bottom: 1px solid #ddd;
        font-size: 1.6rem;
        font-weight: 400;
        position: fixed;
    }

    .site-navigation .container-one {
        padding: 0 20px;
    }

    .open-menu {
        display: none;
    }

    .site-menu {
        background: transparent;
        display: block !important;
        float: right;
        width: inherit;
    }

    .site-menu li {
        float: left;
        display: inline-block;
        margin: 0 0 0 30px;
    }

    .site-menu a {
        border-top: 2px solid transparent;
        color: #555;
        opacity: 1;
    }

    .site-menu a,
    .site-header .ghost {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .site-menu a:hover,
    .site-menu a.active,
    .site-menu li.current a {
        background: transparent !important;
        border-top: 2px solid #4c6a7c;
        color: #4c6a7c !important;
        opacity: 1 !important;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        text-decoration: none;
    }



    .site-header.table {
        height: 100%;
    }

    .site-header h1 {
        font-size: 6rem;
        margin: 0 0 40px;
    }

    .site-header h1 span {
        display: block;
        font-family: 'Domine', serif;
        font-size: 3.4rem;
        font-weight: 400;
    }

    .site-header .ghost {
        font-size: 1.8rem;
        font-weight: 400;
        text-decoration: none;

    }

    .site-header .about-link {
        bottom: 30px;
        display: block;
        float: left;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 20;
    }

    .site-header .read-more {
        border: 0;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 400;
        padding: 0;
        position: relative;
        top: 0;
        -webkit-animation: scrolldown 1.5s ease infinite;
        -moz-animation: scrolldown 1.5s ease infinite;
        animation: scrolldown 1.5s ease infinite;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
        text-decoration: none;
    }

    .site-header .read-more span {
        font-size: 3rem;
    }

    @-webkit-keyframes scrolldown {
        0% { top: 0; }
        50% { top: 10px; }
        100% { top: 0; }
    }

    @-moz-keyframes scrolldown {
        0% { top: 0; }
        50% { top: 10px; }
        100% { top: 0; }
    }

    @keyframes scrolldown {
        0% { top: 0; }
        50% { top: 10px; }
        100% { top: 0; }
    }

    .site-about h3 {
        font-size: 2rem;
        margin: 50px 0 25px;
    }

    .site-about ul {
        font-size: 1.6rem;
    }

    .about-text,
    .about-image {
        text-align: left;
        width: inherit;
    }

    .about-text:nth-of-type(1),
    .about-image {
        margin-bottom: 0;
    }

    .about-image img {
        max-width: 100%;
    }

    .about-text {
        width: 29.82456140350877%;
    }

    .about-image {
        margin: 0 5.263157894736842%;
        width: 29.82456140350877%;
    }

    .about-text p {
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .skills-column {
        font-size: 1.8rem;
        margin-right: 5.263157894736842%;
        margin-bottom: 98px;
        width: 21.052631578947366%;
    }

    .skills-column:nth-of-type(4) {
        margin: 0;
    }
    .skills-column:nth-of-type(8) {
        margin: 0;
    }
    .skills-column:nth-of-type(16) {
        margin: 0;
    }
    .skills-column:nth-of-type(24) {
        margin: 0;
    }
    .skills-column:nth-of-type(32) {
        margin: 0;
    }

    .parallax {
        background: url('../images/resume/resume-background.gif');
        background-position: 0 0;
        background-repeat: repeat;
        background-attachment: fixed;
    }

    #timeline::before {
        left: 50%;
        margin-left: -2px;
        width: 4px;
    }

    .timeline-content {
        font-size: 1.8em;
        margin-left: 0;
        padding: 30px;
        width: 45%;
    }

    .timeline-content::before {
        border: 7px solid transparent;
        border-right: 7px solid #fff;
        content: '';
        height: 0;
        right: 100%;
        position: absolute;
        top: 14px;
        width: 0;
    }

    .timeline-content .company {
        margin-bottom: 20px;
    }

    .timeline-content .company,
    .timeline-content p,
    .timeline-content .date {
        font-size: 1.6rem;
    }

    .timeline-content .company a {
        font-size: 1.4rem;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
    }

    .timeline-content p {
        margin: 0;
    }

    .timeline-content .date {
        font-size: 1.6rem;
        left: 122%;
        padding: 1.6rem 0;
        position: absolute;
        top: 6px;
        width: 100%;
    }

    .timeline-content .current-date {
        color: rgba(255,255,255,1);
        font-weight: 700;
    }

    .timeline-content .passed-date {
        color: rgba(255,255,255,0.8);
        font-weight: 400;
    }

    .timeline-block {
        margin: 0 0 90px;
        position: relative;
    }

    .timeline-block:last-of-type {
        margin-bottom: 0;
    }

    .timeline-block:after {
        content: "";
        clear: both;
        display: table;
    }

    .timeline-img {
        border-radius: 50%;
        box-shadow: 0 0 0 4px #fff, inset 0 4px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
        height: 60px;
        left: 50%;
        margin-left: -30px;
        position: absolute;
        top: 0;
        width: 60px;
        -webkit-transform: translateZ(0);
    }

    .timeline-img span {
        font-size: 2.6rem;
        top: 16px;
    }

    .timeline-block:first-child {
        margin-top: 0;
    }

    .timeline-block:last-child {
        margin-bottom: 0;
    }

    .timeline-content::before {
        border-color: transparent;
        border-left-color: #fff;
        left: 100%;
        top: 24px;
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right;
    }

    .timeline-block:nth-child(even) .timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff;
    }

    .timeline-block:nth-child(even) .timeline-content .date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .site-qualification h3 {
        font-size: 1.8rem;
        margin: 0 0 25px;
    }

    .site-qualification p {
        font-size: 1.6rem;
    }

    .qualification-column {
        float: left;
        margin: 0 5.263157894736842% 0 0;
        width: 29.82456140350877%;
    }

    .qualification-column:nth-of-type(3) {
        margin-right: 0;
    }

    .site-contact h3 {
        font-size: 1.8rem;
        text-align: left;
    }

    .site-contact ul {
        text-align: left;
    }

    .site-contact li:last-of-type {
        margin-bottom: 0;
    }

    .contact-column:nth-of-type(1),
    .contact-column:nth-of-type(2) {
        width: auto;
    }

    .contact-column:nth-of-type(1) {
        margin-right: 5.263157894736842%;
        margin-bottom: 0;
        width: 29.82456140350877%;
    }

    .contact-column:nth-of-type(2) {
        width: 64.91228070175438%;
    }

    .contact-form input {
        height: 50px;
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
        border: 1px solid #ddd !important;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    input.form-submit:focus {
        border: 2px solid #245e82 !important;
    }

    .form-firstname,
    .form-lastname,
    .form-email,
    .form-phone {
        width: 47.97297297297297%;
    }

    .form-firstname,
    .form-email {
        margin-right: 4.054054054054054%;
    }

    input.form-submit {
        font-size: 1.8rem;
        height: 60px;
        margin-top: 20px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .site-maps iframe {
        height: 500px;
    }

    .site-footer {
        padding: 30px 0 29px;
    }

    .site-footer a {
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
    }

    .site-footer small,
    .site-meta {
        font-size: 1.4rem;
    }

    .site-meta a {
        opacity: 1 !important;
    }

}

/* 1170px ------------------------------------------------------------------------------- */

@media screen and (min-width: 1170px) {

    .site-header {
/*
        background-image: url('../images/header/header-background_large.jpg');
*/
        max-height: inherit;
    }

    .site-header h1 {
        font-size: 8rem;
    }

    .site-header h1 span {
        font-size: 3.6rem;
    }

}

input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: 2px solid #245e82 !important;
    font-family: 'Montserrat', sans-serif;
    color: #245e82;
    font-size: 1.5rem ;
    font-weight: 700;
    height: 50px;
    margin-top: 20px;
    padding: 5px 0;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit:focus {
    border: 2px solid #245e82 !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #245e82;
    border-color: transparent !important;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 1.8rem;
    height: 60px;
    margin-top: 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 140px;

}
/* 20 - Google Map
------------------------------------------------------------------------*/
.map-container img {
    max-width: inherit;
    height: inherit;
}
.google-map-container {
    width:100%;
    height:500px;
    background-color: #dddddd;
}
/* 20 - Google Map End
------------------------------------------------------------------------*/



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    padding-bottom: 80px;
    display: inline-block;
    width: 100%;
}

.widget ul {
    margin: 0;
    padding: 0;
}
.widget li {
    list-style: none;
}
.widget a {
    text-decoration: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* 22.1 - Search Widget
---------------------------------------------*/
.widget_search>form {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #d9d9d9;
    z-index: 0;
}
.widget_search>form input:focus,
.widget_search>form input {
    border:none;
    outline: none;
}
.widget_search>form input {
    background-color: transparent;
    line-height: 25px;
    position: absolute;
    width: 80.5%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 12px 15px 12px 62px;
    z-index: -1;
}
.widget_search>form .btn,
.widget_search>form .btn:before {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.widget_search>form .btn {
    border:none;
    background-color: transparent;
    color: #b8b8b8;
    font-size: 1.25em;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.widget_search>form .btn:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    height: 30px;
    width: 30px;
    background-color: transparent;
    opacity: 0;
    z-index: -1;
}

.widget_search>form .btn:hover {
    color: #ffffff;
}
/* 22.2 - Categories & Archive Widget
---------------------------------------------*/
.widget_categories li a,
.widget_categories li:before,
.widget_categories li:after,
.widget_archive li:before,
.widget_archive li:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.widget_categories li,
.widget_archive li {
    padding: 5px 0 5px 40px;
    position: relative;
}
.widget_categories li a,
.widget_archive li a{
    color: #545454;
    width: 100%;
}

.widget_categories li:after,
.widget_archive li:after,
.widget_categories li:before,
.widget_archive li:before {
    content: "\f105";
    color: #545454;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block!important;
    position: absolute;
    top: 7px;
    left: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget_categories li:before,
.widget_archive li:before {
    opacity: 1;
}
.widget_categories li:after,
.widget_archive li:after {
    left: -10px;
    opacity: 0;
}
.widget_categories li:hover:before,
.widget_archive li:hover:before {
    opacity: 0;
}


/* 22.2 - Categories & Archive Widget End
---------------------------------------------*/

/* 22.3 - Recent Post Widget
---------------------------------------------*/
.widget_recent_entries a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.widget_recent_comments li,
.widget_recent_entries li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.widget_recent_entries a {
    color: #545454;
}

.widget_recent_entries img {
    width: 70px;
    height: 70px;
    float: left;
}
.widget_recent_entries .fa{
    color: #cccccc;
}
.widget_recent_entries .recent-post-details {
    margin-left: 85px;
}
.widget_recent_entries .recent-post-details .post-title {
    font-size: 0.875em;
    font-weight: 700;
    display: block;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.widget_recent_entries time {
    padding-right: 15px;
}
/* 22.3 - Recent Post Widget End
---------------------------------------------*/



/* 22.4 - Tag Widget
---------------------------------------------*/
.widget_tagcloud a,
.widget_tagcloud a:before,
.widget_tagcloud a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.widget_tagcloud a {
    display: inline-block;
    color: #8c8c8c;
    font-size: 0.875em;
    background: #ecf0f1;
    border:2px solid #ecf0f1;
    padding: 5px 15px;
    margin: 0 5px 7px 0;
    position: relative;
}

/*  22.4 - Tag Widget End
---------------------------------------------*/



/* 22.5 - Calendar Widget
---------------------------------------------*/
.widget_calendar td a,
.widget_calendar td a:after {
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -ms-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
}
.widget_calendar table {
    width: 100%;
    text-align: center;
}
.widget_calendar caption {
    color: #262626;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    font-size: 1.25em;
    height: 40px;
    border: 2px solid #e6e6e6;
    border-bottom: none;
    border-bottom: none;
}
.widget_calendar tbody{
    border: 1px solid #e6e6e6;
    border-top: none;
}

.widget_calendar td {
    height: 40px;
    text-align: center;
    border: 2px solid #e6e6e6;
}
.widget_calendar td a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 700;
    line-height: 38px;
    position: relative;
    z-index: 0;
}
.widget_calendar td a:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    background-color: transparent;
    z-index: -1;
}
.widget_calendar td a:hover{
    color: #ffffff;
}
footer a {
    font-size:1.2em
}
/* 22.5 - Calendar Widget End
---------------------------------------------*/

/* 22 - Wigdet End
------------------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.menu ul {
    float: right;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    padding: 15px 0;
}
.menu ul li>a {
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
}
.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}


.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/**  custom css.
--------------------------------------------------------------------------------------------------- */

#logo .retina-logo {
    display: none;
}

span.wpcf7-form-control-wrap {
    position: relative;
    border: none;
}
input.wpcf7-form-control {
    border: 1px solid #ccc;
    padding: 7px 15px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 160px;
}

input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 60px;
    color: #1FB5AC;
    font-weight: bold;
    background-color: #fff;
}


span.ajax-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -39px;
    top: 4px;
    display: none;
}
.clicked span.ajax-loader {
    display: block;
}
.clicked  .fa-paper-plane-o {
    visibility: hidden;
}
/* 23 - Blog and Page
------------------------------------------------------------------------*/
.content-area {
    padding: 160px 0;
}

#main {
    margin-top: 50px;
}

/* 23.1 - Blog Head
--------------------------------------------*/
.blog-head .parallax-style .section-padding {
    padding: 160px 0;
}
.blog-head .section-details {
    margin-bottom: 0px;
}
.blog-head .parallax-overlay {
    background-color: rgba(0,0,0,.5);
}

/* 23.1 - Blog Head End
--------------------------------------------*/
.entry-header iframe,
.entry-header audio {
    margin-bottom: -5px;
}
.comment-list .comment {
    margin-bottom: 30px;
}

.main-content .type-post,
.main-content .type-page {
    margin-bottom: 0;
    clear: both;
}
.page .type-page,
.single .type-post {
    margin-bottom: 0;
}

.featured-image img,
.main-content .post-slider .img-responsive {
    max-width: inherit;
    width: 100%;
}
.main-content .type-post .carousel-indicators {
    margin-left: 0;
    left: inherit;
    right: 40px;
    width: auto;
}
.main-content .type-post .post-meta {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.main-content .type-post .entry-meta,
.main-content .type-post .entry-meta a{
    color: #8c8c8c;
}

.main-content .post-meta .btn-container{
    margin-top:10px;
}
.main-content .entry-content {
    background:#ecf0f1;
    padding: 20px 40px 40px 40px;
    position: relative;
    z-index: 0;
}
.main-content .entry-content {
    padding-left: 15px;
    padding-right: 15px;
}
.main-content .has-post-thumbnail .entry-content:before ,
.main-content .entry-content:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    left: 30px;
    background: #ecf0f1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    z-index: 1;
}

.main-content .format-video .entry-content:before ,
.main-content .format-audio .entry-content:before {
    display: none;
}
.main-content .entry-meta.pull-right {
    margin-top:10px;
    line-height: 40px;
    display: inline;
    font-size: 0.9em;
}
.main-content .entry-meta.pull-right span {
    padding-left:10px;
}
.main-content .entry-title {
    padding-bottom: 10px;
}
.main-content .type-post .entry-meta a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: inherit;
}


/* 23.2 - Post Blockquote
---------------------------------------------*/
blockquote.post-blockquote {
    background: #1fb5ac;
    color: #ffffff;
    font-size: 3.125em;
    font-style: inherit;
    padding: 95px 65px 65px 65px;
    border: none;
    line-height: 57px;
    font-weight: 800;
    letter-spacing: 0px;
    margin: 0;
    position: relative;
    z-index: 1;
}
blockquote.post-blockquote .quot-author{
    font-size: 1rem;
    font-family: serif;
    font-weight: 400;
    display: block;
}
blockquote.post-blockquote:before{
    position: absolute;
    left: 40px;
    top: 85px;
    font-size: 3em;
    color: rgba(255,255,255,.15);
    content: "\f10d";
    display: block;
    font-family: FontAwesome;
    z-index: -1;
}
/* 23.2 - Post Blockquote End
---------------------------------------------*/

/* 2.8 - Buttons
-------------------------------------------- */

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline:none;
}
.btn:after,
.btn {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.lg-btn {
    font-size: 1.25em;
    font-weight: 800;
    height: 60px;
    line-height: 58px;
    padding: 0 35px;
}
.md-btn {
    font-size: 1.125em;
    font-weight: 700;
    height: 50px;
    line-height: 48px;
    padding: 0 25px;
}
.sm-btn {
    font-size: 0.875em;
    font-weight: 700;
    height: 35px;
    padding: 5px 20px;
}

.btn.bg-btn:hover{
    background-color: transparent;
    color: #545454;
}
.zoom-in-effect.btn,
.zoom-out-effect.btn {
    overflow: visible;
}
.zoom-in-effect.btn:after,
.zoom-out-effect.btn:after{
    content: '';
    position: absolute;
    z-index: -1;
    background: transparent;
}
.zoom-out-effect.btn:after {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
}
.zoom-in-effect.btn:after {
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
}

.right2left-effect.btn:after,
.left2right-effect.btn:after{
    height: 100%;
    top: 0;
    width: 0;
}
.right2left-effect.btn:after{
    right:0;
}
.left2right-effect.btn:after{
    left: 0;
}
.top2bottom-effect.btn:after,
.bottom2top-effect.btn:after {
    height: 0;
    width: 100%;
    left: 0;
}
.bottom2top-effect.btn:after {
    bottom: 0;
}
.top2bottom-effect.btn:after {
    top: 0;
}
.angle-effect.btn:after{
    height: 100%;
    width: 0;
    top: 0;
    left:50%;
    -webkit-transform: skew(50deg) scale(1.1,1);
    -mox-transform: skew(50deg) scale(1.1,1);
    -ms-transform: skew(50deg) scale(1.1,1);
    -o-transform: skew(50deg) scale(1.1,1);
    transform: skew(50deg) scale(1.1,1);
}
.right2left-effect.btn:hover,
.left2right-effect.btn:hover,
.bottom2top-effect.btn:hover,
.top2bottom-effect.btn:hover,
.angle-effect.btn:hover {
    color: #ffffff!important;
    background-color: transparent;
}


.right2left-effect.btn:hover:after,
.left2right-effect.btn:hover:after{
    width: 100%;
}
.bottom2top-effect.btn:hover:after,
.top2bottom-effect.btn:hover:after{
    height: 100%;
}
.angle-effect.btn:hover:after {
    width: 100%;
    left:0%;
}
.glass-btn{
    border-color: #ffffff;
    color: #ffffff;
}
.full-width-btn{
    width: 100%;
}
.form-control {
    line-height: 25px;
    padding: 20px;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.btn-container .btn {
    margin: 0 5px;
}
.parallax-style .btn {
    border-color: #ffffff;
}

/* 2.8 - Buttons End
-------------------------------------------- */

.attachmentlink span {
    font-weight: 800;
}
.attachmentlink:before {
    position: absolute;
    left: 0px;
    top: 16px;
    font-size: 2.5em;
    font-weight: 400;
    color: rgba(255,255,255,.15);
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.attachmentlink .attach-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
/* 23.3 -  Attachment Link End
---------------------------------------------*/

/* 23.4 -  Pagination
---------------------------------------------*/
.paging-navigation a,
.paging-navigation a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.paging-navigation a {
    background: #f2f2f2;
    color: #8c8c8c;
    display: inline-block;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    height: 35px;
    min-width: 35px;
    padding: 0 10px;
    margin: 5px 0px;
    position: relative;
}
.paging-navigation a.active:hover,
.paging-navigation a.active {
    background: #1fb5ac;
    color: #ffffff;
}
.paging-navigation a.active:after {
    display: none;
}
.paging-navigation a:hover {
    color: #ffffff;
    background: transparent;
}
.paging-navigation a:after {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    background: transparent;
    z-index: -1;
}
.paging-navigation  a:hover:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1fb5ac;
}
/* 23.4 -  Pagination End
---------------------------------------------*/


/* 23.5-  Page/post Social Share
---------------------------------------------*/
.entry-social-share {
    margin-top: 18px;
}
.entry-social-share span{
    color: #8c8c8c;
    font-weight: 600;
}
.entry-social-share a,
.entry-social-share a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.entry-social-share a{
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    position: relative;
    z-index: 0;
}
.entry-social-share a:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    z-index: -1;
}
.entry-social-share a.twitter-btn{
    background-color: #55ACEE;
}
.entry-social-share a.facebook-btn{
    background-color: #3B5998;
}
.entry-social-share a.google-plus-btn{
    background-color: #db514f;
}
.entry-social-share a.pinterest-btn{
    background-color: #20B8E5;
}
.entry-social-share a:hover{
    background-color: transparent;
}
.entry-social-share a:hover:after{
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #1fb5ac;
}
/* 23.5 -  Page Social Share End
---------------------------------------------*/


/* 23.6 -  page nav
---------------------------------------------*/
.navigation.post-navigation {
    background: #ecf0f1;
    padding: 0px 40px;
    position: relative;
}
.navigation.post-navigation:before {
    content: "";
    position: absolute;
    background-color: #e6e6e6;
    height: 2px;
    top: 0;
    left: 40px;
    right: 40px;
}
.navigation.post-navigation a {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-bottom: 2px solid #e6e6e6;
}
.nav-links span.meta-nav {
    color: #8c8c8c;
    font-weight: 600;
    text-transform:uppercase;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}
.post-navigation .nav-links a,
.post-navigation .nav-icon {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.post-navigation .nav-links{
    display: none;
}
@media screen and (min-width: 1250px) {
    .post-navigation {
        display: none;
    }
    .post-navigation .nav-links {
        border-top: 0px solid transparent;
        background-color: transparent;
    }
    .post-navigation .nav-links a {
        color: #ffffff;
        background-color: rgba(31,181,172,1);
        border: 2px solid rgba(31,181,172,1);
        position: fixed;
        width: 700px;
        height: 100px;
        top: 50%;
        margin-top: -55px;
        padding: 25px 80px;
        z-index: 10;
    }
    .post-navigation .nav-links a:hover{
        color: #ffffff;
    }
    .post-navigation .nav-links a.next,
    .post-navigation .nav-links a.prev {
        left: -640px;
        padding-right: 60px;
    }
    .post-navigation .nav-links a.prev {
        margin-top: -155px;
    }

    .post-navigation .nav-links a.prev ,
    .post-navigation .nav-links a.next {
        top: 60%;
    }
    .post-navigation .nav-links a.next:hover,
    .post-navigation .nav-links a.prev:hover {
        left: -30px;
    }
    .post-navigation .nav-icon {
        display: block;
        position: absolute;
        top: 15px;
        font-size: 45px;
    }
    .post-navigation .next .nav-icon,
    .post-navigation .prev .nav-icon{
        right: 17px;
    }
    .nav-links span.meta-nav {
        color: #ffffff;
    }
}
/* 23.6 -  page nav End
---------------------------------------------*/

/* 23.7 -  Comments Area
---------------------------------------------*/
.comments-area {
    padding: 40px;
    background: #ecf0f1;
}
.comments-area .comment-list {
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
.comments-area .comment-body {
    display: inline-block;
    width: 100%;
}
.comments-area .comment-list,
.comments-area .children {
    list-style: none;
    padding-left: 0;
}
.comments-area .children {
    padding-left: 30px;
}
.comments-area .parent {
    position: relative;
    display: inline-block;
    width: 100%;
}
.comments-area .comment-meta {
    float: left;
    width: 100px;
    height: 100px;
}
.comments-area .comment-author {
    position: relative;
    z-index: 0;
}
.comments-area .comment-author:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    top: 10px;
    right: -10px;
    background: #ecf0f1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.comment-metadata,
.comment-content {
    margin-left: 120px;
}
.comment-metadata {
    margin-bottom: 10px;
}
.comment-author {
    margin: 0;
    color: #262626;
}
.comment-author a {
    color: #000000;
    font-weight: 800;
}
.comment-metadata time {
    margin: 10px 0;
    display: inline-block;
}
.comment-metadata a time,
.comment-metadata time {
    font-size: 13px;
    color:#666666;
}
.comment-author a:hover,
.comment-metadata a time:hover {
    color: #1fb5ac;
}
.commentlist {
    list-style: none;
}
.comment-author a,
.comment-metadata a time,
.comment-metadata time,
.comments-area .reply a,
.comments-area .reply a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.comments-area .reply a {
    color: #000000;
    font-size: 1em;
    line-height: 25px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.comments-area .reply a:after{
    content: "\f122";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.comments-area p{
    margin-bottom: 0px;
}
.comment-respond .comment-reply-title {
    margin-top: 20px;
    font-weight: 800;
    font-size: 1.625em;
    display: inline-block;
    position: relative;
}
.comment-respond .comment-reply-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 5px;
    background: #1fb5ac;
}
.contact-form .full-width-btn,
.comment-respond .form-control,
.comment-respond .btn {
    border-width: 3px;
    margin: 0;
}
.comment-respond .form-control {
    border:none;
    padding: 25px 15px;
    margin-bottom: 15px;
    border: 2px solid #ecf0f1;
}


/* 15 - Blog Section
------------------------------------------------------------------------*/
.recent-blog {
    overflow: hidden;
}
.recent-blog .entry-meta,
.post .entry-title a,
.post .btn.read-more a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.recent-blog .style-2,
.recent-blog .style-3 {
    background:#ecf0f1;
}
.recent-blog .post-meta-box {
    position: relative;
    width: 50%;
    float: left;
}
.recent-blog .post-content-box {
    width: 50%;
    margin-left: 50%;
    overflow: hidden;
    padding: 15px 30px 30px 30px;
    min-height:273px;
}
.recent-blog .style-2 .post-meta-box {
    float: right;
}
.recent-blog .style-2 .post-content-box {
    margin-left: 0;
    margin-right: 50%;
}
.recent-blog .style-3 .post-meta-box,
.recent-blog .style-3 .post-content-box {
    width: 100%;
    float: none;
    margin: 0;
}
.post-thumbnail img {
    max-width: inherit;
    width: 100%;
}
.recent-blog .entry-meta {
    background:rgba(0,0,0,.5);
    position: absolute;
    bottom: 60px;
    left: 40px;
    right: 40px;
    min-height: 50px;
    opacity: 0;
    font-size: 0.9em;
}
.post:hover .entry-meta {
    bottom: 25px;
    opacity: 1;
}
.recent-blog .entry-meta a,
.recent-blog .entry-meta span {
    color: #ffffff;
    line-height: 48px;
}
.recent-blog span.post-cat-icon {
    text-align: center;
    line-height: 32px;
    width: 34px;
    height: 34px;
    margin: 7px 9px;
    background: #e12444;
    display: inline-block;
}
.recent-blog .post-cat-icon a {
    line-height: 36px;
}
.recent-blog .post-thumbnail:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    right: -12px;
    top: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.recent-blog .style-2 .post-thumbnail:after {
    right: inherit;
    left: -12px;
    background:#ecf0f1;
}
.recent-blog .style-3 .post-thumbnail:after {
    right: inherit;
    left: 32px;
    top: inherit;
    bottom: -12px;
    background:#ecf0f1;
}
.recent-blog .btn-container{
    clear: both;
    margin-top: 0;
    overflow: hidden;
}
a{
    border-bottom:0 ;
}
.post .entry-title a {
    color: #000000;
}

.post .btn-container {
    margin-top: 30px;
}
.post .btn.read-more {
    padding: 0;
}
.post .btn.read-more a{
    padding: 8px 20px;
    display: inline-block
}
.post .btn.read-more a:hover {
    color: #ffffff;
}
/* 15 - Blog Section End
------------------------------------------------------------------------*/
span.reply.pull-right {
    float: none!important;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.blog-list{
    margin-bottom: 100px;
}
.site-navigation a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
.entry-content a {
    text-decoration: none;
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-nav>li {
        padding: 0;
        float: none;
        border-bottom: 1px solid #e1e1e1
    }
    .navbar-nav>li:last-child {
        border-bottom: 0px solid transparent;
    }
    .collapse.in {
        display:block !important;
    }
    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left:0;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle {
        color: #000000;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        color: #e12444;
    }
    .menu-bg .navbar-default .navbar-toggle:hover,
    .menu-bg .navbar-default .navbar-toggle:focus {
        color: #0d0d0d;
    }
    .navbar-default .navbar-toggle{
        border-color: transparent;
        font-size: 2em;
        line-height: 25px;
    }
    .navbar-collapse.in {
        overflow-y: auto!important;
        border:0;
    }

    .navbar-default .navbar-nav>li>a:hover:after {
        opacity: 0;
    }
    .navbar-nav>li.menu-item-has-children:after {
        display: none;
    }
    .navbar-nav>li>.sub-menu,
    .sub-menu>li>.sub-menu {
        position: relative;
        left: inherit;
        right: inherit;
        top: 0;
        box-shadow:none;
        display: none;
        opacity: 1;
        margin-top:0;
        width: 100%;
        height: auto;
        padding-left: 15px;
    }
    .navbar-nav>li .sub-menu a {
        line-height: 50px;
    }

    .toggle_nav_button {
        display: block;
        color: #FFF;
        font-size: 35px;
        background-color: #1fb5ac;
        line-height: 28px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        left: inherit;
        margin-left: 0px;
        border: 0;
        padding: 10px;
        width: 50px;
        height: 50px;
        z-index: 100;
        cursor: pointer;
    }
    .sub-menu .toggle_nav_button {
        right: 40px;
    }
    .blog-sidebar {
        padding-top: 120px;
    }
    .tab-content .tab-media {
        display: none;
    }
    .content-area {
        padding-bottom: 80px;
    }
    .errLeftSide {
        margin:inherit;
    }
    .errrightside {
        margin-top: 60px;
    }
    .recent-blog .post-meta-box,
    .recent-blog .post-content-box {
        display: inline-block;
        width: 100%;
        margin: 0;
        min-height: inherit;
    }
    .recent-blog .type-post {
        margin-bottom: 40px;
        max-width: 500px;
        margin: 0 auto 40px auto;
    }

    .recent-blog .style-1 .post-thumbnail:after,
    .recent-blog .style-2 .post-thumbnail:after,
    .recent-blog .style-3 .post-thumbnail:after{
        display: none;
    }
    .recent-blog .style-1 {
        background: #ecf0f1;
    }
    .recent-blog {
        overflow: hidden;
    }
    .tweet-slider .slide-nav {
        top:0;
    }
}
#google-map {
    float: left;
    width: 100%;
}