/*
 Author:       Cobweb Software
 Author URI:
 Template:     Cobweb Canvas
 Version:      1.0.0
*/

/* TABLE OF CONTENTS

0. Layout
1. Defaults
    1.1. Typographical Elements
    1.2. Headings
    1.3. Forms
    1.4. Menus
    1.5. Header
    1.6. Main
    1.7. Sidebar
    1.8. Footer
2. Helper Classes
3. Modules
4. Components

*/

/* -------------------------------------------------------------------------- *
 * 0. Layout                                                                  *
 * -------------------------------------------------------------------------- */
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.2;
}
a{
	color: inherit;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
p{
	margin-bottom: 10px;
}
span > i{
	margin-right: 10px;
}
a.cbs-link{
	text-align: center;
}
a.cbs-link.bordered{
	padding: 10px 0 12px;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}
.col-md-3 a.cbs-link{
	display: block;
	padding: 20px 0;
}
a.cbs-link > i{
	font-size: 28px;
	margin-right: 20px;
}
a.cbs-link > i,
a.cbs-link > span{
	vertical-align: middle;
}
img{
	max-width: 100%;
}
input:focus{
	outline: none;
}
figure{
    display: inline-block;
}

/* Gray Scale */
.hover figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover figure:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.hover{
    text-align: center;
    background: #F5F5F5;
    padding: 20px 0;
}
.hover figure:not(:last-child){
  margin-right: 10px;
}

/* -------------------------------------------------------------------------- *
 * 1. Defaults                                                                *
 * -------------------------------------------------------------------------- */

.main_content_bottom .sidebarModules,
.our-services-container,
.our-projects-container,
.our-projects{
	position: relative;
}

#go-up,
#go-up i,
.our-services .featured-services a,
.our-services .featured-services a .h4,
.our-services ul li a,
#header #mainMenu > li.parent > a:after,
#footer ul.nav.menu li a,
.our-services .featured-services .image img,
.latest-news article img,
.nav-pills li a,
.mod-languages li a{
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header_top_left img{
	-webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* -------------------------------------------------------------------------- *
 * 1.1. Typographical Elements                                                *
 * -------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: inherit;
	color: inherit;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'PT Sans Narrow', sans-serif;
}

h1, h2, h3,
.h1, .h2, .h3{
	text-transform: uppercase;
}

h1, .h1{
	font-size: 40px;
    color: #333333;
    margin: 10px 0 30px 0;
}

.itemView.blog .itemHeader h1{
    margin-top: 0;
}

body.homePage h1,
body.homePage .h1{
	text-align: center;
}

h2, .h2{
	font-size: 40px;
	margin: 20px 0;
}

h3, .h3{
	font-size: 35px;
}

h4, .h4{
	font-size: 22px;
}

.main_content_right h4,
.main_content_left h4,
.main_content_left_k2 h4,
.main_content_right_k2 h4,
.main_content_left_k2_item h4,
.main_content_right_k2_item h4,
.contacts h4{
    font-size: 27px;
    text-transform: uppercase;
}

h5, .h5{
    font-size: 20px;
    font-weight: 700;
}

h6, .h6{
    font-size: 18px;
    font-weight: 700;
}

figcaption h5 {
    color: #fff;
    line-height: 23px;
    text-align: left;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 3px;
    font-weight: bold;
}

figcaption span {
    text-align: left;
    color: #fff;
    display: block;
    line-height: 17px;
    font-family: 'PT Sans Narrow', sans-serif;
}
/* -------------------------------------------------------------------------- *
 * 1.2. Headings                                                              *
 * -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- *
 * 1.2. Forms                                                                 *
 * -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- *
 * 1.4. Menus                                                                 *
 * -------------------------------------------------------------------------- */
#mobileMenu,
.offcanvas-menu{
	display: none;
}

#mobileMenu{
	float: left;
	margin-top: 5px;
}

/* OFFCANVAS MENU */
body:after{
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.8);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 999;
}
.offcanvas:after{
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.offcanvas-menu{
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -300px;
    opacity: 1;
    z-index: 9999;
    overflow-y: scroll;
}
#offcanvas-toggler{
    font-size: 26px;
}
.offcanvas-menu .close-offcanvas{
    position: absolute;
    right: 0;
    padding: 15px;
    font-size: 36px;
}
.offcanvas-menu .close-offcanvas > i{
    float: right;
}
.offcanvas-menu .offcanvas-inner{
    width: 100%;
    padding-top: 60px;
}
.offcanvas-menu ul{
    padding: 10px;
    margin: 0px;
}
.offcanvas-menu ul li{
    position: relative;
    list-style-type: none;
    margin: 10px 0;
}
.offcanvas-menu ul li:last-child{
    margin-bottom: 0;
}
.offcanvas-menu ul li a{
    display: block;
    padding: 5px 10px;
}
/* END OFFCANVAS MENU */

