
body {
  font-family: "Open Sans", sans-serif;
}

header {
  margin: 0 30px 30px;
  position: relative;
  text-align: center;
}

header::after {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

header h1 {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  margin: 20px 0;
}

#ip-container { position: relative; }

.box-template {
  color: #585858;
  width: 25%;
  float: left;
  background: #fff;
  padding: 10px 5px 15px 5px;
  cursor: pointer;
}

.box-template > h2 {
  margin: 0 0 10px;
  font: 100 24px/125% "Source Sans Pro", sans-serif;
  color: #337ab7;
}

.box-template span {
  display: block;
  padding-bottom: 5px;
}

.box-template strong { color: #d7342f; }

.ip-details { display: none; }

.inlinepopup {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #ccc;
  padding: 40px !important;
  height: 100% !important;
}

.inlinepopup p {
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
}

.inlinepopup_content {
  padding: 20px;
  color: #585858;
}

.inlinepopup_arrow {
  background: url("images/arrow-top.png") no-repeat scroll center 0;
  height: 32px;
  position: absolute;
  top: -32px;
  width: 32px;
}

.inlinepopupClose {
  background: url("images/close.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
  z-index: 99;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

.inlinepopupClose:hover { transform: rotate(180deg); }

.inlinepopup_content h2 {
  color: #585858;
  font: 100 26px/140% "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0 0 10px;
}

.inlinepopup_content ul, .inlinepopup_content ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}

.inlinepopup_content .img-middle img { margin: 5px auto; }

.inlinepopup_content a.go-button {
  background: rgba(0, 0, 0, 0) url("images/arrow-right.png") no-repeat scroll right center / 18% auto;
  color: #585858;
  font: 600 18px/150% "Source Sans Pro", sans-serif;
  padding: 5px 30px 5px 0;
}

.box {
    border: 1px solid #c2c2c2;
    padding: 5%;
	height:200px;
}

.box-title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1.55rem;
	}
	
.box-title:hover {color:#002a5e;}

.box-number {
    font-size: 10.75rem;
    position: relative;
    text-align: center;
	font-weight: 600;
	line-height: 13.7rem;
}

.box-number.apple {color: #63c532;}
.box-number.trinidad {color: #ea5204;}
.box-number.disco {color: #b71962;}

.box-number:hover {color:#002a5e;}

.box:hover {background-color:#14e6f1;
			color:#002a5e;}
			
img.small-chart {
    width: 100%;
}

.btn2 {
    border-radius: 0!important;
    background-color: transparent;
    font-size: 19px;
    color: #fff;
    height: 64px;
    padding: 13px 12px;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 991px){
.box-number {
    font-size: 7.25rem;
    line-height: 1.375rem;
    font-weight: 600;
	    top: 39%;
	}
.box-title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1.25rem;
	}
	.box {

	height:150px;
}
.btn2 {
    font-size: 15px;
}
}

@media (max-width: 768px){
.box-number {
    font-size: 4.5rem;
    line-height: 1.375rem;
    font-weight: 600;
	top: 28%;
	}
.box-title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1rem;
	}
	.box {
	height:110px;
}
.btn2 {
    font-size: 15px;
}
.inlinepopup {
  padding: 20px !important;
}
}

@media (max-width: 640px){
.box-number {
    font-size: 3.5rem;
    line-height: 1.375rem;
    font-weight: 600;
	}
.box-title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1rem;
	}
	.box {
	height:110px;
}
.btn2 {
    font-size: 12px;
}
.inlinepopup {
  padding: 10px !important;
}
}

@media (max-width: 620px){
.box-number {
    font-size: 2.5rem;
    line-height: 1.375rem;
    font-weight: 600;
	}
.box-title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1rem;
	}
	.box {
	height:110px;
}
.btn2 {
    font-size: 12px;
}
.inlinepopup {
  padding: 5px !important;
}
}



