/*------------------------------------------
Document: rdrops.css (Style Sheet)
Dated	: June 2018
Author	: Antony Yesudas
Company	: Green Earth Trading
Purpose	: CSS Styles for RDrops Steel Website
--------------------------------------------*/
@charset "utf-8";

*, ul {
	margin:0; padding:0; border:0;
}

*:focus, button:focus {
	outline:none;
}

html {
	overflow-x:hidden;
}


/*___________________ FONTS ______________________*/

@font-face {
	font-family:"Franklin-Gothic";
	src:url("../fonts/Franklin-Gothic.ttf") format("truetype");
}

@font-face {
	font-family:"TektonPro-BoldCond";
	src:url("../fonts/TektonPro-BoldCond.otf") format("truetype");
}

@font-face {
	font-family:"Roboto-Regular";
	src:url("../fonts/Roboto-Regular.ttf") format("truetype");
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	
}

h2 {
	/* main heading */
	font-family: "Roboto-Regular";
	text-align: center;
	color: #13bf11;
	color: #000;
	font-size: 20pt;
	font-variant: small-caps;
	margin: -5px 0px 15px 0px;
	display:none;
}

h3 {
	/* sub heading */
	color: #0e9c12;
	font-size: 24pt;
	margin-bottom: 15px;
}

h4 {
	/* form header */
}

h5 {
	/* section note */
}

h6 {
	/* customized header */
}

font {
}

span{
}

em {
	font-size:9pt;
	color:#888;
}

small {
	display:block; 
}

strong {
}

p{
	line-height:16pt;
	padding-bottom:10px;
	text-align:justify;
	clear:both;
}

blockquote {
	/* testimonial quotes */
	font-style:italic; line-height:16pt;
	padding-bottom:12px;
}

.red-star {
	color:#bb3333;
	font-size:14pt;
}


a, a:hover {
	text-decoration:none; color:#666666;
}


/*_________________ ELEMENTS ___________________*/

ul, li {
	list-style:none;
}


/*___________________ PAGE ______________________*/

body {
	font-family:"Franklin-Gothic";
	font-size:12pt; color:#666666;
	overflow-x:hidden;
}

.container {
	
}

#content {
	margin-bottom:40px;
}

main {
}



/*___________________ RDROPS ______________________*/

.cyan {
	background-color:rgba(204, 255, 255, 0.6);
}

.cyan7 {
	background-color:rgba(204, 255, 255, 0.77);
}

.lavender {
	background-color:rgba(204, 204, 255, 0.6);
}

.violet {
	background-color:rgba(204, 204, 255, 0.75);
}

.palegreen {
	background-color:rgba(204, 255, 204, 0.6);
}

.mint {
	background-color:rgba(153, 255, 204, 0.65);
}

.white {
	background-color:rgba(255, 255, 255, 0.8);
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
}



/*___________________ HEADER ______________________*/

.header {
	
}

.logo {

}



/*___________________ NAV MENU ______________________*/

#rdropsNav li a {
	display:block;
	padding: 15px 20px 10px 20px;
}

#rdropsNav li.menu-active:after {
	cursor:pointer;
	transform: scaleX(1)!important;
}

#rdropsNav li.nav-item {
	border-top: solid 3px #FFF;
	margin: 0px 30px;
}

.nav-item {
}

#rdropsNav li.nav-item:after {
	display:block;
	content: '';
	font-family: "Segoe UI";
	font-size:9pt;
	color:#777;
	text-align:center;
	border-top: solid 3px #99ffcc;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

#rdropsNav li.nav-item:hover:after {
	transform: scaleX(1);
}

#rdropsNav li.about:after {
	content: 'About';
}

#rdropsNav li.faq:after {
	content: 'Questions';
}

#rdropsNav li.product:after {
	content: 'Product';
}

#rdropsNav li.shopcart:after {
	content: 'Shop Now';
}

#rdropsNav li.contact:after {
	content: 'Contact';
}


