/*

Your custom css

*/

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 449px) {
	div.iframe {
		width: 260px;
		margin: auto;
		height: 145px;
	}
}

@media (min-width: 450px) and (max-width: 647px) {
	div.iframe {
		width: 400px;
		margin: auto;
		height: 223px;
	}
}

@media (min-width: 648px) {
	div.iframe {
		width: 600px;
		margin: auto;
		height: 332px;
	}
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.orange {
	color: #F16D1F;
}

.green {
	color: #7BB142;
}

.blue {
	color: #0680C3;
}

.light-blue {
	color: #85C1DD;
}

.dark-green {
	color: #006153;
}

.learn_more_btn {
	background: #F16F21;
	border: 1px solid #F16F21;
	border-radius: 10px;
	padding: 15px;
	font-size: 22px;
	font-weight: 200;
	display: inline-block;
	color: #fff;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.learn_more_btn.cutout_btn {
	background: none;
	color: #F16F21;
}

a.learn_more_btn:hover {
	color: #ccc;
}

.learn_more_btn.cutout_btn:hover {
	color: #fff;
	background: #F16F21;
	border: 1px solid #F16F21;
}

.learn_more_btn.green {
	color: #7BB142;
	border-color: #7BB142;
}

.learn_more_btn.blue {
	color: #0680C3;
	border-color: #0680C3;
}

.learn_more_btn.light-blue {
	color: #85C1DD;
	border-color: #85C1DD;
}

.learn_more_btn.dark-green {
	color: #006153;
	border-color: #006153;
}

.review-banner {
	background-color: rgba(0, 0, 0, 0.88);
	padding: 10px;
	display: block;
	text-align: center;

	-webkit-animation: fadein 3s;
	-moz-animation: fadein 3s;
	-ms-animation: fadein 3s;
	-o-animation: fadein 3s;
	animation: fadein 3s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.review-banner.load {
	opacity: 1;
}

.review-banner-text {
	color: white;
	font-style: italic;
}

.review-banner-img {
	right: 0px;
	top: 11px;
	position: relative;
	height: 33px;
}

.review-banner-img-cen {
	right: 0px;
	top: 5px;
	position: relative;
	height: 19px;
}

@media (max-width: 414px) {
	.review-banner-text {
		font-size: 9px;
	}
}

@media (min-width: 415px) and (max-width: 767px) {
	.review-banner-text {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.review-banner-text {
		font-size: 15px;
	}
}

.watch_video_btn:hover {
	color: #fff;
	background: #F16F21;
	border: 1px solid #F16F21;
}

.watch_video_btn {
	border-radius: 10px;
	font-weight: 200;
	display: inline-block;
	color: #F16F21;
	padding: 20px 30px;
	font-size: 24px;
	border: 1px solid rgba(241, 111, 33, 0.5);
	background: none;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

@media (min-width: 525px) {
	.watch_video_btn {
		margin-left: 5%;
	}
}

.home-section-2-bg {
	background: #fff url(images/home-section-2-bg1.jpg) no-repeat center top;
	/* NS-Edit 15-04-08 */
	background-size: cover;
}

.home-section-2-1 {
	padding: 30px 0 18px 0;
	margin-bottom: 0;
}

.home-section-2-img {
	padding: 10px 0;
}

.home-section-2-title {
	padding: 10px 0;
}

.home-section-2-title h2 {
	margin-bottom: 10px;
}

.home-section-2-2 h3 {
	font-size: 28px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 20px;
}

.home-section-2-2-description {
	max-width: 1000px;
	font-size: 16px;
	line-height: 1.5em;
}

.home-section-3-1 {
	background: #A2ADB5;
	background-size: cover;
	padding-bottom: 20px;
}

.home-section-3-1 h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}

.home-section-3-1 h3 strong {
	font-size: 32px;
	font-weight: 100;
	color: #fff;
}

.home-section-3-1 h3 strong.bold {
	font-weight: 400;
}

.home-section-3-1-description {
	font-size: 18px;
	color: #fff;
	line-height: 1.5em;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.home-section-3-2 {
	padding: 30px 0;
}

.home-section-3-2 h2.robot-icon {
	font-size: 40px;
	color: #666;
	padding: 20px 90px 20px 0;
	background: url(images/robot-icon.png ) no-repeat right center;
	display: inline-block;
	font-weight: 100;
	margin-bottom: 20px;
}

.home-section-3-2-description {
	font-size: 16px;
	line-height: 1.5em;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.home-section-3-2-icons img {
	margin: 5px;
}

.home-section-3-2-icons a {
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.home-before-footer {
	width: 100%;
	text-align: center;
	background-color: #f4f3f8;
}

.block-gray {
	background: #E5E6E7;
}

.block-white {
	background: #fff;
}

.block-details-main h2 {
	font-size: 32px;
	font-weight: 100;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px 0 20px 90px;
}

.block-img-right-container .block-img {
	float: right;
}

.block-details-main {
	padding: 30px 0;
}

.block-details-main h2.green {
	background: url(images/home-featured-icon-1.png ) no-repeat left center;
}

.block-details-main h2.blue {
	background: url(images/home-featured-icon-2.png ) no-repeat left center;
}

.block-details-main h2.light-blue {
	background: url(images/home-featured-icon-3.png ) no-repeat left center;
}

.block-details-main h2.dark-green {
	background: url(images/home-featured-icon-4.png ) no-repeat left center;
}

#mk-footer .widget_social_networks a,
.mk-social-network a {
	font-size: 22px !important;
	color: #999999;
	border: 1px solid #f16e20 !important;
	border-radius: 500px;
	padding: 3px;
}

#mk-footer .widget_social_networks a.dark,
.mk-social-network a.dark {
	color: #999999 !important;
}

#mk-footer .widget_social_networks {
	margin-top: 10px;
}

#mk-footer .widget_social_networks a.dark:hover i {
	color: #fff !important;
}

#mk-footer .widget_nav_menu {
	background: url(images/footer-widget-bg.png ) no-repeat left top;
	padding: 30px 0px 10px 20px;
}

#mk-footer .widget_nav_menu a {
	border: 0;
	margin-bottom: 0;
}

#mk-footer .widget_nav_menu .menu > li > a {
	font-weight: bold;
	color: #F16E20;
}

#mk-footer .mk-padding-wrapper {
	padding: 20px 0 0 !important;
}

