html {
    height: 100%;
}

body {
    min-height: 100%;
    font-weight: 300;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.15em;
    margin: 0.6em 0;
    color: #000000;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.1em;
}

p {
    line-height: 1.45em;
    margin: 0 0 0.6em 0;
}

ul {
    list-style: none;
}

.section-title h2,
.section-title h1 {
    padding: 0;
    font-size: 2.4em;
    margin: 0;
    display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
}

.section-title h2 a,
.section-title h1 a {
    color: #010101;
    text-decoration: none;
}

.section-title {
    padding-bottom: 20px;
    position: relative;
}

.title-center {
	text-align:center;
}

.section-title {
    color: #cccccc;
	text-align: center;
}

.section-desc {
    position: relative;
    margin-top: 15px;
}

.section-admin {
    padding-bottom: 20px;
    position: relative;
}


.page-text img {
	max-width: 100%;
	margin:12px 0;
}

.page-thumb {
	margin-bottom: 24px;
}


/*-------------------------*/


/***** HEADER *****/


/*-------------------------*/

#header {
	padding-top: 40px;
}

#header .logo {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#header,
.header-sticky {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

#header .logo {
    width: 100%;
    display: block;
    max-width: 218px;
    max-height: 50px;
    vertical-align: middle;
}

.disable-scrolling #header .logo {
	display: none;
}

.disable-scrolling #header .phone-col {
	display: none;
}

#header .logo-col {
    padding: 30px 0 30px 0;
}

#header .phone-col {
    padding: 0px 0 30px 0;
}

#header .newproject-col {
    padding: 0 0 40px 0;
    font-size: 1.2em;
    font-weight: 500;
}

#header .newproject-col a {
	color: #5241d0;
}

#header .trigger-col {
	display: none;
}

#header .social-col {
	padding-top:20px;
}



/*-------------------------*/


/***** MENU *****/


/*-------------------------*/

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#menu ul li {
	list-style:none;
	padding:0;
	margin:0;
}

#menu ul li a {
	padding: 6px 0;
	display: block;
	color: #010101;
}

#menu ul>li>a {
	font-weight: 600;
	font-size: 1.03em;
}

#menu ul li ul {
	padding-left: 15px;
}

#menu ul li ul a {
	font-weight: 400;
	padding: 5px 0;
}

#menu .li-21 {
    margin-top: 40px;
}

#menu .level-1 {
	text-transform: lowercase;
}

#menu a.activecat {
    color: #5241d0;
}

/*-------------------------*/


/***** MOBILE TRIGGER *****/


/*-------------------------*/

.nav-trigger {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 30px;
    font-size: 30px;
    float: right;
    white-space: nowrap;
    color: transparent;
	z-index: 1000000;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 1px;
    background: #313139;
}

.nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 44%;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}

.nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}

.nav-trigger.nav-is-visible span::after {
    top: 5px;
}

.nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(255, 255, 255, 0);
}

.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #313139;
}

.nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
    transform: translateX(4px) translateY(-1px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    margin-top: 64px;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    background: #ffffff;
    z-index: 8000;
}

.js-menu {
    flex: 1 0 auto;
	font-size: 1.3em;
}

.js-social {
	padding-bottom:50px;
	text-align: center;
}

.js-social .socialmedia li {
    padding: 0 8px;
}

.js-phone {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
}

.js-newproject {
    padding-top: 20px;
    padding-bottom: 28px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
}

.js-box {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 62px);
    margin-bottom: 62px;
	justify-content: space-between;
}

.nav-is-visible {
    display: block;
}

.slinky-menu {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.socialmedia {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socialmedia li {
    display: inline-block;
    padding: 0 16px 0 0;
    text-align: center;
    font-size: 1.05em;
}


.socialmedia li a {
    color: #313139;
    text-decoration: none;
}

.socialmedia li a i,
.socialmedia li a span {
    vertical-align: bottom;
    margin-top: 5px;
    line-height: 1em;
    display: inline-block;
}

.socialmedia li a:hover,
.socialmedia li a:active {
    color: #5241d0;
}


.phone {
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
}

.phone a {
	color: #010101;
}

.phone i {
    font-size: 1em;
}

.message-apps {
	font-size: 1.1em;
	display: inline-block;
	padding-left: 7px;
}

.message-apps a {
	color: #010101;
	padding-left: 2px;
}



#home {
    padding: 0;
}

.home-noslider {
    padding: 0!important;
}

#list {
    padding: 40px 0 40px 0;
}

#page {
    padding: 40px 0 40px 0;
}

#system {
    padding: 0 0 40px 0;
}

#plugins {
    padding: 0 0 40px 0;
}

#forums {
    padding:0 0 40px 0;
}

#standalone {
    padding: 15px;
}

#primary-container {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
}

#primary-container:before,
#primary-container:after {
    content: " ";
    display: block;
}

#primary-container:after {
    clear: both;
}

#sidebar,
#primary {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
}

#sidebar {
    display: block;
    width: 21%;
}

#primary {
    display: block;
    width: 79%;
    padding-top: 50px;
}

#primary:has(#system):before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ccc;
    left: -1%;
}

/*-------------------------*/


/***** POST & GALLERY ITEMS *****/


/*-------------------------*/

.post-item {
	margin-bottom: 15px;
}

.gallery-item {
    margin-bottom: 1.65em;
}

.post-container,
.gallery-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.post-img-link,
.gallery-img-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.post-container img.post-img,
.gallery-container img.gallery-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.01);
    transition: all 0.5s ease-in-out;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.post-container .post-img-link:hover img.post-img,
