@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.231 !important;
}

.container * {
  bottom: 0;
}

.container .cols {
  float: left;
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}

.row {
  margin-bottom: 20px;
  min-height: 1px;
  height: auto;
}

.container .cols.col-1 {
  width: 50px;
}

.container .cols.col-2 {
  width: 130px;
}

.container .cols.col-3 {
  width: 210px;
}

.container .cols.col-4 {
  width: 290px;
}

.container .cols.col-5 {
  width: 370px;
}

.container .cols.col-6 {
  width: 450px;
}

.container .cols.col-7 {
  width: 530px;
}

.container .cols.col-8 {
  width: 610px;
}

.container .cols.col-9 {
  width: 690px;
}

.container .cols.col-10 {
  width: 770px;
}

.container .cols.col-11 {
  width: 850px;
}

.container .cols.col-12 {
  width: 930px;
}

/*PATTERN FOR THE GRID -----------------------
960*n/x-y n = column number x = number of columns y = column margin*2 */
.cols.alpha {
  margin-right: 0;
}

.cols.omega {
  margin-left: 0;
}

/*CLEARING*/
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

/*HELPERS*/
.auto-margin {
  margin: 0 auto;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-left {
  text-align: left !important;
}

.text-bolded {
  font-weight: bold !important;
}

.text-medium-bolded {
  font-weight: 600 !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-no-transform {
  text-transform: none !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.add-top {
  margin-top: 15px !important;
}

.add-bottom {
  margin-bottom: 15px !important;
}

.minus-top {
  margin-top: 0 !important;
}

.minus-bottom {
  margin-bottom: 0 !important;
}

.add-duble-top {
  margin-top: 30px !important;
}

.add-duble-bottom {
  margin-bottom: 30px !important;
}

.add-top-5 {
  margin-top: 5px !important;
}

.add-bottom-5 {
  margin-bottom: 5px !important;
}

.add-top-10 {
  margin-top: 10px !important;
}

.add-bottom-10 {
  margin-bottom: 10px !important;
}

.add-top-20 {
  margin-top: 20px !important;
}

.add-bottom-20 {
  margin-bottom: 20px !important;
}

.add-top-50 {
  margin-top: 50px !important;
}

.add-bottom-50 {
  margin-bottom: 50px !important;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.border-top {
  border-top: solid #bfbfbf 1px;
}

.border-bottom {
  border-bottom: solid #bfbfbf 1px;
}

.border-top-dashed {
  border-top: dashed #bfbfbf 1px;
}

.border-bottom-dashed {
  border-bottom: dashed #bfbfbf 1px;
}

.border-x2 {
  border-width: 2px;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-inerhit {
  display: inherit;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.display-table-row {
  display: table-row-group;
}

/*PANEL*/
.panel {
  padding: 20px;
  background-color: transparent;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.panel:before, .panel:after {
  content:"";
  display: table;
}

.panel:after {
  clear:both;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #5E5E5E;
}
.panel ul.panel-list {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  color: #5E5E5E;
}
.panel ul.panel-list li {
  margin-bottom: 15px;
}
.panel ul.panel-list.no-bullets {
  list-style: none;
}

.panel ul.panel-list-details {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  color: #5E5E5E;
}

.panel ul.panel-list-details li {
  margin-bottom: 5px;
}

.panel ul.panel-list-details li span {
  font-weight: normal !important;
}

.panel ul.panel-list-details.no-bullets {
  list-style: none;
}

.panel .panel-title {
  font-size: 22px !important;
  line-height: 1.4;
  color: #6A6969;
  font-weight: bold;
  margin: 0 0 15px 0 !important;
}

.panel .panel-subtitle {
  font-size: 16px;
  line-height: 1.4;
  color: #6A6969;
  font-weight: bold;
  margin-bottom: 20px;
}

.panel .panel-content {
  font-size: 14px;
  color: #6A6969;
  line-height: 1.4;
}

.panel .price {
  margin-top: 0;
  margin-bottom: 20px;
}

.panel .currency, .panel .amount {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #3670af;
  font-weight: normal !important;
}

.panel .currency {
  font-size: 32px;
}

.panel .amount {
  font-size: 42px;
}

.panel .order-summary {
  border-bottom: solid 1px #d1d1d1;
}

.panel.grey {
  background-color: #f4f4f4;
}

/*BUTTONS*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: auto !important;
  height: auto !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
}

/*Button sizes*/
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-md {
  padding: 7px 14px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 5px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-160 {
  width: 160px !important;
  padding: 7px 14px;
}

/*Buttons colors*/
.btn-green {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cfeb41), color-stop(1, #9fcd07));
  background: -moz-linear-gradient(center top, #cfeb41 5%, #9fcd07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfeb41', endColorstr='#9fcd07');
  background-color: #cfeb41;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 0;
  border: 1px solid #a2bc44;
  color: #698303 !important;
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5), 1px 1px 0px rgba(255, 255, 255, 0.65);
}

.btn-green:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fcd07), color-stop(1, #cfeb41));
  background: -moz-linear-gradient(center top, #9fcd07 5%, #cfeb41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcd07', endColorstr='#cfeb41');
  background-color: #9fcd07;
}

.btn-green:active {
  position: relative;
  top: 1px;
}

.btn-dark-blue-cta {
  background: #57819a;
  background-image: -webkit-linear-gradient(top, #57819a, #3f5e6f);
  background-image: -moz-linear-gradient(top, #57819a, #3f5e6f);
  background-image: -ms-linear-gradient(top, #57819a, #3f5e6f);
  background-image: -o-linear-gradient(top, #57819a, #3f5e6f);
  background-image: linear-gradient(to bottom, #57819a, #3f5e6f);
  color: #ffffff;
  border: solid #4E748B 1px;
}

.btn-dark-blue-cta:hover, .btn-dark-blue-cta:focus {
  background: #4E748B;
  background-image: -webkit-linear-gradient(top, #4e748b, #3f5e6f);
  background-image: -moz-linear-gradient(top, #4e748b, #3f5e6f);
  background-image: -ms-linear-gradient(top, #4e748b, #3f5e6f);
  background-image: -o-linear-gradient(top, #4e748b, #3f5e6f);
  background-image: linear-gradient(to bottom, #4e748b, #3f5e6f);
  color: #ffffff;
}

.btn-green-cta {
  background: #a6ba48;
  background-image: -webkit-linear-gradient(top, #a6ba48, #7b9935);
  background-image: -moz-linear-gradient(top, #a6ba48, #7b9935);
  background-image: -ms-linear-gradient(top, #a6ba48, #7b9935);
  background-image: -o-linear-gradient(top, #a6ba48, #7b9935);
  background-image: linear-gradient(to bottom, #a6ba48, #7b9935);
  color: #ffffff;
  border: solid #95A741 1px;
}

.btn-green-cta:hover, .btn-green-cta:focus {
  background: #95A741;
  background-image: -webkit-linear-gradient(top, #95a741, #6f8a30);
  background-image: -moz-linear-gradient(top, #95a741, #6f8a30);
  background-image: -ms-linear-gradient(top, #95a741, #6f8a30);
  background-image: -o-linear-gradient(top, #95a741, #6f8a30);
  background-image: linear-gradient(to bottom, #95a741, #6f8a30);
  color: #ffffff;
}

.btn-violet-cta {
  background: #a286af;
  background-image: -webkit-linear-gradient(top, #a286af, #665275);
  background-image: -moz-linear-gradient(top, #a286af, #665275);
  background-image: -ms-linear-gradient(top, #a286af, #665275);
  background-image: -o-linear-gradient(top, #a286af, #665275);
  background-image: linear-gradient(to bottom, #a286af, #665275);
  color: #ffffff;
  border: solid #a286af 1px;
}

.btn-violet-cta:hover, .btn-violet-cta:focus {
  background: #92799E;
  background-image: -webkit-linear-gradient(top, #92799e, #665275);
  background-image: -moz-linear-gradient(top, #92799e, #665275);
  background-image: -ms-linear-gradient(top, #92799e, #665275);
  background-image: -o-linear-gradient(top, #92799e, #665275);
  background-image: linear-gradient(to bottom, #92799e, #665275);
  color: #ffffff;
}

/*SITE STYLES*/
/*General styles*/
.text-holder {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'Open Sans';
  color: #595858;
  line-height: 130%;
  white-space: initial;
}

.page-title {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #5E5E5E;
  border-bottom: 1px solid #5E5E5E;
  color: #5E5E5E;
  font-size: 32px !important;
  font-family: 'Open Sans';
  font-weight: normal;
}

.page-title span {
  font-size: 20px !important;
  display: block;
}

.page-subtitle {
  padding: 5px 0;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  color: #5E5E5E;
  font-size: 22px !important;
  font-family: 'Open Sans';
  font-weight: normal;
}

.contact-item {
  font-size: 14px;
  font-family: 'Open Sans';
  color: #595858;
  line-height: 130%;
  white-space: initial;
}

.contact-item a {
  color: #5E5E5E;
  text-decoration: none;
}

.contact-item a:hover {
  color: #000;
  transition: all 1s ease;
}

.contact-icon-1 {
  background: url("/static/img/icons/envelope.png") left center no-repeat;
  padding: 5px 0 5px 40px;
  margin: 10px 0;
}

.contact-icon-2 {
  background: url("/static/img/icons/request.png") left center no-repeat;
  padding: 5px 0 5px 40px;
  margin: 10px 0;
}

.contact-icon-3 {
  background: url("/static/img/icons/phone.png") left center no-repeat;
  padding: 0 0 0 40px;
  margin: 10px 0;
}

.contact-icon-4 {
  background: url("/static/img/icons/cart.png") left center no-repeat;
  padding: 0 0 0 40px;
  margin: 10px 0;
}

.contact-icon-5 {
  background: url("/static/img/update_5142014/pdf_icon.png") left center no-repeat;
  padding: 10px 0 10px 50px;
  margin: 10px 0;
}

/*Experts on hands*/
.lead {
  font-size: 44px !important;
  font-weight: normal !important;
  color: #595858 !important;
  font-family: Open Sans !important;
}

.lead > span {
  display: block !important;
  font-size: 30px !important;
  font-weight: normal !important;
  color: #595858 !important;
}

.lead-bolded {
  font-size: 44px !important;
  font-weight: bold !important;
  color: #595858 !important;
  font-family: Open Sans !important;
}

.lead-bolded > span, .lead-bolded > span > strong, .lead-bolded > strong {
  display: block !important;
  font-size: 30px !important;
  font-weight: normal !important;
  color: #595858 !important;
}

.title {
  font-size: 38px !important;
  font-weight: normal !important;
  color: #595858 !important;
  font-family: Open Sans !important;
}

.title > span {
  display: block !important;
  font-size: 22px !important;
  font-weight: normal !important;
  color: #595858 !important;
}

.title-bolded {
  font-size: 38px !important;
  font-weight: bold !important;
  color: #595858 !important;
  font-family: Open Sans !important;
}

.title-bolded > span {
  display: block !important;
  font-size: 22px !important;
  font-weight: normal !important;
  color: #595858 !important;
}

.callout {
  font-size: 24px !important;
  font-weight: normal !important;
  color: #595858 !important;
  font-family: Open Sans !important;
}

.callout > span {
  display: block !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #595858 !important;
}

.callout-bolded {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #595858 !important;
  font-family: Open Sans !important;
}

.callout-bolded > span {
  display: block !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #595858 !important;
}

.subtitle {
  color: #5E5E5E !important;
  font-size: 18px !important;
  font-family: 'Open Sans';
  font-weight: normal;
  /*margin: 20px 0;*/
  padding: 20px 0;
}

.subtitle > img {
  margin-right: 15px;
  float: left;
  display: block;
  zoom: 1;
}

.subtitle > span {
  display: block;
  position: relative;
  top: 10px;
}

.subtitle-bolded {
  color: #5E5E5E !important;
  font-size: 24px !important;
  font-family: 'Open Sans';
  font-weight: bold;
  /*margin: 20px 0;*/
  padding: 20px 0;
}

.subtitle-bolded > img {
  margin-right: 15px;
  float: left;
  display: block;
  zoom: 1;
}

.subtitle-bolded > span {
  display: block;
  font-family: 'Open Sans';
  font-weight: bold;
  color: #5E5E5E !important;
  font-size: 24px !important;
}

.deals-title {
  font-size: 22px;
  line-height: 1.4;
  color: #6A6969;
  font-weight: bold;
  margin-bottom: 20px;
}

.deals-subtitle {
  font-size: 16px;
  line-height: 1.4;
  color: #6A6969;
  font-weight: bold;
  margin-bottom: 20px;
}

.deals-subtitle-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #6A6969;
  font-weight: bold;
  padding: 0;
  background-color: transparent;
  border: transparent;
  cursor: pointer;
}

.deals-subtitle-btn:hover, .deals-subtitle-btn:focus {
  color: #5F5E5E;
  outline: 0;
}

.grey-bg {
  background: #f4f4f4;
}

.icon-holder-1, .icon-holder-2, .icon-holder-3 {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: bold;
  color: #818080;
}

.icon-holder-1 {
  padding-top: 30px;
}

.icon-holder-2 {
  padding-top: 30px;
}

.icon-holder-3 {
  padding-top: 25px;
}

.ul-custom-bullet {
  display: table;
  margin: 0 auto;
}

.ul-custom-bullet > ul {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0px;
  padding: 0 20px;
  float: left;
  display: inline;
  zoom: 1;
  list-style-image: url("http://www.swiftway.net/static/img/subpages/swiftway_experts_on_hand_blue_square.jpg");
}

.ul-custom-bullet > ul > li {
  line-height: 1.5em;
}

/*Network tests*/
.chart-container {
  width: 100%;
  height: 279px;
  margin: 50px 0;
  background: url("http://www.swiftway.net/static/img/subpages/network_test_2.png") center center no-repeat;
  position: relative;
}

.chart-info {
  position: absolute;
}

.chart-info p {
  margin: 0;
  font-family: 'Open Sans';
  color: #6d6e70;
}

.chart-info p.chart-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.chart-info p.chart-subtitle {
  font-size: 14px;
}

.chart-info p.chart-subtitle a {
  color: #6d6e70;
  text-decoration: none;
}

.chart-info p.chart-subtitle a:hover {
  text-decoration: underline;
}

.chart-item1 {
  top: -3px;
  left: 160px;
}

.chart-item2 {
  top: -22px;
  left: 645px;
}

.chart-item3 {
  top: 207px;
  left: 118px;
}

.chart-item4 {
  top: -3px;
  left: 160px;
}

.chart-item5 {
  top: -22px;
  left: 645px;
}

.chart-item6 {
  top: 207px;
  left: 118px;
}

/*Swiftway Cloud*/
.text-dark-blue {
  color: #436477 !important;
}

.text-green {
  color: #829e38 !important;
}

.text-violet {
  color: #7d678d !important;
}

/*Pricing table*/
.pricing-table {
  margin: 0 auto;
  background: #fff;
  text-align: center;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-table .title {
  padding: 20px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pricing-table .title > h1, .pricing-table .title > h2, .pricing-table .title > h3, .pricing-table .title > h4, .pricing-table .title > h5, .pricing-table .title > h6, .pricing-table .title > p {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}

.pricing-table .price {
  padding: 20px 10px;
  background-color: #f0f0f0;
  border: dashed 1px transparent;
  border-bottom-color: #d4d4d4;
  border-top-color: #d4d4d4;
}

.pricing-table .price > h1, .pricing-table .price > h2, .pricing-table .price > h3, .pricing-table .price > h4, .pricing-table .price > h5, .pricing-table .price > h6, .pricing-table .price > p {
  margin: 0;
  font-size: 54px;
  font-weight: normal;
}

.pricing-table .price > h1 > span, .pricing-table .price > h2 > span, .pricing-table .price > h3 > span, .pricing-table .price > h4 > span, .pricing-table .price > h5 > span, .pricing-table .price > h6 > span, .pricing-table .price > p > span {
  display: block;
  font-size: 16px;
  color: #A6A6A6;
}

.pricing-table .description {
  padding: 20px 10px 0 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pricing-table .description .btn {
  padding: 7.5px 45px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pricing-table .description > ul, .pricing-table .description > ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .description > ul > li, .pricing-table .description > ol > li {
  margin-bottom: 10px;
  color: #A6A6A6;
}

/*Pracing table colors*/
.pricing-table .title > .text-dark-blue, .pricing-table .price > .text-dark-blue {
  color: #436477 !important;
}

.pricing-table .title > .text-green, .pricing-table .price > .text-green {
  color: #829e38 !important;
}

.pricing-table .title > .text-violet, .pricing-table .price > .text-violet {
  color: #7d678d !important;
}

.ul-custom-list {
  float: left;
}

.ul-custom-list-1 {
  width: 340px;
}

.ul-custom-list-2 {
  width: 320px;
}

.ul-custom-list-3 {
  width: 270px;
}

.ul-custom-list > ul {
  display: table;
  margin: 0 auto;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: normal;
  padding: 0 20px;
  list-style-image: url("http://www.swiftway.net/static/img/subpages/swiftway_experts_on_hand_blue_square.jpg");
}

.ul-custom-list > ul li {
  line-height: 1.4;
  margin-bottom: 7.5px;
}

/*Global styles fix*/
strong {
  font-weight: bold !important;
}

/*Delate this*/
body {
  font-family: 'Open Sans', sans-serif;
}

table.deals-pricing {
  width: 100% !important;
  background-color: #f4f4f4 !important;
  border-color: transparent !important;
  margin-bottom: 20px !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.deals-pricing thead {
  background-color: #e0e0e0 !important;
}
table.deals-pricing thead tr th, table.deals-pricing thead tr td {
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  text-align: left !important;
  color: #6a6969 !important;
  padding: 8px 10px !important;
  border-bottom: solid 2px #c5c5c5 !important;
}
table.deals-pricing tr th, table.deals-pricing tr td {
  font-size: 14px !important;
  color: #6a6969 !important;
  padding: 8px 10px !important;
  border: 0 !important;
}
table.deals-pricing tr th a, table.deals-pricing tr td a {
  color: #9ecf38 !important;
  text-decoration: none !important;
}
table.deals-pricing tr th a:hover, table.deals-pricing tr th a:focus, table.deals-pricing tr td a:hover, table.deals-pricing tr td a:focus {
  color: #8eba32 !important;
}
table.deals-pricing tr.even, table.deals-pricing tr.alt, table.deals-pricing tr:nth-of-type(even) {
  background-color: #e3e3e3 !important;
}

.icon {
  margin: 0 10px 0 0;
  background: url('../imgs/icons-s5dd9fd2772.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.icon.deals-hardware {
  background-position: 0 0;
  height: 26px;
  width: 28px;
}
.icon.deals-server {
  background-position: 0 -31px;
  height: 26px;
  width: 28px;
}
.icon.deals-support {
  background-position: 0 -62px;
  height: 26px;
  width: 28px;
}
.icon.deals-delivery {
  background-position: 0 -93px;
  height: 27px;
  width: 27px;
}
.icon.deals-flexibility {
  background-position: 0 -125px;
  height: 27px;
  width: 27px;
}
.icon.deals-kvm {
  background-position: 0 -157px;
  height: 27px;
  width: 27px;
}

.deals-banner {
  width: 100%;
  height: 195px;
  position: relative;
  background: url('/static/imgs/baner/deals-baner.png') no-repeat #040708 !important;
  background-position: right !important;
}
.tabsbg {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  background: url('/static/img/tabsbg.png');
}
.tabsbg-inner {
	margin: 0px auto;
	width: 930px;
}
.deals-banner-inner {
  width: 930px;
  height: 195px;
  margin: 0 auto;
  background: url('/static/imgs/baner/deals-title.png') no-repeat !important;
  background-position: center left !important;
}
.service-on-demand {
  width: 100%;
  height: 195px;
  position: relative;
  background: url('/static/imgs/baner/ban-ondem.png') no-repeat #040708 !important;
  background-position: right !important;
}
.service-on-demand-inner {
  width: 930px;
  height: 195px;
  margin: 0 auto;
  background: url('/static/imgs/baner/ban-ond-title.png') no-repeat !important;
  background-position: center left !important;
}
.deals-register-form {
  display: block;
  margin-bottom: 20px;
}

.form-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}

.form-row {
  margin-right: -5px;
  margin-left: -5px;
}

.form-container:before, .form-container:after, .form-row:before, .form-row:after {
  content: "";
  display: table;
}

.form-container:after, .form-row:after {
  clear: both;
}

.form-group {
  display: block;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 15px;
}

.form-group.half {
  width: 50%;
  position: relative;
  float: left;
}
.form-group.third {
  width: 33.333%;
  position: relative;
  float: left;
}

.form-group.quarter {
  width: 25%;
  position: relative;
  float: left;
}

.form-group > .form-control {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  font-size: 14px;
  color: #777;
  line-height: 21px;
  height: 35px;
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.form-group > .form-control:focus {
  border-color: #8F8F8F;
  -webkit-box-shadow: 0px 0px 5px rgba(102,102,102, .65);
  -moz-box-shadow: 0px 0px 5px rgba(102,102,102, .65);
  box-shadow: 0px 0px 5px rgba(102,102,102, .65);
}

.form-group > select.form-control {
  width: 100% !important;
}
.form-group > label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #6a6969;
  font-weight: normal;
}

.form-group > label > a {
  font-size: 14px;
  line-height: 1.4;
  color: #107FC9;
  text-decoration: none;
}

.form-group > label > a:hover {
  color: #0E4EAD;
  text-decoration: none;
}

.form-group > .form-control.has-error {
  border-color: #e74c3c;
}

.form-group > .form-control.has-valid {
  border-color: #95a741;
}

.form-group .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #e74c3c;
  margin-bottom: 15px;
}

.form-group .valid-message {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #95a741;
  margin-bottom: 15px;
}

/*.form-group > label + input[type="checkbox"], .form-group > label + input[type="radio"] {}*/

#moreDetails {
  display: block;
  color: #6a6969;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: right;
  margin-bottom: 15px;
}

.showDetails:after {
  content: "\25BE";
  display: inline-block;
  margin: 0 0 5px 5px;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.hideDetails:after {
  content: "\25B4";
  display: inline-block;
  margin: 0 0 5px 5px;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#moreDetails:hover, #moreDetails:focus {
  color: #555454;
}

.form-more-details {
  display: none;
}

.panel form *, .billing-cycle *, .offers-filter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Deals navbar*/
.tabs-navbar {
  display: block;
  min-height: 46px;
  background-color: #ffffff;
  background: url('/static/img/tabsbg.png') center center repeat-x;
  margin-bottom: 20px;
}
.tabs-container {
  width: 930px;
  margin: 0 auto;
}
.tabs-navbar .tabs-nav {
  display: block;
  margin: 0;
  padding: 0;
}
.tabs-navbar .tabs-nav:before, .tabs-navbar .tabs-nav:after {
  content: "";
  display: table;
}
.tabs-navbar .tabs-nav:after {
  clear: both;
}
.tabs-navbar .tabs-nav > li {
  display: block;
  float: left;
  list-style: none;
}
.tabs-navbar .tabs-nav > li > a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.tabs-navbar .tabs-nav > li > a:hover {
  text-decoration: underline;
}

.tabs-navbar .tabs-nav > li.active > a,
.tabs-navbar .tabs-nav > li.active > a:hover {
  background-color: #8bd7f5;
  color: #191919;
}

/*Deals icons*/
 .swiftway-deals-icon {
    margin: 0;
    background: url('/static/img/icons/swiftway-deals-scf5cec69fa.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.swiftway-deals-icon.cart-icon {
    background-position: 0 0;
    height: 17px;
    width: 19px;
}
.swiftway-deals-icon.email-icon {
    background-position: 0 -22px;
    height: 16px;
    width: 22px;
}
/*Location flags*/
.swiftway-location {
  margin: 0 0 0 2.5px;
  background: url('/static/img/location/location-s5a6755bd59.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.swiftway-location.netherlands-20 {
  background-position: 0 0;
  height: 20px;
  width: 33px;
}
.swiftway-location.netherlands-25 {
  background-position: 0 -25px;
  height: 25px;
  width: 39px;
}
.swiftway-location.poland-20 {
  background-position: 0 -55px;
  height: 20px;
  width: 33px;
}
.swiftway-location.poland-25 {
  background-position: 0 -80px;
  height: 25px;
  width: 40px;
}
.swiftway-location.usa-20 {
  background-position: 0 -110px;
  height: 20px;
  width: 33px;
}

.swiftway-location.world-20 {
  background: url('/static/img/location/globe.png') no-repeat;
  background-size: contain;
  height: 20px;
  width: 33px;
}

.swiftway-location.usa-25 {
  background-position: 0 -135px;
  height: 25px;
  width: 39px;
}

#payment_methods_form {
font-size: 16px;
line-height: 1.2;
margin-bottom: 15px;
color: #3670af;
font-weight: 400;}

#payment_methods_form fieldset {
  color: #3670af;
border: 1px solid #3670af;
padding: 10px;
}

#payment_methods_form h3 span {
display: block;
padding: 10px 20px;
}
/*
#payment_methods_form input[type=checkbox]:not(old),
#payment_methods_form input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
  cursor: pointer;
}

#payment_methods_form input[type=checkbox]:not(old) + label,
#payment_methods_form input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

#payment_methods_form input[type=checkbox]:not(old) + label > span,
#payment_methods_form input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

#payment_methods_form input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
*/
.loader {
  display: none;
  color: #a6ba48;
  font-size: 20px;
  margin: 4em auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #a6ba48, 2em -2em 0 0em #a6ba48, 3em 0em 0 -0.5em #a6ba48, 2em 2em 0 -0.5em #a6ba48, 0em 3em 0 -0.5em #a6ba48, -2em 2em 0 -0.5em #a6ba48, -3em 0em 0 -0.5em #a6ba48, -2em -2em 0 0em #a6ba48;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #a6ba48, 2em -2em 0 0.2em #a6ba48, 3em 0em 0 0em #a6ba48, 2em 2em 0 -0.5em #a6ba48, 0em 3em 0 -0.5em #a6ba48, -2em 2em 0 -0.5em #a6ba48, -3em 0em 0 -0.5em #a6ba48, -2em -2em 0 -0.5em #a6ba48;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #a6ba48, 2em -2em 0 0em #a6ba48, 3em 0em 0 0.2em #a6ba48, 2em 2em 0 0em #a6ba48, 0em 3em 0 -0.5em #a6ba48, -2em 2em 0 -0.5em #a6ba48, -3em 0em 0 -0.5em #a6ba48, -2em -2em 0 -0.5em #a6ba48;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #a6ba48, 2em -2em 0 -0.5em #a6ba48, 3em 0em 0 0em #a6ba48, 2em 2em 0 0.2em #a6ba48, 0em 3em 0 0em #a6ba48, -2em 2em 0 -0.5em #a6ba48, -3em 0em 0 -0.5em #a6ba48, -2em -2em 0 -0.5em #a6ba48;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #a6ba48, 2em -2em 0 -0.5em #a6ba48, 3em 0em 0 -0.5em #a6ba48, 2em 2em 0 0em #a6ba48, 0em 3em 0 0.2em #a6ba48, -2em 2em 0 0em #a6ba48, -3em 0em 0 -0.5em #a6ba48, -2em -2em 0 -0.5em #a6ba48;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #a6ba48, 2em -2em 0 -0.5em #a6ba48, 3em 0em 0 -0.5em #a6ba48, 2em 2em 0 -0.5em #a6ba48, 0em 3em 0 0em #a6ba48, -2em 2em 0 0.2em #a6ba48, -3em 0em 0 0em #a6ba48, -2em -2em 0 -0.5em #a6ba48;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #a6ba48, 2em -2em 0 -0.5em #a6ba48, 3em 0em 0 -0.5em #a6ba48, 2em 2em 0 -0.5em #a6ba48, 0em 3em 0 -0.5em #a6ba48, -2em 2em 0 0em #a6ba48, -3em 0em 0 0.2em #a6ba48, -2em -2em 0 0em #a6ba48;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #a6ba48, 2em -2em 0 -0.5em #a6ba48, 3em 0em 0 -0.5em #a6ba48, 2em 2em 0 -0.5em #a6ba48, 0em 3em 0 -0.5em #a6ba48, -2em 2em 0 0em #a6ba48, -3em 0em 0 0em #a6ba48, -2em -2em 0 0.2em #a6ba48;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
.small_messagesj2{display: none;}
.small_messagesj2 p, .trafic_note{
  font-size: 10px;
  color: #6a6969;
  margin: 5px 0px;
}

.trafic_note{color: #FF9999;}
.vat_desc{margin-top: 10px;}
.price_vat{display: none}
.price.text-center.main_vat.main_vat2 {margin-bottom: 0px;}
.main_vat2 span.currency{font-size: 15px}
.main_vat2 span.amount{font-size: 27px}
.cart_productname {width: 150px;}