@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,900);
@import "flag-icon.min.css";
@import "cssmap-continents.css";
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html,
body {
  height: 100%;
}
body {
  color: #202020;
  font: 400 100%/1.6 'Lato', Helvetica, Arial, sans-serif;
  background: #202020;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 80%;
  }
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.clear {
  clear: both;
}
a {
  color: #f38931;
  text-decoration: none;
}
a:hover {
  color: #e46f0d;
}
input,
select,
textarea {
  font: 400 1em/1.6 'Lato', Helvetica, Arial, sans-serif;
}
body:lang(el),
input:lang(el),
select:lang(el),
textarea:lang(el) {
  font: 400 100%/1.6 Helvetica, Arial, sans-serif;
}
img {
  max-width: 100%;
}
#main {
  background: #fff;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.top {
  *zoom: 1;
  padding: 30px 0 10px;
  border-bottom: 1px solid #c0c0c0;
}
.top:before,
.top:after {
  content: "";
  display: table;
}
.top:after {
  clear: both;
}
.top h1 {
  font-weight: 300;
  font-size: 2.25em;
  text-transform: uppercase;
  float: left;
  line-height: 1.3em;
}
.top .second-nav {
  float: right;
  margin-top: 20px;
}
.top .second-nav a {
  display: inline-block;
  margin-left: 30px;
  white-space: nowrap;
}
.top .second-nav a.cta {
  background: #202020;
  color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  padding: 3px 10px;
  font-size: 0.75em;
}
h1 {
  font-size: 2.625em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.375em;
}
#text-page {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
#text-page p {
  margin-bottom: 1.5em;
}
#text-page p strong,
#text-page p b {
  font-weight: 700;
}
#text-page ul {
  margin-bottom: 1.5em;
  padding-left: 20px;
}
#cookie-bar {
  background: rgba(0, 0, 0, 0.6);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
  z-index: 200;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
  font-size: 0.8em;
  text-transform: uppercase;
}
#cookie-bar .cb-enable {
  background: #f38931;
}
#cookie-bar .cb-enable:hover {
  background: #e46f0d;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
#modal_popup.signup {
  padding: 30px 30px;
  color: #202020;
  background: #fff;
  box-shadow: 0px 8px 29px rgba(0, 0, 0, 0.17);
}
#modal_popup.signup h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 3.375em;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #modal_popup.signup h1 {
    font-size: 2em;
  }
}
#modal_popup.signup h2 {
  color: #fff;
  font-weight: 300;
  font-size: 2.125em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #modal_popup.signup h2 {
    font-size: 1.65em;
  }
}
#modal_popup.signup p.flavor {
  font-size: 1rem;
  margin-bottom: 1.4em;
}
#modal_popup.signup h4 {
  font-weight: 300;
  font-size: 1em;
}
#modal_popup.signup h3 {
  font-weight: 300;
  font-size: 2.5em;
}
#responsive-nav {
  display: none;
}
@media only screen and (max-width: 900px) {
  #responsive-nav {
    display: block;
  }
}
#responsive-nav ul li {
  border-bottom: 1px solid #535353;
}
#responsive-nav ul li a {
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
}
#responsive-nav #lang_choice_1 {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
  margin: 10px 15px;
  background: #999;
  border: 0 none;
}
.header {
  background: #202020;
  padding: 0;
  /*
	.header-nav {
		float: left;
		margin: 12px 0 10px 20px;
		ul {
			li {
				display: inline-block;
				margin-right: 10px;
				a {
					text-transform: uppercase;
					color: @white;
					font-size: 0.875em;
				}
			}
		}
	}
	.account-nav {
		float: right;
		margin-top: 2px;
		a {
			display: inline-block;
			margin-left: 10px;
			text-transform: uppercase;
			color: @white;
			font-size: 0.875em;
			padding: 8px 10px;
			&.signup {
				border-radius: 4px;
				border: 2px solid @orange;
				color: @orange;
				font-weight: 700;
				padding: 8px 18px;
			}
			img {
				vertical-align: middle;
			}
		}
	}
	.lang-selector {
		position: absolute;
		top: -26px;
		right: 15px;
		background: #363636;
		border-radius: 0 0 3px 3px;
		font-size: 0.65em;
		text-transform: uppercase;
		padding: 1px 18px;
		cursor: pointer;
		a {
			color: @white;
		}
	}
	#languages {
		position: absolute;
		top: -8px;
		right: 15px;
		display: none;
		background: #363636;
		border-radius: 3px;
		color: @white;
		font-size: 0.7em;
		text-transform: uppercase;
		padding: 2px 18px;
		text-align: right;
		z-index: 100;
		min-width: 92px;
		a {
			color: @white;
		}
	} */
}
.header .wrapper {
  *zoom: 1;
  position: relative;
}
.header .wrapper:before,
.header .wrapper:after {
  content: "";
  display: table;
}
.header .wrapper:after {
  clear: both;
}
.header .logo {
  float: left;
  margin: 30px 0 23px;
}
.header .toggle-panel {
  color: #fff;
  display: none;
  font-size: 3em;
  line-height: 1em;
  float: right;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .header .toggle-panel {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .header #languages,
  .header .lang-selector,
  .header .account-nav,
  .header .header-nav {
    display: none;
  }
}
.header .header-nav {
  float: right;
}
.header .header-nav ul li {
  display: inline-block;
  margin-left: 10px;
}
.header .header-nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
}
.header .account-nav {
  float: right;
  margin: -3px 0 18px;
}
.header .account-nav a {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 3px;
  border-radius: 4px;
  font-size: 0.75em;
}
.header .account-nav a.signup {
  border-radius: 0 0 4px 4px;
  background: #f38931;
  padding: 2px 12px;
}
.header .account-nav a i {
  margin-right: 3px;
}
.header .account-nav a img {
  vertical-align: middle;
}
.header .lang-selector {
  float: right;
  background: rgba(15, 15, 15, 0.3);
  border-radius: 3px;
  font-size: 0.7em;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 4px;
  position: relative;
}
.header .lang-selector a {
  color: #fff;
  display: block;
  padding: 3px 10px;
}
.header #languages {
  position: absolute;
  top: 100%;
  right: 0px;
  display: none;
  background: rgba(15, 15, 15, 0.3);
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  padding: 3px 10px;
  text-align: right;
  z-index: 100;
  min-width: 100%;
}
.header #languages a {
  color: #fff;
}
.header .support-banner {
  color: #fff;
  font-size: 0.9em;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .header .support-banner span.nowrap {
    display: block;
  }
}
/*
.home .header {
	background: url(../img/home-top-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	//padding: 30px 0 30px;
	.account-nav a.signup {
		//border: 2px solid @dark;
		background: @dark;
	}
}*/
.footer {
  background: #202020;
  padding: 35px 0 35px;
  max-height: 100%;
}
.footer .wrapper {
  *zoom: 1;
}
.footer .wrapper:before,
.footer .wrapper:after {
  content: "";
  display: table;
}
.footer .wrapper:after {
  clear: both;
}
.footer .footer-nav {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  text-align: left;
  padding-left: 10px;
}
.footer .footer-nav span {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  margin-top: 18px;
}
.footer .footer-nav ul li {
  width: 50%;
  float: left;
  margin-bottom: 3px;
}
.footer .footer-nav ul li a {
  color: #989898;
  text-transform: uppercase;
  font-size: 0.75em;
}
.footer .footer-nav ul li a:hover {
  color: #b2b2b2;
}
@media only screen and (max-width: 900px) {
  .footer .footer-nav {
    display: none;
  }
}
.footer .newsletter-signup {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 15px;
}
.footer .newsletter-signup span {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  margin-top: 18px;
}
.footer .newsletter-signup #mce-EMAIL {
  border-radius: 4px 0 0 4px;
  border: 0 none;
  display: inline-block;
  padding: 8px 15px;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .footer .newsletter-signup #mce-EMAIL {
    width: 60%;
  }
}
.footer .newsletter-signup #open-popup {
  background: #f38931;
  color: #fff;
  border-radius: 4px;
  border: 0 none;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Lato';
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 8px 15px;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  .footer .newsletter-signup #mc-embedded-subscribe {
    width: 40%;
  }
}
@media only screen and (max-width: 900px) {
  .footer .newsletter-signup {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
    padding: 0;
    margin: 10px auto;
  }
}
.footer .footer-social {
  display: inline;
  float: left;
  width: 16.66666667%;
  margin: 0 0%;
  padding-left: 10px;
}
.footer .footer-social span.title {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  margin-top: 18px;
}
.footer .footer-social a {
  display: block;
  margin: 10px 0;
  color: #989898;
  font-size: 0.75em;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .footer .footer-social a {
    display: inline-block;
    margin: 10px;
  }
  .footer .footer-social a span {
    display: none;
  }
}
.footer .footer-social a:hover {
  opacity: 0.7;
}
.footer .footer-social a img {
  vertical-align: middle;
  max-width: 25px;
  margin-right: 5px;
}
@media only screen and (max-width: 900px) {
  .footer .footer-social a img {
    max-width: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .footer .footer-social {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
    padding: 0;
    margin: 10px auto;
  }
}
.footer .badges {
  margin-top: 50px;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .footer .badges {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
    padding: 0;
    margin: 10px auto;
  }
}
.footer .badges img {
  vertical-align: middle;
  height: 30px;
}
.footer .footer-disclaimer {
  margin: 15px auto;
  max-width: 550px;
  color: #bebdbd;
  font-size: 0.75em;
}
.footer .copyright {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  max-width: 650px;
  font-size: 0.8em;
  color: #989898;
  padding-right: 40px;
  line-height: 1.3;
}
.footer .copyright img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .footer .copyright {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
    padding: 0 10px;
    margin: 10px auto;
    max-width: 100%;
  }
}
.rtl .footer .footer-nav,
.rtl .footer .newsletter-signup {
  text-align: right;
}
.rtl .footer .newsletter-signup #mce-EMAIL {
  border-radius: 0 4px 4px 0;
}
.rtl .footer .newsletter-signup #mc-embedded-subscribe {
  border-radius: 4px 0 0 4px;
}
/*
#home-top {
	background: url(../img/home-top-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	text-align: center;
	padding: 160px 0 120px;
	@media @medium {
		padding: 70px 0 0;
	}
	h1 {
		color: @white;
		font-weight: 700;
		margin-bottom: 10px;
		font-size: 3.375em;
		text-transform: uppercase;
		@media @medium {
			font-size: 2em;
		}
	}
	h2 {
		color: @white;
		font-weight: 300;
		font-size: 2.125em;
		margin-bottom: 30px;
		@media @medium {
			font-size: 1.65em;
		}
	}
	.cta {
		a {
			display: inline-block;
			font-size: 1.25em;
			color: @white;
			background: @dark;
			text-align: center;
			padding: 12px 35px;
			margin: 10px;
			border-radius: 4px;
			min-width: 245px;
			text-transform: uppercase;
			&.login {
				background: transparent;
				box-shadow: inset 0 0 0 2px @white;
			}
		}
	}
	.responsive-devices {
		margin: 50px 0 70px;
	}
	.products {
		border-top: 1px solid rgba(255,255,255,0.3);
		.wrapper {
			.clearfix();
		}
		a {
			.column(4);
			text-align: center;
			padding: 20px 0;
			&:nth-of-type(2) {
				border-right: 1px solid rgba(255,255,255,0.3);
				border-left: 1px solid rgba(255,255,255,0.3);
			}
		}
	}
}*/
#home-top-signup {
  background: url(../img/home-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 90px 0 0;
}
@media only screen and (max-width: 768px) {
  #home-top-signup {
    padding: 70px 0 0;
  }
}
#home-top-signup .wrapper {
  *zoom: 1;
}
#home-top-signup .wrapper:before,
#home-top-signup .wrapper:after {
  content: "";
  display: table;
}
#home-top-signup .wrapper:after {
  clear: both;
}
#home-top-signup h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 3.375em;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #home-top-signup h1 {
    font-size: 2em;
  }
}
#home-top-signup h2 {
  color: #fff;
  font-weight: 300;
  font-size: 2.125em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #home-top-signup h2 {
    font-size: 1.65em;
  }
}
#home-top-signup .info {
  display: inline;
  float: left;
  width: 58.33333333%;
  margin: 0 0%;
  padding-top: 30px;
}
#home-top-signup .info:lang(el) {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #home-top-signup .info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#home-top-signup .info .pricing {
  color: #fff;
  margin-top: 20px;
  *zoom: 1;
}
#home-top-signup .info .pricing:before,
#home-top-signup .info .pricing:after {
  content: "";
  display: table;
}
#home-top-signup .info .pricing:after {
  clear: both;
}
#home-top-signup .info .pricing .starting {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#home-top-signup .info .pricing div.price {
  *zoom: 1;
  line-height: 3.3em;
  height: 100px;
  margin-bottom: 10px;
}
#home-top-signup .info .pricing div.price:before,
#home-top-signup .info .pricing div.price:after {
  content: "";
  display: table;
}
#home-top-signup .info .pricing div.price:after {
  clear: both;
}
#home-top-signup .info .pricing div.price img.sat-logos {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1200px) {
  #home-top-signup .info .pricing div.price img.sat-logos {
    display: none;
  }
}
#home-top-signup .info .pricing div.price p.price {
  font-size: 7em;
  position: relative;
  font-weight: 700;
}
#home-top-signup .info .pricing div.price p.price sup {
  font-size: 0.5em;
  vertical-align: super;
}
#home-top-signup .info .pricing div.price p.price span.month {
  position: absolute;
  font-size: 0.28em;
  bottom: -32px;
  left: 162px;
  font-weight: 400;
}
#home-top-signup .info .pricing .pull-left {
  float: left;
}
#home-top-signup .info .pricing .subscription {
  font-size: 1.65em;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 20px;
  padding-right: 15px;
}
#home-top-signup .signup {
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0 0%;
  padding: 30px 30px;
  color: #202020;
  background: #fff;
  box-shadow: 0px 8px 29px rgba(0, 0, 0, 0.17);
  position: relative;
  top: 15px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #home-top-signup .signup {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#home-top-signup .signup p.flavor {
  font-size: 1rem;
  margin-bottom: 1.4em;
}
#home-top-signup .signup h4 {
  font-weight: 300;
  font-size: 1em;
}
#home-top-signup .signup .form-wrapper {
  width: 100%;
  overflow: hidden;
}
#home-top-signup .signup .form-wrapper .form-frame {
  *zoom: 1;
  width: 200%;
  position: relative;
  top: 0;
  left: 0;
}
#home-top-signup .signup .form-wrapper .form-frame:before,
#home-top-signup .signup .form-wrapper .form-frame:after {
  content: "";
  display: table;
}
#home-top-signup .signup .form-wrapper .form-frame:after {
  clear: both;
}
#home-top-signup .signup .form-wrapper .half {
  width: 50%;
  float: left;
}
#home-top-signup .signup h3 {
  font-weight: 300;
  font-size: 2.5em;
}
#home-top-signup .signup .package {
  background: #f6f6f6;
  display: inline-block;
  padding: 30px 40px;
  border-radius: 4px;
  margin: 5px;
  max-width: 400px;
}
#home-top-signup .signup .package:hover {
  background: #202020;
}
#home-top-signup .signup .package h2 {
  letter-spacing: 2px;
  margin: 5px 0 10px;
  font-weight: 700;
}
#home-top-signup .signup .plan {
  display: inline-block;
  width: 49%;
  color: #202020;
  padding: 0 5px;
  position: relative;
}
#home-top-signup .signup .plan:hover {
  color: #fff;
}
#home-top-signup .signup .plan:hover .content-top {
  background: #3a3a3a;
}
#home-top-signup .signup .plan:hover h2 {
  color: #fff;
}
#home-top-signup .signup .plan.selected {
  color: #fff;
}
#home-top-signup .signup .plan.selected .content-top {
  background: #202020;
}
#home-top-signup .signup .plan.selected h2 {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #home-top-signup .signup .plan {
    font-size: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #home-top-signup .signup .plan {
    width: 49%;
    margin-bottom: 10px;
  }
}
#home-top-signup .signup .plan .content-top {
  background: #f6f6f6;
  border-radius: 4px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}
