html,
body {
    background-color: #ffffff;
    font-size: 15px;
    color: #000;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
img {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-family: 'Lane', sans-serif;
    font-weight: 700;
    margin: 0;
}
h4,
h5 {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
}
h2 {
    font-size: 2.5rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 700;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
	text-align: justify;
    line-height: 1.5rem;
    font-size: 1rem;
}
p:last-child {
    margin-bottom: 0px;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
.sections {
    padding-top:100px;
    padding-bottom:100px;
    position: relative;
    overflow: hidden;
}
.footer {
    padding:50px 0 35px 0;;
}

.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}


/* Button */
.btn {
	font-size:20px;
    margin-right:15px;
	background:#000;
    padding:10px 30px;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
}
.info {
    color: #ffffff;
    background-color:#000;
    height:50px;
    width: 230px;
    text-transform: uppercase;
    font-size: 18px;
	font-weight:700;
	margin-top:-30px;
	margin-bottom:20px;
	text-align: center;
    padding-top: 10px;
}

/* Menubar */

.navbar-default {
    background-color:#000;
    border:transparent;
}

.navbar {
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav>.active a{
    background-color:transparent;
	background: -webkit-linear-gradient(#b08120, #ffc800);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-default .navbar-nav>.active a:hover{
    background-color:transparent;
}
.navbar-default .navbar-nav>li>a {
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
}
.navbar-default .navbar-nav>li>a:hover {
    background: -webkit-linear-gradient(#b08120, #ffc800);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-bg{
    background:#000;
    padding:10px 0;
}


/* Home Page */

#home{
    background: -webkit-linear-gradient(90deg, #b08120 0%, #ffc800 50%, #b08120 100%);
    color:#000;
}
.home-header{
    padding-top:100px;
}
.home-header .intro h2{
    font-size: 35px;
    font-weight: 700;
    text-transform:uppercase;
}
.carousel-indicators {
    bottom:-50px;
}
.carousel-indicators li {
    background:#fff;
    border:0;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
	color: #000;
}


/* Products */
.products-header{
    padding-top:50px;
	text-align:center;
}
.products-header .product-item .product-photo{
    max-width:250px;
    display:inline-block;
    overflow:hidden;
}
.products-wrap .products-grid{
    display: block;
    overflow:hidden;
}
.products-wrap .products-grid:last-child {
    margin-bottom: 0px;
}
.products-grid{
    margin-bottom:30px;
}
.products-grid .products-item{
    margin: 60px 0;
}
.products-grid .products-item h4{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    color:#252525;
}
.products-grid img{
	display:block;
	margin:0 auto;
}

/* Info */

#info{
    width: 100%;
    overflow: hidden;
}
.main-info .info-img{
    background:#fff;
}
.info-wrapper{
    margin-top:30px;
}
.main-info .info-heading{
   margin-top:-10px;
}
.info-wrapper h3 {
	text-transform: uppercase;
	font-weight: 700;
}


/* Product line */

.product-line{
    overflow:hidden;
}
.product-item .product-photo{
    max-width:250px;
    display:inline-block;
    overflow:hidden;
}
.product-line .product-item h5{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
	color:#000;
}


/* Order */
form.rushcommerce h2{
	font-size: 2rem;
}
form.rushcommerce article h3 {
	font-size:1.5rem;
	line-height:1.5rem;
}
form.rushcommerce article .product_radio{
	width:2em !important;
	padding-top:1.6em !important;
}
form.rushcommerce section.paymentselection h3{
	top:-1em !important;
}
form.rushcommerce section.paymentselection input, form.rushcommerce section.shippingselection input{
	margin-top:2.5em !important;
}
form.rushcommerce input#printbutton, form.rushcommerce input#submitbutton{
	background:#000 !important;
	border-color: transparent !important;
	color:#fff !important;
	border-radius:0 !important;
	border-style:unset !important;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,1,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,1,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,1,0,0.5);
}

/* Order Block */

.order-content{
    background: url(/images/gold-sex.jpg) no-repeat center top scroll;
    background-size
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    max-height: 500px;
}
.img-overlay{
    width: 100%;
    min-height: 500px;
    position:relative;
}
.order-section{
    background:-webkit-linear-gradient(#b08120, #ffc800);
    position:absolute;
    width:100%;
    bottom:0;
    height:80px;
    overflow:hidden;
}
.order-section h3{
    font-size:22px;
    font-weight:700;
    text-transform:uppercase;
    color:#000;
    margin:22px 0 22px 25px;
    float:left;
}

.order-section .order-btn{
    background:#000;
    color:fff;
    font-size:20px;
    font-weight:700;
    border-radius:0;
    padding:10px 30px;
    text-transform:uppercase;
    margin:15px 25px 15px 0px;
    float:right;
}

/* Footer */

#footer{
    background:#000;
    color:#fff;
	font-size: 14px;
}
#footer p{
	font-size:14px;
}
.footer-brand img{
	width: 60%;
	max-width: 160px;
	margin-bottom: .9rem;
}
.main-footer .footer-item h2{
    font-size:18px;
    text-transform:uppercase;
}
.main-footer .footer-item ul li a{
    font-size:14px;
    color:#fff;
}
.main-footer .footer-item ul li a:hover{
    background: -webkit-linear-gradient(#b08120, #ffc800);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.copyright p{
    color:#fff;
    width:100%;
	overflow:hidden;
    text-align:center;
    padding-top:30px;
}
.copyright p a{
	color: #fff;
}


/* Contact */

.contact_boxes {
	padding-bottom: 10%;
}
.contactbox {
	background:url(../images/content.png) -50px 0px;
	margin:50px 0px;
	padding:25px;
	background-color: #f0f0f0;
	width:100%;
	min-height:200px;
	border:1px solid #f0f0f0 !important;
}
.contactbox:hover {
	border:1px solid #cecece;
		cursor:pointer;
}	
.contactbox li{
	list-style: none;
}
.contacthead {
	cursor:pointer;
	position:relative;
	top:-48px;
	left:-12px;
	width:200px;
	padding:2px 10px;
	background-color:#ffffff;
	color:#951165;
	font-size:16px;
	font-weight:bold;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px; 	
}

.contactimage {
	float:right;
	margin:-10px 0px 0px 50px;
}

.contacthide {
	display:none;
}

.contactmail {
	float:left;
	padding:0px;
	margin:0px;
}



/* Scroll up */

.scrollup{
    width: 44px;
    height: 44px;
    text-align: center;
    color: #000;
    font-size: 30px;
    background:-webkit-linear-gradient(#b08120, #ffc800);
    position: fixed;
    bottom: 12px;
    right: 36px;
    font-weight: 700;
    border-radius: 0;
    transition:all 500ms .2s;
    cursor:pointer;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,1,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,1,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,1,0,0.5);
}
.scrollup:hover{
    transform:scale(1.1);
}	

/* Responsive */

@media (max-width: 992px) {
	.products-grid .products-item{
		margin:0;
	}
	.products-header{
		display: none;
	}
}	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.navbar-default {
    background-color:#000;
    border: transparent;
    padding:20px 0;
	}
	.navbar-default .navbar-toggle {
    border-color:none;
    background: -webkit-linear-gradient(#b08120, #ffc800);
	border:0;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
	}
	#home {
	padding-bottom: 50px;
	}
	.home-header .intro h2 {
    font-size: 20px;
	}
	.main-info .info-heading {
    margin: 30px 0;
    text-align: center;
	}
	.home-header .intro h2 {
    font-size: 28px;
	}
	.main-info .info-img {
    text-align: center;
	}
	.main-info .info-content .hst-btn{
	 text-align: center;	
	}
	.home-header .slider-area {
    margin-top: 30px;
	}
	.order-section h3 {
	display:none;
	}
	.order-section .order-btn {
		margin: 15px auto;
		display: block;
		float: unset;
	}
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
 
	.home-header .intro h2 {
    font-size: 20px;
	}
	.products-grid .products-item h4 {
    font-size: 12px;
	}
	.home-header .slider-area {
    margin-top: 30px;
	}
}
@media (max-width: 320px) {

	.home-header .intro h2 {
    font-size: 12px;
	}
	.products-grid .products-item h4 {
    font-size: 10px;
	}
	.navbar-brand {
	width: 60%;
	margin-top:5px;
	}
}