@charset "UTF-8";

/*------------------------------------------------------------------------

------------------------------------------------------------------------*/

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none;
    /*
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	*/
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    position: relative;
    font-family: "Miso", serif;
    font-size: 16px;
    color: #6D6D6D;
    padding: 0;
    margin: 0;
    letter-spacing: 0.002em;
    line-height: 1.55em;
    overflow: hidden;
}

input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
    background: none;
    background-color: none;
    border: 1px solid #E6E6E6;
    height: 44px;
    padding: 0 20px;
    color: #1c1c1c;
    font-size: 15px;
    /*-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	*/
}

input[type="search"][disabled],
input[type="text"][disabled],
input[type="url"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="file"][disabled],
select[disabled],
textarea[disabled] {
    opacity: .4;
}

select {
    line-height: 44px;
}

select option {
    color: #1c1c1c;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
    line-height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #1c1c1c;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #1c1c1c;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #1c1c1c;
}

textarea {
    resize: none;
    padding: 14px 20px;
    height: 200px;
    vertical-align: middle;
}

body.body-active {
    overflow: auto;
}

.pt-0 {
    padding-top: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

#wrapper {
    width: 60%;
    float: right;
    overflow: hidden;
}

.wrapper-inner {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding-top: 30px;
    min-height: 100vh;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
	/*
    -webkit-transition: transform 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
    -moz-transition: transform 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
    -ms-transition: transform 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
    -o-transition: transform 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
    transition: transform 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
	*/
}

.body-active .wrapper-inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.pi-section {
    position: relative;
    z-index: 9;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.pi-divider {
    height: 1px;
    background-color: #eee;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 16px;
    letter-spacing: 0.4em;
    margin-top: 0;
}

.section-title h2:after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background-color: #E3E3E3;
    margin: 20px auto 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Miso', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.55em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
a:hover {
    color: #1FCFD5 !important;
}
.bg-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 8;
	/*
    -webkit-transition: all 1s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
    -moz-transition: all 1s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
    -ms-transition: all 1s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
    -o-transition: all 1s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
    transition: all 1s cubic-bezier(0.165, 0.775, 0.145, 1.02) .05s;
	*/
}

.bg-wrap .title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.bg-wrap .sub-title {
    letter-spacing: 0.4em;
    margin-top: 30px;
    font-size: 20px;
}

.bg-wrap .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    color: #fff;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*
	-webkit-transition: all .5s ease .6s;
    -moz-transition: all .5s ease .6s;
    -ms-transition: all .5s ease .6s;
    -o-transition: all .5s ease .6s;
    transition: all .5s ease .6s;
	*/
}

.bg-wrap .text * {
    color: inherit;
}

.wi-btn {
    position: relative;
    display: inline-block;
    padding: 7px 30px;
    border: 1px solid rgba(0,0,0,.3);
    text-transform: uppercase;
    cursor: pointer;
    font-size: 11px;
    color: #000;
    letter-spacing: 0.15em;
    overflow: hidden;
    z-index: 9;
    /*
	-webkit-transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -moz-transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -ms-transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -o-transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
	*/
}

.wi-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 110%;
    background-color: #1FCFD5;
    top: -5%;
    z-index: -1;
    /*
	-webkit-transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -moz-transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -ms-transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -o-transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    transition: all .6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
	*/
}
.wi-btn:before {
    left: -100%;
}
.wi-btn:hover:before {
    left: 0;
}
.wi-btn:hover {
    color: #fff !important;
    border-color: transparent !important;
}
.bg-wrap .text .wi-btn {
    margin-top: 30px;
    border-color: rgba(255,255,255,.3);
}

.typer span {
    position: relative;
    z-index: 1;
    color: #1FCFD5 !important;
    background-color: transparent !important;
}
.typer span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #1FCFD5;
    opacity: 0.4;
}
.body-active .bg-wrap {
    left: 20%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.body-active .bg-wrap .text {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    /*
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
	*/
}

.bg-wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
}

