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

html {
    margin-top: 0 !important;
}

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

body.archive,
body.single,
body.home,
body.page-template-default,
body.blog,
body.search {
    overflow-x: auto;
}

body.archive,
body.single,
body.home,
body.blog,
body.search {
    background: #E4E4E8;
}

.admin-bar {
    overflow: auto;
}

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: #727272;
    text-decoration: none !important;
}

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

a:hover,
a:focus {
    color: #727272;
}

.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);
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.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);
}

.secs-icon {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.3);
    left: 15px;
    bottom: 15px;
    position: absolute;
}

.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;
    border-radius: 50px;
}

.hs-inner .mainpage_title,
.singlepage-title {
    padding: 0 0 14px 0;
    margin-bottom: 16px;
    margin-top: 0px;
    font-size: 31px;
    font-family: Titillium Web;
    color: #727272;
    position: relative;
    text-transform: uppercase;
}

.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;
    line-height: 18px;
    margin-top: 50px;
    font-size: 17px;
    display: inline-block;
}

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

.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: 150px;
    color: #878e98;
    overflow: auto !important;
    overflow-x: hidden !important;
    border-right: 1px solid rgba(255, 253, 253, 0.32);
    z-index: 9999 !important;
    background: #F8F8F8;
    top: 60px !important;
}

.img-wrap-respo {
    display: none;
}

.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);
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

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

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

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


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

.hs-headline {
    text-align: center;
    background: rgb(243, 243, 243);
    height: 180px;
    line-height: 180px;
}

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

.hs-headline .img-wrap {
    display: block;
    width: 170px;
    margin: auto;
}

.hs-headline .img-wrap img {
    width: 100%;
    padding: 5px;
}

.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: #727272;
    width: 260px;
    left: 50px;
    top: 0px;
    height: 100%;
    background: #F8F8F8;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

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

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

.hs-menu nav {
    position: absolute;
    top: 190px;
    left: 0px;
    right: 0px;
    bottom: 80px;
}

.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 26px;
    outline: none;
    width: 260px;
    color: #686868;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.or-spacer {
    width: 260px;
    position: relative;
}

.or-spacer .mask {
    overflow: hidden;
    height: 20px;
}

.or-spacer .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px black;
}

.ureka-current-menu-item a {}

.hs-menu nav ul {
    padding: 0;
    margin: 5px 0;
}

.hs-menu .ureka-current-menu-item {}

.hs-menu nav ul.sub-menu {
    padding-left: 37px;
}

.hs-menu nav ul.sub-menu ul {}

.hs-menu nav ul.sub-menu .fa {
    width: 35px !important;
    height: 35px !important;
    font-size: 15px !important;
}

.hs-menu nav ul.sub-menu a .menu_name {
    font-size: 0.70em;
    margin-left: 3px;
    display: inline-block;
    width: 140px;
    height: 100%;
}

.hs-menu nav ul.sub-menu a {
    color: #a3a3a3;
}

.hs-menu nav ul.sub-menu li:before,
.hs-menu nav ul.sub-menu li:after {
    left: 0;
    content: "";
}

.hs-menu nav ul.sub-menu li:before {
    position: absolute;
    top: -2px;
    bottom: 0px;
    width: 1px;
    border-left: 1px dashed grey;
}

.hs-menu nav ul.sub-menu li:after {
    position: absolute;
    top: 20px;
    width: 20px;
    border-bottom: 1px dashed grey;
}

.hs-menu nav ul.sub-menu li {
    position: relative;
}

.hs-menu nav ul.sub-menu li:last-child:before {
    top: -20px;
    height: 40px;
}

.hs-menu nav ul.sub-menu li a:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: grey;
}

.hs-menu nav a:hover .fa {
    -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: 13px;
    line-height: 40px;
    font-family: Titillium Web;
    text-transform: uppercase;
    margin-left: 20px;
    font-weight: bold;
}

