/*****************************************
BODY STYLES
*****************************************/
* {
	margin: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #fff;
}
body p {
	font-size: 16px;
	line-height: 22px;
	color: #1a573e;
	font-family: 'Lato', sans-serif;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0px;
}
.push {
	height: 0px;
	clear: both;
}
.main {
	background: #fff;
}
.bg-left, .bg-right {
	position: absolute;
	top: 0;
	width: 332px;
	height: 1068px;
	z-index: -1;
}
.bg-left {
	left: -329px;
	background: url(../images/bg-left.png) no-repeat left top;
}
.bg-right {
	right: -329px;
	background: url(../images/bg-right.png) no-repeat left top;
}
/*****************************************
TYPOGRAPHY STYLES
*****************************************/
h1 {
	font-size: 14px;
	font-weight: 700;
	color: #1a573e;
}
h1.page-title {
	font-size: 24px;
}
h2 {
	font-size: 14px;
	font-weight: 700;
	color: #1a573e;
	margin-top: 0;
}

.underline {
	text-decoration: underline;
}

.title-red {
	color: #dd463d;
}

/*****************************************
LINKS AND HIGHLIGHT STYLES
*****************************************/
::-moz-selection {
	background: #00a7c7;
	color:#fff;
}
::selection {
	background: #00a7c7;
	color: #fff;
}
a:link, a:active, a:visited {
	color: #3a4353;
	text-decoration: none;
}
a:hover {
	color: #0d7bb4;
	text-decoration: none;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}
