/* CSS Document */


/* 
*
*
[Table of contents]
*
*
*

    font-indez / @import url
	reset / html
	general / body
	space / .space-single
	button-indez / button
	devider / .devider
	section / section
	no select / .noselect
	wrapper / .content-wrapper
	whitepage / .whitepage
	fixed content / .fixed
	preloader / .preloader
	navigation / .navbar-default
	navigation dark / .navbar-default-dark
	home / #home
	slider home / #owl-slider-home
	background-img / .mainbg
	about / .bl-res-centered
	projects / .no-gutter
	slider projects / #owl-gal
	contact / #map
	totop / #totop
	Owl Carousel  / .owl-theme
	Blog & article / #content
	Blog comment / #blog-comment
	general popup / .white-popup-block
	
	Dark Side / .darkpage
	
*
*
*/


/* font-indez */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
button,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    text-decoration: none;
    list-style: none;
}

/** general **/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.8em;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #464646;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
h1 {
    font-size: 30pt;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
h2 {
    font-size: 22pt;
    font-weight: 400;
    line-height: normal;
}
h3 {
    font-size: 20pt;
    font-weight: 400;
    line-height: normal;
}
h4 {
    font-size: 18pt;
    font-weight: 500;
}
h5 {
    font-size: 14pt;
    font-weight: 500;
}
h6 {
    font-size: 12pt;
    font-weight: 500;
}
p {
    font-size: 13px;
}
a,
a:visited,
a:hover,
a:active,
a:link {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link-class {
    display: block;
    text-decoration: none;
}
.raise:hover,
.raise:focus {
    box-shadow: 0 0.5em 0.5em -0.4em #000;
    transform: translateY(-0.25em);
    background-color: #fff;
    color: #261D3C;
    border: none;
    border: 2px solid #261D3C;
    &:before {
        transform: skewX(-45deg) translateX(13.5em);
        transition: all 0.5s ease-in-out;
    }
}
.btn {
    background-color: #261D3C;
    color: #fff !important;
}

/* space */

.space-single {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}
.space-double {
    width: 100%;
    height: 120px;
    display: block;
    clear: both;
}
.space-half {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.left {
    text-align: left;
    float: left;
    line-height: inherit;
}
.right {
    text-align: right;
    float: right;
    line-height: inherit;
}
.color {
    color: #ccc;
}
.min-left {
    margin-left: -15px;
}
.min-right {
    margin-right: -15px;
}

/* button-indez */

button {
    border: 1px solid #dadada;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button:hover {
    border: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-home {
    display: inline-block;
    width: 220px;
    height: 40px;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 3px;
    font-style: normal;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #00cfad;
    outline: none;
    text-shadow: none;
    margin: 5px auto;
    margin-left: 0px;
    padding: 0;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.btn-content {
    display: block;
    width: 198px;
    height: 40px;
    font-size: 10pt;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #111;
    outline: none;
    text-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.btn-home:hover,
.btn-content:hover {
    color: #333;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.btn-home-active {
    border: none;
    background: #008dff;
    display: inline-block;
    width: 198px;
    height: 40px;
    margin: 0 auto;
    font-size: 10pt;
    letter-spacing: 1pt;
    font-style: normal;
    text-align: center;
    line-height: 49px;
    color: #efefef;
    outline: none;
    text-shadow: none;
    margin: 20px 0 0 0;
    padding: 0;
    cursor: pointer;
}
.btn-home-active:hover {
    color: #efefef;
    background: rgba(23, 36, 52, 0.8);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* devider */

.devider {
    display: block;
    border-top: 7px solid #dcc231;
    width: 60px;
    margin: 30px 0 30px 0;
}
.devider-cont {
    display: block;
    border-top: 7px solid #e1e1e1;
    width: 287px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}

/* section */

section {
    padding: 60px 0 60px 0;
}
.no-bottom {
    padding-bottom: 0 !important;
}
.no-top {
    padding-top: 0 !important;
}
.no-padding,
section.no-padding {
    padding: 0;
}

/* no select */

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* wrapper */

.content-wrapper {
    display: block;
}
.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/* whitepage */

.whitepage {
    position: relative;
    width: 100%;
    height: auto;
    color: #606060;
    background: #fff;
}
.whitepage h1,
.whitepage h2,
.whitepage h3,
.whitepage h4,
.whitepage h5,
.whitepage h6 {
    color: #010101;
}
.whitepage h1 {
    font-weight: 600;
    letter-spacing: 2px;
}
.whitepage h2 {
    line-height: 50px;
}
.whitepage h3 {
    font-size: 54pt;
    font-weight: 500;
}
.whitepage h4 {
    font-size: 40pt;
    font-weight: 500;
}
.whitepage p {
    color: #939393;
    line-height: 2em;
}
.whitepage em {
    display: block;
    font-style: italic;
    margin-bottom: 20px;
}
.whitepage span {
    display: block;
    font-size: 11pt;
    font-weight: 400;
    margin-top: 15px;
}

/* fixed content */

.fixed {
    height: 100vh;
    position: fixed;
    overflow: hidden;
    background: #ccc;
}

/* preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainpreloader {
    position: relative;
    width: auto;
    height: auto;
}
.mainpreloader img {
    display: block;
    margin: 0 auto;
    z-index: 999;
}
.mainpreloader span {
    display: block;
    font-size: 9pt;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px auto;
}
.bg-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 1px solid #fff;
    z-index: 999;
}
.logo-preloader {
    -webkit-animation: fadeimg 1s infinite linear;
    animation: fadeimg 1s infinite linear;
}
@-webkit-keyframes fadeimg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeimg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* end preloader */


/* navigation */

.navbar-default {
    position: fixed;
    background: rgba(255, 255, 255, 1);
    top: 0px;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default {
    margin-bottom: 0;
    height: 75px;
}
.navbar-brand {
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 2;
}
.navbar-brand img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scroll-link {
    cursor: pointer;
}
.sticky-nav.navbar-default {
    background: rgba(255, 255, 255, 1);
    top: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* menu nav */

nav {
    position: absolute;
    top: 18px;
    right: 35px;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
nav ul li {
    display: inline-block;
}
nav ul li span.space {
    height: 100%;
    padding: 12px 0 12px 0;
    border-right: 1px solid #d7d7d7;
    margin: 0 40px 0 40px;
}
nav a {
    display: inline-block;
    padding: 10px;
    color: #404040;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
}
#nav-icon {
    position: relative;
    background: none;
    top: 13px;
    width: 20px;
    height: 25px;
    margin-left: 90px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
    transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}
#nav-icon span {
    display: none;
    position: absolute;
    top: -6px;
    left: -40px;
}
.menu-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #111;
    top: 0px;
}
.menu-line1 {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #111;
    top: 5px;
}
.menu-line2 {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #111;
    top: 10px;
}
#nav-icon:hover {
    opacity: .6;
}
#nav-icon.open {
    width: 15px;
    margin-left: 90px;
    -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
    transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}
#nav-icon.open span {
    display: block;
    -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
    transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}
#nav-icon.open .menu-line {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon.open .menu-line1 {
    opacity: 0;
    top: 5px;
}
#nav-icon.open .menu-line2 {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.social-icons-subnav span {
    text-shadow: none;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #00e4bf;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-icons-subnav span:hover {
    color: #999;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-icons-subnav a {
    font-weight: 500;
    color: #111;
    letter-spacing: .07em;
}
.social-icons-subnav a:hover {
    color: #111;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#menu-block {
    width: 35%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, .1);
    z-index: 999;
}
.whitepage-menu {
    background: #fff;
}
.copy-right {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 30px;
    font-size: 9pt;
    font-weight: 400;
    letter-spacing: .03em;
    text-align: left;
}
.menuscroll {
    position: absolute;
    font-size: 7pt;
    bottom: 30px!important;
    color: #999;
    left: 0px;
    letter-spacing: 2px;
    cursor: pointer;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.menuscroll span {
    color: #ccc;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
#menu-block ul {
    margin: 0 auto;
    text-align: left;
}
#menu-block ul li {
    display: block;
    position: relative;
    color: #171717;
    font-family: 'Montserrat', sans-serif;
    font-size: 34pt;
    font-weight: 500;
    line-height: 20pt;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-block ul li:hover {
    color: #999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-block ul li.actived {
    color: #999;
}
#menu-block ul li i {
    font-size: 40%;
    font-weight: 600;
}
#menu-block ul li ul li {
    font-size: 18pt;
    font-weight: 500;
    line-height: 15pt;
    color: #666;
    padding: 0;
    margin-top: 30px;
}
.dropdown-container {
    display: none;
}
.init-menu {
    left: 90px;
    opacity: 0;
    -webkit-transition: bottom 0.6s ease;
    -moz-transition: bottom 0.6s ease;
    -o-transition: bottom 0.6s ease;
    transition: bottom 0.6s ease;
}
.show-menu {
    left: 0px;
    opacity: 1;
    -webkit-transition: bottom 0.6s ease;
    -moz-transition: bottom 0.6s ease;
    -o-transition: bottom 0.6s ease;
    transition: bottom 0.6s ease;
}
.overlay-main {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.block-main {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    z-index: 99;
}
.wrap-menu {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-menu-child {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 340px;
    padding-right: 90px;
    padding-left: 150px;
}

/*end menu nav*/


/* home */

#home {
    position: relative;
    color: #fff;
    background: #999;
    margin-bottom: -20px;
}
#home h1 {
    font-size: 24pt;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 2px;
}
#home h1 em {
    font-style: italic;
}
#home h3 {
    font-size: 54pt;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 5px 0 5px 0;
}
#home p {
    font-size: 10pt;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-top: 10px;
}
.overlay-home {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.overlay-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* background-img */

.mainbg {
    position: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    background: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.imgbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bgslider {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    background: #000;
}
.bgslider img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

/* countdown */

#given_date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 32pt;
    background: none;
    border: none;
    color: #fff;
    text-align: left;
    margin-top: 30px;
}
#given_date span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 32pt;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}

/* home end */


/* about */


/* history */

.bl-res-centered,
.bl-res-centered-last {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 90px;
    margin-left: 0px;
}
.bl-res-centered-last {
    padding-bottom: 0px;
}
.bl-res-centered:before,
.bl-res-centered:after {
    content: "";
    display: table;
}
.bl-res-centered-last:before,
.bl-res-centered-last:after {
    content: "";
    display: table;
}
.bl-res-centered:after {
    clear: both;
}
.bl-res-centered-last:after {
    clear: both;
}
.bl-res-centered:before,
.bl-res-centered:after {
    content: "";
    display: table;
}
.bl-res-centered-last:before,
.bl-res-centered-last:after {
    content: "";
    display: table;
}
.bl-res-centered:after {
    clear: both;
}
.bl-res-centered-last:after {
    clear: both;
}
.bl-res-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    top: 8px;
    bottom: 0px;
    margin-left: 5px;
    z-index: 0;
}
.bl-res-centered-last:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 0;
    background: rgba(0, 0, 0, .1);
    top: 8px;
    bottom: 0px;
    margin-left: 3px;
    z-index: 0;
}
.bl-res-icon {
    background: #00e4bf;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    float: left;
    z-index: 9;
}
.bl-res-centered .bl-res-entry .bl-res-entry-inner .bl-res-label,
.bl-res-centered-last .bl-res-entry .bl-res-entry-inner .bl-res-label {
    position: relative;
    margin-top: -5px;
    margin-left: 40px;
}
.bl-res-label h6 {
    font-size: 16pt;
    font-weight: 500;
    margin-bottom: 15px;
}
.bl-res-label p {
    margin-bottom: 10px;
}

