/* Reset */
/* Handled by reset.css from https://github.com/murtaugh/HTML5-Reset */

/* GENERAL */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
::-moz-selection {
  color: #fff;
  background: #ce2027;
  background: rgba(206,32,39,0.85);
}
::selection {
  color: #fff;
  background: #ce2027;
  background: rgba(206,32,39,0.85);
}

*,html,body {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;

}
html {
	background: #F6F6F6;
	overflow-x: hidden;
	color: #666;
	font-size: 15px;
	font-weight: 300;
}
input {
	font-family: inherit;
}

:focus {outline:none;}

/* FONTS */

h1{
    font-size: 60px;
    font-weight: 300;
    line-height: 80px;
    margin-bottom: 10px;
}
.contentPage h1{
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 10px;
}
.trustedSince h1,
.puttingTrust h1,
.contentPage .putingTrust h1 {
	font-size: 40px;
	line-height: 50px;
	margin: 0;
	font-weight: 400;
}
h2 {
	font-size: 36px;
    font-weight: 300;
    line-height: 40px;
}
.contentPage h2 {
	font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}
.contentPage .introText h2 {
	font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0px;
	
}
h3 {
	font-size: 24px;
    font-weight: 300;
}

h3.fontResponsive {
	font-size: 20px;
	font-weight: 600;
}

@media all and (max-width: 1160px) {
	h3.fontResponsive {
		font-size: 18px;
	}
}

@media all and (max-width: 980px) {
	h3.fontResponsive {
		font-size: 16px;
	}
}

@media all and (max-width: 600px) {
	h3.fontResponsive {
		font-size: 15px;
	}
}

h4 {
	font-size: 18px;
    font-weight: 600;
    color: #ce2027;
    margin-bottom: 12px;
}

.fontRegular {
	font-weight: 400;
}

p {
	margin:0 0 10px 0;
	color: #666;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
}

.header-margin {
	margin: 20px 0;
}

.logo {
    width: 240px;
	height: 120px;
	background: url('../images.v2/bg-logo.png') no-repeat;
	background-position: -60px -80px;
	background-size: 300px 200px;
	position: absolute;
	top: 0;
    left: 0;
    z-index: 10000;
}

@media all and (max-width: 1160px) {
	.logo {
		background-size: 246px 164px;
	}
}

@media all and (max-width: 980px) {
	.logo {
		width: 100%;
		height: 80px;
		background: #fff;
		z-index: -100;
	}
}

@media all and (max-width: 600px) {
	.logo {
		height: 60px;
	}
}

.logo__img {
	width: 160px;
	margin: 10px 20px;
	transition: all 0.2s ease-in-out;
}

@media all and (max-width: 1160px) {
	.logo__img {
		width: 110px;
		margin: 8px 16px;
	}
}

@media all and (max-width: 980px) {
	.logo__img {
		width: 160px;
		margin: 10px 20px;
	}
}

@media all and (max-width: 600px) {
	.logo__img {
		width: 120px;
		margin: 8px 16px;
	}
}

.paymentProcessing .usp li,
.FAQ .mainText li,
.mainText .span8 li  {
	color: #666;
	line-height: 28px;
	font-weight: 400;
	font-size: 14px;
	list-style: disc;
	margin-left: 20px;
}
.paymentProcessing .usp li {
	list-style: none;
	margin-left: 0px;

}
.paymentProcessing .usp,
.FAQ .mainText ul,
.mainText .span6 ul  {
	margin-bottom: 14px;
}
intro {
	margin:0 0 20px 0;
	color: #666;
	line-height: 28px;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
}

.FAQ intro,
.welcomeToVerotel intro,
.merchantAgreement intro,
.contactUs intro,
.integration intro,
.productChoice intro,
.paymentProcessing intro,
.priceChart intro {
	margin-top: 20px;
	line-height: 30px;
	font-weight: 400;
	font-size: 18px;
}
p.largerP{
	margin:14px 0 24px 0;
	color: #666;
	line-height: 28px;
	font-weight: 400;
	font-size: 16px;
}
.textBlock ol, 
.textBlock ul {
	margin:0 0 14px 0;
	color: #666;
	line-height: 28px;
	font-weight: 400;
	font-size: 14px;
	padding-left: 20px;
	list-style: disc;
}
.textBlock ol {
	list-style: decimal;
}

/* LINKS */

a {
	color: #868686;
}
a:visited,
a:active {
	outline: none;
}
p a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.clear{
	clear:both;
}

/* GRID */

.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row   {
	width: 100%;
	overflow: hidden;
}
.row [class*="span"] /* wildcard, used to detect all elements within .row starting with 'span' */ { 
	float: left;
}

.row.no-overflow {
	overflow: visible;
}

.centered.row {
	width: 1150px;
	margin: 0 auto;
	clear: both;
}
.span1 {
	width: 8.333333%;
}
.span2{
	width: 16.66666%;
}
.span3{
	width: 25%;
}
.span4{
	width: 33.333333%;
}
.span5{
	width: 41.666666%;
}
.span6{
	width: 50%;
}
.span7{
	width: 58.33333%;
}
.span8{
	width: 66.66666%;
}
.span9{
	width: 75%;
}
.span10{
	width: 83.33333%;
}
.span11{
	width: 91.666666%;
}
.span12{
	width: 100%;
}

/* GRID WITH PADDING */

.row.padding [class*="span"] {
	padding: 10px;
}
.row .noFloat,
.row [class*="span"].noFloat,
.row.noFloat [class*="span"] {
	margin: 0 auto !important;
	float: none;
	clear: both;
}
.row [class*="span"].text-center {
	text-align: center;
}
/* GRID WITH MARGIN */

.row.margin [class*="span"] {
	margin: 1%;
}
.margin .span1 {
	width: 6.333333%;
}
.margin .span2{
	width: 14.66666%;
}
.margin .span3{
	width: 23%;
}
.margin .span4{
	width: 31.333333%;
}
.margin .span5{
	width: 39.666666%;
}
.margin .span6{
	width: 48%;
}
.margin .span7{
	width: 56.33333%;
}
.margin .span8{
	width: 64.66666%;
}
.margin .span9{
	width: 73%;
}
.margin .span10{
	width: 81.33333%;
}
.margin .span11{
	width: 89.666666%;
}
.margin .span12{
	width: 98%;
}


.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}
.fontWhite p,
.fontWhite,
.fontWhite h1,
.fontWhite span {
	color: #FFF !important; 
}
.fontRed a,
.fontRed p,
.fontRed,
p.fontRed  {
	color: #ce2027 !important;
}

.fontBlue a,
.fontBlue p,
.fontBlue,
p.fontBlue  {
	color: #00afef !important;
}

.fontBlueDark a,
.fontBlueDark p,
.fontBlueDark ,
p.fontBlueDark  {
	color: #34437A !important;
}