/*****************************************
BUTTON STYLES
*****************************************/
.btn-default {
	background: #c8c434 url(../images/btn-right.png) no-repeat right center;
	color: #09523f;
	border-radius: 0;
	border: none;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 55px 12px 10px;
	font-family: 'Lato', sans-serif;
}
.btn-default:hover {
	background: #c8c434 url(../images/btn-right.png) no-repeat right center;
	color:#fff;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}
.flag-btn, .open .dropdown-toggle.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background: #eff3f2;
	border:none;
}
/*****************************************
HEADER STYLES
*****************************************/
.header {
	margin-top: 110px;
	margin-bottom: 30px;
}
a.logo {
	width: 179px;
	height: 117px;
	display: block;
	margin: auto;
	position: absolute;
	top: 27px;
	left: 50%;
	margin-left: -89px;
}
.flag-btn {
	float: left;
}
ul.flags {
	float: left;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	border-right:1px solid #cccccc;
	padding-right: 20px;
	height: 39px;
}
ul.flags li {
	float: left;
	width: 21px;
	margin-right: 10px;
	margin-top: 15px;
}
ul.flags li a {
	display: block;
	width: 21px;
	height: 14px;
	background: url(../images/flags.png) no-repeat;
	text-indent: -9999px;
}
ul.flags li a.flag-e {
	background-position: left top;
}
ul.flags li a.flag-g {
	background-position: right top;
}
p.tagline {
	font-size: 12px;
	text-align: right;
	border-right:1px solid #cccccc;
	padding-right: 20px;
	margin-right: 132px;
	float: right;
	color: #1a573e;
	width: 340px;
	line-height: normal;
	margin-bottom: 0;
	height: 39px;
}
ul.social {
	float: right;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	border-left:1px solid #cccccc;
	padding-left: 20px;
	height: 39px;
}
ul.social li {
	float: left;
	width: 21px;
	margin-left: 10px;
	margin-top: 13px;
}
ul.social li a {
	display: block;
	width: 21px;
	height: 18px;
	background: url(../images/social.png) no-repeat;
	text-indent: -9999px;
}
ul.social li a.facebook {
	background-position: left top;
}
ul.social li a.twitter {
	background-position: right top;
}
#twitter {
	display: block;
	width: 21px;
	height: 18px;
	background: url(../images/social.png) no-repeat;
	text-indent: -9999px;
	background-position: right top;
}
p.phone {
	font-size: 32px;
	text-align: left;
	border-left:1px solid #cccccc;
	padding-left: 20px;
	margin-left: 132px;
	float: left;
	color: #0ca1a2;
	width: 340px;
	line-height: normal;
	margin-bottom: 0;
	font-weight: 300;
}
hr.rule {
	background: url(../images/horizontal-rule.jpg) repeat-y; left top;
	height: 5px;
	border:none;
	margin-bottom: 18px;
}
hr.rule-thin {
	background: url(../images/horizontal-rule.jpg) repeat-y; left top;
	height: 1px;
	border:none;
	margin-top: 6px;
}
hr.rule-thick {
	background: url(../images/horizontal-rule.jpg) repeat-y; left top;
	height: 3px;
	border:none;
	margin-top: 6px;
}
ul.flag-dropdown {
	min-width: 60px;
}
small.small {
	font-size: 12px;
	vertical-align: top;
}
.quoteL {
	width: 26px;
	height: 20px;
	margin-right: 10px;
}
.quoteR {
	width: 26px;
	height: 20px;
	margin-left: 10px;
}
p.quotation {
	position: relative;
	padding:20px 0;
}
/*****************************************
NAVIGATION STYLES
*****************************************/
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default {
	border:none;
	background: #fff;
	color: #09523f;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 700;
}
.navbar-default .navbar-nav > li > a {
	background: #fff url(../images/nav-divider.png) no-repeat left 50%;
	padding: 10px 15px 10px 30px;
	color: #1a573e;
}
.navbar-default .navbar-nav > li:first-child > a {
	background: none;
	padding-left: 0;
}
.navbar-form {
	margin-top: -4px;
	margin-bottom: 0;
}
.navbar-form input {
	background: #eef3f2;
	border: none!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #1a573e;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 45px;
	padding: 0;
	border-radius: 0;
	padding-right: 45px;
}
.form-control:focus {
	border:none;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.navbar-form .search-left {
	background: url(../images/search-left.png) no-repeat left top;
	padding-left: 20px;
}
.navbar-form button {
	background: url(../images/search-btn.png) no-repeat left top;
	display: block;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	text-transform: capitalize;
	border:none;
	border-radius: 0;
	position: absolute;
	top: -4px;
	right: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color:#fff;
}
.dropdown-menu {
	top: 95%;
}
.product-dropdown {
	border-radius: 0;
	padding: 0;
}
ul.product-dropdown li {
	border-top: solid 1px #147d58;
}
ul.product-dropdown li:first-child {
	border-top:none;
}
ul.product-dropdown li a {
	padding: 10px 5px;
	position: relative;
}
ul.product-dropdown li a span {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
}
ul.product-dropdown li.dd-jablophone a {
	color: #0370b3;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dd-jablophone > a {
	color: #0370b3;
}
ul.product-dropdown li.dd-thermotxt a {
	color:#dd463d;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dd-thermotxt > a {
	color: #dd463d;
}
ul.product-dropdown li.dd-envirotxt a {
	color: #8da617;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dd-envirotxt > a {
	color: #8da617;
}
ul.product-dropdown li.dd-powertxt a {
	color: #0b9d8a;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dd-powertxt > a {
	color: #0b9d8a;
}
/*****************************************
COLLAPSE MENU ON IPAD VIEW
*****************************************/
@media (max-width: 990px) {
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	} 
}
/*****************************************
HOMEPAGE STYLES
*****************************************/
.leaders {
	margin-top: 29px;
}
.why p {
	position: absolute;
	color:#fff;
	text-align: center;
	top: 78px;
	left: 50%;
	width: 195px;
	margin-left: -97px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	padding: 10px;
}
.why a {
	position: absolute;
	left: 50%;
	margin-left: -96px;
	top: 122px;
}
.leaders p {
	position: absolute;
	color:#fff;
	text-align: center;
	top: 25px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	padding: 10px;
	left: 50%;
    transform: translate(-50%, 0);
}
img.tekview-white {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -40px;
}
.leaders a {
	position: absolute;
	bottom: 9px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size:16px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.homepage-products {
	margin-top: 30px;
	margin-bottom: 30px;
}
.envirotext, .powertxt, .thermotxt, .jablophone {
	height: 142px;
	text-align: center;
	background: #eff3f2;
}
.envirotext a, .powertxt a, .thermotxt a, .jablophone a {
	font-size: 11px;
	font-weight: 700;
	font-size: 21px;
	padding-top: 42px;
}
.envirotext a, .powertxt a, .thermotxt a, .jablophone a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
.envirotext a {
	color: #0e9d8b;
}
.powertxt a {
	color: #8da519;
}
.thermotxt a {
	color: #df463e;
}
.jablophone a {
	color: #0370b3;
}
.new-software {
	background: #007a7f url(../images/software-bg.jpg) no-repeat right top;
	height: 142px;
	padding: 20px;
}
.new-software p {
	color:#fff;
	font-size: 14px;
	padding-left: 140px;
	line-height: 20px;
}
.new-software a {
	text-align: center;
}
p.software-title {
	font-size: 22px;
}
img.software-icon {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 81px;
	height: 81px;
}
.content-bg {
	background: url(../images/content-bg.jpg) no-repeat right top;
	padding: 20px 0px 0px 0px;
}
p.intro {
	font-size:24px;
	font-weight:700;
	line-height: 28px;
	margin: 20px 0;	
}
ul.homepage-contact {
	width: 100%;
	list-style: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul.homepage-contact li {
	float: left;
	padding-left: 25px;
}
ul.homepage-contact li:first-child {
	border-right: solid 1px #cccccc;
	padding-left: 0;
	padding-right: 25px;
}
ul.homepage-contact li p {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 0;
}
ul.homepage-contact li p span {
	font-size: 18px;
}
.homepage-form label {
	color: #1a573e;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.homepage-form input {
	border: solid 1px #acbfbb;
	border-radius: 0;
	height: 44px;
}
.homepage-form textarea {
	resize: none;
}
.homepage-form input:focus, .homepage-form textarea:focus {
	border: solid 1px #acbfbb;
}
.homepage-form button {
	margin-top: 10px;
	color: #fff;
	background: #2bb7d4 url(../images/btn-right2.png) no-repeat right center;
}
.homepage-form button:hover {
	background: #2bb7d4 url(../images/btn-right2.png) no-repeat right center;
	color: #09523f;
}
/*****************************************
SLIDER STYLES
*****************************************/
.bx-wrapper .bx-viewport {
	background: none!important;
	border: none!important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bx-wrapper {
	margin: 0 auto 0;
}
.bx-wrapper .bx-pager {
	top: 0;
	bottom: auto;
	left: auto;
	width: auto;
	right: 0;
	z-index: 9999;
	background: #fff;
	padding-top: 0;
	padding: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #09523f;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #2cb9da;
}
.slide-caption {
	height: 100%;
	width: 356px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 200px 20px 20px 20px;
	background: url(../images/slider-caption.png) repeat-x left bottom;
}
p.slide-title {;
	font-weight: 700;
	color: #fff;
}
.slide-caption p {
	font-size: 12px;
	color:#fff;
	line-height: 20px;
}
.hp-about a {
	font-weight: 700;
	text-decoration: underline;
	color: #30653d;
}
.hp-about a:hover {
	color: #0ca1a2;
}
/*****************************************
FOOTER STYLES
*****************************************/
.footer {
	background: url(../images/footer-bg.jpg) repeat-x left top;
	padding-top: 30px;
	margin-top: 30px;
}
.footer-bg-left, .footer-bg-right {
	position: absolute;
	bottom: 0px;
	width: 229px;
	height: 322px;
	z-index: -1;
}
.footer-bg-left {
	left: -229px;
	background: url(../images/footer-bg-left.png) no-repeat left top;
}
.footer-bg-right {
	right: -229px;
	background: url(../images/footer-bg-right.png) no-repeat left top;
}
.footer h4 {
	font-size: 11px;
	font-weight: 700;
	color: #1a573e;
}
.footer ul {
	list-style: none;
	margin-top: 20px;
}
.footer ul li {
	font-weight: 700;
	font-size: 16px;
	margin-top: 5px;
}
.footer ul li a {
	color: #30653d;
}
.footer ul li p {
	font-size: 11px;
}
.footer ul li p span {
	font-size: 16px;
	font-weight: 900;
}
.footer ul.social {
	float: left;
	border:none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.footer ul.social li {
	float: left;
	border:none;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}
.copyright {
	margin: 20px 0;
}
.copyright p {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}
/*****************************************
PRODUCT PAGE STYLES
*****************************************/
.product-header {
	padding-right: 0;
	padding-left: 0;
	margin-left: 15px;
}
.product-header-desc {
	background: #138178;
	width: 30.7%;
	padding: 40px;
}
.product-header-desc-thank {
	background: #138178;
	width: 70.7%;
	padding: 80px;
}

.product-header-desc-thank.thank-you {
	margin: auto;
	background: #eff3f2!important;
	text-align: center!important;
	color: #8da617!important;
}
.product-header-desc-thank.thank-you h1 {
	font-size: 42px;
}
.product-header-desc-thank.thank-you h2 {
	font-size: 20px;
	color: #8da617!important;
}

.product-header-desc.jablophone {
	background: #eff3f2!important;
	text-align: left!important;
	color: #0370b3!important;
}
.product-header-desc.jablophone p {
	color: #0370b3;
}
.product-header-desc.thermotxt {
	background: #eff3f2!important;
	text-align: left!important;
	color:#dd463d!important;
}
.product-header-desc.thermotxt p {
	color:#dd463d;
}
.product-header-desc.envirotxt {
	background: #eff3f2!important;
	text-align: left!important;
	color: #8da617!important;
}
.product-header-desc.envirotxt p {
	color: #8da617;
}
.product-header-desc.envirotxt p strong, .product-header-desc.powertxt p strong, .product-header-desc.jablophone p strong, .product-header-desc.thermotxt p strong {
	margin-bottom: -25px;
	display: block;
}
.product-header-desc.powertxt {
	background: #eff3f2!important;
	text-align: left!important;
	color: #0b9d8a!important;
}
.product-header-desc.powertxt p {
	color: #0b9d8a;
}
.product-header-desc p {
	margin-bottom: 0;
}
.product-logo {
	padding: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 270px;
	height: 211px;
	font-size: 30px;
	line-height: 170px;
}
.key-features {
	background: #eef3f2;
	padding: 20px;
	margin-bottom: 30px;
}
.key-features2 {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.key-features ul, .key-features2 ul {
	width: 100%;
	float: left;
	padding-left: 20px;
}
.key-features ul li, .key-features2 ul li {
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
}
.product-text {
	margin-top: 30px;
}
.product-text ul {
	width: 100%;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
.product-text ul li {
	padding: 5px 0;
	color: #1a573e;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
img.img-left {
	margin: 20px;
	float: left;
}
img.img-right {
	margin: 20px;
	float: right;
}
a.enquire {
	font-size:24px;
	padding: 9px 85px 12px 30px;
	background: #c8c434 url(../images/btn-right-big.png) no-repeat right 
}
a.enquire:hover {
	background: #c8c434 url(../images/btn-right-big.png) no-repeat right 
}
ul.product-cta {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 50px;
}
ul.product-cta li:first-child {
	padding-right: 30px;
	margin-left: 0;
}
ul.product-cta li {
	float: left;
	margin-left: 30px;
}
ul.product-cta li p {
	font-size: 14px;
	font-weight: 700;
}
ul.product-cta li p span {
	font-size: 24px;
}
ul.other-products {
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 10px;
}
ul.other-products li:first-child {
	border-top: solid 1px #147d58;
}
ul.other-products li {
	float: left;
	width: 100%;
	border-bottom: solid 1px #147d58;
}
ul.other-products li a {
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 22px;
	position: relative;
}
ul.other-products li.jablophonec a {
	color: #0370b3;
}
ul.other-products li.thermotxtc a {
	color:#dd463d;
}
ul.other-products li.envirotxtc a {
	color: #8da617;
}
ul.other-products li.powertxtc a {
	color: #0b9d8a;
}
ul.other-products li a span {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}
ul.other-products li a:hover {
	color:#2bb7d4;
}
.right-border {
	border-right: solid 1px #e4ecd9;
}
ul.product-tabs {
	width: 100%;
	float: left;
	list-style: none;
	margin: 30px 0;
}
ul.product-tabs li {
	float: left;
	width: 25%;
	border-left: 1px solid #fff;
}
ul.product-tabs li:first-child {
	border-left: none;
}
ul.product-tabs li a {
	display: block;
	color: #fff;
	padding:20px 10px;
	color:#1a573e;
	font-weight: bold;
	text-align: center;
}
ul.product-tabs li a:hover {
	opacity: 0.3;
}
ul.product-tabs li a.envirotext-tab {
	background: #eff3f2;
	color: #8da617;
}
ul.product-tabs li a.thermotxt-tab {
	background: #eff3f2;	
	color: #dd463d;
}
ul.product-tabs li a.powertxt-tab {
	background: #eff3f2;	
	color: #0b9d8a;
}
ul.product-tabs li a.jablophone-tab {
	background: #eff3f2;
	color: #0370b3;
}
/*****************************************
INTERNET EXPLORER
*****************************************/
.ie7 .wrapper, .ie7 .footer {
	display: none!important;
	visibility: hidden!important;
}
.ie7 body {
	background: #00a7c7;
}
.ie7box {
	margin: auto;
	width: 600px;
	padding: 20px;
	background: #fff;
	color: #000;
	margin-top: 20%;
	text-align: center;
}
.ie7box h1 {
	text-align: center;
	font-size: 28px;
	color: #3a4353;
	font-family: 'montserratregular';
}
.ie9 .form-group img.form-name, .ie8 .form-group img.form-name {
	top: 37px;
}
.ie9 .form-group img.form-phone, .ie8 .form-group img.form-phone {
	top: 36px;
}
.ie9 .form-group img.form-textarea {
	top: 35px;
}
.ie8 .form-group img.form-textarea {
	top: 55px;
}
.ie9 .footer form.contact-form label, .ie8 .footer form.contact-form label {
	display:block!important;
	visibility: visible!important;
}
.ie8 .header-parallax {
	background: url(../images/header-parallax.jpg) repeat center bottom fixed
}
/*****************************************
CONTACT PAGE STYLES
*****************************************/
.map {
	margin-bottom: 50px;
	height: 350px;	
}
#map_canvas {
	width: 100%;
	height: 350px;
	margin-top: 20px;
	float: left;
}
.info_content {
	font-family: 'Lato', sans-serif;
}
/*****************************************
SEARCH STYLES
*****************************************/
.tipue_search_content_title {
	font-size: 14px;
	font-weight: 700;
	color: #1a573e;	
}
.tipue_search_content_text {
	font-size: 16px;
	line-height: 22px;
	color: #1a573e;
	font-family: 'Lato', sans-serif;	
	padding-bottom: 10px;
	padding-top: 10px;
}
.tipue_search_content_loc {
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#tipue_search_results_count {
	font-size: 14px;
	font-weight: 700;
	color: #1a573e;	
	margin-bottom: 20px;
	text-transform: uppercase;
}
#tipue_search_foot_boxes {
	list-style: none;
	float: left;
}
#tipue_search_foot_boxes li {
	float: left;
	margin-right: 10px;
	padding: 10px;
	background: #8da617;
}
#tipue_search_foot_boxes li a {
	color: #fff;
}
#tipue_search_foot_boxes li.current {
	background: #eee;
}
/*****************************************
TERMS STYLES
*****************************************/
ul.bullet-list {
	list-style: circle!important;
	margin: 20px 0;
	font-family: 'Lato', sans-serif;
	color: #1a573e;
	font-size: 16px;
}
ul.bullet-list li {
	margin: 5px 0 5px 20px;
	list-style: circle!important;
}
/*****************************************
MISC STYLES
*****************************************/
.col-100 {
	width: 100%;
	float: left;
	position: relative;
}
.img-center {
	display: block;
	margin: auto;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
.img-responsive {
	width: 100%;
}
.clear {
	clear: both;
}
.float-L {
	float: left;
}
.float-R {
	float: right;
}
.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(86,61,124,.15);
	border: 1px solid rgba(86,61,124,.2);
}
ul, ol, li {
	margin-bottom: 0;
	padding: 0;
}
.no-m-b {
	margin-bottom: 0!important;
}
.no-m-t {
	margin-top: 0!important;
}

.product-header-desc .header-desc {
    font-size: 20px;
    margin-top: 60px;
    padding-left: 18px;
}
.font-color-red {
    color: #dd463d;
}
ul.product-dropdown li.dd-estateview a,
ul.other-products li.estateview a {
    color: #007a7f;
}
.homepage-products .new-software p.software-title {
    font-size: 26px;
}
.slide-bg{
	background: #007a7f url('../images/software-bg.jpg');
	background-size: cover;
	min-height: 500px;
	display: flex;
    align-items: center;
	position: relative;
}
.slide-bg img{
	position: absolute;
    right: 0;
}
.slide-bg img.right-20{
	right: 20em;
}
/*****************************************
MEDIA QUERIES
*****************************************/
/*****************************************
AFFECTS ALL COL-XS COLUMNS
*****************************************/
@media(max-width:767px) {	
	.header {
		margin-top: 110px;
	}
	p.phone {
		padding-left: 15px;
		margin-left: 0;
		border:none;
		position: absolute;
		bottom: -84px;
		z-index: 99;
		left: 0;
		font-size:26px;
		width: 242px;
	}
	.why p {
		top: 50px;
		padding: 0;
	}	
	.leaders a {
		bottom: auto;
		top: 125px;
	}
	a.logo {
		top: 10px;
	}
	hr.rule {
		margin-bottom: 8px;
	}
	.navbar-nav {
		margin: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.navbar-default .navbar-toggle {
		z-index: 9999;
	}
	.navbar-default .navbar-nav > li:first-child > a {
		padding-left: 0px;
	}
	.navbar-default .navbar-nav > li > a {
		background: none;
		padding: 0;
		margin: 0;
	}
	.navbar-default .navbar-nav > li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.homepage-products .col-xs-6 {
		margin-bottom: 30px;
	}
	.hp-about {
		margin-top: 20px;
	}
	ul.homepage-contact li {
		padding-left: 10px;
	}
	ul.homepage-contact li:first-child {
		padding-right: 10px;
	}
	.new-software p {
		padding-left: 120px;
	}
	p.software-title {
		margin-top: 36px;
	}
	img.software-icon {
		left: 20px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	ul.homepage-contact li p span {
		font-size: 15px;
	}
	.product-header {
		margin-left: 0!important;
		padding-left: 15px;
		padding-right: 15px;
	}
	ul.product-cta li:first-child {
		border:none;
		margin-bottom: 10px;
	}
	ul.product-tabs li {
		width: 50%;
	}
	p.slide-title {
		font-size: 42px!important;
		line-height: 42px!important;
	}	
	p.inner-page-contact {
		width: 100%;
	}		
	.product-header-desc {
		width: 100%;
	}
	.img-left {
		width: 100%;
		height: auto;
	}
	.img-right {
		width: 100%;
		height: auto;		
	}		
	img.img-right, img.img-left {
		margin: 20px 0;
	}
	ul.product-cta li {
		margin-left: 0;
	}
	.product-header-desc {
		height: auto;
		padding: 10px;
	}				
}
/*****************************************
AFFECTS ALL COL-SM COLUMNS
*****************************************/
@media(min-width:768px) {
	.header {
		margin-top: 80px;
	}
	p.phone {
		padding-left: 0;
		margin-left: 0;
		border:none;
		position: absolute;
		bottom: -87px;
		z-index: 99;
		left: -360px;
		width: auto;
	}
	a.logo {
		top: 10px;
	}
	hr.rule {
		margin-bottom: 8px;
	}
	.navbar-toggle {
		margin-right: 0;
	}	
	.navbar-nav {
		margin: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.navbar-default .navbar-toggle {
		z-index: 9999;
	}
	.navbar-default .navbar-nav > li:first-child > a {
		padding-left: 0px;
	}
	.navbar-default .navbar-nav > li > a {
		background: none;
		padding: 0;
		margin: 0;
	}
	.navbar-default .navbar-nav > li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.homepage-products .col-xs-6{
		margin-bottom: 30px;
	}
	.hp-about {
		margin-top: 20px;
	}
	ul.homepage-contact li {
		padding-left: 10px;
	}
	ul.homepage-contact li:first-child {
		padding-right: 10px;
	}
	.new-software p {
		padding-left: 120px;
	}
	img.software-icon {
		left: 20px;
	}
	.leaders {
		margin-top: 26px;
	}
	.why p {
		top: 40px;
		padding: 0;
	}
	.why a {
		top: 100px;
	}
	.leaders p {
		padding: 0 20px;
		top: 10px;
		font-size:24px;
	}
	.leaders a {
		bottom: 13px;
	}
	.slide-caption {
		padding-top: 20px;
	}
	p.software-title {
		margin-top: 23px;
	}
	p.software-title {
		margin-top: 44px;
	}
	.product-header-desc {
		min-height: 221px;
		height: 221px;
		width: 30.7%;
	}
	.product-header-desc p {
		font-size: 17px;
		line-height: 22px;
	}		
	ul.product-cta li:first-child {
		border:none;
	}
	ul.product-tabs li a {
		font-size: 18px;
	}	
	ul.product-tabs li {
		width: 25%;
	}
	p.slide-title {
		font-size: 38px!important;
		line-height: 38px!important;
	}
	.flag-btn {
		margin-top: 5px;
		float: left;
	}
	p.inner-page-contact {
		width: 405px;
	}
	.dropdown-menu {
		min-width: 100%;
		float: none;
		position: relative;
		border:none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.img-left {
		width: auto;
		height: auto;
	}
	.img-right {
		width: auto;
		height: auto;
	}
	img.img-right, img.img-left {
		margin: 20px 
	}	
	ul.product-cta li {
		margin-left: 0;
	}
	.envirotext, .powertxt, .thermotxt, .jablophone {
		height: 142px;
	}
	html, body {
		overflow-x:hidden;
	}											
}
/*****************************************
AFFECTS ALL COL-MD COLUMNS
*****************************************/
@media(min-width:992px) {
	.header {
		margin-top: 110px;
	}
	a.logo {
		top: 27px;
	}
	p.phone {
		border-left:1px solid #cccccc;
		padding-left: 20px;
		margin-left: 132px;
		position: relative;
		bottom:auto;
		left:auto;
		width: auto;
	}	
	hr.rule {
		margin-bottom: 8px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.navbar-default .navbar-nav > li > a {
		background: #fff url(../images/nav-divider.png) no-repeat left 50%;
		padding: 10px 30px 10px 45px;
	}
	.homepage-products .col-xs-6 {
		margin-bottom: 0px;
	}
	.hp-about {
		margin-top: 0px;
	}
	ul.homepage-contact li {
		padding-left: 10px;
	}
	ul.homepage-contact li:first-child {
		padding-right: 10px;
	}
	ul.homepage-contact li p span {
		font-size: 12px;
	}
	.new-software p {
		padding-left: 120px;
		margin-top: -4px;
	}
	p.software-title {
		margin-top: 35px;
	}
	img.software-icon {
		left: 20px;
	}				
	p.phone {
		width: 240px;
		font-size: 25px;
		margin-top: 4px;
	}
	p.tagline {
		width: 285px;
	}
	.why p {
		top: 68px;
		padding: 10px;
	}
	.why a {
		top: 138px;
	}
	.leaders p {
		top: 30px;
	}
	img.tekview-white {
		top: 80px;
	}
	.leaders a {
		bottom: 25px;
	}
	.slide-caption {
		padding-top: 100px;
	}
	.content-bg {
		padding: 10px 0 0 0;
	}
	.product-header-desc {
		min-height: 286px;
		height: 286px;
		width: 30.7%;
	}
	.product-header-desc p {
		font-size: 23px;
		line-height: 32px;
	}
	ul.product-cta li:first-child {
		border-right: 1px solid #138178;
	}
	ul.product-tabs li a {
		font-size: 20px;
	}	
	ul.product-tabs li {
		width: 25%;
	}
	p.slide-title {
		font-size: 42px!important;
		line-height: 42px!important;
	}
	.navbar-form {
		margin-top: 16px;
		margin-bottom: 0;
	}
	.navbar-form button {
		top: 16px;
	}
	.flag-btn {
		margin-top: 6px;
		float: left;
	}
	p.inner-page-contact {
		width: 283px;
	}													
	.dropdown-menu {
		min-width: 226px;
		float: left;
		position: absolute;
		border:1px solid #ccc;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);		
	}
	.img-left {
		width: auto;
		height: auto;
	}
	.img-right {
		width: auto;
		height: auto;
	}	
	img.img-right, img.img-left {
		margin: 20px 
	}
	ul.product-cta li {
		margin-left: 30px;
	}
	.envirotext, .powertxt, .thermotxt, .jablophone {
		height: 142px;
	}	
	.navbar-nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
	html, body {
		overflow-x:hidden;
	}						
}
/*****************************************
AFFECTS ALL COL-LG COLUMNS
*****************************************/
@media(min-width:1200px) {
	.header {
		margin-top: 110px;
	}
	a.logo {
		top: 27px;
	}
	p.phone {
		border-left:1px solid #cccccc;
		padding-left: 20px;
		margin-left: 132px;
		position: relative;
		bottom:auto;
		left:auto;
		width: auto;
	}	
	.navbar-form {
		margin-top: 16px;
	}
	hr.rule {
		margin-bottom: 8px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.navbar-form button {
		top: 16px;
	}
	.navbar-default .navbar-nav > li > a {
		background: #fff url(../images/nav-divider.png) no-repeat left 50%;
		padding: 10px 35px 10px 35px;
	}
	.homepage-products .col-xs-6 {
		margin-bottom: 0px;
	}
	.hp-about {
		margin-top: 0px;
	}
	.hp-about a {
		margin-bottom: 0px;
	}
	ul.homepage-contact li {
		padding-left: 23px;
	}
	ul.homepage-contact li:first-child {
		padding-right: 23px;
	}
	ul.homepage-contact li p span {
		font-size: 14px;
	}
	.new-software p {
		padding-left: 0;
		margin-top: 4px;
	}
	p.software-title {
		margin-top: 36px;
	}
	img.software-icon {
		left: 40px;
	}				
	p.phone {
		width: 340px;
		font-size: 32px;
		margin-top: 0px;
	}
	p.tagline {
		width: 340px;
	}
	.why p {
		top: 78px;
		padding: 10px;
	}
	.why a {
		top: 162px;
	}
	.leaders p {
		top: 39px;
	}
	img.tekview-white {
		top: 100px;
	}
	.leaders a {
		bottom: 39px;
	}
	.slide-caption {
		padding: 150px 20px 20px 20px;
	}
	.content-bg {
		padding: 20px 0px 0px 0px;
	}	
	ul.homepage-contact {
		margin-top: 15px;
	}
	.product-header-desc {
		height: 345px;
		width: 30.7%;
		min-height: 345px;
	}	
	.product-header-desc p {
		font-size: 28px;
		line-height: 36px;
	}	
	ul.product-cta li:first-child {
		border-right: 1px solid #138178;
	}
	ul.product-tabs li a {
		font-size: 20px;
	}
	ul.product-tabs li {
		width: 33.33%;
	}	
	p.slide-title {
		font-size: 42px!important;
		line-height: 42px!important;
	}
	.navbar-form {
		margin-top: 16px;
		margin-bottom: 0;
	}
	.navbar-form button {
		top: 16px;
	}	
	.flag-btn {
		margin-top: 6px;
		float: left;
	}	
	p.inner-page-contact {
		width: 520px;
	}	
	.dropdown-menu {
		min-width: 286px;
		float: left;
		position: absolute;
		border:1px solid #ccc;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);		
	}		
	.img-left {
		width: auto;
		height: auto;
	}
	.img-right {
		width: auto;
		height: auto;
	}			
	img.img-right, img.img-left {
		margin: 20px 
	}	
	ul.product-cta li {
		margin-left: 30px;
	}
	.envirotext, .powertxt, .thermotxt, .jablophone {
		height: 142px;
	}		
	.navbar-nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}	
	html, body {
		overflow-x:hidden;
	}					
}