/*
	Theme Name: Piksel
	Theme URI: http://templatation.com
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: A powerful WordPress theme for creatives.
	Version: 1.1
	Text Domain: piksel
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses.
	Tags: threaded-comments, translation-ready, custom-menu
*/



/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/themestyles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/customcss
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */

.no-Olap + .mainblock { padding-top: 45px; }
.mainblock { padding-bottom: 45px; }
.no-tpadd .no-Olap + .mainblock { padding-top: 0; }
.no-bpadd .mainblock { padding-bottom: 0; }


 /*top bar*/
.admin-bar .top-line{
	margin-top:32px;
}
@media (max-width: 782px) {
	.admin-bar .top-line{
		margin-top:46px;
	}
}

/*top-line*/
.top-line:after{
	content:'';
	display:block;
	clear:both;
}
.left-content{
	float:left;
}
.right-content{
	float:right;
	text-align:right;
}
.left-content > *,
.right-content > *{
	display:inline-block;
	font-size: 10px;
    line-height: 14px;
    color: #fff;
    letter-spacing: 0.35px;
    margin-right: 22px;
	vertical-align: middle;
}
.left-content > *:last-child,
.right-content > *:last-child{
	margin-right:0;
}
.top-line a{
	color:#fff;
	opacity:1;
}
.top-line a:hover{
	color:#fff;
	opacity:0.7;
}
.top-line span .fa{
	margin-right:7px;
	font-size: 18px;
    vertical-align: middle;	
}
.top-nav{
	margin-bottom:0;
	padding-left:0;
}
.top-nav .menu-item{
	display:inline-block;
	float:none;
	margin-right:10px;
}
.top-nav .menu-item:last-child{
	margin-right:0;
}
@media (max-width: 543px) {
	.left-content,
	.right-content{
		float:none;
	}
	.left-content > *,
	.right-content > *{
		display:block;
		text-align:center;
		margin-right:0;
		margin-bottom:7px;
	}
}

/*.top-nav*/
#wrapper-footer{
	position:relative;
	background: #dde0e3;
	padding: 14px 0;
}
#wrapper-footer:before{
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    width: 100%;
    height: 1px;
    background: #dde0e3;	
}
.copy-right-text,
.created-text{
    font-size: 12px;
    line-height: 14px;
    color: #979b9d;	
}

/*widget_search*/
.widget_search .input-group-btn:before{
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    background: #3c86c3;
    border-color: #3c86c3;
    padding: 0;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    width: 32px;
    height: 32px;
    color: #fff;
    vertical-align: top;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;	
}
.widget_search .input-group-btn .btn{
	font-size:0;
}


/*widget list*/
.widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget ul li {
	margin-bottom: 14px;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget ul a {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	color: #606b74;
	padding-left: 27px;
}

.widget ul a:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 2px;
	width: 9px;
	height: 9px;
	background: #b2b7bb;
	border: 1px solid transparent;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.widget ul a span {
  position: relative;
}

.widget ul a span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dde0e3;
}

.widget ul a:hover:before {
  width: 9px;
  height: 9px;
  border-color: #3c86c3;
  background: #fff;
}
.widget ul ul{
	margin-top:14px;
	padding-left:14px;
}

/*logo*/
.logo{
	float: left;
    width: 86px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 8px 0;	
}
.logo img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;	
}

/*table*/
table{
	margin-bottom: 1rem;
}
table,
table th,
table td{
	border:1px solid #dde0e3;
}
table th,
table td{padding:5px;vertical-align:middle;}

/*input*/
input:not([type="submit"]){
	display: block;
	width:100%;
	height: 38px;
	font-size: 12px;
	line-height: 1.25;
	color: #55595c;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
    padding: 0 .75rem;
	border-radius: .25rem;
}
 input:not([type="submit"]):focus{
	border-color: #66afe9;
	box-shadow: 0px 0px 6px 0px rgba(60, 134, 195, 0.58);	 
 }
 input[type="submit"]{
	display: inline-block;
	font-size: 12px;
	line-height: 16px;		 
	font-weight: 400;
	color:#fff;
	text-align: center;
	padding: 4px 21px;
	white-space: nowrap;
	background: #3c86c3;
	border: 1px solid #3c86c3;
	border-radius: 5px;
	vertical-align: middle;
	transition:all 300ms ease-in-out;
 }
  input[type="submit"]:hover{
	  background:transparent;
	  color:#3c86c3;
  }
  textarea{
	width:100%;
	height:156px;
	font-size: 12px;
	line-height: 1.25;
	color: #55595c;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	padding: .75rem;
	border-radius: .25rem;	 
  }
  textarea:focus{
	border-color: #66afe9;
	box-shadow: 0px 0px 6px 0px rgba(60, 134, 195, 0.58);	 	  
  }
  .post-password-form label{
	  width:100%;
  }
  
  /*gallery-icon*/
  .gallery-icon{
	  margin-bottom:30px;
  }
 
 
 .tag-success{
	 background:transparent;
 }
 
 .entry-content iframe{
	 max-width:100%;
	 height:300px;
}