.fontGray {
	color: #666;
}

.contentPage p a {
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.includingCheck {
	background: url('../images.v2/check.png') no-repeat 57% 0px;
	background-size: 25px;
	line-height: 50px;
}
.trustedSince .includingCheck {
	background: url('../images.v2/check.png') no-repeat 33% 0px;
	background-size: 25px;
	line-height: 50px;
}

.darkOverlay {
	position: fixed;
	width: 100%;
	height: 0;
	left: 0;
	top: 140px;
	background: rgba(0,0,0,0.4);
	z-index: 0;
}
.darkOverlay.active {
	height: 100%;
}

/* MAIN */

.mainHeader .languageMenu.menuItem {
	float: left;
	cursor: pointer;
	margin: 0 0 0 10px;
	padding: 0px 10px 5px;
	color: #FFF;
}
.mainHeader a.account {
	float: left;
}
.mainHeader a.account i {
	color: #FFF;
	font-size: 18px;
	float: left;
	display: inline;
	line-height: 70px;
}
.mainHeader .btnSmall{
	background: #666;
	color: #b4b4b4;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.mainHeader .languageMenu.menuItem.dropDown li{
    line-height: 30px;
    float: right;
}

.mainHeader .languageMenu.menuItem.dropDown a{
	line-height: 24px !important;
	padding:  5px 20px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
}

.mainHeader .languageMenu.menuItem.dropDown ul {
	position: absolute;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	width: 100%;
	left: 0;
	padding: 10px 10px 10px 30px;
	top: -100px;
}

.mainHeader .languageMenu.menuItem.dropDown:hover ul {
	top: 80px;
}
.mainHeader {
	background: rgba(0,0,0,0.3);
	height: 80px;
    z-index: 1000;
    position: absolute;
    top: 0;
    width: 100%;
}

.mainHeader--alt {
	background: none;
}

.conditions .mainHeader,
.becomeAPartner .mainHeader,
.tradeMarks .mainHeader,
.merchantAgreement .mainHeader,
.productChoice .mainHeader {
	position: relative;
	background: rgba(0,0,0,0.8);
}

.mainHeader .margin p[class*="span"]{
	margin:  0 1% !important;
}
.mainHeader .logo {
	/* max-width: 187px; */
	/* height: auto; */
}

.mainHeader .menu {
	float: right;
}
.mainHeader .menu.socialMenu {
	left: 232px;
    position: absolute;
}

@media all and (max-width: 1280px) {
	.mainHeader .menu.socialMenu {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.mainHeader .menu.socialMenu {
		display: unset;
	}
}

.mainHeader .menu {
	z-index: 10000;
}

.mainHeader .menu .menuItem {
	float: left;
	cursor: pointer;
	line-height: 80px;
}
.mainHeader .menu .menuItem.active a {
	font-weight: 700;
}
.mainHeader .menu .cta {
	float: left;
	position: relative;
	cursor: pointer;
	margin-top: 30px;
	text-transform: uppercase;
}
.mainHeader .menu .menuItem > a{
	padding:  5px 20px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
}

@media all and (max-width: 1280px) {
	.mainHeader .menu .menuItem > a{
		padding:  5px 15px 5px;
	}
}

.mainHeader .menu.socialMenu .menuItem > a{
	padding:  5px 10px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	opacity: 0.7;
}

.mainHeader .menu.socialMenu .menuItem > a:hover{
	opacity: 1;
}
.subMenuList  {
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 !important;
	display: inline-block;
	background: #FFF;
}
.subMenuList li{
	border-bottom: 1px solid #EFEFEF;
	float: left;
	width: 100%;
}

.subMenuList li.last{
	border-bottom: 0
}
.subMenuList li a {
	text-decoration: none;
	padding:  15px 15px;
	float: left;
	width: 100%;
	line-height: 24px;
}

.subMenuList .active a{
	background: #EFEFEF;
}

.page__heading {
	margin-top: 75px;
}

.block {
	width: 100%;
	min-height: 400px;
}

.block--small {
	min-height: unset;
}

.block--main {
	padding: 40px 0;
}

.block--padding {
	padding: 80px 0;
}

.block--padding-bottom {
	padding: 0 0 80px;
}

.block--blue {
	background: #00afef;
}

.block--gradient {
	background: rgb(0,175,239);
	background: linear-gradient(180deg, rgba(0,175,239,1) 0%, rgba(52,67,122,1) 100%);
}

.banner {
	height: 30vw;
	max-height: 570px;
	background-image: url(../images.v2/platformbilling_banner.png);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	overflow-x: hidden;
	margin: 0 auto -9px;
}

@media all and (max-width: 1940px) {
	.banner {
		background-size: cover;
	}
}


.banner::before {
	content: "";
	display: inline-block;
	width: 100vw;
	height: 100%;
	background: #FD9696;
	position: absolute;
	top: 0;
	left: -50%;
	z-index: -1;
}

.banner::after {
	content: "";
	display: inline-block;
	width: 100vw;
	height: 100%;
	background: #C1C1EB;
	position: absolute;
	top: 0;
	right: -50%;
	z-index: -1;
}

.banner__info {
	max-width: 1940px;
	position: relative;
	margin: 0 auto;
}

.banner__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 140px;
	margin-top: -120px;
	padding: 0 20px 30px;
}

@media all and (max-width: 1940px) {
	.banner__grid {
		margin-top: -6vw;
	}
}

@media all and (max-width: 1280px) {
	.banner__grid {
		grid-gap: 80px;
		padding: 0 20px 40px;
	}
}

@media all and (max-width: 980px) {
	.banner__grid {
		grid-gap: 60px;
		margin-top: -6.5vw;
		padding: 0 20px 30px;
	}
}

@media all and (max-width: 600px) {
	.banner__grid {
		grid-gap: 40px;
		margin-top: -8vw;
		padding: 0 10px 20px;
	}
}

@media all and (max-width: 420px) {
	.banner__grid {
		grid-gap: 20px;
		margin-top: -9vw;
		padding: 0 4% 20px;
	}
}

.row__content {
	display: flex;
	flex-direction: column;
	width: 60%;
	margin: 0 auto;
}

@media all and (max-width: 1940px) {
	.row__content {
		min-width: 18vw;
	}
}

@media all and (max-width: 1280px) {
	.row__content {
		width: 70%;
	}
}

@media all and (max-width: 980px) {
	.row__content {
		width: 90%;
	}
}

@media all and (max-width: 600px) {
	.row__content {
		width: 100%;
	}
}

.row__platform {
	display: flex;
	align-items: center;
	max-width: 300px;
	height: 80px;
	margin: 0 0 80px;
}

@media all and (max-width: 1940px) {
	.row__platform {
		height: 50px;
		margin: 0 0 5vw;
	}
}

@media all and (max-width: 1280px) {
	.row__platform {
		width: 85%;
		max-width: unset;
		margin: 0 0 5vw;
	}
}

@media all and (max-width: 980px) {
	.row__platform {
		width: 80%;
		height: 36px;
		margin: 0 auto 40px;
	}
}

@media all and (max-width: 600px) {
	.row__platform {
		width: 90%;
		margin: 0 auto 20px;
	}
}

@media all and (max-width: 420px) {
	.row__platform {
		width: 80%;
		margin: 0 auto 20px;
	}
}

.row__platform--text {
	justify-content: center;
	width: 100%;
}

@media all and (max-width: 1280px) {
	.row__platform--text {
		justify-content: unset;
	}
}

@media all and (max-width: 600px) {
	.row__platform--text {
		justify-content: center;
	}
}

.platform__text {
	font-size: 54px;
	line-height: 1.3;
	white-space: nowrap;
}

@media all and (max-width: 1280px) {
	.platform__text {
		font-size: 36px;
		line-height: 1.6;
	}
}

@media all and (max-width: 1160px) {
	.platform__text {
		font-size: 34px;
		line-height: 1.5;
	}
}

@media all and (max-width: 980px) {
	.platform__text {
		font-size: 24px;
		line-height: 1.3;
	}
}

@media all and (max-width: 600px) {
	.platform__text {
		font-size: 22px;
		line-height: 1.2;
	}
}

@media all and (max-width: 420px) {
	.platform__text {
		font-size: 14px;
	}
}

.usp__list {
	display: inline-block;
	color: #00afef;
	list-style-type: disc;
	margin-right: -80px;
	padding-left: 12px;
}

@media all and (max-width: 1160px) {
	.usp__list {
		margin-right: -40px;
	}
}

@media all and (max-width: 980px) {
	.usp__list {
		margin-right: -20px;
		padding-left: 10px;
	}
}

@media all and (max-width: 600px) {
	.usp__list {
		margin-right: 0;
	}
}

.usp {
	line-height: 1.6;
	margin-bottom: 20px;
}

@media all and (max-width: 1280px) {
	.usp {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 980px) {
	.usp {
		line-height: 1.4;
	}
}

.intro__text {
	font-size: 40px;
	font-weight: lighter;
	line-height: 1.4;
	color: #fff;
	margin: 60px 0;
}

.intro__text--alt {
	margin-bottom: 0;
}

.intro__text--small {
	font-size: 32px;
	line-height: 1.6;
}

.video-container {
    position: relative;
    overflow: hidden;
	padding-top: 56.25%;
}

.video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.flex-container {
	display: flex;
	flex-direction: column;
}

.list {
	margin: 40px 0;
}

.list--nomargin {
	margin: 0;
}

.list__item {
	line-height: 2;
	position: relative;
	padding-left: 40px;
}

.list__item::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('../images.v2/check.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.android__button {
	display:inline-block;
	overflow:hidden;
	width:135px;
	height:40px;
}

/* MAINIMAGE */

.matryoshka {
	width: 360px;
}

.image {
	width: 400px;
}

.image--small {
	width: 240px;
}

.image--large {
	width: 100%;
}

video#bgvid { 
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    top: -100%;
    z-index: -1;
}

.mainImage {
	position: relative;
	height: 600px;
	width:  100%;
	overflow: hidden;
	background-size: cover;
}
.mainImage h1,
.intro h1 {
	margin-top: 190px;
	font-size: 50px;
	line-height: 50px;
	color: #FFF;
	font-weight: 300;
}

@media all and (max-width: 980px) {
    .mainImage h1 {
        margin-top: 140px;
    }
}

.dropShadow {
	text-shadow: 0px 0px 15px rgba(0,0,0,1);
}

.mainImage .btn {
	margin: 30px auto;
	display: block;
	width: 240px;
}

.puttingTrust {
    background: #F6F6F6;
    position: relative;
}

@media all and (max-width: 980px) {
    .puttingTrust {
        padding-top: 90px;
    }
}

.puttingTrust h1 {
	font-size: 40px;
	line-height: 80px;
	margin: 0;
	font-weight: 300;
}

.action-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background: #00afef;
	text-align: center;
	text-decoration: none;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;
    position: absolute;
    top: -100px;
    right: 100px;
    padding: 20px;
}

