body, html {
    height: 100%;
    font-size: 16px;
}

/*-----------------------------------------------------------------*/
/* Typography
	
	GOLD: #a19a5b
		  rgb(161, 154, 91)
		  
	@import url("//hello.myfonts.net/count/332b4d");
		  
/*-----------------------------------------------------------------*/
@font-face {
	font-family: 'sofia-pro';
	src: url('../fonts/SofiaPro-Regular.eot.eot');
	src: url('../fonts/SofiaPro-Regular.eot.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SofiaPro-Regular.eot.woff2') format('woff2'),
		 url('../fonts/SofiaPro-Regular.eot.woff') format('woff'),
		 url('../fonts/SofiaPro-Regular.eot.ttf') format('truetype');
		 font-weight: 400;
}
@font-face {
	font-family: 'sofia-pro';
	src: url('../fonts/SofiaPro-Bold.eot');
	src: url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SofiaPro-Bold.woff2') format('woff2'),
		 url('../fonts/SofiaPro-Bold.woff') format('woff'),
		 url('../fonts/SofiaPro-Bold.ttf') format('truetype');
		 font-weight: 700;
}


* {
	font-family: "sofia-pro",sans-serif;
	font-weight: 400;
}
*::-moz-selection {
    color: white;
    background: black;
}
*::selection {
    color: white;
    background: black;
}
select::-ms-expand {
    display: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  {
	text-transform: uppercase;
	font-weight: 700;
	color: inherit;
	margin-top: 0px;
}
h1 {
	font-size: 3.25rem;
}
h1 span {
	display: block;
	font-size: 1.875rem;
	font-weight: 400;
	text-transform: none;
	padding: 2% 0 0;
}
h2 {
	font-size: 2.5rem; /* 40px */
	padding: 0px 0 0;
}
.border::after {
	content: "";
	display: block;
	width: 225px;
	height: 3px;
	background: #A19A5A;
	margin: 30px 0;
}
.border-center::after {
	content: "";
	display: block;
	width: 225px;
	height: 3px;
	background: #A19A5A;
	margin: 30px auto;
}
.border-small::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #A19A5A;
	margin: 15px 0px;
}
h3 {
	font-size: 2.25rem; /* 36px */
}
h4 {
	font-size: 1.875rem; /* 30px */
}
h5 {
	font-size: 1.375rem; /* 22px */
}
.h5 {
	font-size: 1.25rem; /* 20px */
}
h6 {
	font-size: 1.125rem; /* 18px */
	text-transform: none;
}
.h4 {
	padding: 15px 0 10px;
	font-size: 1.25rem;
}
.lead {
	font-size: 1.125rem;
	margin-top: 0px;
	text-transform: none;
}
p {
	color: inherit;
	font-size: 1rem;
	line-height: 125%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
	cursor: pointer;
}
a:hover {
	color: #B2A96E;
}
.main section a {
	text-decoration: underline;
}
label.error {
    background: #fdbebe;
    padding: 10px 15px;
    margin-top: 4px;
    width: 100%;
    font-weight: normal;
    line-height: 1.15em;
}
.white {
	color: #fff;
}
.white-bg {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 1);
}
.clear {
	clear:both;
}
ol {
	padding-left: 18px;
}
.clear-padding {
	padding-left: 0px;
	padding-right:0px;
}
.affix-content-fix {
	min-height: 80px;
}
.affix {
	position: fixed;
    top: 0;
    z-index: 99999999;
    transform: translateZ(0);
}
.top-15 {
	margin-top: 15px;
}
.margin-bot-15 {
	margin-bottom: 15px;
}
.margin-bot-30 {
	margin-bottom: 30px;
}
.m-bot-pad {
	padding-bottom: 30px;
}
.m-top-pad {
	padding-top: 30px;
}
.no-left-margin {
	margin-left: 0px;
}
.clear-padding-left {
	padding-left: 0px;
}
.clear-padding-right {
	padding-right: 0px;
}
#review-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999999999;
}
#review-btn:hover {
	text-decoration: none;
	background: #a19a5b;
}
#review-btn.is-visible, #review-btn.fade-out, .no-touch #review-btn:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

#review-btn.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
#review-btn.is-visible.fade-out {
  opacity: 0;
  visibility: hidden;
}
button {
	display: inline-block;
    margin: 0px 0px;
    background: #a19a5b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    border-radius: 0px;
    padding: 10px 30px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}