/*___________________ SHOWCASE ______________________*/

#slider {
	height:700px;
	margin-bottom:30px; 
}

.carousel-inner {
	height:100%;
}

.carousel-item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.leaf-droplet {
	background-image: url('../images/slider/leaf-droplet.gif');
	background-position: 0% 10%;
}

.leaf-droplet .carousel-caption {
	left:auto;
	right: 12%;
}

.leaf-droplet span {
	font-family:"TektonPro-BoldCond";
	font-size: 39pt;
	word-spacing: 10px;
	line-height: 1.9em;
	text-shadow: 2px 2px 4px #000;

	display: block;
	position: relative;
	top: -180px;
	right: 0px;
	text-align: right;
	width: 600px;
}

.blue-beach {
	background-image: url('../images/slider/Rdrops-blue-beach.jpg');
	background-position: bottom center;
}

.blue-beach .carousel-caption {
	left:5%;
}

.blue-beach span {
	font-family:"TektonPro-BoldCond";
	font-size: 37pt;
	word-spacing: 10px;
	line-height: 1.7em;
	text-shadow: 2px 2px 4px #000;
	
	display: block;
	position: relative;
	top: -90px;
	right: 0px;
	text-align: left;
	width: 575px;
}

.carousel-indicators {
	margin-bottom: 5px;
}



/*___________________ HOME NOTE ______________________*/

#homenote {
	text-align:justify;
}

#steelnote, #plasticnote {
	opacity:0;
}



/*___________________ SHOP ______________________*/

.shop-mouse {
	position:absolute;
	width:100%;
	z-index:100;
	bottom:0px;
	margin:0px 0px 30px 0px;
	text-align:center;
}

.btn-shop-mouse {
	font-family: "Roboto-Regular";
	font-variant: small-caps;
	color: #555;
	cursor:pointer;
	font-size: 20pt;
	display: block;
	margin: auto auto 15px auto;
	width: 180px;
	padding: 4px 15px 6px 15px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.5);
}

.btn-shop-mouse:hover {
	color: #e0dfdf;
}

.mouse-icon {
	animation: mouseBounce 1.8s linear infinite;
	position: relative;
	left: 0;
	bottom: 0;
}

@keyframes mouseBounce {
	0%, 100% {
		bottom: 0;
	}
	50% {
		bottom: 10px;
	}
}

.shop-now {
	text-align:center;
	margin: 20px 0px;
}

.shop-label {
	width: 200px;
	border-radius: 8px;
	padding: 10px 0px;
	font-size: 15pt;
}

#shopModal .modal-content {
	border-radius: 0.8rem;
}

#shopModal .modal-dialog {
	max-width:435px;
}

#shopModal .modal-header {
	padding: 0.6rem 1rem;
}

#shopModal .modal-body {
	padding: 0px;
}

#shopModal .btn {
	margin: 1rem 0px;
}


#figures img {
	width: 100%;
}

figure{
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin-bottom: 30px;
}

figure img{
	-webkit-transition: all 0.5s linear;
		transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
}

figure:hover img{
	-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
}



/*___________________ ABOUT ______________________*/

#about {
	margin-top:10px;
	color:#333;
}

.about-block {
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 0px 60px;
}
.about-block h6 {
	color:#66cc99;
	font-size: 13pt;
	margin-bottom: 0px;
	letter-spacing: 0.04em;
}

.innovation {
	background-image: url('../icon/innovation.png');
	height:18%; opacity:0;
	border:0px solid red;
}

.quality {
	background-image: url('../icon/quality.png');
	height:18%; opacity:0;
	border:0px solid green;
}

.blank-about {
	height:50%;
	border:0px solid yellow;
}

.about-us h6 {
	font-size:16pt;
	margin:0px;
}

.about-us {
	font-size:13.5pt;
	padding:60px 50px;
	position:relative;
	left:1300px;
	width: 117%;
	box-shadow: 3px 4px 5px #888888;
	letter-spacing:0.04em;
}