.pi-header {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    /*
	-webkit-transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -moz-transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -ms-transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -o-transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
	*/
}

.body-active .pi-header {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*
	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
	*/
}

.navigation {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
    text-align: center;
}

.navigation .nav {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 40px;
    z-index: 9;
}

.navigation .nav .sub-menu {
    padding: 0;
    margin: 0;
}

.navigation .nav li {
    position: static;
    list-style: none;
}

.navigation .nav li a {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
    background: none;
}

.navigation .nav .pi-active {
    position: absolute;
    height: 1px;
    left: 12px;
    right: 0;
    background-color: rgba(255, 255, 255, .3);
    z-index: -1;
    /*
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	*/
}

.navigation .nav .pi-active:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 13px;
    background: url('../images/menu-icon.png') no-repeat;
    background-size: 100%;
    margin-top: -1px;
    top: 50%;
    left: -11px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pi-social {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    text-align: center;
    padding: 15px 0;
}

.pi-social a {
    position: relative;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 5px 14px;
}
.pi-social a:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, .3);
    margin: auto;
    top: 0;
    bottom: 0;
    right: -14px;
}
.pi-social .copyright a {
    margin: 0;
    font-size: inherit;
}
.pi-social .copyright a:after {
    display: none;
}

.pi-social a:last-of-type:after {
    display: none;
}

.copyright {
    color: #fff;
    padding-top: 10px;
    font-family: 'Miso', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.copyright p {
    margin: 0;
}

.services-item {
    margin-bottom: 50px;
}

.services-item .icon {
    font-size: 60px;
    color: #1FCFD5;
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 20px;
}

.services-item .content {
    overflow: hidden;
}

.services-item .content h4 {
    margin-top: 0;
    letter-spacing: 0.2em;
    font-size: 12px;
}

.bg-image,
.bg-image h1,
.bg-image h2,
.bg-image h3,
.bg-image h4,
.bg-image h5,
.bg-image h6 {
    color: #fff;
}

.bg-image.bg-overlay-dark .progress-element--bar .bars .counter {
    color: #fff;
}

.bg-overlay-dark .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-image.bg-overlay-dark .section-title h2:after,
.bg-image.bg-overlay-dark .progress-element--bar {
    background-color: rgba(255, 255, 255, .3);
}


/* Progress */

.pi-progress .title {
    font-size: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 0;
}

.progress-element--bar {
    position: relative;
    background-color: #eee;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.progress-element--bar .bars {
    position: absolute;
    background-color: #1FCFD5;
    top: 0;
    left: 0;
    height: 100%;
    overflow: visible !important;
}

.progress-element--bar .bars .counter {
    position: absolute;
    display: block;
    font-size: 13px;
    text-align: center;
    width: 46px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    bottom: -8px;
    right: 0;
    color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(50%, -100%);
    -moz-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    -o-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}

.progress-element--bar .bars .count {
    margin-right: -1px;
}

.progress-element--bar .bars .counter:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #1FCFD5;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -16px;
}


/* Education */

.education-content {
    position: relative;
}

.education-content:before {
    content: '';
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #eee;
}

.education-content .el-education {
    width: calc(50% - 45px);
    clear: both;
    margin-right: 45px;
}

.education-content .el-education:nth-child(2n) {
    float: right;
    margin-left: 45px;
    margin-right: 0;
}

.el-education {
    padding: 10px;
    border: 1px solid #eee;
    position: relative;
}

.el-education:after,
.education-content:after {
    content: '';
    display: table;
    clear: both;
}

.el-education .img {
    float: left;
    margin-right: 30px;
    width: 165px;
}

.el-education .img img {
    width: 100%;
}

.el-education .text h4 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.el-education .text {
    overflow: hidden;
}

.el-education .text p {
    margin-bottom: 0;
    margin-top: 10px;
}

