

.callbox
{
    margin: 1.0rem 0 1.0rem 0;
}

.callbox p
{
    margin: 0;
    font-family: 'Flexo-BoldIt', sans-serif;
    font-size: 1.8rem;
    color: #005d82;
}

.callbox img
{
    max-height: 60px;
    margin-right: 0.5rem;
}

#intro-div
{
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 1.0rem;
    background-image: url('../../img/intro-bg.jpg');
    background-repeat: no-repeat;
    background-color: #2e9bc1;
    background-position: center bottom;
    min-height: 270px;
  	max-height: 311px;
    border-bottom: 1px solid #004882;
}

#intro-div .row {position: relative;}

#intro-div .logo
{
  margin-top: 0.5rem;
}

#intro-div h1
{
		color: #ffffff;
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  	padding-bottom: 0.7rem;
}

#intro-div .intro-text
{
		font-family: 'Flexo-BoldIt', sans-serif;
    font-size: 1.4rem;
  	line-height: 1.6rem;
  	color: #ffffff;
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#intro-div .badge
{
		margin-top: 3.5rem;
}

#intro-div .languages
{
  	position: absolute;
  	top: -5px;
  	right: 10px;
}

#intro-div .languages img
{
  	margin-left: 5px;
}


#products-div
{
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 2.0rem 0 0.5rem 0;
    background-image: url('../../img/intro-bg-bottom.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center top;
}

.product-box
{
  	overflow: hidden;
  	max-width: 470px;
  	text-align: center;
  	border: 1px solid #8bb2bb;
  	padding-bottom: 1.0rem;
  	margin: 0 auto 2.0rem auto;
		-webkit-border-radius: 12px;
  	-moz-border-radius: 12px;
  	border-radius: 12px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
		box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
  	background-image: url('../../img/product-box-bg.png');
    background-repeat: repeat-x;
  	background-position: bottom;
}

.product-box h3
{
  	margin-top: 1.0rem;
}

.product-box p
{
  margin: 0 1.5rem 0.5rem 1.5rem;
}

#contact-div
{
    padding-top: 1.0rem;
}

#contact-form-div
{
    padding-bottom: 1.5rem;
}

#contact-form-div textarea
{
    height: 16rem;
}

#contact-div .icon
{
    max-height: 70px;
}

#signup-form-div
{
    padding-bottom: 1.5rem;
}

form .terms
{
    margin: 1.0rem 0 0 0;
    font-size: 0.8rem;
    color: #777777;
    line-height: 1.0rem;
}

#prices-div
{
    padding-bottom: 1.0rem;
}

#prices-div .icon
{
    max-height: 70px;
}

#prices-div .price
{
    margin: 1.0rem 0;
    font-family: 'Ahkio-Light', sans-serif;
    font-size: 2.5rem;
    color: #005d82;
}

#prices-div .pricebox
{
    margin-bottom: 1.5rem;
}

#prices-div .pricebox h3
{
    margin: 0.5rem 0 0.5rem 0;
}

#prices-div .pricebox .info
{
    margin: 0;
}

#prices-div .infobox
{
    padding-top: 1.0rem;
    background: #eefaff;
    border-bottom: 1px solid #93c4d8;
}

#features-div
{
    padding-bottom: 0.8rem;
}

#features-div img
{
    border: 5px solid #ffffff;
}

#features-div .tabs-container
{
}


#support-div
{
    padding-top: 1.0rem;
}

#support-div .columns
{
    margin-bottom: 2.0rem;
    border-bottom: 1px solid #93c4d8;
}

#terms-div h4
{
    font-size: 1.0rem;
}

#terms-div h5
{
    font-size: 0.8rem;
}

#terms-div p
{
    font-size: 0.8rem;
}
