@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400,300);
body > .container {
    padding: 0;
}
:root {
    --md-color: #70ad47;
    --primary:#70ad47;
    --swiper-navigation-size: 22px;

}    
.btn-link:hover,
a:hover {
    color: #519e67;
}
.card-header {
    background-color: rgba(0,0,0,.025);
}
.card-header:hover {
    background-color: rgba(0,0,0,.05);
}
.btn-link, 
a {
    color: #70ad47;
}
#download .row {
    min-height: 320px;
    display: flex;
    align-items: center;
}
.btn-label {
    margin-right: 0.5rem;
    color: #999;
    font-size: 0.9rem;
    line-height: 2rem;
}
footer .copyright {
    font-size: 0.8rem;
    line-height: 2.5rem;
}
.card-footer:last-child {
    border-radius: 0;
    font-size: 0.85rem;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.tab-content {
    width: 100%;
    min-height: 100%;
    height: 100%;
}
.carousel-item.ative.loading img {
    display: none;
}
.carousel-item.loading:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size:80px;
    position: absolute;
    top: 40%; 
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.carousel-item.loading {
    position: relative;
}
.loading .sr-only {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 1rem 0;
}
.loading {
    width: 100%;
    text-align: center;
    padding: 2rem 0;
    color: #dedede;
}
.card-tabs > .card-header {
    background-color: #1e1e1e;
    border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
    border-bottom: none;
    padding-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #fff;
}
#nav-main.nav-tabs .nav-link.active {
    font-weight: 600;
}
#nav-main.nav-tabs .nav-link {
	font-size: 0.95rem;
    padding: .75rem 1rem;
    font-weight: 400;
}
.nav-tabs .nav-link {
    border: none;
    border-bottom: 5px solid transparent;
    color: #888;
    text-transform: uppercase;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 5px solid var(--md-color);
    color: var(--md-color);
}

.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover {
    color: var(--md-color);
}
.carousel-control-next, 
.carousel-control-prev {
    color: #000;
    font-size: 1.25rem;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--md-color);
}
.btn-link:hover,
.btn-link.focus, 
.btn-link:focus {
    text-decoration: none;
}
.brand .full.active {
    color: var(--md-color);
}
.brand {
    text-align: center;
    position: absolute;
	top: 0;
	width: calc(100% - 2.5rem);
    font-weight: 600;
}
.brand .subname {
    opacity: 0.65;
}
.brand .name {
    font-size: 1.25rem;
    margin: 0 auto 1.5rem;
    color: #666;
    text-transform: uppercase;
}
.brand .logo.active {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.brand .logo:hover {
    color: #fff;
    background: var(--md-color);
    cursor: pointer;
}
.brand .logo {
    background: #1e1e1e;
    color: #fff;
    border-radius: 50%;
    line-height: 7.5rem;
    font-size: 3.45rem;

    margin: -3.95rem auto 0;
    height: 8rem;
    width: 8rem;
    box-shadow: 0px 0px 0px 0.5rem #1e1e1e;
    border: 0.25rem solid #fff;
}
.card-tabs-resume {
	margin: 7rem 0 3rem;
    border-radius: 0.5rem;
}
.h2, h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.nav-footer .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.85rem;
}
#footer a {
    color: rgba(0,0,0, 0.45);
}
#footer a:hover {
    color: rgba(0,0,0, 0.85);
}
#footer {
    margin: 0 0 3rem;
    color: rgba(0,0,0, 0.35);
}
.badge {
    margin: 2px;
}
.badge:hover {
    color: #fff;
    background-color: var(--md-color);
}
a.title:hover .circle {
    background: var(--md-color);
    color: #fff;
}
.circle {
    border: 1px solid #ddd;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    margin-bottom: 1rem;
    color: #ddd;
    font-weight: bold;
    font-size: 1.35rem;
    align-items: center;
    justify-content: center;
}
#download .circle-icon {
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
}
.circle-icon {
    font-size: 2rem;
}
.back-title {
    text-align: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 0.25rem;
}
.back-content,
.back-body p {
    font-size: 0.95rem;
    line-height: 1.75;
    font-weight: 400;
}
.back-body {
    text-align: center;
}
.zoom.logo img {
    max-height: 300px;
}
.form-control:focus {
    box-shadow: none;
}
.searchbar {
    margin: 1rem 0 0;
    padding: 1rem 0 0;
    background: rgba(255,255,255,0.91);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #ced4da;
    border: #ced4da solid 1px;
}
.mark.bg-warning, mark.bg-warning {
    padding: .2em 0;
}
mark.current {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}
#summary .back,
#works .back {
    padding: 1rem;
}
#btn-toolbar-xp .swiper-button-prev,
#btn-toolbar-xp .swiper-button-next {
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: auto;
    padding: auto;
    display: block;
    color: #212529;
}
#btn-toolbar-xp .swiper-button-prev:after, 
#btn-toolbar-xp .swiper-container-rtl .swiper-button-next:after,
#btn-toolbar-xp .swiper-button-next:after {
    content: none;
}
.swiper-wrapper {
    align-items: center;
}
#portfolio .swiper-button-next:hover, #portfolio .swiper-button-prev:hover {
    color: var(--md-color);
}
.btn-outline-secondary:hover  {
    background-color: var(--md-color);
}
.carousel.slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
#portfolio .carousel .swiper-button-next, #portfolio .carousel .swiper-button-prev {
    position: relative;
}
#portfolio .swiper-button-next, #portfolio .swiper-button-prev {
    top: auto;
    margin-top: 0;
    outline: none;
    padding: 60px 20px;
}
a:focus,
button:focus {
    outline: none!important;
    box-shadow: none!important;
}
#portfolio {
    margin: 0;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