#home-top-signup .signup .plan.popular h2:after {
  position: absolute;
  content: "POPULAR";
  top: 20px;
  padding: 4px 40px;
  text-align: center;
  font-size: 0.75em;
  text-transform: uppercase;
  background: #f38931;
  color: #fff;
  left: -30px;
  transform: rotate(-40deg);
}
#home-top-signup .signup .plan h2 {
  text-transform: uppercase;
  font-size: 1em;
  color: #202020;
  margin-bottom: 0px;
  letter-spacing: 1px;
  padding: 15px 0 0;
  font-weight: 700;
}
#home-top-signup .signup .plan .price {
  padding: 0;
  font-size: 4em;
  font-weight: 400;
  white-space: nowrap;
}
#home-top-signup .signup .plan .price .small {
  font-size: 0.4em;
  text-transform: none;
}
#home-top-signup .signup .plan .price .decimals {
  vertical-align: super;
  font-size: 0.4em;
  position: relative;
  top: -5px;
}
#home-top-signup .signup .plan .price img {
  vertical-align: middle;
}
#home-top-signup .signup .plan .monthly {
  font-size: 0.75em;
  font-style: italic;
  padding: 0 0 15px;
}
#home-top-signup .signup .plan p {
  font-size: 0.875em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 0;
}
#home-top-signup .signup .plan p.features {
  margin-top: 10px;
  border-top: 1px solid #d7d7d7;
}
.form-group {
  margin: 0 auto;
  border-top: 1px solid #d7d7d7;
}
.form-group label,
.form-group input[type="text"],
.form-group input[type="password"],
.form-group select,
.form-group select option {
  display: block;
}
.form-group label {
  font-size: 0.75em;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 2px;
  text-align: left;
}
.form-group label.terms,
.form-group label.radio {
  display: inline-block;
  font-weight: 400;
}
.form-group label.radio {
  font-size: 1em;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group select,
.form-group select option {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input[type="text"].error,
.form-group input[type="password"].error,
.form-group select.error,
.form-group select option.error {
  border: 1px solid #C40E0E;
}
.form-group input[type="text"].error:focus,
.form-group input[type="password"].error:focus,
.form-group select.error:focus,
.form-group select option.error:focus {
  border: 1px solid #d7d7d7;
}
.form-group .error-msg {
  font-size: 0.75em;
  color: #C40E0E;
}
.form-group #submit {
  background: #f38931;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  font-size: 1.5em;
  padding: 8px 35px;
  margin: 20px 0px 10px 0;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  width: auto;
}
.form-group #submit:hover {
  background: #e46f0d;
}
.form-group p {
  font-size: 0.78em;
  margin-top: 10px;
}
.form-group span.or {
  margin-right: 10px;
}
.form-group a.signup-fb {
  background: #3b5998;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  font-size: 1em;
  padding: 8px 15px;
  margin: 20px 0 10px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
}
.form-group a.signup-fb:hover {
  background: #2d4373;
}
/*
#home-channels {
	background: url(../img/home-channel-logos.jpg) repeat-x;
	-webkit-animation: slide 40s linear infinite;
	animation: slide 40s linear infinite;
	height: 125px;
}

@-webkit-keyframes slide {
    from { background-position: 0 center; }
    to { background-position: -2842px center; }
}
*/
#home-phones {
  background: url(../img/home-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  text-align: right;
  color: #fff;
  padding: 3px;
  position: relative;
  font-size: 0.94em;
}
#home-phones a {
  color: #fff;
}
@media only screen and (max-width: 580px) {
  #home-phones {
    text-align: center;
  }
}
#home-phones .wrapper {
  position: relative;
}
#home-phones .flag-icon {
  border-radius: 10px;
}
#home-phones .small {
  font-size: 0.875em;
}
#home-phones span {
  margin: 0 2px;
}
#home-phones .nowrap {
  white-space: nowrap;
}
@media only screen and (max-width: 580px) {
  #home-phones .flavor {
    display: none;
  }
}
#home-phones:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
#home-top {
  background: url(../img/home-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
#home-top .wrapper {
  position: relative;
  overflow: hidden;
  padding: 175px 15px;
  /*
		&:before {
			position: absolute;
			content: url(../img/home-hd609n-tv.png);
			bottom: -8px;
			right: 0;
			z-index: 10;
			@media @medium {
				display: none;
			}
		}*/
}
@media only screen and (max-width: 1200px) {
  #home-top .wrapper {
    padding: 175px 15px 80px;
  }
}
@media only screen and (max-width: 768px) {
  #home-top .wrapper {
    padding: 130px 15px 50px;
  }
}
#home-top h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 3.375em;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #home-top h1 {
    font-size: 2em;
  }
}
#home-top h2 {
  color: #fff;
  font-weight: 300;
  font-size: 2.125em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #home-top h2 {
    font-size: 1.65em;
  }
}
#home-top .warning-banner {
  position: absolute;
  top: 30px;
  left: 0;
}
#home-top .warning-banner .warning {
  background: rgba(239, 7, 7, 0.51);
  color: #fff;
  padding: 8px 10px;
  border-radius: 2px;
  line-height: 1.5;
  font-size: 1em;
  box-shadow: 4px 6px 24px -8px rgba(0, 0, 0, 0.72);
  animation: colorchange 3s infinite;
  /* animation-name followed by duration in seconds*/
  -webkit-animation: colorchange 3s infinite;
  /* Chrome and Safari */
}
#home-top .warning-banner p {
  margin-top: -20px;
}
#home-top .info {
  position: relative;
  z-index: 100;
  pointer-events: none;
}
#home-top .info:lang(el) {
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  #home-top .info {
    text-align: center;
  }
}
#home-top .cta a {
  pointer-events: auto;
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  background: #202020;
  text-align: center;
  padding: 12px 35px;
  border-radius: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #home-top .cta a {
    margin-bottom: 20px;
  }
}
#home-top .banner {
  position: absolute;
  right: 0;
  bottom: -150px;
  background: rgba(32, 32, 32, 0.51);
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 15px 25px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 1.25em;
  box-shadow: 4px 6px 24px -8px rgba(0, 0, 0, 0.72);
}
@media only screen and (max-width: 768px) {
  #home-top .banner {
    bottom: 80px;
    right: 20px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 580px) {
  #home-top .banner {
    bottom: 30px;
    right: 10px;
  }
}
#home-top .banner .years {
  font-weight: 700;
}
#home-top .badge {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f38931;
  background: -moz-radial-gradient(center, ellipse cover, #ffa84c 0%, #ff7b0d 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffa84c 0%, #ff7b0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffa84c 0%, #ff7b0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 150px;
  text-align: center;
  width: 200px;
  height: 200px;
  padding: 35px 0;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 1.25em;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
  box-shadow: 4px 6px 24px -8px rgba(0, 0, 0, 0.72);
}
@media only screen and (max-width: 768px) {
  #home-top .badge {
    bottom: 45px;
    transform: scale(0.8) rotate(7deg);
  }
}
@media only screen and (max-width: 580px) {
  #home-top .badge {
    bottom: 25px;
    transform: scale(0.6) rotate(7deg);
  }
}
#home-top .badge span {
  display: block;
  font-weight: 700;
  font-size: 2.9rem;
  margin-top: -15px;
}
#home-top .badge span.content {
  font-size: 2.2rem;
  margin-bottom: -10px;
}
#home-top .badge img {
  max-width: 78%;
  margin-top: -13px;
  margin-bottom: -8px;
}
#home-top .video-player {
  position: absolute;
  bottom: 130px;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  #home-top .video-player {
    width: 490px;
    bottom: 180px;
  }
}
@media only screen and (max-width: 900px) {
  #home-top .video-player {
    position: relative;
    width: auto;
    max-width: 662px;
    bottom: 0;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-left: -331px;
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #home-top .video-player {
    left: 0;
    margin-left: 0;
  }
}
#home-top .video-player .tv {
  position: relative;
}
#home-top .video-player .tv .frame {
  padding: 0px 4px;
  position: absolute;
  top: 4px;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #home-top .video-player .tv .frame {
    padding: 0px 3px;
  }
}
@media only screen and (max-width: 900px) {
  #home-top .video-player .tv .frame {
    padding: 0px 4px;
  }
}
@media only screen and (max-width: 768px) {
  #home-top .video-player .tv .frame {
    padding: 0 0.5%;
  }
}
#home-top .video-player .tv .device {
  position: absolute;
  bottom: -150px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #home-top .video-player .tv .device {
    max-width: 70%;
    bottom: -33%;
  }
}
@keyframes colorchange {
  0% {
    background: rgba(249, 7, 7, 0.9);
  }
  50% {
    background: rgba(198, 0, 0, 0.9);
  }
  100% {
    background: rgba(249, 7, 7, 0.9);
  }
}
@-webkit-keyframes colorchange {
  /* Safari and Chrome - necessary duplicate */
  0% {
    background: rgba(249, 7, 7, 0.9);
  }
  50% {
    background: rgba(198, 0, 0, 0.9);
  }
  100% {
    background: rgba(249, 7, 7, 0.9);
  }
}
#home-zaaptv {
  background: url(../img/home-device-bg-new.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0 90px;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 900px) {
  #home-zaaptv {
    text-align: center;
  }
}
#home-zaaptv h2 {
  font-size: 2.125em;
  margin-bottom: 10px;
}
#home-zaaptv p {
  max-width: 500px;
}
@media only screen and (max-width: 900px) {
  #home-zaaptv p {
    max-width: none;
  }
}
#home-zaaptv a.zaaptv {
  margin: 40px 0;
  display: block;
}
#home-zaaptv:after {
  background: url(../img/home-hd609n-front.png);
  top: 140px;
  left: 50%;
  content: '';
  width: 763px;
  height: 390px;
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  #home-zaaptv:after {
    display: none;
  }
}
#home-zaaptv .device {
  display: none;
}
@media only screen and (max-width: 900px) {
  #home-zaaptv .device {
    display: inline;
  }
}
#home-zaaptv .features {
  margin: 30px 0 30px;
  text-align: center;
}
#home-zaaptv .features .feature {
  display: inline-block;
  margin: 10px 20px;
}
#home-zaaptv .features .feature p {
  margin: 4px 0;
  font-weight: 300;
  text-transform: uppercase;
}
#home-zaaptv .cta {
  text-align: center;
}
#home-zaaptv .cta .cta-button {
  display: inline-block;
  font-size: 1.125em;
  color: #fff;
  background: #202020;
  text-align: center;
  padding: 12px 35px;
  margin: 10px;
  border-radius: 4px;
  min-width: 235px;
  text-transform: uppercase;
}
#home-renewal {
  color: #fff;
  background: url(../img/home-renewal-bg2.jpg) no-repeat bottom right;
  background-size: cover;
  padding: 25px 0;
}
#home-renewal .wrapper {
  *zoom: 1;
}
#home-renewal .wrapper:before,
#home-renewal .wrapper:after {
  content: "";
  display: table;
}
#home-renewal .wrapper:after {
  clear: both;
}
#home-renewal h2 {
  display: inline;
  float: left;
  width: 58.33333333%;
  margin: 0 0%;
  font-size: 1.25em;
  text-align: right;
  padding-right: 40px;
  padding-top: 20px;
}
@media only screen and (max-width: 580px) {
  #home-renewal h2 {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
    padding-right: 0;
  }
}
#home-renewal .cta {
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0 0%;
}
@media only screen and (max-width: 580px) {
  #home-renewal .cta {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
  }
}
#home-renewal .cta .cta-button {
  display: inline-block;
  font-size: 1.125em;
  color: #fff;
  background: #f38931;
  text-align: center;
  padding: 12px 35px;
  margin: 10px 0;
  border-radius: 4px;
  min-width: 235px;
  text-transform: uppercase;
}
#home-middle {
  background: url(../img/home-device-bg-new.jpg) no-repeat center center fixed;
  background-size: cover;
}
#home-middle .wrapper {
  *zoom: 1;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0;
}
#home-middle .wrapper:before,
#home-middle .wrapper:after {
  content: "";
  display: table;
}
#home-middle .wrapper:after {
  clear: both;
}
#home-middle .card {
  position: relative;
  width: 25%;
  float: left;
  background: url(../img/home-middle-bg.jpg) no-repeat center center;
  background-size: cover;
  border: 1px solid #fff;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 0;
}
#home-middle .card:first-child {
  border-left: 0 none;
}
#home-middle .card:last-child {
  border-right: 0 none;
}
@media only screen and (max-width: 768px) {
  #home-middle .card {
    width: 50%;
    border: 1px solid #fff;
  }
}
#home-middle .card a {
  display: block;
  width: 100%;
  height: 100%;
}
#home-middle .card a.renewal {
  background: url(https://www.zaaptv.com/wp-content/themes/zaaptv/img/home-card-renewal-new.png) no-repeat bottom center;
}
#home-middle .logo {
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0 10px;
}
#home-middle h3 {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 8px;
  color: #202020;
}
#home-middle h3.strong {
  font-weight: 700;
}
#home-middle .device.renewal {
  position: relative;
  top: 130px;
}
#home-middle .banner {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(32, 32, 32, 0.51);
  color: #fff;
  border-radius: 1px;
  text-align: center;
  padding: 5px 10px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 0.7em;
  box-shadow: 4px 6px 24px -8px rgba(0, 0, 0, 0.72);
}
#home-middle .banner .years {
  font-weight: 700;
}
@media only screen and (max-width: 580px) {
  #home-middle .banner {
    bottom: 0;
    right: 0;
  }
}
#home-middle .badge {
  position: absolute;
  right: 10px;
  bottom: 15px;
  background: #f38931;
  background: -moz-radial-gradient(center, ellipse cover, #ffa84c 0%, #ff7b0d 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffa84c 0%, #ff7b0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffa84c 0%, #ff7b0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 150px;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 0.6em;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
  box-shadow: 2px 3px 12px -4px rgba(0, 0, 0, 0.72);
  /*&:after {
	    	content: "";
	    	width: 200px;
	    	height: 200px;
	    	position: absolute;
	    	top: 0;
	    	left: 0;
	    	//border: 1px solid @white;
	    	border-radius: 150px;
	    	box-shadow: 0px 0px 0px 3px @white, 0px 0px 0px 8px rgba(255,123,13,1);
	    }*/
}
@media only screen and (max-width: 1200px) {
  #home-middle .badge {
    transform: scale(0.8) rotate(7deg);
  }
}
@media only screen and (max-width: 768px) {
  #home-middle .badge {
    transform: scale(1) rotate(7deg);
  }
}
@media only screen and (max-width: 580px) {
  #home-middle .badge {
    transform: scale(0.6) rotate(7deg);
    right: 4px;
    bottom: 6px;
  }
}
#home-middle .badge span {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: -8px;
}
#home-middle .badge span.content {
  font-size: 1.1rem;
  margin-bottom: -5px;
}
#home-middle .badge img {
  max-width: 78%;
  margin-top: -7px;
  margin-bottom: -6px;
}
#home-devices {
  padding: 50px 0 90px;
  color: #202020;
  text-align: center;
}
#home-devices img {
  vertical-align: middle;
  margin-bottom: 15px;
}
#home-devices .logo {
  margin-bottom: 10px;
}
#home-devices h2 {
  font-size: 2.75em;
  font-weight: 300;
  margin-bottom: 15px;
}
#home-devices img.devices {
  margin-bottom: 50px;
}
#home-devices a.store {
  margin-left: 10px;
}
#home-devices .platform-logos {
  margin-top: 60px;
  text-align: center;
}
/*
#home-arabic, #home-greek {
	padding: 110px 0 90px;
	color: @dark;
	position: relative;
	&:after {
		content:'';
	    width: 889px;
	    height: 569px;
	    display: inline-block;
	    position: absolute;
	}
	.wrapper {
		.clearfix();
	}
	.info {
		.column(5);
		@media @large {
			.column(12);
			text-align: center;
		}
	}
	.logo {
		margin-bottom: 10px;
	}
	h2 {
		font-size: 2.75em;
		font-weight: 300;
		margin-bottom: 15px;
	}
	p {
		margin-bottom: 1.6em;
	}
	a.store {
		margin-right: 10px;
		@media @medium {
			margin-right: 0;
		}
	}
	.platform-logos {
		margin-top: 60px;
		text-align: center;
	}
	.devices {
		display: none;
		@media @large {
			display: inline;
		}
	}
}

#home-arabic {
	background: @white;
	overflow-x: hidden;
	&:after {
		background: url(../img/arabic-devices.png);
		top: 120px;
		left: 50%;
		@media @large {
			display: none;
		}
	}
}

#home-greek {
	background: url(../img/greek-bg.jpg) no-repeat top left @white;
	background-size: cover;
	overflow-x: hidden;
	&:after {
		background: url(../img/greek-devices.png);
		top: 120px;
		right: 50%;
		@media @large {
			display: none;
		}
	}
	.info {
		.push(7);
		@media @large {
			.push(0);
		}
	}
}*/
#home-motto {
  background: url(../img/home-motto-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 90px 0;
}
#home-motto h2 {
  font-weight: 300;
  font-size: 2.125em;
  text-align: center;
  color: #fff;
}
#home-features {
  background: #fff;
  padding-bottom: 40px;
}
#home-features .wrapper {
  *zoom: 1;
}
#home-features .wrapper:before,
#home-features .wrapper:after {
  content: "";
  display: table;
}
#home-features .wrapper:after {
  clear: both;
}
#home-features .feature {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  margin-top: -25px;
  margin-bottom: 20px;
  padding: 0 25px;
  text-align: center;
}
#home-features .feature h3 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  #home-features .feature {
    display: inline;
    float: left;
    width: 50%;
    margin: 0 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 420px) {
  #home-features .feature {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
#greek-popup-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: -100%;
  text-align: center;
  z-index: 200;
}
#greek-popup-wrapper .greek-popup {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0px 8px 29px rgba(0, 0, 0, 0.17);
}
#greek-popup-wrapper .greek-popup h2 {
  font-weight: 300;
}
#greek-popup-wrapper .greek-popup .cta .cta-button {
  display: inline-block;
  color: #fff;
  background: #f38931;
  text-align: center;
  padding: 8px 18px;
  margin: 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