.hs-menu nav a .fa {
    font-size: 19px;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    float: left;
    /* background: #00000017; */
    border-radius: 50px;
}

.ureka-current-menu-item a .fa {
    color: #fff !important;
}

.hs-menu nav a .fa-angle-down {
    background: none !important;
    color: #a7a7a7 !important;
    width: 30px;
    border: none;
    box-shadow: none;
    float: right;
    font-size: 17px;
}

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

.hs-menu .aside-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 35px;
    text-align: center;
    background: rgb(243, 243, 243);
    border-top: 1px solid #DBDBE0;
}

.hs-menu .aside-footer .socialicons {
    height: 35px;
}

.hs-menu .aside-footer .urekacopyright {
    height: 35px;
}

.hs-menu .aside-footer .urekacopyright p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.hs-menu .aside-footer a {
    width: 25px;
    height: 25px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin: 0 2px;
    color: #686868;
    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: #F2F2F4;
    z-index: 999;
    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: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    border-bottom: 1px solid rgba(248, 248, 248, 0.38);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #F8F8F8;
    opacity: 0.8;
}

.aside1 a:hover {
    color: #F8F8F8;
    opacity: 1;
}

.aside1 .aside-content .part1 {
    font-family: Titillium Web;
    margin-right: 7px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    opacity: 0.6;
}

.aside1 .aside-content .part2 {
    letter-spacing: 3px;
    color: #F8F8F8;
    font-size: 14px;
    font-family: Titillium Web;
}


/*--------------------------------------------------
----------------------- Homepage -------------------
---------------------------------------------------*/

.homepagecontainer .bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 310px;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.homepagecontainer .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
}


/* Trigger Button */

.homepagecontainer .mousecontainer {
    position: fixed;
    bottom: 22px;
    width: -moz-calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    height: 42px;
    line-height: 42px;
    z-index: 500;
}

.homepagecontainer button.trigger {
    z-index: 5000;
    display: block;
    padding: 0;
    background: transparent;
    color: transparent;
    font-size: 2em;
    cursor: pointer;
}

