div#order-pure_comparison {
	padding:0 0 0 0;
	margin:0 0 50px 0;
    height: 100%;
    width: 100%;
	line-height:18px;
	font-size:14px;
	color:#666666;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

#order-pure_comparison a,
#order-pure_comparison a:hover,
#order-pure_comparison a:active,
#order-pure_comparison a:visited,
#order-pure_comparison a:link {
    outline:none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
#order-pure_comparison div,
#order-pure_comparison ul,
#order-pure_comparison li {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#order-pure_comparison h1 {
}
#order-pure_comparison h2 {
}
#order-pure_comparison h3 {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:32px;
	line-height:38px;
	font-weight:bold;
	color:#333333;
}
#order-pure_comparison h4 {
	padding:0 0 0 0;
	margin:10px 0;
	font-size:24px;
	color:#333333;
}
#order-pure_comparison h5 {
	padding:0 0 0 0;
	margin:5px 0;
	font-size:16px;
	color:#666666;
	font-weight:normal;
}
#order-pure_comparison h3,#order-pure_comparison h4,#order-pure_comparison h5 {
	text-align: center;
}
#order-pure_comparison .txt-center {
	padding-top:0;
	text-align:center;
}

#order-pure_comparison .alert {
	margin-top: 70px;
	padding: 15px;
}

#order-pure_comparison .page-container {
	padding:0 2% 40px 2%;
	margin:0 auto;
}

