


@font-face {
    font-family: Eurostile-Bold;
    src: url(../fonts/EurostileLTStd-Demi.otf); 
}

@font-face {
    font-family: Eurostile-Regular;
    src: url(../fonts/EurostileLTStd.otf); 
} 



html body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	background-color: #ddd;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	color: #666;
}

p {
	margin: 0px;
	padding: 0px;
}

.button {
	background-color: #00ade4;
	text-decoration: none;
	color: #fff;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 28px;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 12px;
}

.button:hover {
	background-color: #0A91CB;
	color: #fff;
}





#container {
	max-width: 1400px;
    width:expression(document.body.clientWidth < 740 ? "728px" : "100%" ); /* hack to imitate min-width in IE Win */
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#logos {
	height: 100px;
	float: left;
	width: 270px; 
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}



#topbar {
	float: left;
	width: 84%;
	height: 120px;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 20px;
	background-color: #fff;
}

#banner {
	width: 84%;
	float: left;
	height: auto;
	background-color: #033559;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 52px;
	padding-bottom: 52px;
	background-image: url(../images/banner-background.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 90% top;
}

#banner h1 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
    font-family: Eurostile-Regular, 'Lato', sans-serif;
	font-size: 46px;
	line-height: 54px;
	letter-spacing: 1px;
}


#product {
	width: 84%;
	float: left;
	height: auto;
	background-color: #fff;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 60px;
	padding-bottom: 60px;
}

#product-text  {
	width: 55%;
	float: left;
}

#product h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
    font-family: Eurostile-Regular, 'Lato', sans-serif;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

#product h2 a {
	color: #00ade4;
	text-decoration: none;
}

#product p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0px;
}

#product-button  {
	width: 40%;
	float: left;
	text-align: right;
}

#product-button a {
	background-color: #00ade4;
	text-decoration: none;
	color: #fff;
	padding: 16px 40px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 28px;
	margin-left: 8px;
	margin-right: 8px;
}

#product-button a.download {
	background-color: #033559;
}


#product-button a.download:hover {
	background-color: #0d5382;
}

#product-button a:hover {
	background-color: #0A91CB;
}


input[type=submit] {
	background-color: #00ADE4;
	text-decoration: none;
	color: #fff;
	padding: 12px 32px;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 0px none;
	border-radius: 28px;
	margin-right: 12px;
}

#content > form > input[type=submit] {
	margin-bottom: 20px;
}

input[type="text"] ~ input[type="submit"] {
	margin-left: 12px;
}

input[type=submit]:hover {
	background-color: #0A91CB;
}

div.formbox {
	border-color: #CCC;
	border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #CCC;
}




#nav, #nav ul
{
	/* all lists in navbar*/
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav
{
	z-index: 1;
	height: 100px;
	width: auto;
	float: right;
	
}

#topbar>#nav { /* be nice to Opera */
	right: 0px;
}

html>body #nav { /* be nice to Opera */
	height: 100px;
}



#nav ul.nav {
	min-width: 510px;
	float: right;
	height:35px;
}

html>body #nav ul.nav { /* be nice to Opera */
	height: 100px;
}



#nav li
{
	/* all list items in navigation menu */
	display: block;
	float: left;
	clear: right;
	height:35px;
}







html > body > div#container > div#topbar > div#nav > ul.nav > li#sales_menu > a {
	color: #00ade4;
	border: #00ade4 solid 2px;
	line-height: 32px;
	padding-top: 0px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 42px;
	margin-left: 12px;
}

html > body > div#container > div#topbar > div#nav > ul.nav > li#sales_menu > ul {
	margin-top: 32px;
}

html > body > div#container > div#topbar > div#nav > ul.nav > li#sales_menu > a:hover {
	color: #fff;
	background-color: #00ade4;
}

html > body > div#container > div#topbar > div#nav > ul.nav > li#downloads_menu > a {
	color: #033559;
	border: #033559 solid 2px;
	line-height: 32px;
	padding-top: 0px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 42px;
	margin-left: 16px;
}

html > body > div#container > div#topbar > div#nav > ul.nav > li#downloads_menu > ul {
	margin-top: 32px;
}


html > body > div#container > div#topbar > div#nav > ul.nav > li#downloads_menu > a:hover {
	color: #fff;
	background-color: #033559;
}


#nav a
{
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 10px 12px 0px 12px;
	line-height: 100px;
	color: #777;
	font-weight: 400;
}

#nav a:hover {
	color: #00ade4;
}




#nav li ul
{
	/* second-level lists */
	position: absolute;
	display: none;
	z-index: 999;
	left: 0;
	width: 100%;
}