/* MAIN MENU */
#header #mainMenu{
	float: none;
    margin-top: 15px;
    margin: 15px auto 0;
    display: table;
}
#header #mainMenu ul.nav-child{
	color: #fff;
}
#header #mainMenu li{
	display: inline-grid;
	list-style: none;
}
#header #mainMenu > li{
	position: static;
}
#header #mainMenu > li:not(:first-child){
    margin-left: 3px;
}
#header #mainMenu > li:not(:last-child){
    margin-right: 3px;
}
#header #mainMenu > li > a{
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 600;
}
#header #mainMenu > li > a,
#header-top.fixed #mainMenu > li > a:focus,
#header-top.fixed #mainMenu > li:hover > a,
#header-top.fixed #mainMenu > li.parent.selected > a,
#header-top.fixed #mainMenu > li.blue.active > a,
#header-top.fixed #mainMenu > li.red.active > a,
#header-top.fixed #mainMenu > li.green.active > a,
#header:not(.fixed-header) #mainMenu > li:hover > a,
#header:not(.fixed-header) #mainMenu > li.parent.selected > a,
#header:not(.fixed-header) #mainMenu > li.blue.active > a,
#header:not(.fixed-header) #mainMenu > li.red.active > a,
#header:not(.fixed-header) #mainMenu > li.green.active > a,
#header:not(.fixed-header) #mainMenu > li > a:focus{
	color: #fff;
}
#header #mainMenu > li.parent > a:after{
	content: '';
	display: none;
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#header #mainMenu > li.parent > a:before{
    top: 100%;
    height: 50px;
    z-index: 3;
}
#header #mainMenu > li.parent > a:after{
    bottom: -10px;
    border-bottom: 10px solid #fff;
    z-index: 2;
}
#header:not(.fixed-header) #mainMenu > li.parent > a:after,
#header #header-top.fixed #mainMenu > li.parent > a:after{
	bottom: -10px;
}
#header #mainMenu > li > a{
	-moz-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#header #mainMenu > li.parent > a:before,
#header #mainMenu > li.parent > a:after{
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header #mainMenu > li > .nav-child {
    margin: 10px 0 0 0;
    padding: 20px 20px 0;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 1280px;
    min-height: 65px;
    clip: auto;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}
#header #mainMenu li.selected > .nav-child {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    clip: inherit;
}
#header #mainMenu > li.selected > a:before,
#header #mainMenu > li.selected > a:after{
	display: block;
}
#header #mainMenu .dropdown-content{
	position: relative;
	padding: 10px 0 5px;
	margin-top: -15px;
}
#header #mainMenu .dropdown-content ul.level2{
    margin-bottom: 15px;
}
#header #mainMenu .dropdown-content:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 49px;
	height: 1px;
	background: rgba(255, 255, 255, 0.6);
}
#header #mainMenu ul.level1 > .dropdown-content > li > a{
	padding: 10px 0;
}
#header #mainMenu ul.level1 > .dropdown-content > li:not(:last-child){
	margin-right: 25px;
}
#header #mainMenu .level1 li{
	position: relative;
}
#header #mainMenu .level2{
	margin-top: 10px;
}
#header #mainMenu .level2 li{
	display: block;
}
#header #mainMenu .level2 li:not(:last-child){
	margin-bottom: 10px;
}
#header #mainMenu .level2 li:not(:last-child) > a{
	padding-bottom: 5px;
}
#header #mainMenu .level1 li > .nav-child{
	/*position: absolute;
	top: 40px;*/
	padding-left: 10px;
}
#header #mainMenu .dropdown-content .childModules{
	position: absolute;
	padding: 0 5px 20px;
	margin-top: 40px;
	left: -5px;
	right: -5px;
}

.childModules img{
	width: 100%;
}
/* END MAIN MENU */
/* -------------------------------------------------------------------------- *
 * 1.5. Header                                                                *
 * -------------------------------------------------------------------------- */