/*tt-title-devider*/
.tt-title-devider{
	overflow:hidden;
}
.tt-title-devider .elementor-heading-title{
	display:inline-block;
	position:relative;
}
.tt-title-devider .elementor-heading-title:before,
.tt-title-devider .elementor-heading-title:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-1000px;
	width:995px;
	height:1px;
	background:#dde0e3;
}
.tt-title-devider .elementor-heading-title:after{
	left:auto;
	right:-1000px;
}
.tt-carusel .slick-slide-inner{
	border-right:1px solid #dde0e3;
}
.tt-title-underline.elementor-widget-heading .elementor-heading-title{
	display:inline-block;
	padding-bottom:2px;
	border-bottom: 1px solid #DDE0E3;
}
.elementor-text-editor p:last-child{
	margin-bottom:0;
}

/*footer*/
#footer-widget-area{
	padding: 25px 0;
	background:#fff;
	border-top: 1px solid #dde0e3;
	border-bottom: 1px solid #dde0e3;
}
#footer-widget-area .title{
    font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
    font-weight: 500;
	color: #606b74;
    text-transform: uppercase;
	margin-bottom: 20px;
}

#footer-widget-area .widget{
	margin-bottom:25px;
}

#footer-widget-area select{
	width:100%;
	padding: 5px;
	margin-bottom: 25px;
	border-color: #b2b7bb;
}
#footer-widget-area table{
	width:100%;
}
#footer-widget-area td,
#footer-widget-area th{
	padding:3px;
	text-align:center;
}

#footer-widget-area .widget_rss li{
	padding-left:0;
	margin-bottom:20px;
}
#footer-widget-area .widget_rss li:before{
	display:none;
}
#footer-widget-area .widget_rss li:last-child{
	margin-bottom:0;
}

#footer-widget-area .widget_search{
	margin-bottom:25px;
}
.widget-area .widget{
	margin-bottom:30px;
}

#footer-widget-area .wp-tag-cloud li{
	display:inline-block;
	line-height:1;
	margin-bottom:20px;
	padding-left:0;
}
#footer-widget-area .wp-tag-cloud li a{
	background:#f1f3f5;
	
}
#footer-widget-area .wp-tag-cloud a:before{
    position: absolute;
    top: 0px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #f1f3f5;
    content: '';
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;	
}
#footer-widget-area .wp-tag-cloud li a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #3c86c3;	
}
#footer-widget-area .wp-tag-cloud li a:hover:before{
	border-right: 14px solid #3c86c3;
}

.fl.button3{
	float:left;
}
.fr.button3{
	float:right;
}

.tt_prev_post,
.tt_next_post{
	display:inline-block;
	padding:20px 0;
}

.tt_prev_post:hover,
.tt_next_post:hover{
	color: #3c86c3;
}

.tt_prev_post .fa{
	margin-right:10px;
}
.tt_next_post .fa{
	margin-left:10px;
}

/*pagination*/
.pagination {
	display:block;
	position: relative;
	border-top: 2px solid #dde0e3;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	min-height: 56px;
	border-radius:0;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f105";
	right: -1px;
}

.pagination .nav-links:after {
    content: "\f104";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	color: #606b74;
	margin: 3px;
	padding: 3px;
	text-transform: uppercase;
    font-size: 16px;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
	color: #3c86c3;
}

.pagination .prev,
.pagination .next {
	background-color: #dde0e3;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #3c86c3;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f104";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f105";
	right: -1px;
	top: -1px;
}
.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}
.pagination .nav-links:before, .pagination .nav-links:after{
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1;
}
.pagination .prev:before, .pagination .next:before{
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px;
}
.pagination .nav-links:after{
	    content: "\f104";
}
@media screen and (min-width: 768px){
	.pagination .current .screen-reader-text{
		  position: absolute !important;
	}
	.pagination .page-numbers{
		 display: inline-block;
	}
}

.post .cat-links,
.post .tags-links{display:block;}

/*menu*/
.navbar-dark .navbar-nav > li > .dropdown-menu{}