button:hover {
	background-color: #000;
}
.modal-footer button {
	font-size: 1rem;
}
.modal {
	z-index: 99999999999;
}
.modal-content {
	border-radius: 0px;
}

.modal-content p {
	padding-left: 15px;
	padding-right: 15px;
	margin: 8px 0px;
}
.modal button {
    font-size: 28px;
}
.modal button:hover {
    background-color: transparent;
    color:#B2A96E;
    opacity: 1;
}
#richTC {
	max-height: 760px;
}


.error {
	display: inline-block !important;
}

.alert-warning {
	float: none !important;
}

/*-----------------------------------------------------------------*/
/* Global Header	
/*-----------------------------------------------------------------*/
.wrap {
	position: relative;
}
.globalheader {
    position: relative;
    top: 0; left: 0;
    height: 97px;
    width: 100%;
    z-index: 999;
	background: transparent url('../images/bg-gradient.png') repeat-x;
}
.globalheader .insert .sep {
	color: #fff;
	padding: 0px 10px;
}
.navbar {
	border-radius: 0px;
}
.navbar-default {
	background-color: #000000;
    border-top: 1px #B2A96E solid;
    border-right: 0px;
    border-bottom: 1px #B2A96E solid;
    border-left: 0px;
}
.navbar-default .navbar-collapse {
	margin-top: 0px;
}
.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 125px;
    text-align: center;
    background-color: transparent;
}
.navbar-brand {
    height: 50px;
    padding: 6px 15px;
}
.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered {
    margin-left: -75px;
}
.globalheader .logo img {
    width: 125px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    z-index: 99999999999;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse {
    border-color: #B2A96E;
}
.navbar-nav {
	 margin: 4.5px -15px 0px -15px;
}
.navbar-right {
    margin: 0px -15px 4.5px -15px;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #292929;
}
.navbar-nav .mobile-nav {
	display:block;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #B2A96E;
}
.globalheader .insert {
	position: relative;
	text-align: center;
	padding: 10px 0px;
}
.globalheader .insert a {
	font-size: 14px;
}
.globalheader .insert .social {
	text-decoration: none;
	margin: 0; 
	padding: 0 0px 0 20px;
	display: inline;
}
.globalheader .insert .social li {
	display: inline;
	padding: 0 10px 0 0;
}

.globalheader a {
	color: #FFFFFF;
}
.globalheader a:hover {
	color: #B2A96E;
	text-decoration: none;
}

/*-----------------------------------------------------------------*/
/* Global Footer	
/*-----------------------------------------------------------------*/
.globalfooter {
	font-size: .9rem;
}
.globalfooter nav {
	background: url('../images/logo-dotRICHicon.png') 1% 51% no-repeat;
	background-size: 11% auto;
	padding: 2vh 0 2vh 65px;
}
.globalfooter nav ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
.globalfooter nav ul li {
	display: inline-block;
}
.globalfooter nav ul li::after {
	content: "/";
	display: inline-block;
	padding: 0 3px 0 5px;
}
.globalfooter nav ul li:last-child::after {
	display: none;
}
.globalfooter nav ul li a {
	color: #000000;
}
.globalfooter nav ul li a:hover {
	color: #B2A96E;
}
.globalfooter p {
	font-size: .9rem;
	text-align: center;
	padding: 2vh 0 1vh;
}
/*-----------------------------------------------------------------*/
/* Global Elements
/*-----------------------------------------------------------------*/
.no-gutters [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
a#showcase {
	position:absolute;
	bottom:70px;
}
[class*='col-'] img {
	width: 100%;
	height: auto;
}
.landing-video {
	position: relative;
    top: 14px;
    height: 390px;
    min-height: 300px;
}
.landing-video video {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
    min-width: 101%;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.main section {
	position: relative;
	overflow: hidden;
    width: 100%;
    padding: 30px 0;
}
.main section.intro {
    top: -134px;
    height: 510px;
    min-height: 300px;
}
.main section.intro h1 {
	margin-top: 0px;
}
.add-margin {
	margin-top: 100px;
}
.main section.left {
	text-align: left;
}
.main section.center {
	text-align: center;
}
.main section.light {
	color: #000000;
}
.main section.dark {
	color: #FFFFFF;
}
.main section.parallax {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main section.video .container {
	position: relative;
	z-index: 1;
}
.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
	z-index: 0;
}
.details section.video {
    background: #000 url(../video/Dissolve_D32_17_938.jpg) no-repeat center center;
    background-size: cover;
}
.details .video-container video {
	min-width: 101%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	
}
.btn {
	transition: all 0.25s ease;
}
a.btn.btn-default {
    border: 0px;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    text-decoration: none;
	background: #a19a5b;
    color: #fff;
    padding: 10px 20px 6px 20px;
}
a.btn.btn-default:hover {
	background: #000;
	color: #fff;
}
/* Search Form */
.main .search {
	background: #B2A96E;
	padding: 15px 0;
	transition: all .5s ease 0s;
}
#search-anchor {
	background: #000000;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    width: 100vw;
    visibility: hidden;
}
.main .search#search { }
.main .search#search.stick {
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
}