body.k2ItemHeader #top-bar,
body.k2ItemHeader #header:not(.fixed-header) .mod-languages a,
body.k2ItemHeader #header:not(.fixed-header) .mod-languages span,
body.k2ItemHeader #header:not(.fixed) #header-top:not(.fixes) #mainMenu > li > a{
	color: #fff;
}
#header{
	z-index: 999;
}
#header.fixed,
#header.fixed-header{
	position: absolute;
    left: 0;
    right: 0;
}

#header #header-top.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
}

#header:not(.fixed-header),
#header #header-top.fixed{
	border-bottom: 1px solid #e5e5e5;
}

#header #header-top.fixed .header_top_left img{
	width: 70%;
}

#header.fixed-header #top-bar{
	color: #fff;
}

#header #header-top:not(.fixed) .header_top_right{
	margin-top: 15px;
}

.pre_header_left, .pre_header_right{
	margin: 10px 0 5px 0;
}

.pre_header_left p, .pre_header_right p{
	margin: 0;
}

.header_top_right > *{
	display: inline-block;
	float: right;
}
/* -------------------------------------------------------------------------- *
 * 1.6. Main                                                                  *
 * -------------------------------------------------------------------------- */
section#inner_slider iframe{
    width: 100%;
}
.main_content_body_k2.col-md-12,
.main_content_body_k2_item.col-md-12,
.main_content:not(.container) .wrap_center.col-md-12{
	padding: 0;
}
.main_content:not(.container){
	padding-top: 0;
}
.main_content_top .sidebarModules,
.main_content_bottom .sidebarModules{
	padding: 20px 0 50px 0;
}
.main_content_top .sidebarModules.no-title,
.main_content_bottom .sidebarModules.no-title{
	padding-top: 50px;
}
/*.main_content_top .sidebarModules:not(:last-child),
.main_content_bottom .sidebarModules:not(:last-child){
	margin-bottom: 35px;
}*/
.main_content_bottom .sidebarModules:not(:last-child):after{
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
}
.main_content{
	padding: 32px 0;
}

.footerModules:not(:last-child){
	margin-bottom: 40px;
}

.isotope-item{
	padding: 0;
}

.sort-destination-loader{
	position: relative;
}

.row.main_content_inner,
.sort-destination-loader .row{
	margin: 0;
}

.sort-destination-loader .row{
    position: relative;
    width: 99vw;
    left: 50%;
    transform: translateX(-50%);
}

.sort-destination-loader .image-gallery-item{
	padding-right: 5px;
	margin-bottom: 5px;
}

.nav-pills li{
	margin: 0 0 5px 0;
}

.nav-pills li a{
	background-color: transparent;
	border: 1px solid #ccc;
}
.nav-pills li:not(:last-child){
	margin-right: 5px;
}
.nav-pills li a{
	padding: 10px 15px;
	border-radius: 0;
	height: 57px;
	width: 100%;
	display: inline-flex;
  	text-transform: uppercase;
}
.nav-pills > li > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	color: #fff !important;
}

.nav-pills li a img{
	max-height: 35px;
	margin-right: 10px;
}
.nav-pills li a img,
.nav-pills li a span{
	display: inline-grid;
    margin-top: auto;
    margin-bottom: auto;
}
div.itemTagsBlock{
	margin: 20px 0;
}
div.itemTagsBlock ul.itemTags li a:before{
	content: none;
}