#nav li ul li {
	float: none;
	width: 25%;
	text-align:left;
	height: auto;
	float: left;
}



#nav li ul li a {
	line-height: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 400;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 32px;
}




#nav li ul li a:hover {
 text-decoration: none;
 background-color: #00ade4;
 color: #fff;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
	display: block;
}


#breadcrumbs {
	background-color: #033559;
	float: left;
	width: 52%;
	padding-left: 8%;
	padding-right: 40%;
	color: #fff;
	padding-top: 28px;
	padding-bottom: 28px;
	font-weight: 400;
	font-size: 15px;
	background-image: url(../images/banner-background.png);
	background-repeat: no-repeat;
	background-size: auto 290%;
	background-position: 90% top;
}

#breadcrumbs a {
	color: #fff;
}

#mainpage2 {
}

#mainpage {
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #fff;
	float: left;
}

#content
{
	voice-family: "\"}\""; /* hide it from everyone else */
	voice-family: inherit;
	width: 54%;
	float: left;
	padding-left: 8%;
}

#content ul {
	margin-top: 0px;
	margin-bottom: 32px;
}


#content p {
	padding-bottom: 16px;
}


#content h2 {
	font-weight: normal;
    font-family: Eurostile-Regular, 'Lato', sans-serif;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	color: #00ade4;
}

#content h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
    font-family: Eurostile-Regular, 'Lato', sans-serif;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 40px;
	color: #033559;
}

#content #featured h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
    font-family: Eurostile-Regular, 'Lato', sans-serif;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	padding-bottom: 18px;
}

#content h3 a {
	color: #033559;
	text-decoration: none;
}

#featured {
	width: 40%;
	float: left;
	margin-bottom: 60px;
	font-size: 15px;
	padding-right: 10%;
	line-height: 22px;
}

 

#grey-panel {
	background-color: #f4f4f4;
	width: 100%;
	height: auto;
	float: left;
	padding-top: 80px;
	padding-bottom: 60px;
}

#white-panel {
	background-color: #fff;
	width: 100%;
	height: auto;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
}



a { 
	color: #00ade4;
	text-decoration: none;
}

a:hover { 
	text-decoration: none;
	color: #00ade4;
}

	
#rightcolumn {
	width: 27%;
	float: right;
	margin-right: 8%;
}


#news h2 {
	font-size: 20px;
	background-color: #777;
    font-family: Eurostile-Regular, 'Lato', sans-serif;
	color: #fff;
	font-weight: normal;
	line-height: 56px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 84%;
	margin-top: -26px;
	padding-top: 8px;
	padding-left: 8%;
	padding-right: 8%;
}

#news h2 a {
	background-color: #555;
	font-size: 12px;
	color: #fff;
	padding: 8px 18px;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	border-radius: 18px;
	float: right;
	line-height: 18px;
	margin-top: 8px;
}

#news ul {
	padding: 32px 8% 20px;
	list-style: none;
	float: left;
	background-color: #fff;
	width: 84%;
	margin: 0px;
}

#news ul li {
	color: #f00;
	font-size: 17px;
	padding-bottom: 16px;
	line-height: 22px;
	font-weight: 400;
}

#news ul li a {
	color: #666;
}

#news ul li a:hover {
	color: #00ade4;
}

#news ul li .date {
	font-weight: 300;
	font-size: 16px;
	color: #666;
}



#sectionbox {
	background-color: #f4f4f4;
	float: right;
	width: 80%;
}

#sectionbox h2 {
	font-size: 20px;
	background-color: #777;
    font-family: Eurostile-Regular, 'Lato', sans-serif;
	color: #fff;
	font-weight: normal;
	line-height: 56px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 84%;
	padding-top: 8px;
	padding-left: 8%;
	padding-right: 8%;
}

#sectionbox ul {
	padding: 24px 6% 24px;
	list-style: none;
	float: left;
	width: 88%;
	margin: 0px;
}

#sectionbox ul li {
	font-size: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 16px;
	float: left;
	width: 100%;
	font-weight: 400;
}

#sectionbox ul li a {
	padding: 14px 8%;
	width: 84%;
	float: left;
	border-radius: 24px;
	color: #666;
}

#sectionbox ul li a:hover {
	background-color: #00ade4;
	color: #fff;
}


#sectionbox ul li a:current {
	background-color: #00ade4;
	color: #fff;
}





.spacer
{
	clear: both;
}

#social-bar {
	background-color: #033559;
	padding-left: 8%;
	padding-right: 8%;
	float: left;
	width: 84%;
	color: #fff;
	font-weight: 400;
	line-height: 60px;
	padding-top: 20px;
}

#social-bar a {
	color: #fff;
}


#social-bar a:hover {
	color: #00ade4;
}

