/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

#order-pure_comparison .price-table-container .price-table .top-head {
    /* Old browsers */
	background: #0e5077;
    /* FF3.6+ */
	background: -moz-linear-gradient(top,  #188ACC 0%, #0e5077 100%);
    /* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#188ACC), color-stop(100%,#0e5077));
    /* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top,  #188ACC 0%,#0e5077 100%);
    /* Opera 11.10+ */
	background: -o-linear-gradient(top,  #188ACC 0%,#0e5077 100%);
    /* IE10+ */
	background: -ms-linear-gradient(top,  #188ACC 0%,#0e5077 100%);
    /* W3C */
	background: linear-gradient(to bottom,  #188ACC 0%,#0e5077 100%);
    /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#188ACC', endColorstr='#0e5077',GradientType=0);
}
body section#header div.container{
	background-image: url('/templates/pillowhost/images/banner_pillowhost_website.png');
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
section#header{
	background-image: url(/templates/pillowhost/images/fondo_sitio_header.png);
	height:250px;
	width: 100%;
    background-position: center;
}
@media (max-width: 480px) {
  section#header{
    height: 200px;
  }
  body section#header div.container{
    height: 180px;
    background-position: center bottom;
  }
}
ul.top-nav>li>a {
    padding: 6px 10px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}
section#main-menu nav{
    background-color:#132435;
}
#home-shortcuts-elements li{
    border-radius: 5px;
    width:20%;
    margin: 0 2% 0 2%;
    border: 1px solid #0e88b0 !important;
    background-color:#25a2c7;
    text-align:center;
    box-shadow: 5px 5px #ccc;
}
.home-shortcuts{
    background-color:#fff;
    padding-top:5px;
}
.home-shortcuts p.lead{
    color:#25a2c7;
    font-weight:bold;
}
.domain-checker-container{
    background: #0e90ff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0e90ff), to(#3cdcff));
    background: -webkit-linear-gradient(top, #3cdcff, #0e90ff);
    background: -moz-linear-gradient(top, #3cdcff,#0e90ff);
    background: -ms-linear-gradient(top, #3cdcff,#0e90ff);
    background: -o-linear-gradient(top, #3cdcff,#0e90ff);
}