/*
Theme Name: DNBroker.com
Theme URI: http://dnbroker.com/
Author: Fubra
Description: A LTD styled theme for domain sales
Version: 1.0

#2164c1 Blue
#fbaa35 Orange
#de2b87 Pink
*/

/* Reset default browser CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: 300;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
b, strong {
	font-weight: 400;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* General */

html,
body {
	min-height: 100%;
	width: 100%;
}
body {
	background: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	color: #333;
	min-height: 100%;
	height: 100%;
	min-width: 900px;
}
a {
	color: #de2b87;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ol,ul.twocolumn {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	margin-bottom: 25px;
}
ol,ul.twocolumn.inner {
	margin-bottom: 0px;
}
ol,ul.fourcolumn {
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	margin-bottom: 25px;
}

.screen-reader-text {
	display: none;
}

/* Nav : Primary */

nav#primary {
	width: 80px;
	height: 100%;
	background: #232323;
	color: white;
	font-size: 75%;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	min-height: 600px;
}
nav#primary h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-indent: 100%;
	overflow: hidden;
}
nav#primary h1 a {
	background: url(../images/layout/logo.png) center center no-repeat;
}
nav#primary a {
	color: #666;
	text-decoration: none;
	padding: 17px 10px;
	display: block;
	border-left: 1px solid transparent;
}
nav#primary a i {
	display: block;
	font-size: 190%;
	margin-bottom: 5px;
	border: 1px solid transparent;
}
nav#primary a:hover {
	background-color: #323232;
}
nav#primary .selected a,
nav#primary .active a {
	color: #777;
	background: #2e2e2e;
}
nav#primary a:hover,
nav#primary .active a,
nav#primary .selected a {
	color: #CCC;
}
nav#primary .active a,
nav#primary .default a {
	border-left: 1px solid #2164C1;
}
nav#primary #menu-account img {
	width: 80%;
	height: 80%;
	border-radius: 50%;
}

/* Nav : Secondary */

nav#secondary {
	color: white;
}
nav#secondary hgroup {
	border-bottom: 1px solid rgba(255,255,255,0.06);
	padding: 29px 20px;
	margin: 0 27px;
}
nav#secondary hgroup.has-h2 {
	padding: 20px;
}
nav#secondary hgroup h1 {
	font-size: 120%;
}
nav#secondary hgroup h2 {
	 color: #666;
	 font-size: 70%;
	 margin-top: 5px;
}
nav#secondary li.menu {
	z-index: 90;
	width: 290px;
	background: #2e2e2e;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 80px;
    box-shadow: 0 -10px 10px 0 rgba(0,0,0,0.3);
    display: none;
    left: -290px;
}
nav#secondary ul li.menu.active {
	z-index: 88;
	left: 0;
}
nav#secondary ul li.menu.active,
nav#secondary ul li.menu.current {
	display: block;
}

/* Nav : Secondary : List */

nav#secondary ul.list {
	margin: 20px;
	font-size: 85%;
}
nav#secondary ul.list li {
	position: relative;
}
nav#secondary ul.list a {
	color: white;
	color: rgba(255,255,255,.6);
	text-decoration: none;
	display: block;
	padding: 12px 20px;
}
nav#secondary ul.list li.selected a,
nav#secondary ul.list a:hover {
	background: rgba(255,255,255,0.03);
	color: white;
}
nav#secondary ul.list .status {
	background: #eee;
	position: absolute;
	height: 100%;
	width: 20px;
	overflow: hidden;
	text-indent: 20px;
	opacity: .1;
	top: 0;
	right: -20px;
}
nav#secondary ul.list .status.active {
	background: #60b15e;
}
nav#secondary ul.list .status.inactive {
	background: #cc3333;
}
nav#secondary ul.list a:hover .status {
	opacity: .6;
}
nav#secondary ul.list li.selected .status {
	opacity: 1;
}

/* Nav : Secondary : Menu */

nav#secondary ul.menu {
	margin: 0 27px 20px;
	overflow: hidden;
	text-align: center;
	font-size: 80%;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
nav#secondary ul.menu li {
	float: left;
	width: 33.3%;
}
nav#secondary ul.menu a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 17px 5px;
}
nav#secondary ul.menu a:hover {
	background: rgba(255,255,255,0.02);
}
nav#secondary ul.menu a i {
	display: block;
	color: white;
	font-size: 160%;
	margin-bottom: 10px;
}

/* Container */

#container {
	background: white;
	padding: 115px 0 100px;
	padding-left: 80px;
	position: relative;
}
body.has-secondary-navigation #container {
	padding-left: 370px;
}

/* Content */

.content section {
	padding: 40px;
	max-width: 800px;
	margin: auto;
}

.content section h1, .content section h2{
	font-weight: bold;
	margin-bottom: 25px;
}
.content section h1 {
	font-size: 160%;
}
.content section h2 {
	font-size: 105%;
}

#container section p {
	line-height: 1.5;
	margin-bottom: 25px;
}
#container section p:last-child {
	margin-bottom: 0;
}
.overlay-bg {
	background: black;
	opacity: 0.6;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 85;
	display: none;
}

.content section #left {
	float: left;
	width: 60%;
}

.content section #right {
	width: 38%;
	float: right;
	margin: 0 0 10px 15px;
}