/* Blog */
.itemListView .page-header{
    margin-bottom: 25px;
}
.blog .single-blog:not(:last-child){
    margin-bottom: 30px;
}
.blog .single-blog .blog-heading{
    position: relative;
    margin-bottom: 30px;
}
.blog .single-blog .blog-heading:after{
    position: absolute;
    content: "";
    display: block;
    bottom: -1px;
    height: 3px;
    left: -1px;
    right: -1px;
}
.blog .single-blog .blog-heading + div,
.blog .single-blog .image-block{
    padding-left: 0;
}
.blog .single-blog .image-block{
    padding-right: 0;
}
.blog .title{
    line-height: 1.2;
    margin-top: 0;
}
.blog .title,
.blog .single-blog .blog-info{
    margin-bottom: 15px;
}
.blog .single-blog .blog-info span.date,
.post-info span.date{
    display: inline-flex;
    float: left;
}
.blog .single-blog .blog-info span,
.post-info span {
    display: inline-block;
    font-size: 14px;
}
.blog-info > span:not(:last-child),
.post-info span:not(:last-child){
    padding-right: 20px;
    border-right: 1px solid #888;
}
.blog-info > span:not(:first-child),
.post-info > span:not(:first-child) {
    padding-left: 20px;
}
.date i{
    position: relative;
    font-size: 24px;
    margin-right: 10px;
}
.date i span{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.date > span, .cat-link{
    margin-top: 4px;
}
.itemDetails {
    margin-bottom: 8px;
}
div.itemImageBlock {
    text-align: center;
    padding: 0;
}
div.itemImageBlock.floated {
    float: left;
    margin: 0 20px 0px 0;
}
/* Търсачка */
.K2SearchNews{
	position: relative;
}
.K2SearchNews input[type=text]{
    display: block;
    border: none;
    margin: 0px;
    width: 100%;
    padding: 14px 25px 15px;
    border: 1px solid #d7d8d8;
    transition: all 0.3s ease-in-out;
    min-height: 53px;
    font-size: 14px;
    line-height: 14px;
}
.K2SearchNews .search-icon{
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    width: 53px;
    font-size: 24px;
    font-weight: bold;
    line-height: 53px;
    position: absolute;
    text-align: center;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
.K2SearchNews .search-icon:hover{
	opacity: 0.8;
}
.K2SearchNews .search-icon input{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    min-height: 53px;
    border: none;
    border-radius: 0;
    background: transparent;
}
.K2SearchNews .search-icon:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    height: 100%;
    content: "\f002";
    position: absolute;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    line-height: 53px;
}
/* Календар */
div.k2CalendarBlock{
    border-top: none;
    height: auto;
    margin: 0;
}
div.k2CalendarBlock table{
    width: 100%;
}
table.calendar tr td.calendarTodayLinked a:hover{
    background: transparent;
}
/* Последно в блога */
.latest-in-out-blog .single-blog{
    overflow: hidden;
}

.latest-in-out-blog .single-blog:not(:first-child){
    margin-top: 25px;
}

.latest-in-out-blog .single-blog div{
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: 50% 50%;
    float: left;
    margin-right: 15px;
}

.latest-in-out-blog .single-blog .to-blog-details{
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    max-height: 60px;   
}

.latest-in-out-blog .single-blog .date-published{
    font-size: 12px;
    margin-top: 15px;
    color: #888;
}

.latest-in-out-blog .single-blog .to-blog-details{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.itemIsFeatured:before{
    content: none;
}
    
/* -------------------------------------------------------------------------- *
 * 1.7. Sidebar                                                               *
 * -------------------------------------------------------------------------- */

.sidebarModules h4{
    margin-bottom: 27px;
}

.sidebarModules .nav li a,
.sidebarModules .menu li a{
	display: inline-block;
	padding: 5px 10px 5px 0;
}
.sidebarModules .nav li:not(.active):not(.activeCategory):not(:hover) a,
.sidebarModules .menu li:not(.active):not(.activeCategory):not(:hover) a{
    color: inherit !important;
}
.sidebarModules .nav li a:hover,
.sidebarModules .nav li a:focus,
.sidebarModules .menu li a:hover,
.sidebarModules .menu li a:focus{
	background: none;
}

.main_content_left .sidebarModules,
.main_content_right .sidebarModules,
.main_content_left_k2 .sidebarModules,
.main_content_right_k2 .sidebarModules,
.main_content_left_k2_item .sidebarModules,
.main_content_right_k2_item .sidebarModules,
.itemView.masonry .itemBody .sidebarModules{
	position: relative;
	padding-bottom: 20px;
}
.main_content_left .sidebarModules:after,
.main_content_right .sidebarModules:after,
.main_content_left_k2 .sidebarModules:after,
.main_content_right_k2 .sidebarModules:after,
.main_content_left_k2_item .sidebarModules:after,
.main_content_right_k2_item .sidebarModules:after,
.itemView.masonry .itemBody .sidebarModules:after{
	position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #b5b5b5;
    transition: all .3s ease;
}
.main_content_left .sidebarModules:not(:last-child),
.main_content_right .sidebarModules:not(:last-child),
.main_content_left_k2 .sidebarModules:not(:last-child),
.main_content_right_k2 .sidebarModules:not(:last-child),
.main_content_left_k2_item .sidebarModules:not(:last-child),
.main_content_right_k2_item .sidebarModules:not(:last-child),
.itemView.masonry .itemBody .sidebarModules:not(:last-child){
	margin-bottom: 20px;
}
/* -------------------------------------------------------------------------- *
 * 1.8. Footer                                                                *
 * -------------------------------------------------------------------------- */
#footer,
.footer_top_bar .container{
	position: relative;
}
#footer .pre_footer{
	padding: 30px 0;
}
#footer *{
	color: #fff;
}
#footer img{
	max-width: 100%;
}
#footer .widget h4{
	text-transform: uppercase;
    margin: 0 0 20px;
}
#footer ul.nav.menu li{
	list-style-type: none;
}
#footer ul.nav.menu ul.nav-child{
	padding: 0;
}
#footer ul.nav.menu li{
	margin-bottom: 8px;
}
#footer ul.nav.menu li a{
	display: inline-block;
	color: inherit;
	padding: 0;
}
#footer ul.nav.menu li a:hover{
	color: #fff;
	background: none;
}
#footer ul.nav.menu ul.nav-child li{
	padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#footer .footer_bottom .row > div{
	margin: 20px 0;
}
#footer .footer_bottom p{
	margin: 0;
}