#search form {
	background: #FFFFFF;
}
#search form input[type="text"] {
	outline: 0; 
	border: 0;
	width: 100%;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 1rem 1rem 1rem 3rem;
    color: #000000;
    background: url('../images/logo-dotRICHicon.png') 1% 50% no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo-dotRICHicon.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo-dotRICHicon.png', sizingMethod='scale')";
	background-size: 14% auto;   
}
#search form .btn {
	border-radius: 0px;
	background: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	padding: 1rem;
	float: right;
	height: 54px;
}
#search form .btn:hover {
	color: #B2A96E;
}
#search form .btn span {
	display:none;
}
#search form .btn i {
	display:block;
	font-size: 1.3em;
}
.search .row {
	margin: 0px 0px;
}
.search .search-bar {
	padding: 0px 0px;
}
.search .search-button {
	padding: 0px 0px;
}
/*-----------------------------------------------------------------*/
/* Home Page
/*-----------------------------------------------------------------*/
.home .intro {
	padding: 210px 0 22px;
}

.home .statement {
	background-image: url('../images/bg-bigjump.jpg');
}
.home .statement .seal {
	width: 55px;
	height: 55px;
	color: #FFFFFF;
	fill: #FFFFFF;
}
.home .statement span {
	display: block;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 115%;
	margin: 0 0 15px 0;
}
.home .statement span:first-child {
	padding-top: 20px;
}
.home .possibilities .cardimg {
	width: 100%;
	height: 300px;
	position: relative;
	margin: 10px 0 0px 0;
	background-size: cover;
	background-position: center center;
	display: inline-block;
}
.home .possibilities a {
	display: block;
	position: absolute;
	top: 0; bottom: 0;
	width: 100%; height: 100%;
	z-index: 10;
}
.home .possibilities .cardimg .overlay {
	position: absolute;
	top: 0; bottom: 0;
	width: 100%; height: 100%;
	z-index: 5;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.09) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.09) 50%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.09) 50%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#17ffffff',GradientType=0 ); /* IE6-9 */
}
.home .possibilities .cardimg .overlay h4 {
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	z-index: 10;
	text-transform: none;
}
.home .possibilities .cardimg .overlay h4 span {
	display: inline-block;
	font-weight: 700;
	margin: 0 auto;
}
.home .possibilities .cardimg .overlay h4.static {
	opacity: 1;
	transition: opacity .25s linear;
}
.home .possibilities .cardimg .overlay h4.onhover {
	opacity: 0;
	transition:opacity .25s linear;
}
.home .possibilities .cardimg:hover h4.static,
.home .possibilities .cardimg:active h4.static,
.home .possibilities .cardimg:focus h4.static {
	opacity: 0;
}
.home .possibilities .cardimg:hover h4.onhover,
.home .possibilities .cardimg:active h4.onhover,
.home .possibilities .cardimg:focus h4.onhover {
	opacity: 1;
}
.home .possibilities .cardimg#lifestyle {
	background-image: url('../images/bg-possibility-lifestyle.jpg');
}
.home .possibilities .cardimg#onlineshop {
	background-image: url('../images/bg-possibility-onlineshop.jpg');
}
.home .possibilities .cardimg#appstech{
	background-image: url('../images/bg-possibility-appstech.jpg');
}
.home .possibilities .cardimg#socialshowcase {
	background-image: url('../images/bg-possibility-socialshowcase.jpg');
}
.home .possibilities .cardimg#fashionblog {
	background-image: url('../images/bg-possibility-fashionblog.jpg');
}
.home .possibilities .cardimg#emailaddress {
	background-image: url('../images/bg-possibility-emailaddress.jpg');
}
.home .details {
	background-image: url('../images/bg-leather.jpg');
}
.home .actioncall {
	background: black;
}
.home .actioncall .seal {
	width: 75px;
	height: 75px;
	margin: 0 auto 15px;
}
.home .actioncall p {
	font-size: 1.25rem;
}
/*-----------------------------------------------------------------*/
/* Child Pages Globals
/*-----------------------------------------------------------------*/
.main .child-header-image {
    overflow: visible;
}