#portfolio .swiper-button-next, #portfolio .swiper-container-rtl .swiper-button-prev {
    right: 20px!important;
}
#portfolio .swiper-button-prev, #portfolio .swiper-container-rtl .swiper-button-next {
    left: 20px!important;
}
#portfolio .swiper-button-next.swiper-button-disabled, #portfolio .swiper-button-prev.swiper-button-disabled {
    opacity: .25;
}
#works .portfolio-slider {
    --swiper-theme-color: #000000;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
#works .card {
    border: none;
    width: 100%;
} 
.preview.front-design {
    max-height: 350px;
    margin: 0 auto;
    filter: blur(0);
    z-index: 0;
    overflow: hidden;
}
.preview.front-design img {
    max-height: 350px;
}
.metadata .title {
    font-size: 18px;
}
.metadata {
    z-index: 1;
}
.preview.front-logo:hover img {
    border: 1px solid #70ad47;
    padding: 10px;
    cursor: pointer;
}
.preview.front-logo img {
    border-radius: 50px;
}
.preview.front-logo {
    max-width: 200px;
    margin: 0 auto;
}
#works .back {
    border-radius: 0 0 0.5rem 0.5rem;
}
#works .description {
    display: none;
}
#works .metadata {
    text-align: center;
    margin-top: 32px;
}
#works .metadata .completed { 
    color: #333;
    font-size: 0.85rem;
}
.front-title {
    line-height: 2rem;
    font-weight: 400;
    font-size: 1.35rem;
}
#summary .back {
    background: #ddd;
}
.front {
    text-align: center;
}
#summary .back {
    border-radius: 0.5rem;
    min-height: 138px;
}
.tab-pane .collapse .list-group {
    overflow: hidden;
}
.actions.row {
    text-align: center;
}
.lead {
    font-size: 1.5rem;
}
.portfolio .front-design img {
    border-radius: calc(0.25rem - 1px);
    display: block;
}
.portfolio .tags {
    display: none;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    width: 100%;
    padding: 0.5rem 0.25rem;
}
.portfolio .card:hover {
    border: 1px solid var(--md-color);
}

.text-light {
    color: #999!important;
}
.actions a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
}
body {
    background: #f8f9fa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    max-width: 100%!important;
    overflow-x: hidden;
}
.modal-fullscreen .modal-title {
    font-size: 1.1rem;
}
.card-circle .circle {
    margin: 0 15px 0 0;
    display: inline-block;
    background: #fff;
}
.card-circle {
}
.circle.circle-contact{
	margin-bottom: 0;
}
.circle-contact i {
    font-size: 2.5rem;
    vertical-align: bottom;
    color: #999;
}
.title,
.certificate {
    display: inline-block;
    font-weight: 600;
}
.certificate {
    margin: 1em 0;
}
.card-tabs ul.nav-tabs{
    margin-bottom: 1px;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}