#mk-footer .mk-col-1-6 {
	padding-right: 10px;
}

.ls-wp-container .lear-more-container .learn_more_btn {
	width: 237px;
	text-align: center;
	margin: 0 20px;
}

.ls-wp-container .lear-more-container .learn_more_btn:hover {
	opacity: 0.5;
}

.home-mobile-container {
	max-width: 1050px;
	position: relative;
	height: 950px;
}

.home-mobile-left-container {
	float: left;
	position: absolute;
	left: 0;
}

.home-mobile-right-container {
	width: 459px;
	position: absolute;
	right: 10px;
	z-index: 10;
}

#home-iframepage {
	width: 398px;
	height: 550px;
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	display: block;
}


.app-links-button img {
	height: auto;
}

.home-mobile-right-container .live-demo-button {
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	z-index: 1000;
}

.anchor-container {
	margin-left: 0;
	padding: 0;
	text-align: center;
}

.anchor-container li {
	display: inline-block;
	margin-right: 1em;
	list-style: none;
}

.item-holder,
.item-holder a {
	color: #cfd1d2 !important;
	font-size: 10px !important;
}

.mk-footer-copyright {
	width: auto !important;
	margin-right: 2em !important;
}

textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
	width: 100%;
	box-sizing: border-box;
}

.required {
	color: #d90000;
}

div.wpcf7-response-output {
	margin: 2em 0em 1em;
	padding: 0.2em 1em;
}

.layer-button a {
	background: rgba(241, 111, 33, 0.3);
	border: 1px solid rgba(241, 111, 33, 0.3);
	border-radius: 10px;
	padding: 15px;
	display: inline-block;
	color: #fff;
	width: 46%;
	text-align: center;
	margin: 0 2%;
	box-sizing: border-box !important;
	font-weight: 100;
}

