/* =============================
    Default Theme
    -----------------------------
    Fonts: Raleway & Open Sans
    -----------------------------
    Colors:
        Bunting:         #14213D
        Sun:             #FCA311
        Mercury:         #E5E5E5
        White:           #fff
        Black:           #000
================================*/

/* =============================
            HTML, Body
================================*/

html,
body {
    height: 100%;
}

body {
    color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}

/* =============================
|   |   |   Preloader
================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 204px;
    height: 205px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -102px;
    margin-top: -102px;
}

/* =============================
                HOME
================================*/

#home {
    background: none;
    height: 100%;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-logo {
    display: inline-block;
    width: 150px
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url("../video/introVideo.png");
    background-size: cover;
}

#home-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#home-heading-1 {
    font-size: 65px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 200;
}

#home-heading-1 span {
    color: #FCA311;
    font-weight: 300;
}

#home-heading-2 {
    margin-top: 0px;
    font-size: 24px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

/* =============================
|   |   |   Buttons
================================*/

.btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 10px;
}

.btn-home:hover {
    color: #000;
    background-color: #FCA311;
    border: 1px solid #FCA311;
}

.btn-home:focus {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 10px;
}

.btn-yellow {
    color: #14213D;
    border: 1px solid #FCA311;
    background-color: #FCA311;
}

.btn-yellow:hover {
    color: #E5E5E5;
    background-color: #14213D;
    border: 1px solid #14213D;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
}

.disclaimer-btn {
    margin-top: 20px;
}

/* =============================
|   |   |   Content Boxes
================================*/

.content-box-lg {
    padding: 50px 0;
}

.content-box-md {
    padding: 30px 0;
}

/* =============================
|   |   Horizontal Heading
================================*/

.horizontal-heading {
    margin-bottom: 60px;
}

.horizontal-heading h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    margin: 0;
}

.horizontal-heading h5 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.horizontal-heading-iframe {
    margin-bottom: 30px;
}

.horizontal-heading-iframe h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    margin: 0;
}

.horizontal-heading-iframe h5 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

/* =============================
|   |   |   About
================================*/

#about-container img {
    margin: 0px 0;
}

.about-box {
    margin: 20px 0;
}

.about-box.box-first {
    margin-top: 53px;
}

.about-box .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-box:hover .icon {
    color: #FCA311;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.about-box h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 0px 0;
}

.about-box h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.about-box:hover h4 {
    color: #14213D;
    font-weight: bold;
}

.about-box p {
    line-height: normal;
}

#about-picture-container {
    position: relative;
}

#about-picture-container img {
    display: block;
    width: 100%;
}

#about-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

#about-overlay:hover {
    opacity: 1;
}

#about-overlay h6 {
    color: #FCA311;
    margin-top: 355px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}

/* =============================
|   |   |   Social Icons
================================*/

ul.social-list {
    padding: 0;
    margin-top: 0;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 2px solid #E5E5E5;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #E5E5E5;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #1d6467;
    border-color: transparent;
}

ul.social-list li:nth-child(4) a:hover {
    background: #2f71b3;
    border-color: transparent;
}

/* =============================
|   |   |   Passion
================================*/

#passion {}

.passion-box {
    margin: 15px 0;
}

.passion-box .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.passion-box:hover .icon {
    color: #FCA311;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.passion-box h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 0px 0;
}

.passion-box h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.passion-box:hover h4 {
    color: #14213D;
    font-weight: bold;
}

.passion-box p {
    line-height: normal;
}

#passion-picture-container {
    margin-top: 95px;
}

/* =============================
|   |   |   Statement
================================*/

#statement {
    background: url(../img/statements/statement.jpg) no-repeat fixed center;
    background-size: cover;
}

#statement .content-box-lg {
    background: rgba(0, 0, 0, 0.4);
    padding: 100px 0px 100px 0px;
}

.statement h3 {
    color: #E5E5E5;
    font-size: 25px;
    line-height: 45px;
}

.statement p {
    font-size: 18px;
    color: #FCA13D;
    font-family: "Raleway sans-serif";
    margin-top: 8px;
}

.statement-spacing {
    height: 50px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

/* =============================
|   |   |   Education
================================*/

#education {
    padding-bottom: 50px;
}

