/*--------------------------------------------------
----------------------- Base styles ----------------
---------------------------------------------------*/

html {
    margin-top: 0 !important;
}

body {
    font-family: 'Titillium Web', Calibri, Arial, sans-serif;
    background: #E4E4E8;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #565c6b;
    -webkit-font-smoothing: antialiased;
}

body.archive,
body.single,
body.home,
body.page-template-default,
body.blog,
body.search {
    overflow-x: auto;
}
.admin-bar {
    overflow-y: hidden;
}
body.blog,
body.archive,
body.single,
body.search{
    overflow-y: scroll !important;
}

body.archive #page-loader,
body.single #page-loader,
body.error404 #page-loader,
body.blog #page-loader,
body.search #page-loader {
    display: none;
}

*:focus {
    outline: none;
}

a {
    color: #565c6b;
    text-decoration: none !important;
}

a:active {
    color: #565c6b;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #565c6b;
}

.hs-content-scroller {
    position: absolute;
    left: 310px;
    right: 0px;
    overflow: hidden;
    height: 100%;
}

.hs-content-wrapper {
    position: absolute;
    width: 5000px;
    overflow: hidden;
    height: 100%;
    height: -moz-calc(100% - 47px);
    height: -webkit-calc(100% - 47px);
    height: calc(100% - 47px);
}

.hs-content {
    overflow-y: scroll;
    width: 500px;
    height: 100%;
    height: calc(100% - 23px);
    height: -moz-calc(100% - 23px);
    height: -webkit-calc(100% - 23px);
    float: left;
    background: #f2f2f4;
    margin: 10px 0 10px 10px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.hs-content .sec-icon {
    font-size: 21px;
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    left: -10px;
    float: right;
    border-left: 1px solid #DBDBE0;
    border-right: 1px solid #DBDBE0;
    border-bottom: 1px solid #DBDBE0;
    background: #E4E4E8;
    color: #858EA1;
}

.hs-content .active-sec {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #E4E4E8;
    color: rgba(43, 48, 59, 0.96);
}

.hs-content:hover .jspVerticalBar,
.hs-menu nav:hover .jspVerticalBar {
    opacity: 1;
}

.hs-inner {
    padding: 10px 50px 10px 50px;
}

.hs-inner p {
    line-height: 24px;
    text-align: justify;
    position: relative;
    margin: 0 0 10px 0;
}

.tabcon {
    line-height: 24px;
    text-align: justify;
    position: relative;
    padding: 5px 0;
    margin: 0;
}

a.hs-totop-link {
    display: none;
    content: 'Scroll to top';
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.hs-inner .mainpage_title,
.singlepage-title {
    padding: 0 0 14px 0;
    margin-bottom: 16px;
    margin-top: 0px;
    font-size: 31px;
    font-family: Titillium Web;
    /* letter-spacing: 2px; */
    color: rgba(86, 92, 107, 0.9);
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.hs-inner h2:after,
.singlepage-title:after {
    position: absolute;
    width: 16px;
    height: 2px;
    top: 45px;
    left: 0;
    font-family: serif;
    content: " ";
}

.hs-inner .before-title {
    font-family: Titillium Web;
    /* font-weight: 400; */
    line-height: 18px;
    margin-top: 50px;
    font-size: 17px;
    display: inline-block;
}

.content-title {
    padding: 10px 10px 10px 0;
    display: inline-block;
    color: #565c6b;
    font-size: 16px;
    font-family: Titillium Web;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 17px;
    font-weight: 600;
}

.content-title:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
}

#my-panel {
    display: none;
    width: 50px;
    color: #878e98;
    overflow: auto;
    border-right: 1px solid rgba(255, 253, 253, 0.32);
    z-index: 99 !important;
    background: #2b303b;
}
.admin-bar #header {
    top: 32px;
}

.admin-bar .hs-content-wrapper {
    height: -moz-calc(100% - 79px);
    height: -webkit-calc(100% - 79px);
    height: calc(100% - 79px);
}

.admin-bar .hs-content-scroller .arrow-prev a {
    top: 82px;
}

.admin-bar .aside1 {
    top: 32px;
    height: calc(100% - 32px);
}

.admin-bar .hs-menu {
    top: 32px;
    height: calc(100% - 32px);
}


/*--------------------------------------------------
----------------- Builder grid ---------------------
---------------------------------------------------*/

.panel-grid-cell {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.panel-grid {
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-bottom: 0 !important;
}


/*--------------------------------------------------
----------------------- Sidbar ---------------------
---------------------------------------------------*/

.hs-headline {
    text-align: center;
    padding: 42px 0 0 0;
}

.hs-headline .download {
    display: none;
}

.hs-headline .img-wrap {
    display: block;
    width: 150px;
    height: 150px;
    border: 5px solid rgba(120, 129, 149, 0.19);
    margin: auto;
}

.hs-headline .img-wrap img {
    width: 140px;
    height: 140px;
    padding: 5px;
    opacity: 0.5;
}

.hs-headline .profile_info {
    margin-top: 10px;
}

.hs-headline .profile_info h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0px;
}

.hs-headline .profile_info h4 {
    text-align: center;
    margin: 10px 0 14px 0;
    font-weight: 300;
    letter-spacing: 1px;
}

.hs-headline .profile_info h6 {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    margin: 7px 0;
}

.hs-headline .profile_info h6 .fa {
    font-size: 17px;
}

.hs-menu {
    position: fixed;
    z-index: 999;
    color: #788195;
    width: 260px;
    left: 50px;
    top: 0px;
    height: 100%;
    background: #2b303b;
}

.hs-menu .jspDrag {
    background: #8A97A8;
}

.hs-menu .menu_head {
    width: 100%;
    height: 50px;
    background: #252831;
    display: table;
}

.hs-menu nav {
    position: absolute;
    top: 318px;
    left: 0px;
    right: 0px;
    bottom: 40px;
    margin-top: 7px;
}

.hs-menu nav .active-sec .menu_name {
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hs-menu nav .active-sec .fa {
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hs-menu nav a {
    display: block;
    padding: 3px 20px;
    outline: none;
    width: 260px;
    color: #788195;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hs-menu nav a:hover {
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hs-menu nav ul {
    padding: 5px 0;
    margin: 5px 0;
    background: #262A34;
}

.hs-menu nav ul ul {
    background: #21252d;
}

.hs-menu nav ul .fa {
    background: rgba(43, 48, 59, 0.96) !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 18px !important;
}

.hs-menu nav ul a:hover .fa {
    color: #788195;
}

.hs-menu nav ul a .menu_name {
    font-size: 0.80em;
}

.hs-menu nav a:hover .fa {
    background: #788195;
    color: #2b303b;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hs-menu nav a .menu_name {
    font-size: 15px;
    line-height: 40px;
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: bold;
}

.hs-menu nav a .fa {
    font-size: 21px;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #21252d;
    color: #788195;
    position: relative;
    left: 0;
    float: right;
}

.hs-menu nav a .fa-angle-down {
    background: none !important;
    color: #788195 !important;
    width: 30px;
}

.hs-menu .separator-aside {
    display: block;
    border-top: 1px solid #565c6b;
    height: 0;
    margin: 25px 0;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    opacity: 0.4;
}

.hs-menu .aside-footer {
    position: absolute;
    bottom: 0;
    /*    height: 40px;*/
    width: 100%;
    line-height: 44px;
    text-align: center;
    background: #262A34;
}

.hs-menu .aside-footer a {
    width: 25px;
    height: 25px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin: 0 2px;
    background: #2b303b;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.hs-menu .aside-footer a:hover {
    color: #fff;
}

.aside1 {
    width: 50px;
    height: 100%;
    display: block;
    top: 0;
    position: fixed;
    background: rgba(43, 48, 59, 0.96);
    z-index: 999;
    padding: 8px 0;
    text-align: center;
}

.aside1 .aside-content {
    width: 500px;
    height: 50px;
    position: absolute;
    left: -225px;
    bottom: 235px;
    line-height: 50px;
    text-align: left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
}

.aside1 a {
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    background: rgba(33, 37, 45, 0.73);
    margin-bottom: 8px;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.aside1 a:hover {
    color: rgba(33, 37, 45, 0.73);
}

.aside1 .aside-content .part1 {
    font-family: Titillium Web;
    margin-right: 7px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.aside1 .aside-content .part2 {
    font-weight: 300;
    letter-spacing: 2px;
    color: #788195;
    font-size: 14px;
}


/*--------------------------------------------------
----------------------- Header ---------------------
---------------------------------------------------*/

#header_container {
    height: 50px;
    left: 0;
    width: 100%;
    top: 0;
}

#header {
    line-height: 50px;
    margin: 0 auto;
    width: 100%;
    background: #f2f2f4;
    padding-left: 310px;
    position: fixed;
    z-index: 998;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
}

.header_but {
    height: 50px;
    display: inline;
    float: right;
}

#header .homesection {
    border-left: 1px solid #DFDFDF;
    height: 50px;
    width: 50px;
    float: left;
    cursor: pointer;
    background: rgba(248, 249, 251, 0.6);
}

.hs-content-scroller .arrow-next a {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #2b303b transparent;
    opacity: 0.6;
}

.hs-content-scroller .arrow-prev a {
    position: fixed;
    z-index: 999;
    top: 50px;
    left: 310px;
    width: 0;
    height: 0;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #2b303b transparent transparent transparent;
    opacity: 0.6;
}

.hs-content-scroller .arrow-prev .fa {
    position: absolute;
    height: 40px;
    top: -70px;
    left: 15px;
    color: #fff;
    font-size: 33px;
    opacity: 0.85;
}

.hs-content-scroller .arrow-next .fa {
    position: absolute;
    height: 40px;
    bottom: -77px;
    right: 16px;
    color: #fff;
    font-size: 33px;
    opacity: 0.85;
}

#header .header_download {
    border-left: 1px solid #DFDFDF;
    height: 50px;
    width: 50px;
    float: right;
    cursor: pointer;
}

#header .homesection {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#header .arrow {
    font-size: 27px
}