@media (min-width: 768px) {

	.navbar-dark .navbar-nav > li >  ul > li > .dropdown-menu {
	  width: 190px;
	  padding: 0;
	  background: #fff;
	  border: 1px solid #dde0e3;
	  border-radius: 6px;
	}

	.navbar-dark .navbar-nav > li > ul > li > ul > li > .nav-link {
	  position:relative;
	  font-size: 12px;
	  color: #606b74;
	  text-align: left;
	  margin: 0 0 2px 0;
	  padding-left:28px;
	  padding-right:15px;
	}
	.navbar-dark .navbar-nav > li > ul > li > ul > li > .nav-link:before{
		content:'';
		display: inline-block;
		position:absolute;
		top:50%;
		left:10px;
		padding: 3px;
		margin-top: -4px;
		background-color: #b2b7bb;
		border: 1px solid transparent;
		border-radius: 50%;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	.navbar-dark .navbar-nav > li > ul > li > ul > li > .nav-link:hover,
	.navbar-dark .navbar-nav > li > ul > li > ul > li.active > .nav-link,
	.navbar-dark .navbar-nav > li > ul > li > ul > li.active > .nav-link:hover{
	  background: #f9f9f9;
	  color: #3c86c3;
	}
	.navbar-dark .navbar-nav > li > ul > li > ul > li > .nav-link:hover:before,
	.navbar-dark .navbar-nav > li > ul > li > ul > li.active > .nav-link:before,
	.navbar-dark .navbar-nav > li > ul > li > ul > li.active > .nav-link:hover:before{
		background-color: #fff;
		border-color: #3c86c3;
	}

    .navbar-dark .navbar-nav > li > ul,
    .navbar-dark .navbar-nav > li > ul > li > ul{
		display:block!important;
		visibility:hidden;
		opacity:0;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);		
		-webkit-transform:translateY(20px);
		-moz-transform:translateY(20px);
		-ms-transform:translateY(20px);
		transform:translateY(20px);
		-webkit-transition:all 300ms ease-in-out;
		-moz-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
	}
    .navbar-dark .navbar-nav > li > ul > li > ul{
		position:absolute;
		top:0;
		left:100%;
	}
    .navbar-dark .navbar-nav > li:hover > ul,
    .navbar-dark .navbar-nav > li > ul > li:hover > ul{
		visibility:visible;
		opacity:1;
		-webkit-transform:translateY(0px);
		   -moz-transform:translateY(0px);
		    -ms-transform:translateY(0px);
		        transform:translateY(0px);
	}
}
@media(max-width:767px){
	.navbar-dark .navbar-toggle{
		display:block!important;
	}
}
.hentry .entry-header{
	float:none;
	width:100%;
}
.ml-title {
    border-bottom: 1px solid #dde0e3;
    font-size: 18px;
    margin-bottom: 20px;
}
.created-text{text-align:right;}

.single-post .entry-footer{
	margin-bottom:30px;
    font-style: italic;
}

/*tag-social-box*/
.tag-social-box .pull-right{
	float:none;
}
.tag-social-box ul{
	list-style:none;
	padding-left:0;
}
.tag-social-box li{
	display:inline-block;
	margin-right: 15px;
	margin-bottom: 12px;
}
.tag-social-box li:last-child{
	margin-right:0;
}
.tag-social-box a{
	font-size: 16px;
	color: #868f97;		
}
.tag-social-box a:hover{
	color: #3c86c3;
}

/*admin-info-box*/
.admin-info-box .img-box{
	float:left;
	padding:10px;
	background: #fff;
	border: 1px solid #dde0e3;
	border-radius:5px;
}
.admin-info-box .text-box{
	padding-left:150px;
}
.admin-info-box .text-box h3{
	text-transform: capitalize;
    font-size: 18px;
}

/*social-icons*/
.top-line .social-icons ul{
	list-style:none;
	padding-left:0;
	margin-bottom:0;	
}
.top-line .social-icons li{
	display:inline-block;
	margin-right:9px;
}
.top-line .social-icons li:last-child{
	margin-right:0;
}