#greek-popup-wrapper .greek-popup .cta .cta-button#close_popup {
  background: transparent;
  box-shadow: inset 0 0 0 2px #202020;
  color: #202020;
}
#home-new-top {
  background: url(../img/home-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
#home-new-top .wrapper {
  position: relative;
  padding: 90px 15px;
  /*
		&:before {
			position: absolute;
			content: url(../img/home-hd609n-tv.png);
			bottom: -8px;
			right: 0;
			z-index: 10;
			@media @medium {
				display: none;
			}
		}*/
}
@media only screen and (max-width: 900px) {
  #home-new-top .wrapper {
    padding: 90px 15px 0px;
  }
}
#home-new-top .wrapper:after {
  position: absolute;
  top: 80px;
  left: 15px;
  z-index: 1000;
  content: url(../img/zaaptv-hd909n-tv-c.png);
}
@media only screen and (max-width: 1200px) {
  #home-new-top .wrapper:after {
    transform: scale(0.8);
    left: -50px;
    bottom: -8px;
  }
}
@media only screen and (max-width: 900px) {
  #home-new-top .wrapper:after {
    display: none;
  }
}
#home-new-top h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #home-new-top h1 {
    font-size: 2em;
  }
}
#home-new-top h2 {
  color: #fff;
  font-weight: 300;
  font-size: 2.125em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #home-new-top h2 {
    font-size: 1.65em;
  }
}
#home-new-top h3 {
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  background: #f38931;
  font-weight: 700;
  font-size: 0.625em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#home-new-top .info {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  margin-left: 50%;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  #home-new-top .info {
    display: inline;
    float: left;
    width: 58.33333333%;
    margin: 0 0%;
    margin-left: 41.66666667%;
  }
}
@media only screen and (max-width: 900px) {
  #home-new-top .info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  #home-new-top .info .hd609n-features {
    display: none;
  }
}
#home-new-top .cta a {
  pointer-events: auto;
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  background: #202020;
  text-align: center;
  padding: 12px 25px 12px 55px;
  border-radius: 14px;
  text-transform: uppercase;
  box-shadow: 0 6px #404040;
  position: relative;
  overflow: hidden;
}
#home-new-top .cta a:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}
#home-new-top .cta a:hover {
  box-shadow: 0 4px #404040;
  top: 2px;
}
#home-new-top .cta a:active {
  box-shadow: 0 0;
  top: 6px;
}
@media only screen and (max-width: 900px) {
  #home-new-top .cta a {
    margin-bottom: 20px;
  }
}
#home-new-top .cta a i.fa {
  margin-left: 30px;
}
#home-new-top .cta img {
  vertical-align: super;
  margin-left: 20px;
  width: 310px;
}
@media only screen and (max-width: 900px) {
  #home-new-top .cta img {
    width: auto;
    margin-left: 0;
  }
}
#home-new-top .home-hd609n-device {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #home-new-top .home-hd609n-device {
    display: block;
  }
}
#home-new-renewals {
  background: url(../img/home-new-renewal-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 90px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #home-new-renewals {
    text-align: center;
    padding: 50px 0;
  }
}
#home-new-renewals .wrapper {
  overflow: auto;
}
#home-new-renewals h2 {
  font-size: 2.125em;
  margin-bottom: 10px;
}
#home-new-renewals .info {
  display: inline;
  float: left;
  width: 66.66666667%;
  margin: 0 0%;
}
@media only screen and (max-width: 900px) {
  #home-new-renewals .info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#home-new-renewals .info h2,
#home-new-renewals .info h3,
#home-new-renewals .info h4 {
  font-weight: 300;
}
#home-new-renewals .info h2 {
  font-size: 1.75em;
  margin-bottom: 10px;
}
#home-new-renewals .info h3 {
  font-size: 1.125em;
  margin-bottom: 10px;
}
#home-new-renewals .info h4 {
  font-size: 1.375em;
}
#home-new-renewals .cta {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #home-new-renewals .cta {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
  #home-new-renewals .cta h2 br {
    display: none;
  }
}
#home-new-renewals .cta h2 {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 10px 0 10px;
}
#home-new-renewals .cta h3 {
  font-weight: 900;
  font-size: 3.2em;
  margin-bottom: 10px;
}
#home-new-renewals .cta h3 .small {
  font-size: 0.5em;
}
#home-new-renewals .cta h4 {
  font-size: 0.875em;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (max-width: 900px) {
  #home-new-renewals .cta h2 {
    margin: 10px 0;
  }
}
#home-new-renewals .cta .cta-button {
  display: inline-block;
  font-size: 1.125em;
  color: #fff;
  background: #202020;
  text-align: center;
  padding: 12px 15px 12px 35px;
  margin: 10px 0 0;
  min-width: 235px;
  border-radius: 14px;
  text-transform: uppercase;
  box-shadow: 0 6px #404040;
  position: relative;
  overflow: hidden;
}
#home-new-renewals .cta .cta-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 27%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}
#home-new-renewals .cta .cta-button:hover {
  box-shadow: 0 4px #404040;
  top: 2px;
}
#home-new-renewals .cta .cta-button:active {
  box-shadow: 0 0;
  top: 6px;
}
#home-new-renewals .cta .cta-button i.fa {
  margin-left: 30px;
}
#channels-top {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
#channels-top .bg {
  display: block;
  max-width: 100%;
}
#channels-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 10px 0 10px;
}
#channels-top p {
  max-width: 730px;
  margin: 0 auto 50px;
}
#channels-top h3 {
  font-weight: 300;
  font-size: 1.5em;
  padding-bottom: 20px;
}
#channels-top .packages {
  border-top: 1px solid #d7d7d7;
}
#channels-top .packages a {
  display: inline-block;
  padding: 35px;
}
#channels-top .packages a:nth-of-type(1) {
  border-right: 1px solid #d7d7d7;
}
#channels-top .packages a img {
  vertical-align: top;
}
.channels-logo {
  text-align: center;
  padding: 60px 20px 45px;
}
.channels-logo h2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 15px;
}
.slides {
  background: #fafafa;
}
.slides .photo {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  min-height: 470px;
}
@media only screen and (max-width: 900px) {
  .slides .photo {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
.slides .info {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  display: table;
  min-height: 430px;
}
@media only screen and (max-width: 768px) {
  .slides .info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    min-height: 0;
  }
}
.slides .info .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 70px;
}
@media only screen and (max-width: 900px) {
  .slides .info .inner {
    padding: 40px 10px;
  }
}
.slides .info .inner .content {
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .slides .info .inner .content {
    max-width: 100%;
    text-align: center;
  }
}
.slides .info .inner h2 {
  font-size: 2em;
  font-weight: 300;
}
.slides .info .inner p {
  margin-top: 1.6em;
}
.slides .info .inner p:nth-of-type(1) {
  margin-top: 15px;
}
.slides .info .inner p.disclaimer {
  font-size: 0.75em;
  font-style: italic;
  margin-top: 5px;
  color: #bebdbd;
}
.slides .info .inner .logos {
  margin-top: 1.6em;
}
@media only screen and (max-width: 900px) {
  .slides .middle {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .slides .middle {
    display: block;
  }
}
#channels-greek .wrapper {
  padding: 60px 0 80px;
  text-align: center;
}
#channels-greek .wrapper h1 {
  font-size: 2.375em;
  font-weight: 300;
  margin-bottom: 20px;
}
#channels-greek .wrapper p {
  max-width: 730px;
  margin: 0 auto 30px;
}
#channels-greek .wrapper .disclaimer {
  font-size: 0.75em;
  font-style: italic;
  margin: 15px auto 10px;
  color: #bebdbd;
}
#arabic-1 {
  background: url(../img/channels-arabic-bg1.jpg) center center no-repeat;
  background-size: cover;
}
#arabic-2 {
  background: url(../img/channels-arabic-bg2.jpg) center center no-repeat;
  background-size: cover;
}
#greek-1 {
  background: url(../img/channels-greek-bg1.jpg) top center no-repeat;
  background-size: cover;
}
#greek-2 {
  background: url(../img/channels-greek-bg2.jpg) center center no-repeat;
  background-size: cover;
}
#channels-cta {
  background: url(../img/home-top-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 25px 0;
}
#channels-cta .wrapper {
  *zoom: 1;
}
#channels-cta .wrapper:before,
#channels-cta .wrapper:after {
  content: "";
  display: table;
}
#channels-cta .wrapper:after {
  clear: both;
}
#channels-cta .info {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  padding-right: 20px;
  color: #fff;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  #channels-cta .info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