/* history end */


/* about end*/


/* projects */

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#projects-wrap {
    text-align: center;
    height: auto;
}

/* filter controls */

#filter-porto {
    padding: 60px 8px 30px 8px;
}
#filter-porto li.filt-projects {
    font-size: 10pt;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#filter-porto li.filt-projects:last-child {
    float: right;
}
#filter-porto li.space {
    font-size: 11pt;
    color: #ccc;
    display: inline-block;
    margin: 0 10px 0 10px;
}
#filter-porto li.filt-projects:hover {
    color: #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#filter-porto li.active {
    color: #ccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

/* gallery projects */

.gal-pro {
    position: relative;
    letter-spacing: 1pt;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0);
}
.gal-pro:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gal-pro img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gal-pro .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.gal-pro .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gal-pro .hovereffect:hover .overlay {
    width: 90%;
    height: 90%;
    margin: 5%;
    bottom: 0;
    left: 0;
    opacity: 1;
}
.gal-pro .hovereffect .overlay h3 {
    font-size: 13pt;
    font-weight: 500;
    color: #333;
    letter-spacing: 0px;
    padding: 40% 0 0 0;
}
.gal-pro .hovereffect .overlay p {
    font-size: 9pt;
    font-weight: 400;
    color: #555;
    letter-spacing: .5px;
    margin: 0 auto;
}
.gal-pro .hovereffect .overlay .devider {
    display: block;
    margin: 5px auto;
    width: 150px;
    border-top: 1px solid #777;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gal-pro .hovereffect:hover .overlay .devider {
    display: block;
    margin: 5px auto;
    width: 100px;
    border-top: 1px solid #777;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* gallery projects end */


/******* projects detail 1 ******/

.detaillist span {
    display: block;
    letter-spacing: .01em;
    line-height: 30px;
    margin-top: 0px;
}
.detaillist strong {
    font-weight: 500;
}
#detailpro .item img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
#detailpro .owl-buttons div {
    padding: 10px 17px;
    background: rgba(0, 0, 0, .8);
}
#detailpro .owl-buttons i {
    margin-top: 4px;
    font-size: 13pt;
}
#detailpro .owl-prev {
    left: 0px;
    top: 40%;
}
#detailpro .owl-next {
    right: 0px;
    top: 40%;
}