.homepagecontainer:not(.notrans) button.trigger {
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.homepagecontainer.modify:not(.notrans) button.trigger {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.homepagecontainer button.trigger::before {
    position: absolute;
    bottom: 100%;
    left: -100%;
    padding: 0.8em;
    width: 300%;
    color: #fff;
    content: attr(data-info);
    font-size: 0.35em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.homepagecontainer button.trigger:focus {
    outline: none;
}

.homepagecontainer .mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}

.homepagecontainer .scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.intro-effect-sidefixed:not(.notrans) .bg-img::before {
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::after {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.intro-effect-sidefixed:not(.notrans) .title p {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.intro-effect-sidefixed:not(.notrans) .content>div {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after,
.intro-effect-sidefixed:not(.notrans) .title p,
.intro-effect-sidefixed:not(.notrans) .content>div {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 2;
}

.intro-effect-sidefixed .header {
    position: absolute;
}

.intro-effect-sidefixed .bg-img {
    position: fixed;
}

.intro-effect-sidefixed .bg-img img {
    left: auto;
    right: 0;
}

.intro-effect-sidefixed .bg-img::before,
.intro-effect-sidefixed .bg-img::after {
    content: '';
    position: absolute;
    z-index: 100;
}

.intro-effect-sidefixed .bg-img::after {
    background: #ebebeb;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.intro-effect-sidefixed.modify .bg-img::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.intro-effect-sidefixed .bg-img::before {
    width: 100%;
    height: 100%;
    background-color: rgba(247, 214, 169, 0.1);
}

.intro-effect-sidefixed.modify .bg-img::before {
    background-color: rgba(43, 48, 59, 0.7);
}

.intro-effect-sidefixed .bg-img::before {
    background-color: rgba(43, 48, 59, 0.5);
    z-index: 1;
}

.intro-effect-sidefixed .codrops-demos a {
    color: #f68f6c;
}

.intro-effect-sidefixed .title {
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    margin-top: 120px;
}

.intro-effect-sidefixed.modify .title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.intro-effect-sidefixed .title h1 {

    text-transform: uppercase;
    font-family: Titillium Web;
    font-size: 90px;
    margin: 0;
    font-weight: bold;
    color: #fff;
}

.intro-effect-sidefixed .title h6 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: Titillium Web;
}

.intro-effect-sidefixed .title h2 {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-family: Titillium Web;
    font-size: 13px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 4px 12px;
}

.intro-effect-sidefixed .title p {
    opacity: 0;
    color: #585a66;
}

.intro-effect-sidefixed.modify .title p {
    opacity: 1;
}

.intro-effect-sidefixed .content {
    width: 60%;
    margin-left: 40%;
    padding: 0 2.5em;
}

.intro-effect-sidefixed .content .nthtwo {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
}

.intro-effect-sidefixed.modify .content .nthtwo {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* Delays */

.intro-effect-sidefixed:not(.notrans) .title,
.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.intro-effect-sidefixed.modify:not(.notrans) .title,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::before,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.intro-effect-sidefixed.modify:not(.notrans) .content div:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


/* Media Queries */

@media screen and (max-width: 47em) {
    .codrops-demos a {
        font-size: 80%;
    }

    .intro-effect-side .title {
        width: 100%;
        padding: 0 1em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .intro-effect-side.modify .bg-img::before {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .intro-effect-side .bg-img::after {
        border-left-width: 0px;
        border-right-width: 0px;
        right: 0px;
        left: 0px;
        background: rgba(255, 255, 255, 0.1);
    }

    .intro-effect-side.modify .bg-img::after {
        background: rgba(255, 255, 255, 0.8);
    }

    .intro-effect-sidefixed .content {
        width: 100%;
        margin-left: auto;
    }

    .intro-effect-sidefixed .bg-img::after {
        width: 100%;
    }
}

@media screen and (max-width: 27em) {
    .intro-effect-jam3 .content {
        padding: 0 2em 5em;
    }

    .intro-effect-grid .grid li h2 {
        display: none;
    }

    .intro-effect-push .header .title {
        top: 60px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    button.trigger::before {
        display: none;
    }
}


/*--------------------------------------------------
----------------------- 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;
    top: 0;
    left: 0;
    right: 0;
    -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);
    height: 50px;
}

.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;
    border-right: 1px solid #DFDFDF;
    font-size: 12px;
    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;
}

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

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

ul.marquee .marque-tit {
    margin-right: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 10px;
    border-radius: 50px;
}


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

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

.map-location {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.5);
    height: 45px;
    width: 45px;
    cursor: pointer;
    border-radius: 50px;
}

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

.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.6);
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    border-radius: 50px;
}

.about-cover .about-details .detail {
    padding: 0 17px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

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

.about-cover .cover-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0 0 5px 5px;
}

.about-cover .about-description {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    line-height: 30px;
    padding: 15px 20px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-card {
    background-color: #F5F5F7;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    -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;
    border-radius: 5px;
}

.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: 2px solid #e8e8e8;
    background: #fdfdfd8c;
    border-radius: 5px;
}

.card-face {
    width: 100%;
    height: 300px;
    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: 2px solid #e8e8e8;
}

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

.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: 10px;
    line-height: 40px;
    display: block;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;
}

.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: 50px;
    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: #727272;
}

.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: 2px solid #e8e8e8;
}

.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;
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
    border-radius: 5px;
}

.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: #727272;
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: bold;
}

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

.textwidget {
    padding: 20px;
    margin-bottom: 15px;
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
    border-radius: 5px;
}


/*--------------------------------------------------
----------------------- 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: #fdfdfd8c;
    margin-left: 60px;
    padding: 20px;
    position: relative;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
}

.resume>li>.timeline-item>.timeline-location {
    float: right;
    margin: 2px 0 0 0;
    border-radius: 0;
    font-size: 10px;
    line-height: 14px;
    color: #727272;
    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: 12px;
    color: #727272;
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: bold;
}

.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: #727272;
    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;
    border-radius: 50px;
}

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

.resume .resume-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 50px 50px;
    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;
    font-weight: bold;
}

.resume-wrapper {
    position: relative;
}


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

.card-drop {
    position: relative;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px;
    z-index: 997;
}

.card-drop a {
    display: block;
    width: 100% !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-family: Titillium Web;
    font-size: 13px;
    text-decoration: none;
    color: #727272;
    text-transform: uppercase;
    background-color: #F2F2F4;
    -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: #727272;
    border: 2px solid rgba(120, 129, 149, 0.33);
    font-family: Titillium Web;
    line-height: 37px;
    position: relative;
    font-size: 13px;
    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;
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.card-drop>a.toggle:hover {
    color: #727272;
    -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: 37px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-left: 2px 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: #F2F2F4;
}

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

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

.publication-form {
    font-size: 12px;
}

.publication-sort {
    bottom: 2px;
}

.sorting-button {
    width: 100%;
    float: right;
    border: 2px 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;
    border-radius: 50px;
}

.sorting-button:hover {
    -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: 2px solid rgba(120, 129, 149, 0.33);
    padding: 0;
    border-radius: 0 50px 50px 0;
}

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

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

.media {
    padding: 20px 20px 10px 20px;
    position: relative;
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
    border-radius: 5px;
}

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

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

.media h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 12px;
    color: #727272;
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: bold;
}

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

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

.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;
    border-radius: 5px;
}

.media .date .day {
    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;
    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);
    color: rgba(255, 255, 255, 0.82);
    line-height: 17px;
    font-size: 12px;
    border-radius: 5px;
}

.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;
}

.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;
    border-radius: 0 0 0 5px;
}

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

.label-pub,
.selected {
    margin-right: 2px;
    padding: 1px 8px;
    font-size: 9px;
    height: 15px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
}

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

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

.pub-detail-container .project_content {
    padding: 20px 0;
}

.publication-detail {
    position: relative;
    background: #f1f2f5;
    width: auto;
    width: 90%;
    margin: 50px auto;
}

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

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

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

.publication-detail .ext_link {
    border-radius: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0px 0px 0px 5px;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    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;
}

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


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

.team_wrapper {
    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;

    -ms-transform: perspective(800px);
    -moz-transform: perspective(800px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}



/* START: Accommodating for IE */
.team-card-container:hover .back,
.team-card-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

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

/* END: Accommodating for IE */

.card {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;

    -moz-transition: 0.6s;
    -moz-transform: perspective(800px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);

    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);

    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(248, 249, 251, 0.8);
    border: 1px solid #DBDBE0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
}

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

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

.front,
.back {
    padding: 10px
}

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

.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: 12px;
    font-weight: bold;
}

.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: #727272;
    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;
    border-radius: 50px;
}

.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;
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
    border-radius: 5px;
}

.slide-header h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 12px;
    color: #727272;
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: bold;
}

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

.slide-content {
    height: 100%;
    padding: 16px 20px;
    line-height: 24px;
    text-align: justify;
    position: relative;
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
    border-radius: 5px;
}

.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;
    border-radius: 50px;
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
}

.res_nav a:hover {
    border: 1px solid rgba(86, 92, 107, 0.5);
    color: #727272;
    -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: #727272;
}

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

.slider-details {
    margin: 0;
    width: calc(100% - 100px);
    height: 40px;
    line-height: 40px;
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 50px
}

.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);
    border-radius: 50px 0 0 50px;
}

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


/*--------------------------------------------------
--------------------- 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: #727272;
    font-family: Titillium Web;
}

.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: #727272;
    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 {
    position: relative;
    margin-bottom: 15px;
    line-height: 17px;
}

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

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

}

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

.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: 5px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    line-height: 16px;
}

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

.skilltitle {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    color: #727272;
    font-family: Titillium Web;
    text-transform: uppercase;
    font-weight: bold;
}


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

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

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

.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;
    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: 2px solid #e2e1dc;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    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;
    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);
    border-radius: 50px;
    border: 2px solid rgba(86, 92, 107, 0.2);
}

.pricing-table-wrapper .signup:hover {

    -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 {
    border: 0 none;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
    border-radius: 5px;
}

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

.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-family: Titillium Web;
    font-size: 12px;
    color: #727272;
    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);
    border-radius: 50px;
    border: 2px solid rgba(86, 92, 107, 0.19);

}

.proceess_wrap #ourprocess .action-button:hover {
    border: 2px solid rgba(86, 92, 107, 0.19);
    color: #727272;
    -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: 2px solid #DBDBE0;
    text-align: center;
    border-radius: 5px;
}

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

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

.proceess_wrap #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 20px;
    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: 997;
}

.portfol-filter .card-drop-portfolio a {
    display: block;
    width: 100% !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-family: Titillium Web;
    text-decoration: none;
    text-transform: uppercase;
    color: #727272;
    background-color: #F2F2F4;
    -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: #727272;
    border: 2px solid rgba(120, 129, 149, 0.33);
    font-size: 13px;
    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;
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.portfol-filter .card-drop-portfolio>a.toggle:hover {
    -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: 37px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-left: 2px 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: #F2F2F4;
}

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

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

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

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

.portfolio-wrapper figure {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.portfol_item:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

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

.portfolio-wrapper figure figcaption {
    color: #fff;
    -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 {
    letter-spacing: 2px;
    font-family: Titillium Web;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0.8;
}

.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: 4px;
    right: 5px;
}

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

.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: 50px auto;
}

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

.work_desc .project_content {
    padding: 20px 0;
}

.project_content h5 {
    font-size: 20px;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: Titillium Web;
}

.work_desc .project_content .project_title {
    line-height: 21px;
    margin-bottom: 6px;
    font-size: 18px;
    font-family: Titillium Web;
    text-transform: uppercase
}

.work_desc .project_content .project_desc {
    line-height: 24px;
    text-align: justify;
    position: relative;
}

.work_desc .ext_link {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0px 0px 0px 5px;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50px;
    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;
}

.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;
    border-radius: 50px;
}

.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;
    border-radius: 50px;
}

.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);
    border-radius: 50px;
}

.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);
    border-radius: 50px;
}

.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;
    border-radius: 0 50px 50px 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.13);
}

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

.portfoliocontainer {
    width: 85%;
    margin: 0 auto;
    padding: 40px 0;
}

.portfoliocontainer h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0;
    font-size: 40px;
    font-family: Titillium Web;
}

.portfoliocontainer img {
    width: 100%;
    margin: 10px 0;
}


/*--------------------------------------------------
---------------------- 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;
    width: 100%;
    border: 2px solid #e8e8e8;
    background: #fdfdfd8c;
    border-radius: 5px;
}

.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;
    font-size: 13px;
    font-family: Titillium Web;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

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

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

.service-section .serv-wrap .servicelistt ul li {
    line-height: 35px;
    font-family: Titillium Web;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.77);
    list-style: none;
    font-size: 12px;
    border-radius: 50px;
}

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



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

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

.service-section p.title {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    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 {

    color: #727272;
    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;
    border-radius: 5px;
}

.post-container .mypost-title {
    border-bottom: 2px solid #e8e8e8;
}

.post-container .mypost-date {
    float: left;
    text-align: center;
    width: 80px;
    height: 90px;
    border-right: 2px solid #e8e8e8;
    font-family: Titillium Web;
}

.post-container .mypost-date .mypost-day {
    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;
    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;
    border-top: 2px solid #e8e8e8;
    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: 1px 8px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.88);
    text-transform: uppercase;
    font-size: 10px;
    font-family: Titillium Web;
    border-radius: 50px;
}

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

.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: 2px solid #e8e8e8;
    font-size: 10px;
    padding: 0 20px 0 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-family: Titillium Web;
}

.post-container .post-format-icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 2px solid #e8e8e8;
    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;
    font-size: 12px;
    font-weight: bold;
}

.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: #E4E4E8;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: Titillium Web;
    cursor: pointer;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    background: #ffffffa3;
    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;
}

.mypost_pagination_loop li:hover {
    border: 2px solid rgba(86, 92, 107, 0.5);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.mypost_pagination_loop ul .current {
    color: rgba(43, 48, 59, 0.96);
}

.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;
    text-transform: uppercase;
}

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

.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;
    border-radius: 5px;
}

.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 .ureka-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;
    font-weight: bold;
}

.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;
    border-radius: 50px;
}

.comment-author .fn {
    font-family: Titillium Web;
    text-transform: uppercase;
    margin-right: 5px;
    font-weight: bold;
}

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

.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: 2px solid #DBDBE0;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    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;
    margin-bottom: 5px;
}

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: #727272;
    -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: 5px;
}

.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;
}

.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;
    border-radius: 5px;
}

.hs-sidebar .widget .rsswidget {
    font-weight: bold;
}

.hs-sidebar .widget_search label {
    margin-bottom: 0px;
}

.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;
    border-radius: 50px;
}

.hs-sidebar .widget ul li {
    border-bottom: 2px solid #e8e8e8;
    list-style: none;
    padding: 10px 0;
    line-height: 19px;
    color: #727272;
}

.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: normal;
    text-transform: uppercase;
    border: none;
    font-family: Titillium Web !important;
    text-align: center;
}

.hs-sidebar .widget form[role="search"] {
    background: #f1f2f5;
    border: 1px solid #DBDBE0;
    border-radius: 50px;
    text-align: center;
}

.urekashareon {
    height: 40px;
    border-top: 2px solid #e8e8e8;
    line-height: 40px;
}

.urekashareon a {
    display: inline-block;
    height: 38px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 2px solid #e8e8e8;
    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;
    border-radius: 5px;
}

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


/* Comments responsive */

@media screen and (max-width:600px) {
    .comment-list ol {
        margin-left: 0;
        padding-left: 5px;
    }

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

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

.pagecontainer {
    margin: 0 0 0 310px;
    height: 100%;
    display: block;
}

.homepagecontainer {
    margin: 0 0 0 310px;
    background: #f2f2f4;
    height: -moz-calc(100vh - 50px);
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    display: block;
}

.backgroundimg h1 {
    font-size: 65px;
    width: 100%;
    color: #fff;
    margin: 5px 0;
    text-transform: uppercase;
    font-family: Titillium Web;
}

.backgroundimg .headersubtitle {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.70);
}

.backgroundimg .headerdes-container {
    text-align: center;
    padding-top: 100px;
}

.pagecontainer #main {
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
    max-width: 1040px;
}