.el-education .date {
    position: absolute;
    font-size: 14px;
    font-family: 'Miso', sans-serif;
    font-weight: 400;
    color: #000;
    right: -45px;
    padding-left: 35px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.el-education .date:before {
    content: '';
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.el-education .date:after {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #b7b7b7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.education-content .el-education:nth-child(2n) .date {
    left: -46px;
    right: auto;
    padding-right: 35px;
    padding-left: 0;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.education-content .el-education:nth-child(2n) .date:after,
.education-content .el-education:nth-child(2n) .date:before {
    right: 0;
    left: auto;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.bg-gray {
    background-color: #f3f3f3;
}

.filters {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.filters li {
    display: inline-block;
}

.filters li a {
    display: block;
    font-family: 'Miso', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    padding: 4px 15px;
}

.filters li a.current {
    color: #1FCFD5;
}

.isotope-grid-row {
    margin: -20px -15px;
}

.isotope-grid {
    width: 100%;
}

.grid-item {
    width: 33.33333333%;
    padding: 20px 15px;
    float: left;
}

.grid-item img {
    width: 100%;
}

.work-caption {
    position: relative;
    background-color: #fff;
    padding: 15px 20px;
}

.work-caption a {
    display: block;
}

.work-title {
    margin-top: 0;
    margin-bottom: 3px;
}

.work-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	*/
}

.work-caption:hover .work-title {
    color: #1FCFD5;
}

.work-cat {
    font-size: 15px;
    color: #ACACAC;
}
.work-cat span {
    text-transform: capitalize;
}
.work-cat span:after {
    content: ',';
    margin-right: 3px;
}

.work-cat span:last-child:after {
    content: none;
}

.work-arrow {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #ACACAC;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #ACACAC;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: -3px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.work-caption:hover .work-arrow {
    background-color: #1FCFD5;
}

.work-caption:hover .work-arrow:after {
    border-color: #1FCFD5;
}

.portfolio-gallery a {
    display: block;
}

.portfolio-gallery img {
    width: 100%;
    vertical-align: top;
}

.portfolio-navigation {
    overflow: hidden;
    background-color: #000;
    position: relative;
    margin-bottom: 30px;
}

.portfolio-navigation:before {
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #fff;
    opacity: .2;
    width: 1px;
    margin: auto;
    position: absolute;
    content: '';
}

.portfolio-navigation a {
    float: left;
    width: 50%;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 20px;
    font-family: 'Miso', sans-serif;
    font-size: 12px;
}

.portfolio-navigation a span {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: transparent;
}


.portfolio-navigation a:hover span {
    background-color: rgba(255,255,255,.2);
}

.portfolio-navigation a[rel="next"]{
    float: right;
    text-align: right;
}

.portfolio-sidebar {
    padding: 10%;
    background-color: #f9f9f9;
}

.portfolio-sidebar .sidebar-title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}

.portfolio-sidebar p {
    margin-bottom: 40px;
}

.portfolio-sidebar p a {
    color: #6d6d6d;
    font-style: italic;
}

.portfolio-sidebar .portfolio-cat {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.portfolio-sidebar .portfolio-cat li {
    list-style: none;
    float: left;
    text-transform: capitalize;
}

.portfolio-sidebar .portfolio-cat li:after {
    content: ',';
    margin-right: 3px;
}

.portfolio-sidebar .portfolio-cat li:last-child:after {
    content: none;
}

.portfolio-sidebar .portfolio-cat li a {
    color: #6D6D6D;
    font-size: 14px;
}

/* Contact */

.contact-form {
    margin-bottom: 60px;
}

.form-item {
    margin-bottom: 20px;
}

.form-item input {
    width: 100%;
}

.form-textarea textarea {
    width: 100%;
    height: 172px;
}

.form-submit input {
    width: 100%;
    background-color: #222;
    border: 0;
    line-height: 44px;
    font-family: 'Miso', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #fff;
    /*
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	*/
}

.form-submit input:hover {
    background-color: #1FCFD5;
}



/*Maps*/
.map {
    position: relative;
    height: 400px;
    background-color: #ddd;
}

.map #maps{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.box-wrap > div:nth-child(1),
.box-wrap > div:nth-child(3) {
    display: none;
}
.gm-style-iw,
.gm-style-iw > div > div {
    overflow: inherit !important;
}

.gm-style-iw > div {
    display: block !important;
    width: 100%;
    overflow: inherit !important;
    max-width: inherit !important;
}
#box-info  {
    width: 100%;
    padding: 15px;
    border-radius: 1px;
    background-color: #fff;
    color: #000;
    position: relative;
    box-shadow: 0px 0px 0px #000;
}
#box-info:before {
    position: absolute;
    left: 50%;
    content: '';
    border: 10px solid transparent;
    border-top-color: #fff;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#box-info h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-top: 0;
}
#box-info p {
    margin-bottom: 5px;
}
#box-info p:last-child {
    margin-bottom: 0;
    overflow: hidden;
}
#box-info p .label-box {
    float: left;
    margin-right: 10px;
    font-weight: 500;
}
#box-info p .des-info {
    display: block;
    overflow: hidden;
}
#box-info p a {
    color: #000;
    /*
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	*/
}
#box-info p a:hover {
    color: #1FCFD5;
}
/*Bar Mobile*/
.bar-mobile {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 30px;
    background-color: #000;
    z-index: 999;
    left: 0;
    cursor: pointer;
    display: none;
    /*
	-webkit-transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -moz-transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -ms-transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -o-transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    transition: all 1.2s cubic-bezier(0.165, 0.775, 0.145, 1.02);
	*/
}