.education-box-left {
    text-align: right;
    margin-right: -82px;
}

.education-box-right {
    text-align: left;
    margin-right: -197px;
    margin-left: 114px;
}

#education .icon {
    font-size: 32px;
}

#education .title {
    font-size: 24px;
    text-transform: uppercase;
}

#education .company {
    font-size: 18px;
    text-transform: uppercase;
}

#education .date {
    font-size: 14px;
    text-transform: uppercase;
    border: 2px;
    border-color: #14213D;
    border-bottom-style: solid;
    padding-bottom: 1px;
}

#education p {
    line-height: 20px;
    margin-top: 5px;
}

.history-container-left {
    position: relative;
    display: inline-block;
    margin-bottom: -6px;

}

.history-container-left .col-md-2 {
    height: 100%;
    position: absolute;
    left: 517px;
    background-image: url(../img/historyBar.png);
    padding-top: 8px;
}

.history-container-left .icon {
    margin: 21px 0px 0px 133px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.history-container-left:hover .icon {
    color: #FCA311;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -ms-transform: translateX(20px);
}

.history-container-left:hover .title {
    color: #14213D;
    font-weight: bold;
}

.history-container-right:hover .title {
    color: #14213D;
    font-weight: bold;
}

.history-container-left:hover .company {
    color: #14213D;
    font-weight: bold;
}

.history-container-right:hover .company {
    color: #14213D;
    font-weight: bold;
}

.history-container-left:hover .date {
    color: #FCA311;
    font-weight: bold;
}

.history-container-right:hover .date {
    color: #FCA311;
    font-weight: bold;
}

.history-container-left img {
    margin-right: 35px;
}

.history-container-right {
    position: relative;
    display: inline-block;
    margin-bottom: -6px;
}

.history-container-right .icon {
    margin: 22px 0px 0px 486px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.history-container-right:hover .icon {
    color: #FCA311;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.history-container-right .col-md-2 {
    height: 100%;
    position: absolute;
    left: 517px;
    background-image: url(../img/historyBar.png);
    padding-top: 8px;
}

.history-container-right img {
    margin-right: 83px;
}

.icon.graduation-icon {
    margin: 22px 0px 0px 482px;
}

/* =============================
|   |   |   Skills
================================*/

#skills {}

.skill-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.skill-item i {
    font-size: 42px;
    margin: 0;
}

.skill-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.skill-item h4 {
    text-align: left;
}

.skill-item hr {
    width: 45px;
    height: 3px;
    background-color: #14213D;
    margin: 20px auto;
    border: none;
}

.skill-item p {
    margin-top: 20px;
}

/* Hover state */

.skill-item:hover {
    background-color: #14213D;
}

.skill-item:hover i,
.skill-item:hover h3 {
    color: #FCA311;
}

.skill-item:hover p {
    color: #E5E5E5;
}

.skill-item:hover hr {
    background-color: #FCA311;
}

.skill-item:hover i {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.skill-item:hover h4 {
    color: #E5E5E5;
}

/* Smooth transition */

.skill-item,
.skill-item i,
.skill-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.progress {
    height: 25px;
    border-radius: 0;
    background: #E5E5E5;
    overflow: visible;
}

.progress-bar {
    background-color: #14213D;
    position: relative;
}

.skill-item:hover .progress-bar {
    background-color: #FCA311;
}

.progress-bar span {
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 3px;
    text-align: right;
    padding-right: 5px;
}

.skill-item:hover .progress-bar span {
    color: #14213D;
}

/* =============================
|   |   |   Portfolio
================================*/

.row.no-space [class*=col-] {
    padding: 0;
}

#isotope-filters {
    margin-bottom: 10px;
    padding: 0px 25px 20px 0px;
}

#isotope-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0px;
    outline: 0;
}

#isotope-filters button span {
    display: block;
    padding: 7px;
    border: 2px solid #14213D;
    border-radius: 10px;
    -webkit-transition: border-color 0.4s ease-in-out;
    transition: border-color 0.4s ease-in-out;
}

#isotope-filters button.active span {
    color: #FCA311;
    background-color: #14213D;
}

#isotope-filters button:hover span {
    background-color: #14213D;
    color: #E5E5E5;
}