.footerModules > img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer_top_3 i,
.contacts i{
	margin-right: 10px;
	width: 20px;
    height: 20px;
    text-align: center;
}

#go-up{
	position: absolute;
    right: 0;
    color: #000;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid;
    border-top: none;
    z-index: 1;
}
#go-up:hover{
	border-color: #fff;
}
/* -------------------------------------------------------------------------- *
 * 2. Helper Classes                                                          *
 * -------------------------------------------------------------------------- */
.float-left{
	float: left;
}
.float-right{
	float: right;
}

.itemFullText .text-right .sidebarModules{
    display: inline-block;
    padding: 0;
}
.itemFullText .text-right .sidebarModules::after{
    content: none !important;
}
.itemFullText .text-right .sidebarModules:not(:first-child){
    margin-left: 20px;
}

.main_content:not(.container) .noMargin{
	margin-left: 0;
	margin-right: 0;
}

.module-heading{
	text-align: center;
   	margin-bottom: 60px;
   	margin-top: 30px;
}
.module-heading h2,
.module-heading h3
.custom-header{
	margin: 0;
	line-height: 0.9;
}
.module-heading h2,
.custom-header{
	position: relative;
	display: inline-block;
}
.module-heading h2:before,
.module-heading h2:after,
.custom-header:before,
.custom-header:after{
	content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #333333;
}
.module-heading h2:before,
.custom-header:before{
	left: -120px;
}
.module-heading h2:after,
.custom-header:after{
	right: -120px;
}

.btn-basic{
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid #333333;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-basic:hover,
.btn-basic:focus,
body.red .btn-basic:hover,
body.blue .btn-basic:hover,
body.green .btn-basic:hover{
	color: #fff;
	border-color: #fff;
	background: #333333;
}

.btn-footer{
	display: block;
	font-size: 16px;
	padding: 8px 20px;
	color: #000 !important;
	background: #fff;
	border-radius: 0;
	border: none;
}
.btn-footer i{
	float: left;
	font-size: 24px;
}
.btn-footer span{
	color: inherit !important;
}

.btn-footer + .btn-footer{
	margin-top: 20px;
}

.see-all{
	margin-top: 20px;
	text-align: center;
}

#particles,
#header-particles{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.bt-facebookpage,
.bt-facebookpage iframe{
	width: 100%;
}

.pt-2{
	padding-top: 8px;
}

.mt-4{
	margin-top: 24px;
}

.scroll-to-top{
	display: none;
}
/* -------------------------------------------------------------------------- *
 * 3. Modules                                                                 *
 * -------------------------------------------------------------------------- */
.mod-languages{
	color: #fff;
	margin-top: 20px;
}
.mod-languages img + span.label{
	padding: 0;
}
.mod-languages li:not(.lang-active) a{
    opacity: 0.6;
}
.mod-languages li a:hover{
    opacity: 1;
}
#header-top.fixed .mod-languages{
	color: initial;
}