#order-pure_comparison .price-table-container {
	padding:20px 0 0 0;
	margin:0 0 0 0;
}
#order-pure_comparison .price-table-container ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	text-align:center;
}
#order-pure_comparison .price-table-container ul li {
	padding:30px 4px 6px 4px;
	margin:0 0 0 0;
	display:inline-block;
	background:url(../img/shadow-btm.png) no-repeat center bottom;
}
#order-pure_comparison .price-table-container .price-table {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:215px;
	background:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
}
#order-pure_comparison .price-table-container .price-table .top-head {
    /* Old browsers */
	background: #ffffef;
    /* FF3.6+ */
	background: -moz-linear-gradient(top,  #ffffef 0%, #fefebe 100%);
    /* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffef), color-stop(100%,#fefebe));
    /* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top,  #ffffef 0%,#fefebe 100%);
    /* Opera 11.10+ */
	background: -o-linear-gradient(top,  #ffffef 0%,#fefebe 100%);
    /* IE10+ */
	background: -ms-linear-gradient(top,  #ffffef 0%,#fefebe 100%);
    /* W3C */
	background: linear-gradient(to bottom,  #ffffef 0%,#fefebe 100%);
    /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffef', endColorstr='#fefebe',GradientType=0);
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
#order-pure_comparison .price-table-container .price-table .top-head .top-area {
	padding:15px 0;
	margin:0 0 0 0;
	border-bottom:1px solid #f1f1b6;
}
#order-pure_comparison .price-table-container .price-table .top-head .top-area h4 {
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#333333;
	line-height:29px;
	font-weight:bold;
}
#order-pure_comparison .price-table-container .price-table .top-head .top-area p {
	padding:5px 0 0 0;
	margin:0 0 0 0;
	color:#333333;
	font-size:13px;
	line-height:20px;
}
#order-pure_comparison .price-table-container .price-table ul {
	padding:4px 10px 10px 10px;
	margin:0 0 0 0;
	list-style:none;
}
#order-pure_comparison .price-table-container .price-table ul li {
	padding:17px 0 15px 0;
	margin:0 0 0 0;
	width:100%;
	border-bottom:1px solid #d9d9d9;
	color:#333333;
	text-align:center;
	line-height:16px;
	font-size:15px;
	background:none;
}
#order-pure_comparison .price-table-container .price-table ul li span {
}
#order-pure_comparison .price-table-container .price-table ul li a {
	color:#006699;
}
#order-pure_comparison .price-table-container .price-table ul li:last-child {
	border-bottom:0;
}
#order-pure_comparison .price-table-container .price-area {
	padding:5px 0;
	margin:0 0 0 0;
	color:#333333;
	font-size:16px;
    /* Old browsers */
	background: #ffffff;
    /* FF3.6+ */
	background: -moz-linear-gradient(top,  #ffffff 2%, #fefebe 100%);
    /* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fefebe));
    /* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top,  #ffffff 2%,#fefebe 100%);
    /* Opera 11.10+ */
	background: -o-linear-gradient(top,  #ffffff 2%,#fefebe 100%);
    /* IE10+ */
	background: -ms-linear-gradient(top,  #ffffff 2%,#fefebe 100%);
    /* W3C */
	background: linear-gradient(to bottom,  #ffffff 2%,#fefebe 100%);
    /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefebe',GradientType=0);
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
#order-pure_comparison .price-table-container .price-area .price {
	padding:10px 0 10px 0;
}
#order-pure_comparison .price-table-container .price-area .price span {
	font-size:32px;
}
#order-pure_comparison .price-table-container .order-button,
#order-pure_comparison .price-table-container .order-button:hover {
	padding:13px 0;
	margin:10px 20px;
	font-size:18px;
	color:#ffffff;
	display:block;
	font-weight:bold;
    /* Old browsers */
	background: #4a92b7;
    /* FF3.6+ */
	background: -moz-linear-gradient(top,  #4a92b7 0%, #006699 100%);
    /* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a92b7), color-stop(100%,#006699));
    /* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top,  #4a92b7 0%,#006699 100%);
    /* Opera 11.10+ */
	background: -o-linear-gradient(top,  #4a92b7 0%,#006699 100%);
    /* IE10+ */
	background: -ms-linear-gradient(top,  #4a92b7 0%,#006699 100%);
    /* W3C */
	background: linear-gradient(to bottom,  #4a92b7 0%,#006699 100%);
    /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a92b7', endColorstr='#006699',GradientType=0);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	-webkit-text-shadow: 0 0 1px rgba(0,0,0,0.4);
	-moz-text-shadow: 0 0 1px rgba(0,0,0,0.4);
	-ms-text-shadow: 0 0 1px rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.4);
}
#order-pure_comparison .price-table-container .order-button.unavailable:hover {
    cursor: not-allowed;
    /* Old browsers */
    background: #404A53;
    /* FF3.6+ */
    background: -moz-linear-gradient(top,  #404A53 0%, #949499 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404A53), color-stop(100%,#949499));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top,  #404A53 0%,#949499 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top,  #404A53 0%,#949499 100%);
    /* IE10+ */
    background: -ms-linear-gradient(top,  #404A53 0%,#949499 100%);
    /* W3C */
    background: linear-gradient(to bottom,  #404A53 0%,#949499 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404A53', endColorstr='#949499',GradientType=0);
}

/* Active Table */

#order-pure_comparison .price-table-container .price-table.active {
	margin:0 15px 0 15px;
	transform: scale(1.08);
}
#order-pure_comparison .price-table-container .price-table.active .top-head {
	background: #ffe1e1; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe1e1 0%, #ffbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe1e1), color-stop(100%,#ffbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffe1e1 0%,#ffbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffe1e1 0%,#ffbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffe1e1 0%,#ffbfbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffe1e1 0%,#ffbfbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1e1', endColorstr='#ffbfbf',GradientType=0 ); /* IE6-9 */
}
#order-pure_comparison .price-table-container .price-table.active .top-head .top-area {
	padding:5px 0;
}
#order-pure_comparison .price-table-container  .price-table.active .price-area {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffe1e1 82%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(82%,#ffe1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffe1e1 82%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffe1e1 82%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffe1e1 82%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffe1e1 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe1e1',GradientType=0 ); /* IE6-9 */
}
#order-pure_comparison .price-table-container .price-table .popular-plan {
	margin-top:5px;
	width:100%;
	height:35px;
	position:relative;
}
#order-pure_comparison .price-table-container .price-table .popular-plan .plan-container {
	position:absolute;
	height:35px;
	top:0;
	left:-5%;
	width:110%;
	background:url(../img/shadow-left.png) no-repeat left bottom;
	background-size:100% auto;
}
#order-pure_comparison .price-table-container .price-table .popular-plan .plan-container:before {
}
#order-pure_comparison .price-table-container .price-table .popular-plan .plan-container .txt-container {
	padding:6px 0 0 0;
	height:28px;
	width:100%;
    /* Old browsers */
	background: #f30000;
    /* FF3.6+ */
	background: -moz-linear-gradient(top,  #f30000 0%, #b70202 100%);
    /* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f30000), color-stop(100%,#b70202));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top,  #f30000 0%,#b70202 100%);
    /* Opera 11.10+ */
	background: -o-linear-gradient(top,  #f30000 0%,#b70202 100%);
    /* IE10+ */
	background: -ms-linear-gradient(top,  #f30000 0%,#b70202 100%);
    /* W3C */
	background: linear-gradient(to bottom,  #f30000 0%,#b70202 100%);
    /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f30000', endColorstr='#b70202',GradientType=0);
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: -1px 10px 2px -7px rgba(0,0,0,0.18);
	-moz-box-shadow: -1px 10px 2px -7px rgba(0,0,0,0.18);
	box-shadow: -1px 10px 2px -7px rgba(0,0,0,0.18);
}

#order-pure_comparison .includes-features {
    margin:0 auto;
    width:100%;
    max-width:780px;
    padding-top:55px;
}
#order-pure_comparison .includes-features .head-area {
    padding:0 0 0 0;
    margin:0 0 0 0;
    text-align:center;
    background:url(../img/head-bg.png) no-repeat center center;
    background-size:100% auto;
}
#order-pure_comparison .includes-features .head-area span {
    padding:0 20px;
    margin:0 0 0 0;
    display:inline-table;
    background:#ffffff;
}
#order-pure_comparison .main-container.price-01 .includes-features .head-area span {
    background:#f3f3f3;
}
#order-pure_comparison .includes-features ul.list-features {
    padding:20px 0 0 0;
    margin:0 0 0 0;
    list-style:none;
}
#order-pure_comparison .includes-features ul.list-features li {
    padding:0 0 0 22px;
    margin:5px 0;
    width:33%;
    display:inline-table;
    background:url(../img/tick.png) no-repeat;
}