/*recent-post*/
.recent-post .tt-post-thumbnail{
	display:inline-block;
	padding: 10px;
    background: #fff;
    border: 1px solid #dde0e3;
    border-radius: 6px;
}
.recent-post .tt-post-thumbnail img{
    border-radius: 6px;	
}
.recent-post .title{
	margin-bottom:20px;
}
.recent-post .title a{
    font-size: 14px;
    font-weight: 600;
    color: #606b74;
	border-bottom: 1px solid #DDE0E3;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;	
}
.recent-post .title a:hover{
	color: #3c86c3;	
}
.recent-post .post-content > p{
	line-height:20px;
}
.recent-post .post-meta{
	list-style:none;
	padding-left:0;
}
.recent-post .post-meta li{
	display:inline-block;
	font-size: 11px;
	line-height: 20px;
    color: #868f97;
	margin-right:10px;
}
.recent-post .post-meta li a{
	color:inherit;
}
.recent-post .post-meta li a:hover{
	text-decoration:underline;
}
.recent-post .post-meta .fa{
	margin-right:5px;
}

/*tt-portfolio*/
.tt-portfolio{
	margin-left:-15px;
	margin-right:-15px;
}
.tt-portfolio:after{
	content:'';
	display:block;
	clear:both;
}
.tt-portfolio .img-container{
	padding-left:15px;
	padding-right:15px;
}
.tt-portfolio .recent-work-img{
	position:relative;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dde0e3;
    border-radius: 6px;	
}
.tt-portfolio .recent-work-img img{
	width:100%;
	border-radius: 4px;
}
.tt-portfolio .rollover{
    position: absolute;
    top: 10px;
    left: 10px;
	right: 10px;
	bottom: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.tt-portfolio .rollover ul{
    position: absolute;
    top: 50%;
    left: 50%;
	list-style:none;
	padding-left:0;
	margin-bottom:0;
	margin-left:-46px;
	margin-top:-25px;
}
.tt-portfolio .rollover ul li{
	display: inline-block;
    padding: 15px;
	width:50px;
	height:50px;
    border-radius: 50%;	
}
.tt-portfolio .rollover ul .enlarge{
    margin-right: -10px;
    background-color: rgba(0, 0, 0, 0.5);	
}
.tt-portfolio .rollover ul .enlarge a{
	color: #fff;
}
.tt-portfolio .rollover ul .link{
	 background-color: rgba(255, 255, 255, 0.5);
}
.tt-portfolio .rollover ul .link a{
	 color: #3c86c3;
}
.tt-portfolio .rollover .fa{
	font-size:19px;
}
.tt-portfolio .rollover .content-container{
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 20px;
	width: 100%;
}
.tt-portfolio .rollover .content-container .title{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;	
}
.tt-portfolio .rollover .content-container p{
    font-size: 12px;
    color: #fff;
	margin-bottom: 5px;
}
.tt-portfolio .rollover .content-container a{
	color:#fff;
}
.tt-portfolio .rollover .content-container a:hover{
    text-decoration:underline;	
}
.tt-portfolio .recent-work-img:hover .rollover{
    opacity: 1;
    visibility: visible;	
}
.tt-portfolio .isotope-nav{
	list-style:none;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:40px;
}
.tt-portfolio .isotope-nav li{
	display:inline-block;
    padding-left:0;
	margin-right:10px;
}
.tt-portfolio .isotope-nav li:after{
	content:'/';
	display:inline-block;
	font-size:14px;
	line-height:20px;
	color: #606b74;
    padding-left:10px;
	
}
.tt-portfolio .isotope-nav a{
    font-size: 12px;
	line-height:20px;
    color: #606b74;
    border-bottom: 1px solid #DDE0E3;	
}
.tt-portfolio .isotope-nav li.selected a,
.tt-portfolio .isotope-nav li a:hover{
	color: #3c86c3;
}
.tt-portfolio .grid-sizer,
.tt-portfolio .isotope-item{
	width:33.33333333%;
}
@media (max-width: 991px) {
	.tt-portfolio .rollover .content-container p{
		display:none;
	}
	.tt-portfolio .rollover .content-container{
		text-align:center;
		top:auto;
		bottom:15px;
	}
}
@media (max-width: 767px) {
	.tt-portfolio .grid-sizer,
	.tt-portfolio .isotope-item{
		width:100%;
	}
	.tt-portfolio .img-container{
		max-width:480px;
		margin-left:auto;
		margin-right:auto;
	}
	.tt-portfolio .isotope-nav{
		margin-bottom:30px;
	}
}

/*
|--------------------------------------------------------------------------
| FlexSlider Styles
|--------------------------------------------------------------------------
|
|
|
*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  padding: 0;
  margin: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
  display: block;
  width: 100%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: ".";
  visibility: hidden;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/

.flexslider {
  position: relative;
  padding: 15px;
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  border: 1px solid #dde0e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
          transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  position: absolute;
  bottom: 12px;
  z-index: 10;
  display: block;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  text-indent: -9999px;
  cursor: pointer;
  background: url(assets/img/flexslider/bg_direction_nav.png) no-repeat 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  right: 362px;
  background-position: 100% 0;
}

.flex-direction-nav .flex-prev {
  left: 363px;
}

.flexslider:hover .flex-next {
  right: 362px;
  opacity: 0.8;
}

.flexslider:hover .flex-prev {
  left: 363px;
  opacity: 0.8;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  cursor: default;
  opacity: .3!important;
  filter: alpha(opacity=30);
}

/* Control Nav */

.flex-control-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  margin-left: -15px;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 6px;
  zoom: 1;
}