.layer-button a:last-child {
	background: rgba(241, 111, 33, 0.7);
}

#pre-order-btn:hover {
	color: #ccc !important;
}

.layer-button a:hover {
	color: #ccc !important;
}

.layer-button .organa_learn_more_btn {
	background: rgba(123, 177, 66, 0.3);
	border: 1px solid rgba(123, 177, 66, 0.3);
}

.layer-button .organa_order_btn {
	background: rgba(123, 177, 66, 0.7) !important;
	border: 1px solid rgba(123, 177, 66, 0.7) !important;
}

.layer-button .aqua_learn_more_btn {
	background: rgba(6, 128, 195, 0.3);
	border: 1px solid rgba(6, 128, 195, 0.3);
}

.layer-button .aqua_order_btn {
	background: rgba(6, 128, 195, 0.7) !important;
	border: 1px solid rgba(6, 128, 195, 0.7) !important;
}

.layer-button .aero_learn_more_btn {
	background: rgba(133, 193, 221, 0.3);
	border: 1px solid rgba(133, 193, 221, 0.3);
}

.layer-button .aero_order_btn {
	background: rgba(133, 193, 221, 0.7) !important;
	border: 1px solid rgba(133, 193, 221, 0.7) !important;
}

.layer-button .canna_learn_more_btn {
	background: rgba(0, 97, 83, 0.3);
	border: 1px solid rgba(0, 97, 83, 0.3);
}

.layer-button .canna_order_btn {
	background: rgba(0, 97, 83, 0.7) !important;
	border: 1px solid rgba(0, 97, 83, 0.7) !important;
}

a [class^="mk-icon-"],
a [class*=" mk-icon-"] {
	color: #f16e20;
}

.theme-content a {
	color: #f16f21;
}

/*Technology Page and Team page*/

.technology-container .technology-container-list {
	border-top: 1px solid #ccc;
	margin: 50px 0 0;
	padding: 80px 0 0;
}

.technology-container .technology-container-list .vc_span6:nth-child(2n+1),
.team-container .team-container-list .vc_span6:nth-child(2n+1) {
	margin-left: 0;
}

.technology-container .technology-container-list .technology-single-content,
.team-container .team-container-list .team-single-content {
	margin-bottom: 50px;
}

.technology-container .technology-container-list .technology-single-content h3 {
	margin-bottom: 20px;
}

.technology-container-list-content > div {
	min-height: 2em;
}

.management-team-info {
	text-align: center;
}

.management-team-name,
.management-team-position {
	color: #f16f21;
	padding-top: 5px;
}

.single-social-share,
.about-author-wrapper,
.mk-icon-heart,
.mk-love-count {
	display: none;
}

/*Custom masonry grid*/

.custom-masonry-grid {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
	text-align: left;
}

.custom-masonry-grid .custom-block {
	overflow: hidden;
	display: block;
	width: 100%;
	float: left;
	background: #EFEFEF;
	position: relative;
}

#main .archive-list .custom-masonry-grid .custom-block .row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 10px !important;
}

.custom-masonry-grid .row-inside {
	padding: 0 !important;
	height: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.row-inside {
	clear: both;
	display: block;
	position: relative;
	z-index: 0;
}

.custom-masonry-grid .custom-block .custom-post-thumbnail {
	overflow: hidden;
}

.custom-masonry-grid .custom-block .custom-post-summary {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: hidden;
}

.custom-masonry-grid .custom-block:hover .custom-post-summary {
	top: 0;
	transition: top 0.5s ease-out 0s;
}

.custom-masonry-grid .board-size1x1 {
	max-width: 280px;
	height: 280px;
}

.custom-masonry-grid .board-size1x2 {
	max-width: 560px;
	height: 280px;
}

.custom-masonry-grid .board-size2x1 {
	max-width: 280px;
	height: 560px;
}

.custom-masonry-grid .board-size2x2 {
	max-width: 560px;
	height: 560px;
}

.custom-masonry-grid .board-size1x1 .custom-post-summary,
.custom-masonry-grid .board-size1x2 .custom-post-summary {
	top: 280px;
}

.custom-masonry-grid .board-size2x1 .custom-post-summary,
.custom-masonry-grid .board-size2x1 .custom-post-summary {
	top: 560px;
}

.custom-masonry-grid .custom-block .row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 10px !important;
}