/* Sidebar */

html, body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.row-product-selection {
    position: relative;
    left: 0;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.product-selection-sidebar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    display: none;
}

#btnShowSidebar {
    margin: 0 0 20px 0;
}


/* hero */

.hosting-hero {
    background-color: #162532;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2
}

.hosting-hero .transparent {
    opacity: 0
}

.hosting-hero h1 {
    color: #fff;
    margin: 10px 0 10px;
    text-transform: capitalize
}

.hosting-hero h2 {
    color: #ffd62c;
    font-weight: 300;
    line-height: 1.2em
}

.hosting-hero h2.banner {
    font-weight: 800
}

.hosting-hero .why-choose {
    border-bottom: 1px solid;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none
}

.hosting-hero .btn-hosting.btn-lg {
    font-size: 20px;
    margin-bottom: 1px;
    padding: 14px 34px
}

.hosting-hero .col-xs-12 {
    overflow: visible
}

.hosting-hero .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    margin-top: -1%;
    padding-bottom: 50%;
    position: absolute;
    top: 0;
    width: 100%
}

.hosting-hero .space-bg {
    background-image: url("../img/space-bg.png")
}

.hosting-hero .space-mid {
    background-image: url("../img/space-mid.png")
}

.hosting-hero .space-front {
    background-image: url("../img/space-front.png")
}

.hero-hticon {
    display: inline-block;
    height: 370px;
    margin-top: 35px;
    overflow: visible;
    pointer-events: none;
    position: relative;
    width: 100%
}

.hero-hticon .wp-logo {
    height: 100%;
    position: absolute;
    width: 800px
}