#channels-cta .info h3 {
  font-size: 1.75em;
  font-weight: 300;
}
#channels-cta .cta {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  padding-left: 20px;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  #channels-cta .cta {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    padding-left: 0;
    text-align: center;
  }
}
#channels-cta .cta a {
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  background: #202020;
  text-align: center;
  padding: 12px 35px;
  margin: 10px;
  border-radius: 4px;
  min-width: 245px;
  text-transform: uppercase;
}
.product-type {
  padding: 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .product-type {
    text-align: center;
  }
}
.product-type .wrapper {
  position: relative;
}
.product-type .wrapper:after {
  content: "";
  position: absolute;
  width: 1126px;
  height: 450px;
  top: 100px;
  left: 550px;
}
@media only screen and (max-width: 900px) {
  .product-type .wrapper:after {
    display: none;
  }
}
.product-type h3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
}
.product-type h2 {
  font-size: 2.5em;
  font-weight: 300;
  margin-top: 15px;
}
.product-type p {
  max-width: 450px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .product-type p {
    margin: 0 auto 50px;
  }
}
.product-type .product {
  display: inline-block;
  border: 1px solid #d7d7d7;
  margin-right: 20px;
  border-radius: 4px;
  padding: 8px;
  position: relative;
}
.product-type .product .circle {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  background: #f38931;
  z-index: 10;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.product-type .product .circle .incl {
  font-size: 1em;
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 100%;
}
.product-type .product .circle .years {
  font-size: 1.2em;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 24px;
  left: 0px;
  width: 100%;
}
.product-type .product .circle .service {
  font-size: 0.9em;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 48px;
  left: 0px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .product-type .product {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 580px) {
  .product-type .product {
    width: 40%;
    margin: 0 5px;
  }
}
.product-type .product img {
  border-radius: 4px;
  z-index: 5;
}
#products-android {
  border-bottom: 1px solid #d7d7d7;
}
#products-android .wrapper:after {
  background: url(../img/products-android-bg.jpg) no-repeat center left;
}
#products-linux .wrapper:after {
  background: url(../img/products-linux-bg.jpg) no-repeat center left;
}
.rtl .product-type .wrapper:after {
  right: 550px;
  left: auto;
}
.rtl .product-type .product {
  margin-right: 0;
  margin-left: 20px;
}
#product-top {
  padding: 5px 0;
  border-bottom: 1px solid #d7d7d7;
}
#product-top .wrapper {
  *zoom: 1;
}
#product-top .wrapper:before,
#product-top .wrapper:after {
  content: "";
  display: table;
}
#product-top .wrapper:after {
  clear: both;
}
#product-top .logo {
  float: left;
  font-size: 1.25em;
  font-weight: 300;
}
@media only screen and (max-width: 420px) {
  #product-top .logo {
    float: none;
    text-align: center;
  }
}
#product-top .product-nav {
  float: right;
}
@media only screen and (max-width: 420px) {
  #product-top .product-nav {
    float: none;
  }
}
@media only screen and (max-width: 420px) {
  #product-top .product-nav ul {
    text-align: center;
  }
}
#product-top .product-nav ul li {
  display: inline-block;
  margin: 5px 15px;
}
@media only screen and (max-width: 420px) {
  #product-top .product-nav ul li {
    margin: 5px 8px;
  }
}
#product-top .product-nav ul li a {
  font-size: 0.875em;
  color: #202020;
}
#product-top .product-nav ul li a.cta {
  background: #202020;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.7em;
}
#product-info {
  text-align: center;
  padding: 70px 0 50px;
}
#product-info h1 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}
#product-info p {
  max-width: 700px;
  margin: 0 auto 1.6em;
}
#product-features h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}
#product-features h3 {
  margin-bottom: 40px;
  font-size: 1.25em;
}
#product-features h2,
#product-features h3 {
  text-align: center;
}
#product-features .product-tv {
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0 0%;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #product-features .product-tv {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#product-features .features-content {
  display: inline;
  float: left;
  width: 58.33333333%;
  margin: 0 0%;
  padding: 0 0 20px 20px;
}
@media only screen and (max-width: 900px) {
  #product-features .features-content {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
  }
}
#product-features .features-content p {
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 900px) {
  #product-features .features-content p {
    max-width: 700px;
    margin: 0 auto 1.6em;
  }
}
#product-features .feature-list {
  margin: 20px 0 50px;
  text-align: center;
}
#product-features .feature-list .feature {
  display: inline-block;
  margin: 30px;
}
@media only screen and (max-width: 580px) {
  #product-features .feature-list .feature {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 30px;
  }
}
#product-features .feature-list .feature p {
  font-size: 1.125em;
  color: #f38931;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4em;
}
#product-features .feature-list .feature p strong {
  font-weight: 300;
  font-size: 2.25em;
}
#product-features .spec {
  *zoom: 1;
  padding: 20px 0;
}
#product-features .spec:before,
#product-features .spec:after {
  content: "";
  display: table;
}
#product-features .spec:after {
  clear: both;
}
#product-features .spec h2,
#product-features .spec h3 {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  #product-features .spec h2,
  #product-features .spec h3 {
    text-align: center;
  }
}
#product-features .spec .spec-img {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #product-features .spec .spec-img {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#product-features .spec .spec-content {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  padding: 30px 20px;
}
@media only screen and (max-width: 900px) {
  #product-features .spec .spec-content {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    text-align: center;
  }
}
#product-features .spec .spec-content h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
#product-features .spec .spec-content p {
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 580px) {
  #product-specs {
    font-size: 85%;
  }
}
#product-specs .wrapper {
  *zoom: 1;
}
#product-specs .wrapper:before,
#product-specs .wrapper:after {
  content: "";
  display: table;
}
#product-specs .wrapper:after {
  clear: both;
}
#product-specs h2 {
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  margin: 65px 0 70px;
}
#product-specs .left {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
@media only screen and (max-width: 900px) {
  #product-specs .left {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#product-specs .right {
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0 0%;
  margin-left: 8.33333333%;
}
@media only screen and (max-width: 900px) {
  #product-specs .right {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#product-specs .spec-block {
  margin-bottom: 35px;
  font-weight: 700;
}
#product-specs .spec-block h5 {
  color: #f38931;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 5px;
}
#product-specs .spec-block table tr > td:first-child {
  white-space: nowrap;
  padding-right: 25px;
}
#product-specs .spec-block table td {
  word-break: break-word;
}
#product-buy {
  padding: 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  #product-buy {
    text-align: center;
  }
}
#product-buy .wrapper {
  position: relative;
}
#product-buy .wrapper:after {
  content: "";
  position: absolute;
  width: 1126px;
  height: 450px;
  top: 50px;
  left: 500px;
}
@media only screen and (max-width: 580px) {
  #product-buy .wrapper:after {
    display: none;
  }
}
#product-buy h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 2em;
}
#product-buy p {
  max-width: 450px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 580px) {
  #product-buy p {
    margin: 0 auto 40px;
  }
}
#product-buy .cta {
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  background: #202020;
  text-align: center;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 4px;
  width: 235px;
  text-transform: uppercase;
}
.rtl #product-features .spec h2,
.rtl #product-features .spec h3 {
  text-align: right;
}
.rtl #product-specs .spec-block table tr > td:first-child {
  padding-right: 0;
  padding-left: 25px;
}
.rtl #product-buy .wrapper:after {
  left: auto;
  right: 500px;
}
#pricing-top {
  background: url(../img/retail-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 40px 0;
}
#pricing-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
#pricing-top p {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
#pricing-packages .wrapper {
  *zoom: 1;
}
#pricing-packages .wrapper:before,
#pricing-packages .wrapper:after {
  content: "";
  display: table;
}
#pricing-packages .wrapper:after {
  clear: both;
}
#pricing-packages .currency {
  float: right;
  margin-bottom: 20px;
  margin-right: 0px;
  font-size: 0.85em;
}
#pricing-packages .currency #currency {
  padding: 3px;
  margin: 0 0 0 4px;
  border-radius: 4px;
  background: #f8f8f8;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
}
#pricing-packages h3 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px 0 10px;
}
#pricing-packages .info {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 60px;
}
#pricing-packages .packages {
  *zoom: 1;
  margin: 0 -10px 40px;
}
#pricing-packages .packages:before,
#pricing-packages .packages:after {
  content: "";
  display: table;
}
#pricing-packages .packages:after {
  clear: both;
}
#pricing-packages .disclaimer {
  font-size: 0.75em;
  font-style: italic;
  text-align: right;
  margin: 0px auto 40px;
  color: #bebdbd;
}
#pricing-packages .package {
  display: inline;
  float: left;
  width: 20%;
  margin: 0 0%;
  margin-bottom: 40px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 0 10px;
  /*&:nth-of-type(even) {
			.content {
				border-left: 0 none;
				border-right: 0 none;
			}
			h2 {
				background: lighten(darken(@orange,5%), 5%);
			}
			.price {
				background: lighten(@orange, 5%);
			}
		}*/
}
#pricing-packages .package.half {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
@media only screen and (max-width: 768px) {
  #pricing-packages .package.half {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 20px;
  }
}
#pricing-packages .package.half ul.features-list {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #pricing-packages .package {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 20px;
  }
}
#pricing-packages .package .content {
  border: 1px solid #d7d7d7;
}
#pricing-packages .package:hover {
  transform: scale(1.05);
  z-index: 300;
}
@media only screen and (max-width: 768px) {
  #pricing-packages .package:hover {
    transform: none;
    box-shadow: 0 none;
  }
}
#pricing-packages .package.popular h2:after {
  position: absolute;
  content: "RAMADAN OFFER";
  bottom: 100%;
  padding: 4px 0;
  text-align: center;
  font-size: 0.75em;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #f38931;
  color: #fff;
  right: 10px;
  left: 10px;
}
#pricing-packages .package h2 {
  text-transform: uppercase;
  font-size: 1em;
  background: #202020;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}
