/* reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, ol, ul, li,
form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fff;
}
input, select, textarea, button {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000;
}
a {
    color: #1E6075;
    text-decoration: none;
}
a:hover {
    color: #1E6075;
    text-decoration: underline;
}
body, html {
    height: 100%;
}
::-webkit-input-placeholder {
    font-weight: normal;
}
:-moz-placeholder {
    font-weight: normal;
}
::-moz-placeholder {
    font-weight: normal;
}
:-ms-input-placeholder {
    font-weight: normal;
    color: #999;
}

/* general */
.container {
	padding: 0 15px;
	overflow: hidden;
}
.row {
	overflow: hidden;
}
.xs2 {
	float: left;
	width: 50%;
}

header {
	position: relative;
	color: #fff;
	background-color: #2B292A;
	height: 40px;
	padding: 5px 0;
}
header h1 {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 40px;
	height: 40px;
}
header h1 a, header h1 a:hover {
	text-decoration: none;
	color: #fff;
}

#headernav {
	float: right;
	margin-top: 10px;
	overflow: hidden;
}
#headernav li {
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#headernav li:first-child {
	border-left: none;
}
#headernav li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 5px;
	margin: 0 5px;
}
#headernav li a:hover {
	text-decoration: none;
	color: #ddd;
}
footer {
	font-size: 14px;
	text-align: center;
	color: #999;
	background-color: #151515;
	padding: 30px 0 20px 0;
}
footer a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	color: #eee;
}
footer .nav a {
	white-space: nowrap;
	margin: 0 5px;
}
footer .copy {
	padding: 5px 0 10px 0;
}

/* front */
#slider .item {
	padding-top: 30px;
	padding-bottom: 40px;
}
#slider .info {
	text-align: center;
	padding: 0 30px 0 0;
}
#slider h2 {
	font-size: 40px;
	line-height: 44px;
}
#slider .info p {
	color: #1C264A;
}
#slider .block {
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 3px;
	max-width: 320px;
	padding: 20px;
}
#slider .block strong {
	font-size: 22px;
	color: #982713; /* #d40000 */
}
#slider .block p {
	color: #777;
	padding: 10px 0;
}
#slider .block a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #3A9D5B;
	border-radius: 3px;
	padding: 8px 14px;
}


#search {
	text-align: center;
	color: #fff;
	background-color: #1E6075;
	padding: 15px 0 30px 0;
}
#search h3 {
	font-size: 20px;
	font-weight: normal;
}
#search p {
	
}
#search .box {
	position: relative;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 0 60px 0 0;
	margin: 15px auto;
}
#search .tx {
	display: block;
	font-size: 16px;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
	outline: none;
}
#search button {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #1E6075;
	border: none;
	cursor: pointer;
}
#search button span {
	display: none;
}

#lists {
	padding: 30px 0 50px 0;
}
#lists h4 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #D6644F;
	margin: 20px 10px;
}
#lists ul {
	max-width: 400px;
	padding: 0 20px;
	margin: 0 auto;
}
#lists li {
	position: relative;
	line-height: 26px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}
#lists li span {
	display: inline-block;
	color: #777;
	margin: 0 3px 0 0;
}
#lists li strong {
	font-size: 18px;
}
#lists li div {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 18px;
	color: #1F8943;
}
#services {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
#services li {
	text-align: center;
	color: #565656;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#services li div {
	display: block;
	font-size: 32px;
	line-height: 60px;
	width: 64px;
	height: 64px;
	border: 1px solid #565656;
	border-radius: 50%;
	margin: 0 auto 5px auto;
}
#services li span {
	color: #1E5F75;
}

