.footerContainer {
  background: #556275;
  padding-top: 60px;
  padding-bottom: 50px;
}

.footerContainer ul {
  padding-left: 0px;
}

.footerContainer li {
  color: white;
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.footerContainer li a {
  color: white;
}

.footerContainer li.listTitle {
  color: #afb6bd;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 25px;
}

.footerContainer p {
  color: #536989;
  font-size: 13px;
}

.bottom-line {
  background: white;
}

.bottom-line p {
  font-size: 12px;
}

@media screen and (max-width: 580px) {
  .footerContainer ul {
    padding-left: 0px;
  }
  .footerContainer li {
    text-align: center;
  }
  .footerContainer li.listTitle {
    padding-top: 20px;
  }
}

.btn-blue {
  background: #22b7ff;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 300;
  color: white;
  padding: 14px 70px;
}

.btn-blue:hover {
  background: #16a5ea;
  color: white;
}

.btn-intouch {
  background: white;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 300;
  color: #22b7ff;
  padding: 14px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.btn-intouch:hover {
  background: #22b7ff;
  color: white;
  border: 1px solid white;
}

.btn-shopping {
  background: #5bc324;
  color: white;
  border-radius: 20px;
  padding: 2px 20px;
}

.btn-shopping:hover {
  color: #5bc324;
  background: transparent;
  border: 1px solid #5bc324;
}

.btn-shopping2 {
  background: #ffae31;
  color: white;
  border-radius: 20px;
  padding: 2px 20px;
}

.btn-shopping2:hover {
  color: #ffae31;
  background: transparent;
  border: 1px solid #ffae31;
}

.btn-apply {
  background: #5bc324;
  color: white;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.btn-apply:hover {
  color: #5bc324;
  background: transparent;
  border: 1px solid #5bc324;
}

.btn-submit {
  background: #22b7ff;
  color: white;
  border-radius: 20px;
  padding: 8px 30px;
  font-size: 12px;
}

.btn-submit:hover {
  color: #22b7ff;
  background: transparent;
  border: 1px solid #22b7ff;
}

.HOME .theCarousel {
  padding: 0px;
  margin-top: 100px;
}

.HOME .carousel-item h1 {
  font-size: 60px;
}

.HOME .next h1, .HOME .next h4 {
  color: black;
}

.BARE-METAL-SERVERS .top-header {
  background-image: url("../pics/bare-metal-servers/servers.jpg");
}

.BARE-METAL-SERVERS .pContainer {
  padding: 50px 60px;
}

.BARE-METAL-SERVERS .pContainer .package {
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
}

.BARE-METAL-SERVERS .pContainer .package .header, .BARE-METAL-SERVERS .pContainer .package .header2 {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #ffae31;
}

.BARE-METAL-SERVERS .pContainer .package .header p, .BARE-METAL-SERVERS .pContainer .package .header2 p, .BARE-METAL-SERVERS .pContainer .package .header span, .BARE-METAL-SERVERS .pContainer .package .header2 span, .BARE-METAL-SERVERS .pContainer .package .header h4, .BARE-METAL-SERVERS .pContainer .package .header2 h4 {
  color: white;
  line-height: 10px;
}

.BARE-METAL-SERVERS .pContainer .package .header p.price, .BARE-METAL-SERVERS .pContainer .package .header2 p.price {
  padding-top: 30px;
}

.BARE-METAL-SERVERS .pContainer .package .header span, .BARE-METAL-SERVERS .pContainer .package .header2 span {
  font-size: 34px;
}

.BARE-METAL-SERVERS .pContainer .package .header2 {
  background: #5bc324;
}

.BARE-METAL-SERVERS .pContainer .package .body {
  border: 1px solid #eaeaea;
  height: 400px;
  padding: 50px 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.BARE-METAL-SERVERS .pContainer .package .body ul {
  padding: 0px;
}

.BARE-METAL-SERVERS .pContainer .package .body ul li {
  color: #6c737f;
  line-height: 40px;
  font-weight: 300;
  font-size: 15px;
}

.BARE-METAL-SERVERS .pContainer .package .body ul li.title {
  font-weight: 700;
  list-style: none;
}

.CO-LOCATION .top-header {
  background-image: url("../pics/hosting-co-location.png");
}

.CO-LOCATION .pricing-header {
  padding: 120px 10px 80px 10px;
}

.CO-LOCATION .pricing-header ul {
  padding: 0px;
}

.CO-LOCATION .pricing-header li {
  list-style: none;
  color: #6c737f;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
}

.CO-LOCATION .pricing {
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
}

.CO-LOCATION .pricing .header, .CO-LOCATION .pricing .BARE-METAL-SERVERS .pContainer .package .header2, .BARE-METAL-SERVERS .pContainer .package .CO-LOCATION .pricing .header2 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #5bc324;
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 16px;
  height: 60px;
}

.CO-LOCATION .pricing .body {
  padding: 20px 10px;
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.CO-LOCATION .pricing .body ul {
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.CO-LOCATION .pricing .body li {
  line-height: 34px;
  list-style: none;
  font-size: 14px;
}

.CO-LOCATION .pricing .body li strong {
  color: #263445;
}

.CO-LOCATION .pricing .full-half {
  color: #ffae31;
  font-size: 24px;
}

.CO-LOCATION .half {
  color: #ffae31;
  font-size: 24px;
  padding-right: 10px;
}

.CO-LOCATION .full {
  color: #ffae31;
  font-size: 24px;
  padding-right: 10px;
  padding-left: 50px;
}

.HTTP-ACCEL .top-header {
  background-image: url("../pics/http/CDN-HTTP-Accel.png");
}

.MEDIA-STREAMING .top-header {
  background-image: url("../pics/media-streaming/CDN-Media-Streaming.png");
}

.MEDIA-STREAMING .top-header h1, .MEDIA-STREAMING .top-header h3 {
  color: #263445;
}

.ANTI-DDOS .top-header {
  background-image: url("../pics/anti-ddos.jpg");
}

.CITRIX .top-header {
  background-image: url("../pics/citrix/NETWORK-Citrix-RD.png");
}

.DISASTER-RECOVERY .top-header {
  background-image: url("../pics/disaster-recovery/NETWORK-Disaster-Recovery-1.png");
}

.IEPL .top-header {
  background-image: url("../pics/iepl/Top-image-Copy.png");
}

.MPLS .top-header {
  background-image: url("../pics/mpls/NETWORK-MLPS.png");
}

.SATELLITE .top-header {
  background-image: url("../pics/satellite/NETWORK-Satellite-1.png");
}

.DATA-CENTER .top-header {
  background-image: url("../pics/data-center/OUR-INFRASTRUCTURE-Our-Data-Centers.png");
}

.DATA-CENTER ul {
  padding-left: 16px;
}

.DATA-CENTER li b {
  font-weight: 700;
}

.DATA-CENTER .fa {
  padding-right: 10px;
  font-size: 18px;
}

.DATA-CENTER .mapimg {
  padding: 80px 10px;
}

.NETWORK .top-header {
  background-image: url("../pics/network/OUR-INFRASTRUCTURE-Our-Network.png");
}

.NETWORK .borderless td, .NETWORK .borderless th {
  border: none;
}

.NETWORK table {
  font-size: 14px;
  font-weight: 300;
  border: none !important;
}

.NETWORK table th {
  color: #6c737f;
  font-size: 12px;
  font-weight: 300;
  width: 180px;
  padding-bottom: 20px;
}

.NETWORK table td {
  color: white;
}

.NETWORK table td span.dark-blue {
  background: #009add;
  padding: 10px 30px;
  border-radius: 0px;
}

.NETWORK table td span.light-blue {
  background: #6ec8eb;
  padding: 10px 38px;
  border-radius: 0px;
}

.NETWORK table td span.dark-blue1 {
  background: #009add;
  padding: 10px 35px;
  border-radius: 0px;
}

.REFERRALS .top-header {
  background-image: url("../pics/referrals/COMPANY-Partners-Reseller.png");
}

.WHY-CHOOSE-US .top-header {
  background-image: url("../pics/choose/WHY-WORK-WTH-US.png");
}

.LEGAL {
  padding-top: 200px;
}

.LEGAL ul {
  padding-top: 20px;
}

.LEGAL b {
  color: #263445;
  font-weight: 500;
  padding-right: 10px;
}

.LEGAL .firstContainer li {
  list-style: none;
}

.LEGAL table {
  font-size: 13px;
}

.INVESTOR .top-header {
  background-image: url("../pics/INVESTOR-RELATIONS.png");
}

.CAREERS .top-header {
  background-image: url("../pics/careers/COMPANY-Careers.png");
}

.CAREERS .custom-file {
  width: 100%;
}

.CAREERS .custom-file-control:lang(en)::after {
  content: "Choose file...";
  font-size: 12px;
}

.CAREERS .custom-file-control:lang(en)::before {
  content: "Browse";
  font-size: 12px;
  padding-top: 10px;
}

.CONTACT-US .top-header {
  background-image: url("../pics/contact-1.jpg");
}

.CONTACT-US iframe {
  width: 100%;
  height: 500px;
}

.CONTACT-US p.italic {
  font-style: italic;
  font-weight: 700;
}

.CLOUD-HOSTING .top-header {
  background-image: url("../pics/cloud-hosting/HOSTING-cloud-hosting.png");
}

.CLOUD-HOSTING .col-lg {
  margin-top: 20px;
}

.CLOUD-HOSTING .package {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
}

.CLOUD-HOSTING .package .header, .CLOUD-HOSTING .BARE-METAL-SERVERS .pContainer .package .header2, .BARE-METAL-SERVERS .pContainer .CLOUD-HOSTING .package .header2 {
  background: #5bc324;
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.CLOUD-HOSTING .package .header p, .CLOUD-HOSTING .BARE-METAL-SERVERS .pContainer .package .header2 p, .BARE-METAL-SERVERS .pContainer .CLOUD-HOSTING .package .header2 p {
  color: white;
  padding-top: 0px;
}

.CLOUD-HOSTING .package .header span, .CLOUD-HOSTING .BARE-METAL-SERVERS .pContainer .package .header2 span, .BARE-METAL-SERVERS .pContainer .CLOUD-HOSTING .package .header2 span {
  font-size: 24px;
  font-weight: 400;
}

.CLOUD-HOSTING .package .body ul {
  padding: 20px;
}

.CLOUD-HOSTING .package .body li {
  list-style: none;
  font-weight: 300;
  line-height: 2.5;
  font-size: 13px;
}

.CLOUD-HOSTING .package .body li span.right {
  float: right;
  font-weight: 500;
}

.CLOUD-HOSTING .package .footer {
  padding-bottom: 20px;
}

.CLOUD-HOSTING .package .footer .btn {
  padding: 6px 30px;
  border-radius: 20px;
}

.CLOUD-HOSTING .package .footer .fa {
  font-size: 16px;
}

.CLOUD-HOSTING .package2 .header, .CLOUD-HOSTING .package2 .BARE-METAL-SERVERS .pContainer .package .header2, .BARE-METAL-SERVERS .pContainer .package .CLOUD-HOSTING .package2 .header2 {
  background: #ffae31;
}

.FULLY-MANAGED-HOSTING .top-header {
  background-image: url("../pics/fully-managed/HOSTING-fully-managed-hosting.png");
}

@media (max-width: 1500px) {
  .HOME .carousel-item h1 {
    font-size: 40px;
  }
  .HOME .carousel-item h4 {
    font-size: 24px;
  }
  .BARE-METAL-SERVERS .pContainer {
    padding: 50px 20px;
  }
  .CO-LOCATION .price-row .col-lg-2 {
    padding: 10px 5px;
  }
  .CLOUD-HOSTING .col-lg {
    padding: 5px;
  }
}

@media (max-width: 992px) {
  .HOME .carousel-item h1 {
    font-size: 30px;
  }
  .HOME .carousel-item h4 {
    font-size: 18px;
  }
  .CLOUD-HOSTING .col-lg {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .HOME .theCarousel {
    padding: 0px;
    height: 300px;
    margin-top: 140px;
  }
  .HOME .carousel-item {
    height: 300px;
  }
  .HOME .carousel-item h1 {
    font-size: 26px;
  }
  .HOME .carousel-item h4 {
    font-size: 16px;
  }
  .HOME .carousel-item img {
    height: 300px;
  }
  .MEDIA-STREAMING .top-header h1, .MEDIA-STREAMING .top-header h3 {
    color: white;
  }
  .CO-LOCATION .price-row .col-lg-2 {
    padding: 10px 10px;
  }
  .DATA-CENTER .mapimg {
    padding: 60px 0px;
  }
  .CAREERS .access-package {
    text-align: center;
    padding-bottom: 40px;
  }
  .CAREERS .access-package .col-12 {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .HOME .theCarousel {
    padding: 0px;
    height: 400px;
    margin-top: 140px;
  }
  .HOME .carousel-item {
    height: 400px;
  }
  .HOME .carousel-item h1 {
    font-size: 26px;
  }
  .HOME .carousel-item h4 {
    font-size: 16px;
  }
  .HOME .carousel-item img {
    height: 400px;
  }
  .CO-LOCATION .price-row .col-lg-2 {
    padding: 10px 15px;
  }
  .CO-LOCATION .pricing-header {
    padding: 40px 10px 80px 10px;
    text-align: center;
  }
}

body {
  background: white;
  font-family: 'Roboto' !important;
}

p {
  font-size: 14px;
  color: #6c737f;
  font-weight: 300;
  line-height: 1.9;
  padding-top: 20px;
}

h5 {
  font-size: 18px;
}

h4 {
  font-size: 20px;
}

h3 {
  font-size: 24px;
}

li {
  font-size: 14px;
  font-weight: 300;
  color: #6c737f;
  line-height: 1.9;
}

input {
  font-size: 12px !important;
  font-weight: 300;
  padding: 10px !important;
  color: #6c737f !important;
}

select {
  width: 100%;
  font-size: 12px;
  padding: 10px !important;
  color: #6c737f;
  font-weight: 300;
}

textarea {
  font-size: 12px !important;
  padding: 10px !important;
  color: #6c737f;
  font-weight: 300;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #22b7ff;
  color: white;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  color: black;
}

#back-to-top.show {
  opacity: 1;
}

.theDiv, .triple {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #eaeaea;
}

.theDiv h2, .triple h2, .theDiv h3, .triple h3, .theDiv h5, .triple h5 {
  color: #ffae31;
}

.theDiv p, .triple p {
  font-size: 16px;
}

.theDiv2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.theDiv2 h2, .theDiv2 h3, .theDiv2 h5 {
  color: #ffae31;
}

.theDiv2 p {
  font-size: 16px;
}

.theDiv3 {
  padding-top: 80px;
}

.theDiv3 h3 {
  color: #ffae31;
}

.theDiv3 p {
  font-size: 16px;
}

.triple {
  background: white;
}

.triple h3 {
  color: #ffae31;
}

.triple h4 {
  color: #263445;
  line-height: 40px;
}

.triple li {
  font-size: 14px;
  color: #6c737f;
  font-weight: 300;
  line-height: 1.9;
}

.triple p {
  font-size: 16px;
}

.top-header {
  background-size: cover;
  background-position: center;
  height: 600px;
  margin-top: 100px;
}

.top-header h1 {
  color: white;
  font-size: 60px;
  position: absolute;
  left: 80px;
  bottom: 90px;
}

.top-header h3 {
  color: white;
  position: absolute;
  left: 80px;
  bottom: 50px;
}

.get-intouch-div {
  background: #22b7ff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.get-intouch-div h3 {
  color: white;
  font-weight: 400;
}

.get-intouch-div p {
  color: white;
  font-size: 16px;
}

.access-package {
  margin-top: 20px;
  border: 1px solid #eaeaea;
  padding: 30px 30px 20px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
}

.access-package span {
  font-size: 20px;
  font-weight: 700;
  color: #263445;
}

.access-package p {
  padding-top: 0px;
}

.access-package .col-sm-2 {
  text-align: right;
}

.theTABS nav {
  padding: 30px 20px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
}

.theTABS nav a {
  color: #6c737f;
}

.theTABS nav a:hover {
  color: #22b7ff;
}

.theTABS nav .active {
  background: white !important;
  color: #22b7ff !important;
  border-bottom: 2px solid #22b7ff;
  border-radius: 0px;
}

.theTABS li {
  font-size: 14px;
  color: #6c737f;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 20px;
}

@media (max-width: 1000px) {
  .get-intouch-div .col-lg-3 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .theDiv h3, .triple h3 {
    font-size: 18px;
  }
  .triple .col-lg-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-header {
    padding-top: 100px;
  }
  .top-header h1 {
    font-size: 30px !important;
    margin-top: 150px;
  }
  .top-header h3, .top-header h1 {
    color: white;
    font-size: 14px;
    position: static;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .access-package {
    text-align: center;
  }
  .access-package .col-sm-2, .access-package .col-sm-3 {
    text-align: center !important;
  }
  .access-package .col-lg-4 {
    text-align: center !important;
  }
}

.Ncontainer {
  position: fixed;
  z-index: 500;
}

.UpperNav {
  background: #767d84;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.UpperNav p {
  color: lightgray;
  font-size: 14px;
  margin-top: -14px;
}

.myStyle {
  display: none;
}

.navContainer {
  background: white;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
}

nav {
  width: 100%;
  background: white;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

nav li a {
  font-size: 16px;
  color: #ffae31;
  font-weight: 500;
}

nav li a:hover {
  color: #6c737f;
}

nav .fa-bars {
  color: #263445;
  font-size: 32px;
}

nav .dropdown-menu {
  margin-top: 24px;
  margin-left: 14px;
  border-radius: 0px;
}

nav .dropdown-menu a {
  color: #6c737f;
  line-height: 1.9;
}

nav .dropdown-menu a:hover {
  color: #ffae31;
  background: white;
  border-left: 3px solid #ffae31;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

nav .dropdown-menu .dropdown-submenu {
  position: relative;
}

nav .dropdown-menu .dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  top: 0.8em;
  background: transparent;
}

nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: 0px;
  margin-right: .1rem;
}

@media screen and (min-width: 1200px) {
  nav li {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 980px) {
  nav li {
    padding: 5px 14px;
  }
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v18-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto-v18-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-100.woff2") format("woff2"), url("../fonts/roboto-v18-latin-100.woff") format("woff"), url("../fonts/roboto-v18-latin-100.ttf") format("truetype"), url("../fonts/roboto-v18-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-300.woff2") format("woff2"), url("../fonts/roboto-v18-latin-300.woff") format("woff"), url("../fonts/roboto-v18-latin-300.ttf") format("truetype"), url("../fonts/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v18-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-500.woff2") format("woff2"), url("../fonts/roboto-v18-latin-500.woff") format("woff"), url("../fonts/roboto-v18-latin-500.ttf") format("truetype"), url("../fonts/roboto-v18-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v18-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v18-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-900.woff2") format("woff2"), url("../fonts/roboto-v18-latin-900.woff") format("woff"), url("../fonts/roboto-v18-latin-900.ttf") format("truetype"), url("../fonts/roboto-v18-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/*# sourceMappingURL=main.css.map */