/******* projects detail 2 ******/

#projectsBig .item {
    margin: 0;
    padding: 0;
}
#projectsBig .item img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
#projectsSmall .item {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}
#projectsSmall .item img {
    width: 195px;
    height: auto;
    display: block;
    position: relative;
}
#projectsSmall .synced .item {
    opacity: 0.5;
}
#projectsBig .owl-buttons div {
    padding: 10px 17px;
    background: rgba(0, 0, 0, .8);
}
#projectsBig .owl-buttons i {
    margin-top: 4px;
    font-size: 13pt;
}
#projectsBig .owl-prev {
    left: 0px;
    top: 40%;
}
#projectsBig .owl-next {
    right: 0px;
    top: 40%;
}
.pro-btn {
    padding: 10px 0 10px 0;
    margin: 5px 5px 5px 0;
    text-align: center;
    color: #111;
    background: #f8f8f8;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
.pro-btn-next {
    padding: 10px 0 10px 0;
    margin: 5px 0 5px 5px;
    text-align: center;
    color: #111;
    background: #f8f8f8;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
.pro-btn:hover,
.pro-btn-next:hover {
    color: #fff;
    background: #00e4bf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

/* projects end */


/* contact */

#map {
    width: 100%;
    height: 100%;
    min-height: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.contact {
    text-align: left;
    margin-left: 10px;
}
input[type="email"] {
    text-align: center;
    width: 40%;
    height: 55px;
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 0px;
    font-size: 9pt;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0);
    padding: 13px 10px 15px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    border-bottom: 1px solid #c3c3c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
input[type="text"],
textarea {
    text-align: left;
    width: 95%;
    height: 55px;
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 0px;
    font-size: 9pt;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0);
    padding: 13px 10px 15px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    border-bottom: 1px solid #c3c3c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
textarea {
    height: 100px;
}
input[type="text"]:focus,
input[type="text"].focus,
textarea:focus,
textarea.focus,
input[type="email"]:focus,
input[type="email"].focus,
email:focus,
email.focus {
    border-bottom: 1px solid #959595;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}

/* firefox 19+ */

:-ms-input-placeholder {
    opacity: 1;
}

/* ie */

input:-moz-placeholder {
    opacity: 1;
}
.error {
    width: 100%;
    color: #f34d65;
    display: none;
    padding: 2px 10px 2px 10px;
    display: none;
    font-size: 11px;
    margin-bottom: 10px;
}
.success {
    width: 100%;
    display: none;
    padding: 2px 0px 2px 0px;
    margin-left: 10px;
    font-size: 11px;
    margin-bottom: 10px;
}

/* contact end */


/* totop */

#totop {
    display: none;
    width: 30px;
    height: 30px;
    background: #00e4bf;
    line-height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#totop:hover {
    background: #333;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#totop span {
    font-size: 10pt;
    font-weight: 600;
    color: #fff;
}

/* totop end */


/*
  Owl Carousel 
*/

.owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 10px 17px;
    background: rgba(0, 0, 0, 0);
}
.owl-theme .owl-buttons i {
    margin-top: 2px;
    font-size: 18pt;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    z-index: 9;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
    top: 45%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
    top: 45%;
}
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/* slider home */

#owl-slider-home .item {
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
}
#progressBar {
    width: 100%;
    background: #ccc;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
}
#owlStatus {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.owlItems,
.currentItem,
seperator {
    display: block;
    font-size: 10pt;
    font-weight: 500;
}
.seperator {
    display: block;
    width: 2px;
    height: 50px;
    background: #fff;
    margin: 3px 0 5px 2px;
}