#header a:hover {
    color: #707B8B;
}

#my-link {
    display: none;
}

#header .news-scroll {
    height: 50px;
    line-height: 50px;
}

#header .news-scroll span {
    font-family: Titillium Web;
    padding: 0 0 0 20px;
    float: left;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    color: #F8F8F8;
}

#header .news-scroll span:before {
        content: '';
    position: absolute;
    top: 0;
    right: -50px;
    border-top: 50px solid #f2f2f4;
    width: 0;
    z-index: 998;
}

#header .news-scroll span .fa {
    padding-right: 10px;
}

ul.marquee {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    /*margin-right: 22px;*/
}

ul.marquee li {
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap;
    padding-left: 50px;
}

ul.marquee li strong {
    font-size: 13px;
}

ul.marquee .marque-tit {
    margin-right: 15px;
    text-transform: uppercase;
}


/*--------------------------------------------------
----------------------- About ---------------------
---------------------------------------------------*/

.about-section .signature {
    float: right;
    margin-bottom: 50px;
}


/*
.about-section .aboutInfo-contanier {
    height: 100%;
    margin: 10px 0;
    position: relative;
}
*/


/*.about-cover {
    background: linear-gradient(rgba(43, 48, 59, 0.75), rgba(43, 48, 59, 0.75)), url(../images/cover.jpg) no-repeat;
    background: -webkit-linear-gradient(rgba(43, 48, 59, 0.75), rgba(43, 48, 59, 0.75)), url(../images/cover.jpg) no-repeat;
    background-size: 100%;
    height: 265px;
    position: relative;
}*/

.map-location {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.27);
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.map-location img {
    opacity: .60;
    height: 40px;
    width: 40px;
}

.my-location {
    position: relative;
    width: 90%;
    height: 500px;
    margin: 20px auto;
}

#map {
    height: 100%;
    width: 100%;
}

.about-cover .about-details {
    height: 50px;
    line-height: 50px;
    padding: 10px;
    position: absolute;
    left: 0;
}

.about-cover .about-details div {
    color: rgba(255, 255, 255, 0.61);
    background: rgba(0, 0, 0, 0.27);
    height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
}

.about-cover .about-details .detail {
    padding: 0 10px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-weight: 300;
}

.about-cover .about-details .fa {
    background: rgba(0, 0, 0, 0.27);
    color: rgba(255, 255, 255, 0.75);
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 15px;
}

.about-cover .cover-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.24);
}

.about-cover .about-description {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.53);
    display: block;
    /* text-transform: uppercase; */
    line-height: 30px;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
}

.about-card {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 265px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 15px;
}

.card-face.face1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.show-menu .card-face.face1 {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.card-face.face2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.show-menu .card-face.face2 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border: 1px solid #DBDBE0;
}

.card-face {
    width: 100%;
    height: 265px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#google-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e7eaf0;
}

#cd-google-map {
    position: relative;
    width: 100%;
    height: 100%;
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #2b303b;
    background-repeat: no-repeat;
    background-size: 32px 64px;
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

#cd-zoom-out {
    background-position: 50% -32px;
}

#cd-google-map address {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    padding-left: 65px;
    line-height: 40px;
    background-color: #F6F6F8;
    border-top: 1px solid #DBDBE0;
}

.back-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #DBDBE0;
}

.rw-words {
    display: inline;
    text-indent: 2px;
}

.rw-words span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}

.rw-words span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.rw-words span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.rw-words span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.rw-words span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.about-cover .status {
    width: auto;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    font-weight: 300;
    display: block;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.27);
    color: rgba(255, 255, 255, 0.75);
}

.about-cover .status .fa {
    margin-right: 10px;
    height: 28px;
    font-size: 10px;
    line-height: 28px;
    color: #63a924;
    text-align: center;
}

.verticaltab {
    margin-bottom: 15px;
}

.verticaltab .nav-tabs.nav-tabs-left {
    float: left;
    border-right: 0;
}

.verticaltab .nav-tabs.nav-tabs-left li a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.verticaltab .nav-tabs.nav-tabs-right {
    float: right;
    border-left: 0;
}

.verticaltab .nav-tabs.nav-tabs-right li a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    border-left: none;
    text-align: right;
}

.verticaltab .nav-tabs.nav-centered li a {
    text-align: center;
}