@media all and (max-width: 1160px) {
    .action-item {
        width: 160px;
        height: 160px;
        top: -80px;
        right: 50px;
        padding: 10px;        
    }
}

@media all and (max-width: 980px) {
    .action-item {
        right: calc(50vw - 90px);
    }
}


.action__text {
    font-size: 32px;
    font-weight: lighter;
    line-height: 1.4;
}

@media all and (max-width: 1160px) {
    .action__text {
        font-size: 24px;
    }
}

/* BREADCRUMBS */

.breadCrumbs {
	display: none;
}

.breadCrumbs ul{
	font-size: 11px;
	width: 100%;
	font-weight: 600;
	float: left;
	text-transform: uppercase;		
}

.breadCrumbs ul li{
	float: left;
}
.breadCrumbs ul li,
.breadCrumbs ul li a,
.breadCrumbs ul li span{
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;

}
.breadCrumbs ul li.currentPage span {
	color: #ce2027;
}
.breadCrumbs ul li span,
.breadCrumbs ul li a {
	margin: 0 5px;
}
.breadCrumbs ul li i {
	margin: 0 0 0 10px;
}

/* MAINTEXT */

.mainTypes,
.mainText {
	background-color: #FFF;
	padding: 40px 0;
}
.comparisonChart  {
	padding: 40px 0;
}

.mainText:nth-child(2n+1) {
	background-color: #FAFAFA;
}

.mainText .columns p {
	-webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  	-webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -moz-column-fill: balance;
           column-fill: balance;

}

.jobOffer .mainText ul,
.jobOffer .mainText ul li {
float:left;
list-style-type:none;
margin:0;
padding:0;
color: #1C1C1C;
line-height: 28px;
font-weight: 400;
font-size: 15px;
width: 100%;
}
.jobOffer .mainText ul {
margin-bottom: 14px;
}
.jobOffer .mainText ul li {
list-style-type: disc;
margin: 0 0 0 14px;
}

.jobOffer .mainText p {
font-size: 15px;
line-height: 28px;
width:100%;
float:left;
margin-bottom:6px;
}
.mainText .USPS {
	background: #F6F6F6;
	border: 1px solid #e5e5e5;
	padding: 20px !important;
	border-radius: 5px;
}
.mainText + .mainText .span4.USPS {
	background: #FFF;
}

ul.USP {
	color: #000;
}

.priceChart ul.USP {
	color: #666;
}

ul.USP i {
	background: #00afef;
	color: #FFF;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	position: absolute;
	left: 5px;
	top: -3px;
	font-size: 18px;
	border-radius: 100%;
}