/* slider home end */


/* slider projects */

#owl-gal .item {
    display: block;
    padding: 15px 0px;
    margin: 0 auto;
    text-align: center;
}
#owl-gal .owl-buttons div {
    padding: 10px 17px;
    background: rgba(0, 0, 0, 1);
}
#owl-gal .owl-buttons i {
    margin-top: 4px;
    font-size: 13pt;
}
#owl-gal .owl-prev {
    left: 0px;
    top: 40%;
}
#owl-gal .owl-next {
    right: 0px;
    top: 40%;
}

/* slider projects end */


/* Magnific Popup CSS */

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}
.mfp-container:before,
.mfp-figure:after {
    content: ''
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    z-index: 1043;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    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-ajax-holder .mfp-content,
.mfp-inline-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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -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: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #ccc
}
.mfp-close,
.mfp-preloader a:hover {
    color: #efefef
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(23, 36, 52, .6);
    position: absolute;
    left: 0
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 38px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #efefef
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #efefef;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #efefef;
    font-size: 12px;
    line-height: 18px
}
.mfp-figure,
img.mfp-img {
    line-height: 0
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #efefef;
    margin-left: 31px
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #efefef;
    margin-left: 39px
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    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-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #efefef
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}
img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}
.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}
.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-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(23, 36, 52, .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(23, 36, 52, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.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
}
.image-source-link {
    color: #98C3D1
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

/* end Magnific Popup CSS */


/* general popup */

.white-popup-block {
    max-width: 900px;
    margin: 20px auto;
    color: #333;
    background: #fefefe;
    padding: 40px;
}
.gray-popup-block {
    max-width: 900px;
    margin: 0 auto;
    background: #22252f;
    padding: 40px;
    text-align: center;
}
.gray-popup-block h3 {
    font-size: 34pt;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
}
.gray-popup-block p {
    font-size: 11pt;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
}
html {
    margin-right: 0 !important;
    overflow: visible !important;
}

/* Blog & article */

#content {
    text-align: left;
}
article {
    margin-bottom: 0;
}
article .post-heading h3 {
    margin: 20px 0 -10px 0;
    font-size: 16pt;
    font-weight: 500;
}
article .post-heading h3 a:hover {
    text-decoration: none;
}

/* post meta */

.post-meta {
    background: #fcfcfc;
    border-top: none;
    text-align: center;
}
.post-meta .format {
    border-bottom: 1px solid #333333;
    padding: 10px 0 10px;
}
.post-meta i {
    margin: 0;
}
.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}
.post-meta .date span {
    text-align: center;
    color: #efefef;
    font-size: 12px;
    font-weight: 500;
}
.post-meta .comments {
    padding: 10px 0 10px;
}
.post-meta .comments a {
    color: #efefef;
    font-size: 12px;
    font-weight: 500;
}
.post-meta .comments a:hover {
    text-decoration: none;
}

