/************* Browser settings ****************/

::-moz-selection {
    color: #fff;
    background: #00c7f7;
}
::selection {
    color: #fff;
    background: #00c7f7;
}
::-webkit-scrollbar{
    -webkit-appearance:none
}
::-webkit-scrollbar:vertical{
    width:11px
}
::-webkit-scrollbar:horizontal{
    height:11px
}
::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.5)
}

/************* General styles ****************/

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto.woff") format("woff");
}
html {
    background: #fff;
}
body {
    font-family: "Roboto", arial, sans-serif !important;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    background: #fff;
}
body.fh5co-overflow {
    overflow-x: auto;
}
a{
    color: #5f7bbb;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:focus, a:active {
    color: #3f5892;
    outline: none;
    text-decoration: none;
}
.js .to-animate, .js .to-animate-2, .js .animate-box {
    opacity: 0;
}
.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.rp-b {
    padding-bottom: 15px;
}
.cp-l {
    padding-left: 50px;
}
.cp-r {
    padding-right: 50px;
}

/************* Header ****************/

#fh5co-header {
    padding: 50px 0 50px 0;
    float: left;
    width: 100%;
}
#fh5co-header .fh5co-nav-toggle {
    position: absolute;
    top: 39px;
    left: 3em;
    z-index: 99;
}
#fh5co-header .fh5co-social {
    position: absolute !important;
    right: 3em;
    z-index: 99;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#fh5co-header #fh5co-logo {
    text-align: center;
}
#fh5co-header #fh5co-logo a {
    color: #000;
}
#fh5co-header #fh5co-logo a sup {
    font-size: 20px;
    top: -20px;
}
#fh5co-header img {
    width: 300px;
}

/************** Langs *****************/

.langs{
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 99;
    margin: 0;
    padding: 0;
}
.langs li{
    list-style: none;
    display: inline;
}
.langs li a{
    background-color: #5e7abb;
    color: #ffffff;
    padding: 7px;
    box-shadow: 0 0 1px 1px #b9b9b9;
    text-transform: capitalize;
}
.langs li.active a{
    padding: 10px 7px;
    background-color: #3f5892;
}
.langs li a:hover{
    padding-bottom: 10px;
    background-color: #3f5892;
}

/********** Social links***********/

.fh5co-social {
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
}
.fh5co-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}
.fh5co-social li a {
    font-size: 20px;
    padding: 4px;
    color: #000;
}

/************* Content settings ****************/

.fh5co-post-prev, .fh5co-post-next {
    position: fixed;
    z-index: 999;
    top: 50%;
    height: 66px;
    margin-top: -25px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.fh5co-post-prev span, .fh5co-post-next span {
    width: 100px;
}
.fh5co-post-prev span i, .fh5co-post-next span i {
    top: 14px;
    position: relative;
    font-size: 60px;
    color: #000;
}
.fh5co-post-prev {
    left: 0;
    margin-left: 20px;
}
.fh5co-post-prev:hover {
    margin-left: 10px;
    color: #000;
}
.fh5co-post-next {
    right: 0;
    margin-right: 20px;
}
.fh5co-post-next:hover {
    margin-right: 10px;
    color: #000;
}
.fh5co-post-entry{
    margin-bottom: 100px;
}
.fh5co-post-entry article {
    text-align: center;
    float: left;
    margin-bottom: 34px;
    padding-left: 3em;
    padding-right: 3em;
}
.list-media article {
    width:100%;
}
.fh5co-post-entry article a img {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.fh5co-post-entry article figure {
    margin-bottom: 7px;
}
.fh5co-post-entry article figure.my {
    margin-bottom: 22px;
}
.fh5co-post-entry article h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 8px;
    margin-top: 0;
}

.fh5co-post-entry article h2.my {
    font-size: 16px;
}
.fh5co-post-entry article h2 a {
    color: #000;
}
.fh5co-post-entry article .fh5co-meta {
    font-size: 14px;
    font-family: "Roboto", arial, sans-serif;
    color: #999999;
    display: block;
}
.fh5co-post-entry article .fh5co-meta.fh5co-date {
    letter-spacing: 2px;
}
.fh5co-post-entry article .content-article {
    padding-top: 5px;
}
.fh5co-post-entry article .content-article a {
    text-decoration: underline;
}
h2.my{
    margin: 0;
}
.inner img{
    margin-bottom: 10px;
}
.detailed-image{
    box-shadow: 0 0 3px 1px #000000;
    border: 1px solid black;
    margin: auto;
}

/************* Canvas style ****************/

#fh5co-offcanvas {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 700px;
    z-index: 1500;
    overflow-y: auto;
    opacity: 0;
    display: none;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 3px 0 5px 1px;
}
#fh5co-offcanvas .fh5co-close-offcanvas {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    width: 30px;
    overflow: hidden;
    color: #cccccc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#fh5co-offcanvas .fh5co-close-offcanvas:hover {
    width: 114px;
    color: #000;
}
#fh5co-offcanvas .fh5co-close-offcanvas > span {
    width: 113px;
    zoom: 1;
    display: inline-block;
}
#fh5co-offcanvas .fh5co-close-offcanvas > span > span {
    top: 7px;
    position: relative;
    font-size: 18px;
    vertical-align: top;
}
#fh5co-offcanvas .fh5co-box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
#fh5co-offcanvas .fh5co-menu,
#fh5co-offcanvas .fh5co-bio {
    width: 50%;
    padding: 50px;
}