.flex-control-paging li a {
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  cursor: pointer;
  background: #b2b7bb;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
    box-sizing: content-box;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;	
}

.flex-control-paging li a:hover {
  background: #a7a7aa;
}

.flex-control-paging li a.flex-active {
  width: 10px;
  height: 10px;
  margin-top: 2px;
  cursor: default;
  background: #ffffff;
  border: 2px solid #b2b7bb;
}

.flex-control-thumbs {
  position: static;
  margin: 5px 0 0;
  overflow: hidden;
}

.flex-control-thumbs li {
  float: left;
  width: 25%;
  margin: 0;
}

.flex-control-thumbs img {
  display: block;
  width: 100%;
  cursor: pointer;
  opacity: .7;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
  }
}

.flexslider-container .captions {
  position: absolute;
  bottom: 0;
}

.flexslider-container .captions .description {
  position: relative;
  left: 380px;
  padding: 4px 20px 3px;
  margin-bottom: 0;
  color: #fff;
  background-color: #6a6a6a;
}

.flexslider-container.v2 {
  padding-right: 0;
  padding-left: 0;
  margin-top: -38px;
}

.flexslider-container.v2 .flexslider {
  padding: 0;
  background-color: trasparent;
  border: 0;
}

.flexslider-container.v2 .flex-direction-nav a {
  bottom: -3px;
}

.flexslider-container.v2 .flex-direction-nav .flex-prev {
  left: 438px;
}

.flexslider-container.v2 .flex-direction-nav .flex-next {
  right: 468px;
}

.flexslider-container.v2 .captions .description {
  left: 470px;
}
.single-slider-container .flex-direction-nav a {
	top: 50%;
}
.single-slider-container .flex-direction-nav .flex-prev{
	left: 15px;
}
.single-slider-container .flex-direction-nav .flex-next{
	right: 15px;
}
.hentry + .portfolio-detail{
	padding-top:40px;
}

.portfolio-detail .portfolio-content-container .title {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
}

.portfolio-detail .portfolio-content-container .content {
	font-size: 12px;
	color: #606b74;
	padding-bottom: 60px;
	border-bottom: 1px solid #DDE0E3;
	margin-bottom: 40px;  
}

.portfolio-detail .portfolio-content-container .read-more {

}

.portfolio-detail .portfolio-content-container .read-more:hover {
  text-decoration: none;
}
.portfolio-detail .portfolio-meta-info{
	padding-left:0;
	list-style:none;
}
.portfolio-detail .portfolio-meta-info li{
    font-size: 12px;
    line-height: 28px;
    color: #868f97;	
}
.portfolio-detail .portfolio-meta-info li:after{
	content:'';
	display:block;
	clear:both;
}
.portfolio-detail .portfolio-meta-info .fa{
	flaot:left;
}
.portfolio-detail .portfolio-meta-info span,
.portfolio-detail .portfolio-meta-info a{
	margin-left:20px;
}

.portfolio-detail .portfolio-meta-info a.read-more{
    display: inline-block;
    color: #3c86c3;
    border-bottom: 1px solid #DDE0E3;
}
.portfolio-detail .read-more-arrow{
	display:inline-block;
	width:15px;
	height:5px;
	background:url(assets/img/portfolio_detail/read-more.png);
	margin-left:10px;
}
.portfolio-detail .pager{
    margin: 20px 0;
    text-align: center;
    list-style: none;	
	padding-left:0;
}
.portfolio-detail .pager li{
	display: inline-block;
	font-size:0;
}
.portfolio-detail .pager a{
    display: inline-block;
	font-size: 12px;
    color: #868f97;	
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;	
}
.portfolio-detail .pager a[rel="prev"]:before{
	content:'';
	display:inline-block;
	width:15px;
	height:5px;
	background:url(assets/img/portfolio_detail/read-more3.png);
	vertical-align:middle;
	margin-right:7px;
}
.portfolio-detail .pager a[rel="next"]:after{
	content:'';
	display:inline-block;
	width:15px;
	height:5px;
	background:url(assets/img/portfolio_detail/read-more.png);
	vertical-align:middle;
	margin-left:7px;
}
.portfolio-more  .grid-sizer{
	display:none;
}
.portfolio-more .tt-portfolio{
	margin-left:-15px;
	margin-right:-15px;
}
.portfolio-more .tt-portfolio > div{
	position: relative;	
    float: left;
    width: 33.33333%;
    min-height: 1px;
}
@media (max-width: 767px) {
	.portfolio-detail .pager{
		float:none;
	}
	.portfolio-more .tt-portfolio > div{
		width:100%;
		margin-bottom:30px;
	}
	.portfolio-more .tt-portfolio > div:last-child{
		margin-bottom:0;
	}
}

