/* CSS Document */

body {
background-color: #F5F5F5;
}
body {
	margin-top: 0;
}

@media (min-width: 992px) {
        body {
          padding-top: 0px;
        }
      }
.right {
	float: right;
}


.thead-dark {
      color: white;
      background-color: #343a40;
      border-color:#454d55;
  }


/* masthead on main page  ------------------------------------------------------------------*/
header.masthead {
  text-align: center;
  color: white;
  background-image: url("../images/collection/masthead.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
header.masthead .intro-text {
    padding-top: 140px;
    padding-bottom: 200px;

}
/* document body */
 section {
    padding: 30px 0;
} 

.container{
	max-width: 1140px;
}
.img-fluid {
	width: 100%;
}
/* masthead on main page  ------------------------------------------------------------------*/


.plain {
    font-weight: 100;
    font-size: 13px;
}
.noStyleBullet{
    list-style: none;
}


/* Items Pages  ------------------------------------------------------------------*/

.container-margins {
	margin-top: 130px;
	margin-bottom: 50px;
}
.container.container-margins h1 {
	margin-bottom: 20px;
}
.white-bkg {
	background-color: white;
	
}
.seperate-section {
	margin-top: 25px;
	padding-top: 25px;
}
.features {
	margin-top: 0;
	color: black;
}

/* Use this method for bullet items------------------------------------------*/
.bullets {
	padding:0;	
	/*background-image:url(../images/diamond.png);
	background-position:0px 3px;
	background-repeat:no-repeat;*/
	list-style: none;
	padding-left: 15px;
}
.bullets li {
   position: relative; /* Will help curtail overlap */
   padding-left: 20px; /* Reserves a space for the square dot */
   padding-right: 40px;	   
}

.bullets li:before {   
   content: '\f00c';
   position: absolute;
   left: 0; /* Places the bullet at the space created by the LI padding */
   font-family: fontAwesome;
   color: mediumseagreen;
	font-size: 84%;
     }
.bullets li p {
	line-height: 17px;
	font-size: 84%;
}/* -----------------------------------------*/


.col-md-5 ul {
	padding-left: 0;
}
.intro-paragraph {
	margin-top: 20px;
	line-height: 22px;
	font-weight:normal;
	letter-spacing: 0.03em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 96%;
}
.spec-btn {
	margin: 16px 0 0 30px;
}

.item-sizes {
	font-size: 80%;
	text-align: center;
}
.items-img {
	padding-left: 0;
	padding-right: 8px;
}


  
 /* Rule with text in the middle  -----------------------------------------------------*/ 
  .rule{
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
  h5 {
    position: relative;
    margin-top: 10px;
  }
  h5.one {
    margin-top: 0;
  } 
  h5.one:before {
    content: "";
    display: block;
    border-top: solid 1px #B2B2B2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  h5.one span {
    background: #F5F5F5;
    padding: 0 10px;
    position: relative;
    z-index: 5;
	  font-size: 150%;
  }
 
/* END Rule with text in the middle  -----------------------------------------------------*/ 

/* Rule with text in the middle 2  -----------------------------------------------------*/ 
  .rule2{
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
	  overflow: hidden;
}
  h5.two {
    margin-top: 0;
  } 
  h5.two:before {
    content: "";
    display: block;
    border-top: solid 1px #B2B2B2;
    width: 1100px;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  h5.two span {
    background: white;
    padding: 0 10px;
    position: relative;
    z-index: 5;
	  font-size: 150%;
  }
 
/* END Rule with text in the middle  -----------------------------------------------------*/ 

/* Rule with fade at ends --------------------*/ 
.row-bordered:before {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0, rgba(255, 255, 255, 0) 75%)
}

/* Features Section  -----------------------------------------------------*/ 
.top-margin {
	margin-top: 90px;
}
.features-heading {
	margin-top: 60px;
}
.features-image {
	width: 80%;
}
.feature-image, .topMargin {
	margin-top: 20px;
}
.features-paragraph {
	line-height: 27px;
	font-weight:normal;
	letter-spacing: 0.03em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 99%;
	width: 94%;
}
.slique-heading {
	margin-bottom: 25px;
	margin-top: 25px;
}
.special-caption {
	width: 130px;
	float: left;
	margin-right: 14px;
	overflow: hidden;
}
/* Feature Bullets ------------*/
.feature-bullets {
	padding:0;	
	list-style: none;
	padding-left: 0px;
}
.feature-bullets li {
   position: relative; /* Will help curtail overlap */
   padding-left: 14px; /* Reserves a space for the square dot */
   padding-right: 40px;	   
}
.feature-bullets li:before {   
   content: '\f00c';
   position: absolute;
   left: 0; /* Places the bullet at the space created by the LI padding */
   font-family: fontAwesome;
   color: mediumseagreen;
   font-size: 84%;
   line-height: 12px;
     }
.feature-bullets li p {
	line-height: 12px;
	font-size: 84%;
}
.feature-bullets-first {
	margin-top: 10px;
}
.figure-caption {
	font-style: italic;
	font-size: 84%;
}
.well {
	border: none;
	box-shadow: none;
}
.features-left {
	margin-left: 110px;
}
.features-button{
	padding-top: 90px;
}
/* Feature Warranty ------------*/
.features-warranty-img {
	width: 12%;
}


/* END Features Section  -----------------------------------------------------*/ 

/* Dressing Mirror Page  -----------------------------------------------------*/ 




.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: 2px;
}


/* Footer  ------------------------------------------------------------------*/
#myFooter {
    background-color: #f8f8f8;
    color: #727d84;
}

#myFooter .row {
    margin-bottom: 30px;
}

#myFooter .info{
    text-align: justify; 
    color: #727d84;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: #727d84;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:#727d84;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #727d84;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: black;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #f8f8f8;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #727d84;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    text-align: center;
}


#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}
#myFooter .instagram:hover {
    color: #7049b8;
}
#myFooter .houzz:hover {
    color: green;
}
#myFooter .pinterest:hover {
    color: red;
}
#myFooter .youtube:hover {
    color: red;
}
#myFooter .email:hover {
    color: lightskyblue;
}
#myFooter .footer-copyright {
    background-color: #f8f8f8;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
	letter-spacing: 2px;
	font-size: 70%;
}

#myFooter .footer-copyright p {
    margin: 7px;
    color: #727d84;
	
}
.member {
	width: 100%;
}
.Dealer-Rep-BTN {
	border: solid #727d84 2px;
	border-radius: 0rem;
	margin-top: 20px;
	margin-right: 24px;
	padding: 4px 11px 4px 11px;
    color: #727d84;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;}
    #myFooter .info{
        text-align: center;}
.features-left {
	margin-left: 0px;
}
.features-warranty-img {
	width: 50%;
}
.features-image {
	width: 100%;
}
}
@media only screen and (max-width: 1070px) {
	.white-bkg {
	margin-top: 50px;}
}
@media only screen and (max-width: 1200px) {
	.white-bkg {
	margin-top: 50px;}
}
@media only screen and (max-width: 760px) {
	.white-bkg {
	margin-top: 6px;}
    .container-margins {
	margin-top: 150px;}
            .carousel-inner {
        display: none;
    }
}
    @media only screen and (max-width: 480px) {
        ul.nav.navbar-nav.FindShowroom-BTN {
            margin-right: 50px
        }
    }
    

/* END Footer  ------------------------------------------------------------------*/

/* Dropdown Menu  ------------------------------------------------------------------*/
.maxWidthContainer {
    max-width: 100%;
}
.wideDropdown {
    width: 96%;
    margin: 0 auto;
}