#isotope-filters button.active:hover span {
    color: #FCA311;
}

.portfolio-item {
    overflow: hidden;
    position: relative;
}

/* Zoom Effect */

.portfolio-item img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* Overlay Effect */

.portfolio-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.portfolio-item-details {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.portfolio-item-details h3 {
    color: #FCA331;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.portfolio-item-details span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}

.portfolio-item-details p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.portfolio-item:hover .portfolio-item-details h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-details p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}

/* IFRAMES */

.mfp-iframe-holder .mfp-content {
    height: 100%;
    max-width: 1200px;
}

.description-container {
    margin: 50px 0px;
}

.description-container h2 {
    font-weight: 300;
}

.description-container-2columns {
    margin-top: 35px;
}

.description-container-2columns h2 {
    font-weight: 300;
}

.description-container-2columns ul {
    margin-bottom: 35px;
}

.col-md-6.portfolio-list {
    margin-bottom: 40px;
}

#btn-container-sepi {
    margin-top: 20px;
}

.portfolio-details-box {
    margin-top: 30px;
}

.portfolio-details-box .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.portfolio-details-box:hover .icon {
    color: #FCA311;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.portfolio-details-box h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.portfolio-details-box p {
    line-height: normal;
}

.portfolio-middle-img {
    margin: 30px 0;
}

.portfolio-details-box-single {
    margin-bottom: 30px;
}

.btn-container-portfolio-details {
    margin-top: 30px;
}

.portfolio-details-box h5 {
    font-size: 16px;
    font-weight: 600;
}

.portfolio-details-box .iconButton a {
    font-size: 40px;
    color: #212226;
}

.portfolio-details-box .iconButton span {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    bottom: 7px;
    left: 10px;
    color: #212226;
}

.portfolio-details-box .iconButton a:hover {
    font-weight: bold;
}

/* =============================
|   |   |   Resume
================================*/

#resume {}

.resume-box {
    margin: 4px 0px 30px 0px;
}

.resume-box .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.resume-box:hover .icon {
    color: #FCA311;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.resume-box h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 0px 0;
}

.resume-box h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.resume-box:hover h4 {
    color: #14213D;
    font-weight: bold;
}

.resume-box p {
    line-height: normal;
}

.resume-box .iconButton a {
    font-size: 40px;
    color: #212226;
}

.resume-box .iconButton span {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    bottom: 7px;
    left: 10px;
    color: #212226;
}

.resume-box .iconButton a:hover {
    font-weight: bold;
}

.resume-card {
    margin-top: 30px;
}

/* =============================
|   |   |   Contact
================================*/

#contact {
    padding-bottom: 20px;
}

.contact-box .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.contact-box:hover .icon {
    color: #FCA311;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.contact-box h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.contact-box:hover h4 {
    color: #14213D;
    font-weight: bold;
}

.contact-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
}

.contact-box p {
    line-height: normal;
}

.contact-box-first {
    margin-bottom: 20px;
}

.contact-box-end {
    margin-top: 20px;
}

ul.impress-details {
    list-style: none;
    padding: 0;
}

ul.impress-details li {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.impress-details li i {
    font-size: 20px;
    width: 45px;
}

#contact-left ul.social-list {
    margin-top: 30px;
}

#contact-left ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;
}

#contact-left ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}

#contact-right {
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form input.form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}

#contact-right form textarea.form-control {
    min-height: 200px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 24px;
}

.form-control.form-error {
    font-weight: bold;
    border-color: red;
    color: red;
}

/* =============================
|   |   |   Google Maps
================================*/

#map {
    height: 600px;
}

/* =============================
|   |   |   Footer
================================*/

footer {
    background: #14213D;
    padding: 30px;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin-bottom: 0px;
}

footer p span {
    color: #FCA311;
}

/* =============================
|   |   |   Navigation
================================*/