.top-line .social-icons a{
	font-size:12px;
}

/*title-separator*/
.title-separator{
	margin: 40px 0;
	overflow:hidden;
}
.title-separator .title{
    font-size: 12px;
    color: #868f97;
	font-weight:500;
    text-transform: uppercase;
	text-align:center;
}
.title-separator .title span{
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.title-separator .title span:before,
.title-separator .title span:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-1000px;
	width:995px;
	height:1px;
	background:#dde0e3;
}
.title-separator .title span:after{
	left:auto;
	right:-1000px;
}

/*hero section*/
.breadcrumb-area{
	padding-top:28px;
	text-align:center;
}
.breadcrumb-area .yt-breadcrumbs{
	text-align:left;
	font-size:0;
	margin-bottom:28px;
}
.breadcrumb-area .breadcrumb-text a{
	position:relative;
	color: #3c86c3;
	margin-right:18px;
}
.breadcrumb-area .breadcrumb-text a:after{
	content:'/';
	display:inline-block;
	position:absolute;
	top:0;
	right:-10px;
}

.breadcrumb-area .breadcrumb-text a,
.breadcrumb-area .breadcrumb-text .breadcrumb_last{
	font-size: 12px;
	border-bottom: 1px solid #DDE0E3;
}

.breadcrumb-area .tt-title{
    font-weight: 500;
	margin-bottom:20px;
}
.breadcrumb-area p{
    font-weight: 500;
	line-height:20px;
    color: #868f97;
}
.yt-breadcrumbs{
	margin-bottom:20px;
}

.entry-title.title.v2{
	font-size: 30px;
	line-height:36px;
	font-weight:400;
	text-align:center;
	margin-bottom:17px;
}
.entry-title.title.v2 + p{
	font-size: 12px;
    line-height: 20px;
	font-weight: 500;
    text-align: center;
	margin-bottom:60px;
}

/*header*/
.navbar-brand{
    white-space: nowrap;
}

.navbar-dark .navbar-nav > li > ul > li > .sub-menu {
    background: #f9f9f9;
    margin: 0;
    padding: 0;
    width: 190px;
    background: #fff;
    border: 1px solid #dde0e3;
    border-radius: 6px;
    z-index: 2;
}

.navbar-dark .navbar-nav > li > ul > li > ul > li > a {
    position: relative;
    font-size: 12px;
    color: #606b74;
    text-align: left;
    margin: 0 0 2px 0;
    padding-left: 28px;
    padding-right: 15px;
}

.navbar-dark .navbar-nav > li > ul > li > ul > li > a:hover {
    background: #f9f9f9;
    color: #3c86c3;
}

.navbar-dark .navbar-nav > li > ul > li > ul > li > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 3px;
    margin-top: -4px;
    background-color: #b2b7bb;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-dark .navbar-nav > li > ul > li > ul > li > a:hover:before {
    background-color: transparent;
    border: 1px solid #3c86c3;
}

@media(max-width: 767px){
    .navbar-dark .navbar-nav > li > ul > li > .sub-menu {
        width: 100%;
    }
    
    .navbar-dark .navbar-nav > li > a {
        text-align: left;
    }
    .navbar-dark .navbar-nav > li.menu-item-has-children > a:after {
        position: absolute;
        right: 15px;
        margin-left: 0px;
    }
}

/*sidebar*/
.widget_recent_comments li a{
	display:inline-block;
	padding-left:0;
	word-break: break-word;
}
.widget_recent_comments li a:before{
	display:none;
}
.widget_rss li a{
	display:inline;
	padding-left:0;
}
.widget_rss li a:before{
	display:none;
}
.widget .wp-tag-cloud li a:before{
    background: transparent;
    border-radius: 0;	
}
.widget_nav_menu ul li{
	display:block;
	float:none;
}
label{
	display:block;
}
.submit-right{
	float:right;
}
@media (max-width: 767px) {
	.submit-right{
		float:none;
	}	
}