#pricing-packages .package .price {
  color: #202020;
  font-size: 3em;
  padding: 15px 0;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  white-space: nowrap;
}
#pricing-packages .package .price .small {
  font-size: 0.4em;
  text-transform: none;
}
#pricing-packages .package .price img {
  vertical-align: middle;
}
#pricing-packages .package .monthly {
  font-size: 0.75em;
  color: #bebdbd;
  font-style: italic;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
#pricing-packages .package p {
  font-size: 0.875em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 0;
}
#pricing-packages .package p.features {
  margin-top: 10px;
  border-top: 1px solid #d7d7d7;
}
#pricing-packages .package ul {
  padding: 0 15px 20px;
}
#pricing-packages .package ul.features-list {
  text-align: left;
}
#pricing-packages .package ul.features-list li {
  margin-bottom: 15px;
  font-size: 0.7em;
  position: relative;
  padding-left: 30px;
}
#pricing-packages .package ul.features-list li img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
#pricing-packages .package .cta {
  padding: 10px;
}
#pricing-packages .package .cta .cta-button {
  display: inline-block;
  font-size: 0.875em;
  color: #fff;
  background: #f38931;
  text-align: center;
  padding: 15px 25px;
  margin: 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
#renewal-intro {
  text-align: center;
  padding: 30px 0;
}
#renewal-intro h1 {
  text-transform: uppercase;
  font-weight: 300;
}
#pricing-new-top {
  background: url(../img/pricing-top-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
}
#pricing-new-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  color: #fff;
}
#pricing-new-top p {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 15px;
}
#pricing-new-top .cta-buttons .cta {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  background: #f38931;
  text-align: center;
  padding: 12px 25px;
  margin: 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
#pricing-new-top .cta-buttons .cta-hollow {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 12px 25px;
  margin: 10px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
  text-transform: uppercase;
}
#pricing-new-packages .wrapper {
  *zoom: 1;
}
#pricing-new-packages .wrapper:before,
#pricing-new-packages .wrapper:after {
  content: "";
  display: table;
}
#pricing-new-packages .wrapper:after {
  clear: both;
}
#pricing-new-packages .currency {
  float: right;
  margin-bottom: 20px;
  margin-right: 0px;
  font-size: 0.85em;
}
#pricing-new-packages .currency #currency {
  padding: 3px;
  margin: 0 0 0 4px;
  border-radius: 4px;
  background: #f8f8f8;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
}
#pricing-new-packages h3 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px 0 20px;
}
#pricing-new-packages .info {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 40px;
}
#pricing-new-packages .packages {
  *zoom: 1;
  margin: 0 -10px 10px;
}
#pricing-new-packages .packages:before,
#pricing-new-packages .packages:after {
  content: "";
  display: table;
}
#pricing-new-packages .packages:after {
  clear: both;
}
#pricing-new-packages .disclaimer {
  font-size: 0.75em;
  font-style: italic;
  text-align: right;
  margin: 0px auto 20px;
  color: #bebdbd;
}
#pricing-new-packages .package {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 0 6px;
  /*&:nth-of-type(even) {
			.content {
				border-left: 0 none;
				border-right: 0 none;
			}
			h2 {
				background: lighten(darken(@orange,5%), 5%);
			}
			.price {
				background: lighten(@orange, 5%);
			}
		}*/
}
#pricing-new-packages .package.half {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  margin-top: 15px;
  padding: 0 12px;
  /*ul.features-list {
				float: left;
				width: 50%;
			}*/
}
@media only screen and (max-width: 768px) {
  #pricing-new-packages .package.half {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 20px;
  }
}
#pricing-new-packages .package.half .cta {
  top: -35px;
}
#pricing-new-packages .package.half .container {
  background: #fafafa;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
#pricing-new-packages .package.half .content-top {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  padding-top: 5px;
  box-shadow: -2px 2px 10px #fff;
}
#pricing-new-packages .package.half .iptv {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  padding-top: 5px;
}
#pricing-new-packages .package.half .iptv h2 {
  color: #202020;
  text-transform: none;
}
#pricing-new-packages .package.half .iptv-img {
  text-align: right;
  margin-bottom: -70px;
}
@media only screen and (max-width: 768px) {
  #pricing-new-packages .package {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 20px;
  }
}
#pricing-new-packages .package .content-top {
  background: #202020;
}
#pricing-new-packages .package:hover {
  transform: scale(1.1);
  z-index: 300;
}
@media only screen and (max-width: 768px) {
  #pricing-new-packages .package:hover {
    transform: none;
    box-shadow: 0 none;
  }
}
#pricing-new-packages .package.popular h2:after {
  position: absolute;
  content: "POPULAR OPTION";
  bottom: 100%;
  padding: 4px 0;
  text-align: center;
  font-size: 0.75em;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #f38931;
  color: #fff;
  right: 6px;
  left: 6px;
}
#pricing-new-packages .package h2 {
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
  padding: 15px 0 0;
  font-weight: 700;
}
#pricing-new-packages .package .price {
  padding: 0;
  background: #202020;
  color: #fff;
  font-size: 4em;
  font-weight: 400;
  white-space: nowrap;
}
#pricing-new-packages .package .price .small {
  font-size: 0.4em;
  text-transform: none;
}
#pricing-new-packages .package .price .decimals {
  vertical-align: super;
  font-size: 0.4em;
  position: relative;
  top: -5px;
}
#pricing-new-packages .package .price img {
  vertical-align: middle;
}
#pricing-new-packages .package .monthly {
  font-size: 0.75em;
  color: #b3b3b3;
  background: #202020;
  font-style: italic;
  padding: 0 0 45px;
}
#pricing-new-packages .package p {
  font-size: 0.875em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 0;
}
#pricing-new-packages .package p.features {
  margin-top: 10px;
  border-top: 1px solid #d7d7d7;
}
#pricing-new-packages .package ul {
  padding: 0 15px 20px;
}
#pricing-new-packages .package ul.features-list {
  text-align: left;
  margin-top: 10px;
  padding-left: 75px;
}
#pricing-new-packages .package ul.features-list li {
  margin-bottom: 15px;
  font-size: 0.7em;
  position: relative;
  padding-left: 30px;
}
#pricing-new-packages .package ul.features-list li img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
#pricing-new-packages .package .cta {
  position: relative;
  top: -45px;
}
#pricing-new-packages .package .cta .cta-button {
  display: inline-block;
  font-size: 0.875em;
  color: #fff;
  background: #f38931;
  text-align: center;
  padding: 15px 25px;
  margin: 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