/* OUR PROJECTS */
.our-projects .owl-carousel{
	position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.module-heading + .sub-title{
	font-size: 30px;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 30px;
}
.our-projects .btn-basic{
	margin: auto;
}
.thumb-info{
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb-info .thumb-info-wrapper{
	overflow: hidden;
    display: block;
    position: relative;
}
.thumb-info .thumb-info-wrapper:after{
	content: "";
    background: rgba(23, 23, 23, 0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}
.thumb-info:hover .thumb-info-wrapper:after{
	opacity: 1;
}
.thumb-info .thumb-info-wrapper img{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
    max-width: 580px;
    max-height: 400px;
}
.thumb-info:hover .thumb-info-wrapper img{
	-webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.thumb-info .thumb-info-wrapper .thumb-info-title{
	position: absolute;
	left: 5%;
	top: 50%;
    bottom: auto;
    width: 90%;
    text-align: center;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /*opacity: 0;*/
    z-index: 2;
}
.thumb-info:hover .thumb-info-wrapper .thumb-info-title{
	opacity: 1;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.thumb-info .thumb-info-wrapper .thumb-info-title div{
	margin: 0;
	line-height: 1;
}
.thumb-info .thumb-info-wrapper .thumb-info-title div:first-child{
	text-shadow: 0px 0px 4px #000;
}
.thumb-info:hover .thumb-info-wrapper .thumb-info-title div:first-child{
	text-shadow: none;
}
.thumb-info .thumb-info-wrapper .thumb-info-title div.sub-info{
	opacity: 0;
	font-size: 16px;
	font-weight: normal;
	transform: translate3d(0,-40%,0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.thumb-info:hover .thumb-info-wrapper .thumb-info-title div.sub-info{
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.thumb-info:hover .thumb-info-wrapper .thumb-info-title div.sub-info{
	opacity: 1;
    transform: translate3d(0,0,0);
}
/* END OUR PROJECTS */

/* CONTACT INFO */
.contacts div[class*="col-"] > img{
	float: left;
	margin-right: 20px;
}
.contacts div[class*="col-"] h4{
	margin-top: 0;
}
.contact-info{
	margin-top: 20px;
}
.contact-info span{
	display: block;
    margin-bottom: 10px;
}
.contact-info span i{
	font-size: 20px;
	color: #ff7c61;
}
.contact-info span img{
	width: 22px;
	height: 22px;
}
/* END CONTACT INFO */

/* SERVICES */
.our-services ul,
.our-services .featured-services{
	text-align: center;
}
.our-services .featured-services{
	display: table;
    width: 100%;
}
.our-services .featured-services > div{
	display: inline-block;
	padding: 0 10px;
	float: none;
}
.our-services .featured-services > div > a{
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.our-services .featured-services > div > a:hover{
	background: #fff;
}
.our-services .featured-services .image{
	width: 250px;
    height: 135px;
    background: #fff;
    margin: 10px auto 0;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid;
    display: grid;
}
.our-services .featured-services .image img{
	max-height: 100%;
	width: auto;
	margin: auto;
    background: #fff;
}
.our-services .featured-services .h4{
	font-weight: normal;
	font-style: italic;
	height: 44px;
	overflow: hidden;
	display: block;
}
.our-services ul{
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}
.our-services ul li{
	font-size: 20px;
	display: inline-flex;
	margin-top: 5px;
}
.our-services ul li:not(:last-child){
	margin-right: 30px;
}
.our-services ul li a{
	padding: 3px 6px;
}
.our-services ul li a:hover{
	color: #fff;
}
.our-services-container:before{
	content: "";
	position: absolute;
	width: 100vw;
	top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: #F0F0F0;
}
/* END SERVICES */
.owl-carousel{
	display: block;
}
.owl-carousel .owl-nav{
	display: inline-block;
    position: absolute;
    top: -50px;
    right: 18%;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-prev span{
	background-image: url(../assets/owl-carousel/images/tile_button_left.png);
}
.owl-carousel .owl-nav button.owl-next span{
	background-image: url(../assets/owl-carousel/images/tile_button_right.png);
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
	background-position: top left;
	background-size: contain;
    height: 40px;
    width: 40px;
    display: block;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus{
	background: transparent;
	outline: none;
}

/* CUSTOM HTML TECHNOLOGIES */
.usedTechnologies ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.usedTechnologies ul li{
	float: left;
    width: 20%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-top: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}
.usedTechnologies ul li.titles{
	display: grid;
}
.usedTechnologies ul li.titles div{
	display: inline-block;
	margin: auto;
}
.usedTechnologies ul li.titles div *{
	margin: 0;
}
.usedTechnologies ul li.titles div *:first-child{
	font-weight: bold;
}
.usedTechnologies ul li:nth-child(1),
.usedTechnologies ul li:nth-child(2),
.usedTechnologies ul li:nth-child(3),
.usedTechnologies ul li:nth-child(4),
.usedTechnologies ul li:nth-child(5){
    border-top: none;
}
.usedTechnologies ul li:nth-child(5),
.usedTechnologies ul li:nth-child(10),
.usedTechnologies ul li:nth-child(15){
    border-right: none;
}
.usedTechnologies ul li figure{
	margin: 0;
    position: relative;
    height: 100%;
    display: grid;
    padding: 10px;
}
.usedTechnologies ul li img{
	position: relative;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    z-index: 10;
    margin: auto;
    height: 100%;
}
.usedTechnologies ul li figcaption{
	position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    color: #fff;
}
.cs-style-5 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}
.cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* NEWS */
.latest-news article{
	margin-bottom: 20px;
}
.latest-news article img{
	width: 100%;
}
.latest-news article:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.latest-news article h4{
	/*padding-top: 12px;*/
	margin: 0;
	display: grid;
	height: 58px;
	max-height: 58px;
	overflow: hidden;
	font-weight: 400;
}
.latest-news article h4 a{
	margin: auto auto 0 0;
}
.latest-news article .thumb{
	height: 250px;
	overflow: hidden;
}
.latest-news article .meta-wrapper{
	margin-top: 2px;
}
.latest-news .date{
	float: left;
    margin-right: 10px;
    line-height: 1.1;
    text-align: center;
    border: 1px solid;
}
.latest-news .date .day{
	display: block;
    padding: 0 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.latest-news .date .month{
	display: block;
	padding: 0 10px 3px;
	font-weight: bold;
}

/* Contacts */
.itemView .itemBody .contacts h4{
    color: inherit !important;
}
.contact-box:not(:last-child){
    margin-bottom: 15px;
}
.contact-box > span{
    display: table-cell;
    vertical-align: middle;
}
.contact-box > span:first-child,
.contact-box > span i{
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.contact-box > span:first-child{
    font-size: 12px;
}
.contact-box > span i{
    margin: 0;
    border-radius: 50%;
    border: 1px solid;
}
.contact-box > span:last-child{
    padding-left: 20px;
}
/*.itemView .itemBody .contacts > div:not(:first-child){
    margin-top: 48px;
}*/
.itemView .itemBody .contacts > div h4{
    margin-bottom: 14px;
}

.ui.form .col-md-6:nth-of-type(1){
    padding-left: 0;
}
.ui.form .col-md-6:nth-of-type(2){
    padding-right: 0;
}
.ui.form .col-md-6 .field{
    margin-bottom: 1em;
}
.ui.form .field > label,
.ui.form .ui.button{
    font-size: 16px;
    font-weight: normal;
}
.ui.form .ui.button i{
    margin-right: 10px;
}
.ui.form input,
.ui.form textarea,
.ui.form .ui.button{
    border-radius: 0 !important;
}
.ui.form input:focus,
.ui.form textarea:focus,
.ui.form input:active,
.ui.form textarea:active{
    border-color: #c3c3c3;
}
.ui.green.button:focus,
.ui.green.button:active{
    outline: none;
}
.chronoforms6_credits{
    display: none;
}
/* -------------------------------------------------------------------------- *
 * 4. Components                                                              *
 * -------------------------------------------------------------------------- */
.itemView.masonry .itemHeader{
	position: relative;
	padding: 20px 0 0;
    min-height: 427px;
}
.itemView.masonry .itemHeader h1{
	font-size: 28px;
	text-align: center;
    margin-top: 80px;
    height: 60px;
    overflow: hidden;
}
.itemView.masonry .itemHeader *{
	color: #fff;
}
.itemView.masonry .itemHeader img{
	max-width: 100%;
    margin-top: 80px;
}
.itemView.masonry .itemHeader .meta-info{
    font-size: 18px;
}
.itemView.masonry .btn-basic{
	padding: 12px 20px;
}
.meta-info .meta-title{
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.meta-info .meta-item{
	padding: 3px 0;
	overflow: auto;
}
.meta-info .meta-item > div:first-child{
	float: left;
}
.meta-info .meta-item > div:last-child{
	float: right;
}
.meta-info .meta-item > div{
	max-width: 50%;
}
.gallery_list .odd,
.gallery{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}
.itemView.masonry img{
	max-width: 100%;
}
.itemView.masonry .gallery_list img,
.itemView.masonry .ug-thumb-wrapper.ug-tile{
    border: 1px solid #ccc;
}
.itemView.masonry .ug-thumb-wrapper.ug-tile:hover{
    border-color: transparent;
}
.gallery_list .list-item{
	padding: 40px 0;
}
.gallery{
	margin: 40px 0;
	padding: 20px 0;
}

/* Timeline template */
section.timeline{
    width: calc(100% - 30px);
    margin: 0 0 0 30px;
    padding: 0;
}
section.timeline .timeline-box.right{
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 12px 90px -10px rgba(171, 191, 216, .6);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
section.timeline .timeline-box.active{
    overflow: initial;
}
section.timeline .timeline-box.right:before{
    top: 34px;
    left: -2.5%;
    transform: translateX(-50%);
    background-color: #212529;
    box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #212529
}
section.timeline .timeline-box-inner{
    width: 100%;
    max-height: 80px;
    overflow: hidden;
}
section.timeline .timeline-box-inner .experience-info{
    padding: 0;
}
section.timeline .timeline-box-inner .experience-description{
    padding: 30px;
}
section.timeline .timeline-box .experience-info{
    font-size: 27px;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
}
section.timeline .timeline-box .experience-info > *{
    color: #fff;
    height: 100%;
    width: 100px;
    line-height: 80px;
    font-size: 40px;
}
section.timeline .timeline-box .experience-description h4{
    margin: 0 0 20px;
}
section.timeline .timeline-bar{
    position: absolute;
    width: 3px;
    left: -2.9%;
    z-index: 0;
    top: 50px;
    bottom: 15px;
    background-color: #212529;
}
section.timeline:after{
    content: none;
}
section.timeline .timeline-box .icon{
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    display: block;
}
section.timeline .timeline-box .icon:before{
    width: 40px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
section.timeline .timeline-box .icon:after{
    width: 2px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
}
section.timeline .timeline-box-inner.active + .icon:after{
    transform: translateX(-50%) rotate(90deg);
}
section.timeline .timeline-box .icon:before,
section.timeline .timeline-box .icon:after{
    position: absolute;
    content: "";
    background: #000;
    transition: all .3s ease;
}
section.timeline .timeline-box .experience-info > *,
section.timeline .timeline-box .experience-info,
section.timeline .timeline-box:after{
    transition: all .3s ease;
}

 /* -------------------------------------------------------------------------- *
 * <a> Custom underlining                                                     *
 * -------------------------------------------------------------------------- */
 #top-bar a,
 #header #mainMenu ul.level1 li a,
 #footer ul.nav.menu li a,
 #footer .footer_top_3 a,
 .contacts a,
 .sidebarModules .nav li a,
 .sidebarModules .menu li a,
 div.itemTagsBlock ul.itemTags li a,
 .contact-box a,
.main_content a:not(.btn-basic):not(.cbs-link):not(.nav-link):not(.service-link),
#header #mainMenu .dropdown-content .childModules a{
 	position: relative;
 }

 #top-bar a:after,
 #header #mainMenu ul.level1 li  a:after,
 #footer ul.nav.menu li a:after,
 #footer .footer_top_3 a:after,
 .contacts a:after,
 .sidebarModules .nav li a:after,
 .sidebarModules .menu li a:after,
 div.itemTagsBlock ul.itemTags li a:after,
 .contact-box a:after,
 .main_content a:not(.btn-basic):not(.cbs-link):not(.nav-link):not(.service-link):after,
 #header #mainMenu .dropdown-content .childModules a:after{
 	position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all .3s ease;
 }

 .contacts .see-all a:after{
	content: none;
}

 #header #mainMenu ul.level1 .dropdown-content > li > a:after{
 	bottom: 5px;
 }

 #top-bar a:hover:after,
 #header #mainMenu ul.level1 li.active > a:after,
 #header #mainMenu ul.level1 li a:hover:after,
 #footer ul.nav.menu li a:hover:after,
 #footer .footer_top_3 a:hover:after,
 .contacts a:hover:after,
 .sidebarModules .nav li a:hover:after,
 .sidebarModules .nav li.activeCategory a:after,
 .sidebarModules .menu li a:hover:after,
 .sidebarModules .menu li.activeCategory a:after,
 div.itemTagsBlock ul.itemTags li a:hover:after,
 .contact-box a:hover:after,
 .main_content a:not(.btn-basic):not(.cbs-link):not(.nav-link):not(.service-link):hover:after,
 #header #mainMenu .dropdown-content .childModules a:hover:after{
 	width: 100%;
    left: 0;
 }