/* post format */

.post-image {
    margin-bottom: 20px;
}
ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}
ul.meta-post li a {
    float: left;
    font-size: 12px;
    font-weight: 500;
}

/* single post */

.bottom-article {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 30px 0 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bottom-article a.btn {
    padding: 10px 20px 10px 20px;
    color: #fff;
    background: #00e4bf;
}
.bottom-article a.btn:hover {
    background: #ccc;
}

/* pagination */

#pagination a {
    padding: 5px 10px;
}
#pagination .pagina-num {
    margin-right: 15px;
    margin-bottom: 60px;
}
#pagination a:hover {
    color: #fff;
    background: #ccc;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#pagination a.current {
    background: #00e4bf;
    color: #fff;
    font-weight: 500;
}

/*  Aside, sidebar */

aside {
    position: relative;
    margin-bottom: 40px;
}
.sidebar-nav {
    float: left;
    width: 100%;
}
.right-sidebar {
    margin: 0 auto;
}
.left-sidebar {
    padding: 0 30px 0 0;
}
.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
    padding-right: 20px;
}
aside .widget,
.widget {
    margin-bottom: 40px;
}
.widget .recent div {
    margin-bottom: 20px;
    display: inline-block;
}
.widget .recent div img {
    float: left;
    padding-right: 10px;
}
.widget .recent div h6 {
    font-size: 14px;
    font-weight: 500;
}
.widget .recent div p {
    line-height: 16pt;
}
.widget .tags {
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}
.widget .tags div {
    margin: 5px 5px 15px 0;
    display: inline-block;
}
.widget .tags div a {
    border: 1px solid #999;
    padding: 5px 10px;
    text-align: center;
}
.widget .tags div a:hover {
    text-decoration: none;
    border: 1px solid #ccc;
}
.devider-widget {
    display: block;
    border-bottom: 2px solid #00e4bf;
    margin-bottom: 30px;
    margin-top: -30px;
    width: 60px;
    text-align: left;
}