.feats {
  text-align: center;
  padding-bottom: 40px;
}
.feats .feat {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  padding: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .feats .feat {
    display: inline;
    float: left;
    width: 50%;
    margin: 0 0%;
  }
}
@media only screen and (max-width: 580px) {
  .feats .feat {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
.feats .feat h4 {
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 4px;
  font-size: 1.25em;
}
.feats .feat p {
  font-size: 0.875em;
}
.feats .limited {
  margin-bottom: 0;
}
.connected-devices {
  color:#fff;
  background: url(../img/bg-orange.jpg) no-repeat center center fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
}
.connected-devices:after {
  position: absolute;
  width: 50%;
  height: inherit;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index:;
  background: url(../img/zaaptv-go-devices.png) top left no-repeat;
  background-size: cover;
}


@media only screen and (max-width: 768px) {
  .connected-devices .devices {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    padding-right: 0;
  }
}
.connected-devices .connected-info {
  margin: 0 0%;
  padding: 40px 0;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .connected-devices .connected-info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    padding-left: 0;
  }
}
#pricing-new-packages .connected-devices .connected-info h3 {
  text-align: left;
  font-weight: 400;
  padding-bottom: 10px;
}
.connected-devices .connected-info p {
  max-width: 560px;
  margin: 4px 0 15px;
}
.connected-devices .connected-info .store,
.connected-devices .connected-info .platforms {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
}
.connected-devices .connected-info .platforms {
  margin-top: 5px;
}
.connected-devices .connected-info .platform-logos {
  margin: 25px 0;
}
.connected-devices .connected-info .app-links {
  text-align: center;
  max-width: 560px;
}
#renewal-top {
  background: url(../img/retail-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 40px 0;
}
#renewal-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
#renewal-top p {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
#renewal-packages .wrapper {
  *zoom: 1;
}
#renewal-packages .wrapper:before,
#renewal-packages .wrapper:after {
  content: "";
  display: table;
}
#renewal-packages .wrapper:after {
  clear: both;
}
#renewal-packages .currency {
  float: right;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 0.85em;
}
#renewal-packages .currency #currency {
  padding: 3px;
  margin: 0 0 0 4px;
  border-radius: 4px;
  background: #f8f8f8;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
}
#renewal-packages h3 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px 0 10px;
}
#renewal-packages .devices {
  margin-bottom: 20px;
  *zoom: 1;
}
#renewal-packages .devices:before,
#renewal-packages .devices:after {
  content: "";
  display: table;
}
#renewal-packages .devices:after {
  clear: both;
}
#renewal-packages .device-wrapper {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  padding: 10px;
}
#renewal-packages .device-wrapper.four {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
}
@media only screen and (max-width: 768px) {
  #renewal-packages .device-wrapper {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  #renewal-packages .device-wrapper {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 20px;
  }
}
#renewal-packages .device-wrapper .device {
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  padding: 20px 15px 10px;
  display: block;
}
#renewal-packages .device-wrapper .device.disabled {
  opacity:0.6;
  cursor: default;
}
#renewal-packages .device-wrapper .device:hover {
  background: #202020;
}
#renewal-packages .device-wrapper .device.disabled:hover {
  background: #f6f6f6;
}
#renewal-packages .device-wrapper .device.selected {
  background: #202020;
}
#renewal-packages .renewals {
  margin-bottom: 30px;
  *zoom: 1;
  text-align: center;
}
#renewal-packages .renewals:before,
#renewal-packages .renewals:after {
  content: "";
  display: table;
}
#renewal-packages .renewals:after {
  clear: both;
}
#renewal-packages h2 {
  text-align: center;
  font-weight: 300;
  font-size: 1.5em;
  padding-bottom: 15px;
  padding-top: 5px;
}
#renewal-packages .info {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 20px;
}
#renewal-packages .renewal-package {
  text-align: center;
  display: inline;
  float: left;
  width: 31.33333333%;
  margin: 0 0%;
  float: none;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #renewal-packages .renewal-package {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    padding: 0;
    margin-bottom: 30px;
  }
}
#renewal-packages .renewal-package h3 {
  color: #202020;
  font-size: 1.25em;
  text-align: center;
  font-weight: 700;
  padding: 0 0 10px;
}
#renewal-packages .renewal-package .renewal {
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  padding: 20px 15px 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
#renewal-packages .renewal-package .renewal.soon:after {
  position: absolute;
  content: "COMING SOON";
  top: 30px;
  padding: 4px 40px;
  text-align: center;
  font-size: 0.75em;
  text-transform: uppercase;
  background: #c40e0e;
  color: #fff;
  left: -35px;
  transform: rotate(-40deg);
}
#renewal-packages .renewal-package .renewal .price {
  padding: 0;
  font-size: 4em;
  margin-bottom: 3px;
  border-bottom: 0 none;
  white-space: nowrap;
  color: #202020;
}
#renewal-packages .renewal-package .renewal .price .small {
  font-size: 0.4em;
  text-transform: none;
}
#renewal-packages .renewal-package .renewal .price .decimals {
  vertical-align: super;
  font-size: 0.4em;
  position: relative;
  top: -5px;
}
#renewal-packages .renewal-package .renewal .device {
  font-size: 0.7em;
  color: #202020;
  margin-bottom: 4px;
}
#renewal-packages .renewal-package .renewal .cta {
  text-align: center;
}
#renewal-packages .renewal-package .renewal .cta span {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background: #f38931;
  border-radius: 8px;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  box-shadow: 0 4px #e66e0a;
}
#renewal-packages .renewal-wrapper {
  text-align: center;
  display: inline;
  float: left;
  width: 32%;
  margin: 0 0%;
  padding: 0 20px;
  margin-bottom: 40px;
}
#renewal-packages .renewal-wrapper.half {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
#renewal-packages .renewal-wrapper.half img {
  max-width: 70%;
}
@media only screen and (max-width: 768px) {
  #renewal-packages .renewal-wrapper.half img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #renewal-packages .renewal-wrapper {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    padding: 0;
    margin-bottom: 30px;
  }
}
#renewal-packages .renewal-wrapper h3 {
  background: #202020;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  font-weight: 700;
  padding: 6px;
}
#renewal-packages .renewal-wrapper .renewal {
  padding: 15px 0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-radius: 2px;
}
#renewal-packages .renewal-wrapper p {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px;
}
#renewal-packages .sub-wrapper {
  text-align: center;
  display: inline;
  float: left;
  width: 20%;
  margin: 0 0%;
  padding: 0 8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  #renewal-packages .sub-wrapper {
    display: inline;
    float: left;
    width: 33.33333333%;
    margin: 0 0%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #renewal-packages .sub-wrapper {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    padding: 0;
    margin-bottom: 30px;
  }
}
#renewal-packages .sub-wrapper h3 {
  background: #202020;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  font-weight: 700;
  padding: 6px;
}
#renewal-packages .sub-wrapper .renewal {
  padding: 15px 0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-radius: 2px;
}
#renewal-packages .sub-wrapper p {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px;
  font-size: 0.8em;
}
#renewal-packages .sub-wrapper .price {
  font-size: 1.7em;
  padding: 10px;
}
#renewal-packages .price {
  font-size: 2.2em;
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
#renewal-packages .cta-button {
  display: inline-block;
  font-size: 0.875em;
  color: #fff;
  background: #f38931;
  text-align: center;
  padding: 15px 25px;
  margin: 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
#renewal-packages .payments {
  float: left;
  margin-bottom: 40px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #renewal-packages .payments {
    margin-left: 0px;
    float: none;
    text-align: center;
  }
}
#renewal-packages p.disclaimer {
  font-size: 0.75em;
  font-style: italic;
  float: right;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 40px;
  color: #bebdbd;
}
@media only screen and (max-width: 768px) {
  #renewal-packages p.disclaimer {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
    float: none;
  }
}
#renewal-packages #renewal-step1 p.disclaimer {
  color: #a5a3a3;
  font-size: 0.875em;
}
#renewal-step2 {
  display: none;
}
#guarantee {
  margin-bottom: 30px;
}
#guarantee .image {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  padding-right: 20px;
  text-align: right;
}
#guarantee .content {
  display: inline;
  float: left;
  width: 66.66666667%;
  margin: 0 0%;
  padding-left: 20px;
}
#guarantee .content h3 {
  text-align: left;
}
#guarantee .content p {
  max-width: 640px;
  margin-bottom: 15px;
}
#guarantee .content p.warning {
  font-size: 0.875em;
  color: #808080;
  font-style: italic;
}
#guarantee .content a {
  color: #f38931;
  text-decoration: underline;
}
.rtl #guarantee .content h3 {
  text-align: right;
}
#renewal-devices {
  text-align: center;
}
#renewal-devices p{
  margin-bottom: 30px;
}
#passform {
  text-align: center;
  padding: 20px 0;
}
#passform .wrapper {
  max-width: 450px;
}
#passhidden {
  display: none;
}
#thankyou-top {
  background: url(../img/retail-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 120px 0;
}
#thankyou-top article {
  background: #fff;
  max-width: 650px;
  padding: 30px;
  margin: 0 auto;
}
#thankyou-top h1 {
  font-weight: 300;
  font-size: 3em;
  text-align: center;
}
#thankyou-top h2 {
  font-weight: 300;
  font-size: 2em;
  text-align: center;
}
#thankyou-top p {
  text-align: center;
  font-size: 1.125em;
  margin-top: 15px;
}
#thankyou-top p strong {
  font-weight: 700;
}
#contact .wrapper {
  *zoom: 1;
  padding: 60px 15px 100px;
}
#contact .wrapper:before,
#contact .wrapper:after {
  content: "";
  display: table;
}
#contact .wrapper:after {
  clear: both;
}
#contact h1 {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
}
#contact strong,
#contact b {
  font-weight: 700;
}
#contact p {
  margin-bottom: 1.5em;
}
#contact a {
  color: #f38931;
  text-decoration: underline;
}
#contact-info {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  margin-right: 8.33333333%;
}
@media only screen and (max-width: 768px) {
  #contact-info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#contact-form {
  display: inline;
  float: left;
  width: 58.33333333%;
  margin: 0 0%;
  background: #f6f6f6;
  padding: 30px 25px;
  border-radius: 5px;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form select,
#contact-form option,
#contact-form textarea {
  border-radius: 5px;
  border: 0 none;
  padding: 10px 8px;
  width: 100%;
  box-shadow: inset 0 1px 0 0 #cacaca;
  margin-bottom: 25px;
  background: #fff;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form select:focus,
#contact-form option:focus,
#contact-form textarea:focus {
  box-shadow: 0 0 0 4px #f38931;
}
#contact-form select,
#contact-form option {
  font-size: 1em;
  background: #fff;
  box-shadow: none;
}
#contact-form select:-webkit-autofill,
#contact-form option:-webkit-autofill {
  color: #fff !important;
}
#contact-form .label {
  font-size: 1.25em;
}
#contact-form .label.vtop {
  vertical-align: top;
}
#contact-form input[type="submit"] {
  font-size: 1.25em;
  background: #202020;
  color: #fff;
  border: 0 none;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 25px;
  cursor: pointer;
  text-transform: uppercase;
}
#contact-form span.wpcf7-list-item {
  margin-left: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  #contact-form {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#distributors-top {
  background: url(../img/retail-distributors-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}
#distributors-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  color: #fff;
}
#distributors-top h2 {
  font-size: 1.5em;
  color: #fff;
}
#distributors-retail {
  background: #f6f6f6;
  padding: 20px 0;
}
#distributors-retail a.cta {
  background: #202020;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0 4px;
}
#distributors-sidebar {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  margin-left: 8.33333333%;
  margin-top: 50px;
  margin-bottom: 180px;
}
#distributors-sidebar a {
  font-size: 1.5em;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  color: #202020;
  border-bottom: 1px solid #efefef;
}
#distributors-sidebar a:hover {
  color: #e46f0d;
}
#distributors-sidebar .current-cat a {
  color: #f38931;
}
#distributors-sidebar h2 {
  font-weight: 300;
  text-transform: uppercase;
}
#distributors-sidebar .stores {
  margin-top: 20px;
}
#distributors-sidebar .stores a {
  display: block;
}
#distributors-sidebar .stores a span {
  margin-right: 5px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #808080;
}
@media only screen and (max-width: 768px) {
  #distributors-sidebar {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 50px;
  }
}
#distributors-map {
  display: inline;
  float: left;
  width: 66.66666667%;
  margin: 0 0%;
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #distributors-map {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#distributors-map #map-continents {
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  #distributors-map #map-continents {
    margin-left: -20px !important;
  }
}
#distributors-map h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 2.25em;
  text-transform: uppercase;
}
#distributors-map h3 {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 1.35em;
}
#distributors-map p {
  margin-bottom: 1.6em;
}
#distributors-map p a {
  text-decoration: underline;
  color: #f38931;
}
#distributors {
  display: inline;
  float: left;
  width: 66.66666667%;
  margin: 0 0%;
  margin-top: 50px;
}
#distributors h1 {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 2.25em;
  text-transform: uppercase;
}
#distributors h3 {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 1.35em;
}
#distributors p {
  margin-bottom: 1.6em;
}
#distributors p a {
  text-decoration: underline;
  color: #f38931;
}
@media only screen and (max-width: 768px) {
  #distributors {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#distributors-presskit {
  padding-bottom: 70px;
}
#distributors-presskit .wrapper {
  *zoom: 1;
  padding-top: 50px;
  border-top: 1px solid #cacaca;
}
#distributors-presskit .wrapper:before,
#distributors-presskit .wrapper:after {
  content: "";
  display: table;
}
#distributors-presskit .wrapper:after {
  clear: both;
}
#distributors-presskit h1 {
  color: #f38931;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.25em;
  text-transform: uppercase;
}
#distributors-presskit .info {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  margin-right: 8.33333333%;
}
#distributors-presskit .info h3 {
  margin-bottom: 20px;
}
#distributors-presskit .info p {
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 900px) {
  #distributors-presskit .info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#distributors-presskit .form {
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0 0%;
}
@media only screen and (max-width: 900px) {
  #distributors-presskit .form {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#distributors-passcode-form {
  background: #f6f6f6;
  padding: 30px 25px;
  border-radius: 5px;
}
#distributors-passcode-form #passcode {
  border-radius: 5px;
  border: 0 none;
  padding: 10px 8px;
  width: 100%;
  box-shadow: inset 0 1px 0 0 #cacaca;
  margin-bottom: 25px;
}
#distributors-passcode-form #passcode:focus {
  box-shadow: 0 0 0 4px #f38931;
}
#distributors-passcode-form #submit {
  font-size: 1.25em;
  background: #202020;
  color: #fff;
  border: 0 none;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 25px;
  cursor: pointer;
  text-transform: uppercase;
}
#distributors-passcode-form #error-msg {
  display: none;
}
#distributors-presskits {
  display: none;
}
#distributors-list {
  margin-bottom: 120px;
}
#distributors-list .distributor {
  margin-bottom: 50px;
  padding: 0 0 10px 60px;
  border-bottom: 1px solid #d7d7d7;
}
#distributors-list .distributor h2 {
  font-size: 1.25em;
}
#distributors-list .distributor h3 {
  background: #f38931;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  display: inline-block;
  padding: 2px 8px 0;
}
#distributors-list .distributor .headers {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 580px) {
  #distributors-list .distributor .headers {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