ul.USP li {
	position: relative;
	padding-left: 45px;
	float: left;
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: 400;
	font-size: 14px;
}
.paymentLogos {
	width:  600px;
	height: auto;
}


/* HISTORY */

#triggerAnimation {
	position: absolute;
	top:  -350px;
}
.companyHistory .line{
	position: absolute;
	height:  10px;
	top: 244px;
	width: 0px;
	left:  150px;
	background: #FFF;
	-webkit-transition: all 0.8s ease-in;
	   -moz-transition: all 0.8s ease-in;
	   -ms-transition: all 0.8s ease-in;
	   -o-transition: all 0.8s ease-in;
	   transition: all 0.8s ease-in;
}
.companyHistory.active .line{
	width:  850px;
}
.companyHistory .span12 {
	position: relative;
}
.companyHistory h2 {
	margin-top:  40px;
}
.companyHistory {
	background: #333;
	background-size: 1440px;
	height:  500px;
	position: relative;
}

.companyHistory .decade{
	position: absolute;
	width: 60px;
	height:  60px;
	top: 220px;
	text-align: center;
	line-height: 60px;
	font-weight: 600;
	color: #666;
	background: #FFF;
	border-radius: 100%;
}

.companyHistory .decade.year2000{
	left:  200px;
} 
.companyHistory .decade.year2010{
	right: 350px;
}

.companyHistory .year{
	position: absolute;
	width: 150px;
	text-align: center;
	line-height: 19px;
	font-weight: 400;
	font-size: 13px;
	color: #999;
	padding:  10px;
	background: #FFF;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
	   -ms-transition: all .4s ease-in;
	   -o-transition: all .4s ease-in;
	   transition: all .4s ease-in;
}
.companyHistory.active .year {
	opacity: 1;
}


.companyHistory .year .digit{
	position: absolute;
	width: 40px;
	height:  40px;
	bottom: -60px;
	left:  50%;
	margin-left:  -20px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	background: #ce2027;
	color: #FFF;
	border-radius: 100%;
	border: 5px solid #FFF;
}
.companyHistory .year.infoBottom .digit{
	bottom: auto;
	top:  -60px;
}
.companyHistory .year.year1998{
	left:  70px;
	bottom: -98px;
	-webkit-transition-delay: 0.6s; /* Safari */
	    transition-delay:  0.6s;
}
.companyHistory .year.year2005{
	left:  400px;
	top: auto;
	bottom: -98px;
	-webkit-transition-delay: 0.9s; /* Safari */
	    transition-delay:  0.9s;
}
.companyHistory .year.year2011{
	right:  230px;
	top: 114px;
	-webkit-transition-delay: 1.2s; /* Safari */
	    transition-delay:  1.2s;
}
.companyHistory .year.year2012{
	right:  170px;
	top: auto;
	bottom: -273px;
	-webkit-transition-delay: 1.5s; /* Safari */
	    transition-delay:  1.5s;
}
.companyHistory .year.year2014{
	right:  50px;
	top: 114px;
	-webkit-transition-delay: 1.8s; /* Safari */
	    transition-delay:  1.8s;
}
.arrow {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFF;
	position: absolute;
	bottom:  -8px;
	left:  50%;
	margin-left: -10px;
}
.infoBottom .arrow {
	bottom:  auto;
	top:  -8px;
	left:  50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	border-top: 0;
}

/* FOOTER */

.mainFooter {
	background: #333;
	color:  #868686;
	font-size: 13px;
	padding: 30px 10px 10px;
}
.mainFooter p{
	font-size: 13px;
}
.mainFooter a{
	text-decoration: none;
}
.mainFooter ul{
	margin:0 0 14px 0;
	color: #666;
	line-height: 24px;
	font-weight: 400;
}
.mainFooter p{
	line-height: 24px;
	color:  #868686;
}
.mainFooter ul li.firstItem span,
.mainFooter ul li.firstItem a{
	color: #a0a0a0;
	font-weight: 600;
}

.afterFooter {
	background: #2b2b2b;
	color:  #868686;
}

.afterFooter p{
	font-size: 13px;
}

.footerLogos {
	width:  250px;
	height: auto;
	opacity: 0.4;
}
 
/* MAKE MORE MONEY */

#triggerAnimation {
	position: absolute;
	top:  -350px;
}
.moreMoney h2 {
	margin-top: 40px;
}

.moreMoney .span6 {
	z-index: 20;
}
.moreMoney {
	background: url('../images.v2/bg_moremoney.png') no-repeat center bottom;
	height:  600px;
	background-size: 2000px;
	position: relative;
	-webkit-transition: all 0.8s ease-in;
	   -moz-transition: all 0.8s ease-in;
	   -ms-transition: all 0.8s ease-in;
	   -o-transition: all 0.8s ease-in;
	   transition: all 0.8s ease-in;
}


.moreMoney .overlay {	
	background: #F6F6F6;
	width:  100%;
	height:  100%;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 0.8s ease-in;
	   -moz-transition: all 0.8s ease-in;
	   -ms-transition: all 0.8s ease-in;
	   -o-transition: all 0.8s ease-in;
	   transition: all 0.8s ease-in;
}

.moreMoney.active .overlay {
	width:  0;
}

.moreMoney .waypoint {
	width:  16px;
	height:  16px;
	border-radius: 100%;
	background: #cd2027;
	border: 3px solid #FFF;
	position: absolute;
}

.moreMoney .waypoint {
	width:  16px;
	height:  16px;
	border-radius: 100%;
	background: #cd2027;
	border: 3px solid #FFF;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in;
	   -moz-transition: all 0.4s ease-in;
	   -ms-transition: all 0.4s ease-in;
	   -o-transition: all 0.4s ease-in;
	   transition: all 0.4s ease-in;
}
.moreMoney.active .waypoint {
	opacity: 1;
}
.moreMoney .waypoint.waypoint1 {
	left: 38px;
	top: 336px;
	
	-webkit-transition-delay: 0.6s; /* Safari */
	    transition-delay:  0.6s;
}
.moreMoney .waypoint.waypoint2{
	left: 170px;
	top: 318px;
	
	-webkit-transition-delay: 0.8s; /* Safari */
	    transition-delay:  0.8s;
}

.moreMoney .waypoint.waypoint3{
	left: 303px;
	top: 299px;
	-webkit-transition-delay: 1s; /* Safari */
	    transition-delay:  1s;
}

.moreMoney .waypoint.waypoint4{
	left: 435px;
	top: 274px;
	-webkit-transition-delay: 1.2s; /* Safari */
	    transition-delay:  1.2s;
}

.moreMoney .waypoint.waypoint5{
	left: 568px;
	top: 249px;
	-webkit-transition-delay: 1.4s; /* Safari */
	    transition-delay:  1.4s;
}

.moreMoney .waypoint.waypoint6{
	left: 700px;
	top: 217px;
	-webkit-transition-delay: 1.6s; /* Safari */
	    transition-delay:  1.6s;
}