.curve {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #fff 35%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0)), color-stop(35%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #fff 35%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #fff 35%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #fff 35%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #fff 35%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    bottom: -45px;
    height: 124px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.curve ellipse {
    fill: #fff
}

.curve .ie-curve {
    background-color: #fff;
    height: 40px;
    position: relative;
    top: 30px;
    width: 100%
}

a:focus,
a:active {
    outline: none
}
.popover > .popover-body > ul {
	direction: ltr;
	list-style: none;
	padding: 0;
	margin: 0;
}
.popover > .popover-body > ul li span {
	color: #d05b00;
	font-weight: bold;
}
@media (min-width: 768px) {
    .hosting-hero h1 {
        font-size: 42px
    }
    .hosting-hero .btn-hosting.btn {
        margin-top: 25px;
        padding: 14px 60px
    }
    .hero-hticon {
        bottom: 80px;
        height: 300px
    }
    .hero-hticon .curve {
        bottom: -327px
    }
}

@media (min-width: 992px) {
    .hero-hticon {
        bottom: 80px;
        height: 300px
    }
    .hero-hticon .curve {
        bottom: -327px
    }
}

@media (min-width: 1200px) {
    .hosting-hero h1 {
        font-size: 45px;
        font-weight: 800;
        margin: 50px 0 10px
    }
    .hosting-hero .btn-hosting.btn-lg {
        font-size: 30px;
        padding: 15px 80px
    }
    .hosting-hero .img {
    }
    .hero-hticon {
        bottom: 15px;
        height: 370px
    }
}

.curve {
    bottom: -75px;
    position: relative;
    z-index: 3
}

.container_hosting-package {
    border: none
}


#hosting-plans-anchor.anchor-link_tag {
    top: -445px
}

nav.navbar {
    z-index: 5
}

#regular-hero {
	position: relative;
	top: 0;
	margin: 0;
	width: 100%;
	display: block;
	float: left;
}

.row-wrapper {
    background-image: none
}

.row-wrapper .no-padding-xs {
    padding: 0
}

.row-wrapper.hero {
    background: #162532;
    color: #fff;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2
}

.row-wrapper.hero .transparent {
    opacity: 0
}

.row-wrapper.hero h1 {
    color: #fff;
    position: relative;
    z-index: 2;
	text-align: center;
}

.row-wrapper.hero h2.lead {
    color: #ffcb08;
    position: relative;
    z-index: 2
}

.row-wrapper.hero h2.lead a {
    color: #ffcb08;
    font-weight: 800
}