#social-icon {
	width: 40px; 
	height: 40px; 
	float: right; 
	margin-top: 10px;
}

.twitter {
	background-image: url(../images/twitter.svg);
	background-size: 80% 80%;
	background-repeat: no-repeat;
	background-position: center center; 
}

.facebook {
	background-image: url(../images/facebook.svg);
	background-size: 80% 80%;
	background-repeat: no-repeat;
	background-position: center center;
}

.linkedin {
	background-image: url(../images/LinkedIn.svg);
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer
{
	height: 100px;
	color: #fff;
	background-color: #033559;
	float: left;
	width: 84%;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 2%;
	font-size: 14px;
}

#footer a {
	color: #fff;
}



html > body > div#container > div#topbar > div#nav > ul.nav > li > ul > div {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -42px;
	padding-top: 32px;
}

html > body > div#container > div#topbar > div#nav > ul.nav > li > ul > div > div {
	width: 92%;
	float: left;
	background-color: #f4f4f4;
	padding: 25px 4%;
}

#content > #screenshot {
	width: 33%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}


#content > #screenshot > a > img {
	height: 150px;
}





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

#nav a
{
	font-size: 12px;
	padding: 10px 6px 0px 6px;
}



}


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

#mainpage {
	margin-bottom: 40px;
}

}


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

#topbar {
	padding-left: 8%;
	padding-right: 4%;
	width: 88%;
}

#banner h1 {
	font-size: 40px;
	line-height: 48px;
}

#product-button  {
	width: 45%;
}

#nav a
{
	font-size: 12px;
}


#content > #screenshot {
	width: 50%;
}


html > body > div#container > div#topbar > div#nav > ul.nav > li#sales_menu > a {
	color: #00ade4;
	border: none;
	line-height: 32px;
	padding-top: 0px;
	border-radius: 18px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 44px;
	margin-left: 8px;
}

html > body > div#container > div#topbar > div#nav > ul.nav > li#downloads_menu > a {
	color: #033559;
	border: none;
	line-height: 32px;
	padding-top: 0px;
	border-radius: 18px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 44px;
	margin-left: 12px;
}




}







@media only screen and (max-width: 935px) {
#container {
}

#banner {
	background-size: auto 100%;
	background-position: 95% top;
}

#banner h1 {
	font-size: 30px;
	line-height: 40px;
}

#breadcrumbs {
	background-size: auto 200%;
	background-position: 95% top;
}


#product {
}

#product-text  {
	width: 100%;
}

#product h2 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 16px;
}

#product p {
	font-size: 16px;
	line-height: 24px;
}

#product-button  {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: -16px;
}

#product-button a {
	padding: 12px 32px;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 12px;
}

#mainpage {
	margin-bottom: 0px;
}


#content {
	width: 84%;
}

#rightcolumn {
	width: 100%;
	float: left;
}

#sectionbox {
	float: left;
	width: 100%;
	margin-top: 60px;
}

#sectionbox ul li a {
	padding: 14px 4%;
	width: 92%;
}

#white-panel {
	padding-bottom: 0px;
}

#grey-panel {
	padding-bottom: 0px;
}


#nav {
	display: none;
}

}

@media only screen and (max-width: 935px) {
#image-table {
}

#image-caption {
        margin-top: 20px;
}

#image-image {
        margin-bottom: 20px;
}

#image-image img {
        width: 100%;
}

#image-click {
	display: none;

}

}

@media only screen and (min-width: 936px) {
#image-table {
        width: 100%;
}

#image-platform {
        display: inline-block;
        width: 32%;
        vertical-align: top;
}

#image-caption {
}

#image-image {
}

#image-click {
	margin-bottom: 20px;
}

}


@media only screen and (max-width: 700px) {
#banner {
	background-image: none;
}
}





@media only screen and (max-width: 480px) {
#breadcrumbs {
	width: 76%;
	padding-left: 8%;
	padding-right: 16%;
	background-image:none;
}

#content > #screenshot {
	width: 100%;
	text-align: center;
	float: left;
}


#content > #screenshot > a > img {
	height: auto;
	width: 90%;
}

#logos {
	background-size: auto 85%;
	margin-top: 5px;
}

#banner {
	background-image: none;
}

#featured {
	width: 100%;
}

#product-button a {
	padding: 16px 0px;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

#sectionbox {
}

#sectionbox ul li a {
	padding: 14px 6%;
	width: 88%;
}

#social-bar {
	line-height: 26px;
	font-size: 16px;
	padding-top: 8%;
	padding-bottom: 8%;
	text-align: center;
}

#social-icon {
	display: none;
}

#footer {
	font-size: 15px;
	text-align: center;
}

}