.child-header-image {
    background: url(../video/Dissolve_D32_17_938.jpg) top left;
    background-size: cover;
    margin-top: -120px;
    height: 180px;
}
.child .global-footer {
	padding: 30px 0px;
}
input.form-control::-webkit-input-placeholder, 
textarea.form-control::-webkit-input-placeholder {
	color:#000;
}
input.form-control::-moz-placeholder, 
textarea.form-control::-moz-placeholder {
	color:#000;
}
input.form-control:-ms-input-placeholder, 
textarea.form-control:-ms-input-placeholder {
	color:#000;
}
input.form-control, select.form-control, textarea.form-control {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #ececec;
    text-indent: 15px;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control {
    background: url(../images/down-arrow-gray.png) #ececec no-repeat 92% center;
}
textarea.form-control {
    height: 150px;
	padding: 15px 12px;
}
.form-control:focus {
    border-color: #a19a5a;
    -webkit-box-shadow: inset 0 1px 1px rgba(161, 154, 91,.075), 0 0 8px rgba(161,154,91,.6));
    box-shadow: inset 0 1px 1px rgba(161, 154, 91,.075), 0 0 9px rgba(161,154,91,.6);
    color: #000;
}
form button.btn.btn-default {
	border: 0px;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
	background: #a19a5b;
    color: #fff;
	padding-top: 10px;
}
form button.btn.btn-default:hover {
	background: #000;
	color: #fff;
}
form p.lead {
	font-size: 1rem;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-bot-20 {
	padding-bottom: 20px;
}
.padding-bot-30 {
	padding-bottom: 30px;
}
.padding-bot-40 {
	padding-bottom: 40px;
}


/*-----------------------------------------------------------------*/
/* Contact
/*-----------------------------------------------------------------*/
.contact h5 {
	text-transform: none;
}
.contact ul {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px 0px;
}
.contact ul li {
	margin-bottom: 10px;
	line-height: 24px;
	font-size: .875rem
}
.contact form .col-lg-12 {
	padding: 0px 0px;
}
.contact .col-lg-6.form-group {
	padding: 0px 0px;
}
.contact .col-lg-6.form-group:last-child {
	padding: 0px 0px;
}
.contact form label {
	display: none;
}
/*-----------------------------------------------------------------*/
/* Login/Create Account
/*-----------------------------------------------------------------*/
.login h5, .create-account h5 {
	text-transform: none;
}
.login ul, .create-account ul {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px 0px;
}
.login ul li, .create-account ul li {
	margin-bottom: 10px;
	line-height: 24px;
	font-size: .875rem
}
.login form .col-lg-12, .create-account form .col-lg-12 {
	padding: 0px 0px;
}
.login .col-lg-6.form-group, .create-account .col-lg-6.form-group {
	padding: 0px 0px;
}
.login .col-lg-6.form-group:last-child, .create-account .col-lg-6.form-group:last-child {
	padding: 0px 0px;
}
.login form label, .create-account form label {
	display: none;
}
.login button.btn-default, .create-account button.btn-default {
	margin: 15px 0px;
}
/*-----------------------------------------------------------------*/
/* Affiliates
/*-----------------------------------------------------------------*/
.affiliates p {
	font-size: .875rem;
	line-height: 136%;
}
.starts-here {
	background: url(../images/black-sparkling.jpg) no-repeat;
	background-size: cover;
}
.starts-here h4 {
	margin: 15px 0px 40px 0px;
}
.cards-container {
	padding-bottom: 30px;
	display: inline-block;
}
.card-img {
	float: left;
	height: 250px;
}
.card-info {
	float: left;
	padding: 20px 30px 30px 30px;
}
.card-info a:link, .card-info a:visited {
	background: #a19a5b;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 6px 20px;
	margin-top: 5px;
	display:inline-block;
}
.card-info a:hover, .card-info a:active {
	background: #000000;
	color: #fff;
}
 .door { 
	background: url(../images/door-doorman.jpg);
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}
 .stairs {
	background: url(../images/stairs-goldlit.jpg);
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
 }
.card-info h5 {
	padding: 0px 0px;
}
.questions .row div {
    margin-bottom: 15px;
}
.questions .row div:last-child {
    margin-bottom: 0px;
}
.questions ol {
	font-size: .875rem;
}
/*-----------------------------------------------------------------*/
/* Search Results
/*-----------------------------------------------------------------*/
.search-results h4 span {
	font-weight: 700;
	color: #a19a5b;
}
.main-result {
    border: 1px solid #a19a5b;
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
}
.table > tbody > tr, .table > tfoot > tr, .table > thead > tr {
	border-bottom: 1px #dadada solid;
    border-top: 1px #dadada solid;
    border-left: 1px #dadada solid;
    border-right: 1px #dadada solid;
    margin-bottom: 25px;
    display: block;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    border-bottom: none;
    border-top: none;
    vertical-align: middle;
    display:block;
    text-align: center;
}
.table > tbody > tr > td:first-child {
    font-size: 20px;
    margin-top: 10px;
}
.table > tbody > tr > th:last-child,
.table > tbody > tr > th:nth-child(2) {
   display: none;
}
.search-results .table {
	margin-top: 1em;
}
td.domain-name {
	font-weight: 700;
	margin-top: 6px;
}
.search-results .results {
	margin-bottom: 30px;
}
.search-results select.form-control {
	font-size: 1rem;
    background: url(../images/down-arrow-gray.png) transparent no-repeat 92% center;
    min-width: 196px;
	border: 1px #dadada solid;
	width: 100%;
    margin: 0px;
    text-indent: 15px;
    padding: 0;
}
.search-results select.form-control:focus {
    border-color: #a19a5a;
    background: url(../images/down-arrow-gray.png) #000 no-repeat 92% center;
    color: #fff;
}
.search-results .btn-select {
    background: transparent;
    text-transform: uppercase;
    color: #a19a5b;
    border-radius: 0px;
    /*padding: 10px 12px;*/
    padding: 10px 10px;
    transition: all .5s ease 0s;
    margin: 0px auto;
    display: block;
    float: none;
}
.search-results .btn-select i {
	color: #a19a5b;
	transition: all .5s ease 0s;
}
.search-results .btn-select:hover,.search-results .btn-select:hover i {
    color: #000000;
}
.search-results .btn-select:active {
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.results-box {
    border: 1px solid #a19a5b;
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin: 5px 0px 15px 0px;
}
.result-response {
    margin-bottom: 10px;
    display: inline-block;
}
.option-left {
    float: left;
    padding: 5px 0 10px 0;
    text-align: center;
    width: 100%;
}
.option-right { 
	float:right;
	width: 100%;
}
.price-abv { 
	float:left; 
	width: 100%;
}
.transgfe-btn { 
	float:left; 
	margin: 0px 0 0 0px;
	width: 100%;
}
.transgfe-btn input.cart-cont-btn {
    margin: 10px 0px 0px 0px;
    font-size: .8rem;
    padding: 15px 25px;
    color: #fff;
    width: 100%;
}
/*-----------------------------------------------------------------*/
/* Shopping Cart
/*-----------------------------------------------------------------*/
.shopping-cart {
	background: #f3f3f3;
	padding: 30px 20px;
	display: inline-block; 
	width: 100%;
}
.shopping-cart h4 {
	font-size: 1.25em;
}
.shopping-cart .shopping-header {
	width: 100%;
    display: inline-block;
}
.shopping-cart .shopping-header p.border-small::after {
    margin: 15px 0px 0px 0px;
}
.shopping-cart .shopping-header p {
	font-weight: 700;
}
.shopping-cart select.currency {
    width: auto;
    height: auto;
    min-width: 100px;
    color: #767676;
    text-indent: 5px;
    border: 1px solid #767676!important;
}
.shopping-cart .price-box {
	display: inline-block;
	width: 100%;
	border-bottom: 1px #dadada solid;
	font-weight: 700;
	padding: 20px 0px;
}
.shopping-cart .price-box span {
	color: #767676;
	float: right;
	font-weight: 300;
}
.shopping-cart .total-price {
	display: inline-block;
	width: 100%;
	text-align: right;
	padding: 20px 0px;
	color: #767676;
}
.table-cont.table-responsive {
    border: none;
}

.cart-cont-btn {
	display: block;
    margin: 10px auto 0px auto;
    background: #a19a5b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    border-radius: 0px;
    padding: 10px 30px;
}
.cart-cont-btn:hover {
    background: #000;
}
.shopping-cart button.cart-cont-btn {
	display: block;
    margin: 10px auto 0px auto;
    background: #a19a5b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    border-radius: 0px;
    padding: 10px 30px;
}
.shopping-cart button.cart-cont-btn:hover {
    background: #000;
}
.cart-table table>tbody>tr>th:nth-child(2),
.cart-table table>tbody>tr>th:nth-child(3),
.cart-table table>tbody>tr>th:nth-child(4),
.cart-table table>tbody>tr>th:nth-child(5) {
	display:none;
	}
.cart-table a.remove-item {
    width: 100%;
    display: inline-block;
    padding: 7px 0px 5px 0px;
    background: #a19a5b;
    color: #fff;
}
.cart-table a.remove-item:hover {
    background: #000;
}
a.builder-img, a.privacy-img,  a.hosting-img {
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 9px;
    margin-top: 4px;
}
a.builder-img, a.privacy-img,  a.hosting-img {
    background-image: url(../images/site-builder.png);
}
a.privacy-img {
    background-image: url(../images/privacy.png);
}
 a.hosting-img {
    background-image: url(../images/email.png);
}
.free-options {
	text-align: center;
}
.tooltip {
    display: inline;
    position: absolute;
}
.tooltip .tooltip-inner {
	padding: 10px;
    min-width: 200px;
    text-align: left;
}
.prvi-apply-btn {
    padding: 10px 10px 6px 10px;
    float:left;
    background: #ccc;
    color: #fff;
    margin-bottom: 15px;
}
.prvi-apply-btn:hover {
    background: #000;
    color: #fff;
}
.payment-details {
	padding: 40px 0px 20px 0px;
}
.payment-status select.form-control {
    background: url(../images/down-arrow-gray.png) #ececec no-repeat 97% center;
}
.table > tbody > tr > td.coupon, 
.table > tbody > tr > td.extra {
	display: none;
}
.prod-total-h {
	font-size:20px;
}
.prod-total {
	font-size: 20px;
	padding-top: 0px!important;
}
/*-----------------------------------------------------------------*/
/* Learn More
/*-----------------------------------------------------------------*/
.learn-more {
	display: block;
	width: 100%;
	padding: 30px 20px;
}
.learn-more li:nth-child(2):before {
    background-image: url(../images/privacy.png);
    width: 18px;
    height: 18px;
    content: ' ';
    margin-right: 5px;
    margin-top: 0px;
    display: inline-block;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}
.learn-more li:nth-child(3):before {
    background-image: url(../images/email.png);
    width: 18px;
    height: 18px;
    content: ' ';
    margin-right: 5px;
    margin-top: 0px;
    display: inline-block;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}
.learn-more li:nth-child(4):before {
    background-image: url(../images/site-builder.png);
    width: 18px;
    height: 18px;
    content: ' ';
    margin-right: 5px;
    margin-top: 0px;
    display: inline-block;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}
.learn-more p.border-small {
	font-weight: 700;
}
.learn-more ul {
	list-style-type: none;
	padding: 0px 0px;
	margin: 0px 0px;
}
.learn-more li {
	font-size: .875rem;
	line-height: 1.9rem;
}
/*-----------------------------------------------------------------*/
/* Legal
/*-----------------------------------------------------------------*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 0px 0px;
}
.polices-cont-div .panel-group .panel { border-radius:0px; }
.polices-cont-div .panel-title > a { 
	background: url("../images/less.png"); 
	background-position:97% center; 
	background-repeat:no-repeat; 
	padding-right:10px; 
	display: inline-block; 
	width: 100%; 
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #B2A96E;
	}
	
.polices-cont-div .panel-title > a.collapsed { 
	background: url("../images/add.png"); 
	background-position:97% center; 
	background-repeat:no-repeat; 
	background-color: #000;
	}
.polices-cont-div .panel-title > a:hover { 
	background-color: #B2A96E;
	}
.policy .glyphicon-save {
	padding-right: 5px;
}




.legal h4.border, .policy h4.border { text-align:center; 	}
.legal .border::after, .policy .border::after { margin:30px auto;  }

.polices-cont-div h6 { font-size:16px; }
.polices-cont-div p { font-size:14px; margin-bottom:10px;}
.polices-cont-div li { font-size:14px;	}
.polices-cont-div { line-height: 22px;  text-align: left; }


.table-detail { font-size: 14px;}

.table > tbody > tr > td, .table > tbody > tr > th { font-weight: bold; }

.table-detail tr td:first-child { font-weight: normal; }

.prvi-apply-btn { font-size:18px; text-decoration:none !important; font-weight:bold; }

.pay-onl-head { font-size:16px; font-weight:bold; }
.pay-onl-head span { display:block; padding:10px 0 0 0; font-weight:normal; font-size:14px; } 

.online-pay-box .radio-box { padding:10px 0 0 0; }
.online-pay-box .radio-box input { float:left; margin-right:5px; margin-bottom:30px; margin-top: 0px; }
.online-pay-box p { font-size:14px; }


.loding { padding: 20px 0; text-align: center; }
.loding img {  max-width: 100%; width: auto; }

/*******  13 sep 2017  *********/

.error{color: #a00404;font-size: 15px;}

#register_ajax_load_new { float: left;} 
#register_ajax_load_new .loding { padding:0px;}

#submit1 { float:left;}
.contact form label.error{ display:block;}
.recpta_msg1 label{ clear:both;}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#search form input[type="text"] {
		background-size: 10% auto;
	}
	.globalfooter nav {
		background-size: 9% auto;
	}
}
@media only screen and (min-width : 480px) and (orientation : landscape) {
	/*-----------------------------------------------------------------*/
	/* Child Pages Globals
	/*-----------------------------------------------------------------*/
	#search form input[type="text"] {
	    padding: 1rem 1rem 1rem 6rem;	    
	}
	.globalfooter nav {
		background-size: 5.5% auto;
	}
	#search form input[type="text"] {
	    background-size: 8% auto;
	}
	
}
@media only screen and (min-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
	/*-----------------------------------------------------------------*/
	/* Child Pages Globals
	/*-----------------------------------------------------------------*/
	#search form input[type="text"] {
	    padding: 1rem 1rem 1rem 6rem;	    
	}
	.globalfooter nav {
		background-size: 5.5% auto;
	}
	#search form input[type="text"] {
	    background-size: 8% auto;
	}
}
@media only screen and (min-width : 600px) { 
	.main section.intro h1 {
		margin-top: 40px;
	}
	.globalfooter nav {
		background-size: 8% auto;
	}
}

 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/*-----------------------------------------------------------------*/
	/* Globals
	/*-----------------------------------------------------------------*/
	.globalheader {
	    height: 120px;
	}
	.navbar-default {
	    background-color: transparent;
	    border-color: transparent;
	} 
	.navbar-brand-centered {
	    position: absolute;
	    left: 50%;
	    display: block;
	    width: 325px;
	    text-align: center;
	    background-color: transparent;
	}
	.navbar-nav {
		 margin: 0px -15px;
		 width: 30%;
	}
	.navbar-nav > li {
	    width: 50%;
	    text-align: center;
	}
	.navbar-default .navbar-nav > li > a {
	    font-size: 14px;
	    padding: 15px 15px;
	    border-bottom: none;
	}
	.navbar-default .navbar-right > li:last-child > a {
		padding: 15px 15px;
	}
	.navbar-right {
	    margin: 0px -15px;
	}
	.navbar-default .navbar-collapse {
		margin-top: 20px;
	}
	.navbar>.container .navbar-brand-centered, 
	.navbar>.container-fluid .navbar-brand-centered {
	    margin-left: -162px;
	}
	.navbar-nav .mobile-nav {
		display:none;
	}
	.globalheader .logo img {
	    width: 256px;
	    margin: 0px auto;
	}
	.globalheader .insert {
		text-align: right;
	}
	.globalheader .insert a {
		font-size: 14px;
	}
	.globalheader .insert .social {
		padding: 0 20px 0 20px;
	}
	#search form input[type="text"] {
	    padding: 1rem 1rem 1rem 4rem;
		background-size: 8% auto;
	    
	}
	.globalfooter nav {
		background-size: 11% auto;
	}
	.globalfooter p {
		text-align: right;
	}
	.main .search {
		background: #B2A96E;
		padding: 30px 0;
		transition: all .5s ease 0s;
	}
	.main .affix .search {
		padding: 15px 0px;
	}
	#search form .btn span {
		display: block;
	}
	#search form .btn i {
		display: none;
	}
	/*-----------------------------------------------------------------*/
	/* Affiliates
	/*-----------------------------------------------------------------*/
	.card-img {
		height: 190px;
	}
	.card-info {
		height: 190px;
	}
	/*-----------------------------------------------------------------*/
	/* Search Results
	/*-----------------------------------------------------------------*/
	.table > tbody > tr, .table > tfoot > tr, .table > thead > tr {
		border-bottom: none;
	    border-top: none;
	    border-left: none;
	    border-right: none;
	    margin-bottom: 0px;
	    display: table-row;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	    padding: 8px;
	    border-bottom: 1px solid #dadada;
	    border-top: none;
	    vertical-align: middle;
	    text-align: left;
	    display: table-cell;
	}
	.table > tbody > tr > td:first-child {
	    font-size: 16px;
	    margin-top: 0px;
	}
	.table > tbody > tr > th:last-child,
	.table > tbody > tr > th:nth-child(2) {
	   display: table-cell;
	}
	td.domain-name { 
		margin-top: 0px;
	}
	.search-results .btn-select {
	    margin: 0px 0px;
	    display: block;
	    /*float: right;*/
	}
	.search-results select.form-control {
	    border: none;
	}
	.option-left { 
		float:left; 
		padding: 15px 0 0 0; 
		text-align: left; 
		width: auto;
	}
	.option-right { 
		width: auto;
	}
	.price-abv { 
		float:left; 
		width: auto;
	}
	.transgfe-btn { 
		margin: 0px 0 0 5px;
		width: auto;
	}
	.transgfe-btn input.cart-cont-btn {
		margin: 0px 0px;
		width: auto;
	}
	/*-----------------------------------------------------------------*/
	/* Shopping Cart
	/*-----------------------------------------------------------------*/
	.shopping-cart h4 {
		font-size: 1.875em;
	}
	.cart-table table>tbody>tr>th {
		display:table-cell;
	}
	.cart-table table>tbody>tr>th:nth-child(2),
	.cart-table table>tbody>tr>th:nth-child(3),
	.cart-table table>tbody>tr>th:nth-child(4),
	.cart-table table>tbody>tr>th:nth-child(5) {
		display:table-cell;
	}
	.cart-table a.remove-item {
	    width: auto;
	    display: inline-block;
	    padding: 0px 0px;
	    background: transparent;
	    color: #000;
	}
	.cart-table a.remove-item:hover {
	    background: transparent;
	    color: #a19a5b;
	}
	.tooltip .tooltip-inner {
		padding: 10px;
	    min-width: 300px;
	    text-align: left;
	}
	.table > tbody > tr > td.coupon, 
	.table > tbody > tr > td.extra {
		display: table-cell;
	}
	.prod-total-h {
		font-size:14px;
	}
	.prod-total {
		font-size: 14px;
		padding-top: 8px!important;
	}
}
 /* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/*-----------------------------------------------------------------*/
	/* Globals
	/*-----------------------------------------------------------------*/
	.globalheader .logo img {
	    width: 325px;
	}
	#search form input[type="text"] {
		background-size: 7% auto;
	}
	#review-btn {
	  display:none;
	}
	.details .video-container video {
		display: block;
	}
	.m-bot-pad {
		padding-bottom: 0px;
	}
	.m-top-pad {
		padding-top: 0px;
	}	
	.globalfooter nav {
		background-size: 9% auto;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#search form input[type="text"] {
		background-size: 6% auto;
	}
	.globalfooter nav {
		background-size: 7% auto;
	}
	/*-----------------------------------------------------------------*/
	/* Contact
	/*-----------------------------------------------------------------*/	
	.contact .col-lg-6.form-group:last-child {
		padding: 0px 0px 0px 15px;
	}
	/*-----------------------------------------------------------------*/
	/* Affiliates
	/*-----------------------------------------------------------------*/
	.questions .clear {
		clear: none;
	}
	.set_possition{ text-align:center; margin-top:40px;}
}