#distributors-list .distributor p {
  float: left;
  width: 35%;
  margin-top: 3px;
  padding-left: 10px;
  font-size: 0.875em;
}
@media only screen and (max-width: 580px) {
  #distributors-list .distributor p {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
#distributors-list .flag-icon-background {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #808080;
  float: left;
  margin-right: 20px;
}
#reseller-page .wrapper {
  *zoom: 1;
  padding: 60px 0 100px;
}
#reseller-page .wrapper:before,
#reseller-page .wrapper:after {
  content: "";
  display: table;
}
#reseller-page .wrapper:after {
  clear: both;
}
#reseller-page-info {
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0 0%;
  margin-right: 8.33333333%;
}
#reseller-page-info h1 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 2.25em;
  text-transform: uppercase;
}
#reseller-page-info h3 {
  margin-bottom: 15px;
}
#reseller-page-info p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  #reseller-page-info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#reseller-page-form {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  /*background: @lightgrey;
	padding: 30px 25px;*/
  border-radius: 5px;
}
#reseller-page-form h3 {
  margin-bottom: 20px;
  color: #f38931;
}
#reseller-page-form table {
  width: 100%;
}
#reseller-page-form input[type="text"],
#reseller-page-form input[type="email"],
#reseller-page-form select,
#reseller-page-form option,
#reseller-page-form textarea {
  border-radius: 5px;
  border: 0 none;
  padding: 10px 8px;
  width: 100%;
  box-shadow: inset 0 1px 0 0 #cacaca;
  margin-bottom: 25px;
  background: #fff;
}
#reseller-page-form input[type="text"]:focus,
#reseller-page-form input[type="email"]:focus,
#reseller-page-form select:focus,
#reseller-page-form option:focus,
#reseller-page-form textarea:focus {
  box-shadow: 0 0 0 4px #f38931;
}
#reseller-page-form select,
#reseller-page-form option {
  font-size: 1em;
  background: #fff;
  box-shadow: none;
}
#reseller-page-form select:-webkit-autofill,
#reseller-page-form option:-webkit-autofill {
  color: #fff !important;
}
#reseller-page-form .label {
  font-size: 1.25em;
}
#reseller-page-form .label.vtop {
  vertical-align: top;
}
#reseller-page-form input[type="submit"] {
  font-size: 1.25em;
  background: #202020;
  color: #fff;
  border: 0 none;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 25px;
  cursor: pointer;
  text-transform: uppercase;
}
#reseller-page-form input[type="reset"] {
  font-size: 1.25em;
  background: #bebdbd;
  color: #202020;
  border: 0 none;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  box-shadow: 0 0 0 3px #202020 inset;
}
@media only screen and (max-width: 768px) {
  #reseller-page-form {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#store-locator-top {
  background: url(../img/retail-top-bg.jpg) no-repeat top center fixed;
  background-size: cover;
  padding: 40px 0;
}
#store-locator-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
#wpsl-wrap {
  margin-bottom: 0;
}
#wpsl-search-wrap {
  float: none;
  display: inline-block;
  width: auto;
}
.wpsl-search {
  padding: 20px 30px;
  margin-bottom: 0px;
  background: #f6f6f6;
  text-align: center;
}
#wpsl-category,
.wpsl-input,
.wpsl-select-wrap {
  margin-bottom: 0;
}
#wpsl-search-btn {
  display: inline-block;
  font-size: 0.875em;
  color: #fff;
  background: #202020;
  text-align: center;
  padding: 7px 35px;
  border-radius: 4px;
  text-transform: uppercase !important;
  box-shadow: 0 none;
}
#wpsl-search-wrap .wpsl-input label {
  padding-top: 4px;
}
.rtl #distributors-list .flag-icon-background {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}
#support-top {
  background: url(../img/retail-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 30px 0;
}
#support-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
/*
.support-device {
	padding: 50px 0 70px;
	.wrapper {
		.clearfix();
	}
	.info{
		.column(4);
		.pull(1);
		h2 {
			text-transform: uppercase;
			font-size: 2.25em;
			font-weight: 300;
			margin-bottom: 20px;
		}
		h3 {
			text-transform: uppercase;
			font-weight: 300;
		}
		a {
			color: @orange;
		}
		p {
			margin-bottom: 1.5em;
		}
		@media @medium {
			.column(12);
		}
		.downloads {
			.document-item {
				display: block;
				margin: 1.5em 0 2.5em 0;
				position: relative;
				padding-left: 45px;
			}
			.document-item::before {
				position: absolute;
				width: 29px;
				height: 34px;
				left: 0;
				top: -7px;
				content: '';
				border: solid 2px #920035;
			}
			.document-item::after {
				content: 'file';
				content: attr(filetype);
				left: -4px;
				padding: 0px 2px;
				text-align: right;
				line-height: 1.3;
				position: absolute;
				background-color: #000;
				color: #fff;
				font-size: 11px;
				text-transform: uppercase;
				letter-spacing: 1px;
				top: 9px;
			}
			.document-item .fileCorner {
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 11px 0 0 11px;
				border-color: white transparent transparent #920035;
				position: absolute;
				top: -7px;
				left: 18px;
			}
		}
	}
	.support-tabs {
		.column(7);
		.tab {
			border-radius: 5px 5px 0 0;
			display: inline-block;
			&.active {
				background: @lightgrey;
				a {
					color: @orange;
				}
			}
			a {
				padding: 8px 10px;
				display: block;
				text-transform: uppercase;
				font-weight: 700;
			}
		}
		.panel-container {
			background: @lightgrey;
			border-radius: 0 0 5px 5px;
			padding: 20px;
			.accordion li {
				border-bottom: 1px solid darken(@lightgrey,10%);
				margin-bottom: 15px;
				padding: 10px 10px 15px 0px;
				h4 {
					background: url(../img/support-arrow.png) no-repeat center left;
					padding-left: 20px;
					margin-bottom: 10px;
					cursor: pointer;
					font-weight: 300;
				}
				p {
					display: none;
					font-size: 0.85em;
				}
			}
		}
		@media @medium {
			.column(12);
		}
	}
}

#support-downloads {
	padding-bottom: 80px;
	.wrapper {
		border-top: 1px solid #cacaca;
		padding-top: 50px;
	}
	h1 {
		text-transform: uppercase;
		font-size: 2.25em;
		font-weight: 700;
		color: @orange;
		margin-bottom: 20px;
	}
	h3 {
		margin-bottom: 20px;
	}
	a {
		display: block;
		color: @orange;
		text-decoration: underline;
		margin-bottom: 15px;
	}
}*/
#support-search {
  background: #fcfcfc;
  padding: 40px 0 30px;
  text-align: center;
}
#support-search h2 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-bottom: 20px;
}
#support-search h3 {
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-top: 20px;
}
.support-center-info {
  text-align: right;
  width: 50%;
  float: left;
  padding-right: 15px;
}
.support-center-cta {
  float: left;
  width: 50%;
  margin-top: 28px;
  text-align: left;
}
.support-center-cta .cta {
  background: #232324;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  padding: 6px 18px;
  text-transform: uppercase;
}
#support-search .kbe_widget {
  margin-bottom: 0;
}
#support-search .support-field {
  border-radius: 7px 0 0 7px;
  border: 1px solid #e2e2e2;
  max-width: 600px;
  font-size: 1.125em;
  padding: 10px 22px;
  height: 50px;
  display: inline-block;
}
#support-search .support-field:focus {
  outline: none;
}
#support-search .support-submit {
  color: #f38931;
  border: 1px solid #e2e2e2;
  border-left: 0 none;
  background: #fff;
  font-size: 1.125em;
  padding: 14px 20px;
  height: 50px;
  border-radius: 0 7px 7px 0;
  display: inline-block;
  cursor: pointer;
}
#support-devices h3 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px 0 10px;
}
#support-devices .info {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 20px;
}
#support-devices .devices {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
#support-devices .devices:before,
#support-devices .devices:after {
  content: "";
  display: table;
}
#support-devices .devices:after {
  clear: both;
}
#support-devices .device-wrapper {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #support-devices .device-wrapper {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  #support-devices .device-wrapper {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-bottom: 20px;
  }
}
#support-devices .device-wrapper .device {
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  padding: 20px 15px 10px;
  display: block;
}
#support-devices .device-wrapper .device:hover {
  background: #202020;
}
#support-devices .device-wrapper .device.selected {
  background: #202020;
}
.kbe_articles ul li {
  margin-bottom: 15px;
}
#kbe_content .kbe_leftcol .kbe_articles ul li a {
  font-size: 22px;
  line-height: 34px;
}
#support-more {
  padding: 30px 0;
}
#support-more .info-wrapper {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
#support-more .info-wrapper:before,
#support-more .info-wrapper:after {
  content: "";
  display: table;
}
#support-more .info-wrapper:after {
  clear: both;
}
#support-more .info {
  color: #202020;
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  *zoom: 1;
  padding: 10px;
}
#support-more .info:before,
#support-more .info:after {
  content: "";
  display: table;
}
#support-more .info:after {
  clear: both;
}
#support-more .info .thumb {
  float: left;
  width: 25%;
  text-align: center;
}
#support-more .info .thumb img {
  max-width: 100%;
}
#support-more .info .details {
  float: left;
  width: 75%;
  padding-left: 10px;
}
#support-more .info h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.25;
}
#retail-top {
  background: url(../img/retail-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 90px 0;
}
#retail-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
#retail-options {
  padding: 30px 0;
}
#retail-options .wrapper {
  *zoom: 1;
}
#retail-options .wrapper:before,
#retail-options .wrapper:after {
  content: "";
  display: table;
}
#retail-options .wrapper:after {
  clear: both;
}
#retail-options .option {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  padding: 20px;
  text-align: center;
}
#retail-options .option img {
  opacity: 0.6;
  max-width: 30%;
}
#retail-options .option h3 {
  margin-top: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
#retail-options .option p {
  padding: 0 20px;
}
#retail-options .option .cta {
  display: inline-block;
  font-size: 0.875em;
  color: #fff;
  background: #202020;
  text-align: center;
  padding: 12px 35px;
  margin: 20px 0 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