.custom-masonry-grid h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.news_block_container {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background: #EFEFEF;
}

.mk-employees.column_rounded-style .team-thumbnail,
.mk-employees.column_rounded-style .team-thumbnail img,
.mk-employees.column_rounded-style .hover-overlay {
	border-radius: 0;
}

.technology-icon-1 {
	background: url(images/technology-icon-1.png ) no-repeat left center;
}

.technology-icon-2 {
	background: url(images/technology-icon-2.png ) no-repeat left center;
}

.technology-icon-3 {
	background: url(images/technology-icon-3.png ) no-repeat left center;
}

.technology-icon-4 {
	background: url(images/technology-icon-4.png ) no-repeat left center;
}

.technology-icon-5 {
	background: url(images/technology-icon-5.png ) no-repeat left center;
}

.technology-icon-6 {
	background: url(images/technology-icon-6.png ) no-repeat left center;
}

.technology-icon-7 {
	background: url(images/technology-icon-7.png ) no-repeat left center;
}

.technology-icon-8 {
	background: url(images/technology-icon-8.png ) no-repeat left center;
}

.technology-container .mk-box-icon.style2-box.icon-left-align .icon-box-content {
	padding: 10px 0 10px 120px;
	margin-left: 0;
}

.mk-box-icon .icon-box-container .box-ico {
	width: 100px;
	height: 100px;
}

.technology-container .mk-box-icon.style2-box .icon-box-title {
	font-size: 20px !important;
}

.technology-container .mk-box-icon.style2-box {
	margin-bottom: 20px;
}

/*Technology Page End*/

.column_container.right {
	float: right;
}

.column_container.left {
	float: left;
	margin-left: 0;
}

.footer-widget-wrapper {
	border-top: 4px solid #E5E6E7;
	padding-bottom: 40px;
	padding-top: 40px;
}

.footer-widget-wrapper .widget {
	width: 27%;
	margin: 0 3%;
	float: left;
}

.footer-widget-wrapper .widget .widgettitle {
	font-size: 40px;
	color: #666666;
	font-weight: normal;
}

.footer-widget-wrapper .widget .widgettitle:after {
	background: none;
	margin: 0;
}

.footer-widget-wrapper .widget {
	font-size: 16px;
	padding: 10px 0px;
	box-sizing: border-box;
}

.footer-widget-wrapper .footer-widget-container {
	box-sizing: border-box;
	padding: 0 20px;
	display: none;
}

.featured-icon-canna {
	background: url(images/featured-icon-canna.png ) no-repeat left center;
}

.featured-icon-organa {
	background: url(images/featured-icon-organa.png ) no-repeat left center;
}

.featured-icon-aqua {
	background: url(images/featured-icon-aqua.png ) no-repeat left center;
}

.featured-icon-aero {
	background: url(images/featured-icon-aero.png ) no-repeat left center;
}

.custom-left-icon-container .mk-box-icon .icon-box-container .box-ico {
	width: 131px;
	height: 130px;
}

.custom-left-icon-container .mk-box-icon.style2-box.icon-left-align .icon-box-content {
	padding: 0px 0 40px 150px;
	margin-left: 0;
}

.custom-left-icon-container .icon-box-title {
	font-size: 32px !important;
	font-weight: normal !important;
}

.widget_social_networks a:hover i {
	color: #fff;
}

.widget_social_networks a.mk-icon-custom-1 {
	border: 1px solid #f16e20;
}

table td {
	text-align: left;
}

.widgettitle:after {
	width: 100%;
}

.widgettitle {
	font-size: 40px !important;
	font-weight: normal !important;
}

.mk-employees.column_rounded-style .hover-overlay .custom_link {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

.layerslider-container-hidden-xs {
	display: block;
}

.layerslider-container-visible-xs-block {
	display: none;
}

#executive-team:before {
	display: block;
	content: " ";
	margin-top: -122px;
	height: 122px;
	visibility: hidden;
}