.verticaltab .nav-tabs.nav-tabs-left,
.verticaltab .nav-tabs.nav-tabs-right {
    border-bottom: 0;
    max-width: 33%;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.verticaltab .nav-tabs.nav-tabs-left li,
.verticaltab .nav-tabs.nav-tabs-right li {
    float: none;
    margin: 0;
}

.verticaltab .nav-tabs.nav-tabs-left li a,
.verticaltab .nav-tabs.nav-tabs-right li a {
    color: rgba(255, 255, 255, 0.82);
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 17px;
    margin-bottom: 15px;
    border-radius: 0;
    border: none;
}

.verticaltab .nav-tabs.nav-tabs-left li a:hover,
.verticaltab .nav-tabs.nav-tabs-right li a:hover {
    opacity: 0.82;
    border: none;
}

.verticaltab .nav-tabs.nav-tabs-left li.active a,
.verticaltab .nav-tabs.nav-tabs-right li.active a,
.verticaltab .nav-tabs.nav-tabs-left li.active .glyphicon,
.verticaltab .nav-tabs.nav-tabs-right li.active .glyphicon {
    color: #565c6b;
}

.verticaltab .nav-tabs.nav-tabs-left li.active a:hover,
.verticaltab .nav-tabs.nav-tabs-right li.active a:hover,
.verticaltab .nav-tabs.nav-tabs-left li.active .glyphicon:hover,
.verticaltab .nav-tabs.nav-tabs-right li.active .glyphicon:hover {
    color: #444;
}

.verticaltab .nav-tabs.nav-tabs-left li.active a,
.verticaltab .nav-tabs.nav-tabs-right li.active a,
.verticaltab .nav-tabs.nav-tabs-left li.active a:hover,
.verticaltab .nav-tabs.nav-tabs-right li.active a:hover,
.verticaltab .nav-tabs.nav-tabs-left li.active a:focus,
.verticaltab .nav-tabs.nav-tabs-right li.active a:focus {
    background: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0;
}

.verticaltab .nav-tabs.nav-tabs-left li:not(:last-of-type),
.verticaltab .nav-tabs.nav-tabs-right li:not(:last-of-type) {
    margin-bottom: -1px;
}

.verticaltab .tab-content.side-tabs .tab-pane {
    display: none;
    padding: 20px;
    overflow-y: auto;
    border: 1px solid #a1a1a4;
}

.verticaltab .tab-content.side-tabs-left {
    margin-left: 45px;
}

.verticaltab .tab-content.side-tabs-left .tab-pane {
    border-radius: 0 4px 4px 0;
}

.verticaltab .tab-content.side-tabs-left .tab-pane.active {
    display: block;
    background-color: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0;
    border-radius: 0;
}

.verticaltab .tab-content.side-tabs-right {
    margin-right: 45px;
}

.verticaltab .tab-content.side-tabs-right .tab-pane {
    border-radius: 4px 0 0 4px;
}

.verticaltab .mytabtitle {
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
    color: rgba(86, 92, 107, 0.9);
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: 600;
}

.verticaltab .mytabsubtitle {
    margin: 3px 0;
    font-size: 12px;
    text-transform: uppercase;
}


/*--------------------------------------------------
----------------------- Resume ---------------------
---------------------------------------------------*/

.resume {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resume > li {
    position: relative;
    margin-bottom: 15px;
}

.resume > li:before,
.resume > li:after {
    display: table;
    content: " ";
}

.resume > li:after {
    clear: both;
}

.resume > li > .timeline-item {
    margin-top: 0px;
    background: rgba(248, 249, 251, 0.6);
    margin-left: 60px;
    padding: 20px;
    position: relative;
    border: 1px solid #DBDBE0;
}

.resume > li > .timeline-item > .timeline-location {
    float: right;
    margin: 2px 0 0 0;
    font-weight: 600;
    border-radius: 0;
    font-size: 11px;
    line-height: 14px;
    color: #565c6b;
    padding: 2px 5px;
    font-family: Titillium Web;
    text-transform: uppercase;
}

.resume > li > .timeline-item > .timeline-location .fa {
    margin-right: 5px;
    font-size: 12px;
}

.resume > li > .timeline-item > .timeline-header {
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
    color: rgba(86, 92, 107, 0.9);
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: 600;
}

.resume > li > .timeline-item > .timeline-header > a {
    /*font-weight: 400;*/
}

.resume > li > .timeline-item > .timeline-body {
    padding: 2px 0px;
}

.resume > li > .timeline-item > .timeline-body span {
    line-height: 24px;
    text-align: justify;
    position: relative;
    color: #565c6b;
    display: inline-block;
    padding: 5px 0;
}

.resume > li > .resume-tag {
    width: 45px;
    height: 100%;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: rgba(255, 255, 255, 0.82);
    ;
    text-align: center;
    top: 0;
    padding: 8px;
}

.resume > li > .resume-tag .fa {
    height: 30px;
    width: 100%;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.13);
}

.resume .resume-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.13);
}

.resume .resume-date span {
    width: 45px;
    display: block;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
}

.resume .resume-date .separator {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    height: 0;
    margin: 0 auto;
    width: 25px;
}

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

.resume-wrapper {
    position: relative;
}


/*--------------------------------------------------
------------------ Publication ---------------------
---------------------------------------------------*/