.bar-mobile .line {
    height: 2px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    /*
	-webkit-transition: all .5s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -moz-transition: all .5s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -ms-transition: all .5s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    -o-transition: all .5s cubic-bezier(0.165, 0.775, 0.145, 1.02);
    transition: all .5s cubic-bezier(0.165, 0.775, 0.145, 1.02);
	*/
}

.bar-mobile .line:nth-child(1) {
    top: 14px;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    /*
	-webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
	*/
}

.bar-mobile .line:nth-child(2) {
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    /*
	-webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
	*/
}

.bar-mobile .line:nth-child(3) {
    bottom: 14px;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    /*
	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
	*/
}


.post {
    background-color: #f9f9f9;
    position: relative;
}
.post .image img{
    width: 100%;
}

.post.sticky .post-title h2:before {
    content: '`';
    font-family: 'linea';
    vertical-align: middle;
}

.post-body {
    text-align: center;
    padding: 40px 50px;
}
.post-title h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
}
.post-meta {
    font-size: 15px;
    font-style: italic;
}
.post-meta,
.post-meta a {
    color: #6D6D6D;
}
.post-meta ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}
.post-meta ul li {
    display: inline-block;
}
.post-meta ul li:after {
    content: ',';
    margin-right: 3px;
    margin-left: 1px;
}
.post-meta ul li:last-child:after {
    content: none;
}
.post-entry {
    margin-top: 10px;
}
.post-link {
    margin-top: 30px;
}

.owl-controls .owl-buttons {
    margin-top: 20px;
}
.owl-controls .owl-buttons div {
    display: inline-block;
    margin: 3px;
}
.owl-controls .owl-buttons div .fa {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid;
    color: #000;
    /*
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	*/
}
.owl-controls .owl-buttons div .fa:hover {
    color: #1FCFD5;
}

.page-title {
    text-transform: uppercase;
    text-align: center;
    background-color: #f9f9f9;
    padding: 25px 20px;
    margin-bottom: 30px;
}

.page-title h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0;
}

._404, .archive-header {
    background-color: #f9f9f9;
    padding: 40px 50px;
}

._404 h2, .archive-header h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.archive-header {
    margin-bottom: 10px;
}

._404 p {
    text-align: center;
    margin-bottom: 30px;
}

._404 form {
    position: relative;
    max-width: 500px;
    margin: auto;
    border: 1px solid #f1f1f1;
}

._404 form .search_field {
    width: 100%;
    border-width: 0;
    font-size: 15px;
    background-color: #f9f9f9;
}