#menu-main-menu .header-button {
	max-width: 120px;
	display: inline-block;
	height: 122px;
	line-height: 122px;
}

#menu-main-menu .header-button img {
	height: auto;
	vertical-align: middle;
}

.top-social_networks {
	margin: 10px 0;
}

.top-social_networks .widget {
	margin: 0;
}

.top-social_networks .widget_social_networks a.mk-icon-custom-1 {
	border: 0;
}

.top-social_networks .widget_social_networks a.mk-icon-custom-1:hover {
	border: 0;
	background: url(images/custom-icon-1-hover.png ) no-repeat center center !important;
}

.top-social_networks .widget_social_networks a {
	border: 0;
}

.top-social_networks .widget_social_networks a [class^="mk-icon-"]:before {
	font-size: 24px;
}

.top-social_networks .widget_social_networks a:hover {
	background: none;
}

.landing .theme-page-wrapper {
	max-width: 1100px;
	width: 100%;
	text-align: center;
	font-size: 22px;
}

.landing #theme-page h1,
.landing #theme-page h3,
.landing #theme-page p.opening,
.landing .item-holder {
	text-align: center;
	margin-bottom: 10px;
}

.landing #theme-page h1 {
	font-size: 34px;
	font-weight: 800;
}

.landing #theme-page h3 {
	margin-bottom: 0;
	color: #f16e20;
}

.landing #theme-page h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.landing #theme-page p.opening {
	font-size: 22px;
	max-width: 300px;
	margin: 0 auto 40px;
	line-height: 22px;
}

.landing #theme-page img {
	max-width: 500px;
	width: 62.5%;
	display: block;
	margin: 0 auto;
}

.landing .theme-page-wrapper .infocolumn {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding: 0;
	margin-bottom: 30px;
	text-align: left;
}

.landing .infocolumn:nth-of-type(3) {
	clear: both;
}

.landing #theme-page .download-app img {
	display: inline-block;
	max-width: 200px;
	width: 70%;
}

.landing .columned {
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}

.landing #theme-page .columned:nth-of-type(2) img {
	width: 95%;
}

.landing .columned:nth-of-type(2) {
	width: 33%;
	border-right: 1px #ccc solid;
}

.landing .columned:nth-of-type(3) {
	width: 62%;
	clear: both;
	margin-left: 2%;
}

.landing .columned p {
	text-align: left;
	font-size: 18px;
}

.landing #theme-page .download-app,
.landing #theme-page .purchase {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.landing a.learn_more_btn {
	padding: 40px 30px;
	width: 86%;
	font-size: 28px;
}

.landing a:hover {
	opacity: 0.65;
}

.landing .opener {
	margin-bottom: 30px;
}

.landing .opener div {
	display: inline-block;
	vertical-align: top;
}

.landing #theme-page .opener div p,
.landing #theme-page .opener div h3 {
	text-align: left;
}

.landing #theme-page .opener img {
	max-width: 200px;
}

.landing .footer-widget-wrapper {
	display: none;
}

.landing .mk-footer-copyright {
	float: none;
}

@media screen and (max-width:1200px) {
	.main-content {
		padding-top: 0px;
	}
	#executive-team:before {
		display: block;
		content: " ";
		margin-top: 0px;
		height: 0px;
		visibility: hidden;
	}
	#mk-responsive-nav .header-button {
		display: none !important;
	}
	#mk-responsive-nav .sub-menu ul {
		display: none;
	}
	.responsive-nav-link {
		line-height: 57px !important;
	}
	#mk-header,
	.mk-secondary-header {
		background: #191919 !important;
	}
	.top-social_networks {
		max-width: 100%;
	}
	#mk-header .mk-col-9-12 {
		float: left;
		width: auto;
	}
	#mk-header .mk-col-3-12 {
		float: right;
		width: auto;
	}
	#mk-header .widget_social_networks a,
	.mk-social-network a {
		margin: 3px;
	}

}

@media handheld,
only screen and (max-width: 1180px) {
	#sub-footer .item-holder {
		text-align: center;
	}
}