.card-drop {
    position: relative;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px;
    z-index: 999;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.card-drop a {
    display: block;
    width: 100% !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-family: Titillium Web;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #565c6b;
    text-transform: uppercase;
    background-color: #e4e5e7;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.card-drop > a.toggle {
    display: inline-block;
    color: #565c6b;
    border: 1px solid rgba(120, 129, 149, 0.33);
    font-family: Titillium Web;
    line-height: 37px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    z-index: 300;
    cursor: pointer;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    background-color: #f2f2f4;
}

.card-drop > a.toggle:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.card-drop > a.toggle:active {
    -moz-transform: rotateX(60deg);
    -webkit-transform: rotateX(60deg);
    transform: rotateX(60deg);
}

.card-drop > a.toggle.active:before {
    content: '\f0d8';
}

.card-drop > a.toggle:before {
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 1.3em;
    color: rgba(120, 129, 149, 0.8);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-left: 1px solid #D3D0D0;
    cursor: pointer;
}

.card-drop ul {
    position: absolute;
    height: 100%;
    top: 0;
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.card-drop ul li {
    margin: 0 auto;
    -moz-transition: all, 0.4s ease-out;
    -o-transition: all, 0.4s ease-out;
    -webkit-transition: all, 0.4s ease-out;
    transition: all, 0.4s ease-out;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    cursor: pointer;
}

.card-drop ul li a:hover {
    background-color: #EEEFF0;
}

.card-drop ul li.active a {
    background-color: #EEEFF0;
    cursor: default;
}

.card-drop ul li.closed a:hover {
    cursor: default;
    background-color: #EEEFF0;
}

.publication-form {
    /*margin-top: 10px;*/
    font-size: 12px;
}

.publication-sort {
    bottom: 2px;
}

.sorting-button {
    width: 100%;
    float: right;
    border: 1px solid rgba(120, 129, 149, 0.33);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.sorting-button:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.sorting-button button {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background: #f2f2f4;
    float: right;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid rgba(120, 129, 149, 0.33);
    padding: 0;
}

.sorting-button span {
    height: 40px;
    line-height: 40px;
    font-family: Titillium Web;
    color: #565c6b;
    font-size: 13px;
    padding-left: 13px;
    font-weight: 600;
}

.publication-header {
    height: 50px;
    left: 0;
    width: 100%;
    top: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #DBDBE0;
}

.media {
    background: rgba(248, 249, 251, 0.6);
    padding: 20px 20px 10px 20px;
    position: relative;
    border: 1px solid #DBDBE0;
}

.media>.pull-left {
    margin-right: 20px;
}

.media .publication_description {
    line-height: 24px;
    text-align: justify;
    position: relative;
    color: #565c6b;
    display: inline-block;
    padding: 5px 0 0 0;
}

.media h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 13px;
    color: rgba(86, 92, 107, 0.9);
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: 600;
}

.media h4 {
    margin: 3px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.media hr {
    border-color: #CED7E2;
    background-color: #CED7E2;
    color: #CED7E2;
    margin: 14px 0 6px 0 !important;
}

.media .panel {
    margin-bottom: 0px;
    border: 0;
}

.media .panel-heading {
    height: 80px;
}

.media .panel-heading {
    font-size: 50px;
    color: #fff;
    opacity: 1;
}

.media .panel-body {
    padding: 0 15px;
}

.media .media-body {
    padding-left: 20px;
    border-left: 1px solid #DBDBE0;
}

.media .date {
    width: 80px;
    padding-right: 0;
}

.media .date .day {
    font-weight: 300;
    display: block;
    text-align: center;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 38px;
}

.media .date .month {
    width: 100%;
    display: inline-block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    /*font-weight: 500;*/
    text-align: center;
    padding-bottom: 3px;
    line-height: 23px;
}

.media .date .year {
    padding: 4px 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.13);
    /*font-weight: 300;*/
    color: rgba(255, 255, 255, 0.82);
    line-height: 17px;
    font-size: 12px;
}

.media .publication_authors {
    float: right;
    line-height: 17px;
    font-size: 12px;
    margin-top: 2px;
}

#mygrid {
    position: relative;
    margin: 13px 0 0 0;
    overflow: hidden;
    line-height: 17px;
}

#mygrid .publication_item {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.media .ex-link {
    width: 30px;
    height: 30px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    border-left: 1px solid #DBDBE0;
    border-bottom: 1px solid #DBDBE0;
    font-size: 16px;
    top: 0;
    right: 0;
    display: block;
    color: rgba(120, 129, 149, 0.58);
    position: absolute;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.media .ex-link:hover {
    background: #878e98;
    color: #2c3039
}

.label-pub,
.selected {
    font-weight: 400;
    border-radius: 0;
    margin-right: 2px;
    padding: 1px 5px;
    font-size: 10px;
    display: inline-block;
    height: 15px;
    line-height: 14px;
}

.selected {
    background: #2b303b;
    border-radius: 0;
}

.publication-detail {
    position: relative;
    background: #f1f2f5;
    width: auto;
    width: 500px;
    margin: 40px auto;
    padding: 60px;
    width: 90%;
}

.publitypes-container {
    text-align: center;
}

.publication-detail p {
    text-align: justify;
    line-height: 24px;
}

.publication-detail .publication_title {
    font-weight: bold;
    line-height: 21px;
    font-family: Titillium Web;
    text-transform: uppercase;
    margin: 40px 0 10px 0;
    font-size: 50px;
    text-align: center;
}

.publication-detail img {
    width: 100%;
    margin: 10px 0;
}

.project_content h5 {
        font-size: 20px;
    margin: 36px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.publication-detail .publication_authors {
    display: inherit;
    margin: 3px 0;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    margin: 20px 0 10px 0;
}

.publication-detail .ext_link {
    width: 35px;
    height: 35px;
    line-height: 38px;
    margin: 0px 0px 0px 5px;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.publication-detail .ext_link:hover {
    background: #fff;
}


/*--------------------------------------------------
--------------------- research ---------------------
---------------------------------------------------*/

.team_wrapper {
    margin-bottom: 15px;
    text-align: center;
    line-height: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.team-card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.team-card-container:hover .card,
.team-card-container.hover .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.team-card-container.static:hover .card,
.team-card-container.static.hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.card {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(248, 249, 251, 0.8);
    border: 1px solid #DBDBE0;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}

.team-card-container,
.front,
.back {
    width: 100%;
    height: 270px;
    display: inline-block;
}

.front,
.back {
    padding: 10px
}

.teamcol {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.team-card-container img {
    width: 100%;
    margin-bottom: 10px;
}

.team-card-container h3 {
    margin: 0;
    padding: 5px 0;
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
}

.team-card-container h4 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 11px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.team-card-container p {
    color: #565c6b;
    margin: 0;
}

.team-card-container .front .front-detail {
    position: absolute;
    bottom: 5px;
}

.team-card-container .back {
    text-align: center;
}

.team-card-container .back .social-icons {
    position: absolute;
    width: calc(100% - 20px);
    padding-top: 10px;
}

.team-card-container .back .social-icons a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 2px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.team-card-container .back .social-icons a:hover {
    color: #fff;
}

.slide-wrapper .btn-primary {
    text-decoration: none;
    color: #fff;
    background: #29b9d4;
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    transition: background-color 0.3s;
}

.slide-wrapper .btn-primary:hover {
    background: #f27935;
}

.slide-wrapper .btn-disabled {
    opacity: 0.2;
}

.slide-wrapper .btn-disabled:hover {
    background: #29b9d4;
}

.slide-wrapper {
    margin-bottom: 15px;
}

.slide {
    width: 100%;
    padding: 0;
    display: none;
    opacity: 0;
    margin: 0 auto;
    text-align: left;
    position: absolute;
}

.slide.active {
    display: inline-block;
    opacity: 1;
    position: relative;
}

.slide-header {
    padding: 16px 20px;
    margin-bottom: 15px;
    background: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0;
}

.slide-header h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 13px;
    color: rgba(86, 92, 107, 0.9);
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: 600;
}

.slide-header h4 {
    margin: 3px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.slide-content {
    height: 100%;
    padding: 16px 20px;
    background: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0;
    line-height: 24px;
    text-align: justify;
    position: relative;
}

.res_nav {
    margin-bottom: 15px;
    display: inline-block;
    float: right;
}

.res_nav a {
    width: 40px;
    height: 40px;
    margin-left: 6px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    border: 1px solid rgba(120, 129, 149, 0.33);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.res_nav a:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.res_nav:hover {
    color: #788195;
}

.res_nav .btn-primary:first-child {
    margin-left: 0;
}

.slider-details {
    margin: 0;
    width: calc(100% - 100px);
    height: 40px;
    /*font-weight: 300;*/
    line-height: 40px;
    position: relative;
    color: rgba(255, 255, 255, 0.82);
}

.slider-details .fa {
    margin-right: 10px;
}

.slide-counter,
.slide-date {
    margin-right: 20px;
}

.slide-counter {
    height: 40px;
    display: inline-block;
    width: 70px;
    text-align: center;
    background: rgba(0, 0, 0, 0.13);
}

.slide-date {
    height: 40px;
    display: inline-block;
    width: calc(100% - 79px);
    position: absolute;
    font-size: 13px;
    font-weight: 300;
}


/*--------------------------------------------------
--------------------- Teaching ---------------------
---------------------------------------------------*/

.teaching-section .teaching {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.teaching-section .teaching > li {
    position: relative;
    margin-bottom: 10px;
}

.teaching-section .teaching > li:before,
.teaching-section .teaching > li:after {
    display: table;
    content: " ";
}

.teaching-section .teaching > li:after {
    clear: both;
}

.teaching-section .teaching > li > .timeline-item {
    margin-top: 0px;
    background: rgba(248, 249, 251, 0.6);
    margin-left: 55px;
    padding: 10px;
    position: relative;
    border: 1px solid #DBDBE0;
}

.teaching-section .teaching > li > .timeline-item > .timeline-header {
    margin: 0;
    padding: 5px 0;
    font-size: 0.9em;
    color: #565c6b;
    font-family: Titillium Web;
}

.teaching-section .teaching > li > .timeline-item > .timeline-header > a {
    /*font-weight: 400;*/
}

.teaching-section .teaching > li > .timeline-item > .timeline-body {
    padding: 2px 0px;
}

.teaching-section .teaching > li > .timeline-item > .timeline-body span {
    line-height: 24px;
    text-align: justify;
    position: relative;
    color: #565c6b;
    display: inline-block;
}

.teaching-section .teaching > li > .teaching-tag {
    width: 45px;
    height: 100%;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: rgba(255, 255, 255, 0.82);
    ;
    text-align: center;
    top: 0;
    padding: 8px;
}

.teaching-section .teaching > li > .teaching-tag .fa {
    height: 30px;
    width: 100%;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.13);
}

.teaching-section .teaching .teaching-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.13);
}

.teaching-section .teaching .teaching-date span {
    width: 45px;
    display: block;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
}

.teaching-section .teaching .teaching-date .separator {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    height: 0;
    margin: 0 auto;
    width: 25px;
}

.teaching-section .teaching h4 {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 10px;
}

.teaching-section .teaching-wrapper {
    position: relative;
}


/*--------------------------------------------------
----------------------- Skills ---------------------
---------------------------------------------------*/

.skolls {
    background: rgba(248, 249, 251, 0.6);
    padding: 16px 20px 20px 20px;
    position: relative;
    border: 1px solid #DBDBE0;
    margin-bottom: 15px;
    line-height: 17px;
}

.skill-description {
    margin: 6px 0;
    line-height: 24px;
    text-align: justify;
    position: relative;
    color: #565c6b;
    display: inline;
}

.bar-main-container {
    padding: 7px;
    color: #fff;
    margin-top: 10px;
}

.bar-percentage {
    background: rgba(0, 0, 0, 0.13);
    text-align: center;
    float: left;
    margin-right: 7px;
    font-size: 18px;
    /*font-weight: 300;*/
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.82);
}

.wrap {
    height: 50px;
}

.bar-container {
    height: 2px;
    background: rgba(0, 0, 0, 0.13);
    margin: 7px 0px;
    overflow: hidden;
}

.bar {
    float: left;
    background: rgba(255, 255, 255, 0.82);
    ;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.skill-detail .fa {
    width: 20px !important;
}

.skill-detail {
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 16px;
}

.labelsection {
    float: left;
    margin: 2px 0 0 0;
    font-weight: 400;
    border-radius: 0;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.13);
    color: rgba(255, 255, 255, 0.77);
    padding: 2px 5px;
    margin-right: 5px;
}

.skilltitle {
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
    color: rgba(86, 92, 107, 0.85);
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: 600;
}


/*--------------------------------------------------
---------------------- PRICING ---------------------
---------------------------------------------------*/

.pricing-table-wrapper {
    margin-bottom: 15px;
}

.pricing-table-wrapper .pricing-table {
    background: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0;
    display: inline-block;
    min-height: 200px;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}

.pricing-table-wrapper .pricing-table-header {
    background: #565656;
    text-align: center;
}

.pricing-table-wrapper .pricing-table-header h1 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.05em;
    padding: 30px 0;
    margin: 0;
    letter-spacing: 2px;
    background: #2b303b;
    font-family: Titillium Web;
    text-transform: uppercase;
}

.pricing-table-wrapper .pricing-table-header h3 {
    color: #fff;
    font-size: 1em;
    /*font-weight: 300;*/
    margin-top: 0;
    margin-bottom: -13px;
    letter-spacing: 0.05em;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-family: Titillium Web;
}

.pricing-table-wrapper .pricing-table-content {
    background: rgba(248, 249, 251, 1);
    border: 1px solid #e2e1dc;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0;
    border-radius: 0;
    margin: 0 2em 2em;
}

.pricing-table-wrapper .pricing-table-content li {
    line-height: 1.5;
    padding: 8px 0;
    width: 100%;
}

.pricing-table-wrapper .iconicfill-check {
    color: #fAb58e;
    padding: 0 1em 0 1.5em;
    margin: 0;
}

.pricing-table-wrapper .pricing-details {
    font-size: 14px;
    line-height: 3em;
    list-style: none;
    padding: 10px 30px;
}

.pricing-table-wrapper .signup {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto 2.250em;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 88%;
    background: rgba(248, 249, 251, 0.6);
    letter-spacing: 2px;
    font-family: Titillium Web;
    border: 1px solid rgba(120, 129, 149, 0.33);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.pricing-table-wrapper .signup:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


/*--------------------------------------------------
------------------ TEAM / PROCESS ------------------
---------------------------------------------------*/

.proceess_wrap {
    margin-bottom: 15px;
}

.proceess_wrap #ourprocess .proceess {
    background: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0 !important;
    border: 0 none;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.proceess_wrap #ourprocess .proceess h3 {
    font-family: Titillium Web;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.proceess_wrap #ourprocess .proceess:not(:first-of-type) {
    display: none;
}

.proceess_wrap #ourprocess .action-button {
    width: 120px;
    background: rgba(248, 249, 251, 0.6);
    text-transform: uppercase;
    font-weight: bold;
    font-family: Titillium Web;
    font-size: 12px;
    color: #565c6b;
    border: 1px solid rgba(120, 129, 149, 0.33);
    cursor: pointer;
    padding: 10px 5px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.proceess_wrap #ourprocess .action-button:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.proceess_wrap #ourprocess .next {
    float: right;
}

.proceess_wrap #ourprocess .previous {
    float: left;
}

.proceess_wrap #progressbar {
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 15px 0 6px 0;
    counter-reset: step;
    border: 1px solid #DBDBE0;
    text-align: center;
}

