/*

Theme Name: knispcon
Theme URI: https://demowp.kththemes.net/knispcon/
Author: kththemes
Author URI: http://themeforest.net/user/kththemes
Description: Knisp-Con - Construction Building Renovate Wordpress Theme is perfect if you like a clean and modern design. This template is ideal for architects, furniture designers, photographers, construction companys and those who need an easy, attractive and effective way to share their work with clients.
Version: 1.0
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Text Domain: knispcon
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/



@charset "utf-8";
/*======================================
 	++WP Reset ++
  	+++Fonts +++
	++++General Styles++++
	++++Typography ++++
	++++Page preload ++++
	++++Content Styles ++++
	++++Button ++++
	++++Header ++++
	++++Navigation ++++
	++++Section++++
	++++Footer+++++
	++++Page title +++++
	++++Home ++++
	++++About++++
	++++Facts++++
	++++Skills++++
	++++Announcement++++
	++++Box hover effect ++++
	++++Services  ++++
	++++Video  ++++
	++++Map++++
	++++Contact ++++
	++++Img-preloader++++
	++++Testimononials++++
	++++Calculator++++
	++++Portfolio++++
	++++Blog++++
	++++404++++
	++++Responsive++++
*/
/*-------------WP Reset ---------------------------------------*/
.alignnone {}
.aligncenter,
div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignright {display: inline;float: right;}
.alignleft {display: inline;float: left;}
a img.alignright {}
a img.alignnone {}
a img.alignleft {}
a img.aligncenter {}
.wp-caption {max-width: 100%;}
.wp-caption.alignnone {}
.wp-caption.alignleft {}
.wp-caption.alignright {}
.wp-caption img {}
.wp-caption p.wp-caption-text {font-size: 90%;}
.gallery-caption{}
.bypostauthor{}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
table th, table td{
    padding: 5px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar tbody td,#wp-calendar thead th {text-align: center;padding: 10px;}
.mb-15{
    margin-bottom: 15px;
}
.widget_categories select,
.widget_archive select {width: 100%;}
.widget-sidebar select option {
	padding: 5px;
}
.widget-sidebar .widget *{
    max-width: 100%;
}
.kth-single .blog-text img,
.kth-page .blog-text img,
.widget-sidebar .widget img,
.kth-single img,
.kth-page img {max-width:100%;height: auto;} 

.widget-sidebar ul {
	float: left;
    width: 100%;
    position: relative;
    list-style: none;
    padding-left:0px;
    margin-top: 8px;
}
.widget-sidebar ul ul {
    padding-left:15px;
}
.widget-sidebar ul li {
	float: left;
    width: 100%;
    text-align: left;
    color: #292929;
}
.widget-sidebar ul li{padding-bottom: 8px; margin-bottom: 15px;}
.widget-sidebar ul.children,.widget-sidebar ul.sub-menu {margin-top: 15px;padding-top: 8px;}
.widget-sidebar ul.children > li:last-child,.widget-sidebar ul.sub-menu > li:last-child {margin-bottom: 0px;padding-bottom: 0px;}

.widget-sidebar .widget_categories ul li,
.widget-sidebar .widget_pages ul li ,
.widget-sidebar .widget_nav_menu ul li 
{
	margin-bottom: 6px;
}
.widget-sidebar .widget_categories ul.children,
.widget-sidebar .widget_categories ul.sub-menu,
.widget-sidebar .widget_pages ul.children,
.widget-sidebar .widget_pages ul.sub-menu ,
.widget-sidebar .widget_nav_menu ul.children,
.widget-sidebar .widget_nav_menu ul.sub-menu 
{
	margin-top: 6px;
}
.widget-sidebar ul li a {
	font-weight: 400;
	font-size: 12px;
}
.widget-sidebar .widget_categories ul li a,
.widget-sidebar .widget_archive ul li a,
.widget-sidebar .widget_pages ul li a,
.widget-sidebar .widget_nav_menu ul li a
{
	color:#999;
	font-size:14px;
	font-weight:500;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a
{
    display: inline-block;

}

.widget_rss ul li a{display: block;}
article.sticky h4.post-title:before{
	width: 100px;
	height: 5px;
	background-color: #359A34;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6 ,
.post .blog-text h1, .post .blog-text h2, .post .blog-text h3, .post .blog-text h4, .post .blog-text h5, .post .blog-text h6 ,
.page .blog-text h1, .page .blog-text h2, .page .blog-text h3, .page .blog-text h4, .page .blog-text h5, .page .blog-text h6 {
    margin-bottom: 10px;
    line-height: 140%;
    font-weight: 600;
}
table {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 100%;
}
table th,table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.blog-text table
{	
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}
.blog-text table th,.blog-text table td {

	padding: 8px;
}
table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td {
    border-top: 0;
}
table thead:last-child tr:last-child th:last-child,table tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
table thead {font-weight: 700;}
table tfoot {font-weight: 600;}
a {
	color: #F1C311;/*#337ab7;*/
}
a:hover, a:focus{
	color: #d9b00d;
}
dt, dd {
    line-height: 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 10px;
}
strong {font-weight: bold;}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}
abbr, tla, acronym {
    text-decoration: underline;
    cursor: help;
}
cite, q {
    font-style: italic;
}
code, pre {
    padding: 0 3px 2px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
em {
    font-style: italic;
}
ins {
    background-color: rgba(254,255,0,0.68);
    text-decoration: none;
}
pre{
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
	border:1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
ol,ul {
	float: left;
	width: 100%;
}
.blog-text ol li,.blog-text ul li,
.comment-body ol li, .comment-body ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.blog-text ol li ul,.blog-text ol li ol,.blog-text ul li ul,.blog-text ul li ol,
.comment-body ol li ul,.comment-body ol li ol, .comment-body ul li ul,.comment-body ul li ol {
	margin-top: 5px;
}
.blog-text ol li:last-child,.blog-text ul li:last-child,
.comment-body ol li:last-child, .comment-body ul li:last-child {
	padding-bottom: 0px;
}
.gallery .gallery-item img{
	width: auto;
}
.gallery-columns-1 .gallery-item{width: 100%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery-columns-2 .gallery-item{width: 50%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery-columns-3 .gallery-item{width: 33.33%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery-columns-4 .gallery-item{width: 25%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery-columns-5 .gallery-item{width: 20%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery-columns-6 .gallery-item{width: 16.66%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery-columns-7 .gallery-item{width: 14.28%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery-columns-8 .gallery-item{width: 12.5%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery-columns-9 .gallery-item{width: 11.11%;padding: 2px;margin-bottom: 20px;float:left;}



.row.full-height > .wpb_column,.row.full-height > .wpb_column > .vc_column-inner,.row.full-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
.wpb_column.full-height > .vc_column-inner,.wpb_column.full-height > .vc_column-inner > .wpb_wrapper {height: 100%;}
.full-height > .wpb_wrapper {height: 100%;}
.knispcon_sec .wpb_content_element {margin-bottom: 0px;}
.white-color-bg {background-color: #fff;}
.transparent-color-bg {background-color: transparent;}
.margin-row {margin-left: -15px;margin-right: -15px;}
/*-------------Import fonts ---------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Questrial|Montserrat:400,700);
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
	overflow-y:scroll !important;
}
body{
	margin: 0;
	padding: 0;
 	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #292929;
	background:#292929;
	height:100%;
	text-align:left;
}
 
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
 
/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;	
}
h2 {
	font-size: 3.2em;
	font-weight: 300;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
	font-weight: 200;	
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
}
h6 {
	font-size: 0.6em;
	font-weight: 200;
}
p {
	text-align:left;
	font-size:15px;
	line-height:24px;
	padding-bottom:10px;
}
/*--------------Typography--------------------------------------*/
h1 {
	/*font-size: 4.46666666667em;*/ /*54px*/
	font-size: 38.5px;
}
h2 {
	/*font-size: 3.2em;*/ /*38px*/
	font-size: 24px;
}
h3 {
	/*font-size: 1em;*/ /*16px*/
	font-size: 24.5px;
}
h4 {
	/*font-size: 0.9em;*/ /*11px*/
	font-size: 17.5px;
}
h5 {
	/*font-size: 0.8em;*/ /*10px*/
	font-size: 14px;
}
h6 {
	/*font-size: 0.6em;*/ /*7px*/
	font-size: 11.9px;
}
blockquote {
	float:left;
	width: 100%;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
/* ---------Page preload--------------------------------------*/
.loader-holder {
	 position:fixed;
	 width:100%;
	 height:50px;
	 top:50%;
	 right:0;
	 margin-top:-25px;
	 z-index:150;
}
.loader-holder.con-load {
	padding-left:280px;
	width:85%;
}
.menu-right-pos .loader-holder.con-load {
	padding-left: 0;
	padding-right: 280px;
}
.loader-inner {
	margin:0 auto;
	position:relative;
  	width: 50px;
  	height: 50px;
  	z-index:20;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.loader {
	float:left;
	width: 50px;
	height: 50px;
	border-left:10px solid #191919;
	-webkit-animation: load8 0.7s infinite linear;
	animation: load8 0.7s infinite linear;
}
.loader , .loader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.l-line {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:6px;
	z-index:10000;
	display:none;
	background:#f4f4f4;
}
.l-line span{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:6px;
	background:#000;
}
/* ---------Content Styles--------------------------------------*/
#main{
	/*height:100%;*/
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	background:#fff;
}
#main.is-hide-loader {opacity: 1;}
.wrap-bg {
	float:left;
	width:100%;
	position: relative;
}
#wrapper{
	float:left;
	width:100%;
	position:relative;
}
.content-holder{
	float:left;
	width:100%;
	position:relative;
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
	z-index:3;
}
.scale-bg2{
	opacity:0;
} 
.hide-loader {
	opacity: 1;
}
.wrapper-inner {
	float:right;
	position:relative;
	z-index:6;
	width:85%;
	padding-left:280px;
}
.menu-right-pos .wrapper-inner {
	float: left;
	padding-left: 0;
	padding-right: 280px;
}
.fixed-column {
	position:fixed;
	top:0;
	left:0;
	width:calc(15% + 280px);
	height:100%;
	z-index:1;
	-webkit-transform: translate3d(0,0,0);
	background:#292929;
}
.menu-right-pos .fixed-column {
	left: auto;
	right: 0;
}
.fix-bg-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.open-image {
	opacity:0.3;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform:scale(0.95);
	-ms-transform: scale(0.95);
	transform:  scale(0.95);
}
.body-bg {
	position:fixed;
	width:85%;
	padding-left:280px;
	height:100%;
	z-index:3;
	top:0;
	right:0;
	-webkit-transform: translate3d(0,0,0);
}
.menu-right-pos .body-bg {
	padding-left: 0;
	padding-right: 280px;
	right: auto;
	left: 0;
}
.body-bg-wrap {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.body-bg-wrap:before {
	content:'';
	position:absolute;
	top:50px;
	left:0;
	bottom:0;
	background:#fff;
	width:100%;
}
.knispcon-container,
.container{
	max-width: 980px;
	width:92%;
	margin:0 auto;
	position: relative; 
	z-index:2;
}
.container.full,.knispcon-container.full {width: 100%;max-width: none;}
.content { 
	width:100%;
	position:relative;
	z-index:13;
	background:#fff;
	float:left;
}
.full-height {
	height:100%;
} 
.bg , #bgd {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
#bgd {
	background-attachment: inherit ;
	-webkit-transform: translate3d(0,0,0);
}
.full-height-parallax {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}
.respimg {
	width:100%;
	height:auto;
}
.post-media img {
	max-width: 100%;
	width: auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
	z-index:2;
} 
.img-wrap {
	position:absolute;
	top:0;
	right:0;
	width:30%;
	overflow:hidden;
	height:100%;
	z-index:4;
}  
.no-border {
	border:none !important;
}
.no-padding {
	padding:0 !important;
}
.big-pad {
	padding:150px 0;
}
table{
	width: 100%;
	margin-top:20px;
	float:left;
}
table td, table th{
	padding: 18px 30px;
	font-size: 14px;
	line-height: 24px;
}
table td, table th{
	border-left: 1px solid #E2E6E7;
}
table td:first-child, table th:first-child{
	text-align: left;
	border-left: none;
}
table.align-left td:first-child, table.align-left th:first-child{
	text-align: left;
}
.single-portfolio table td:nth-child(2),.single-portfolio  table th:nth-child(2), 
.single-service table td:nth-child(2),.single-service  table th:nth-child(2), 
.single-member table td:nth-child(2),.single-member  table th:nth-child(2) 
{
	text-align: center;
}
table.align-left td, table.align-left th{
	text-align: left !important;
}
table tr:nth-child(odd){
	background: #F5F5F5;
}
.mar-top {
	margin-top:20px;
}
/* ---------Button--------------------------------------*/
.btn{
	float:left;
	margin-top:10px;
	font-size: 14px;
	color: #fff;
	margin-right:10px ;
	text-align: center;
	width: auto;
	letter-spacing: normal;
	position: relative;
	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
	padding: 13px 16px;
    display: inline-block;
}
.btn i{
	font-size: 14px;
	background:#414146;
	padding: 14px 20px;
	position: absolute;
	top: -12px;
	left: 0;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn:hover {color: #fff;}
.btn.hide-icon span {
	padding: 0 33px;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	font-family: 'Montserrat', sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
.btn.hide-icon i {
	padding: 11px 20px 10px;
	left: -60px;
	height: 100%;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	color:#fff !important;
	top: 0;
}
.btn.hide-icon:hover i{
	left: 0;
}
.btn.hide-icon:hover span {
	padding-left: 59px;
	padding-right: 11px;
} 
/*------ Header  ------------------------------------------------*/
header{
	position:fixed;
	top:50px;
	left:15%;
	width:280px;
	background:#292929;
	z-index:4;
}
.menu-right-pos header {
	left: auto;
	right: 15%;
}
header.nhm {
	top:0;
}
header:before {
	content:'';
	position:absolute;
	top:-4px;
	height:4px;
	width:100%;
	left:0;
}
.brochure-box {
	float:left;
	width:100%;
	padding:20px 30px;
	text-align: center;
}
.brochure-box a {
	float:left;
	width:100%;
	padding:15px 20px;
	position:relative;
	background:rgba(255,255,255,0.151);
}
.brochure-box a span {
	color:rgba(255,255,255,0.81);
	font-weight:700;
	font-size:12px;
}
.brochure-box a i.pdf-ic {
	position:absolute;
	top:7px;
	left:7px;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:16px;
}
.lay-ic {
	position:absolute;
	right:10px;
	color:#fff;
	top:50%;
	margin-top:-6px;
	font-size:12px;
	color:#fff;
}
.brochure-box a span , .lay-ic , header {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.brochure-box a:hover span {
	color:rgba(255,255,255,0.51);
}
.brochure-box a:hover .lay-ic {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.top-bar {
	float:left;
	width:100%;
	background:#454545;
	padding-top:50px;
}
.top-bar.hide-topbar {display: none !important;}
.top-bar.hide-top {padding-top: 0px;}
.topbar-socials {
	float:right;
	padding:0 20px;
	position:relative;
	background:#222;
	height:50px;
	line-height:50px;
}
.topbar-socials:before {
	content:'';
	position:absolute;
	top:10px;
	left:-15px;
	width:1px;
	height:30px;
	background:rgba(255,255,255,0.21)
}
.topbar-social {padding-left: 0px;}
.topbar-social li {
	/*float:left;*/
	display: inline-block;
	/*margin-left:9px*/
}
.topbar-social li a  {
	padding:5px;
	font-size:13px;
}
.top-bar-header {
	height:50px;
	background:#292929;
	position:fixed;
	width:calc(85% - 280px);
	display:block;
	right:0;
	top:0;
	z-index:50;
}
.menu-right-pos .top-bar-header {
	right: auto;
	left: 0;
}
.dynamic-title {
	float:left;
	color:#fff;
	margin-top:18px;
	padding-left:20px;
	width:50%;
}
.dynamic-title h1 {line-height: 1;text-transform: none;}
.dynamic-title h2 a,
.dynamic-title h1 a {
	font-size:13px;
	color:#fff;
	float:left;
	font-weight:600;
}
.sidebar-filters li a,
.dec-filter li a,
.dynamic-title h1 a,
.dynamic-title h2 a , 
.topbar-social a , 
.top-bar-header-contact li a  ,
.con-link  , .footer-contacts li a ,
nav li span:after , nav li a:before  ,
.footer-serv-holder li a,.footer-cols .widget_nav_menu .menu li a , .footer-social li a , .fix-bg-wrap {	
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.dynamic-title h2 a:hover,.dynamic-title h1 a:hover , .topbar-social a:hover  {
	color:#fff;
}
.dynamic-title span {
	text-align:left;
	color:rgba(255,255,255,0.81);
	font-weight:700;
	font-size:12px;
	float:left;
	padding-right:10px;
}
.topbar-contact-wrap {
	float: left;
	width: 100%;
}
.top-bar-header-contact {
	float:left;
	padding:20px 10px;
	position:relative;
}
.top-bar-header-contact:before {
	content:'';
	position:absolute;
	width:1px;
	height:40px;
	top:15px;
	right:0;
	background:rgba(255,255,255,0.21)
}
.top-bar-header-contact ul {padding-left: 0px;list-style: none;}
.top-bar-header-contact li {
	float:left;
	display: inline-block;
	padding-left:40px;
	position:relative;
}
.top-bar-header-contact li i {
	position:absolute;
	top:0;
	left:-6px;
	width:40px;
	height:30px;
	font-size:20px;
	line-height:30px;
	color:rgba(255,255,255,0.81);
	text-align:center;
}
.top-bar-header-contact li span {
	float:left;
	width:100%;
	text-align:left;
	color:rgba(255,255,255,0.81);
	font-weight:700;
	font-size:14px;
	padding-bottom:6px;
}
.top-bar-header-contact li a {
	float:left;
	color:#ccc;
}
.con-link {
	float:right;
	padding:10px 16px;
	color:#fff;
	position:relative;
	top:20px;
	right:20px;
	border-radius:3px;
}
.con-link:hover {
	color:#000;
}
.logo-holder {
	position:relative;
	max-width:200px;
	z-index:21;
	margin:30px auto;
	padding:20px;
	border:1px dashed rgba(255,255,255,0.51);
	background:rgba(255,255,255,0.051)
}
.logo-holder img {
	width:100%;
	height:auto;
}
/*------ navigation  ------------------------------------------------*/ 
.nav-holder {
	float:left;
	position:relative;
	width:100%;
}
nav {
	position:relative;
	float:left;
	width:100%;
}
ul.knispcon_main-nav,ul.knispcon_onepage-nav {padding-left: 0px;list-style: none;float: left;width: 100%;}
nav li{
	float:left;
	width:100%;
	
	line-height: 1;
	font-weight:600;
	background:#454545;
	border-bottom:1px solid rgba(255,255,255,0.21);

	padding: 0;
	position: relative;
}
nav li:first-child {
	border-top:1px solid rgba(255,255,255,0.21);
	
}
nav li span {
	float:right;
	width:10px;
	height:10px;
	position:relative;

	position: absolute;
	top: 0px;
	right: 10px;
	height: 100%;
}
.menu-right-pos nav li span {
	right: auto;
	left: 10px;
}
nav li ul li span {
	top: -10px;
}
nav li span:before  , nav li span:after{
	content:'';
	position:absolute;
	background:rgba(255,255,255,0.51);
}
nav li span:before {
	width:10px;
	height:1px;
	top:50%;
	left:50%;
	margin-left:-5px;
}
nav li span:after {
	width:1px;
	height:10px;
	top:50%;
	left:50%;
	margin-top:-5px;
}
nav li:hover > span:after {
	height:0;
}
nav li a {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
	color: #fff;
	z-index:2;
	cursor:pointer;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;

    padding: 16px 10px 16px 40px;
    width: 100%;
} 
nav li a:focus {
	color:#fff;
}
nav > ul > li > a:before {
	content:'';
	position:absolute;
	top:-16px;
	left:-40px;
	width:4px;
	height:0;

	top: 0;
	left: 0;
}
.menu-right-pos nav > ul > li > a:before {
	left: auto;
	right: 0;
}
nav > ul > li.act-link-li > a:before,
nav > ul > li > a.ancestor-act-link:before ,
nav > ul > li > a.parent-act-link:before ,
nav > ul > li > a.act-link:before
{
	height:44px;
}
nav li ul {
	top:0;
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width:200px;
	background:rgba(51,51,51,0.91);
	left: 100%;
	z-index: 0;
	padding:20px 0;
	overflow:visible;
	transition: all .2s ease-in-out;
	border-right:4px solid ;
	list-style: none;
}
.menu-right-pos nav li ul{
	left: auto;
	right: 100%;
	border-right: 0px;
	border-left: 4px solid;
}
nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
nav li ul li {
	 border:none !important;
	 padding: 8px   20px;
	 position:relative;
	 background:none;
}
nav li ul a {
	width:100%;
	background:none;
	border:none;
	font-size:11px;
	padding:0 0 10px 0;
	text-transform:none;
	border-bottom:1px dashed rgba(255,255,255,0.21);
	position:relative;
}
nav li ul li:before {
	content:'';
	position:absolute;
	top:10px;
	right:24px;
	width:10px;
	height:1px;
	background:rgba(255,255,255,0.21)
}
nav li ul li:before {
	right: 10px;
	top: 9px;
}
.menu-right-pos nav li ul li::before {
	right: auto;
	left: 10px;
}
nav li ul a.act-link {
	color:#000;
	font-weight:600;
}
nav li a:hover {
	color:rgba(255,255,255,0.61);
}
/*------  Section ------------------------------------------------------*/
section {
	float:left;
	width:100%;
	position:relative;
	padding:50px 0;
	z-index:10;
	overflow:hidden;
}
.gray-bg {
	background:#F5F5F5;
}
.parallax-section {
	float:left;
	width:100%;
	padding:250px 0;
	position:relative;
}
.align-text {
	text-align:left;
}
.section-title  {
	float:left;
	width:100%;
	position:relative;
	padding:30px 0;
}
.ll-t {
	text-align:left;
	float:left;
}
.par-dec {
	position:absolute;
	top:0;
	left:-2px;
	width:5px;
	height:100px;
}
.par-wrap {
	position:relative;
	opacity:0.8;
	-moz-box-shadow: 0 11px 52px -4px #000;
	-webkit-box-shadow: 0 11px 52px -4px #000;
	box-shadow: 0 11px 52px -4px #000;
}
.section-title h2 {
	font-size:34px;
	padding:10px 0;
	font-weight:700;
	letter-spacing:2px;
	color:#292929;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	width:100%;
	float:left;
	position:relative;
}
.lt-t h2 {
	font-size:24px;
	letter-spacing:1px;
}
.section-title h3 {
	float:left;
	width: 100%;
	margin-top:10px;
	letter-spacing: 1px;
	font-weight:600;
	color:#999999;
	line-height:22px;
	font-size:12px;
}
.section-title.align-text h2:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:30px;
	height:3px;
}
.parallax-inner {
	float:left;
	width:100%;
	padding:110px 0;
	overflow:hidden;
	position:relative; 
}
.small-par-pad .parallax-inner,
.parallax-inner.smpar-pad {
	padding:50px 0;
}
.parallax-inner .section-title h2 {
	color:#fff;
}
.parallax-inner .bg {
	height:200%;
	top:-50%;
}
.parallax-wrap {
	float:left;
	width:100%;
	position:relative;
	z-index:10;
}
/*------ Footer ------------------------------------------------------*/
footer{
	position:relative;
	float:left;
	width:100%;
	z-index:2;
	background:#292929;
	border-bottom:5px solid;
}
.footer-inner {
	float:left;
	width:100%;
	position:relative;
	background:#292929;
	border-bottom:5px solid;
}
.footer-header {
	float:left;
	width:100%;
	position:relative;
	padding:70px 50px 20px 50px;
	overflow:hidden;
	margin-bottom: 10px;
}
.footer-dec{
	position:absolute;
	top:50%;
	right:10px;
	width:300px;
	height:150px;
	background:url(images/map.png) no-repeat top left;
	opacity:0.3;
	z-index:-1;
} 
.footer-info {
	float:left;
	width:100%;
	padding-bottom:20px;
}
.footer-info h4 {
	float:left;
	width:100%;
	position:relative;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
	color: #fff;
	font-weight:600;
	text-align:left;
	margin-bottom:45px;
	padding-bottom:10px;
}
.footer-info h4:before {
	content:'';
	position:absolute;
	bottom:-9px;
	left:0;
	width:30px;
	height:4px;
}
.footer-info h4:after {
	content:'';
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.21)
}
.footer-social {
	float:right;
	text-align: center;
}
.footer-social ul {padding-left: 0px;list-style: none;}
.footer-social li {
	float:left;
	padding:4px;
}
.footer-info   p{
	color:#fff;
	font-size:12px;
}
.footer-social li a {
	width:20px;
	height:20px;
	float:left;
	/*border-radius:100%;*/
	line-height:20px;
	color:#fff;
	font-size:12px;
}
.footer-contacts li {
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:left;
}
.footer-contacts li a {
	color:#707070;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
.footer-contacts li a:hover {
	color:#fff;
}
.footer-contacts li a  i {
	padding-right:10px;
}
.sub-footer {
	float:left;
	width:100%;
	background:#454545;
	padding:20px 50px;
	/*margin-top:10px;*/
}
.copy-right {
	float:left;
	padding-top:12px;
	font-size: 10px;
	letter-spacing: 1px;
	text-align:left;
	color: rgba(255,255,255,0.61);
	font-weight:600;
}
.footer-serv-holder {
	float:left;
	width:100%;
}
.footer-serv-holder ul {
	float:left;
	width:50%;
	list-style: none;
	padding-left: 0px;
}
.footer-cols .widget_nav_menu .menu {
	float: left;
	width: 100%;
	list-style: none;
	padding-left: 0px;
}
.footer-cols .widget_nav_menu .menu li,
.footer-serv-holder ul li {
	float:left;
	width:100%;
	padding:0 0 15px 10px;
	position:relative;
}
.footer-cols .widget_nav_menu .menu li:before,
.footer-serv-holder ul li:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	margin-top:-7px;
	width:5px;
	height:1px;
}
.footer-cols .widget_nav_menu .menu li a,
.footer-serv-holder li a {
	color:#fff;
	text-align:left;
	float:left;
	color:#eee;
	font-size:12px;
	font-weight:700;
}
.to-top {
	position:fixed;
	bottom:50px;
	right:50px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:18px;
	cursor:pointer;
	z-index:13;
	-webkit-transform: translate3d(0,0,0);
	background:#fff;
	color:#fff;
	display:none;
	text-align: center;
}
.menu-right-pos .to-top {
	right: auto;
	left: 50px;
}
.to-top:hover i {
	opacity:0.5;
} 
/*------page title------------------------------------------------*/
.par-title {
	position:absolute;
	top:20%;
	left:10%;
	width:80%;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:78px;
	opacity:0.2;
	font-family: 'Montserrat', sans-serif;
	z-index:5;
	text-align:left;
}
.par-title.right-align-dec {text-align: right;}
.page-title {
	float:left;
	width:100%;
	position:relative;
}
.page-title:before {
	content:'';
	position:absolute;
	top:0;
	width:1px;
	height:100%;
	right:0;
	background:rgba(255,255,255,0.41)
}
.page-title-dec {
	position:absolute;
	bottom:10px;
	right:-1px;
	width:3px;
	height:30px;
	z-index:2;
}
.page-title h3  {
	float:left;
	width:100%;
	font-weight:700;
	letter-spacing:2px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	text-align:left;
	font-size:44px;
	padding-bottom:15px;
}
.page-title p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#eee;
	max-width:350px;
	font-size:12px;
}
/*------Home ------------------------------------------------*/
.home-slider-holder  , .home-slider{
	float:left;
	position:relative;
	width:100%;
	background:#292929;
	overflow:hidden;
}
.home-slider-holder {
	overflow:hidden;
}
.home-slider img {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.home-slider .item {
	float:left;
	width:100%;
	position:relative;
}
.slider-item  , .hero-wrap{
	float:left;
	width:100%;
	padding:200px 0;
	position:relative;
	z-index:2;
}
.slider-item .bg  {
	height:110%;
	top:-5%;
}
.hero-wrap .bg {
	height:120%;
	top:-10%;
}
.hero-wrap h2 {
	color:#fff;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	font-size:56px;
	float:left;
	width:100%;
	text-align: center;
}
.hero-wrap h3 {
	color:#eee;
	font-size:18px;
	float:left;
	width:100%;
	position:relative;
	text-align: center;
}
.hero-wrap h3:before {
	content:'';
	position:absolute;
	bottom:-12px;
	left:50%;
	width:50px;
	height:2px;
	margin-left:-25px;
}
.hero-wrap .btn {
	float:none;
	margin:40px auto 0;
}
.center-item {
	text-align: center;
}
.slider-box {
	float:left;
	width:100%;
	position:relative;
	z-index:5
}
.slider-box-item {
	float:left;
	max-width:500px;
	background:rgba(51,51,51,0.91);
	padding:20px;
	position:relative;
	top:50px;
	opacity:0;
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;
}
.slider-box-item.dis-ani{
	-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
.slider-box-item > p > a {opacity: 1;}
.no-bg {
	background:none;
}
.owl-item.active .slider-box-item {
	opacity:1;
	top:0;
}
.slider-box-item.rg-align-box {
	float:right;
}
.slider-box-item.center-align-box {
	left: 50%;
	margin-left: -250px;
}
.slider-box-item h2 {
	color:#fff;
	text-align:left;
	font-size:34px;
	padding:10px 0;
	font-weight:700;
	letter-spacing:2px;
}
.slider-box-item h4 {
	padding:10px 0;
	float:left;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.21);
	margin-bottom:12px;
	text-align:left;
	font-weight:700;
	font-size:14px;	
}
.slider-box-item.no-bg h4 {
	border-bottom:none;
}
.slider-box-item p {
	color:#fff;
	opacity:0.5;
	font-size:12px;
}
.home-slider-holder .customNavigation a {
	position:absolute;
	bottom:20px;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:18px;
	z-index:5;
	cursor:pointer;
}
.home-slider-holder .customNavigation a.prev-slide {
	left:20px;
}
.home-slider-holder .customNavigation a.next-slide {
	right:20px;
}
.slideshow-slider {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.slideshow-slider .item {
	float:left;
	position:relative;
	width:100%;
	height:100%;
}
/*------about------------------------------------------------*/
.det-list {
	float:left;
	width:100%;
	margin-top:12px;
	margin-bottom:12px;
	list-style: none;
	padding-left: 0px;
}
.det-list li {
	float:left;
	width:100%;
	padding-left:40px;
	position:relative;
	margin-bottom:12px;
	text-align:left;
	font-size:14px;
	color:#999;
	font-weight:400;
}
.det-list li span , .det-list li a {
	font-weight:700;
}
.det-list li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:'\f00c';
	position:absolute;
	top:0;
	left:0;
}
.con-heading {
	float:left;
	width:100%;
	text-align:left;
	font-size:24px;
	font-weight:600;
	color:#292929;
	padding-bottom:20px;
	position:relative;
}
.con-heading:before {
	content:'';
	position:absolute;
	bottom:10px;
	left:0;
	width:30px;
	height:3px;
}
.ser-item h3 a{
	color: #000;
}
.fl-det .det-box {
	margin-bottom:15px;
}
.det-box {
	float:left;
	width:100%;
	padding-bottom:10px;
	position:relative;
}
.det-box img , .det-box .box-item {
	margin-bottom:20px;
}
.det-box .box-item img {
	margin-bottom:0;
}
.det-box p {
	font-size:13px;
	line-height:22px;
}
.det-box a ,  {
	position:relative;
}
.det-box h3 {
	float:left;
	text-align:left;
	font-size:16px;
	padding-bottom:10px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	width:100%;
	margin-bottom: 0;
}
.det-box-link {
	float:left;
	margin-top:8px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:600;
}
.det-box-link:hover {
	color:#666;
}
.custom-link {
	float:left;
	width:100%;
	margin-top:20px;
	padding:15px 0;
	border-top:1px solid #eee;
}
.por-style3{
	margin-top: 0px;
	border-top: 0px;
}
.sl-tabs {
	float:left;
	width:100%;
	 position:relative;
}
.sl-ta bs:before , .sl-t abs:after {
	content:'';
	position:absolute;
	top:50%;
	width:50px;
	height:1px;
	background:#ccc;
}
.sl-tabs:before {
	left:0px;
}
.sl-tabs:after {
	right:0px;
}
.sl-tabs li{
	color: #222;
	float:left;
	width:100%;
	padding: 10px 0;
	cursor: pointer;
}
.tb-item {
	float:left;
	width:100%;
	padding:20px 10px;
	background:#fff;
}
.sl-tabs li i {
	float:left;
	width:100%;
	font-size:48px;
	margin-bottom:10px;
	opacity:0.8;
}
.knispcon-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab  > a,
.knispcon-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab  > a > i,
.sl-tabs li i  , .tb-item , .det-box h3 a , .det-box-link  {
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sl-tabs li h3  , .tab-content h3 {
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
.tab-content{
	display: none;
	float:left;
	width:100%;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.tab-content img {
	margin-bottom:10px;
}
.tab-content p {
	font-size:13px;
}
.tab-content.current{
	display: inherit;
}
.tab-content h3 {
	text-align:left;
	float:left;
	width:100%;
	padding:10px 0;
	font-size:18px;
}
.sl-tabs li.current i {
	color:#fff;
}
.separator {
	margin:10px auto;
	width:50px;
	height:2px;
	position:relative;
}
/* ---------facts--------------------------------------*/
.inline-facts-holder {
	float:left;
	width:100%;
}
.inline-facts {
	float:left;
	width:100% !important;
}
.inline-facts i.fa {font-size: 64px;color: #fff;}
.facts-title h3:before {
	content:'';
	position:absolute;
	bottom:0;
	right:-30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
}
.inline-facts h6 {
	float:right;
	width:100%;
	margin-top:10px;
	text-align:center !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#ccc;
	font-size:15px;
}
.num{
	float:right;
	font-size:52px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
}
/* --------- Skills --------------------------------------*/
.piechart-holder  , .custom-skillbar-holder{
    padding-top: 50px;
	float:left;
	width:100%;
	position:relative;
}
.custom-skillbar-holder {padding-top: 0;}
.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.piechart-wrap {
	float: left;
	/*width: 100%;*/
	text-align: center;
}
.piechart {
    position: relative;
	padding-bottom:20px;
	width:100%;
	float:left;
}
.pie_unit,
.percent {
    display: inline-block;
    font-size: 21px;
    line-height: 152px;
    z-index: 2;
	color:#fff;
}
.pie_unit span,
.percent:after {
    font-size: .8em;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.skills-description {
	float:left;
	width:100%;
	margin:10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#eee;
	font-size:14px;
}
.skills-description h4 {
	font-weight: 200 !important;
	font-size:13px;
}
.skill-name {
	position:absolute;
	top:40%;
	font-size:44px;
	font-weight:900;
	letter-spacing:4px;
	opacity:0.3;
	color:#000;
}
.skill-name span {
	opacity:0.3;
}
.skill-name-lanim {
	left:0;
}
.skill-name-ranim {
	right:0;
}
.skillbar-box {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:30px;
	margin-top:30px;
}
.skillbar-bg {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:10px;
	overflow:hidden;
	background:#eee;
}
.custom-skillbar-title span {
	float:left;
	font-size:12px;
	margin-top:12px;
	padding-bottom:6px;
}
.custom-skillbar {
	height:10px;
	width:0px;
}
.skill-bar-percent {
	float:right;
	font-size:16px;
	margin-top:13px;
	padding-bottom:6px;
}
.hex-decor {
	position:absolute;
	bottom:-10%;
	right:0;
	width:40%;
	height:100%;
	background:url(images/hex.png) no-repeat top left;
	overflow:hidden;
	z-index:-1;
	opacity:0.1;
}
/*------announcement------------------------------------------------*/
.announcement {
	float:left;
	width:100%;
	padding:20px 0;
	position:relative;
}
.announcement:before {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:40%;
	height:100%;
	background:url(images/hex.png) no-repeat bottom right;
	opacity:0.2;
}
.announcement .btn {
	top:10px;
	float:right;
}
.announcement h3 {
	float:left;
	width:100%;
	padding:6px 0;
	text-align:left;
	font-size:29px;
	text-align:left;
	color:#fff;
	font-weight:600;
}
.dark-bg , .btn.dark-bg {
	background:#454545;
}
.btn.dark-bg i {
	background:#fff;
}
/*------ team ------------------------------------------------------*/
.team-holder {
	float:left;
	width:100%;
	position:relative;
}
.team-item {
	float:left;
	width:33.3%;
	position:relative;
	padding:10px 20px 10px 0;
	text-align: center;
}
.team-box-holder {
	float: left;
	width: 100%;
	padding: 0 0 20px;
}
.team-item {
	float:left;
	width:100%;
	position:relative;
	padding:0;
}
.team-item  h3 {
	float:left;
	width:100%;
	position:relative;
	padding:14px 0 14px;
	margin-bottom:4px;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	letter-spacing:1px;
	position:relative;
}
.team-item  h3 a {
	color: #000;
}
.team-item span {
	float:left;
	width:100%;
	position:relative;
	font-weight:700;
	letter-spacing:1px;
	font-size:11px;
	color:#999;
}
.team-item  h3:before {
	content:'';
	position:absolute;
	bottom:7px;
	right:50%;
	width:30px;
	margin-right:-15px;
	height:1px;
	background:#ccc;
}
.team-info {
	float: left;
	width: 100%;
}
.team-info p {
	text-align: center;
	padding-bottom: 0px;
}
.sidebar-social {
	float:left;
	margin-top:20px;
	list-style: none;
	padding-left: 0px;
}
.sidebar-social  li {
	float:left;
	margin:0 6px 6px 0;
	width: auto !important;
	text-align: center !important;
}
.sidebar-social  li a{
	float:left;
	width:32px;
	height:32px;
	border-radius:100%;
	line-height:32px;
	color:#fff;
	font-size:12px;
}
/*------box hover effect ------------------------------------------------------*/
.popup-video-wrap,.popup-image-wrap {
	float: left;
	width: 100%;
	position: relative;
	
}
.box-item {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.box-item img {
	z-index:1;
}
.box-item .overlay {
	z-index:2;
	opacity:0
}
.box-item a {
	position:absolute;
	top:0;
	left:50%;
	width:30px;
	height:30px;
	margin-top:-15px;
	margin-left:-15px;
	z-index:3;
	line-height:30px;
	opacity:0;
	font-size:16px;
}
.box-item .overlay , .box-item a , .team-item  h3 a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-item:hover .overlay {
	opacity:0.6;
}
.box-item:hover a {
	top:50%;
	opacity:1;
}
.box-item a:hover {
	opacity:0.8;
}
/*------ Services ------------------------------------------------*/
.serv-nav  , .btn-nav , .sidebar-filters {
	float:left;
	width:100%;
	margin-bottom:30px;
	list-style: none;
	padding-left: 0;
}
.widget-sidebar .serv-nav  li  ,.widget-sidebar .btn-nav li ,.widget-sidebar .sidebar-filters li {
	float:left;
	width:100%;
	margin-bottom:6px;
	padding-bottom: 0;
}
.serv-nav  li a , .sidebar-filters li a {
	float:left;
	text-align:left;
	width:100%;
	padding:20px 10px;
	background:#eee;
	font-size:13px;
	font-weight:400;
	color:#666;
	position:relative;
}
.serv-nav  li a:before , .sidebar-filters li a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:'\f105';
	position:absolute;
	top:50%;
	margin-top:-6px;
	right:10px;
}
.serv-nav  li a:hover,.serv-nav  li a.act-link , .sidebar-filters li a:hover {
	color:#fff;
}
.btn-nav {
	margin-top:20px;
}
.btn-nav li a {
	float:left;
	width:100%;
	position:relative;
	background:#454545;
	padding:18px 10px 18px 50px;
	text-align: center;
}
.btn-nav li a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:'\f0dd';
	position:absolute;
	color:#ccc;
	top:50%;
	margin-top:-6px;
	right:14px;
}
.btn-nav li a span , .btn-nav li a:before , .serv-nav  li a  {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.btn-nav li a:hover:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn-nav li a:hover span {
	color:#ccc;
}
.btn-nav li a span {
	color:#fff;
	text-align:left;
	float:left;
	font-weight:600;
	font-size:11px;
 }
.btn-nav li a i.dbi {
	width:30px;
	height:30px;
	line-height:30px;
	color:#eee;
	position:absolute;
	top:9px;
	left:10px;
}
 .ui-widget-content{
    background: #6b6b6b;
    border-color: #6b6b6b;
}
.ui-slider-handle {
    background: #c1c2c4;
    border-radius: 0.6em;
}
.ui-slider-range {
    background: #34a3db;
}
/*------ Video ------------------------------------------------*/
.iframe-holder {
	float:left;
	position:relative;
	width:100%
}
.resp-video-holder {
	float:left;
	position:relative;
	width:100%
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-container , .video-holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.background-video {
	width:100% !important;
 
}
.media-container {
	height:120% !important;
	top:-10%;
}
.header-video .media-container {
	top:-26%;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.video-holder iframe  {
	position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
	overflow:hidden;
}
.mob-bg {
	display:none;
}
/*------ map - ------------------------------------------------*/
.map-box {
	float:left;
	width:100% ;
	height:400px;
	position:relative;
	margin:40px 0;
}
.map-fw {
	margin:0;
	height:500px;
}
#map-canvas,
.map-canvas{
	position:absolute;
	top:0;
	left:0;
	width:100% ;
	height:400px;
} 
.map-fw #map-canvas,
.map-fw .map-canvas {
	height:500px;
}
/*------ Contact  ------------------------------------------------*/
.con-list {
	float:left;
	width:100%;
	padding-top:30px;
	text-align:left;
}
.contact-details h4 {
	margin-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}
.con-list ul  {
	float:left;
	width:100%;
	padding-top:20px;
	list-style: none;
	padding-left: 0px;
}
.con-list ul li {
	float:left;
	position:relative;
	width:100%;
	padding-left:30px;
	margin-bottom:10px;
}
.con-list ul li i {
	position:absolute;
	top:0;
	left:-30px;
} 
.con-list ul li a {
	padding:2px 0;
	float:left;
	font-size:14px;
	font-weight:700;
	text-align:left;
	color: #000;
}
.contact-details ul li a:hover {
	text-decoration:underline;
	color: #000;
}
.contact-form-holder {
	float:left;
	width:100%;
}
#contact-form  , #comment-form{
	width:100%;
	float:left;
	margin-top:30px;
}
#contact-form input[type="text"],#contact-form input[type="email"],#contact-form input[type="tel"],#contact-form input[type="url"],#contact-form input[type="date"],#contact-form input[type="number"],#contact-form select, #contact-form textarea , #comment-form input[type="text"]  , #comment-form textarea{
	float:left;
	width: 100%;
	background:#f9f9f9;
	margin-bottom:20px;
	font-size: 12px;
	font-weight:700;
	height:50px;
	border-radius: 3px;
	position:relative;
	z-index:20;
	padding-left:8px;
	color:#999;
	border:0;
	border:1px solid #ccc;
	-webkit-appearance: none;
}
#contact-form textarea  , #comment-form textarea {
	height:170px;
	resize:none;
	overflow: auto;
	padding:8px;
	box-shadow: none;
}
#submit , .form-submit button	{
	float:left;
	border:1px solid #eee;
	border-radius:6px;
	background:none;
	padding:15px 30px 15px 30px;
	line-height:17px;
	cursor:pointer;
	font-weight:800;
	font-size:12px;
	color:#000;
	font-family: 'Muli', sans-serif;
	-webkit-appearance: none;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	-webkit-appearance: none;
}
#submit:hover {
	 color:#fff;
}
#submit i , .to-top i , footer.fixed-footer .footer-social li a , .clients-list a  {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#submit:hover i {
	color:#000;
}
.error_message {
	text-align:left;
	font-size:13px;
	max-width:450px;
	position:relative;
	font-weight:700;
	padding:10px 0;
	color:#933;
	text-transform:uppercase;
}
#success_page h3{
	text-align:left;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
}
#success_page p {
	margin-top:5px;
	text-align:left;
	padding:6px 6px 6px 0;
	color:#000;
}
#success_page p strong {
	font-weight:bold;
}
#message fieldset {
	border:none;
}
/*------ img-preloader ------------------------------------------------------*/
.img-preloader{
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	position:absolute;
	z-index:50;	 
}
.img-preloader-speeding-wheel {
	width: 25px !important ;
	height: 25px !important;
	display:block;
	margin: 0 auto;
	border: 1px solid rgb(0,0,0);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
.pr-img {
	opacity:0;
	display:none;
	position:relative;
}
.use-loadmore .pr-img {
	opacity: 1;
	display: block;
}
/*------testimononials ------------------------------------------------*/
.testimon-slider-holder {
	float:left;
	width:100%;
	position:relative;
}
.testimon-slider-holder .customNavigation {
	float:left;
	position:relative;
	width:100%;
	margin-top:40px;
}
.testimon-slider-holder .customNavigation a {
	position:relative;
	top:0;
	left:0 !important;
	background:none;
	font-size:22px;
	float:left;
	margin-right:16px;
	width:auto;
	height:auto;
	color:#fff;
	cursor:pointer;
}
.testimon-slider-holder .item {
	float:left;
	width:100%;
	position:relative;
}
.testimon-slider-holder .item h3 {
	float:left;
	width:100%;
	padding:20px 0;
	font-size:22px;
	font-family: 'Montserrat', sans-serif; 
	text-align:left;
	font-weight:700;
	color:#fff;
}
.testimon-slider-holder .item p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#eee;
	font-size:15px;
	max-width:700px;
}
.testimon-slider-holder .item a {
	float:left;
	font-weight:700;
	margin-top:20px;
	font-family: 'Montserrat', sans-serif; 
	text-align:left;
	font-size:14px;
	letter-spacing:2px;
	text-decoration:underline;
} 
.banner-widget {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:30px;
}
/*------ calculator ------------------------------------------------------*/
.cal-form{
	float:left;
	width:100%;
	margin-top:30px;
}
.cal-row {
	float:left;
	width:100%;
	background: #F5F5F5;
	padding:20px 50px;
	margin-bottom:2px;
	position:relative;
}
.cal-row:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:2px;
	height:100%;
}
.cal-row.rg-area {
	padding:30px 50px;
}
.cal-head {
	float:left;
	width:40%;
	box-sizing:border-box;
	padding-top:20px;
}
.cal-head h4 {
	float:left;
	font-size:16px;
	text-align:left;
}
.cal-item {
	float:left;
	width:60%;
}
.cal-item input , .cal-item select {
	width:100%;
	float:left;
}
.cal-item select{
	padding:10px 20px;
	border: 1px solid #E2E6E7;
	margin: 0;
	background: #FFF;
	position:relative;
}
.cost-dropdown {
	float:left;
	width:100%;
} 
.hid-input {
	display:none;
}
.slider {
  width: 100%;
}
.smal-total {
	float:right;
	width:20%;
}
.smal-total input {
	width:90%;
	float:right;
	border:none;
	border-radius:0;
	background:none;
	text-align:center;
}
.chose-input {
	float:left;
	width:100%;
}
.total-sum {
	float:right;
	position:relative;
	padding: 0 20px 0 30px;
}
.tts {
	position:absolute;
	top:3px;
	left:0;
	font-size:14px;
	font-weight:700;
}
.total-sum  input{
	float:right;
	width:auto;
	max-width:100px;
	text-align:right;
	border:none;
	background:none;
	border-radius:0;
	font-size:17px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
.currency {
	position:absolute;
	top:3px;
	right:0;
}
.mid-pad {
	padding:110px 0;
}
.rage-slider {
	float:left;
	width:100%;
	margin-bottom:90px;
}
/*------ portfolio ------------------------------------------------------*/
.gallery-items {
	float:left;
	width:100%;
	position:relative;
}
.grid-item-holder {
	 float:left;
	 width:100%;
	 height:auto;
	 position:relative;
}
.gallery-item {
	 overflow:hidden;
}
.spad .grid-item-holder,
.grid-extrasmall-pad .grid-item-holder  {
	padding:2px;
}
.hid-port-info .grid-item-holder {
	overflow:hidden;
}
.grid-big-pad  .grid-item-holder{
	padding:40px;
}
.grid-small-pad  .grid-item-holder{
	padding:10px 20px 10px 0;
}
.gallery-item, .grid-sizer {
	width: 33.3%;
	position:relative;
}
.gallery-item-second,
.grid-sizer-second {
	width: 66.6%;
}
.gallery-item-three,
.grid-sizer-three {
	width: 100%;
}
.dark-por {
	background:#292929;
}
.one-column .gallery-item,.one-column .gallery-item.gallery-item-second,.one-column .gallery-item.gallery-item-three,
.one-column .grid-sizer,.one-column .grid-sizer-second,.one-column .grid-sizer-three {width: 100%;}
.two-column  .gallery-item,
.two-column .grid-sizer{
	width:50%;
}
.two-column  .gallery-item.gallery-item-second,
.two-column  .grid-sizer-second,
.two-column  .grid-sizer-three,
.two-column  .gallery-item.gallery-item-three{
	width:100%;
}
.four-column  .gallery-item,
.four-column  .grid-sizer{
	width:25%;
}
.four-column  .gallery-item.gallery-item-second,
.four-column  .grid-sizer-second{
	width:50%;
}
.four-column  .gallery-item.gallery-item-three,
.four-column  .grid-sizer-three{
	width:75%;
}
.five-column  .gallery-item,
.five-column  .grid-sizer{
	width:20%;
}
.five-column  .gallery-item.gallery-item-second,
.five-column  .grid-sizer-second{
	width:40%;
}
.five-column  .gallery-item.gallery-item-three,
.five-column  .grid-sizer-three{
	width:60%;
}
.gallery-item img, .grid-sizer img {
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
}
.folio-img {
	float:left;
	position:relative;
	width:100%;
	z-index:1;
}
.folio-img .overlay {
	opacity:0;
	z-index:4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.por-link-holder {
	position:absolute;
	top:50%;
	width:100%;
	left:0;
}
.por-excerpt {
	float: left;
	width: 100%;
}
.por-link-holder .por-excerpt,
.por-link {
	position:relative;
	z-index:10;
	color:#fff;
	padding:13px 22px;
	border-radius:4px;
	display:inline-table;
	top:20px;
	opacity:0;
}
.por-link:hover {
	opacity:0.8;
	color:#000;
} 
.grid-item {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5; 
	text-align: center;
}
.grid-item h3 {
	float:left;
	width:100%;
	margin-bottom:20px;
	color:#fff;
	letter-spacing:1px;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	top:-20px;
	opacity:0;
}
.grid-item h3  a {
	color:#fff;
}
.grid-item h3  a:hover {
	color:#ccc;
}
.grid-item h3{
	font-size:14px;
}
.grid-item-holder:hover .overlay {
	opacity:0.6;
}
.por-link , .grid-item h3,.por-link-holder .por-excerpt{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;}
.show-port-info .grid-item h3,.show-port-info .grid-item .por-link ,
.grid-item:hover h3 , .grid-item:hover .por-link,.grid-item:hover .por-link-holder .por-excerpt {
	top:0;
	opacity:1;
} 
.hidden-port-info .grid-item h3, .hidden-port-info .grid-item .por-link {display: none;}
.gallery-filters ul {
	padding-left: 0px;
	list-style: none;
}
.vis-filter {
	float:left;
	width:100%;
	margin:20px 0;
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.vis-filter li {
	float:left;
}
.vis-filter li a {
	padding:10px 20px;
	font-size:12px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
.vis-filter li a,.vis-filter li a:hover {color: #000;}
.vis-filter li a.gallery-filter-active {
	background:#292929;
	color:#fff;
}
.filter-holder {
	float:left;
	width:100%;
	position:relative;
}
.line-filter .count-folio {
	position:absolute;
	top:10px;
	right:0;
	padding:10px 12px;
	background:#292929;
	color:#fff;
	border-radius:4px
}
.line-filter .count-folio:before {
	content:'';
	position:absolute;
	right:5px;
	bottom:-7px;
	z-index:5;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
}
.sidebar-filters .count-folio {
	float:left;
	width:100%;
	padding:15px 25px;
	margin-top:20px;
} 
.line-filter .count-folio div {
	float:left;
	font-weight:700;
	position:relative;
}
.sidebar-filters .count-folio div {
	position:relative;
	display:inline-block;
}
.num-album {
	margin-right:10px;
	padding-right:10px;
}
.num-album:before {
	content:'/';
	position:absolute;
	top:0;
	right:-3px;
	font-size:14px;
	color:#eee;
}
.dec-filter {
	float:left;
	margin-top:15px;
	padding-top:15px;
	width:auto;
	border-top:1px solid  rgba(255,255,255,0.11);
}
.dec-filter li , .dec-filter li a  {
	float:left;
	color:#fff;
	border-radius:4px;
}
.dec-filter .gallery-filters {
	float:left;
}
.dec-filter li a {
	padding:10px 20px;
	font-weight:700;
}
.dec-filter .count-folio {
	float:left;
	margin-left:50px;
	position:relative;
	top:0;
	padding:10px 15px 10px 30px;
	background:rgba(51,51,51,0.41);
	border-radius:4px;
}
.dec-filter .count-folio div {
	float:left;
	position:relative;
	margin-right:20px;
	color:#fff
}
.single-slider-holder , .single-slider , .singl-item  , .single-carousel-holder , .single-carousel{
	float:left;
	width:100%;
	position:relative;
} 
.pop-image {
	position:absolute;
	top:20px;
	right:20px;
	color:#fff;
	z-index:10;
	font-size:12px;
}
.single-slider-holder .customNavigation a  , .single-carousel-holder .customNavigation a {
	position:absolute;
	top:50%;
	width:36px;
	height:36px;
	margin-top:-18px;
	border-radius:2px;
	color:#fff;
	line-height:36px;
	font-size:12px;
	z-index:10;
	cursor:pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.single-slider-holder .customNavigation a:hover , .single-carousel-holder .customNavigation a:hover {
	color:#292929;
}
.single-slider-holder .customNavigation a.prev-slide , .single-carousel-holder .customNavigation a.prev-slide {
	left:10px;
}
.single-slider-holder .customNavigation a.next-slide  , .single-carousel-holder .customNavigation a.next-slide{
	right:10px;
}
.customNavigation {text-align: center;}
.page-nav {
	float:left;
	width:100%;
	position:relative;
	margin-top:50px;
}
.page-nav .p-all {
	float: left;
	width: 100%;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: -1;
}
.page-nav .p-all a{padding-bottom: 11px;}
.page-nav:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#eee;
}
.page-nav a {
	padding:13px 20px;
	color:#000;
	border-radius:3px;
	position:relative;
}
.page-nav a.ppn {
	float:left;
}
.page-nav a.npn {
	float:right;
}
.tooltip , .project-pagination ul li a  , #contact-form input[type="submit"]{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tooltip{
	width:200px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background:#454545;
	bottom:0;
	opacity: 0;
	margin-bottom:20px;
	visibility: hidden;
	pointer-events: none;
	z-index:6;
}
.tooltip h5 {
	font-size:10px;
	margin-top:12px;
	padding:5px 0;
	position:relative;
	display:inline-table;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;

	/*word-break: break-all;*/
}
.page-nav a:hover .tooltip {
	visibility:visible;
	opacity:1;
	bottom:100%;
}
.page-nav a.npn .tooltip {
	right:0;
}
.page-nav a.ppn .tooltip {
	left:0;
}
.mar-top-50 {
	margin-top:30px;
}
.popup-gallery a {
	float:left;
	width:100%;
	position:relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.popup-gallery a:hover {
	opacity:0.6;
}
/* ------blog------------------------------------------------------------ */
article , .pagination {
	float:left;
	width:100%;
	position:relative;
} 
article p {
	float:left;
	width:100%;
	padding-bottom:15px;
	text-align:left;
	position:relative;
	font-size:13px;
}
article.post {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
article.single-post {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
article:before{
	content:'';
	position:absolute;
	bottom:-10px;
	left:0;
	width:50px;
	height:4px;
}
article .btn {
	margin-top:0;
}
.display-posts p {
	line-height:25px;
}
article h4.post-title {
	float:left;
	width:100%;
	font-size: 18px;
	font-weight: bold;
	font-weight: 700;
	color: #222222;
	letter-spacing:1px;
	text-align:left;
	text-transform:uppercase;
	position:relative;
	padding-bottom:15px;
}
article h4.post-title:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:2px;
} 
article h4.post-title a {
	color: #222;
}
article h4.post-title a:hover {
	color:#666;
}
.post-media {
	float:left;
	width:100%;
	position:relative;
	margin:10px 0 20px;
}
.post-meta {
	margin:14px 0 14px 0;
	float:left;
	width: 100%;
	padding-left: 0px;
	text-align: left;
}
.display-posts article {
	border-bottom:1px solid #eee;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
.post-meta li {
	display:inline-block;
	margin-right:8px;
	font-size:14px;
	color:#666;
	text-align:left;
}
.post-meta li a {
	font-size:14px;
	color:#000;
}
.blog-text {
	float: left;
	width: 100%;
}
.blog-text a {font-weight: bold;}
.blog-text .post-tags li a, .blog-text .con-read {font-weight: normal;}
.blog-text a.con-read:hover {
	color: #fff;
}
.widget-sidebar {
	float:left;
	width:100%;
	position:relative;
}
.widget-sidebar  h3{
	float:left;
	width:100%;
	font-weight:700px;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	padding-bottom:14px;
	border-bottom:1px solid #eee;
	position:relative !important;
	margin-bottom:10px !important;
}
.widget-sidebar  h3:before {
	content:'';
	position:absolute;
	bottom:-1px;
	left:0;
	width:30px;
	height:3px;
} 
.post-link {
	float:left;
	text-transform:uppercase;
	font-size:12px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tagcloud {float: left;width: 100%;}
.tagcloud ul,
.post-tags {
	float:left;
	width:100%;
	margin:15px 0;
	list-style: none;
	padding-left: 0px;
}
.post-tags li , .tagcloud li  {
	margin-right:4px;
	float:left;
	width: auto !important;
	/*width: auto !important;
	margin-bottom: 0;
	padding-bottom: 0;*/
}
.widget-sidebar .tagcloud ul li {
	width: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-tags li a , .tagcloud li a {
	float:left;
	font-size: 10px;
	text-transform: uppercase;
	padding: 8px 10px 8px;
	background: #f5f5f5;
	margin-bottom: 3px;
	color:#444;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-tags li a:hover , .tagcloud li a:hover {
	color:#fff;
}
.pagination {
	margin-top:20px;
	text-align:center;
	vertical-align: middle;
	border:1px solid rgba(0,0,0,.07);
	border-radius: 4px;
	float:left;
	width:100%;
}
.pagination  span,
.pagination  a {
	float:left;
	padding: 12px 18px;
	position:relative;
	font-size:13px;
	color:#666;
	letter-spacing:1px;
	border-right:1px solid rgba(0,0,0,.07);
}
.pagination  span.current-page,
.pagination a.current-page {
    color:#fff;
}
.pagination a:hover {
    color:#ccc;
}
.widget-inner {
	float:left;
	width:100%;
	position:relative;
	margin:8px 0 15px;
}
.search-inner {position: relative;}
.search {
	border:none;
	border:1px solid  #ccc;
	float: left;
	background:#eee;
	border-radius: none;
	position:relative;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 100%;
	height: 40px;
	color: #000;
	-webkit-appearance: none;
}
.search-submit {
	border: none;
	outline: none;
	cursor: pointer;
	background:none;
	position:absolute;
	top:0;
	right:0;
	width: 28%;
	height: 40px;
}
.search-submit:hover i {
	opacity:0.5;
}
.widget-posts li {
	padding: 12px 0;
	text-align:left;
}
.widget-posts-img {
	float:left;
	width:30%;
}
.widget-comments-img  img{
	 border-radius:100%;
}
.widget-posts-descr{
	float:left;
	width:70%;
	padding-left:10px;
}
.widget-posts-descr.widget-hide-thumb{
	width: 100%;
}
.widget-sidebar ul li .widget-posts-descr a,
.widget-posts-descr a{
	font-size:14px;
	font-weight:500;
	color:#666;
}
.widget-posts-date  {
	float:left;
	width:100%;
	margin-top:10px;
	color:#666;
	font-size:14px;
}
.cat-wid  , .fix-bar{
	float:left;
	width:100%;
	position:relative;
}
.cat-wid li {
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:6px;
	color:#292929;
}
.cat-wid li a {
	color:#999;
	font-size:14px;
	font-weight:500;
}
.cat-item{
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.cat-item a{
	font-weight: 400;
	font-size: 12px;
}
.comments-holder{
	float: left;
	width: 100%;
	list-style: none;
	padding-left: 0px;
}
.commentlist, .commentlist li ul.children {
	float: left;
	width: 100%;
	list-style: none;
	padding-left: 0px;
}
p.form-submit {margin-top: 30px;}
#comments{
	text-align:left;
	padding-top: 10px;
	float:left;
	width:100%;
	margin-top:30px;
}
#comments-title , #reply-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
.comment{
	float: left;
	width: 100%;
}
.comment-body{
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}
.comment-author{
	position: absolute;
	top: 30px;
	left: -66px;
}
.comment-author img{
	border-radius: 100%;
}
.comment .children{
	margin-left: 0px;
	padding-left: 70px !important;
}
.fn{
	display: block;
	margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	letter-spacing:1px;
	color:#494949;
	padding-bottom:10px;
}
#respond{
	margin-top:40px;
}
.comment-reply-form ,.comment-reply-form .control-group,.comment-reply-form .form-submit{float: left;width: 100%;text-align: left;}
.comment-reply-form .form-submit {margin-top: 30px;}
.comment-reply-form .form-submit input:focus {color: #000;}
#reply-title{
	padding-bottom:30px;
	margin-bottom:5px;
}
.comment-notes{
	margin-top: 10px; color: #a4a4a3;
}
.control-group label, .control-group .controls{
	display: inline-block;
}
.control-group label{
	margin-left: 10px;
	font-weight: 200;
}
.control-group .controls input {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #fff;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.control-group .controls textarea {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	max-width:600px;
	background: #fff;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	resize: vertical;
	text-decoration: none;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.controls button {
	 margin-top:30px;
}
.bl-nav {
	margin-top:15px;
}
.panel-button , .nav-button  {
	display:none;
}
.nav-button {
	position:absolute;
	top:15px;
	right:10px;
	width:40px;
	height:40px;
	border:1px solid  rgba(255,255,255,0.21);
	cursor:pointer;
	padding:11px 5px 0;
}
.nav-button  span {
	float:left;
	width:100%;
	height:3px;
	margin-bottom:4px;
}
.panel-button {
	position:absolute;
	top:15px;
	right:60px;
	width:40px;
	height:40px;
	line-height:40px;
	cursor:pointer;
}
.nav-holder {
	display:block;
}
.nofix {
	position:absolute;
}
.top-bar-header.nofix {
	width:calc(100% - 280px);
}
header.nofix {
	left:0;
}
.menu-right-pos header.nofix {
	left: auto;
	right: 0;
}
/*------ 404 -------------------------------------------------*/
#ajax-loading-box {
	display:none !important;
}
.back-link {
	position:relative;
	float:left;
	width:100%;
	padding:120px 50px;
	z-index:50000;
}
.back-link h2 {
	font-size: 5.4rem;
  	line-height: 4.4rem;
}
.back-link span {
	position:relative;
	top:30%;
	float:left;
	width:100%;
	font-size:34px;
	text-transform:uppercase;
}
.ajaxPageSwitchBacklink {
	display:inline-block;
	margin-top:20px;
	cursor:pointer;
	color:#000;
	position:relative;
	top:30%;
	padding:15px 30px;
}
.pagination  a , .cat-item a , .ajaxPageSwitchBacklink {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ajaxPageSwitchBacklink:hover {
	color:#fff;
}  
/*knispcon Tour */
.knispcon-tour {
	display: block !important;
}
.knispcon-tour .vc_tta-tabs-container,
.knispcon-tour .vc_tta-panels-container {
	float: left;
	display: block !important;
}
.knispcon-tour .vc_tta-tabs-container {width: 33.33333333%;padding: 0px 15px;}
.knispcon-tour .vc_tta-panels-container {width: 66.66666667%;padding: 0px 15px;}
.knispcon-tour .vc_tta-tabs-container .vc_tta-tabs-list {
	float: left;
	width: 100%;
	margin:0 !important;
}
.knispcon-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin:0 !important;
	text-align: center;
	color: #222;
}
.knispcon-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab  > a {
	float: left;
	width: 100%;
	padding: 20px 10px;
	background-color: #fff !important;
	border:0px !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
}
.knispcon-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab  > a > i {
	float: left;
	width:100%;
	font-size: 48px;
	margin-bottom: 10px;
	display: block;
	line-height: 1;
	opacity: 0.8;
}
.knispcon-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab  > a > span.vc_tta-title-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 700;
	color:#222;
}
.knispcon-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active  > a > i {color: #fff;}
.knispcon-tour .vc_tta-panels-container .vc_tta-panels {
	border:0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color: transparent  !important;
}
.knispcon-tour .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	padding: 10px 0px 0px !important;
	border-bottom: 1px solid #ccc !important;
	border:0px;
	border-radius: 0px;
	background: transparent;
}
.port-main-wrap,.folio-filter-wrap {float: left;width: 100%;}
.owl-controls {bottom: 10px;text-align: center;}
.post-author {
	/*margin-bottom:40px;
	margin-top:10px;*/
	float:left;
	width: 100%;
	/*border-bottom:1px solid #eee;*/
	padding:20px 0;
}
.author-img {
	float:left;
	width:20%;
}
.author-content {
	float:left;
	width:80%;
	/*padding-left:10px;*/
}
.author-img img {
	border-radius:100%;
	float:left;
}
.author-content h5 {
	font-size:14px;
	/*font-weight: 800;*/
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:14px;
	color:#000;
	display:block;
	float:left;
}
.author-content h5 a,.author-content h5 a:focus,.author-content h5 a:hover {color: #000;}
.author-content h2 {
	font-size:24px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:14px;
	color:#000;
	display:block;
	float:left;
	font-weight: 400;
}
.author-content p {
	margin-bottom:8px;
	float:left;
	width:100%;
}
.main-breadcrumb {
	list-style: none;
	padding-left: 0px;
	text-align: left;
	float: left;
	width: 100%;
	color: #fff;
}
.main-breadcrumb li {
	float: left;
	padding: 10px 10px 10px 0;
	position: relative;
}
.main-breadcrumb li a {
	color:#fff;
}
.main-breadcrumb li:before {
	position: absolute;
	content: "/";
	right: 4px;
	color: #ccc;

}
.main-breadcrumb li:last-child:before{display: none;}
.hero-wrap .center-item p {
	text-align: center;
	line-height: 1;
}
.hero-wrap-item {
	float:left;
	width:100%;
	position:relative;
	z-index:12;
}
.nFound-page-wrap {
	top:36%;
	text-align: center;
}
.hero-wrap-item h2 {
	color:#fff;
	font-size:38px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
	font-family: 'Muli', sans-serif;
	padding-bottom:10px;
    position:relative;
	z-index:12;
}
.hero-wrap-item h3 , .hero-wrap-item h3 a {
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:200;
	letter-spacing:18px;
	padding-left:6px;
}
.hero-wrap-item h3 a {
	letter-spacing:2px;
	/*font-size:*/
}
.nFound-Page  {
	display:inline-table;
	font-size:150px;
	text-transform:uppercase;
	color:#fff;
}
.hero-scroll-link {
	position: absolute;
	bottom:50px;
	left:50%;
	width:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:12px;
	margin-left:-20px;
	z-index:9;
	border:1px solid rgba(255,255,255,0.21);
}
.hero-scroll-link:focus,.hero-scroll-link:hover {color: #fff;text-decoration: none;}
.hero-link {
	margin-top:30px;
	display:inline-table;
	padding:10px 6px;
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.hero-link:focus,
.hero-link:hover {
	color:rgba(255,255,255,0.51);
	text-decoration: none;
}
.error404 .hero-wrap .bg {
	height: 100%;
	top: 0;
}
.tax-title {text-align: left;}
/*Landing Slider*/
.page-template-homepage-landing .content,.page-template-homepage-landing #knispcon-content-wrapper {
	background: transparent;
}
.page-template-homepage-landing #main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:2;
}
.page-template-homepage-landing #main.is-hide-loader {opacity: 1;}
.page-template-homepage-landing #wrapper{
	height:100%;
	margin-left:0;
	vertical-align:top;
	position: absolute;
	left:0;
	top:0;
	right:0;
	z-index:2;

}
.page-template-homepage-landing .content-holder{
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
}
.page-template-homepage-landing .container{
	max-width: 900px;
	width:100%;
	margin:0 auto;
	position: relative;
	z-index:2;
}
.page-template-homepage-landing .content {
	float:left;
	width:100%;
	position:relative;
	z-index:2;

}

.preview-title {
	position:absolute;
	top:20%;
	left:10%;
	text-align:left;
	z-index:100;
}
.preview-title h2 {
	font-size: 2.2em;
	font-weight: 800;
	text-transform: uppercase;
}
.preview-title h3 {
	font-size: 1.2em;
	margin-top:10px;
	font-weight:700;
	text-transform:uppercase;
}
.preview-title h4 {

	text-transform:uppercase;
	margin-top:50px;
	font-size: 18px;

}
.home-landing-slider-wrapper,.ver-slider-content-holder {
	float: left;
	width: 100%;
}
.landing-slider-vertical .swiper-pagination{
	position: absolute;
	z-index: 20;
	right: 20px;
	top: 45%;
}
.swiper-pagination-bullet {
	margin-right: 5px;
	width: 6px;
	height: 6px;
	background:#222;
}
.landing-slider-vertical .swiper-pagination-bullet {
	display: block;
	margin-bottom: 7px;
}
.landing-slider-horizontal .swiper-slide {
	height: 100% !important;
}
.landing-slider-horizontal .swiper-pagination {
	float: left;
	width: 100%;
	bottom: 0;
}
.iframe-holder {
	position:relative;
	float:right;
	right:5%;
	top:10%;
	width:80%;
	height:80%;
	visibility: visible;
	-webkit-transform:scale(0.65);
	-moz-transform: scale(0.65);
	-o-transform: scale(0.65);
	-ms-transform:  scale(0.65);
	transform:  scale(0.65);
	border:50px solid #fff;
}
.use_normal_size .iframe-holder {
	-webkit-transform:scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform:  scale(1);
	transform:  scale(1);
}
.iframe-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:#fff;
	opacity:0.3;
}
.iframe-holder  iframe{
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
.swiper-nav-holder {
	position: absolute;
	left:10%;
	top:80%;
	width: 100px;
	height: 40px;
	margin-top:80px;
	line-height: 36px;
}
.swiper-nav  {
	display:inline-block;
	width: 40px;
	height: 40px;
	color:#fff;
	position:relative;
	z-index: 14;
	font-size:8px;
	background:#F1C311;
	text-align: center;
}
.swiper-nav:hover {
	background:#fff;
	color:#000;
}
.slide-title-holder {
	position:absolute;
	top:30%;
	width:100%;
	z-index:10;
}
.slide-title {
	max-width:800px;
	margin:-20px auto;
	text-align: center;
}
.slide-title h3{
	position:relative;
	opacity:0;
	top:50px;
	float:right;
	color:#F1C311;
}
.swiper-slide-active   .slide-title h3{
	opacity:1;
	top:0;
	-webkit-transition: 1s 0.5s;
	transition: 1s 0.5s;
}
.slide-title h3 {
	padding:6px 10px 6px 0;
	margin-top:-70px;
	font-weight:700;
	text-transform:uppercase;
	font-size: 32px;
	letter-spacing:2px;
	position:relative;
	display:inline-table;
	text-shadow: -50px 41px 2px rgba(150, 150, 150, 0.32);

}

.slide-title h3 span {
	float:left;
	width:100%;
}
.slide-title h3:before  {
	 content:'';
	 position:absolute;
	 bottom:-5px;
	 background:#000;
	 width:0;
	 height:6px;
	 left:0;
	-webkit-transition: 1s 1.3s;
	transition: 1s 1.3s;
}


.swiper-slide-active   .slide-title h3:before   {
	width:100%;
}

.slide-title a {
	color:#000;
}

.swiper-container  , #horizontal-gallery {
	float:left;
	width: 100%;
	height: 100%;
}
.slides-counter {
	position:absolute;
	bottom:60px;
	right:80px;
	z-index:20;
}
.slides-counter li {
	display:inline-block;
	font-size:34px;
	position:relative;
	font-weight: 100;
	text-transform:uppercase;
	margin-left:20px;
	width:30px;
	height:30px;
}
.slides-counter li:last-child:before {
	content:'/';
	font-size:25px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	right:100%;
	margin-right:6px;
	top:10px;
	color: #000;
}
.presSlidesFrom {
	position:relative;
	top:-10px;
	color: #000;
}
.presSlidesActive {
	color:#666;
	font-size:54px;
}
.slides-counter.black-colr    {
	width:140px;
	height:40px;
	font-size:14px;
}
.slides-counter.black-colr li {
	font-size:16px;
	color:#000  !important;
	margin-left:10px;
}
.slides-counter.black-colr li:last-child:before {
	font-size:15px;
	color:#000  !important;
	position:absolute;
	margin-right:8px;
	top:0;
}
.slides-counter.black-colr .presSlidesFrom {
	position:relative;
	top:-4px;
}
.slides-counter.black-colr .presSlidesActive {
	color:#000;
	font-size:24px;
}
.page-template-homepage-landing .body-bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;

}
.page-template-homepage-landing .body-bg :before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:5;
	opacity:0.7;

}
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
/*End Landing Slider*/
.blog-grid-wrap {
	float: left;
	width: 100%;
}
.blog-grid-two-col .post-entry,.blog-grid-two-col .blm-sizer {
	width: 50%;
}
.blog-grid-three-col .post-entry,.blog-grid-three-col .blm-sizer {
	width: 33.333%;
}
.blog-grid-four-col .post-entry,.blog-grid-four-col .blm-sizer {
	width: 25%;
}
.blog-grid-five-col .post-entry,.blog-grid-five-col .blm-sizer {
	width: 20%;
}
.blog-grid-multi-cols .post-entry {
	padding-left: 10px;
	padding-right: 10px;
}
.blog-grid-one-col .blm-sizer {
	display: none;
}
.blog-grid-lmore {
	padding-left: 10px;
	padding-right: 10px;
}
.knispcon-tour.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none;
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1326px) {
.wrapper-inner,
.body-bg {
	width:100%;
}
.loader-holder.con-load {width:100%;}
header {
	left:0
}
.menu-right-pos header {
	right: 0;
}
.top-bar-header {
	width:calc(100% - 280px);
}
}
@media only screen and  (max-width: 1036px) {
.loader-holder.con-load {
	padding-left:0;
	width:100%;
}	
.menu-right-pos .loader-holder.con-load {
	padding-right: 0;
}
header.nhm {
	top:0;
}
.nav-button , .panel-button , .fixed-column{
	display:block;
}
.body-bg {
	width:100%;
	padding-left:0;
}
.menu-right-pos .body-bg {
	padding-right: 0;
}
header {
	position:relative !important;
	float:left;
	width:100% !important;
	top:0 !important;
	border-top:none;
	margin-right:0;
	right:0;
}
.brochure-box  , .top-bar , .fixed-column , header:before{
	display:none;
}
.wrapper-inner {
	padding-left:0;
}
.menu-right-pos .wrapper-inner {
	padding-right: 0;
}
.logo-holder {
	width:auto;
	margin:0 0 0 20px;
	padding: 15px 0;
	border:none;
	background:none;
	float:left;
	height:70px;
}
.logo-holder img {
	width:auto;
	height:100%;
}
.nav-holder {
	display:none;
}
nav li ul {
	top:0;
	margin: 0;
	opacity: 1;
	position: relative;
	width:100%;
	display:none;
	background: none;
	left:0;
	padding:10px 0 0 20px;
	border-right: none;
	height: auto  !important;
	float:left;
}
.menu-right-pos nav li ul {
	right: 0;
	border-left: none;
}
nav.show-sub-mobile li ul {
	display: block;
	visibility: visible;
}
nav li:hover > ul {
	display:block;
}
.footer-header {
	 padding: 70px 0 20px 0;
}
.footer-dec  {
	top:100%;
	margin-top:-150px;
}
.sub-footer {
    padding: 20px 0;
}
.top-bar {
	padding-top:0;
}
.top-bar-header {
	width:100% !important;
	position:relative;
}
.con-list ul  {
	padding-bottom:20px;
}
.form-submit {
	float:left;
	padding-bottom:30px;
}
.mob-bg {
	display:block;
}
.slider-item  , .hero-wrap {
	padding:100px 0;
}
}
/*@media only screen and  (max-width: 756px) {*/
@media only screen and  (max-width: 768px) {
	.con-link {
		float:left;
		top:0;
		margin:0 0 15px 10px;
		left:0;
	}
	.top-bar-header-contact {
		width:100%;
	}
	.top-bar-header-contact li {
		margin-bottom:10px;
	}
	.top-bar-header-contact:before {
		display:none;
	}
	.announcement .btn {
		top:0;
		float:left !important;
	}
	.gallery-item, .grid-sizer  , .piechart-wrap  , /*.team-item ,*/ .inline-facts {
		width:50% !important;
	}
	.one-column .gallery-item,.two-column .gallery-item {
		width: 100%!important;
	}
	.inline-facts {
		margin-bottom:10px;
	}
	.cal-head , .cal-item {
		width:100%;
	}
	.cal-item {
		margin-top:30px;
	}
	.page-title h3 {
		font-size:36px;
	}
	.blog-grid-multi-cols .post-entry {
			width: 100% !important;
			padding-left: 0;
			padding-right: 0;
		}
	.blm-sizer {
		width: 100% !important;
	}

	.knispcon-tour .vc_tta-tabs-container, .knispcon-tour .vc_tta-panels-container {
		width: 100%;
		padding: 0;
	}
	.knispcon-tour.margin-row {
		margin: 0;
	}
}
/*Landing Slider*/
@media only screen and  (max-width: 736px) {
	.preview-title {

		top:10%;

	}
	.swiper-nav-holder {
		left:10%;
		top:90%;

		margin-top:0;
		margin-left:0;

	}
	.slide-title-holder {

		top:60%;

	}
	.slide-title h3{
		float: none;
	}
	.slide-title h3 {
		margin-top:20px;
		font-size: 22px;
		text-shadow: none;
	}
	.slide-title h3:before {
		display:none;
	}
	.slide-title h3 a {
		color:#000;
	}
	
}
@media only screen and  (max-width: 540px) {
.gallery-item, .grid-sizer ,  .piechart-wrap  , /*.team-item  ,*/ .inline-facts {
	width:100% !important;
}
.footer-social {
	width:100%;
	float:left;
	margin-top:30px;
}
.team-item , .grid-big-pad  .grid-item-holder , .grid-small-pad  .grid-item-holder{
	padding:10px 0;
}
.hero-wrap h2 {
	font-size:46px;
}
.section-title h2 {
	font-size:20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}