.moreMoney .waypoint.waypoint7{
	left: 833px;
	top: 186px;
	-webkit-transition-delay: 1.8s; /* Safari */
	    transition-delay:  1.8s;
}

.moreMoney .waypoint.waypoint8{
	left: 965px;
	top: 162px;
	-webkit-transition-delay: 2s; /* Safari */
	    transition-delay:  2s;
}
.moreMoney .waypoint.waypoint9{
	left: 1098px;
	top: 139px;
	-webkit-transition-delay: 2.2s; /* Safari */
	    transition-delay:  2.2s;
}


 
/* MAKE MORE MONEY */

#triggerAnimation {
	position: absolute;
	top:  -350px;
}

.worldMap {
	background: url('../images.v2/bg_map.png') no-repeat center 70px;
	height:  720px;
	background-size: 1500px;
	position: relative;
	-webkit-transition: all 0.8s ease-in;
	   -moz-transition: all 0.8s ease-in;
	   -ms-transition: all 0.8s ease-in;
	   -o-transition: all 0.8s ease-in;
	   transition: all 0.8s ease-in;
}
.worldMap h2 {
	margin-top: 40px;
}
.worldMap .marker {
	width:  50px;
	height: 75px;
	position: absolute;
	opacity: 0;
	left: -9999px;
	background: url('../images.v2/marker.png');
	background-size: contain;
	-webkit-transition: all 0.4s ease-in;
	   -moz-transition: all 0.4s ease-in;
	   -ms-transition: all 0.4s ease-in;
	   -o-transition: all 0.4s ease-in;
	   transition: all 0.4s ease-in;
	}
.worldMap.active .marker {
	opacity: 1;
}
.worldMap .marker.marker1 {
	left:  100px;
	top:  200px;
	-webkit-transition-delay: 0.1s; /* Safari */
	    transition-delay:  0.1s;
}
.worldMap .marker.marker2 {
	left:  130px;
	top:  270px;
	-webkit-transition-delay: 0.2s; /* Safari */
	    transition-delay:  0.2s;
}
.worldMap .marker.marker3 {
	left:  180px;
	top:  230px;
	-webkit-transition-delay: 0.3s; /* Safari */
	    transition-delay:  0.3s;
}
.worldMap .marker.marker4 {
	left:  170px;
	top:  320px;
	-webkit-transition-delay: 0.4s; /* Safari */
	    transition-delay:  0.4s;
}
.worldMap .marker.marker5 {
	left:  190px;
	top:  350px;
	-webkit-transition-delay: 0.5s; /* Safari */
	    transition-delay:  0.5s;
}
.worldMap .marker.marker6 {
	left:  220px;
	top:  300px;
	-webkit-transition-delay: 0.6s; /* Safari */
	    transition-delay:  0.6s;
}
.worldMap .marker.marker7 {
	left:  230px;
	top:  370px;
	-webkit-transition-delay: 0.7s; /* Safari */
	    transition-delay:  0.7s;
}
.worldMap .marker.marker8 {
	left:  230px;
	top:  240px;
	-webkit-transition-delay: 0.8s; /* Safari */
	    transition-delay:  0.8s;
}
.worldMap .marker.marker9 {
	left:  270px;
	top:  300px;
	-webkit-transition-delay: 0.9s; /* Safari */
	    transition-delay:  0.9s;
}



/* CONTENTPAGE  */

.contentPage .mainTitle {
	height: 130px;
	position: relative;
}

.contentPage .mainTitle::before {
	background-size: cover;
	height: 500px;
	width:  100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: -1;
}

.contentPage .mainTitle h1 {
	margin-top: 10px;
}
.contentPage .tabContainer {
	text-align: left;
}

.contentPage .tabContainer ul.tabList {	
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	padding: 0;
	width: 100%;
}
.contentPage .tabContainer ul.tabList  li{
	border-bottom: 1px solid #EFEFEF;
	float: left;
	width: 100%;
	background: #FFF;
	font-weight: 400;
	font-size: 14px;
}

.contentPage .tabContainer ul.tabList li.last{
	border-bottom: 0
}
.contentPage .tabContainer ul.tabList li a{
	text-decoration: none;
	padding:  15px 15px;
	float: left;
	width: 100%;
	line-height: 24px;
}

.contentPage .tabContainer ul.tabList li.ui-state-active{
	background: #EFEFEF;
}

.contentPage .tabContainer ul.tabList li.ui-state-active a{
	color: #cd2027;
}

.contentPage .largeIcon i{
	width: 55px;
	height: 55px;
	border-radius: 100%;
	color: #FFF;
	text-align: center;
	line-height: 55px;
	font-size: 28px;
	margin: 15px auto;
	background: #cd2027;
}
.largeIcon {
	text-align: center;
}
 
 .largeIcon p {
 	text-align: left;
 }
 


/* MAIN CTA */

.mainCTA {
	padding: 30px 0 ;
	background: #cd2027;
}
.mainCTA.bgImage {
	position: relative;
	z-index: 10;
}
.mainCTA h3{
	margin-bottom: 14px;
}

.orderForm {
position: absolute;
left:45%;
top:60px;
width:900px;
}

.integration .introText.mainText.customizable {
padding-bottom: 0 !important;
height: 500px;
position: relative;
overflow:hidden;
}

/* PRICECHART */

.bgImage {
	background-image: url('../images.v2/bg_lingerie.jpg');
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.priceChart .mainImage {
	height: 350px;
	background-image: url('../images.v2/bg_lingerie.jpg');
	background-size: cover;
}

.priceChart .mainImage h1 {
    margin-top: 100px;
}

.priceChart .cardIcons i {
	font-size: 34px;
	margin-right: 10px;
}
#tabs {
	position: relative;
	z-index: 1;
}
.mainText.puttingTrust {
	margin-top: -60px;
}
.priceChart .productType {
	width:  250px;
	float: left;
	background: #EFEFEF;
	padding: 30px 20px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: -280px;
	margin: 20px;
	color: #999;
	border-radius: 5px;
	z-index: 1000;
}

.priceChart .productType::before {
	display: block;
	content: " ";
	width: 0; 
	height: 0; 
	left: 4px;
	border-left: 121px solid transparent;
	border-right: 121px solid transparent;
	border-top: 35px solid #EFEFEF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	bottom: -35px;
}
.priceChart .viewPricechart {
	color: #ce2027;
	cursor: pointer;
}
.priceChart .productType.productBasic {
	right: 50%;
	
}
.priceChart .productType.productPremium {
	left: 50%;
}
.priceChart .ui-state-active .productType {
	background: #cd2027;
	color: #FFF;
}
.priceChart .ui-state-active .productType::before {
	border-top: 35px solid #cd2027;
}
.productType hr{
	width: 25%;
	margin: 0px auto;
	clear: both;
	opacity: 0.8;
}
.priceChart .ui-state-active .productType hr{
	border-top:  1px solid #FFF;
	opacity: 0.6;
}
.priceChart .viewPlans {
	cursor: pointer;
}