#fh5co-offcanvas .fh5co-bio {
    text-align: center;
    float: left;
}
#fh5co-offcanvas .fh5co-bio figure {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
#fh5co-offcanvas .fh5co-bio img {
    width: 180px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#fh5co-offcanvas .fh5co-bio p {
    font-size: 16px;
}
#fh5co-offcanvas .heading {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #cccccc;
    margin-bottom: 30px;
}
#fh5co-offcanvas .fh5co-menu {
    float: right;
}
#fh5co-offcanvas .fh5co-menu ul {
    padding: 0;
    margin: 0;
}
#fh5co-offcanvas .fh5co-menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
}
#fh5co-offcanvas .fh5co-menu ul li a {
    color: #000;
}

/*************Footer styles ****************/

#fh5co-footer {
    text-align: center;
    background-color: #5f7bbb;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
}
#fh5co-footer .fh5co-social{
    margin: 12px 0 0 0;
}
#fh5co-footer .fh5co-social i{
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 32px;
}
#fh5co-footer .fh5co-social li a {
    padding: 0;
}
/************* Nav-toggle ****************/

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #f7c873;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 25px;
    height: 3px;
    color: #535659;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #5e7abb;
    transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #5e7abb;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
}

/************** Breadcrumb ***********/

.breadcrumb{
    background-color: #5e7abb;
    border-radius: 0;
}
.breadcrumb>li>a{
    color: #ffffff;
}
.breadcrumb>li>a:hover{
    text-shadow: 1px 1px 5px #ffffff;
}
.breadcrumb > li + li:before{
    color: #ffffff;
}
.breadcrumb>li.active{
    color: #d1d1d1;
}

/************** All projects button ***********/

.btn-all-projects{
    margin-bottom: 20px;
}
.btn-all-projects a {
    border-radius: 0;
    border-color: #607cbb;
    background-color: #607cbb;
    color: #ffffff;
    padding: 8px 20px;
}
.btn-all-projects a:hover, .btn-all-projects a:active, .btn-all-projects a:focus {
    background-color: #3f5892;
    color: #ffffff;
    border-color: #3f5892;
}

/************** Gallery styles ***********/

#openGallery, #openVideo{
    text-decoration: none !important;
}
#openGallery img, #openVideo img{
    opacity: 1;
    margin: 10px auto 10px auto ;
    max-width: 80px;
}
#openGallery img:hover, #openVideo img:hover{
    opacity: 0.5;
}
.title_gallery{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
#getGallery, #getVideo{
    display: none;
}