._404 form .submit_field {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    border-width: 0;
    background-color: transparent;
}

.page-navigation {
    text-align: center;
    margin-bottom: 30px;
}

.page-navigation a {
    display: inline-block;
    margin: 0 3px;
    min-width: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #000;
    background-color: #f9f9f9;
    font-family: 'Miso', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.page-navigation a:hover,
.page-navigation a:not(.page-numbers) {
    color: #fff !important;
    background-color: #1FCFD5;
}
.blog .post {
    margin-bottom: 30px;
}
.blog-single .post {
    margin-bottom: 40px;
}
.post-related {
    margin-bottom: 40px;
    overflow: hidden;
}
.releated-item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.releated-item .img {
    position: relative;
    overflow: hidden;
    background-color: #ccc;
}
.releated-item .img:before {
    padding-top: 80%;
    content: '';
    display: block;
}
.releated-item .img img {
    width: 100%;
    vertical-align: top;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.releated-item h4 {
    font-size: 14px;
}
.releated-item .post-date {
    font-size: 15px;
    font-style: italic;
}
#comments {
    margin-bottom: 50px;
}
.comments-title {
    text-transform: uppercase;
    font-size: 16px;
}
.commentlist {
    padding: 0;
    margin: 0;
    list-style: none;
}
.commentlist li {
    position: relative;
}
.commentlist li .children {
    list-style: none;
}
.commentlist li .comment-inner {
    padding: 20px 0;
}
.commentlist li .avatar {
    position: relative;
    margin-right: 25px;
    float: left;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.commentlist li .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.commentlist li .comment-body {
    overflow: hidden;
    position: relative;
}
.commentlist li .comment-body cite {
    font-size: 14px;
    font-style: normal;
    margin-right: 12px;
    text-transform: uppercase;
    font-family: 'Miso', sans-serif;
    color: #000;
    letter-spacing: 0.1em;
}
.commentlist li .comment-body cite a {
    color: inherit;
    text-decoration: none;
}
.commentlist li .comment-body .comment-date {
    display: block;
    font-size: 14px;
    font-style: italic;
}
.commentlist li .comment-body p {
    margin-bottom: 0;
    margin-top: 10px;
}
.commentlist li .comment-body .comment-edit-reply {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.2em;;
}
.commentlist li .comment-body .comment-edit-reply a {
    font-style: italic;
    text-decoration: none;
    color: #6D6D6D;
    font-size: 14px;
    /*
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	*/
}
.commentlist li .comment-body .comment-edit-reply .comment-reply-link ~ .comment-edit-link:before {
    content: '/';
    margin-right: 4px;
}
.commentlist li .children {
    margin: 0;
    padding: 0;
    margin-left: 45px;
    /*border-left: 3px solid #000;*/
}
.comment-respond .form-login-logout {
    margin-bottom: 5px;
}
.comment-respond .form-login-logout a {
    font-size: 13px;
    font-style: italic;
    /*
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	*/
}
.comment-respond .comment-reply-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.comment-respond .comment-reply-title small {
    font-size: 12px;
}
.comment-respond .comment-form {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.comment-respond .comment-form .comment_field,
.comment-respond .comment-form .form-submit {
    padding: 0 10px;
    width: 33.3333%;
    float: left;
    margin-bottom: 20px;
    -webkit-appearance: none;
}
.comment-respond .comment-form .comment_textarea,
.comment-respond .comment-form .form-submit {
    width: 100%;
}
.comment-respond .comment-form .comment_submit {
    margin-bottom: 0;
    -webkit-appearance: none;
}
.comment-respond input[type="text"],
.comment-respond input[type="tel"],
.comment-respond input[type="email"],
.comment-respond textarea {
    width: 100%;
    background-color: #f9f9f9;
    border-color: #f1f1f1;
    color: #6D6D6D;
    font-size: 15px;
    padding-left: 20px;
    vertical-align: top;
    padding-right: 20px;
    box-shadow: none;
    -webkit-appearance: none;
	/*
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	*/
}
.comment-respond input[type="text"]:focus,
.comment-respond input[type="tel"]:focus, .comment-respond input[type="email"]:focus,
.comment-respond textarea:focus {
    border-color: #000;
}
.comment-respond input[type="text"]::-webkit-input-placeholder,
.comment-respond input[type="tel"]::-webkit-input-placeholder,
.comment-respond input[type="email"]::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder {
    color: #6D6D6D;
}
.comment-respond .comment_field a {
    color: #6D6D6D;
    font-style: italic;
    text-decoration: underline;
}
.comment-respond textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
    height: 130px;
}
.comment-respond .submit {
    width: 100%;
    border-width: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 42px;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Miso', sans-serif;
    font-size: 12px;
    letter-spacing: 0.4em;
    background-color: #000;
    /*
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	*/
}

.comment-respond .submit:hover {
    background-color: #1FCFD5;
}

.widget {
    margin-bottom: 50px;
}

.widget .widget-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}


.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 0;
}