.content section .boxout {
	border-radius: 25px;
	margin-bottom: 10px;
}
.content section .boxout.pink {
	background-color: #fffbfd;
	border: 1px solid #e2c3d3;
}
.content section .boxout.orange {
	background-color: #FFF9F0;
	border: 1px solid #FBAA35;
}
.content section .boxout.blue {
	background-color: #EDF3FC;
	border: 1px solid #2164C1;
}

.content section .boxout div {
	padding: 15px;
}

.content section .boxout h2 {
	margin-bottom: 20px;
	text-align: center;
}

.content section .boxout ul {
	margin-bottom: 20px;
}
.content section .boxout ul li {
    margin-bottom: 5px;
}

#container section .boxout p {
	font-size: smaller;
	text-align: justify;
}
#container section .boxout p:last-child {
	margin-bottom: 0px;
}

.content .filter {
	font-size: smaller;
}
.content .filter ul {
	overflow: hidden;
	margin: auto;
	height: 20px;
}
.content .filter ul li {
	float: left;
	padding-right: 20px;
}
.content .filter ul li:last-child {
	padding-right: 0;
}

/* Content : Header */

.content header {
	z-index: 80;
	display: block;
	background: #2164C1;
	color: white;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.content header .inner {
	overflow: hidden;
	max-width: 800px;
	height: 90px;
	padding: 0;
	margin: auto;
	margin-top: 25px;
	
}
.content header .inner h1 {
	padding: 0;
}
body.has-secondary-navigation header .inner {
	padding-left: 370px;
}
.content header h1 {
	font-size: 130%;
	float: left;
	padding: 25px 40px;
}
.content header h1 a.edit {
	font-size: 80%;
	opacity: .5;
	position: relative;
	left: 25px;
	display: inline-block;
	padding: 5px;
}
.content header h1 a.edit:hover {
	background: rgba(255,255,255,.05);
	opacity: 1;
}
.content header a {
	color: white;
	text-decoration: none;
}
.content header ul {
	float: right;
	overflow: hidden;
	list-style: none;
}
.content header ul li {
	float: left;
	list-style: none;
}
.content header li a {
	padding: 25px;
	display: block;
	position: relative;
}
.content header li.login a {
	background: rgba(0,0,0,.05)
}
.content header li a:hover,
.content header input:hover {
	background: rgba(255,255,255,.05)
}
.content header i {
	display: block;
	font-size: 160%;
}
#utility-search i {
	padding: 25px;
	position: absolute;
	top: 0;
}
.content header li input {
	border: 0;
	background: rgba(0,0,0,.05);
	height: 40px;
	font: inherit;
	color: inherit;
	width: 160px;
	padding: 20px 20px 20px 75px;
}
.icon-count {
	background: #222;
	border-radius: 15px;
	padding: 6px;
	font-size: 70%;
	position: absolute;
	top: 12px;
	right: 12px;
	min-width: 12px;
	text-align: center;
	line-height: 1;
}

/* Content : Nav */

.content nav {
	z-index: 80;
	display: block;
	background: white;
	text-align: center;
	width: 100%;
	left: 0;
}
.content nav .inner {
	overflow: hidden;
	height: 110px;
}
.content nav a {
	color: rgba(0,0,0,.5);
	text-decoration: none;
}
.content nav i {
	display: block;
	font-size: 160%;
	margin-bottom: 7px;
}
.content nav ul {
	float: left;
	padding-left: 20px;
	overflow: hidden;
	list-style: none;
}
.content nav ul li {
	float: left;
	list-style: none;
}
.content nav li a {
	padding: 25px;
	display: block;
	position: relative;
}
.content nav li a:hover {
	background: rgba(0,0,0,.05);
	color: black;
	border-bottom: 4px solid rgba(8,115,181,.5);
}
.content nav li.selected {
	border-bottom: 4px solid #2164C1;
}
.content nav li.selected a {
	color: black;
}
.content nav li.selected i {
	color: #2164C1;
}

/* Tables */

tr:nth-child(even) {
	background-color: #f6f6f6;
}
th, td {
	padding: 7px;
	vertical-align: middle;
}
th {
	white-space: nowrap;
	font-weight: bold;
}
th.centre, td.centre {
	text-align: center;
}

td.sold {
	color: red;
}

/* Hero */

#hero {
	padding: 75px 40px 115px;
	max-width: none;
	background: #2164c1 none repeat scroll 0 0;
	color: white;
}

#hero div {
	max-width: 800px;
	margin: auto;
}

#hero h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 175%;
	margin-bottom: 45px;
}

#hero .segment {
	display: flex;
	margin: auto;
	width: 700px;
}

#hero .searchform input {
	margin-bottom: 25px;
	padding: 0 5px;
	border: 0;
	height: 40px;
	width: 557px;
	font-size: 120%;
}
#hero .searchform input#searchsubmit {
	margin-bottom: 45px;
	height: 42px;
	width: 128px;
	font-size: 120%;
	background-color: #1FBA48;
	color: #FFFFFF;
	border: 0;
	border-left: 0px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#hero ul {
	overflow: hidden;
	margin: auto;
	height: 20px;
}
#hero ul li {
	float: left;
	padding-right: 20px;
}
#hero ul li:last-child {
	padding-right: 0;
}
#hero ul a {
	color: white;
}

/* Footer */

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #eee;
	padding: 15px 20px 15px 120px;
	font-size: 60%;
	color: #666;
	box-shadow: -10px 0 60px 60px white;
}