/* Global Styles */
html,body {
  height: 100%;
  width: 100%;
}
.navbar-default{
	background-color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url(/ori/50366/etc_img/smartphone.gif) no-repeat fixed; 
	background-position: left center;
}
.vert-explaintext{
	font-size:20px;
	color:#ccc;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
}
.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  color: skyblue;
  text-shadow: 2px 2px 0px #fff, 
               2px 2px 3px rgba(0,0,0,0.5);
}



/* Full Page Image Header Area */

.header {
  display: table;
  height: 55%;
  width: 100%;
  position: relative;
  background: url(/ori/50366/etc_img/bg.jpg) no-repeat; 
background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Intoro*/
.intro{margin-top:30px;margin-bottom:30px;color:#333;color:#666;}
.intro h1{color:#666;text-align:center;font-weight:bold; margin-bottom:15px;}


/* Services */

.services {
  background: #7fbbda;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(/ori/50366/etc_img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}



/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(/ori/50366/etc_img/bg.jpg) no-repeat  scroll; 
  }

  .callout {
	background: url(/ori/50366/etc_img/callout.jpg) no-repeat center center scroll; 
  }



}
.spacetable{padding:10px;}
.category-wifi-image{
	height:280px;
	background-image:url("/ori/50366/etc_img/wifi-category-image.jpg");
	margin-botom:20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.category-sim-image{
	height:250px;
	background-image:url("/ori/50366/etc_img/category-sim.jpg");
	margin-botom:20px;
	background-repeat: no-repeat;
	background-position: left center;


}
.image-text{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 45%;
    height: 20%;
    margin: auto;
		font-size:25px; color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #e1e1e1,
    -1px 1px 1px #e1e1e1,
    1px -1px 1px #e1e1e1,
    -1px -1px 1px #e1e1e1;
}
.pricing-width{width:90%;}
.note{padding:2px; color:#990000;font-weight:bold;}