.widget ul li:first-child {
    border-top: 1px solid #f9f9f9;
}

.widget ul li a {
    color: #6D6D6D;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
}
.widget_categories ul li, .widget_nav_menu ul li {
    padding: 0;
    border-width: 0;
}
.widget_categories ul li a, .widget_nav_menu ul li a {
    display: block;
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 0;
}

.widget_categories ul li .children, .widget_nav_menu ul li .sub-menu {
    padding-left: 20px;
}

.widget_categories ul li .children li:first-child, .widget_nav_menu ul li .sub-menu li:first-child {
    border-width: 0;
}

.widget_search form {
    position: relative;
    border: 1px solid #f9f9f9;
}

.widget_search form .search_field {
    width: 100%;
    border-width: 0;
    font-size: 15px;
    background-color: #f9f9f9;
}

.widget_search form .submit_field {
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 40px;
    border-width: 0;
    background-color: transparent;
}

.widget_calendar table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
    text-align: center;
}

.widget_calendar table th {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.widget_calendar table td {
    line-height: 40px;
}
.widget_calendar table caption {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-bottom: 10px;
}
.widget_calendar table td a {
    color: #1FCFD5;
}
.widget_calendar table td a:hover {
    text-decoration: underline;
}

.widget_tag_cloud .tagcloud a {
    color: #6D6D6D;
    font-size: 14px !important;
    text-transform: capitalize;
}

.widget_tag_cloud .tagcloud a:after {
    content: ',';
    margin-right: 4px;
}

.widget_tag_cloud .tagcloud a:last-child::after {
    content: none;
}

/*EDIT POST*/
.page-template-vcard {
    position: relative;
}
.post .post-edit-link,
.portfolio .post-edit-link,
.page-template-vcard > .post-edit-link,
.releated-item .post-edit-link {
    position: absolute;
    top: 0; right: 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    z-index: 999;
}

.portfolio .post-edit-link {
    top: 20px; right: 15px;
}

/*POST EDIT CSS*/
.post-single .post-entry {
    text-align: justify;
}
.post-footer {
    overflow: hidden;
    margin-top: 40px;
}

.post-footer .tag-post,
.post-footer .post-social {
    float: left;
    width: 50%;
}

.tag-post a {
    font-size: 15px;
    font-style: italic;
    color: #6D6D6D;
}
.post-social {
    text-align: right;
}
.post-social .wiloke-sharing-post-social {
    display: inline;
}

.post-social .wiloke-sharing-post-social a {
    font-size: 13px;
    padding: 0 5px;
    color: #6D6D6D;
}

/*AUTHOR BOX*/
.author-box-meta {
    overflow: hidden;
    margin-bottom: 70px;
}

.about-author {
    float: left;
    margin-right: 30px;
}
.about-author img {
    width: 150px;
}
.author-info {
    overflow: hidden;
}

.author-info h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.2em;
}

.author-content {
    margin-bottom: 0;
}

.author-content a {
    font-style: italic;
    text-decoration: underline;
    color: #1FCFD5;
}

