/* 
WEB COLORS

light
01EAD1

light2
01E0C8

light3
00A2AB

medium
00838F

dark
005662

fnc
D5D8DB

*/

/* ORDER BOX */

body
{
	font-size: 1.7em;
}

.order-product-box
{
	float:left;
	margin:0px;
	padding:5px;
}

.pricetag
{
	border: 1px solid silver;
	margin-bottom: 15px;
	padding: 0px;
}

.pricetag-footer
{
	height: 5px;
}

.pricetag-lic
{
	font-weight: bold;
	padding: 15px;	
}

pricetag-small,
pricetag-site
{
	display:;
}

.btn-lic
{
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	border-bottom: 3px solid silver;
}

.btn-buynow
{
	width: 125px;
}

.pricetag-name
{
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
}

.pricetag-name-link
{
	color: black;
}

.pricetag-price
{
	padding: 15px;
	font-weight: bold;
	font-size: 26px;
	width: 100%;
}

.pricetag-button
{
/*-	text-align: right;	*/
}

.pricetag-button input,
.pricetag-button a
{
	border: none;
	color: white;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.pricetag-band
{
	border: none;
	color: white;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	width: 100px;
}

.pricetag-column-auto
{
	float:left;
	width:75px;
	text-align:left;
	clear: left;
}

.pricetag-column-25
{
	float:left;
	width:25%;
	text-align:center;
}

.pricetag-column-33
{
	float:left;
	width:33.33%;
	text-align:center;
}

.pricetag-column-50
{
	float:left;
	width:50%;
	text-align:center;
}

.pricetag-column-100
{
	float:left;
	width:100%;
	text-align:center;
}

.pricetag-desc
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.25;
}

.pricetag-box
{
	min-height: 200px;	
}

.clear
{
	height: 0px;
	padding: 0px;
	margin: 0px;

}

.pricetag-hidden
{
	visibility: hidden;
}

.bg-percent
{
	background-color: red;
}

/* */

/* BANNER CONTENT */

.jumbotron2
{
	max-height: 500px;
	overflow: hidden;
}

.jumbotron2 .webgreen
{
  color: #00838f;
}

.jumbotron2 .silver
{
  color: #BCC6CC;
}

.carousel-caption
{
  text-shadow: none!important;
}

.carousel-caption h1
{
  color: black!important;
}

.carousel-caption h2
{
  font-weight: bold;
}

.lang-link
{
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}

.bg-webcore {
/*  background-color: #95A3A8;*/
/*  background-color: #ECEFF6;*/
/*  background-color: #D0D0D0;*/
/*  background-color: #FAFEFF;*/
  background-color: #FFFFFF;
}

.bg-webgreen {
  background-color: #00838f;
}

.font-webgreen {
  color: #00838f;
}

.font-blue {
  color: #56b8ff;
}

.font-black {
  color: #000000;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-silver {
  background-color: #CBD3D8;
}

.bg-black {
  background-color: #00A7EF;
}

.bg-darker {
  background-color: #E0E0E0;
}

.bg-fnc {
  background-color: #D8DCDF;
}

.bg-biz {
  background-color: #56b8ff;
}

.bg-biz-dark {
/*  background-color: #5292C8;*/
  background-color: #5293C9;
}

.banner-caption h2
{
	font-weight: bold;
	font-size: 1.4em;
}

.banner-caption h1
{
	font-weight: normal;
	font-size: 3.5em;
}

.banner-caption .webgreen
{
  color: #00838f;
}

.banner-caption .silver
{
  color: #BCC6CC;
}

.banner-caption .blue-light
{
  color: #56b8ff;
}

.btn-webgreen {
  background-color: transparent;
  border-color: #00838f;
  color: #00838f;
}

.btn-webgreen:hover,
.btn-webgreen:focus,
.btn-webgreen:active:focus {
  color: #ffffff;
  border-color: #00838f;
  background: #00838f;
}


.btn-blue-light {
  background-color: transparent;
  border-color: #56b8ff;
  color: #56b8ff;
}

.btn-blue-light:hover,
.btn-blue-light:focus,
.btn-blue-light:active:focus {
  color: #ffffff;
  border-color: #56b8ff;
  background: #56b8ff;
}