@media screen and (max-width:1100px) {
	.footer-widget-wrapper .footer-widget-container {
		padding: 0 20px;
	}
	.footer-widget-wrapper .widget .widgettitle {
		font-size: 20px;
		color: #666666;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.footer-widget-wrapper .widget {
		margin: 0;
		width: 30%;
		padding: 10px;
	}

}

@media (max-width: 870px) {
	.layerslider-container-hidden-xs {
		display: none;
	}
	.layerslider-container-visible-xs-block {
		display: block;
	}

	.landing .columned:nth-of-type(2),
	.landing .columned:nth-of-type(3) {
		display: block;
		width: 100%;
	}
	.landing .columned p {
		text-align: center;
	}

}

@media screen and (max-width:770px) {
	.footer-widget-wrapper .widget {
		width: 100%;
		margin: 0%;
		float: none;
	}
	#mk-page-title.left-align .mk-page-heading {
		font-size: 28px;
	}
	.layer-button a {
		padding: 10px 5px;
	}
	#sub-footer {
		text-align: center;
	}
	#theme-page h1 {
		font-size: 28px;
	}
	#theme-page h2 {
		font-size: 24px;
	}
	#theme-page h3 {
		font-size: 18px;
	}
	.footer-widget-wrapper .widget .widgettitle {
		font-size: 24px;
	}
	.widgettitle {
		font-size: 24px !important;
		font-weight: normal !important;
	}
}

@media screen and (max-width: 767px) {

	#mk-footer .widget_nav_menu {
		background: none;
		margin-bottom: 0;
	}
	.home-mobile-container {
		max-width: 1050px;
		position: relative;
		height: auto;
	}
	.home-mobile-left-container {
		float: none;
		position: relative;
		left: 0;
		width: 100%;
	}
	.home-mobile-right-container {
		left: 20px;
		margin: 0 auto;
		z-index: 10;
		position: relative;
	}
	#home-iframepage {
		width: 398px;
		height: 550px;
		border-right: 1px solid rgba(0, 0, 0, 0.5);
	}
	.column_container.right {
		float: none;
	}

	.landing .theme-page-wrapper .infocolumn,
	.landing #theme-page .download-app,
	.landing #theme-page .purchase {
		display: block;
		width: 100%;
	}
	.landing a.learn_more_btn {
		padding: 4% 10%;
		font-size: 22px;
		width: auto;
		margin-bottom: 30px;
	}
	.landing #theme-page .opener div p,
	.landing #theme-page .opener div h3 {
		text-align: center;
	}
	.landing #theme-page .opener div {
		display: block;
	}
}

@media handheld,
only screen and (max-width: 760px) {
	#mk-header div[class*='mk-col-'] {
		margin: 0 auto;
	}
}

@media (min-width: 496px) {
	.aqua-img-div {
		margin-left: 2%;
		width: 30%;
		float: left;
	}
}

@media (max-width: 495px) {
	.aqua-img-div {
		width: 100%;
		text-align: center;
	}
	.mk-header-logo img {
		height: auto !important;
	}
	.top-social_networks {
		margin: 12px 0 0;
	}
	#menu-main-menu .header-button {
		float: none;
		display: inline-block;
		height: auto;
		line-height: 1;
	}
	#menu-main-menu .header-button img {
		height: auto;
		vertical-align: middle;
		max-width: 50px;
	}
	.mobile-menu-exists .mk-mobile-logo {
		display: inline-block !important;
		margin-left: 0px !important;
	}
	#mk-header .mk-mobile-logo {
		max-width: 120px;
	}
	.mk-header-logo,
	.mk-header-logo a {
		height: 60px !important;
		line-height: 60px !important;
	}
	.responsive-nav-link {
		height: 60px !important;
		line-height: 60px !important;
	}
}