.durability {
	background-image: url('../icon/durability.png');
	height:15%; opacity:0;
	border:0px solid blue;
}



/*___________________ FAQ ______________________*/

#faq, #questions {
	margin-top:10px;
}

dl {
	font-size:14pt;
	letter-spacing:0.04em;
}

dt {
	position: relative;
	margin-left: 0px;
	
	box-shadow: 3px 3px 4px #888888;
	margin-bottom: 45px;
	padding: 27px 0px 27px 50px;
	font-weight: normal;
}

dt:last-child {
	margin-bottom: 0px;
}
	
dl.fgap dt {
	margin-left: -120px;
}

dd {
	line-height:1.5em;
}

.qns  {
	background-color:rgba(204, 255, 255, 0.6);
	box-shadow: 2px 2px 4px #888888;
	margin: 30px 0px 50px 0px;
	padding: 10px 25px;
	width: 90%;
}

.thumb-certificate {
	box-shadow: 3px 3px 4px #888888;
	max-width:100px;
	border:1px solid #DDD;
}

.faq-nav  {
	width:200px;
	margin:auto;
}

.faq-nav  li {
	padding-bottom:10px;
	text-align:center;
}


/*==_________ CERTIFICATE ________*/

#imgcert, #imglab {
	cursor: pointer;
	transition: 0.3s;
}

#imgcert:hover,
#imglab:hover {
	opacity: 0.7;
}

@keyframes zoom {
	from {
		transform:scale(0)
	} 
	to {
		transform:scale(1)
	}
}

#certModal {
	display: none;
	position: fixed;
	z-index: 1;
	padding: 30px 0px 20px 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}

#certModal .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

#certModal .modal-content { 
	animation-name: zoom;
	animation-duration: 0.6s;
}

@media only screen and (max-width: 700px){
	#certModal .modal-content {
		width: 100%;
	}
}
	
#closeModal {
	position: absolute;
	top: -10px;
	right: 20px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

#closeModal:hover,
#closeModal:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}


/*___________________ PRODUCT ______________________*/

#product {
	font-size:14pt;
	letter-spacing:0.04em;
}

.img-product  {
	position:relative;
	width:100%;
	z-index:50;
}

.specifications {
	
}

.specifications ul {
}

.specifications li {
	padding:4px 0px;
	line-height:16pt;
	text-align:left;
	white-space: nowrap;
}

.specifications li:before {
	font-family: 'FontAwesome';
	font-size:7pt;
	content: "\f0c8";
	color:#777;
	padding:0px 7px 0px 10px;
	vertical-align: top;
}

.dimension .specifications {
	position:relative;
	padding:40px 0px 40px 270px;
	margin-left:1300px;
	box-shadow: 0px 3px 4px #888888;
}

#cap {
	position: relative;
	z-index: 10;
	top: 85px;
	width: 100px;
	opacity:0;
}

.measurement .specifications {
	position:relative;
	padding:40px 0px 40px 0px;
	padding-left: 55%;
	margin-right:1100px;
	margin-left:-900px;
	box-shadow: 0px 3px 4px #888888;
}

#bottle {
	position:relative;
	z-index: 10;
	top: 80px;
	width: 100px;
	opacity:0;
}

.material .specifications {
	position:relative;
	padding:40px 0px 40px 180px;
	margin-left:1300px;
	box-shadow: 0px 3px 4px #888888;
}

#rings {
	position: relative;
	z-index: 10;
	top: 75px;
	left:330px;
	width:170px;
	opacity:0;
}

.spare .specifications {
	position:relative;
	padding:40px 0px 40px 0px;
	padding-left: 35%;
	margin-right:1100px;
	margin-left:-800px;
	box-shadow: 0px 3px 4px #888888;
}

#steel {
	position:relative;
	z-index: 10;
	top: 80px;
	width: 145px;
	opacity:0;
}



