.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot65 {margin-bottom:65px;}
.margbot70 {margin-bottom:70px;}

.pad0 {padding:0;}
.padbot0 {padding-bottom:0;}
.padbot10 {padding-bottom:10px;}
.padbot15 {padding-bottom:15px;}
.padbot20 {padding-bottom:20px;}
.padbot30 {padding-bottom:30px;}
.padbot40 {padding-bottom:40px;}
.padbot45 {padding-bottom:45px;}
.padbot50 {padding-bottom:50px;}
.padbot60 {padding-bottom:60px;}
.padbot70 {padding-bottom:70px;}
.padbot80 {padding-bottom:80px;}

/*-----------------------------------------------------------------------------------*/
/*	SERVICES
/*-----------------------------------------------------------------------------------*/
.services_block {padding:92px 0 100px;}

.services_wrapper {
	width:2000px;
}

.service_item {
	float:left;
	margin-right:0px;
	margin-bottom:40px;
}
.service_item .icon_block {
	position:relative;
	float:left;
	width:90px;
	height:90px;
	margin:0 30px 0 0;
	border-radius:8px;
	border:1px solid #e8e8e8;
	background-color:#fff;
}
.service_item .icon_block:before {
	content:'';
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:118px;
	height:118px;
	/* background-image:url(/service_shadow-kgs.png); */
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.service_item i {
	position:relative;
	z-index:1;
	display:block;
	vertical-align:top;
	text-align:center;
	line-height:88px;
	font-size:20px;
	color:#101010;
	cursor:default;
	border-radius:8px;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:hover i {color:#b687d8;}

.service_item h6 {
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	color:#b687d8;
}

.service_item h6 {margin:10px 0 5px; line-height:15px; font-size:16px;}

.service_item p {
	margin:0px;
	padding:0px;
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	line-height:20px;
	font-size:13px;
	color:#b687d8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.service_item a {
	color:#b687d8;
    font-weight:300;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.service_item a:hover, a:focus, .service_item a:focus {
	text-decoration:none;
	color:#b687d8;
}

.service_item span {
	display:blcok;
	margin-top:0px;
    padding:0px;
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	line-height:20px;
	font-size:13px;
	color:#b687d8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.service_item:hover span {color:#b687d8;}

/*-----------------------------------------------------------------------------------*/
/*	INFO BLOCK
/*-----------------------------------------------------------------------------------*/
.info_block {padding:68px 0 43px;}

.info_block_img {
	float:left;
	margin-right:35px;
}

.info_block_content {
	float:left;
	width:570px;
	padding-top:34px;
	font-size:16px;
}
.info_block_content h2 {margin-bottom:21px;}
.info_block_content p {padding-right:50px; margin-bottom:30px;}

.info_block_list {
	float:left;
	width:270px;
	margin-right:25px;
}
.info_block_list:last-child {margin-right:0;}
.info_block_list li {
	position:relative;
	padding-bottom:7px;
	padding-left:30px;
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 20px;
	font-weight:300;
	font-size:16px;
	color:#505050;
}
.info_block_list li:before {
	content: "\50";
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:20px;
	height:20px;
	font-family:'ElegantIcons';
	line-height:20px;
	font-size:13px;
	color:#b687d8;
}

/* __________ Useful Links __________ */
.foot_links li {
	position:relative;
	margin-bottom:16px;
	padding:0 0 15px 32px;
	border-bottom:1px solid rgba(255,255,255,0.12);
}
.foot_links li:last-child {border-bottom:0;}
.foot_links li a {
	font-size:16px;
	color:#9b9b9b;
}
.foot_links li a:hover {color:#fff;}
.foot_links li span {
	position:absolute;
	left:0;
	top:3px;
	height:20px;
	width:15px;
	color:#6b4095;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.foot_links li:hover span {left:10px;}

/*-----------------------------------------------------------------------------------*/
/*	TAGS
/*-----------------------------------------------------------------------------------*/
.tags a {
	display:inline-block;
	margin:0 1px 4px 0;
	padding:4px 10px 4px 11px;
	font-size:12px;
	color:#c5c5c5;
	background-color:#3d3d3d;
	transition: none;
	-webkit-transition: none;
}
.tags a:hover {
	color:#b687d8;
	background: #1a90db; /* Old browsers */
	background: -moz-linear-gradient(top, #1a90db 0%, #0e5684 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a90db), color-stop(100%,#0e5684)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a90db 0%,#0e5684 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a90db 0%,#0e5684 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a90db 0%,#0e5684 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a90db 0%,#0e5684 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a90db', endColorstr='#0e5684',GradientType=0 ); /* IE6-9 */
}

/*-----------------------------------------------------------------------------------*/
/*	FLICKR
/*-----------------------------------------------------------------------------------*/
.flickrs {margin-right:-5px;}
.FlickrImages li {
	margin:0 5px 5px 0;
	padding:0;
	float:left;	
	border:0;
}
.FlickrImages li a {
	overflow:hidden;
	position:relative;
	display:block;
	width:81px;
	height:71px;
	background-color:#fff;
}
.FlickrImages li a img {
	width:100%;
	max-width:none;
	height:auto;
	border:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.FlickrImages li a:hover img {opacity:0.3;}
	
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.blog_post,
.post {padding-bottom:30px;
}
.portfolio_post h2,
.blog_post h2,
.post h2 {
	margin-bottom:6px;
}

.portfolio_post h2 {
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	color:#b687d8;
}

.portfolio_post h2 {margin:0 0 10px; line-height:30px; font-size:30px;}

h2 .fe {
	display:inline-block;
	vertical-align:top;
	padding:2px 15px 0 0;
	font-size:23px;
}

.portfolio_post h6 {
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	color:#b687d8;
}

.portfolio_post h6 {margin:10px 0 5px; line-height:15px; font-size:16px;}

.post p {margin-bottom:7px;}
.post_meta {padding-bottom:13px;}

.portfolio_post a, .post_meta a, .portfolio_block a, {
	color:#b687d8;
    font-weight:300;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_post a:hover, a:focus, .post_meta a:hover, a:focus {
	text-decoration:none;
	color:#b687d8;
}

.portfolio_post span.sep p {
	color:#b687d8;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 1.28;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.portfolio_post p {
	margin-left:380px;
    margin-top:0px;
    padding:0px;
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	line-height:1.28;
	font-size:14px;
	color:#b687d8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

span.sep {padding:0 8px;}
.post_img {margin-bottom:12px;}
.post_img iframe {height:465px;}

/*-----------------------------------------------------------------------------------*/
/*	PROJECTS BLOCK
/*-----------------------------------------------------------------------------------*/
.projects_block {
	position:relative;
	padding:66px 0 110px;
	/* background-image:url(/projects_block-kgs.jpg); */ 
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.projects_block .container {
	position:relative;
	z-index:6;
}
.projects_block .overlay {background-color:#fff; opacity:0.75;}

.project_item {
	margin:0 15px;
	padding:6px 9px 10px;
	border:1px solid #e8e8e8;
	background-color:#fff;
}

.project_item .hover_img {
	overflow:hidden;
	position:relative;
	overflow:hidden;
}

.project_item .zoom {
	position:absolute;
	left:50%;
	top:20px;
	display:block;
	width:29px;
	height:29px;
	margin:-15px 0 0 -15px;
	opacity:0;
	background-image:url(/zoom-kgs.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.project_item:hover .zoom {opacity:1; top:58px;}

.project_description {
	position:absolute;
	left:0;
	right:0;
	bottom:-50%;
	padding:28px 10px 32px;
	background-color:rgba(236,22,8,0.81);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.project_item:hover .project_description {bottom:0;}
.project_description a {
	display:block;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	font-size:19px;
	color:#fff;
}

.portfolio_block h4 {
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	color:#b687d8;
}

.portfolio_block h4 {margin:0px 0 5px; line-height:1.28; font-size:18px;}

.portfolio_block h6 {
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	color:#b687d8;
}

.portfolio_block h6 {margin:10px 0 5px; line-height:1.28; font-size:16px;}

.portfolio_block p {
    margin-top:0px;
    padding:0px;
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#b687d8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.portfolio_block a, .post_meta a {
	color:#b687d8;
    font-weight:300;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_block a:hover, a:focus {
	text-decoration:none;
	color:#b687d8;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION VIDEO
/*-----------------------------------------------------------------------------------*/

#video_bg {
	position:relative;
	height:492px;
	background-image:url(/video_bg-kgs.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.video_bg_content {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.video_bg_content .left_text {
	display:inline-block;
	padding:0 75px 0 0;
	line-height:24px;
	font-size:22px;
	color:#feffff;
}
.video_bg_content .right_text {
	display:inline-block;
	padding:0 0 0 75px;
	line-height:24px;
	font-size:16px;
	color:#feffff;
}

.mb_YTVPProgress {display:none !important;}
.mb_YTVPMuteUnmute {display:none !important;}
.mb_YTVPPlaypause {
	overflow:hidden;
	position:absolute !Important;
	top:-235px;
	left:50%;
	width:62px !important;
	height:62px !important;
	margin:0 0 0 -31px;
	line-height:62px !Important;
	text-align:center;
	font-size:32px !important;
	text-indent:4px;
	border-radius:50%;
	border:2px solid #fff;
	background-color:rgba(255,255,255,0.15);
}

/*-----------------------------------------------------------------------------------*/
/*	FLICKR
/*-----------------------------------------------------------------------------------*/

.flickrs {margin-right:-5px;}
.FlickrImages li {
	margin:0 5px 5px 0;
	padding:0;
	float:left;	
	border:0;
}
.FlickrImages li a {
	overflow:hidden;
	position:relative;
	display:block;
	width:81px;
	height:71px;
	background-color:#fff;
}
.FlickrImages li a img {
	width:100%;
	max-width:none;
	height:auto;
	border:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.FlickrImages li a:hover img {opacity:0.3;}

/* __________ Accordion __________ */

#accordion .ui-accordion-header,
.shortcode_toggles_item_title {
	position:relative;
	z-index:2;
	margin-bottom:12px;
	padding: 12px 20px 11px 40px;
	font-weight:400;
	font-size:14px;
	color:#505050;
	background:#cbcbcb;
	border:0;
	cursor:pointer;
	outline:none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#accordion .ui-accordion-header:hover,
#accordion .ui-accordion-header.ui-accordion-header-active,
.shortcode_toggles_item_title:hover,
.shortcode_toggles_item_title .ui-state-active {
	background:#505050;
	color:#fff;
	border-color:#505050;
}

#accordion .ui-accordion-header .ui-icon,
.shortcode_toggles_item_title .ui-icon {
	position:absolute;
	top: 12px;
	left:10px;
	vertical-align:top;
	width:20px;
	height:20px;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	font-size:12px;
}
#accordion .ui-accordion-header .ui-icon:before {
	position:absolute;
	content: "\2b";
	color:#505050;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#accordion .ui-accordion-header:hover .ui-icon:before {
	color:#fff;
}
#accordion .ui-accordion-header.ui-accordion-header-active .ui-icon:before {
	content: "\2212";
	color:#fff;
}

.shortcode_toggles_item_title .ui-icon:before {
	position:absolute;
	content: "\2b";
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.shortcode_toggles_item_title.ui-state-active .ui-icon:before {
	content: "\2212";
}

.shortcode_toggles_item_body {padding-bottom:20px;}
.shortcode_toggles_shortcode .ip,
#accordion .ui-accordion-content {
	padding:17px 25px 5px 23px;
}

/* _________ //Accordion _________ */

/* __________ Tab __________ */

.nav-tabs {border: 0;}
.nav-tabs li a {
	padding:10px 17px 12px;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#505050;
	border-radius: 0;
	border: 0;
	border-bottom:3px solid #fff;
	background-color:#f4f4f4;
}
.nav-tabs li a:hover {
	color:#b687d8;
	background:#f4f4f4;
	border-bottom:3px solid #fff;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	color:#505050;
	background:#f4f4f4;
	border: 0;
	border-bottom:3px solid #f4f4f4;
}
.tab-content {
	padding:26px 30px 29px;
	background:#f4f4f4;
	border-bottom:2px solid #ededed;
}
.tab-content .left_block {width:45%;
}
.tab-content .right_block {width:49%;
}
.tab-content iframe {height:159px;
}
.tab-content .list4 li {
	padding:0 0 5px;
}
/* _________ //Tab _________ */

/* __________ Chart __________ */

.chart {
    position: relative;
    display: block;
	vertical-align:top;
    margin:0 auto;
    width: 178px;
    height: 178px;
    text-align: center;
}
.chart canvas {
    width: 178px;
    height: 178px;
}
.chart-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.percent {
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
	color: #666;
}
.percent:after {content: '%';}
.chart-title {
    padding-top:10px;
	font-weight: 700;
	line-height:20px;
    font-size: 12px;
	color:#999;
}

/* __________ Icons __________ */

.icons_block li {
	float:left;
	width: 20%;
	padding-bottom:7px;
}
.icons_block li i {
	padding-right:7px;
	font-size:15px;
	color:#333;
}

.icons_block h5 {
    margin-top:0;
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	color:#b687d8;
}

.icons_block h5 {margin:0 0 15px; line-height:20px; font-size:20px;}

.icons_block p {
	color:#b687d8;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
/* _________ //Icons _________ */

/* __________ Testimonials __________ */
.testimonials_item p {margin-bottom:7px;}
.testimonials_item .testimonials_author span {text-transform:uppercase; color:#dadada; font-size:14px;}
/* _________ //Testimonials _________ */

/* __________ Comments __________ */

#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 20px 0;
}
.avatar {
	margin-right:11px;
}
.comment_right {display:table;	
}
.comment_info {
	padding-bottom:7px;
	color:#b9b9b9;	
}

#comments ol li ul li {
	padding:20px 0 0 30px;
	margin:0;
}

.leave_comment input[type="text"] {width:32.8%;
}
.leave_comment textarea {
	width:99.5%;
	min-height: 130px;
}
/* _________ //Comments _________ */

/* __________ Isotope Styles __________ */

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

/* __________ Filter __________ */

#filter {padding:11px 0 25px; text-align:center;}
#filter li {display:inline-block;}
#filter li a {
	display:block;
	padding:0 22px;
	text-transform:none;
	line-height:20px;
	font-size:15px;
    font-weight:normal;
	color:#707070;
}
#filter li a:hover, #filter li a.selected {color:#b687d8;}

#projects .columns1 .project {
	width:100%;
}
#projects .columns1 .hover_img {margin-bottom:10px;
}

.load_more_cont {
	width:100%;
	padding:10px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/

.jcarousel-wrapper {position: relative;}
.jcarousel {position: relative; overflow: hidden; width: 100%; padding-bottom:71px;}
.jcarousel ul {width: 20000em; position: relative;}
.jcarousel li {float: left; width:255px; margin-right:30px;}

.jcarousel-control-prev,
.jcarousel-control-next {
	display:inline-block;
	width:25px;
	height:25px;
	margin:0 0 0 2px;
	background-color:#505050;
}
.jCarousel_pagination a:hover {background-color:#b687d8;}
.jCarousel_pagination a i {
	display:block;
	text-align:center;
	line-height:25px;
	font-size:20px;
	color:#fff;
}
.jCarousel_pagination a.inactive {
	background-color:#505050;
	cursor:default;
}

.product_page .jCarousel_pagination {position:relative; z-index:2; margin:-52px 0 52px;}
.product_page .jcarousel {padding-bottom:0;}

/* __________ Our Works Carousel __________ */

.jcarousel-pagination {
	position:absolute;
	left:0;
	right:0;
	width:100%;
	bottom:0;
	margin:0;
	text-align:center;
}
.jcarousel-pagination a {
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 2px 0 5px;
	font-size:0;
	opacity:0.5;
	background-color:#b687d8;
	border-radius:50%;
	text-indent:-9999px;
}
.jcarousel-pagination a.active {
	opacity:1;
	box-shadow: none;
}

.projects_block .jcarousel {padding:3px 0 50px;}
.projects_block .jcarousel li {width:255px;}

/* __________ Resized __________ */
.variable-sizes .element {width:100% !Important;}
.variable-sizes .hover_img {float:left; width:255px !Important; margin-right:30px;}
.variable-sizes .product_item .item_btn_in {
	bottom:15px;
	right:15px;
	left:auto;
	top:auto;
}
.variable-sizes .product_item .item_btn_in a {
	color:#fff !important;
	background-color:#cbcbcb !important;
}
.variable-sizes .product_item .item_btn_in a:hover {
	color:#fff !important;
	background-color:#505050 !Important;
}
.variable-sizes .project_descr {
	position:static;
	float:left;
	width:65%;
	padding-top:0;
	padding-left:0;
	padding-bottom:60px;
	text-align:left;
	border:0;
	background-color: transparent;
	transition: none;
	-webkit-transition: none;
}
.variable-sizes .product_item .project_descr span {display:block; margin:-5px 0 20px;}
.variable-sizes .product_item .project_descr p {display:block;}
/* _________ //Resized _________ */