.pagecontainer .backgroundimg {
    height: 300px;
    position: relative;
    width: 100%;
    background-position: center center !important;
}

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

#breadcrumbs {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    width: 90%;
    max-width: 1040px;
    font-size: 11px;
}

#breadcrumbs li {
    display: inline;
    margin-right: 15px;
}

#breadcrumbs .separator:after {
    font-size: 14px;
    content: '\f105 ';
    font-family: 'FontAwesome';
}

.breadcontainer {
    -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);
    padding: 13px 0;
    font-family: Titillium Web;
}

.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: 50px;
    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;
    cursor: pointer;
    border: 2px 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;
    border-radius: 50px;
}

.no-results .page-content .search-submit:hover {
    -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: ureka 1s ease infinite;
    animation: ureka 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: 3px;
    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%;
}

* 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: #fff;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50px;
    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 {
    background: #fff;
}

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

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

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

.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) {

    .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;
}

.pub-detail-container {
    width: 85%;
    margin: 0 auto;
    padding: 40px 0;
}

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


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

.wpcf7 input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 0px 15px 0px 15px;
    background: #f1f2f5;
    outline: none;
    border-radius: 5px;
    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: 5px;
    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;
    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: 5px;
}

.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;
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;
    font-family: Titillium Web;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border: 2px 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 {
    -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;
    font-size: 12px;
}