/*home page*/
.yt-breadcrumbs {
    padding: 8px 15px;
    margin: 0 0 30px;
    list-style: none;
}

.breadcrumb-area .yt-breadcrumbs {
    margin-bottom: 5px;
}

.breadcrumb-area .breadcrumb-text{
    margin-bottom: 30px;
}

.breadcrumb-area .breadcrumb-text a {
    font-size: 12px;
    color: #3c86c3;
}

.breadcrumb-text-area .tt-title{
    color: #606b74;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.breadcrumb-area p {
    margin-bottom: 0;
    font-size: 13px;
}

.hentry .post-inner {
    padding-left: 180px;
}

.hentry.post .entry-header {
    width: 180px;
    padding: 0 10px 0 0;
}

.hentry .post-image {
    border: 0;
}

.hentry .entry-meta .posted-icon {
    width: 75px;
    height: 69px;
    line-height: 69px;
    font-size: 12px;
}

.hentry .entry-title a{
    color: #606b74;
}

.hentry .entry-title a:hover{
    color: #3c86c3;
    text-decoration: none;
}

.hentry .entry-content {
    margin-bottom: 0;
}

.hentry .btn {
    display: inline-block;
    margin-top: 10px;
    color: #606b74;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    text-align: left;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
}

.hentry .btn:hover {
    color: #3c86c3;
    text-decoration: none;
    border-bottom: 1px solid #dde0e3;
    border-radius: 0;
}

.hentry .btn .piksel-read-more-link{
    position: absolute;
}

@media(max-width: 767px){
    .hentry.post .entry-header {
        width: 100%;
    }
    
    .hentry .post-inner {
        padding-left: 0;
    }
}

/*blog*/
.recent-post .post-content {
    margin: 20px 0;
}
.recent-post .post-meta {
    margin-top: 13px;
}
.post-inner .entry-footer{
    border-top: 1px solid #dde0e3;
    padding-top: 15px;
    margin-top: 25px;
}
.post-inner .entry-content blockquote{
    font-style: italic;
    padding: 10px 15px;
    border-left: 3px solid #3c86c3;
}
.post-inner .entry-content blockquote p:last-child{
    margin-bottom: 0;
}


/*=======================================================
			LOADER
========================================================*/
.elementor-editor-active #loader-wrapper, .elementor-editor-preview #loader-wrapper { display: none; }
#loader-wrapper {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999999;
	margin-top: 0px;
	top: 0px;
}

.tt-loading {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 5000;
	margin-top: 0px;
	top: 0px;
}

.tt-loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

.tt-loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

.tt-object {
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #3c86c3;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #3c86c3;
	border-right: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;
	-moz-animation: animate 2s infinite;
	-ms-animation: animate 2s infinite;
}

.object_one {
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}

.object_two {
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
}

.object_three {
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
}

.object_four {
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
}

#loading-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 70px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #222;
}

@-webkit-keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.8);
		-webkit-transform: rotate(360deg) scale(0.8);
		transform: rotate(360deg) scale(0.8);
	}

}

@-moz-keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.8);
		-webkit-transform: rotate(360deg) scale(0.8);
		transform: rotate(360deg) scale(0.8);
		-moz-transform: rotate(360deg) scale(0.8);
	}

}

@keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.8);
		-webkit-transform: rotate(360deg) scale(0.8);
		-moz-transform: rotate(360deg) scale(0.8);
		transform: rotate(360deg) scale(0.8);
	}

}