.priceChart .tabWrapper {
	margin-top:  300px;
	padding-top: 100px;
}

.productType .verotel,
.productType .productName,
.productType .productUSP{
	width: 100%;
	float: left;
}

.productType .verotel {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.productType .productName {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 4px;
	margin-bottom: 20px;
}


.productType .productPrice{
	font-size: 18px;
}
.productType .productPrice.price{
	font-size: 50px;
}

.productType .productPrice.recurring{
	text-transform: uppercase;
	font-size: 13px;
}
.productType .productUSP {
	font-weight: 400;
	line-height: 30px;
	font-size: 14px;
}
.productType .productUSP.first {
	padding-top: 20px;
}
.priceChart .screen {
	margin-top: -70px;
}

.priceChart .volumeTable {
	width: 100%;	
	border-radius: 5px;
	border-collapse: separate;
	overflow: hidden;
	background: #e7e7e7;
}
.priceChart .volumeTable th,
.priceChart .volumeTable td{
	width: 50%;
	text-align: left;
	padding:  10px 10px;
	overflow: hidden;
}
.priceChart .volumeTable th {
	background: #999;
	color: #FFF;
}
.priceChart .volumeTable th:nth-child(2n+1),
.priceChart .volumeTable td:nth-child(2n+1){
	border-right: 1px solid rgba(255,255,255,0.5);
}
.priceChart .volumeTable tr{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.priceChart .volumeTable tr:nth-child(2n+1){
	background: #EFEFEF;
}

.priceChart .volumeTable .pullLeft{
	width: 20%;
	float: left;
	text-align: right;
}
.priceChart .volumeTable .pullRight{
	width: 45%;
	float: left;
	text-align: left;
}
.priceChart .volumeTable .divider{
	width: 10%;
	float: left;
	text-align: center;
}
.priceChart .comparisonTable {
	width: 100%;	
	border-radius: 5px;
	border-collapse: separate;
	overflow: hidden;
	background: #e7e7e7;
}
.priceChart .comparisonTable .last {
	background: #FFF;
}
.priceChart .comparisonTable .last td{
	padding: 20px 10px;
	
}
.priceChart .comparisonTable th,
.priceChart .comparisonTable td{
	width: 33.33333%;
	text-align: left;
	padding:  10px 10px;
	overflow: hidden;
}
.priceChart .comparisonTable th {
	background: #999;
	color: #FFF;
	border-right: 1px solid rgba(255,255,255,0.5);
}.priceChart .comparisonTable td {
	border-right: 1px solid rgba(255,255,255,0.5);
}
.priceChart .comparisonTable th:nth-child(3n+3),
.priceChart .comparisonTable td:nth-child(3n+3){
	border-right: 0;
}
.priceChart .comparisonTable tr{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.priceChart .comparisonTable tr:nth-child(2n+1){
	background: #EFEFEF;
}

.priceChart table.USP td {
	position: relative;
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: 400;
	font-size: 14px;
}

.priceChart  ul.USP {
	margin-top: 70px;
}


.priceChart  ul.USP li{
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 20px;
	float: left;
    list-style: outside none none;
}

.priceChart  ul.USP  i {
	background: none;
	color: #cd2027;
	font-size:24px;
	top: 0px;
}

.priceChart .mainTypes {
	width:  100%;
	z-index: -1;
	background-image: url('../images.v2/bg_white.gif'), url('../images.v2/bg_lingerie.jpg');
	background-position: center 430px, center -250px;
	background-repeat: no-repeat, no-repeat;
}

.priceChart .mainTypes::after {
	width: 100%;
	height:  100%;
	display: block;
	position: absolute;
	top:  0;
	content: "";
	background: #FFF;
	z-index: -1;
}
.priceChart .tabContainer {
	padding: 0 !important;
}
.priceChart .typeBasic,
.priceChart .typePremium {
	background: #FFF;
	overflow: hidden;
}

.priceChart .textCenter .btnMedium {
	float: none;
	margin: 20px auto;
}

.priceChart .creditCards {
	width:  500px;
}
.priceChart td.small {
	color: #ce2027;
	font-size: 12px;
}

/* PAYMENTPRCESSING */


.paymentProcessing .mainImage {
	height: 350px;
	background-image:  url('../images.v2/bg_header_camera.jpg');
	background-position:  center center;
	background-size: cover;
}

.paymentProcessing .mainImage h1 {
    margin-top: 160px;
}

.paymentProcessing .creditCards {
	width:  500px;
}

.paymentProcessing .billingOptions {
	background-image:  url('../images.v2/bg_laptop_girl.jpg');
	background-repeat:   no-repeat;
	background-position:  center 90px;
	background-size: 1800px;
	height: 700px;
}

.paymentProcessing .makeMore {
	/* background-image:  url('../images.v2/bg_chart.png');
	background-repeat:   no-repeat;
	background-position:  left bottom;
	background-size: 1600px; 
	height: 500px;*/
}


/* FAQ */


.FAQ .mainImage {
	height: 350px;
	background-image:  url('../images.v2/bg_header_code.jpg');
	background-position:  center center;
	background-size: cover;
}

.FAQ .mainImage h1 {
    margin-top: 160px;
}
.conditions h4,
.FAQ .orderPage h4,
.FAQ .quickCharge h4 {
	margin: 0;
	margin-top: 20px;
}


.conditions table {
	width: 100%;
	max-width: 600px;
}

.conditions table td{
	width: 16.66666%;
}

/* INTEGRATION */


.integration .mainImage {
	height: 350px;
	background-image:  url('../images.v2/bg_header_code.jpg');
	background-position:  center center;
	background-size: cover;
}

.integration .mainImage h1 {
    margin-top: 140px;
}

.integration .creditCards {
	width:  500px;
}

.integration img.verotelRum {
	width:  300px;
	float: right;
}

.integration p.download {	
	position: relative;
	border:  1px solid #EFEFEF;
	background: #F5F5F5;
	border-radius: 5px;
	max-width: 500px;
	margin: 30px 0;
	padding: 10px 20px 15px 70px;
}
.mainText:nth-child(2n+1) p.download {
	background: #FFF;     
}
.integration p.download i{
	position: absolute;
	left: 20px;
	top:  22px;
	font-size: 32px;
}
.integration p.download i.download-2{
	top:  215px;
}
.integration p.download i.download-3{
	top:  285px;
}

/* CONTACT US */

.contactUs .mainImage {
	height: 350px;
	background-image:  url('../images.v2/bg_header_eye.jpg');
	background-position:  center center;
	background-size: cover;
}

.contactUs .mainImage h1 {
    margin-top: 160px;
}

.contactUs h4 i {
   	padding:  10px 20px 10px 0;
   	font-size: 24px;
}


/* PRODUCTCHOICE */


.productChoice .mainImage {
	height: 350px;
	background-image: url('../images.v2/bg_lingerie.jpg');
	background-size: cover;
}

.productChoice .mainImage h1 {
    margin-top: 130px;
}

.conditions .comparisonTable,
.productChoice .comparisonTable {
	width: 100%;	
	border-radius: 5px;
	border-collapse: separate;
	overflow: hidden;
	background: #e7e7e7;
}
.conditions .comparisonTable .last,
.productChoice .comparisonTable .last {
	background: #FFF;
}
.productChoice .comparisonTable .last td{
	padding: 20px 10px;
	
}
.conditions .comparisonTable th,
.conditions .comparisonTable td,
.productChoice .comparisonTable th,
.productChoice .comparisonTable td{
	text-align: left;
	padding:  10px 10px;
	overflow: hidden;
}
.productChoice .comparisonTable th,
.productChoice .comparisonTable td{
	width: 33.33333%;
	}
.conditions .comparisonTable th,
.productChoice .comparisonTable th {
	background: #999;
	color: #FFF;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.conditions .comparisonTable td,
.productChoice .comparisonTable td {
	border-right: 1px solid rgba(255,255,255,0.5);
}
.conditions .comparisonTable th:nth-child(6n+6),
.conditions .comparisonTable td:nth-child(6n+6),
.productChoice .comparisonTable th:nth-child(3n+3),
.productChoice .comparisonTable td:nth-child(3n+3){
	border-right: 0;
}
.conditions .comparisonTable tr,
.productChoice .comparisonTable tr{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.conditions .comparisonTable tr:nth-child(2n+1),
.productChoice .comparisonTable tr:nth-child(2n+1){
	background: #EFEFEF;
}

/* MERCHANT AGREEMENT */

.merchantAgreement .mainText .row{
	    overflow: visible !important;
}
.exampleAgreement {
	background: #FFF;
	padding: 40px !important;
			  box-shadow: 0px 0px 8px  #CCC;
		 -moz-box-shadow: 0px 0px 8px  #CCC;
	  -webkit-box-shadow: 0px 0px 8px  #CCC;
	overflow: hidden;
}
.exampleAgreement .logo {
	width:  200px;
	float: right;
}
.exampleAgreement table {
	position: relative;
}
.exampleAgreement table,
.exampleAgreement p,
.exampleAgreement u {
	color: #1C1C1C;
	font-size: 14px;
	line-height: 22px;
	float: left;
}
.exampleAgreement .example {
	position: absolute;
	color: rgba(0,0,0,0.05);
	font-size: 160px;
	z-index: 1000;
	font-size: 700;
	top: 120px;
	left: 50px;
	/* Safari */
	-webkit-transform: rotate(-10deg);
	
	/* Firefox */
	-moz-transform: rotate(-10deg);
	
	/* IE */
	-ms-transform: rotate(-10deg);
	
	/* Opera */
	-o-transform: rotate(-10deg);
	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	
}

.exampleAgreement p.indent {
	padding-left:  50px;
}
.exampleAgreement p.smallText {
	font-size: 12px;
	line-height: 20px;
}
.exampleAgreement p.largeText {
	font-size: 16px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.exampleAgreement table {
	 border-collapse: collapse;
	 width: 100%;
	 margin-bottom: 20px;
}
.exampleAgreement table td {
	padding:  5px 0;
}
.exampleAgreement table td.width75 {
	width: 75%;
	
}
.exampleAgreement table td.width50 {
	width: 50%;
	
}
.exampleAgreement table td.width25 {
	width: 25%;
	
}
.exampleAgreement table.bordered td {
	border: 1px solid #EFEFEF;
	padding:  5px;	
}

/* BECOME A PARTNER */

.becomeAPartner .mainImage {
	height: 350px;
	background-image: url('../images.v2/gears.png');
	background-size: cover;
}


/* WELCOME TO VEROTEL */


.welcomeToVerotel .mainImage {
	background-image: url('../images.v2/bgCCBilling.jpg');
	background-size: cover;
}
.welcomeToVerotel .bgImage  {
	background-image: url('../images.v2/bgCCBilling.jpg') !important;
	background-size: cover;
	background-position: center -230px;
}
.welcomeToVerotel .mainImage h1 {
	margin-top: 130px;
}
.welcomeToVerotel .fivePercent .percentage {
    font-size: 150px;
    font-weight: 700;
    line-height: 135px;
}
.welcomeToVerotel .USPS ul {
	list-style: outside none none;
    margin: 15px 0 40px;
    padding: 0;
	width: 100%;
}
.welcomeToVerotel .USPS {
	text-align: center;
}
.welcomeToVerotel .USPS li {
	width: 100%;
	text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
	color: #FFF;
}    
.welcomeToVerotel .USPS li i {
    font-size: 36px;
    font-weight: normal;
    margin: 0 5px;
}
.welcomeToVerotel .fivePercent {
    float: right;
    text-align: right;
}
.welcomeToVerotel .fivePercent .fee {
    font-size: 24px;
    font-weight: 600;
    line-height: 10px;
    text-transform: uppercase;
}
.welcomeToVerotel .benefits li p i {
	color: #cd2027;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	position: absolute;
	left: 0;
	width: 30px;
	text-align: center;
}
.welcomeToVerotel .benefits li {
	padding-left: 40px;
	position: relative;
}


/* BUTTONS */

.btn {
	border-radius: 30px;
	padding:  5px 15px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
}

.largeMenu .btn,
.mainFooter .btn,
.mainCTA .btn, 
.mainText .btn {
	display: inline-table;
}
.mainFooter .btn {
	margin-top: 14px;
	opacity: 0.5;
}
.mainFooter .btn:hover {
	opacity: 0.8;
}

.mainFooter .twitter.menuItem i {
font-size: 20px;
margin: 7px 7px 0 0;
}
.btnSmall {
	font-size: 12px;
	font-weight: 600;	
	line-height: 18px;
}

.btnMedium {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding:  7px 18px;
	line-height: 20px;
}

.btnLarge {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding:  9px 20px;
	line-height: 28px;
	word-break: none;
}

.btnCenter {
	margin: 0 auto;
}

.btnBlue {
    border: none;
    background: #00afef;
}

.btnBordered {
	border-width: 2px;
	border-color: #EFEFEF;
	border-style: solid;
}

.btnWhite {
	color: #FFF !important;
}
.btnRed {
	color: #cd2027 !important;
}
.btnRed.btnBordered {
	border-color: #cd2027;
}

.btnRed.btnFilled {
	background: #cd2027;
	border-color: #cd2027;
	color: #FFF !important;
}
.btnWhite.btnFilled {
	background: #FFF;
	color: #cd2027 !important;
}
.btnWhite.btnFilled.btnBordered {
	border-color: #FFF;
	color: #cd2027 !important;
}

.btn i {
	margin-left: 10px;
}

.btn.btnGroup {
	border-radius: 30px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
}
.btn.btnGroup + .btn.btnGroup {
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
}
.btn.noFloat {
	margin:  20px auto !important;
	float: none;
}

.forMobile {
	display: none !important;
}

.forMobileTypes {
	display: none !important;
}


@media all and (max-width: 1160px){
	.centered.row {
		width: 980px;
	}
}

@media all and (max-width: 980px) {

	.centered.row {
		width: 768px;
	}
	.row.margin .span1, 
	.row.margin .span2,
	.row.margin .span3,
	.row.margin .span4,
	.row.margin .span5,
	.row.margin .span6{
		width: 46%;
		margin:  2%;
	}
	.row.margin .span7, 
	.row.margin .span8,
	.row.margin .span9,
	.row.margin .span10,
	.row.margin .span11,
	.row.margin .span12{
		width: 98%;
	}
	.orderForm {
		position:relative;
		width: auto;
		top: auto;
		left:auto;
	}
.mainHeader .menu.socialMenu {display:none}
	.integration .introText.mainText.customizable {
		padding-bottom: 30px !important;
		height: auto;
		position: relative;
overflow: visible;
	}

}

@media all and (max-width: 980px) {
.puttingTrust h1 {
    font-size: 35px;
    font-weight: 300;
    line-height: 37px;
    margin: 0;
}
	video#bgvid { 
		display: none;
	}
	.span1 {
		display: none !important;
	}
	.centered.row {
		width: 100%;
	}
	.paymentProcessing .billingOptions {
	    height: auto;
	    background: none;
	}
	.notForMobile {
		display: none !important;
	}
	
	.forMobile {
		display: block !important;
	}
	.toggleMenu {
		line-height: 80px;
		font-size: 36px;
		color: #00afef;
		padding-right: 30px;
		cursor: pointer;
		transition: color 0.1s ease;
	}
	.mainHeader.active .toggleMenu {
		color: #fff;
	}
	.mainHeader .span10 {
		width: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mainHeader .menu  {
		width: 100%;
	}
	.mainHeader .menu .cta,
	.mainHeader .menu .menuItem {
		width: 100%;
		text-align: center;
		border-top:  1px solid rgba(255,255,255,0.2);
	}
	.mainHeader .menu .menuItem a{
		padding:  0px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 18px;
		color: #FFF;
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.mainHeader .menu .cta {
		line-height: 80px;
		margin: 0;
	}
	.mainHeader {
		height: 80px;
		overflow: hidden;
	}
	.mainHeader.active {
		background: #1C1C1C;
        height: 810px;
        overflow-y: hidden;
	}
	.mainHeader.active .logo{
		display: none;
	}
	.mainFooter  .row.margin .span3 {
		min-height: 220px;
	}
	.comparisonTable th,
	.comparisonTable td {
	    display: inline !important;
	    float: left !important;
	    width: 100% !important;
	    font-weight: 600;
	}
		
	.comparisonTable th:nth-child(3n+3),
	.comparisonTable th:nth-child(3n+2){
		display: none!important;;
	}
	
	.comparisonTable td:nth-child(3n+2),
	.comparisonTable td:nth-child(3n+3) {
		padding-left: 70px;
		font-weight: 400;
		text-align: left;
	}
	.comparisonTable td:nth-child(3n+2)::before,
	.comparisonTable td:nth-child(3n+3)::before {
		position: absolute;
		left: 25px;
		background: #ce2027;
		width:  55px;
		height: 20px;
		content: "";
		display: block;
		border-radius: 4px;
		font-size: 9px;
		text-align: center;
		line-height: 20px;
		color: #FFF;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
	}
	
	.comparisonTable td:nth-child(3n+2)::before{
		content: "Basic";
	}
	.comparisonTable td:nth-child(3n+3)::before{
		content: "Premium";
	}
	
	.comparisonTable .last td:nth-child(3n+2)::before,
	.comparisonTable .last td:nth-child(3n+3)::before {
		display: none;
	}
	.comparisonTable .last td:nth-child(3n+2),
	.comparisonTable .last td:nth-child(3n+3) {
		padding:  10px;
		text-align: center;
	}
		
}

@media all and (max-width: 600px) {
	.row.margin .span1, 
	.row.margin .span2,
	.row.margin .span3,
	.row.margin .span4,
	.row.margin .span5,
	.row.margin .span6,
	.row.margin .span7, 
	.row.margin .span8,
	.row.margin .span9,
	.row.margin .span10,
	.row.margin .span11,
	.row.margin .span12{
		width: 96%;
	}
	.mainHeader {
		height:  60px;
	}
	.mainHeader .logo {
		/* max-width: 187px;
		height: auto;
		padding: 16px 30px 16px 20px;
		border-right: 0px solid rgba(255,255,255,0.2); */
	}
	
	.mainHeader.active {
		background: #1C1C1C;
		height: 630px;	
	}
	.mainHeader.active .logo{
		display: none;
	}
	.toggleMenu {
		line-height: 60px;
		font-size: 24px;
		color: #00afef;
		padding-right: 20px;
		cursor: pointer;
		transition: color 0.1s ease;
	}
	.mainHeader.active .toggleMenu {
		color: #fff;
	}
	.mainHeader .menu .menuItem {
	    line-height: 60px;
	}
	.mainHeader .menu .menuItem a{
	    font-size: 16px;
	}
	.mainImage h1 {
	    font-size: 32px;
	    line-height: 36px; 
	}
	
	.mainImage h1 br {
	   display: none;
	}
	
	.forMobileTypes {
		display: block !important;
	}
	.notForMobileTypes {
		display: none !important;
	}
	.priceChart .tabWrapper {
	    margin-top: 40px;
	    padding-top: 20px;
	}
	.priceChart .mainTypes {
	    background-image: url("/images.v2/bg_white.gif"), url("/images.v2/bg_lingerie.jpg");
	    background-position: center 190px, center -250px;
	    background-repeat: no-repeat, no-repeat;
	    width: 100%;
	    z-index: -1;
	}
	.integration img.verotelRum {
	    float: none;
	    width: 300px;
	    margin: 0 auto;
	    display:  table;
	}
	.exampleAgreement {
		padding: 10px !important;
	}
}


@media all and (max-width: 360px) {
	
	.priceChart .mainImage h1 {
	    margin-top: 60px;
	}
	h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.priceChart ul.USP {
	    margin-top: 0px;
	}
	#basic,
	#premium {
		margin-top: 50px;
		float: left;
	}
	.paymentProcessing .billingOptions {
		background: none;
	}
	.mainFooter  .row.margin .span3 {
		min-height: auto;
	}
	
}