.row-wrapper.hero::before {
    animation: none !important;
    background: none;
    content: "";
    height: 420px;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.row-wrapper.hero::after {
    background: none;
    bottom: 0;
    content: "";
    height: 44px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.row-wrapper.hero h1 {
    font-size: 30px
}

.row-wrapper.hero h2.lead {
    font-size: 18px
}

.row-wrapper.hero .hero-hticon {
    background-image: url("../img/hticon-sm.png");
    display: block;
    height: 400px;
    margin: 30px auto -185px;
    width: 390px
}
/*
.row-wrapper.hero.ordrgrp5 .hero-hticon {
    background-image: url("../img/hticon-sm.png");
}
*/

.row-wrapper.hero a {
    position: relative;
    z-index: 1
}

.row-wrapper.hero .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    margin-top: -1%;
    padding-bottom: 50%;
    position: absolute;
    top: 0;
    width: 100%
}

.row-wrapper.hero .space-bg {
    background-image: url("../img/space-bg.png")
}

.row-wrapper.hero .space-mid {
    background-image: url("../img/space-mid.png")
}

.row-wrapper.hero .space-front {
    background-image: url("../img/space-front.png")
}

.row-wrapper.hosting-packages .sub-container {
	position: relative;
	top: -100px;
	z-index: 3;
}

.container_hosting-package.recommended {
    margin-top: 25px
}

.container_hosting-package.recommended::before {
    background: url("../img/recommended-badge-wp.png") bottom center no-repeat;
    border-radius: 15px 15px 0 0;
    content: '';
    color: #fff;
    display: block;
    height: 51px;
    left: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: -32px;
    width: 100%;
    z-index: 2
}

.container_hosting-package.recommended h2 {
    padding-top: 32px;
    position: relative
}

.container_hosting-package .term-price {
    font-size: 22px;
    font-weight: 800
}

.container_hosting-package li {
    font-weight: 300
}

.container_hosting-package li::before {
    background-color: #d05b00;
    border: 1px solid #d05b00;
    padding: 2px
}

.container.white {
    border: 0
}
.row-wrapper.hosting-packages .container_hosting-package .term-price.text-line-through {
	text-decoration: line-through;
	color: #999;
	font-size: 14px !important;
	display: block;
}

@media screen and (min-width: 768px) {
    .row-wrapper.hero {
        background: #162532;
        position: absolute;
    }
    .row-wrapper.hero .hero-hticon {
        background: none;
        height: 260px;
        left: 0;
        margin: -10px auto -185px;
        position: relative;
        right: 0
    }
    .row-wrapper.hero::before {
        background: url("../img/hticon-md.png") bottom center no-repeat;
        height: 320px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1
    }

	.row-wrapper.hero.ordrgrp5::before {
		background-image: url("../img/hticon-md-2.png");
	}
	
    .row-wrapper.hero::after {
        bottom: 110px
    }
.row-wrapper.hosting-packages {
	left: 0;
	padding-top: 0;
	position: relative;
	right: 0;
	margin-top: 175px;
}
    .row-wrapper.hosting-packages .sub-container {
        margin: 0 auto;
        position: inherit;
        width: 680px
    }
    .row-wrapper.hosting-packages .sub-container .col-sm-4 {
        padding: 0 3px
    }
    .row-wrapper.hosting-packages .container_hosting-package {
        margin-bottom: 4px;
        min-height: 285px;
        position: relative;
        z-index: 3
    }
    .row-wrapper.hosting-packages .container_hosting-package h3 {
        font-size: 16px;
        margin-bottom: -15px
    }
    .row-wrapper.hosting-packages .container_hosting-package h3 span {
        font-weight: 300
    }
    .row-wrapper.hosting-packages .container_hosting-package .term-price {
        font-size: 14px
    }
    .row-wrapper.hosting-packages .container_hosting-package.recommendup {
        margin-bottom: -35px;
        top: -35px
    }
    .row-wrapper.hosting-packages .container_hosting-package ul {
        padding-left: 0
    }
    .row-wrapper.hosting-packages .container_hosting-package ul li {
        font-size: 12px
    }
    .row-wrapper.hosting-packages h1 {
        font-size: 30px;
        margin-bottom: 15px
    }
    .row-wrapper.hosting-packages h2 {
        font-size: 20px
    }
    .row-wrapper.hosting-packages h2.lead {
        color: #333;
        font-size: 16px
    }
    .row-wrapper.hosting-packages h2.lead a {
        font-weight: 800;
        text-decoration: underline
    }
    .row-wrapper.hosting-packages .hero-hticon {
        background: none;
        margin-top: 32px;
        margin-bottom: 5px;
        width: auto
    }
}

@media screen and (min-width: 992px) {
    .row-wrapper.hero {
    }
    .row-wrapper.hero::before {
        background: url("../img/hticon-lg.png") center 60px no-repeat;
        height: 440px
    }
	.row-wrapper.hero.ordrgrp5::before {
		background-image: url("../img/hticon-lg-2.png");
	}
    .row-wrapper.hero .hero-hticon {
        height: 370px
    }
    .row-wrapper.hero h1 {
        font-size: 46px
    }
    .row-wrapper.hero h2.lead {
        text-align: center
    }
.row-wrapper.hosting-packages {
	background: none;
	padding-top: 0;
	position: relative;
	top: 0;
}
.row-wrapper.hosting-packages {
	margin-top: 214px;
}
    .row-wrapper.hosting-packages::after {
        height: 300px;
        top: -390px
    }
    .row-wrapper.hosting-packages h1 {
        font-size: 38px
    }
    .row-wrapper.hosting-packages h2 {
        font-size: 24px
    }
    .row-wrapper.hosting-packages h2.lead {
        color: #333;
        font-size: 18px;
        text-align: center
    }
    .row-wrapper.hosting-packages .sub-container {
        margin: 0 auto;
        width: 910px
    }
    .row-wrapper.hosting-packages .sub-container:first-child {
        margin-top: 0
    }
    .row-wrapper.hosting-packages .container_hosting-package h3 {
        font-size: 18px;
        margin-bottom: -5px
    }
    .row-wrapper.hosting-packages .container_hosting-package ul li {
        font-size: 15px
    }
    .row-wrapper.hosting-packages .container_hosting-package .term-price {
        font-size: 21px
    }
}

@media screen and (min-width: 1200px) {
    .row-wrapper.hero::before {
        top: 0
    }
    .row-wrapper.hero h2.lead {
        text-align: center
    }
.row-wrapper.hosting-packages {
	margin-top: 214px;
}
	
}



#main-body > .container {
	width: 100%;
	padding: 0;
	max-width: 100%;
}
section#main-body {
	padding: 0 0 20px 0;
}