/*_________________ HTML FORM ____________________*/

input {
	outline:none;
}

input:focus {
	outline:none;
}

.form-control,
.form-control:focus {
	background-color:rgba(204, 255, 255, 0.77);
	border:none;
	border-radius:0px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	resize: none;
}

#ajaxGif {
	display:none;
	position: absolute;
	top: 25%;
	left: 50%;
}

/*
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
*/


/*___________________ CONTACT ______________________*/

#contact {
	margin-top:10px;
}

#contact h5 {
	color: #ffcc99;
	text-align: center;
	text-transform:uppercase;
	font-size: 22pt;
}

#contactEmails .nav-item  {
	margin:auto;
}

#contactEmails .nav-item:first-child, 
#contactEmails .nav-item:last-child  {
	margin:0px;
}

#contactEmails .nav-link {
	padding: 0.5rem 0.75rem;
}

#contactEmails .nav-link.active {
	background-color: #99ffcc;
	color:#666;
}

#frmContact {
	margin:12px 0px 20px 0px;
}

.custom-file-label {
	background-color: rgba(204, 255, 255, 0.6);
}

.btn-row {
	text-align:center;
	margin-top:20px;
}

.btn-contact {
	background-color:rgba(255, 204, 204, 0.77);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
	padding:3px 50px;
	outline: none;
	cursor: pointer;
}

address {
	background-color:rgba(204, 255, 255, 0.6);
	box-shadow: 2px 2px 4px #888888;
	padding:35px 0px;	
	font-size: 12.5pt;
}

address h6 {
	text-decoration:underline;
}

.location {
	text-align:center;
}

.bank {
	font-size: 11.2pt;
	padding-right:30px;
}

.contact-icons {
	margin:25px 0px 20px 0px;
}

.mail {
	text-align:center;
}

.website {
	text-align:right;
}



/*___________________ ORDER FORM ______________________*/

.orderpic {
	position: relative;
	margin-top:-841px;
}


#order {
	
}

#order h5 {
	text-align:center;
	padding:10px 0px;
}

#frmOrder table {
	width:100%;
	padding-left:30%;
}

#order input,
#order select,
#order button {
	background-color:rgba(182, 228, 138, 0.7);
}

#order select {
  background-color: rgba(251, 244, 199, 0.7);
  padding-left:5px;
}

::placeholder {
	color: red;
	opacity: 1;
}

:-ms-input-placeholder {
	color: red;
}

::-ms-input-placeholder {
	color: red;
}

.agreement {
	background-color:rgba(213, 251, 251, 0.9);
	padding:30px 45px;
	margin-top:30px;
	line-height:35pt;
	box-shadow:1px 2px 8px #777;
	margin-left:-200px;
}

.agreement input ,
.agreement select {
	line-height: 15pt;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    resize: none;	
}

.cashAmount, #cashPay {
	padding:0px 5px;
	width:47px;
	text-align:center;
}

#btnOrder {
	
}

ul.productcart {
  margin-left: 18px;
}

.productcart li {
  list-style-type: square;
}

.itemname {
  color:#000;
}


/*___________________ FOOTER ______________________*/

.footer {
	
}

.watermark {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color:#AAA; font-size: 12pt;
	padding:20px 0px 15px 0px;	
}

.mobile {
	font-size: 11pt;
}

.copyright a {
	
}

.copyright a:hover {
	
}



/*___________________ BUTTONS ______________________*/

a.learn-more{
	
}

a:hover.learn-more{
	
}



/*_________________ MISCELLANEOUS ___________________*/

.new {
}

.imgfit {
	width: 100%;
}

.noscroll {
	margin: 0; height: 100%; overflow: hidden
}

.noborder {
	border:0px;
}

.hardborder {
	border:5px solid red;
}

.nomargin {
	margin:0px;
}

.nopad {
	padding:0px;
}

p.last, .last {
	padding-bottom:0px;
}