/* Blog & article end */


/* Blog comment */

#blog-comment {
    margin: 0;
    padding: 0px;
}
#blog-comment h5 {
    font-size: 13pt;
    margin-bottom: 10px;
}
#blog-comment ul,
#blog-comment li {
    list-style: none;
    padding-left: 0;
}
#blog-comment li {
    min-height: 70px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px;
}
#blog-comment .comment {
    margin-left: 85px;
}
#blog-comment li {
    min-height: 70px;
    font-size: 14px;
    line-height: 1.6em;
}
#blog-comment li li {
    margin-left: 80px;
    padding-bottom: 0px;
    margin-top: 20px;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    border-bottom: none;
}
#blog-comment li li .avatar {
    position: absolute;
}
.comment-info {
    margin-left: 85px;
    padding-top: 2px;
    margin-bottom: 5px;
}
.comment-info .c-name {
    font-size: 10pt;
    display: block;
    font-weight: 500;
    line-height: normal;
}
.comment-info .c-reply {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #ccc;
}
.comment-info .c-reply a {
    font-size: 10pt;
}
.comment-info .c-date {
    display: inline;
    font-size: 10pt;
}

/* comment form */

#comment-form-wrapper h5 {
    font-size: 10pt;
    letter-spacing: .1px;
}
#comment-form-wrapper {
    margin: 50px 0 50px 0;
    padding: 0px;
}
#commentform input {
    width: 100%;
    font-size: 10pt;
    padding: 10px;
    height: 40px;
    letter-spacing: 0px;
    border-bottom: 1px solid #c3c3c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
#commentform input:focus {
    border-bottom: 1px solid #959595;
}
#commentform textarea {
    width: 100%;
    font-size: 10pt;
    padding: 10px;
    height: 150px;
    letter-spacing: 0px;
}
#commentform textarea:focus {
    border-bottom: 1px solid #959595;
}
#commentform button.btn {
    color: #fff;
    background: #00e4bf;
    margin-top: 30px;
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(23, 36, 52, 0);
}
#commentform button.btn:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #ccc;
}

/* Blog comment end */


/***** Dark Side ****/


/* darkpage */