.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;
    color: #9F9FA2;
}

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

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

.error-404 .btn {
    background-color: #9F9FA2;
    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;
    border-radius: 50px;
}

.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;
    }
}


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

.gmaps_widget_container {
    height: 300px;
    margin-bottom: 15px;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
}

.gmapicon {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    border-right: 2px solid #e8e8e8;
}

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

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

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

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

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

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

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


/*--------------------------------------------------
------------------ 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;
        width: 100%;
    }

    .sub-menu a {
        background-color: #3f3f3f0d;
    }

    .pagecontainer,
    .homepagecontainer {
        margin: 0;
        height: auto;
    }

    .homepagecontainer .bg-img {
        left: 0;
    }

    .homepagecontainer .mousecontainer {
        display: none;
    }

    .img-wrap-respo {
        display: inline-block;
        margin: 0;
        position: fixed;
        left: 0;
        top: 0;
        transition: all 0.5s ease;
        width: 100%;
        height: 60px;
        line-height: 60px;
        z-index: 100;
        background: #f2f2f4;
        text-align: center;
        -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);
        z-index: 998;
    }

    .backgroundimg h1 {
        font-size: 50px;
    }

    .backgroundimg .headersubtitle {
        font-size: 13px;
    }

    .backgroundimg .headerdes-container {
        padding-top: 121px;
    }

    .homepagecontainer .bg-img img {
        height: 100%;
        max-width: none;
    }

    .sub-menu ul li a {
        background: #000;
    }

    .secs-icon {
        font-size: 35px;
    }

    .img-wrap-respo img {
        height: 40px;
    }

    .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;
        display: none;
    }

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

    .hs-headline {
        padding: 25px 0 0 0;
    }

    #my-panel .jspContainer {
        overflow: visible;
    }

    #my-panel a {
        display: block;
        width: 50px;
        height: 50px;
        color: #727272;
        text-align: center;
        line-height: 50px;
        border-bottom: 1px solid #727272;
        font-size: 21px;
    }

    #my-panel ul a {
        display: block;
        width: 150px;
        height: auto;
        color: #727272;
        text-align: center;
        line-height: 50px;
        border-bottom: 1px solid #DFDFDF;
        font-size: 12px;
    }

    #my-panel a .fa-angle-down {
        display: inline-block !important;
        margin-left: 4px;
    }

    #my-panel ul {
        padding: 0;
        margin: 0;
    }

    #my-panel .urekanav .fa {
        display: none;
    }

    #my-link {
        display: inline-block;
        position: fixed;
        left: 10px;
        top: 10px;
        width: 40px;
        font-size: 21px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        z-index: 999;
    }

    #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%;
    }

    .publication-detail .publication_title,
    .portfoliocontainer h2 {
        font-size: 24px;
    }

    .project_content h5 {
        font-size: 15px;
    }

    .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;
        border-radius: 5px;
    }

    .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;
    }

    .blog-body {
        padding-top: 60px;
    }

    .error-404 ._404 {
        font-size: 75px;
    }

    .error-404 ._1 {
        font-size: 1.2em;
        margin: 0;
        letter-spacing: 1px;
    }

    .error-404 .btn {
        margin-top: 30px;
    }

    .bar-main-container {
        border-radius: 5px;
    }
}

@media screen and (max-width: 450px) {
    .resume-section .resume>li>.timeline-item>.timeline-location {
        float: none;
        padding-left: 0;
    }

    .intro-effect-sidefixed .title h1 {
        font-size: 27px;
    }

    #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: 9px;
    }

    .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;
    }

    .post-cat {
        display: none;
    }

    .pagecontainer404 {
        overflow: hidden;
    }

    .error-404 .btn {
        width: 80%;
        font-size: 15px;
    }
}