/*Tool-tips (aka hints)*/
#dhtmltooltip
{
	position: absolute;
	width: 150px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=120);
}
.container_index H1
{
	font-size: 55px !important;
	margin-bottom: 10px;
	margin-top: 40px;
}
.index-banner
{
	/*background: url(../img/banner2.jpg) right center / cover no-repeat;*/
	height: 500px;
	font-size: 45px;
	line-height: 120%;
	color: #FFF;
	background: #425A81;
	background: url(../img/banner3.jpg) right center / cover no-repeat;
}
.index-banner .text
{
	max-width: 953px;
}
.index-banner B
{
	/*display: block;*/
	font-size: 50px;
}
.SaaS-bg
{
	background: #425A81;
	/*background: linear-gradient(-180deg, rgba(58, 91, 125, 1) 0%, rgba(58, 75, 120, 1) 100%);*/
	padding: 80px 0;
	margin-top: 20px;
}
.SaaS-bg H2
{
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 50px;
}
.SaaS-bg H3
{
	text-align: center;
	color: #FFF;
	font-weight: 400;
	font-size: 33px;
}
.text-index
{
	font-size: 21px;
	color: #5C6D9B;
	margin-bottom: 50px;
}
.index-ask-btn
{
	text-decoration: none;
	font-size: 25px;
	/*border: 2px solid #CCD;*/
	border-radius: 20px;
	font-weight: 600;
	box-shadow: 0 0 5px #B2B2CF;
	padding: 20px 30px;
	text-align: center;
}
.index-ask-btn .img
{
	width: 80px;
	display: inline-block;
	margin-bottom: 10px;
}
.bottom_index_text
{
	padding: 120px 0;
	font-size: 23px;
	text-align: center;
	background: url(../img/bg-miss2.jpg) center / cover no-repeat;
	color: #4C5F91;
}
.bottom_index_text H2
{
	font-size: 60px;
	/*color: #FFF;*/
	margin-bottom: 30px;
}
.bottom_index_text P
{
	font-size: 35px;
}
.logo_line
{
	text-align: center;
	padding: 100px 0 80px;
	/*background: #F6F6F6;*/
	box-shadow: 0 0 20px #8A8A8A;
}
.logo_line H2
{
	font-size: 35px;
}
.logo_line H3
{
	font-size: 20px;
	/*font-family: 'Bebas Neue', cursive;*/
	margin-bottom: 35px;
	font-weight: 400;
}
.logo_line .img
{
	/*height: 100%;*/
	line-height: 43px;
	max-width: 251px;
	vertical-align: middle;
	margin: 5px 15px;
}
.logo_line .img IMG
{
	display: inline-block;
	max-height: 43px;
}
.news_line
{
	margin: 80px 0;
}
.news_line H2
{
	font-size: 35px;
	text-align: center;
}
.news_line H3
{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.articles_line
{
	padding: 80px 0 80px;
	background: rgba(243, 243, 243, 0.961);
	/*background: #F6F6F6;*/
	/*box-shadow: 0 0 20px #8A8A8A;*/
}
.articles_line H2
{
	font-size: 35px;
	text-align: center;
}
.articles_line H3
{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.blog_line
{
	padding: 60px 0 60px;
	/*background: rgba(243, 243, 243, 0.961);*/
	/*background: #F6F6F6;*/
	/*box-shadow: 0 0 20px #8A8A8A;*/
}
.blog_line H2
{
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
}
.blog_line H3
{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.subscribe_line
{
	padding: 80px 0;
	background: rgba(151, 157, 169, 0.444);
	/*background: #F6F6F6;*/
	/*color: #FFF;*/
	text-align: center;
	/*box-shadow: 0 0 20px #8A8A8A;*/
}
.subscribe_line .lead
{
	font-size: 30px;
	font-weight: 600;
	color: #3A4B78;
}
.subscribe_line .form-inline
{
	/*display: inline-block;*/
	/*width: auto;*/
	/*text-align: center;*/
}
.products_categories_list
{
	background: rgba(243, 243, 243, 0.961);
}
.video_line
{
	padding: 60px 0 60px;
	background: rgba(243, 243, 243, 0.961);
	/*background: #F6F6F6;*/
	/*box-shadow: 0 0 20px #8A8A8A;*/
}
.video_line H2
{
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
}
.video_line IFRAME
{
	width: 100%;
}
/*.index_logos LI P
{
}*/
.index_logos LI SPAN
{
	display: block;
	padding: 7px 10px;
	vertical-align: middle;
	height: 109px;
	line-height: 96px;
}
.index_logos .nopict
{
	height: 97px;
	line-height: 80px;
}
.index_logos IMG
{
	max-width: 154px;
	max-height: 80px;
	vertical-align: middle;
	display: inline-block;
}
/*redefine bootstrap*/
.carousel-caption
{
	bottom: 53px;
}
.promo-carousel
{
}
@media (max-width: 575px)
{
	.index-banner
	{
		height: 180px;
		font-size: 20px;
	}
	.index-banner B
	{
		/*display: block;*/
		font-size: 23px;
	}
	.index-banner .text
	{
		max-width: 301px;
	}
	.container_index H1
	{
		font-size: 23px !important;
		margin-top: 0;
	}
	.text-index
	{
		font-size: 14px;
		margin-bottom: 0;
	}
	.SaaS-bg
	{
	}
	.SaaS-bg H2
	{
		font-size: 30px;
	}
	.SaaS-bg H3
	{
		font-size: 16px;
	}
	.bottom_index_text H2
	{
		font-size: 30px;
	}
	.bottom_index_text
	{
		font-size: 12px !important;
		padding: 70px 0;
	}
}
@media (min-width: 576px) and (max-width: 767px)
{
	.index-banner
	{
		height: 180px;
		font-size: 20px;
	}
	.index-banner B
	{
		/*display: block;*/
		font-size: 23px;
	}
	.index-banner .text
	{
		max-width: 301px;
	}
	.container_index H1
	{
		font-size: 23px !important;
		margin-top: 0;
	}
	.text-index
	{
		font-size: 14px;
		margin-bottom: 0;
	}
	.SaaS-bg H2
	{
		font-size: 30px;
	}
	.SaaS-bg H3
	{
		font-size: 16px;
	}
	.bottom_index_text H2
	{
		font-size: 30px;
	}
	.bottom_index_text
	{
		font-size: 14px;
		padding: 70px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.index-banner
	{
		height: 200px;
		font-size: 20px;
	}
	.index-banner B
	{
		/*display: block;*/
		font-size: 23px;
	}
	.index-banner .text
	{
		max-width: 301px;
	}
	.container_index H1
	{
		font-size: 28px !important;
		margin-top: 0;
	}
	.text-index
	{
		font-size: 15px;
		margin-bottom: 0;
	}
	.SaaS-bg H2
	{
		font-size: 35px;
	}
	.SaaS-bg H3
	{
		font-size: 18px;
	}
	.bottom_index_text H2
	{
		font-size: 35px;
	}
	.bottom_index_text
	{
		font-size: 15px;
		padding: 70px 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.index-banner
	{
		height: 280px;
		font-size: 30px;
	}
	.index-banner B
	{
		/*display: block;*/
		font-size: 35px;
	}
	.index-banner .text
	{
		max-width: 367px;
	}
	.container_index H1
	{
		font-size: 30px !important;
		margin-top: 0;
	}
	.text-index
	{
		font-size: 15px;
		margin-bottom: 0;
	}
	.SaaS-bg H2
	{
		font-size: 35px;
	}
	.SaaS-bg H3
	{
		font-size: 18px;
	}
	.bottom_index_text H2
	{
		font-size: 40px;
	}
	.bottom_index_text
	{
		font-size: 16px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px)
{
	.index-banner
	{
		height: 350px;
		font-size: 40px;
	}
	.index-banner B
	{
		/*display: block;*/
		font-size: 45px;
	}
	.index-banner .text
	{
		max-width: 480px;
	}
	.container_index H1
	{
		font-size: 35px !important;
	}
	.text-index
	{
		font-size: 18px;
	}
	.SaaS-bg H2
	{
		font-size: 40px;
	}
	.SaaS-bg H3
	{
		font-size: 20px;
	}
	.bottom_index_text H2
	{
		font-size: 45px;
	}
	.bottom_index_text
	{
		font-size: 17px;
	}
}
@media (min-width: 1400px) and (max-width: 1599px)
{
	.index-banner
	{
		height: 450px;
	}
	.container_index H1
	{
		font-size: 45px !important;
	}
	.SaaS-bg H2
	{
		font-size: 45px;
	}
	.SaaS-bg H3
	{
		font-size: 25px;
	}
	.bottom_index_text H2
	{
		font-size: 50px;
	}
	.bottom_index_text
	{
		font-size: 18px;
	}
}
@media (min-width: 1600px)
{
}
