@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

*{margin:0;padding:0;}

body {
	font-family: 'Open Sans', sans-serif;
}
.text-red {
	color: #d41617;
}
.header {
	min-height: 80px;
	width: 100%;
	padding-top: 15px;
	background-image: -moz-linear-gradient( 90deg, rgb(242,243,248) 0%, rgb(251,251,251) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(242,243,248) 0%, rgb(251,251,251) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(242,243,248) 0%, rgb(251,251,251) 100%);
}
.header h2 {
	font-size: 24px;
	color: #4a7d4a;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}
.header .login a{
	color: #6c6c6c;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.header .login a:hover {
	color: #129e33;
}
.header .login img {
	display: block;
	margin: 0 auto 8px;
}
.banner {
	width: 100%;
	background:#f8f8f8 url(../../images/en/2017/banner.jpg) center top;
	background-size: cover;
	min-height: 560px;
	padding-top: 37px;
	padding-bottom: 40px;
}
.optin-bx {
  border-radius: 10px;
	padding: 20px 30px 35px;
	font-weight: 700;
  background-image: -moz-linear-gradient( 90deg, rgb(196,196,196) 0%, rgb(240,240,240) 50%, rgb(228,228,228) 74%, rgb(215,215,215) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(196,196,196) 0%, rgb(240,240,240) 50%, rgb(228,228,228) 74%, rgb(215,215,215) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(196,196,196) 0%, rgb(240,240,240) 50%, rgb(228,228,228) 74%, rgb(215,215,215) 100%);
	position: relative;
  border-radius: 10px;
	outline: 1px dashed rgb(162, 162, 162);
  outline-offset: -5px;
}
.shadow {
	width: 100%;
	background: url(../../images/en/2017/shadow.png) no-repeat center;
	margin-top: 35px;
	height: 66px;
}
.optin-bx h2 {
  font-size: 26px;
  color: rgb(125, 125, 125);
	text-shadow: #ccc 1px 1px 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
	padding-bottom: 20px;
}
.optin-bx input[type="text"], .optin-bx input[type="email"]{
	height: 50px;
  border-radius: 10px;
  background-color: rgb(221, 221, 221);
  box-shadow: inset 0px 1px 5.74px 1.26px rgba(0, 0, 0, 0.04);
}
.optin-bx ::-webkit-input-placeholder {
	font-size: 18px;
	color: #9e9e9e;
	font-weight: 400;
}
.orgBut {
	width: 100%;
	padding: 3px 10px 8px 10px;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 100%);
	transition: background 0.2s linear 0.1s;
	outline: none;
}
.orgBut:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 60%);
  background-image: -webkit-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 60%);
  background-image: -ms-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 60%);
}
.orgBut:hover,.orgBut:focus {
	color: #fff;
}
.orgBut a, .orgBut {
	color: white;
	font-size: 30px;
	text-decoration: none;
}
.orgBut a span, .orgBut span {
	font-size: 14px;
	display: block;
	font-weight: 400;
}
.orgBut a h2, .orgBut h2 {
	font-size: 36px;
	color: white;
}
.orgBut a h2 span, .orgBut h2 span {
	font-size:24px;
	font-weight: 700;
	display: block;
	color: white;
	padding-bottom: 8px;
}
.optin-bx .btn-wrap1 {
	display: inline-block;
	vertical-align: top;
	width: 205px;
	width: calc(50% - 15px);
}
.optin-bx .btn-wrap2 {
	display: inline-block;
	vertical-align: top;
	width: 205px;
	width: calc(50% - 15px);
}
.optin-bx .text-between {
	display: inline-block;
	vertical-align: top;
	line-height: 145px;
	color: #616161;
}
.optin-bx .btn-form {
	width: 100%;
	padding: 5px 3px;
	border: 4px solid #fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	white-space: normal;
	background-image: -moz-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 100%);
	background-repeat: no-repeat;
}
.optin-bx .btn-form:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 60%);
	background-image: -webkit-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 60%);
	background-image: -ms-linear-gradient( 90deg, rgb(252,101,0) 0%, rgb(254,190,0) 60%);
}
.optin-bx .btn-wrap1 .btn-form {
	padding: 29px 3px;
}
.optin-bx .btn-form > span {
	font-size: 16px;
	font-weight: 400;
	display: block;
}
.optin-bx .btn-form > b {
	font-size: 22px;
}
.text-under-btn {
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
	color: #616161;
	font-size: 13px;
	font-weight: 700;
}
.btn-cta-wrap {
	max-width: 940px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.btn-cta-wrap .btn-cta {
	font-size: 30px;
	padding: 18px 12px;
	white-space: normal;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.btn-cta-wrap .btn-cta:hover {
	color: #fff;
}
.btn-cta-wrap .btn-cta > b {
	font-size: 32px;
}
.cta-wrap2 {
	max-width: 1000px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.cta-wrap2 .btn-wrap1 {
	display: inline-block;
	vertical-align: top;
	width: 460px;
	width: calc(50% - 40px);
}
.cta-wrap2 .btn-wrap2 {
	display: inline-block;
	vertical-align: top;
	width: 460px;
	width: calc(50% - 40px);
}
.cta-wrap2 .text-between {
	display: inline-block;
	vertical-align: top;
	line-height: 100px;
	color: #616161;
	min-width: 80px;
	font-size: 18px;
}
.cta-wrap2 .btn-cta {
	font-size: 24px;
	font-weight: 700;
	padding: 15px 3px;
	white-space: normal;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.cta-wrap2 .btn-cta:hover {
	color: #fff;
}
.cta-wrap2 .btn-cta > span {
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	display: inline;
}
.cta-wrap2 .text-under-btn {
	font-size: 16px;
}
.green-strip {
	background: rgb(39, 150, 5); 
  background: -webkit-linear-gradient(left, #79b566, #289707, #79b566); 
  background: -o-linear-gradient(right, #79b566, #289707, #79b566); 
  background: -moz-linear-gradient(right, #79b566, #289707, #79b566);
  background: linear-gradient(to right, #79b566, #289707, #79b566);
	box-shadow: 7.632px 4.769px 7.28px 0.72px rgba(0, 0, 0, 0.14);
	font-size: 30px;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
	padding: 6px;
	line-height: 36px;
	margin-bottom:35px;
}
.green-strip h2 {
	font-size: 24px;
	margin: 10px;
	padding-top: 5px;
}
.video-wrap {
	position: relative;
}
.video {
	position: absolute;
	top: 5%;
	left: 5%;
  width: 90%;
}
.img-responsive {
	margin: 0 auto;
}
.clients-wrap h1{
	font-size: 30px;
	text-transform: uppercase;
	color: #777777;
	line-height:40px;
	padding: 0 40px 10px;
}
.clients-wrap h1 span {
	background: #d41617;
	color: white;
	padding: 0 4px;
	border-radius: 10px;
}
.clients-wrap h2, .hosting-tbl h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #777777;
	line-height: 30px;
	padding-bottom: 20px;
}
.hosting-tbl h2 {
	padding-bottom: 5px;
}
.clients-bg {
  border-radius: 2px;
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255) 0%, rgb(222,222,222) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255) 0%, rgb(222,222,222) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255) 0%, rgb(222,222,222) 100%);
  width: 121px;
  height: 120px;
	margin: 0 4px 4px 0;
	float: left;
	position: relative;
}
.clients-title{
	background-color: rgb(255, 255, 255);
  opacity: 0.8;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	font-size: 10px;
	font-weight: 700;
	color: #0b2c4d;
	text-align: center;
	line-height: 20px;
	z-index: 2;
}
.clients-bg img {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.clients {
	overflow: hidden;
	margin: 0 auto 30px;
}
.logo-panel {
  background-color: rgb(255, 255, 255);
  box-shadow: 7.632px 4.769px 14.56px 1.44px rgba(0, 0, 0, 0.14);
	border: 1px solid #f2f2f2;
	min-height: 100px;
	margin:40px 0 60px;
	position: relative;
}
.marketing-logos {
	margin:80px auto 0;
	display: block;
}
.m-logo {
	min-width: 160px;
	display: inline-block;
	margin-bottom: 10px;
}
.red-strip {
	background: #d41617;
	padding:3px;
	font-size: 24px;
	color: white;
	text-align: center;
	width: 100%;
	margin-top:40px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hosting-bg {
	width: 100%;
	min-height: 210px;
	background:#f7f8fb url(../../images/en/2017/bg-grey.jpg) repeat center bottom fixed;
	background-size: cover;
	padding: 40px 0;
}
.hosting-bg h2 {
	font-size: 24px;
	color: #777777;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 30px;
}
.hosting-tbl .table > thead > tr > th {
	color: white;
	font-size: 18px;
	text-transform:capitalize;
	padding: 8px;
	background:#259b03;
  background-image: -moz-linear-gradient( 90deg, rgb(35,141,4) 0%, rgb(43,189,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(35,141,4) 0%, rgb(43,189,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(35,141,4) 0%, rgb(43,189,0) 100%);
}
.hosting-tbl .table > tbody > tr > td {
	font-size: 18px;
	color: 6c6c6c!important;
	padding: 7px 0 7px 35px;
}
.hosting-tbl .table > tbody > tr > td:nth-child(2) {
	padding: 7px 0 0!important;
	width: 30%;
}
.products {
	margin-top: 20px;
}
.products p, .videoInfo p, .bonus p {
	font-size: 18px;
	color: #777777;
	margin-bottom: 20px;
}
.products ul li {
	list-style-image: url(../../images/en/2017/bullet.png);
	font-size: 18px;
	color: #777777;
	margin-left: 20px;
	padding-bottom: 10px;
}
.products p img {
	padding: 0 20px 25px 0;
	float: left;
	clear: both;
}
.featureBg {
	width: 100%;
	background:#f5fcf3 url(../../images/en/2017/featureBg.jpg) repeat center top fixed;
	background-size: cover;
	padding: 40px 0;
	margin-top: 30px;
}
.featureBg h2, .videoInfo h2, .bonus h2 {
	font-size: 24px;
	color: #2b9709;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 700;
}
.featureBg ul li, .bonus ul li {
	font-size: 18px;
	color: #777;
	list-style-image: url(../../images/en/2017/check.png);
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 32px;
}
.videoInfo {
	width: 100%;
	padding: 30px;
	margin-top: 25px;
}
.videoInfo img {
	margin-top: 25px;
}
.logo-panel .table > tbody > tr > td {
	font-size: 18px;
}
.logo-panel .table h2, .logo-panel .table h3 {
	font-size: 24px;
	color: #777;
	font-weight: 700;
	text-transform: uppercase;
}
.logo-panel h2 span, .logo-panel h3 span {
	font-size: 36px;
	color: #d41617;
}
.logo-panel h3 span{
	font-size: 24px;
	color: #d41617;
}
.logo-panel h1 {
	font-size: 32px;
	color: #777;
	font-weight: 700;
	text-transform: uppercase;
}
.logo-panel h1 span {
	background: #d41617;
	color: white;
	padding: 0 4px;
	border-radius: 10px;
	font-size: 44px;
}
.rib-width {
	width: 45%;
	float: right;
}
.red-txt, .red-txt2, .red-txt3 {
	float: left;
	width:55%;
	font-size:30px;
	color: #d41617;
	text-transform: uppercase;
	font-weight: 700;
	padding-right: 30px;
	padding-top: 40px;
	text-align: right;
}
.red-txt2 {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.red-txt3 {
	font-size:42px;
	padding: 20px;
}
.red-txt.second-row {
	font-size: 30px;
	line-height: 80px;
}
.thumbnail {
	padding: 10px;
	text-align: justify;
	line-height:1.2;
}
.thumbnail img {
	margin-top: 15px;
}
.thumbnail h2{
	font-size: 22px;
	padding-bottom: 5px!important;
}
.referBx div.greenBx, .referBx div.orngBx {
	font-size: 24px;
	color: white;
	text-align: center;
	padding: 40px;
	margin: 20px 0 30px;
	text-transform: uppercase;
	line-height: 28px;
}
.referBx div.greenBx {
	background: #44b759;
}
.referBx div.orngBx {
	background: #fd9a00;
}
.referBx img {
	margin-bottom: 20px;
}
.bonus h2 span {
	background: #d41617;
	color: white;
	padding: 0 4px;
	border-radius: 10px;
}
.cta-wrap {
	border: 4px dashed #d41617;
	border-radius: 10px;
	padding: 20px;
	margin-top: 40px;
}
.cta-wrap h3 a{
	font-size: 24px;
	color: #d41617;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 10px;
	display: block;
}
.cards {
	position: relative;
	margin-top: 35px;
}
.cards:after {
	content: url(../../images/es/2017/guarantee.png);
	position: absolute;
	top: -30px;
	right: 0;
}
.logo-panel .footer {
	text-transform: uppercase;
	padding-top:30px;
	font-size: 18px;
	color: #777;
}
.logo-panel .footer span {
	color: #d41617;
	font-weight: 700;
}
.summary-block h2 {
	font-size: 32px;
	font-weight: 700;
}
.summary-block h3 {
	font-size: 30px;
	font-weight: 700;
}
.summary-block .cta-wrap2 .btn-wrap1,
.summary-block .cta-wrap2 .btn-wrap2 {
	width: 400px;
	width: calc(50% - 25px);
}
.summary-block .cta-wrap2 .btn-cta {
	font-size: 23px;
	padding: 15px 3px;
}
.summary-block .cta-wrap2 .btn-cta > span {
	font-size: 16px;
}
.summary-block .cta-wrap2 .text-between {
	min-width: 40px;
}
.summary-block .text-under-btn {
	font-size: 18px;
	margin-bottom: 10px;
}

.fixedNav {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -80px;
	z-index: 11;
	display: block;
}
#slideNav {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	transition: background 0.1s linear 0s;
}
#slideNav:hover {
	background-color:#3b9e1d;
	color: #ccc;
}
.hidden {
 display:none; 
	visibility: hidden;
}
.visible {
 display:block; 
}
.but-shadow {
	box-shadow: 7.632px 4.769px 14.56px 1.44px rgba(0, 0, 0, 0.14);
}
.spacer {
	margin-top:70px;
}
.zero-margin {
	margin-bottom: 0!important;
}
.red {
	color: #d20a0b!important;
}
/*.copy-right {*/
  /*float: left;*/
  /*font-weight: normal;*/
  /*margin-top: 10px;*/
  /*padding: 10px 0 20px 0;*/
  /*text-align: center;*/
  /*width: 100%;*/
	/*font-size: 14px;*/
/*}*/
.copy-right {
	text-align: left;
	margin-top: 10px;
	padding: 10px 0 20px 0;
}
.copy-right a {
  color: black!important;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.3px;
  text-decoration: none;
}
.copy-right a:hover {
	color: #d41617!important;
}
.footer_contacts {
	float: right;
	margin-left: 20px;
	max-width: 290px;
}
.footer_contacts > strong {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.footer_contacts address {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.footer_contacts address small {
	display: block;
}
/* Media queries */
@media screen and (max-width:1199px) {
	.red-txt {
		width: 100%;
		font-size: 24px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	.red-txt.second-row {
		font-size: 24px;
	}
	.rib-width {
		width:80%;
	}
	.red-txt3 {
		width: 100%;
		text-align: center;
		padding:30px 0 0 0;
		font-size: 40px;
	}
	.optin-bx .btn-form {
		font-size: 14px;
	}
	.optin-bx .btn-wrap1 .btn-form {
		padding: 25px 3px;
	}
	.optin-bx .btn-form > span {
		font-size: 14px;
	}
	.optin-bx .btn-form > b {
		font-size: 18px;
	}
	.optin-bx .text-between {
		line-height: 120px;
	}
	.btn-cta-wrap {
		max-width: 760px;
	}
	.btn-cta-wrap .btn-cta {
		font-size: 24px;
	}
	.btn-cta-wrap .btn-cta > b {
		font-size: 30px;
	}
	.cta-wrap2 .btn-wrap1 {
		width: 450px;
		width: calc(50% - 20px);
	}
	.cta-wrap2 .btn-wrap2 {
		width: 450px;
		width: calc(50% - 20px);
	}
	.cta-wrap2 .text-between {
		line-height: 80px;
		min-width: 40px;
		font-size: 16px;
	}
	.cta-wrap2 .btn-cta {
		font-size: 22px;
	}
	.cta-wrap2 .btn-cta > span {
		font-size: 16px;
	}
	.summary-block .cta-wrap2 .btn-cta {
		font-size: 20px;
	}
	.summary-block .cta-wrap2 .btn-cta > span {
		font-size: 16px;
		display: block;
		letter-spacing: -0.5px;
	}
	.summary-block .text-under-btn {
		font-size: 14px;
	}
	.summary-block .text-between {
		line-height: 125px;
	}
}
@media screen and (max-width:992px){
	.header .logo {
		margin-bottom: 15px;
	}
	.header .login a{
		background: #069506;
		padding: 8px;
		border-radius: 4px;
		color: white;
		margin:0 auto 10px;
		display: block;
		width: 70%;
	}
	.header .login a:hover {
		color: white;
		background: #14a234;
	}
	.header .login img {
		display: none;
		margin: 0;
	}
	.video {
		position: relative;
  	width: 100%;
		margin: 0 auto;
		top: 0;
		left: 0;
		margin-bottom: 15px;
		background: #ccc;
		padding: 10px;
		border-radius: 10px;
	}
	.optin-bx {
		margin-bottom: 15px;
	}
	.optin-bx .btn-wrap1 .btn-form {
		padding: 5px 3px;
	}
	.optin-bx .text-between {
		line-height: 80px;
	}
	.shadow {
		margin-top:10px;
	}
	.cta-wrap2 .btn-cta {
		font-size: 20px;
		padding: 10px 10px;
	}
	.cta-wrap2 .btn-cta > span {
		font-size: 16px;
		display: block;
	}
	.summary-block .cta-wrap2 .btn-cta {
		font-size: 20px;
	}
	.summary-block .text-between {
		min-width: 50px;
	}
}
@media screen and (max-width:768px){
	.rib-width {
		width:90%;
	}
	.red-txt {
		width: 100%;
		font-size: 28px;
	}
	.red-txt2 {
		font-size: 26px;
	}
	ul.referList li {
	margin-left: 25px;
}
}
@media only screen and (max-width: 767px) {
	.logo-panel h2 {
		font-size: 26px;
	}
	.logo-panel h3 {
		font-size: 24px;
	}
}
@media screen and (max-width:620px) {
.cards:after {
	top: auto;
	right: auto;
	display: block;
	position: static;
}
.footer_contacts {
	float: none;
	width: 100%;
	margin-left: 0;
	max-width: 100%;
}
	.optin-bx .btn-wrap1 {
		display: block;
		width: 100%;
	}
	.optin-bx .btn-wrap2 {
		display: block;
		width: 100%;
	}
	.optin-bx .text-between {
		display: block;
		width: 100%;
		vertical-align: middle;
		line-height: 80px;
	}
	.optin-bx .btn-form {
		font-size: 16px;
	}
}
@media screen and (max-width:460px){
	.optin-bx h2 {
		font-size: 24px;
	}
	.optin-bx {
		padding: 20px 20px 35px;
	}
	.optin-bx .orgBut a {
		font-size: 24px;
	}
	.hosting-bg {
		padding: 10px;
	}
	.hosting-bg h2 {
		font-size: 20px;
	}
	.clients-wrap h1 {
		font-size: 24px;
		line-height:30px;
		padding: 0 10px 10px;
	}
	.green-strip h2 {
	font-size: 18px;
	}
	.hosting-tbl .table > tbody > tr > td {
	font-size: 14px;
	color: 6c6c6c!important;
	padding: 7px 7px 7px 15px;
}
}
@media screen and (min-width:480px) and (max-width:992px) {
	.clients {
		width: 90%;
		margin: 0 auto 25px;
	}
}
@media screen and (min-width:992px) and (max-width:1200px) {
	.optin-bx h2 {
  	font-size: 24px;
		padding-bottom: 5px;
	}
}
@media screen and (min-width:480px){
	
}

@media screen and (min-width:768px){
	
}

@media screen and (min-width:992px){
.thumbnail {
	min-height: 400px;
}
}

@media screen and (min-width:1200px){
.cards:after {
	right:80px;
}
}
a.livechat {
	width: 168px;
	height: 34px;
	position: fixed;
	top: 153px;
	right: -13px;
	transition: all 0.3s linear;
	z-index: 10;
}
a.livechat:hover{
	right: 0;
}
@media only screen and (max-width: 767px) {
	.header_top ul>li {
		display: block;
		margin: 5px 0;
	}
	a.livechat{
		width: 168px;
		height: 34px;
		transform: rotate(-90deg);
		right: -67px;
	}
	a.livechat:hover{
		right: -67px;
	}
	.products p img{
		float: none;
	}
	.red-ribbon p{
		font-size: 16px;
	}
	.red-ribbon p.every{
		font-size: 14px;
	}
	#ribbon-container p{
		font-size: 19px;
	}
	.logo-panel .table > tbody > tr > td {
		font-size: 14px;
	}
	.logo-panel h2, .logo-panel h3 {
		text-align: center;
	}
	.clients{
		text-align: center;
	}
	.clients-bg{
		float: none;
		display: inline-block;
	}
	.clients-bg img {
		left: 50%;
		transform: translateX(-50%);
	}
	.m-logo{
		margin-bottom: 24px;
	}
	.logo-panel h1 span{
		font-size: 40px;
	}
	.orgBut a h2 span, .orgBut h2 span {
		font-size: 19px;
	}
	.btn-cta-wrap .btn-cta {
		font-size: 20px;
	}
	.btn-cta-wrap .btn-cta > b {
		font-size: 24px;
	}
	.cta-wrap2 .btn-wrap1 {
		width: 100%;
		display: block;
	}
	.cta-wrap2 .btn-wrap2 {
		width: 100%;
		display: block;
	}
	.cta-wrap2 .text-between {
		line-height: 80px;
		min-width: 40px;
		font-size: 16px;
	}
	.cta-wrap2 .btn-cta {
		font-size: 20px;
	}
	.cta-wrap2 .btn-cta > span {
		font-size: 16px;
	}
	.summary-block .cta-wrap2 .btn-wrap1, .summary-block .cta-wrap2 .btn-wrap2 {
		display: block;
		width: 100%;
	}
}