#retail-info {
  padding: 30px 0 50px;
}
#retail-info .wrapper {
  *zoom: 1;
}
#retail-info .wrapper:before,
#retail-info .wrapper:after {
  content: "";
  display: table;
}
#retail-info .wrapper:after {
  clear: both;
}
#retail-info .info {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  margin-right: 8.33333333%;
  padding-left: 40px;
}
#retail-info .info h2 {
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1em;
}
#retail-info .info p {
  margin-bottom: 1.6em;
}
#retail-info .photo {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  margin-left: 8.33333333%;
}
#connect-top {
  background: url(../img/retail-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 40px 0;
}
#connect-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
#connect-top p {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
#connect-selection {
  text-align: center;
  padding: 20px 0;
}
#connect-selection h2 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 10px 0 10px;
}
#connect-selection .guide-links {
  color: #f6f6f6;
}
#connect-selection .guide-links a {
  margin: 0 4px;
}
#connect-guides {
  padding: 20px 0 10px;
}
#connect-guides .guide {
  *zoom: 1;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
#connect-guides .guide:before,
#connect-guides .guide:after {
  content: "";
  display: table;
}
#connect-guides .guide:after {
  clear: both;
}
#connect-guides .guide .device {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #connect-guides .guide .device {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#connect-guides .guide .info {
  display: inline;
  float: left;
  width: 66.66666667%;
  margin: 0 0%;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #connect-guides .guide .info {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
#connect-guides .guide .info h3 {
  font-weight: 300;
  font-size: 1.25em;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 5px;
}
#connect-guides .guide .info p {
  margin-bottom: 15px;
}
#connect-guides .guide .info ol {
  line-height: 1.6;
  font-size: 0.875em;
  list-style-type: decimal;
  list-style-position: inside;
}
#winners-top {
  background: url(../img/retail-top-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 40px 0;
}
#winners-top h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
#winners-top p {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
#winners-info {
  text-align: center;
}
#winners-info .bg {
  display: block;
  max-width: 100%;
}
#winners-info h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 40px 0 10px;
}
#winners-info p {
  max-width: 730px;
  margin: 0 auto;
}
#winners-info h3 {
  font-weight: 300;
  font-size: 1.5em;
  padding-bottom: 20px;
}
#winners-info .packages {
  border-top: 1px solid #d7d7d7;
}
#winners-info .packages a {
  display: inline-block;
  padding: 35px;
}
#winners-info .packages a:nth-of-type(1) {
  border-right: 1px solid #d7d7d7;
}
#winners-info .packages a img {
  vertical-align: top;
}
#winners-list {
  text-align: center;
  background: url(../img/winners-banner.jpg) repeat-x;
  -webkit-animation: winners 60s linear infinite;
  animation: winners 60s linear infinite;
  height: 480px;
}
@-webkit-keyframes winners {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1855px center;
  }
}
.winners-logo {
  text-align: center;
  padding: 60px 20px 45px;
}
.winners-logo h2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 15px;
}


.selector-wrapper {
  text-align: center;
}

.type {
  padding: 8px 18px;
  font-size: 1.35em;
  font-weight: bold;
}

.pack {
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  padding: 20px 15px;
  display: inline-block;
  transition: all 0.2s;
  max-width: 210px;
  margin:0 10px;
  position: relative;
}

.pack:hover {
  transform: scale(1.2);
  background: #202020;
  z-index: 20;
}

.pack.selected {
  transform: scale(1.1);
}

.pack.selected:after {
  content: url(../img/checked.png);
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -20px;
  left:0;
  right:0;
}

#p_arabic {
  border:3px solid #00abff;
  background: none;
  border-radius: 5px 0 0 5px;
  color:#666; 
}


#p_arabic.selected {
  border:3px solid #f38931;
  background: #f38931;
  border-radius: 5px 0 0 5px;
  color:#fff; 
}

#p_greek {
  border:3px solid #f38931;
  background: none;
  border-radius: 0 5px 5px 0;
  color:#666; 
}

#p_greek.selected {
  border:3px solid #00abff;
  background: #00abff;
  border-radius: 0 5px 5px 0;
  color:#fff; 
}

.renewal.warranty {
  position: relative;
}

.renewal.warranty::after {
  content: url('../img/renewal-badge.png');
  width: 69px;
  height: 69px;
  position: absolute;
  top: 20px;
  right: 10px;
}

.pricing-table {
  max-width: 850px;
  margin: 0 auto;
}

.pricing-table .header {
  background-color: #2f2f2f;
  color: #fff;
  font-size: 0.875em;
  border-radius: 5px 5px 0 0;
}

.pricing-table .header .header-left {
  float: left;
  width: 30%;
  padding: 12px 0 6px 30px;
  color: #fff;
}

.pricing-table .header .header-right {
  float: left;
  background-color: #363636;
  width: 70%;
  padding: 12px 0 6px 30px;
  border-radius: 0 5px 0 0;
}

.pricing-table .entry {
  margin-bottom: 2px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  transition: all 0.2s;
}
.pricing-table .entry:hover {
  transform: scale(1.05);
  z-index: 10;
  border-radius: 4px;
}

.pricing-table .entry.m24:hover {
  transform: scale(1.07);
}

.pricing-table .entry:hover .entry-left, .pricing-table .entry.m24 .entry-left {
  border-radius: 4px 0 0 4px;
}

.pricing-table .entry .entry-left {
  float: left;
  width: 30%;
  padding: 10px 30px 20px;
  color:#fff;
  position: relative;
}

.pricing-table .entry.m24 .entry-left {background-color: #b34429;}
.pricing-table .entry.m12 .entry-left {background-color: #d06b2b;}
.pricing-table .entry.m6 .entry-left {background-color: #ef8833;}
.pricing-table .entry.m3 .entry-left {background-color: #e59530;}
.pricing-table .entry.m1 .entry-left {background-color: #edbd47;}

.pricing-table .entry.m24 {border-right: 4px solid #b34429; transform: scale(1.06);z-index: 12; border-radius: 4px;margin-bottom: 5px}
.pricing-table .entry.m12 {border-right: 4px solid #d06b2b;}
.pricing-table .entry.m6 {border-right: 4px solid #ef8833;}
.pricing-table .entry.m3 {border-right: 4px solid #e59530;}
.pricing-table .entry.m1 {border-right: 4px solid #edbd47;}

.pricing-table .entry.m24 .entry-left:after {content:""; display:block; border-color: transparent transparent transparent #b34429; width: 0; height: 0; border-style: solid; border-width: 25px 0 25px 10px; position: absolute; right:-9px; top: 50%; margin-top: -10%;}
.pricing-table .entry.m12 .entry-left:after {content:""; display:block; border-color: transparent transparent transparent #d06b2b; width: 0; height: 0; border-style: solid; border-width: 25px 0 25px 10px; position: absolute; right:-9px; top: 50%; margin-top: -10%;}
.pricing-table .entry.m6 .entry-left:after {content:""; display:block; border-color: transparent transparent transparent #ef8833; width: 0; height: 0; border-style: solid; border-width: 25px 0 25px 10px; position: absolute; right:-9px; top: 50%; margin-top: -10%;}
.pricing-table .entry.m3 .entry-left:after {content:""; display:block; border-color: transparent transparent transparent #e59530; width: 0; height: 0; border-style: solid; border-width: 25px 0 25px 10px; position: absolute; right:-9px; top: 50%; margin-top: -10%;}
.pricing-table .entry.m1 .entry-left:after {content:""; display:block; border-color: transparent transparent transparent #edbd47; width: 0; height: 0; border-style: solid; border-width: 25px 0 25px 10px; position: absolute; right:-9px; top: 50%; margin-top: -10%;}

.pricing-table .entry.m6, .pricing-table .entry.m1 {background-color: #fafafa;}
.pricing-table .entry.m24 {background-color: #fff4e8;}
/*
.pricing-table .entry.m24:after {
  content: url(../img/best-img.png);
  position: absolute;
  right: -55px;
  top:10px;
}*/

.pricing-table .entry .entry-left .title {
  font-weight: 300;
  font-size: 2em;
  letter-spacing: 1px;
}
.pricing-table .entry .entry-left .subtitle {
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.pricing-table .entry .entry-right {
  float:left;
  width: 70%;
  padding: 15px 20px 0 30px;
}

.pricing-table .entry .entry-right .price {
  font-size: 2.625em;
  display: inline-block;
  width: 140px;
  margin-right: 10px; 
}


.pricing-table .entry.m24 .entry-right .price {
  font-size: 3em;
  font-weight: 700;
}

.pricing-table .entry .entry-right sup {
  vertical-align: super;
  font-size: 0.5em;
}

.pricing-table .entry .entry-right .monthly {
  font-weight: 300;
  font-size: 1.625em; 
  display: inline-block;
  font-style: italic; 
}
.pricing-table .entry .entry-right .monthly .small {
  font-size: 0.75em; 
}

.pricing-table .entry .entry-right .cta {
  display: inline-block;
  vertical-align: bottom;
  float: right;
}

.pricing-table .entry .entry-right .cta .cta-button {
  pointer-events: auto;
  display: inline-block;
  font-size: 0.875em;
  color: #fff;
  background: #f38931;
  text-align: center;
  padding: 12px 25px 12px 35px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0 6px #e06d0f;
  position: relative;
  overflow: hidden;
}

.pricing-table .entry .entry-right .cta .cta-button i.fa {
  margin-left: 10px;
}

.pricing-table .entry .entry-right .cta .cta-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 36%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}
.pricing-table .entry .entry-right .cta .cta-button:hover {
  box-shadow: 0 4px #e06d0f;
  top: 2px;
}
.pricing-table .entry .entry-right .cta .cta-button:active {
  box-shadow: 0 0;
  top: 6px;
}

#pricing-devices-info {
  text-align: center;
  padding-top: 11%;
  padding-bottom: 30px;
}

#pricing-devices-info.arabic {
  background: url(../img/devices-arabic-bg.jpg) no-repeat top center;
  background-size: contain;
}

#pricing-devices-info.greek {
  background: url(../img/devices-greek-bg.jpg) no-repeat top center;
  background-size: contain;
}


#pricing-devices-info h3 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px 0 20px;
}
#pricing-devices-info .info {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 40px;
}

#pricing-devices-info .info.no-margin {
  margin: 0 auto 10px;
}

#pricing-devices-info img {
  margin-bottom: 30px;
}

#pricing-devices-info .disclaimer {
  font-size: 0.75em;
  font-style: italic;
  max-width: 750px;
  text-align: right;
  margin: 0 auto 40px;
  color: #999;
}

#pricing-devices-info strong {
  font-weight: 700;
}

#pricing-new-packages .payments {
  text-align: center;
  margin: 16px 0;
}

#pricing-new-packages .payments img{
  vertical-align: bottom;
}

#pricing-new-packages .disclaimer {
  font-size: 0.75em;
  font-style: italic;
  max-width: 750px;
  text-align: center;
  margin: 20px auto;
  color: #999;
}

@media only screen and (max-width: 768px) {
  #pricing-new-top {
    padding: 25px 0;
  }

  .pack {
    max-width: 110px;
    margin:0 6px;
    padding: 15px 5px 20px;
  }
  .pricing-table .header {
    display: none;
  }

  .pricing-table .entry .entry-left, .pricing-table .entry .entry-right {
    float:none;
    width: 100%;
  }
  .pricing-table .entry .entry-left {
    text-align: center;
  }
  .pricing-table .entry.m1 .entry-left:after, .pricing-table .entry.m3 .entry-left:after, .pricing-table .entry.m6 .entry-left:after, .pricing-table .entry.m12 .entry-left:after, .pricing-table .entry.m24 .entry-left:after {
    display: none;
  }
  .pricing-table .entry.m1, .pricing-table .entry.m3, .pricing-table .entry.m6, .pricing-table .entry.m12, .pricing-table .entry.m24 {
    border-right: 0 none;
  }
  .pricing-table .entry.m24 {
    transform: scale(1.02);
  }
  .pricing-table .entry .entry-right .cta {
    float: none;
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .pricing-table .entry .entry-right {
    text-align: center;
  }
  .pricing-table .entry {
    margin-top: 16px;
    background-color: #fafafa;
  }
  #pricing-devices-info.arabic, #pricing-devices-info.greek {
    background: none;
  }
}