.darkpage {
    position: relative;
    width: 100%;
    height: auto;
    color: #fefefe;
    background: #272727;
}
.darkpage h1,
.darkpage h2,
.darkpage h3,
.darkpage h4,
.darkpage h5,
.darkpage h6 {
    color: #fff;
}
.darkpage h1 {
    font-weight: 600;
    letter-spacing: 2px;
}
.darkpage h2 {
    line-height: 50px;
}
.darkpage h3 {
    font-size: 54pt;
    font-weight: 500;
}
.darkpage h4 {
    font-size: 40pt;
    font-weight: 500;
}
.darkpage p {
    color: #fff;
    line-height: 2em;
}
.darkpage em {
    display: block;
    font-style: italic;
    margin-bottom: 20px;
}
.darkpage span {
    display: block;
    font-size: 11pt;
    font-weight: 400;
    margin-top: 15px;
}

/* preloader */

.preloader-dark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainpreloader-dark {
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
}
.mainpreloader-dark img {
    display: block;
    margin: 0 auto;
    z-index: 999;
}
.mainpreloader-dark span {
    display: block;
    font-size: 9pt;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px auto;
}
.bg-preloader-dark {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 1px solid #333;
    z-index: 999;
}
.logo-preloader-dark {
    -webkit-animation: fadeimg 1s infinite linear;
    animation: fadeimg 1s infinite linear;
}

/* end preloader */


/* navigation dark */

.navbar-default-dark {
    position: fixed;
    background: #272727;
    top: 0px;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default-dark {
    margin-bottom: 0;
    height: 75px;
}
.navbar-brand-dark {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}
.navbar-brand-dark img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sticky-nav.navbar-default-dark {
    background: #272727;
    top: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* menu nav */

nav.dark {
    position: absolute;
    top: 18px;
    right: 35px;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
nav.dark ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
nav.dark ul li {
    display: inline-block;
}
nav.dark ul li span.space {
    height: 100%;
    padding: 12px 0 12px 0;
    border-right: 1px solid #ccc;
    margin: 0 40px 0 40px;
}
nav.dark a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
}
#nav-icon-dark {
    position: relative;
    background: none;
    top: 13px;
    width: 20px;
    height: 25px;
    margin-left: 90px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
    transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}
#nav-icon-dark span {
    display: none;
    position: absolute;
    top: -6px;
    left: -40px;
}
.menu-line-dark {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 0px;
}
.menu-line1-dark {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 5px;
}
.menu-line2-dark {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 10px;
}
#nav-icon-dark.open {
    width: 15px;
    margin-left: 90px;
    -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
    transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}
#nav-icon-dark.open span {
    display: block;
    color: #fff;
    -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
    transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}
#nav-icon-dark:hover {
    opacity: .6;
}
#nav-icon-dark.open .menu-line-dark {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon-dark.open .menu-line1-dark {
    opacity: 0;
    top: 5px;
}
#nav-icon-dark.open .menu-line2-dark {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.social-icons-subnav-dark span {
    text-shadow: none;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #00e4bf;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-icons-subnav-dark span:hover {
    color: #fefefe;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-icons-subnav-dark a {
    font-weight: 500;
    color: #fff;
    letter-spacing: .07em;
}
.social-icons-subnav-dark a:hover {
    color: #fefefe;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#menu-block-dark {
    width: 35%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    box-shadow: 3px 8px 12px rgba(255, 255, 255, .1);
    z-index: 999;
}
.darkpage-menu {
    background: #272727;
}
.copy-right-dark {
    color: #999;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 30px;
    font-size: 9pt;
    font-weight: 400;
    letter-spacing: .03em;
    text-align: left;
}
.menuscroll-dark {
    position: absolute;
    font-size: 7pt;
    bottom: 30px!important;
    color: #fefefe;
    left: 0px;
    letter-spacing: 2px;
    cursor: pointer;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.menuscroll-dark span {
    color: #fff;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
#menu-block-dark ul {
    margin: 0 auto;
    text-align: left;
}
#menu-block-dark ul li {
    display: block;
    position: relative;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 34pt;
    font-weight: 500;
    line-height: 20pt;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-block-dark ul li:hover {
    color: #fefefe;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-block-dark ul li.actived {
    color: #fefefe;
}
#menu-block-dark ul li i {
    font-size: 40%;
    font-weight: 600;
}
#menu-block-dark ul li ul li {
    font-size: 18pt;
    font-weight: 500;
    line-height: 15pt;
    color: #999;
    padding: 0;
    margin-top: 30px;
}