/* search */
#results {
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.res {
	font-size: 20px;
	margin-bottom: 40px;
}
.res strong {
	display: inline-block;
}
.res .price {
	display: inline-block;
	color: #454545;
	margin: 0 10px;
}
.avail {
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #3A9D5B;
}
.noavail {
	color: #982713;
	margin: 0 0 0 10px;
}
.res .buybuttons {
	padding: 15px 0 10px 0;
}
.buybuttons button {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background-color: #61B97F;
	border: 2px solid #3A9D5B;
	border-radius: 2px;
	padding: 7px 15px 6px 15px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.buybuttons button.cartbtn {
	color: #1F8943;
	background-color: #fff;
}
.buybuttons a, .buybuttons a:hover {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #1E5F75;
	background-color: #fff;
	border: 2px solid #1E5F75;
	border-radius: 2px;
	padding: 7px 15px 6px 15px;
}
.suggest {
	padding: 0 0 20px 0;
}
.suggest h3 {
	font-size: 24px;
	font-weight: normal;
	color: #D6644F;
}
.suggest ul {
	max-width: 740px;
	margin: 10px 0;
}
.suggest li {
	position: relative;
	color: #999;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 15px 0;
}
.suggest li strong {
	display: inline-block;
	color: #333;
	margin: 0 5px 0 0;
}
.suggest li span {
	color: #1E5F75;
}
.suggest .buybuttons {
	padding: 10px 0 0 0;
}
.suggest .buybuttons button, .suggest .buybuttons a {
	font-size: 13px;
	border-width: 1px;
	border-radius: 1px;
	padding: 3px 5px 2px 5px;
	margin: 0 10px 0 0;
}
span.wait {
	display: inline-block;
}

/* cart */
#cart {
	min-height: 320px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.carttable {
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px;
}
.carttable td {
	border-bottom: 1px dotted #ddd;
	padding: 10px 5px;
}
.carttable .amt {
	text-align: right;
	background-color: #fafafa;
}
.carttable .intro td {
	background-color: #fafafa;
	border-bottom: none;
}
.carttable .rem {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	color: #982713;
	padding: 0 10px;
	cursor: pointer;
}
.carttable strong {
	font-size: 16px;
	margin: 0 5px 5px 0;
}
.carttable select {
	border: 1px solid #ccc;
	padding: 5px 0;
	margin: 0 5px;
}
.carttable .pc {
	display: inline-block;
	color: #1F8943;
	margin: 0 0 0 5px;
}
.carttable p {
	font-size: 14px;
	color: #777;
}
.carttable p.cbox {
	padding: 0 0 0 20px;
}
.subtotal td {
	font-weight: bold;
	background-color: #f5f5f5;
}
.total {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #023445;
	background-color: #B5CFD7;
	border: 1px solid #1E5F75;
	padding: 10px;
}
.total strong {
	display: inline-block;
	margin: 0 0 0 20px;
}
.proceed {
	padding: 20px 0;
}
.proceed h6 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}

.buydomain {
	padding-top: 40px;
	padding-bottom: 40px;
}
.buydomain h1 {
	font-size: 42px;
	text-align: center;
}
.buydomain p.slogan {
	text-align: center;
	color: #777;
	margin-bottom: 20px;
}
.buydomain .price {
	font-size: 24px;
	font-weight: normal;
	color: #454545;
}
.buydomain p {
	padding-bottom: 10px;
}
.buyopt {
	padding-top: 20px;
	padding-bottom: 20px;
}
.buyopt .opt {
	text-align: center;
	padding: 10px 0;
}

/* forms */
.fg {
	padding: 0 0 15px 0;
}
.fg label {
	display: block;
	line-height: 20px;
	height: 20px;
}
.fg .fc {
	display: block;
	border: 1px solid #ccc;
	width: 100%;
    padding: 7px 12px;
    box-sizing: border-box;
    outline: none;
}
textarea.fc {
	height: 100px;
}
.cb {
	padding-bottom: 15px;
}
.cb label, label.chk {
	display: inline-block;
	line-height: 20px;
	min-height: 20px;
	padding-left: 20px;
}
.cb label>input, label.chk>input {
    float: left;
    vertical-align: text-bottom;
    margin-left: -20px;
}
.must {
	font-size: 18px;
	font-weight: bold;
	color: #a00;
}
.err, .fc.err {
    border: 1px solid #e02222!important;
}
.fc.capcode {
	display: inline-block;
	width: 80px;
}
.capimg {
	display: inline-block;
	width: 80px;
	height: 33px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	margin: 0 0 0 5px;
}
.btn {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	padding: 7px 15px 6px 15px;
	cursor: pointer;
	outline: none;
}
.btn:hover {
	text-decoration: none;
	color: #fff;
}
.btn-ok {
	color: #fff;
	background-color: #1F8943;
	border: 1px solid #1F8943;
}
.btn-act {
	color: #fff;
	background-color: #1E5F75;
	border: 2px solid #1E5F75;
}
.formblock {
	padding-top: 30px;
	padding-bottom: 30px;
}
.formblock h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
}

.pageview {
	min-height: 320px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.pageview h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
}

/* popups */
.popupbox {
	position: relative;
	background-color: #fff;
	width: 420px;
	max-width: 90%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 auto;
}
.popupbox h4 {
	font-size: 22px;
	font-weight: normal;
	color: #656565;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.popupbox-in {
	padding: 0 15px;
}


/* misc */
.right {
	text-align: right;
}
.pull-right {
	float: right;
}
.center {
	text-align: center;
}
.holder {
	overflow: hidden;
}
.clear {
	clear: both;
}
.empty {
	text-align: center;
	padding: 20px 0;
}
.note {
	color: #999;
}
.txt-err {
	color: #a00;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.wait {
    background-color: #fff;
    background-image: url("img/wait.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.wait * {
    visibility: hidden;
}
#ifs {
    display: none;
}