.proceess_wrap #progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: Titillium Web;
    float: left;
    position: relative;
    font-weight: 600;
}

.proceess_wrap #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 10px;
    color: #333;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 auto 10px auto
}

.proceess_wrap #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

.proceess_wrap #progressbar li:first-child:after {
    content: none;
}

.proceess_wrap #progressbar li.active:before,
.proceess_wrap #progressbar li.active:after {
    color: white;
}


/*--------------------------------------------------
--------------------- Porfolio ---------------------
---------------------------------------------------*/

.portfol-filter .card-drop-portfolio {
    position: relative;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px;
    z-index: 999;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.portfol-filter .card-drop-portfolio a {
    display: block;
    width: 100% !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    font-family: Titillium Web;
    /*font-weight: 400;*/
    text-decoration: none;
    text-transform: uppercase;
    color: #565c6b;
    background-color: #e4e5e7;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.portfol-filter .card-drop-portfolio > a.toggle {
    display: inline-block;
    color: #565c6b;
    border: 1px solid rgba(120, 129, 149, 0.33);
    font-size: 13px;
    font-weight: 600;
    font-family: Titillium Web;
    line-height: 37px;
    position: relative;
    z-index: 300;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    background-color: #f2f2f4;
    cursor: pointer;
}

.portfol-filter .card-drop-portfolio > a.toggle:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.portfol-filter .card-drop-portfolio > a.toggle:active {
    -moz-transform: rotateX(60deg);
    -webkit-transform: rotateX(60deg);
    transform: rotateX(60deg);
}

.portfol-filter .card-drop-portfolio > a.toggle.active:before {
    content: '\f0d8';
}

.portfol-filter .card-drop-portfolio > a.toggle:before {
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 1.3em;
    color: rgba(120, 129, 149, 0.8);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-left: 1px solid #D3D0D0;
    cursor: pointer;
}

.portfol-filter .card-drop-portfolio ul {
    position: absolute;
    height: 100%;
    top: 0;
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.portfol-filter .card-drop-portfolio ul li {
    margin: 0 auto;
    -moz-transition: all, 0.4s ease-out;
    -o-transition: all, 0.4s ease-out;
    -webkit-transition: all, 0.4s ease-out;
    transition: all, 0.4s ease-out;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    cursor: pointer;
}

.portfol-filter .card-drop-portfolio ul li a:hover {
    background-color: #EEEFF0;
}

.portfol-filter .card-drop-portfolio ul li.active a {
    background-color: #EEEFF0;
    cursor: default;
}

.portfol-filter .card-drop-portfolio ul li.closed a:hover {
    cursor: default;
    background-color: #EEEFF0;
}

.portfol-form {
    margin-bottom: 15px;
}

.portfolio-wrapper {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.portfolio-wrapper figure {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 270px;
    text-align: center;
    cursor: pointer;
    margin-bottom: -2px;
    border-bottom: 17px solid #f2f2f4;
}

.portfolio-wrapper figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.portfolio-wrapper figure figcaption {
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio-wrapper figure figcaption::before,
.portfolio-wrapper figure figcaption::after {
    pointer-events: none;
}

.portfolio-wrapper figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-wrapper figure h3 {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Titillium Web;
    font-size: 17px;
}

.portfolio-wrapper figure h3,
.portfolio-wrapper figure p {
    margin: 0;
    border: none;
}

.portfolio-wrapper figure p {
    font-size: 68.5%;
}

.portfolio-wrapper figure .spa-wrap {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.portfolio-wrapper figure .label {
    border-radius: 0;
    font-weight: 400;
    padding: 0px 14px;
    text-transform: uppercase;
    font-family: Titillium Web;
    font-size: 12px;
    margin-left: 3px;
}

.portfolio-wrapper figure .label-danger {
    background: #ec971f;
}

.portfolio-wrapper figure .label-primary {
    background: #d2322d;
}

.work_desc {
    position: relative;
    background: #f1f2f5;
    width: auto;
    width: 90%;
    margin: 20px auto;
}

.work_desc .image_work {
    
}

.work_desc .image_work img {
    width: 100%;
}

.work_desc .project_content {
    padding: 60px;
    ;
}

.work_desc .project_content .project_title {
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 50px;
    font-family: Titillium Web;
    text-transform: uppercase;
}

.work_desc .project_content .project_desc {
    line-height: 24px;
    text-align: justify;
    position: relative;
}
.work_desc .project_content  img {
 width: 100%;
    margin: 10px 0;
}
.work_desc .ext_link {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0px 0px 0px 5px;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 17px;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.work_desc .ext_link:hover {
    background-color: #fff;
}

.work_desc .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-wrapper figure.effect-milo {
    background: #000;
}

.portfolio-wrapper figure.effect-milo img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.portfolio-wrapper figure.effect-milo:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.portfolio-wrapper figure.effect-milo .work_title {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

.portfolio-wrapper figure.effect-milo h5 {
    margin: 0;
}

.portfolio-wrapper figure.effect-milo .portfolio_button {
    padding: 90px 0 0 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.portfolio-wrapper figure.effect-milo:hover .portfolio_button {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-wrapper .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.portfolio-wrapper .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.portfolio-wrapper .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.portfolio-wrapper .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.portfolio-wrapper .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.portfolio-wrapper .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.portfolio-wrapper .portfolio_button {
    display: block;
    text-align: center;
    margin: auto;
}

.portfolio-wrapper .hovicon {
    display: inline-block;
    font-size: 15px;
    line-height: 50px;
    cursor: pointer;
    margin: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.portfolio-wrapper .hovicon.small {
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    margin: 7px;
}

.portfolio-wrapper .hovicon.mini {
    font-size: 15px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    margin: 7px;
}

.portfolio-wrapper .hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}

.portfolio-wrapper .hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.portfolio-wrapper .hovicon.effect-9 {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.portfolio-wrapper .hovicon.effect-9:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 1px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.portfolio-wrapper .hovicon.effect-9.sub-b:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.portfolio-wrapper .hovicon.effect-9.sub-b:hover {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    color: #fff;
}

.portfolio-wrapper .hovicon.effect-9.sub-b:hover i {
    color: #fff;
}

.portfocount_container {
    width: 100%;
    height: 40px;
    line-height: 39px;
    font-family: Titillium Web;
    float: right;
    color: rgba(255, 255, 255, 0.82);
}

.portfocount_container .pnumbercount {
    width: 40px;
    height: 39px;
    display: inline-block;
    line-height: 39px;
    text-align: center;
    font-size: 15px;
    float: right;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0;
    background: rgba(0, 0, 0, 0.13);
}

.portfocount_container span {
    height: 40px;
    line-height: 40px;
    font-family: Titillium Web;
    font-size: 13px;
    font-weight: 600;
    padding-left: 13px;
    text-transform: uppercase;
}


/*--------------------------------------------------
---------------------- SERVICE ---------------------
---------------------------------------------------*/

.service-section .serv-wrap {
    position: relative;
    padding: 6px 20px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    transition: border 200ms ease;
    background: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0;
    cursor: pointer;
}

.service-section .services-wrap {
    margin-bottom: 15px;
    text-align: center;
    line-height: 0;
}

.service-section .serv-wrap .serv-icons {
    font-size: 45px;
    margin: 20px 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    line-height: 130px;
    color: rgba(255, 255, 255, 0.77);
}

.service-section .serv-wrap h3 {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: Titillium Web;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
}

.service-section .serv-wrap p {
    margin: 0;
    line-height: 24px;
    text-align: justify;
    position: relative;
    color: #565c6b;
    display: inline-block;
}

.service-section .serv-wrap .servicelistt ul {
    padding: 0px;
}

.service-section .serv-wrap .servicelistt ul li {
    line-height: 35px;
    /*height: 35px;*/
    font-family: Titillium Web;
    text-transform: uppercase;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.77);
    list-style: none;
    font-weight: 600;
    font-size: 13px;
}

.service-section .serv-wrap .servicelistt ul li .fa {
    padding-right: 5px;
}

.service-section .serv-wrap:hover {
    border: 1px solid #DBDBE0;
}

.service-section .serv-wrap:hover .slide {
    bottom: 0;
    cursor: pointer;
}

.service-section .animated {
    animation-duration: 500ms;
    animation-fill-mode: both;
    animation-delay: 1s;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
        transform: translateY(-120%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.service-section .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.service-section p.title {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    /*font-weight: 400;*/
    height: 36px;
    width: 890px;
    background: #013d47;
    border: 1px solid #2ba74e;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}

@-moz-keyframes fadein {
    0% {
        opacity: .1;
        -moz-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: .1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadein {
    0% {
        opacity: .1;
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*--------------------------------------------------
----------------------- Blog ------ ----------------
---------------------------------------------------*/

.hs-sidebar {
    /* position: fixed; */
    /* z-index: 999; */
    color: #788195;
    /* width: 290px; */
    /* right: 0px; */
    /* top: 0px; */
    /* height: 100%; */
    padding-right: 10px;
    padding-left: 0;
}

.blog-body {
    padding: 0;
    line-height: 17px;
}

.sticky .featured {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-left: 40px solid rgba(0, 0, 0, 0);
}

.sticky .featured i {
    position: absolute;
    height: 40px;
    top: -35px;
    left: -19px;
    color: #fff;
    font-size: 14px;
    opacity: 0.70;
}

.post-container {
    margin: 0 0 0 310px;
    padding: 0;
    height: auto;
}

.post-container .content-wrapper {
    background: #f2f2f4;
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    position: relative;
}

.post-container .mypost-title {
    border-bottom: 1px solid #DBDBE0;
}

.post-container .mypost-date {
    float: left;
    text-align: center;
    width: 80px;
    height: 90px;
    border-right: 1px solid #DBDBE0;
}

.post-container .mypost-date .mypost-day {
    font-weight: 200;
    display: block;
    text-align: center;
    line-height: 100%;
    font-size: 40px;
}

.post-container .mypost-date .mypost-month {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    /*font-weight: 500;*/
    text-align: center;
    padding-bottom: 3px;
    line-height: 23px;
}

.post-container .mypost-date .mypost-year {
    padding: 2px 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    /*font-weight: 300;*/
    border-top: 1px solid #DBDBE0;
    line-height: 17px;
}

.post-container .title-wrap {
    height: 90px;
    padding: 10px 20px;
    overflow: hidden;
}

.post-container .btags a {
    background: #2dbe60;
    margin: 0 3px 0px 0;
    padding: 3px 5px;
    color: rgba(255, 255, 255, 0.82);
    text-transform: uppercase;
    font-size: 10px;
    font-family: Titillium Web;
}

.post-container .title-wrap h2 {
    font-family: Titillium Web;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0 7px 0;
}

.post-container .mypost-thumb {
    border-bottom: 1px solid #DBDBE0;
}

.post-container .post-content p {
    line-height: 24px;
    text-align: justify;
}

.post-container .post-content {
    padding: 15px 20px;
}

.post-container .mypost-meta {
    border-top: 1px solid #DBDBE0;
    font-size: 12px;
    padding: 0 20px 0 0;
    height: 40px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-family: Titillium Web;
    font-weight: 600;
}

.post-container .post-format-icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #DBDBE0;
    font-size: 16px;
}

.post-container .postmetwrap {
    display: inline-block;
    position: absolute;
}

.post-container .mypost-meta span {
    margin-right: 10px;
    margin-left: 20px;
}

.post-container .mypost-meta span .fa {
    margin-right: 5px;
}

.post-container .mypost-meta .read-more {
    display: inline-block;
    float: right;
    font-family: Titillium Web;
    text-transform: uppercase;
}

.mypost_pagination_loop {
    background: #f2f2f4;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin: 0px 10px 10px 10px;
    padding: 10px;
}

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

.mypost_pagination_loop li {
    display: inline-block;
    background-color: #21252d;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Titillium Web;
}

.mypost_pagination_loop ul .current {
    /*font-weight: 700;*/
}

.post-container .sharebuttons {
    border-top: 1px solid #DBDBE0;
    overflow: hidden;
    padding: 10px 20px;
}

.post-container .sharebuttons .sharebuttons_title {
    float: left;
    font-family: Titillium Web;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 4px;
}

.post-container .sharebuttons a {
    width: 25px;
    height: 25px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin: 0 2px;
    background: #2b303b;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.post-container .sharebuttons a:hover {
    color: #fff;
}

.post-container .author_box {
    background: #f2f2f4;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin: 0px 10px 10px 10px;
    overflow: hidden;
}

.post-container .author_box_avatar {
    float: left;
}

.post-container .author_box-info {
    overflow: hidden;
    padding: 15px;
}

.post-container .author_box-info h3 {
    font-family: Titillium Web;
    font-weight: bold;
    text-transform: uppercase;
}

.post-container .author_box-info p {
    line-height: 24px;
    text-align: justify;
    font-family: Titillium Web;
    font-size: 15px;
}

.post-container .comments-area {
    background: #f2f2f4;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin: 0px 10px 10px 10px;
    overflow: hidden;
    padding: 20px;
}

.post-container .comment-navigation {
    padding: 1em 0;
    margin: 3em 0;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px;
    font-size: 12px;
    font-family: Titillium Web;
    text-transform: uppercase;
}

.post-container .comment-navigation i {
    margin: 0 1em;
}

.post-container .pulse-post-author {
    font-size: 12px;
}

.page-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Titillium Web;
    font-size: 20px;
    background: #f2f2f4;
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 22px 10px;
}

.comments-title {
    font-size: 15px;
    font-family: Titillium Web;
    text-transform: uppercase;
}

.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}

ol.children {
    list-style-type: none;
}

.comment-list ol {
    margin-left: 50px;
}

.comment-meta {
    margin-bottom: 1em;
}

.comment-author .avatar {
    width: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}

.comment-author .fn {
    font-family: Titillium Web;
    text-transform: uppercase;
    /*font-weight: initial;*/
}

.comment-metadata {
    font-size: 12px;
    text-transform: uppercase;
}

.comment-content {}

.comment-content,
.reply {
    margin-left: 70px;
}

.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-content p {
    border: 1px solid #DBDBE0;
    padding: 10px;
    margin: 0;
    line-height: 24px;
}

.comment-content ol {
    margin-left: 1.5em;
}

.reply {
    text-transform: uppercase;
    font-family: Titillium Web;
    font-size: 10px;
    float: right;
    height: 24px;
    line-height: 24px;
}

.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: hsl(0, 0%, 91%);
    border: none;
    overflow: hidden;
}

.comment-reply-title {
    font-size: 17px;
    font-family: Titillium Web;
    margin-bottom: 25px;
}

.comment-notes {
    font-family: Titillium Web;
    margin-bottom: 20px;
}

.comment-form {}

.comment-form input {
    width: 100%;
    height: 40px;
    padding: 0px 15px 0px 15px;
    background: #f1f2f5;
    outline: none;
    font-size: 14px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    background: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0;
    font-family: Titillium Web !important;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    border: 1px solid rgba(86, 92, 107, 0.5);
}

.comment-form input[type="submit"] {
    height: 40px;
    width: 200px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    font-family: Titillium Web;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid rgba(120, 129, 149, 0.33);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background: none;
}

.comment-form input[type="submit"]:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.comment-form textarea {
    width: 100%;
    height: 110px;
    max-height: 110px;
    padding: 15px;
    background: #f1f2f5;
    font-size: 14;
    outline: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    background: rgba(248, 249, 251, 0.6);
    border: 1px solid #DBDBE0;
    font-family: Titillium Web !important;
    border-radius: 0;
}

.comment-form textarea:focus {
    border: 1px solid rgba(86, 92, 107, 0.5);
}

.comment-form label {
    display: block;
    text-transform: uppercase;
    font-family: Titillium Web;
    /*font-weight: 400;*/
}

.required {
    color: red;
}

.comment-awaiting-moderation {
    padding: .5rem 1rem;
    margin: 25px 0 0 0;
    font-family: Titillium Web;
    color: rgba(255, 255, 255, 0.67);
    background: #84bd68;
    background: hsl(100, 39%, 57%);
}

.form-allowed-tags {
    display: none;
}

.videopost_format {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videopost_format iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hs-sidebar .widget {
    background: #f2f2f4;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin: 10px 0;
    padding: 20px;
    position: relative;
}

.hs-sidebar .widget form[role="search"] {
    background: #f1f2f5;
    border: 1px solid #DBDBE0;
}
.widget_nav_menu ul li {
    margin: 0;
    padding: 0 0 0 10px !important;
    border-bottom:none !important;
    list-style-type: square !important;
}

.widget_nav_menu ul {
    margin-left: 10px !important;
}

.widget_nav_menu ul li:first-child {
padding: 0 !important;
}
.widget_nav_menu ul:first-child {
margin-left: 20px !important;
}
.widget_nav_menu ul li a {
    padding: 5px 0;
    display: inline-block;
}
.hs-sidebar .widget-title {
    font-family: Titillium Web;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #dedee6;
    margin: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.hs-sidebar .widget ul li {
    border-bottom: 1px solid #DBDBE0;
    list-style: none;
    padding: 10px 0;
    line-height: 19px;
    color: #565c6b;
}

.hs-sidebar .widget ul li:last-child {
    border-bottom: none;
}

.hs-sidebar .widget ul {
    margin: 0;
    padding: 0px;
}

.hs-sidebar .widget input[type="search"] {
    height: 40px;
    padding: 10px 15px;
    background: #f1f2f5;
    outline: none;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-family: Titillium Web !important;
}

.pulseshareon {
    height: 40px;
    border-top: 1px solid #DBDBE0;
    line-height: 40px;
}

.pulseshareon a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #DBDBE0;
    font-size: 16px;
}

.nav-links {
    background: #f2f2f4;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin: 0px 10px 10px 10px;
    overflow: hidden;
    font-family: Titillium Web;
    padding: 20px;
    font-size: 17px;
}

.post-navigation {
    margin: 0 !important;
}


/* Comments responsive */

@media screen and (max-width:600px) {
    .comment-list ol {
        margin-left: 0;
    }
    .comment-content ol {
        margin-left: 1.5em;
    }
    .comment-content,
    .reply {
        margin-left: 0;
    }
}

.pagecontainer {
    margin: 0 0 0 310px;
    padding: 10px 20px 30px 20px;
    background: #f2f2f4;
    height: 100vh;
    display: block;
    overflow: auto;
}

.pagecontainer404 {
    margin: 0 0 0 310px;
    padding: 5% 0;
    height: 100vh;
    display: block;
    overflow: auto;
}

.no-results .page-content {
    background: rgb(242, 242, 244) none repeat scroll 0% 0%;
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 15px 20px;
}

.no-results .page-content .search-field {
    height: 40px;
    padding: 0px 15px 0px 15px;
    background: #f1f2f5;
    outline: none;
    border-radius: 0;
    /*font-weight: 300;*/
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 1px solid #DBDBE0;
    font-family: Titillium Web !important;
    margin-right: 10px;
}

.no-results .page-content .search-field:focus {
    border: 1px solid rgba(86, 92, 107, 0.5);
}

.no-results .page-content .search-submit {
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    font-family: Titillium Web;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid rgba(120, 129, 149, 0.33);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background: none;
}

.no-results .page-content .search-submit:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


/*--------------------------------------------------
------------------ Page preloader ------------------
---------------------------------------------------*/

#page-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
    background-color: #2b303b;
}

#page-loader #demo-canvas {
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: .5;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-perspective: 12rem;
    -moz-perspective: 12rem;
    -ms-perspective: 12rem;
    -o-perspective: 12rem;
    perspective: 12rem;
    z-index: 2000;
    position: fixed;
    height: 6rem;
    width: 6rem;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 6rem;
    width: 6rem !important;
    line-height: 6rem;
    font-size: 2rem;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 23px;
    text-align: center;
    -webkit-animation: pulse 1s ease infinite;
    animation: pulse 1s ease infinite;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
}


/*--------------------------------------------------
-------------------- Jscrollpane  ------------------
---------------------------------------------------*/

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0px;
    width: 4px;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

aside .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 4px;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 7px;
    background: transparent;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    position: relative;
}

.jspDrag {
    background: rgba(105, 118, 134, 0.27);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}


/*--------------------------------------------------
--------------- Magnific Popup CSS  ----------------
---------------------------------------------------*/


/*  */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

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

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.panel-grid-cell .so-panel {
    margin-bottom: 0 !important;
}


/************************************************/

.wpcf7 input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 0px 15px 0px 15px;
    background: #f1f2f5;
    outline: none;
    border-radius: 0;
    /*font-weight: 300;*/
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 1px solid #DBDBE0;
    font-family: Titillium Web !important;
}

.wpcf7 input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 0px 15px 0px 15px;
    background: #f1f2f5;
    outline: none;
    border-radius: 0;
    /*font-weight: 300;*/
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 1px solid #DBDBE0;
    font-family: Titillium Web !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 110px;
    max-height: 110px;
    padding: 15px;
    background: #f1f2f5;
    /*font-weight: 300;*/
    outline: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 1px solid #DBDBE0;
    font-family: Titillium Web !important;
    border-radius: 0;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border: 1px solid rgba(86, 92, 107, 0.5);
}

.wpcf7 input[type="submit"] {
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    font-family: Titillium Web;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid rgba(120, 129, 149, 0.33);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background: none;
}

.wpcf7 input[type="submit"]:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color;
    #565c6b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.wpcf7 p {
    margin: 0 !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    text-transform: uppercase;
    float: left;
    margin-bottom: 13px;
}

.error404 {
    max-height: 700px;
    overflow: hidden;
}

.error-404 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.error-404.c {
    text-align: center;
    display: block;
    position: relative;
    width: 80%;
    margin: 100px auto;
}

.error-404 ._404 {
    font-size: 220px;
    position: relative;
    display: inline-block;
    z-index: 2;
    height: 250px;
    letter-spacing: 15px;
    line-height: 314px;
}

.error-404 ._1 {
    text-align: center;
    display: block;
    position: relative;
    letter-spacing: 5px;
    font-size: 2em;
    margin: 30px 0;
    text-transform: uppercase;
}

.error-404 .text {
    font-size: 70px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 19px 0px 0px 0px;
    /* top: 256.301px; */
    z-index: 3;
    width: 100%;
    line-height: 1.2em;
    display: inline-block;
}

.error-404 .btn {
    background-color: #788195;
    position: relative;
    border-radius: 0;
    display: inline-block;
    width: 358px;
    padding: 5px;
    z-index: 5;
    font-size: 25px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.73);
    text-decoration: none;
    margin-right: 10px;
}

.error-404 .right {
    float: right;
    width: 60%;
}

.error-404 hr {
    padding: 0;
    border: none;
    border-top: 5px solid #fff;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    width: 420px;
    height: 10px;
    z-index: -10;
}

.error-404 hr:after {
    content: "\2022";
    display: inline-block;
    position: relative;
    top: -0.75em;
    font-size: 2em;
    padding: 0 0.2em;
    background: #33cc99;
}

.cloud {
    width: 350px;
    height: 120px;
    background: #FFF;
    background: linear-gradient(top, #FFF 100%);
    background: -webkit-linear-gradient(top, #FFF 100%);
    background: -moz-linear-gradient(top, #FFF 100%);
    background: -ms-linear-gradient(top, #FFF 100%);
    background: -o-linear-gradient(top, #FFF 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: absolute;
    margin: 120px auto 20px;
    z-index: -1;
    transition: ease 1s;
}

.cloud:after,
.cloud:before {
    content: '';
    position: absolute;
    background: #FFF;
    z-index: -1
}

.cloud:after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.cloud:before {
    width: 180px;
    height: 180px;
    top: -90px;
    right: 50px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}

.x1 {
    top: -50px;
    left: 100px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.9;
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}

.x1_5 {
    top: -80px;
    left: 250px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation: moveclouds 17s linear infinite;
    -moz-animation: moveclouds 17s linear infinite;
    -o-animation: moveclouds 17s linear infinite;
}

.x2 {
    left: 250px;
    top: 30px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x3 {
    left: 250px;
    bottom: -70px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.8;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x4 {
    left: 470px;
    botttom: 20px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75;
    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}

.x5 {
    left: 200px;
    top: 300px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.8;
    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -1000px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -1000px;
    }
}

@-o-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -1000px;
    }
}


/*--------------------------------------------------
------------------ Media Queries  ------------------
---------------------------------------------------*/

@media screen and (max-width: 1024px) {
    .jspVerticalBar {
        opacity: 1;
    }
    .hs-content-scroller {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 755px) {
    body {
        overflow-x: auto;
        overflow-y: auto;
    }
    .pagecontainer {
        margin: 0;
        height: auto;
    }
    .pagecontainer404 {
        margin: 0;
        height: auto;
    }
    a.hs-totop-link {
        display: none;
    }
    .hs-content {
        -moz-box-shadow: 0 5px 9px -3px rgba(0, 0, 0, 0.24);
        -webkit-box-shadow: 0 5px 9px -3px rgba(0, 0, 0, 0.24);
        box-shadow: 0 5px 9px -3px rgba(0, 0, 0, 0.24);
    }
    .hs-menu {
        position: relative;
        width: 100%;
        height: 320px;
        left: 0;
    }
    .hs-inner {
        padding: 10px 20px 10px 20px;
    }
    .hs-headline {
        padding: 25px 0 0 0;
    }
    .hs-headline .download {
        color: #fff;
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 21px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    #my-panel .jspContainer {
        overflow: visible;
    }
    #my-panel a {
        display: block;
        width: 50px;
        height: 50px;
        color: #788195;
        text-align: center;
        line-height: 50px;
        border-bottom: 1px solid #565c6b;
        font-size: 21px;
    }
    #my-panel ul a {
        display: block;
        width: 50px;
        height: 50px;
        color: #788195;
        text-align: center;
        line-height: 50px;
        border-bottom: 1px solid #565c6b;
        font-size: 21px;
    }
    #my-panel a .fa-angle-down {
        display: none;
    }
    #my-panel ul {
        padding: 0;
        margin: 0;
    }
    #my-panel .menu_name {
        display: none;
    }
    #my-link {
        display: inline-block;
        position: fixed;
        right: 10px;
        top: 10px;
        width: 40px;
        font-size: 21px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
    }
    #header_container {
        display: none;
    }
    .aside1 {
        display: none;
    }
    .hs-content-scroller {
        position: relative;
        height: auto;
        left: 0;
    }
    .hs-content-wrapper {
        height: auto;
        width: auto !important;
        margin-left: 0px;
    }
    .admin-bar {
        overflow-y: scroll;
    }
    .admin-bar .hs-content-wrapper {
        height: auto;
        width: auto !important;
        margin-left: 0px;
    }
    .admin-bar .hs-menu {
        top: 0px;
    }
    .hs-content {
        border: none;
        margin: 20px 20px 20px 20px;
    }
    .hs-content,
    .hs-content:first-child {
        width: auto !important;
        float: none;
        overflow-y: auto;
    }
    .hs-content .sec-icon-resp {
        font-size: 21px;
        width: 40px;
        display: inline-block;
        height: 40px;
        line-height: 36px;
        text-align: center;
        background: #414A5E;
        color: #C4CDE0;
        position: relative;
        left: -15px;
        float: right;
    }
    .card-drop,
    .card-drop-portfolio {
        margin-bottom: 10px;
    }
    .media .publication_authors {
        width: 100%;
        margin-top: 5px;
    }
    .publication-detail {
        width: 90%;
    }
    .research-section .research-date-label {
        display: none;
    }
    .skill-detail {
        display: inline-block;
        font-size: 9px;
    }
    .skolls .bar-percentage {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .wrap {
        height: auto;
    }
    .post-container {
        margin: 0;
    }
    .hs-sidebar {
        padding-right: 10px;
        padding-left: 10px;
    }
    .error404 {
        overflow-y: scroll;
    }
    .panel-grid-cell {
        margin-bottom: 0px !important;
    }
    .hs-content-scroller .arrow-next a {
        display: none !important;
    }
    .hs-content-scroller .arrow-prev a {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    .resume-section .resume > li > .timeline-item > .timeline-location {
        float: none;
        padding-left: 0;
    }
    #research_wrapper h3 {}
    #research_wrapper .expand span {
        font-size: 11px;
    }
    .skolls .bar-percentage {
        width: 100%;
        margin-bottom: 5px;
    }
    .about-cover .about-description {
        padding: 0 10px;
        font-size: 13px;
    }
    .resume > li > .timeline-item > .timeline-location {
        float: left;
        margin-bottom: 10px;
        font-size: 10px;
        padding: 0;
        width: 100%;
    }
    .resume > li > .timeline-item > .timeline-location .fa {
        display: none;
    }
    .resume > li > .timeline-item > .timeline-header {
        font-size: 12px;
    }
    .resume h4 {
        font-size: 10px;
    }
    .resume > li > .timeline-item {
        padding: 15px;
    }
    .proceess_wrap #progressbar li {
        font-size: 11px;
    }
    .media .date {
        width: 100%;
        margin-bottom: 10px;
    }
    .media .media-body {
        padding-left: 2px;
        border-left: none;
    }
    .media .ex-link {
        background: rgba(248, 249, 251, 0.8);
    }
    .research-section .slide-date {
        font-size: 10px;
    }
    .tabs-left .nav-tabs > li > a {
        min-width: 53px;
    }
    .tabs-left > .nav-tabs > li > a {
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
        font-size: 9px;
    }
    .team_wrapper .col-xs-6 {
        width: 100%;
    }
    .slide-counter {
        display: none;
    }
    .slide-date {
        width: 100%;
    }
    .res_nav {
        float: none;
        width: 100%;
    }
    .res_nav a {
        width: 49%;
        margin-left: 0;
    }
    .slider-details {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .slide-wrapper .fa-angle-right {
        float: right;
    }
}