@media (max-width: 480px) {
	.home-mobile-right-container .live-demo-button {
		right: 100px;
		top: 5px;
		display: block;
		z-index: 1000;
	}

	/* NS-150224 */
	.top-social_networks {
		margin: 14px 0 0;
		display: inline-block;
		text-align: left;
		max-width: none;
		width: auto;
		float: right;
	}
	#mk-header .widget_social_networks a,
	.mk-social-network a {
		margin: 0;
		width: 25px;
	}
	.top-social_networks .widget_social_networks a [class^="mk-icon-"]:before {
		font-size: 20px;
	}


	.ls-v5 .ls-nav-prev,
	.ls-v5 .ls-nav-next {
		width: 24px !important;
		height: 30px !important;
		margin-top: -16px !important;
		background-size: 360px 135px !important;
	}
	.ls-v5 .ls-nav-prev {
		background-position: 0px 0px!important;
	}

	.ls-v5 .ls-nav-prev:hover {
		background-position: 0px -45px!important;
	}

	.ls-v5 .ls-nav-next {
		background-position: -90px 0px!important;
	}

	.ls-v5 .ls-nav-next:hover {
		background-position: -90px -45px!important;
	}
	.ls-bottom-nav-wrapper {
		display: none !important;
	}
	.home-mobile-right-container {
		/*left: -39px; */
		width: 100%;
		left: 0;
		margin-bottom: 20px;
	}

}

@media (max-width: 400px) {
	#home-iframepage {
		width: 330px;
		border-right: solid 20px #000;
		border-left: solid 20px #000;
	}
}

@media (max-width: 360px) {
	.mk-header-logo img {
		height: auto !important;
	}
	/* NS-Edit 15-04-08 */
	#home-iframepage {
		width: 300px;
	}
	.home-mobile-right-container {
		/*left: -39px; */
		width: 100%;
		left: 0;
		margin-bottom: 20px;
	}
	.app-links-button {
		/*padding: 0 50px; */
		padding: 0;
	}

	.home-section-3-1,
	.home-section-3-2,
	.home-section-3-3-1,
	.home-section-3-3-2,
	.home-section-3-3-3,
	.home-section-3-3-4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-section-3-2-icons a {
		text-align: center;
		width: 50%;
		display: inline-block;
	}

}

@media (max-width: 330px) {
	#home-iframepage {
		width: 280px;
		border-right: solid 10px #000;
		border-left: solid 10px #000;
	}
}

/* End NS-Edit */

.responsive-nav-link i {
	color: #f16e20 !important;
	font-size: 30px;
	margin-right: 25%;
}

.review-row:after {
	clear: both;
	content: '';
	display: block;
}

#mk-footer .widget {
	margin-bottom: 10px;
}

.app-links-button {
	text-align: center;
}

/* Zebra striping */

tr:nth-of-type(odd) {
	background: #eee;
}

th {
	background: #333 !important;
	color: white !important;
	font-weight: bold !important;
}

td,
th {
	padding: 6px !important;
	border: 1px solid #ccc !important;
	text-align: left !important;
}


/* footer */

#mk-footer {
	background: #EFEFEF;
}

#mk-footer .widget_nav_menu {
	background: none;
}

.widget_nav_menu li a {
	padding-bottom: 10px;
}

.widget_nav_menu li {
	margin: 0;
}

#mk-footer a {
	color: #999999;
}


section#text-13 p {
	margin-bottom: 0px;
}

/* Menu */

body.page-template-default #mk-header,
.mk-secondary-header,
body.post-template-default #mk-header {
	background: #000;
}

body.page-template #mk-header {
	background: #000;
	top: 0;
}

#mk-main-navigation > ul > li.menu-item,
#mk-main-navigation > ul > li.menu-item > a {
	line-height: 60px !important;
}

.sub-container.non-mega.mk-nested-sub {
	top: 60px !important;
}


/* Title Page */

#mk-page-title.left-align #mk-breadcrumbs {
	float: left;
	margin: 4px 20px 0;
	font-weight: 500;
	text-transform: capitalize;
}

#mk-page-title #mk-breadcrumbs.dark-skin a {
	font-weight: 700;
}

#mk-page-title {
	padding: 30px 0 20px !important;
}

#mk-page-title.left-align .mk-page-heading {
	display: block;
	width: 100%;
	text-transform: capitalize;
	font-weight: 400;
}

/* Footer */