@media screen and (max-width: 1199px) {
.hosting-hero h1 {
	margin-top: 50px;
}
}
@media screen and (min-width: 768px) {
#regular-hero {
}
#regular-hero.ordrgrpher1 {
}	
.row-wrapper.hosting-packages .sub-container .col-sm-3 {
	padding: 0 3px;
}
}
@media screen and (min-width: 992px) {
#regular-hero.ordrgrpher1 {
}	
}	


/* custom */
.alert-danger {
	color: #fff;
	background-color: #F44336;
	border-color: #F44336;
	border-radius: 0;
	text-align: center;
	margin: 0;
}
.notincluded { text-decoration: line-through;}
.term-startat {text-align: center;display: block;}
.container_hosting-package * {
	direction: ltr;
}
.container_hosting-package, .windows-hosting-package {
	border: none;
	border-radius: 10px;
	margin: 7px 0;
	padding: 15px;
}
.container_hosting-package {
	color: #d05b00;
	font-weight: 300;
	margin-bottom: 24px;
	background-color: #F1F1F1;
}
.row-wrapper.hosting-packages .sub-container .col-sm-4 {
	padding: 0 3px;
}
.row-wrapper.hosting-packages .container_hosting-package {
	margin-bottom: 4px;
	min-height: 285px;
	position: relative;
	z-index: 3;
}

.container_hosting-package h2, .windows-hosting-package h2 {
	background-color: #0171bc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	margin: -15px -15px 15px -15px;
	padding: 15px;
}
.row-wrapper.hosting-packages h2 {
	font-size: 24px;
}
.container_hosting-package h3, .windows-hosting-package h3 {
	background-color: #005793;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	margin: -15px -15px 15px -15px;
	padding: 8px;
}

.row-wrapper.hosting-packages .container_hosting-package h3 {
	font-size: 18px;
	margin-bottom: -5px;
}

.hosting-features {
	font-weight: 300;
	list-style-type: none;
	padding-left: 12px;
	margin: 20px 0;
	min-height: 169px;
}
.row-wrapper.hosting-packages .container_hosting-package ul {
	padding-left: 0;
	text-align: left;
	direction: ltr;
}
.row-wrapper.hosting-packages .container_hosting-package ul li {
	font-size: 14px;
}

.hosting-features li {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	padding: 5px 0 5px 0;
	text-align: left;
}
.hosting-features li::before {
	background-color: #ffcb08;
	bottom: 1px;
	content: "";
	border: 1px solid #815627;
	border-radius: 10px;
	display: inline-block;
	padding: 3px;
	position: relative;
	margin-right: 5px;
	vertical-align: middle;
}
.container_hosting-package li::before {
	background-color: #d05b00;
	border: 1px solid #d05b00;
	padding: 2px;
	display: none;
}
.hosting-features li span {
	color: #d05b00;
	font-weight: bold;
}