.preview.front-design:after,
.preview.front-logo,
.preview.front-logo img,
.preview.front-design,
.preview.front-design:hover img,
.preview.front-design img {
    transition: all 0.75s ease;
}
.brand .name,
.brand .subname {
	color: transparent;
	transition: all 1.5s ease;
}
.brand .name.drawn {
	color: #f1f1f1;
}
.brand .subname.drawn {
	color: #1f1f1f;
}
.zoom.design img {
    border: 1px solid #000;
}
.zoom.logo {
    min-height: 150px;
    vertical-align: middle;
    padding: 50px 0;
}
.preview .tags {
}
.previous .text {
    margin-left: 8px;
}
.next .text {
    margin-right: 8px;
}
.btn-light.disabled, .btn-light:disabled {
    color: #999;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #ccc;
    border-color: #ccc;
}
.duties li {
    margin-bottom: 0.5rem;
    line-height: 28px;
}
.carousel-inner {
    width: 90%;
    margin: 0 auto;
}
.carousel-control-prev {
    justify-content: flex-start;
}
.carousel-control-next {
    justify-content: flex-end;
}
/* 
// Extra small devices (portrait phones, less than 576px)
*/
@media (max-width: 575px) {
    /*
    .searchbar {
        margin: 2rem 0 1rem;
        padding: 2rem 0 1rem;
    }
    */
    .preview.front-design {
        max-height: 350px;
    }
    .brand .full {
        color: #fff;
        font-size: 2rem;
        line-height: 4.25rem;
        text-transform: uppercase;
    }
    #portfolio {
        padding-top: 20px;
    }
    .card-tabs ul.nav-tabs{
        margin-bottom: 0;
    }
    .carousel-inner {
        width: 90%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 25%;
    }
    .carousel-item .img-fluid {
        max-width: 90%;
    }
    ul.bullets {
        padding-left: 1.5rem;
    }
    .portfolio .front-design img {
        border-radius: 0;
    }
    .timeline > li {
        margin-bottom: 0px;
    }
    .preview.front-logo {
        max-width: 200px;
        margin: 0 auto;
    }
    #works .portfolio-slider {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    #xp .loc {
        margin-left: 23px;
    }

    #works .card {
        border-radius: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .timeline-panel.card {
        background-color: #fff; 
        padding: 0;
        margin-bottom: 10px;
    }
    section > .container {
        padding: 0;
    }
    .card-tabs > .card-header,
    .card-tabs-resume {
        border-radius: 0;
    }
    .card-tabs-resume {
        border: none;
    }
    .card-circle .circle {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
    #skills .circle svg {
        font-size: 1.25rem;
        height: calc(3rem - 2px);
    }
    .card-tabs ul.nav-tabs{
        margin-top: 0;
    }
    .brand {
        margin: 0 auto 0;
        position: relative;
        width: 100%;
    }

	.card-tabs ul.nav-tabs {
        overflow: hidden;
    }
    .duties li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .duties li {
        margin-bottom: 0.75rem;
        line-height: 26px;
    }
    .modal.modal-fullscreen .modal-content {
        min-height: 50vh;
    }
    #summary .back-title {
        margin-bottom: 1rem;
    }
    .back-title {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
    .card-circle:last-child {
        margin-bottom: 0;
    }
    ul.duties {
        list-style: none;
        padding-left: 0;
        font-size: 0.9rem;
    }
    #works .card+.card {
        margin-top: 1rem;
    }

    .nav-link i {
        font-size: 1.35rem;
    	line-height: 2rem;
    }
    .searchbar {
        margin: 1rem 0;
        padding: 1rem 0;
    }
	.card-tabs-resume {
	    margin: 0rem 0 3rem;
	}
	.brand .logo {
        display:none;
        /*
        font-size: 2rem;
        height: auto;
        width: 100%;
        line-height: 4rem;
        margin: 0 auto;
        border: none;
        background: none;
        box-shadow: none;
        */
	}
	.brand .name {
		font-size: 0.95rem;
	}
	.brand .subname {
		font-size: 10px;
	}
	
	.brand .subname {
		width: 11rem;
	}
	.brand .name {
		width: 9rem;
	}
	.brand .name {
		margin: -1rem auto 0;
	}
	.brand .subname {
		margin: 0 auto 0;
	}
	.brand .name.drawn,
	.brand .subname.drawn {
		max-height: 3.5rem;
	}
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
    .brand .full {
        display:none;
    }
    #works .metadata {
        margin: 32px 0 16px;
    }
    .preview.front-design:hover img {
        filter: blur(8px);
    }
    ul.duties {
        list-style: disc;
        padding-left: 21px;
    }
    .card-tabs ul.nav-tabs{
        margin-top: 3.5rem;
    }
    .brand {
        margin: -3rem auto 0;
    }
	.front:hover .tags {
	    display: block;
	}
	.brand .logo {
	    font-size: 2rem;
        height: 6rem;
        width: 6rem;
        line-height: 5.5rem;
        margin: 0 auto;
	}
	.brand .name {
		margin: -0.85rem auto 0;
		font-size: 1rem;
	}
	.brand .subname {
		margin: 0 auto 0;
		font-size: 12px;
	}
	.brand .name,
	.brand .subname {
		width: 11rem;
	}
	.brand .name.drawn,
	.brand .subname.drawn {
		max-height: 4.5rem;
	}
}

@media (min-width: 992px) {
    .modal .preview .description {
        max-width: 50%;
        margin: 0 auto;
    }
    .preview.front-design:hover::after {
        height: 100%;
        width: 100%;
        position: absolute;
        font-size: 16px;
        background: rgba(255,255,255,0.8);
        align-items: center;
        display: flex;
        justify-content: center;
        top: 0;
        font-weight: 600;
        color: var(--md-color);
        cursor: pointer;
    }
}
/* // Medium devices (tablets, 768px and up)  */
@media (max-width: 991px) {
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 1199px) {
    .double-circle .circle {
        border: 1px solid #ddd;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
    
}
.modal-header,
.modal-footer {
    background: #f8f9fa;
}
/* START modal fullscreen */

.modal.modal-fullscreen button.close {
    font-size: 2.5rem;
    padding: 0.5rem 1rem;
}
.modal.modal-fullscreen .modal-header {
    align-items: flex-start;
    display: block;
}
.modal.modal-fullscreen .modal-content {
    border-radius: 0;
    min-height: 100vh;
}
.modal.modal-fullscreen .modal-dialog {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    margin: 0!important;
}
/* END modal fullscreen */

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  	html {
	    transform: rotate(-90deg);
	    transform-origin: left top;
	    width: 100vh;
	    overflow-x: hidden;
	    position: absolute;
	    top: 100%;
	    left: 0;
  	}
    #nav-main {
        margin-top: 5rem;
    }
}

