/*Normal styling for content. */

.product_page_to_link{
	font-size: 1.20rem;
	}

.four-img{
    width: 19%;
    display: inline-block;
}	
	
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.privacyfeatures{
	color:white;
}

.index_images{
	width:300px;
	height:auto;
}

.life_luxury_heading {
	text-align: center;
	font-size: 3.7em;
	margin-top: 5%;
}
	
.life_luxury_paragraph {
	text-align: center;
	line-height: 1.55;
	padding-left: 3%;
	padding-right: 3%;

}

.mobile_color_change_paragraph{
    padding-left: 2%;
    padding-right: 2%;
}

#seeMore{
	color: black;
	width:10%;
	font-size:1em;
	font-weight:bold;
}

#textarea{
	margin-bottom: 1px;
}


.product_page_to_link {
    text-align: center;
    font-weight: bold;
}

.newlink {
    padding-top: 0.8em;
    font-weight: bold;
    font-size: 0.4em;
}

.contactUsLink {
    color: white;
    font-weight: bold;
    font-size: 2em;
}

.contactUsLink:hover{
	font-size:3em;
	color:#D3D3D3;
}


#contacts .well-md{
	padding-top:.1rem !important;
}

.four_images_div_container{
	/*text-align:center;
	display:inline-block;*/
	width:100%;
}

.four_images_div_container img{
	max-width:100%;
}
	

/*End of normal styling*/


/*@media queries for index page*/

@media only screen and (min-width: 1200px){
	
	.index_img{
		position:relative;
	}
	
	.life_luxury_heading {
		font-size: 3.6em;
	}
}

@media only screen and (max-width:1199px){
	.icon{
		display:none;
	}
}

@media only screen and (min-width:991px){
	.lifeluxurybox{
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 56%;
	}
	
	.index_link_section_mobile{
		display:none;
	}
}

@media only screen and (max-width: 990px){
	
	.mobile_color_change_header{
		font-size:2em;
		color: black !important;
	}
		
	.mobile_color_change_paragraph{
		    font-size: 1em;
		    line-height: 1.5;
		    color: black;
	}
	
	.life_luxury_paragraph {
	    text-align: center;
	    line-height: 1.25;
	    padding-left: 0%;
	    padding-right: 0%;
	}
	
	.index_link_section_desktop{
		display:none;
	}
	
	.box-bound .box__body {
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: -5px;
	  padding: 5px 10px;
	}
}

@media only screen and (max-width: 767px){
.box-bound .box__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 5px 10px;
}
}

@media only screen and (min-width:403px){
	.life_luxury_heading {
		font-size: 2.7em;
	}
}

@media only screen and (max-width:402px){
	.life_luxury_heading {
		font-size: 2em;
	}
}

@media only screen and (max-width:767px) and (min-width:480px){
	.index-img-left{
		margin-left: 5px;
	}
	
	.index-img-right{
		margin-right: 5px;
	}
}



/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
		.box-bound .box__body {
		    position: absolute;
		    left: 0;
		    right: 0;
		    bottom: -2px;
		    padding: 5px 10px;
		}
		
		.index_link_section_desktop{
			height:850px;
			}

}

/*End of @media queries*/


/* Page content   AND BASIC CSS STYLING..... */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.stickyLogo{
	margin-bottom:0px;
}

.title {
  color: #FFF;
  font-size: 18px;
}

.card button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card p{
   margin-top:0%;
   }

.imglinks {
  text-decoration: none;
  font-size: 22px;
  color: #FFF;
}

.imglinks:hover, a:hover {
  opacity: 0.7;
}


/*START OF @MEDIA QUERIES......*/

@media only screen and (min-width: 992px){

.mobileOnlySticky{
	  display: none;
	  }
	  
	  .card {
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		  max-width: 150px;
		  margin: auto;
		  text-align: center;
		  font-family: arial;
		  margin-top: 0px;
		  top: 15%;
		  right: 2%;
		  z-index: 1000;
		  background-image: url(../images/nav_bg.jpg);
		  position: fixed;
		  margin: 24px 0;
        }
		
/*STRAT OF X CLOSE BUTTON */
		#close {
			float:right;
			display:inline-block;
			padding:2px 5px;
			background:#ccc;
		}

		#close:hover {
				float:right;
				display:inline-block;
				padding:2px 5px;
				background:#ccc;
			color:#fff;
			}
}


@media only screen and (max-width: 991px){

   .card{
	 display:none;
   }
	
    .mobileOnlySticky{
	      display: block;
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		  max-width: 150px;
		  margin: auto;
		  text-align: center;
		  font-family: arial;
		  margin-top: 0px;
		  background-image: url(../images/nav_bg.jpg);
		  top: 11%;
		  right: 2%;
		  z-index: 1000;
		  position: fixed;
		  margin: 24px 0;
		  border-radius: 5px;
		  font-size: 20px;
		  padding: 1%;
		  color: #fff;
     }
	 
	 /*STRAT OF X CLOSE BUTTON */
		#close {
			float: right;
			/* display: none; */
			padding: 0px 0px;
			/* background: #ccc; */
			margin-left: 5px;
			position: relative;
			bottom: 10px;
		}

		#close:hover {
				float:right;
				display:inline-block;
				padding:0px 0px;
				background:#ccc;
			color:#fff;
			}

}


/* Page content   AND BASIC CSS STYLING..... */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}