.author-social {
    margin-bottom: 15px;
}
.author-social a {
    font-size: 13px;
    padding: 0 5px;
    color: #6D6D6D;
}

/* Responsive */
@media (max-width: 1600px) {

    /*Services*/
    .services-col {
        width: 50%;
    }

    /*Education*/
    .education-content .el-education {
        padding: 15px 20px;
    }
    .el-education .img {
        width: 80px;
        margin-right: 20px;
    }
    .el-education .text {
        overflow: visible;
    }
    .el-education .text h4 {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {

    /* Work */
    .grid-item {
        width: 50%;
    }
    .el-education .img {
        width: 40px;
        margin-right: 15px;
    }

    .portfolio-sidebar {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    /*BLOG*/
    .blog-sidebar {
        margin-top: 50px;
    }

    .page-navigation,
    .portfolio-navigation {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {

    .pi-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /*Services*/
    .services-col {
        width: 100%;
    }
    .services-item .icon {
        width: 70px;
        text-align: left;
        font-size: 50px;
    }

    /*Education*/
    .education-content:before {
        left: auto;
        right: 55px;
    }
    .education-content .el-education {
        width: calc(100% - 90px);
        margin-bottom: 40px;
    }
    .education-content .el-education:last-child {
        margin-bottom: 0;
    }
    .education-content .el-education:nth-child(2n) {
        margin-left: 0;
        margin-right: 90px;
        float: none;
    }
    .el-education .date,
    .education-content .el-education:nth-child(2n) .date {
        right: -35px;
        left: auto;
        padding-left: 20px;
        padding-right: 0;
    }
    .education-content .el-education:nth-child(2n) .date {
        -webkit-transform: translate(100%, -50%);
        -moz-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
        -o-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
    }
    .education-content .el-education:nth-child(2n) .date:before,
    .education-content .el-education:nth-child(2n) .date:after {
        left: 0;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /* Work */
    .grid-item {
        width: 100%;
    }

    /*POST*/
    .post-footer .tag-post,
    .post-footer .post-social {
        width: 100%;
        text-align: left;
    }

    .post-footer .tag-post {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {

    #wrapper {
        width: 100%;
    }

    .bar-mobile {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .body-active .bar-mobile {
        opacity: 1;
        visibility: visible;
        left: 30px;
    }

    .body-active .bar-mobile .line {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .body-active .bar-mobile:hover,
    .body-active .bar-mobile.active {
        opacity: 1;
    }

    .body-active .bar-mobile.active {
        left: calc(40% + 30px);
    }

    .body-active .wrapper-inner.active {
        -webkit-transform: translateX(40%);
        -moz-transform: translateX(40%);
        -ms-transform: translateX(40%);
        -o-transform: translateX(40%);
        transform: translateX(40%);
    }

    /*Services*/
    .services-col {
        width: 100%;
    }

    /* Work */
    .grid-item {
        width: 50%;
    }

    /*COMMENT*/
    .comment-respond .comment-form .comment_field {
        width: 100%;
    }
    .commentlist li .comment-inner {
        padding: 25px 0;
    }

    .post-body {
        padding: 40px 30px;
    }

    /*admin bar*/
    .admin-bar .bar-mobile{
        top: 75px;
    }
}

@media (max-width: 600px) {

    /* Work */
    .grid-item {
        width: 100%;
    }

    #wpadminbar {
        position: fixed;
    }
}

@media (max-width: 480px) {

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .body-active .bar-mobile {
        /*opacity: 1;
        visibility: visible;*/
        left: 15px;
        top: 15px;
    }
    .body-active .bar-mobile.active {
        left: calc(40% + 60px);
    }

    .body-active .wrapper-inner.active {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }

    /*Services*/
    .services-item .icon {
        width: 50px;
        font-size: 40px;
    }

    .education-content .el-education {
        padding: 10px;
        width: calc(100% - 80px);
    }
    .el-education .date, .education-content .el-education:nth-child(2n) .date {
        right: -25px;
    }

    .el-education .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        float: none;
    }

    /*COMMENT*/
    .commentlist li .comment-body .comment-edit-reply {
        display: block;
        text-align: right;
        position: static;
    }
    .commentlist li .avatar {
        width: 60px;
        height: 60px;
    }

    .author-box-meta .about-author {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        float: none;
    }

    .author-box-meta .about-author img {
        width: 100%;
    }

    /*admin bar*/
    .admin-bar .bar-mobile{
        top: 75px;
    }
}

@media (max-width: 320px) {

    .body-active .bg-wrap {
        left: 30%;
    }

    .body-active .wrapper-inner.active {
        -webkit-transform: translateX(70%);
        -moz-transform: translateX(70%);
        -ms-transform: translateX(70%);
        -o-transform: translateX(70%);
        transform: translateX(70%);
    }

    .body-active .bar-mobile.active {
        left: calc(57% + 30px);
    }

    .pi-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .body-active .wrapper-inner.active {
        -webkit-transform: translateX(60%);
        -moz-transform: translateX(60%);
        -ms-transform: translateX(60%);
        -o-transform: translateX(60%);
        transform: translateX(60%);
    }
}

/*COVER IMAGE PORTFOLIO*/
.portfolio .image {
    position: relative;
    overflow: hidden;
    background-color: #ccc;
}

.portfolio .image:before {
    content:'';
    padding-top: 120%;
    display: block;
}

.portfolio .image img {
    width: 100%;
    vertical-align: top;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-sidebar .post-edit-link {
    background-color: #000;
    display: block;
    padding: 8px 20px;
    max-width: 172px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #fff;
}


/*WORPRESS*/
.wp-caption {
    max-width: 100%;
}

.alignright {
    float: right;
    margin-left: 25px;
}

.alignleft {
    float: left;
    margin-right: 25px;
}

.aligncenter {
    text-align: center;
}

.alignnone {

}

.wp-caption-text {
    font-style: italic;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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. */
}
blockquote {
    font-size: 15px;
    font-style: italic;
    margin: 20px 0;
}

.bypostauthor {

}
table {
    border-spacing: 0;
    width: 100%;
}
table td, table th {
    border: 1px solid #f1f1f1;
    padding: 5px 10px;
}

table a {
    color: #000;
}

.post-password-form p:last-child {
    position: relative;
    padding-right: 102px;
}
.post-password-form p:last-child input[type="password"] {
    line-height: 40px;
    height: 40px;
}
.post-password-form p:last-child input[type="submit"] {
    background-color: #000;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 12px;
    font-family: 'Miso', sans-serif;
    letter-spacing: 0.2em;
    border-width: 0;
    line-height: 40px;
    /*
	-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-password-form p:last-child label {
    margin-bottom: 0;
}
.post-password-form p:last-child input[type="submit"]:hover {
    background-color: #1FCFD5;
    color: #fff;
}
.gallery {
    margin-left: -2px !important;
    margin-right: -2px !important;
}
.gallery .gallery-item {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}
.gallery .gallery-item img {
    width: 100%;
    border-width: 0 !important;
}
.autoHeight {
    /*
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	*/
}
#box-info {
    font-family: "Miso", serif;
}

.page-links .screen-reader-text {
    display: none;
}

.page-links a {
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    min-width: 40px;
    line-height: 40px;
    color: #000;
    background-color: #fff;
    font-family: 'Miso', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.page-links a:hover {
    color: #fff !important;
    background-color: #1FCFD5 !important;
}

.page-links span {
    padding:0 10px;
}

.page-links .page-links-title {
    padding: 0;
}
#portfolio .slideshow-window {
    border: none;
    border-radius: 0;
    margin-bottom: 4px !important;
    background: inherit;
    padding-top: 0 !important;
}

.comment-subscription-form {
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
}

.comment-subscription-form .subscribe-label {
    font-weight: 300;
    font-style: italic;
}
.tiled-gallery img {
    margin: 0 2px 2px 2px !important;
}
.tiled-gallery {
    margin: 0 !important;
}