.mk-padding-wrapper .mk-col-1-4 {
	padding: 0 20px;
}


/* Customizer */

.footer-widget-wrapper {
	padding: 0;
	margin: 0;
	border-color: #dfdfdf;
}

.footer-widget-wrapper .widget {
	padding: 0px;
}



/* footer */

#mk-footer {
	background: #E5E6E7;
}

#mk-footer .widget_nav_menu {
	background: none;
}

#mk-footer .sub-menu a {
	font-size: 14px;
	padding: 2px 0;
}

#mk-footer .widget_nav_menu .menu > li > a {
	padding-bottom: 2px;
}

.bold ul.sub-menu {
	padding-left: 10px;
}

li.bold a:nth-last-child(2) {
	font-weight: 600;
}

li.bold a:nth-last-child(1) {
	;
	position: relative
}

#mk-footer .widget_social_networks a,
.mk-social-network a:hover {
	border: 0 !important;
	padding: 0;
	background: none;
}

#mk-footer .widget_social_networks a [class^="mk-icon-"],
a [class*=" mk-icon-"] {
	color: #999999 !important;
}

#mk-footer .widget_social_networks a.dark:hover i {
	color: #7e7e7e !important
}

#mk-footer .widget_social_networks {
	width: 130px;
}

#mk-footer .widget_social_networks a {
	font-size: 25px !important;
}

#mk-footer .widget_nav_menu {
	padding: 0;
}

#mk-footer .app-icons {
	display: block;
}


#mk-footer .app-icons a:first-child {
	padding-right: 8px;
}

#mk-footer .app-icons {
	display: block;
}

#mk-footer .app-icons {
	margin: 6px 0 12px;
}

#mk-footer .app-icons a {
	opacity: .7;
	transition: .3s;
	margin-right: 0;
}

#mk-footer .app-icons a:hover {
	opacity: 1;
}

#mk-footer p {
	color: #999999;
	line-height: 1.6;
	font-size: 14px !important;
}


.review-slider.owl-carousel.owl-theme {
	margin: 0;
	padding: 20px 0 0;
	background: #000;
}

.review-slider .item {
	width: 80%;
	margin: 0 auto;
}

.review-slider.owl-theme .owl-controls {
	margin-top: -20px;
	padding: 0 0 10px;
	z-index: 99999;
	position: relative;
}

.home-main-content .owl-carousel .item img {
	display: block;
	margin: 13px auto;
	width: 60px !important;
	height: auto;
}

@media only screen and (max-width: 495px) {
	#mk-header ul li:nth-child(1) {
		padding-left: 8px;
		margin-left: 0;
	}

	body.cannadx .mk-header-logo {
		padding: 6px 0 0;
	}

	#mk-header [class*='mk-col-'] {
		padding-left: 0;
		padding-right: 5px;
	}
	#mk-header .widget_social_networks a,
	.mk-social-network a {
		width: 22px;
	}
	#mk-header .mk-col-2-12 {
		float: right;
	}
}

.layer-media img {
	max-width: 80% !important;
}

#post-grid-6331 .element_0 {
	font-size: 16px;
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	margin: 10px 0 0;
	font-weight: 400;
	color: #333333;
}

.layer-content a {
	font-size: 15px !important;
	line-height: 1.4;
	text-align: left;
	font-weight: 300;
	color: #333;
	font-style: italic;
}

.grid-items .item {
	margin-bottom: 30px !important;
}



/* Collapse */

#netgo_navigation-2 li.bold > a {
	font-size: 14px
}

ul#menu-learn-footer li.learnf a {
	font-weight: 700;
	color: #F66C33;
}

ul#menu-learn-footer li.learnf {
	padding: 0;
}

#netgo_navigation-2 .widgettitle {
	display: none;
}

/* Press Page */

body.page-id-75 .theme-content h3 {
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
	font-size: 22px;
}

.medialink {
	list-style: none;
	text-align: center;
	margin: 0 0 20px;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #dadada
}

.medialink li {
	display: inline-block;
}

.medialink li a {
	color: #5e5e5e !important;
	font-weight: 600;
	font-size: 15px;
	padding: 0 10px
}