/* active menu */
.sticky .entry-title:before{
    content: "\f006";
    margin-right: 5px;
    color: #606b74;
    font-size: 14px;
    line-height: 18px;
    font: normal normal normal 14px/1 FontAwesome;
}
.hentry .post-image {
    display: block;
}
.not-found .input-group-btn input[type="submit"] {
    font-size: 14px;
    padding: 10px 21px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.not-found .input-group-btn input[type="submit"]:hover {
    background: #606b74;
    border: 1px solid  #606b74;
    color: #fff;
}

.not-found input:not([type="submit"]){
    padding: 0 90px 0 10px;
}
.navbar-dark .navbar-nav .current-menu-item > a{
    background: #f9f9f9;
}
.navbar-dark .navbar-nav .current-menu-item > a:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/*menu arrow and extra space*/
.left-content > *, .right-content > * {
    font-size: 12px;
}
.widget-title {
    font-weight: 500;
    text-transform: uppercase;
}
.yt-breadcrumbs {
    padding: 8px 15px 8px 0;
}
.top-line-arrow {
    position: absolute;
    bottom: -32px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background: none;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.top-line-arrow > i {
    position: absolute;
    bottom: 11px;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 26px;
    background: #3c86c3;
    border-radius: 50%;
}

.hentry.page .entry-header {
    width: 180px;
    padding: 0 10px 0 0;
    float: left;
}
.comments-area{ margin-top: 25px;}


a, .tt-compare-title, .tt-service, .tt-project-inner, .tt-project-text,
.content-title {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.custom-links ul{
    padding: 0;
}
.custom-hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #34c6f2;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
    z-index: 1;
}
.circle-icon i {
    padding-right: 15px;
}
.circle-icon p{
    margin-bottom: 16px;
}
.title-small a.kc_title_link:hover{
    color: #ffa92e!important;
}
.read-more a.kc_title_link:hover{
    color: #ffa92e!important;
}
.service-image{
    margin-bottom: -53px;
    z-index: 10;
    height: 107px;
}

.tt-service:hover .tt-service-info {
    background: #0797c3;
    border-color: #0797c3;
}
.tt-service:hover .service-image img{
    border: 1px solid #0797c3;
}

.tt-service:hover .title-small a.kc_title_link{
    color: #fff!important;
}
.tt-service .title-small a.kc_title_link:hover{
    color: #3a3a3a!important;
}
.tt-service:hover .service-text p{
    color: #fff;
}
.tt-service:hover .read-more a.kc_title_link{
    color: #fff!important;
}
/*home-2*/
.tt-service .tt-digit-phone{
    border-radius: 107px;
    border: 1px solid #e3e3e3;
    width: 107px;
    height: 107px;
    margin-bottom: -53px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #fff;
    z-index: 1;
}
.tt-service:hover .tt-digit-phone{
    border: 1px solid #0797c3;
    color: #0797c3!important;
}

.tt-block-title .title-separator {
    display: block;
    width: 50px;
    height: 3px;
    background: #3baeff;
    margin-top: 15px;
}
/*shedule*/
.shedule-icon{
    position: absolute;
    top: 0;
    left: 15px;
}
/*OUR PROJECTS*/
.tt-project{
    cursor: pointer;
    display: block;
}
.tt-project-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}
.tt-project-inner {
    position: absolute;
    bottom: -41px;
    left: 0;
    width: 100%;
    padding: 0 25px;
}
.tt-project-text {
    opacity: 1;
    visibility: visible;
}
.tt-project:hover .tt-project-inner {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -moz-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
}

/*mobile repairing*/
.tt-timeline:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 1px;
    height: 100%;
    border: 1px dashed #a6a6a6;
}
/*brands slider*/
.owl-theme .owl-controls {
    margin-top: 35px;
}
.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border-color: #34c6f2;
    background: #34c6f2;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #ffa92e;
    border-color: #ffa92e;
}
/*latest blogs*/
.tt-post-date {
    position: absolute;
    bottom: 0;
    left: 15px;
    max-width: 58px;
    z-index: 1;
}
.tt-blog-label a{
    color: #b8b8b8;
}
.tt-blog-label a:hover{
    color: #ff8313;
}
/*before and after*/
.tt-compare-title a:hover {
    color: #ff8313!important;
}
/*testimonials*/
.tt-testimonials .content-title{
    cursor: pointer;
}
.tt-testimonials .content-title:hover{
    color: #ff8313!important;
}

/*change title*/
.hentry.page .entry-header {
    width: 100%;
}
/*change z-index for sub-menu*/
.navbar-dark .navbar-nav > li > .sub-menu {
    z-index: 4;
}
/*fix active point for sub-menu*/
.navbar-dark .navbar-nav .current-menu-item > a:before {
    top: 50%;
    left: 10px;
    padding: 3px;
    margin-top: -4px;
    width: auto;
}
/*change page navigation*/
.pagination:before, .pagination:after {
    display: none;
}

.pagination .prev, .pagination .next {
    height: 30px;
    width: 30px;
}
.pagination .prev:before, .pagination .next:before {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.pagination .prev {
    right: 32px;
}
.pagination .nav-links:before, .pagination .nav-links:after {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}
/*active main menu*/
.navbar-dark .navbar-nav > li.current-menu-item > a,
.navbar-dark .navbar-nav > li.current-menu-parent > a{
    background: #f9f9f9;
}
.navbar-dark .navbar-nav > li.current-menu-item > a:before,
.navbar-dark .navbar-nav > li.current-menu-parent > a:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 0;
    background: #3c86c3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* EOF */