.btn-silver {
  background-color: transparent;
  border-color: #D5D8DB;
  color: gray;
}

.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active:focus {
  color: #ffffff;
  border-color: #D5D8DB;
  background: #D5D8DB;
}

.tms-btn-middot-webgreen,
.tms-btn-middot-silver,
.tms-btn-middot-white, 
.tms-btn-middot-biz, 
.tms-btn-middot-blue-light,
.tms-btn-middot-blue,
.tms-btn-middot-red, 
.tms-btn-middot-black 
{
  display: inline-block;
  position: relative;
  bottom: 6px;
  width: 12px;
  height: 12px;
  border-radius: 8px;
}

.tms-btn-middot-biz {
  background: #56b8ff;
}

.tms-btn-middot-blue {
  background: #56b8ff;
}

.tms-btn-middot-blue-light {
  background: #56b8ff;
}

.tms-btn-middot-black {
  background: #56b8ff;
}

.tms-btn-middot-red {
  background: #f44336;
}

.tms-btn-middot-webgreen {
  background: #00838f;
}

.tms-btn-middot-silver {
  background: #BCC6CC;
}

.tms-btn-middot-white {
  background: #FFFFFF;
}

.text-white {
  color: white!important;
}

.text-web {
  color: #00838f;
}

.text-red {
  color: #f44336!important;
}

.text-bizblue {
  color: #56b8ff!important;
/*  color: #7DBEF9!important;  */
}

.text-blue-light {
  color: #56b8ff!important;
}

.text-gray {
  color: #808080!important;
}

.text-tmsblue {
  color: #41A1E0!important;
}

.text-black {
  color: #41A1E0!important;
}

.text-dark {
  color: #000000!important;
}


.btn-white
{
  color: white;
  border-color: white;
}

.btn-white:hover
{
  color: black;
  background-color: white;
  border-color: white;
}

.btn-red
{
  color: #f6695e;
  border-color: #f6695e;
}

.btn-red:hover
{
  color: white;
  background-color: #f6695e;
  border-color: #f6695e;
}

.banner-small
{
	display: none!important;
}

.banner-full
{
	display: inline!important;
}

@media only screen and (max-width: 1400px) {

	.carousel-leftcenter
	{
	/*	top: 35%; */
	}
}

@media only screen and (max-width: 1200px) {

	.responsiveclear
	{
		clear: left;
		padding: 0;
		margin: 0;
		margin-right: 0;
		padding-right: 0;
	}
}


@media only screen and (max-width: 767px) {

	.banner-small
	{
		display: inline!important;
		padding: 10px!important;
		margin: 0!important;
	}

	.banner-full
	{
		display: none!important;
	}

	.carousel-leftcenter
	{
	  top: -15px; 
	}

	.carousel-inner
	{
		min-height: 250px;
	}

	.carousel-inner .item img
	{
		padding-top: 10%;
		width: 100%;
	}

	.banner-caption h2
	{
	  font-weight: bold;
	  font-size: 1.1em;
	}

	.banner-caption h1
	{
		font-weight: normal;
		font-size: 2.15em;
	}

	.tms-btn-middot-webgreen,
	.tms-btn-middot-silver,
	.tms-btn-middot-white, 
	.tms-btn-middot-biz, 
	.tms-btn-middot-blue-light,
	.tms-btn-middot-blue,
	.tms-btn-middot-red, 
	.tms-btn-middot-black
	{
		bottom: 5px;
		width: 10px;
		height: 10px;
	}

	.img-container
	{
		overflow: hidden;
		height: 216px;
		width: 100%;
		padding: 0px;
	}

	.img-banner
	{
		height: 216px;
		width: 1500px;
		margin-left: -50%;
	}
}

/* */

/* HEADER BAR */
.nav-utilities h3
{
	display: inline-block;
    margin-left: 8px;
	margin-top: 8px;
	font-size: 20px;
}

/* */

/* NAVBAR */

.nav-main .navbar-nav {
/*	margin-left: -200px; */
/*	margin-right: 128px; */
	margin-right: 0px; 
}

/* */


/* PAGE CONTENT */
.bg-weblight
{
	background-color: #00838f;
}

.band
{
	padding: 40px;
}

.band img
{
	max-width: 90%;
}

/* */