.gallery-container .post-img-link:hover img.gallery-img {
    transform: scale(1.1);
}

.post-img-link:after {
	background-color: transparent;
	content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	opacity:0.1;
}

.post-img-link:hover:after {
    background-color: #fff;
	-webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
    -moz-transition: background-color 0.2s ease, opacity 0.2s ease;
    transition: background-color 0.2s ease, opacity 0.2s ease;

}





.post-content,
.gallery-content {}

.post-info {
    display: table;
}

.gallery-info {
    display: table;
    width: 100%;
}

.gallery-arrows {
    display: table;
    width: 100%;
}

.gallery-arrows-col {
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}

.post-category {
    display: table-cell;
    vertical-align: bottom;
    padding: 15px 15px 15px 0;
    font-size: 0.9em;
    font-weight: 600;
}

.post-category a {
    color: #b50c0c;
}

.post-date,
.gallery-date {
    display: table-cell;
    vertical-align: bottom;
    padding: 15px 0;
    color: #cccccc;
    font-size: 0.9em;
    font-weight: 300;
}

.gallery-admin {
    display: table-cell;
    vertical-align: bottom;
    padding: 15px 0;
    color: #cccccc;
    text-align: right;
}

.post-file {
    display: table-cell;
    vertical-align: bottom;
    padding: 15px 0 15px 10px;
    color: #b60c0c;
    font-size: 1.2em;
    font-weight: 300;
}

.post-title,
.gallery-title {
    padding: 15px 0;
}

.post-title h3,
.gallery-title h3 {
    font-size: 0.95em;
    font-weight: 400;
    margin: 0;
}

.post-title a,
.gallery-title a {
    color: #7a7a7a;
}

.post-desc,
.gallery-desc {
    padding-bottom: 15px;
}

.post-desc p,
.gallery-desc p {
    margin: 0;
    padding: 0;
}

.post-info-bottom {
    display: table-cell;
    vertical-align: bottom;
    padding: 15px 15px 15px 0;
}

.post-author,
.gallery-author {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.post-author-avatar,
.gallery-author-avatar {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 10px!important;
    display: inline-block!important;
}

.post-author a,
.gallery-author a {
    text-decoration: underline;
    color: #010101;
    font-size: 0.9em;
}

.post-author a:hover,
.gallery-author a:hover {
    text-decoration: none;
}

.post-comments,
.gallery-count {
    display: table-cell;
    vertical-align: middle;
    color: #90a4ae;
}

.post-comments a,
.gallery-count a {
    color: #90a4ae;
    padding-left: 4px;
    font-size: 0.9em;
    text-decoration: underline;
}

.post-comments a:hover,
.gallery-count a:hover {
    text-decoration: none;
}


/*-------------------------*/


/***** FOOTER *****/


/*-------------------------*/

#footer {
	padding-top: 30px;
}

.footer-copyright {
	text-align: center;
}


#slider-section {
	min-height: 600px;
	position: relative;
	height: 600px;
	margin-bottom:24px;
}

#slider {
    height: 100%;
    min-height: 600px;
	
}

#slider-section .slick-list, #slider-section .slick-track {
    height: 100%;
}

#slider-section .slide-item {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}

#slider-section .home-slider-arrows {
    width: 300px;
    margin: auto;
    position: relative;
    margin-top: -50px;
}

#slider .slide-body .slider-container {
    padding: 0 20px;
    max-width: 1000px;
    position: relative;
}

#slider .slide-body {
    display: block;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 100;
}

#slider .slide-body .slider-container {
    padding: 0 20px;
    max-width: 1000px;
    position: relative;
}

.slider-content {
    font-size: 1.2em;
	text-shadow: -1px 0px 5px rgba(0, 0, 0, 0.8);
}

.slider-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.slider-title {
    padding-bottom: 15px;
}

.slider-title a {
	color: #ffffff;
}

#slider .slide-body h1, #slider .slide-body h2, #slider .slide-body h3 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 400;
    color: #ffffff;
}

.slider-category {
    display: inline-block;
    vertical-align: bottom;
    padding: 15px 15px 15px 0;
    font-size: 0.9em;
    font-weight: 400;
}

.slider-category a {
    color: #c4bcf2;
}

#slider-section .slick-prev:before, 
#slider-section [dir='rtl'] .slick-prev:before, 
#slider-section .slick-down:before, 
#slider-section [dir='rtl'] .slick-down:before, 
#slider-section .slick-next:before, 
#slider-section [dir='rtl'] .slick-next:before {
    color: #ffffff;
}

#slider-section .slide-item:after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

/*-------------------------*/


/***** OTHER_PAGE *****/


/*-------------------------*/

.page-other-body {
	position: relative;
}

.page-other {
    padding-top: 30px;
    border-top: 1px solid #ececec;
    margin-top: 25px;
    padding-bottom: 25px;
	position: relative;
}

.page-other .similar-arrows {
    width: 100%;
    position: absolute;
    float: none;
    top: 42%;
    right: 0;
    /* margin-top: 66px; */
}

.page-other .post-title h3 {
    font-size: 1em;
    font-weight: 500;
    margin: 0;
}

.service-card {
    padding: 30px 0;
    border-radius: 3px;
    display: table;
    width: 100%;
}

.service-icon {
	width: 115px;
    text-align: center;
}

.service-icon, 
.service-text {
	display: table-cell;
	vertical-align: top;
}