.navbar {
    padding: 35px 0px 20px 0px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.site-nav-wrapper {
    padding: 0px 55px;
    ;
}

.navbar-brand {
    padding: 0px 15px;
}

ul.navbar-nav > li > a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.navbar-nav > li > a:hover {
    background: none;
    color: #FCA311;
}

ul.navbar-nav > li > a:focus {
    background: none;
}

.container.container-nav {
    /*   margin-right: 0px; */
}

/* White Navigation */

.white-nav-top {
    background: #E5E5E5;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
    color: #14213D;
}

.white-nav-top ul.navbar-nav > li > a:hover {
    color: #FCA311;
}

/* Scroll Spy */

.white-nav-top ul.navbar-nav > li.active > a {
    color: #FCA311;
    font-weight: 500;
}

/* ================================
|   |   |   Blog-Caroussel (Slick)
===================================*/
.blog-wrapper {
  height: 350px;
  padding-left: 5px;
  padding-right: 5px;
}

.blog-post {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 6px;
  height: 370px;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.blog-image {
  width: 100%;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-post-info {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}

.blog-post-info-headline {
  height: 135px;
  font-size: 16px;
}

.blog-post-info-headline p {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 70px;
  width: 357px;
}

.blog-post-info i {
  font-size: 16px;
}

.blog-post-info h4 a {
  color: black;
}

.blog-slider {
  position: relative;
  text-align: left;
}

.blog-slider .next {
  position: absolute;
  top: 44%;
  right: -50px;
  font-size: 2em;
  color: black;
  cursor: pointer;
}

.blog-slider .prev {
  position: absolute;
  top: 44%;
  left: -50px;
  font-size: 2em;
  color: black;
  cursor: pointer;
}

.blog-single-content p {
  text-align: left;
  margin-top: 20px;
}

/* ================================
|   |   |   Blog-Registry / Login
===================================*/
.registry-content {
  display: inline-block;
  text-align: left;
  padding: 10px 10px 0px 10px;
  border-radius: 1em;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.registry-content label {
  display:block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.registry-content input {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.registry-content form div {
  margin-bottom: 10px;
}

.registry-content form div button {
  margin-top: 5px;
}

.registry-content img {
  margin-bottom: 10px;
}

.msg {
  width: 100%;
  margin: 5px auto;
  padding: 8px;
  border-radius: 5px;
  list-style: none;
}

.success {
  color: white;
  border: 1px solid green;
  background: green;
}

.error {
  color: white;
  border: 1px solid red;
  background: red;
}

/* ================================
|   |   |   Blog-Dashboard
===================================*/
#dashboard {
  margin-top: 60px;
}

.users-form {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.users-form h4 {
  margin-bottom: 20px;
}

.users-form form {
  text-align: left;
}

.users-form form label {

}

.users-form form input {
  width: 100%;
  margin-bottom: 10px;
}

.users-form select {
  margin-top: 5px;
}

.users-form button {
  margin-top: 10px;
}

.users-list {
  margin-top: 20px;
  padding: 10px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding-bottom: 20px;
}

.users-list table {
  width: 100%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.users-list table thead {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  background-color: silver;
}

.users-list table thead th {
  text-align: center;
  padding: 5px 0px 5px 0px;
  background-color: silver;
}

.users-list table tbody {

}

.users-list table tbody tr {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.users-list table tbody td {
  padding: 5px 0px 5px 0px;
}

.posts-content {

}

.posts-form {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.posts-form h4 {
  margin-bottom: 20px;
}

.posts-form form {
  text-align: left;
}

.posts-form form label {

}

.posts-form form input {
  width: 100%;
  margin-bottom: 10px;
}

.posts-form select {
  margin-top: 5px;
}

.blogimage {
  margin-top: 8px;
}

.blogpublish label p {
  float: left;
}

/* =============================
|   |   |   Animation
================================*/

#home-heading-1 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#home-heading-2 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#home-btn {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.horizontal-heading {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#about-picture-container {
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.about-box {
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#passion-picture-container {
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.passion-box {
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.education-box-animation {
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.history-icon {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.history-container-left .icon,
.history-container-right .icon {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.education-animated-line {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.statement-animation {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.skill-animation {
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#portfolio-wrapper {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#isotope-filters {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.resume-box {
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#resume-picture-container {
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.contact-box {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#contact-right {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.disclaimer-content {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#map {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.footer-animation {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

/* IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .history-container-right .col-md-2 {
        left: 517px;
    }

    .history-container-right img {
        margin-right: 84px;
    }
}