/* FEATURE BAND */
div.feature
{
	text-align: center;
	max-width: 300px;
	min-height: 350px;
	padding-top: 56px;
	padding-bottom: 25px;
    margin: 0 auto;
}

div.feature a
{
	color: #000000!important;
}

div.feature img
{
	width: 150px;
	padding-bottom: 15px;
}

div.feature span
{
/*	border: 1px solid black;*/
}

div.feature:hover
{
	background-color: #f6f6f6;
	border-bottom: 2px solid #D4D4D4;
	color: #000000!important;
}

/* */


/* FEATURE BLOCKS */

.block
{
	padding-bottom: 15px;
}

.block h3 img,
.block h2 img
{
	width: 48px;
	padding-right: 15px;
}

.block h3,
.block h2
{
	color: gray;
}

.block i
{
	margin-right: 15px;
	top: -3px;
}

/* */

/* FEATURE BAND */
div.feature-box
{
/*	text-align: center;*/
	max-width: 250px;
	min-height: 350px;
	padding-top: 56px;
	padding-bottom: 25px;
	padding-left: 10px;
    margin: 0 auto;
	border: 5px solid #00838f;
}

div.feature-box a
{
	color: #000000!important;
}

div.feature-box img
{
	width: 150px;
	padding-bottom: 15px;
}

div.feature-box span
{
/*	border: 1px solid black;*/
}

div.feature-box:hover
{
	background-color: #FDFDFD;
	color: #000000!important;
}

/* */


/* DEMO PANELS */


.panel-body h4
{
	color: inherit!important;
}


.panel-body
{
	color: black!important;
}

.panel-body:hover
{
	color: #00838f!important;
}

.panel-body-webgreen:hover
{
	color: #00838f!important;
}

.panel-body-blue-light:hover
{
	color: #56b8ff!important;
}

.panel-body-silver:hover
{
	color: gray!important;
}

.panel-demo:hover
{
	color: #00838f!important;
}

/* VIDEOS */


.yt h3
{
	cursor: pointer;
}

.yt .active h3
{
/*	color: #00838F; */
}

.yt h3:hover
{
	color: black; 
}

.yt .active h3 i
{
	background-color: gray;
}

#vs
{
	max-width: 640px;
	max-height: 360px;
	min-width: 100%;
	min-height: 100%;
}

.yt-title:hover
{
	color: black;
}

/* */


/* FAQ */

.faq-img
{
	width: 48px;	
	padding: 5px;
}

.faq-item
{
	border-bottom: 2px solid #EEEEEE;
	padding-bottom: 15px;
}

.faq-title, .yt-title
{
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: gray;
}

.faq-title:hover
{
	color: black;
}

i.black
{
	background-color: gray;
}

.faq-title i
{
	top: 0px;
	margin-right: 15px;
}

.faq-data
{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* */

/* ORDER BOX */

.pricebox-disc
{				
	text-align: left;
	padding: 0;
	padding-top: 15px;
	float: left;
	width: 120px;
}

.pricebox-price
{
	text-align: left;
	padding-left: 0;
	float: left;
	padding: 0;
	padding-top: 5px;
	width: 120px;
}

.pricebox-unavail
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	font-size: 12px;	
	line-height: 1.25;
}

.pricebox-desc
{
	padding: 0;
	padding-left: 0;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	font-weight: normal!important;
}

.pricebox-bundledesc
{
	padding: 0;
	padding-left: 0;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
}

.pricebox-percent
{
	float: left;
	padding-bottom: 10px;
}

.pricebox-btn
{
	text-align: right;
	padding-right: 0;
}

.pricetag-hr
{	
	border: 0px;
	height:1px;
	background-color:#C0C0C0;
	padding:0;
	margin:0;
}

.img-discount
{
	height: 54px;
}

.pricebox-total
{
	text-decoration: line-through;
}


.pricebox-bottom
{
	position: absolute;
	bottom: 15px;
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
	padding-right: 30px;
}

.pricebox-bottom .pricetag-button
{
	float: right;
	padding: 0;
	margin: 0;
}

.pricebox-bottom .pricetag-button
{
	text-align: right;
	padding: 0;
	margin: 0;
}

.pricebox-desc
{
	max-height: 75px;
	overflow: hidden;
	margin: 15px;
}

/* */