/************* uTube video iFrame ****************/

html,body        {height:100%;}
.utubevideo      {width:80%;height:100%;margin:0 auto;background:#5e7abb}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
.utubevideo a{
    color: #000000;
    /*text-decoration: none !important;*/
}
.utubevideo p{
    font-size: 16px;
    text-align: center;
}
.utubevideo i{
    font-size: 12px;
}

/************* Pagination ****************/

.pagination > li > a, .pagination > li > span {
    color: #fff;
    background-color: #5f7bbb;
    border: 1px solid #ffffff;
    padding: 8px 16px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #d1d1d1;
    cursor: not-allowed;
    background-color: #5f7bbb;
    border-color: #ffffff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3f5892;
    border-color: #ffffff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ffffff;
    background-color: #405992;
    border-color: #ffffff;
}
.pagination > li > a,
.pagination > li > span {
    border-radius: 0 !important;
}

/************* @Media ****************/

@media screen and (max-width: 1200px) {
    #fh5co-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    #fh5co-header .fh5co-nav-toggle {
        left: 15px;
    }
    .fh5co-post-entry article {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 992px) {
    .fh5co-post-entry article {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cp-l {
        padding-left: 15px;
    }
    .cp-r {
        padding-right: 15px;
    }
}
@media screen and (max-width: 768px) {
    #fh5co-header {
        padding-bottom: 5em !important;
    }
    #fh5co-header .fh5co-nav-toggle {
        left: 15px;
    }
    #fh5co-header .fh5co-social {
        top: 90px;
    }
    #fh5co-header img {
        width: 250px;
    }
    .fh5co-post-prev,
    .fh5co-post-next {
        position: relative;
        text-align: center;
        zoom: 1;
        display: inline;
    }
    .fh5co-post-next {
        margin-right: 15px;
        float: right;
        top: unset;
    }
    .fh5co-post-prev {
        margin-left: 15px;
        float: left;
        top: unset;
    }
    .fh5co-post-entry.single-entry .fh5co-article-title {
        font-size: 26px;
    }
    .fh5co-post-entry article {
        padding-left: 15px;
        padding-right: 15px;
    }
    .fh5co-nav-toggle {
        display: block;
    }
    #fh5co-offcanvas {
        padding-top: 30px;
        width: 270px;
    }
    #fh5co-offcanvas .fh5co-close-offcanvas {
        top: 5px;
    }
    #fh5co-offcanvas .fh5co-menu,
    #fh5co-offcanvas .fh5co-bio {
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 480px) {
    .langs li{
        display: block;
        margin-bottom: 10px;
        width: 30px;
    }
    .langs {
        top: 26px;
        right: 0;
    }
    .langs li a {
        padding: 7px;
    }
    .langs li.active a,
    .langs li a:hover {
        padding: 7px;
    }
}
@media screen and (max-width: 380px) {
    #fh5co-header img {
        width: 200px;
    }
}



/** Error css*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 50%;
    min-height: 300px;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 180px;
    margin-bottom: 20px;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    font-size: 224px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -12px;
    color: #9c9c9c;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #8400ff, 1px 1px 0 #ff005a;
    letter-spacing: -20px;
}


.notfound .notfound-404 h2 {
    /* font-family: 'Montserrat', sans-serif; */
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    font-size: 42px;
    font-weight: 700;
    color: #5f7bbb;
    text-transform: uppercase;
    /*text-shadow: 0 2px 0 #5e7abb;*/
    text-shadow: -1px -1px 0 #8400ff, 1px 1px 0 #ff005a;
    letter-spacing: 13px;
    margin: 0;
}

.notfound a {
    /* font-family: 'Montserrat', sans-serif; */
    display: inline-block;
    text-transform: uppercase;
    color: #0001bb;
    text-decoration: none;
    border: 2px solid;
    background: transparent;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 7px;
}

.notfound a:hover {
    color: #5e7abb;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 182px;
    }
}