.btn-hostinga {
	background-color: #ffcb08;
	border: 1px solid #815627;
	box-shadow: 0 3px 0 #815627,0 6px 4px -2px rgba(0,0,0,0.3);
	color: #333333;
	font-family: "Gotham SSm A","Gotham SSm B",Arial,sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.5px;
	padding: 8px 10px;
}
.btn-hosting:hover, .btn-hosting:focus {
	color: #333;
	text-decoration: none;
}
.btn-hosting:hover {
	background-color: #ffd741;
	border-color: #ffd741;
	color: #333333;
}
.btn-hosting:active, .btn-hosting:focus {
	background-color: #ffd741;
	border-color: #ffd741;
	color: #333333;
}



.btn-hosting {
	border-radius: 100px;
	padding: 12px 20px;
	word-break: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #ffcb08;
	border: 1px solid #ffcb08;
	color: #333333;
	outline: none !important;
}
.ripple-secondary-rounded {
	background-color: #fc5185;
	border: #fc5185;
}

.container_hosting-package .btn-block, .windows-hosting-package .btn-block {
	margin: 15px auto 0;
	width: inherit;
}
.container_hosting-package a.btn-hosting, .windows-hosting-package a.btn-hosting {
	display: block;
}
.container_hosting-package a.btn-hosting, .windows-hosting-package a.btn-hosting, .windows-hosting-package a.btn-hosting {
	font-size: 20px;
}
.btn-hosting:focus, .btn-hosting:active:focus, .btn-hosting.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn-hosting:active, .btn-hosting:focus {
	background-color: #ffd43d;
	border-color: #815627;
	color: #333333;
}
.hosting-features .fa.fa-window-close {
    color: #b0c4d9;
}
.container.ordrrviews {
	background: #e9ebee;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0px solid #dddfe2;
	border-radius: 3px;
}
.container.ordrrviews .row {
	margin-bottom: 15px;
}
.container.ordrrviews .row.last-row {
	margin-bottom: 0px;
}
.container.ordrrviews > .row > div {
	text-align: center;
}
.container.ordrrviews img {
	max-width: 100%;
	border: 1px solid #dddfe2;
	border-radius: 3px;
}
.container.ordrrviews .two-cols img {
	max-width: 100%;
}
.ordrrviews-title {text-align: center}
.container.ordrrviews .reviewthmb.b-lazy {
		background: url(../img/prebg.gif) repeat-y #f6f7f9 ;
}
.container.ordrrviews .reviewthmb {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in-out 100ms;
	-moz-transition: opacity 500ms ease-in-out 100ms;
	-o-transition: opacity 500ms ease-in-out 100ms;
	transition: opacity 500ms ease-in-out 100ms;
}
.container.ordrrviews .reviewthmb.b-loaded {
	opacity: 1;
}
@media screen and (max-width: 991px) {
.container.ordrrviews .row {
	margin-bottom: 0px;
}
.container.ordrrviews > .row > div {
	margin-bottom: 15px;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.container_hosting-package a.btn-hosting, .windows-hosting-package a.btn-hosting, .windows-hosting-package a.btn-hosting {
	font-size: 16px;
}
.btn-hosting {
	padding: 8px 0;
}
.row-wrapper.hosting-packages .container_hosting-package ul li {
	font-size: 12px;
}
.row-wrapper.hosting-packages h2 {
	font-size: 20px;
}
.row-wrapper.hosting-packages .container_hosting-package h3 {
	font-size: 15px;
}
}

@media (max-width: 767.98px) {
.row-wrapper.hosting-packages .container_hosting-package {
	margin: 0 0 52px 0;
}
.row-wrapper.hosting-packages .sub-container {
	margin-bottom: -100px;
}
}


