body {
    margin:0;
}




.container {

  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  
}

@media (min-width: 2500px) {
  .container {
    width: 2470px;
  }
}


.navi-container {
    background-color: #333333;
    text-align:center;
	height:68px;
}
.navi-container ul{
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
-khtml-padding-start: 0px;
-o-padding-start: 0px;
padding-left: 0;
    margin:0;
	height:68px;
	float:left;
	width:100%;
}
.navi-container ul li{
    list-style: none;
    display: inline-block;
    
}

.navi-container ul li a{    
    padding: 25px;
    display: inline-flex;
}
.navi-container ul li a:hover{
    background-color: #2A2A2A;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

h2.title {
    font-family: "Times New Roman", Georgia, Times, serif;
    font-size: 35px;
    letter-spacing: 5pt;
    line-height: 125%;
    color: rgb(51,51,51);
    text-align: center;
    padding: 150px 0 10px 0;

}

article.details {
    font-family: Muli;
    font-size: 18px;
    letter-spacing: 1pt;
    line-height: 244%;
    text-align: center;
}



a.btn {
    border-radius: 6px;
    padding: 5px 25px;
    font-family: "Myriad Pro";
    font-size: 20px;
    letter-spacing: 3pt;
    line-height: 176%;
    color: rgb(51,51,51);
    text-align: center;
    border: 1px solid #BBBBBB;
    display: block;
    margin: 60px auto 140px auto;
    width: 320px;
     text-decoration: none;
}

a.btn:hover {
    background-color: #555555;
    color: #fff;
}

.foot-nav, .foot-nav .t4, .foot-nav .n5, .foot-nav .c6 {
    background-color: #555;
}


#crownring-con {
	background: url(/images_cr/index/crownring_back.jpg) no-repeat;
	cursor:pointer;
}
#torque-con {
	background: url(/images_cr/index/torque_back.jpg)  no-repeat;
	cursor:pointer;
}
#noam-carver-con {
	background: url(/images_cr/index/noam_carver_back.jpg)  no-repeat;
	cursor:pointer;
}
#carlex-con {
	background: url(/images_cr/index/carlex_back.jpg)  no-repeat;
	cursor:pointer;
}

#crownring-bottom {
	background: url(/images_cr/index/crownring_bottom_back.jpg) no-repeat;
	cursor:pointer;
}

#crownring-con, #torque-con, #noam-carver-con, #carlex-con, #crownring-bottom {
    width: 100%;
    min-height: 625px;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}
.t4, .n5, .c6{
        background-color: #333;
    }

.welcome-caption {
    padding: 70px 0px 90px;
}

.welcome-caption a{

    font-size: 13px;
    letter-spacing: 1pt;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    
}  

.welcome-caption a:hover{
    text-decoration: underline;
}  

@media (min-width: 320px) {
    #crownring-con, #torque-con, #noam-carver-con, #carlex-con, #crownring-bottom {
        width: 100%;
        min-height: 365px;      
		float:left;
    }
    
    .welcome-caption p.details {        
        font-size: 15px; 
        padding: 0 40px;        
    }
    p.details {        
        font-size: 12px;
        padding: 0 20px; 
        line-height: 200%
    }
    h2.title {        
        font-size: 19px;        
        padding: 60px 0 10px 0;
        font-weight: normal;
    }
    a.btn {
        margin: 25px auto 60px auto;
        font-size: 13px;
        width: 225px;
    }
    .carousel .item {
        height: 480px;
    }
	

}

@media (max-width: 639px) {
    .navi-container ul li {
        list-style: none;
        display: block;
        text-align:center;
    }
    .navi-container ul li a {
        padding: 11px 0;
        display: block;
        text-align:center;
		float:left;
		width:100%;
    }
    .navi-container ul li img {
        height: 36px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .navi-container .container {
        padding: 0;
    }
    .t4, .foot-nav .t4{
        background-color: #444;
    }
    .n5, .foot-nav .n5{
        background-color: #555;
    }
    .c6, .foot-nav .c6{
        background-color: #666;
    }
    .foot-nav {
    background-color: #333;
}
  

}

@media (min-width: 480px) and (max-width: 639px)   {
    #crownring-con, #torque-con, #noam-carver-con, #carlex-con, #crownring-bottom {
        width: 100%;
        min-height: 365px;      
    }
    
    .welcome-caption p.details {        
        font-size: 18px; 
        padding: 0 40px;        
    }
    p.details {        
        font-size: 15px; 
        padding: 0 40px;        
    }
    h2.title {        
        font-size: 22px;        
        padding: 60px 0 10px 0;
    }
    a.btn {
        margin: 25px auto 60px auto;
        font-size: 13px;
        width: 225px;
    }
    .carousel .item {
        height: 480px;
    }
    
}

@media (min-width: 640px) {
    #crownring-con, #torque-con, #noam-carver-con, #carlex-con, #crownring-bottom {
        width: 100%;
        min-height: 365px;      
    }
    .welcome-caption p.details {        
        font-size: 18px; 
        padding: 0 40px;        
    }
    p.details {        
        font-size: 15px;  
        padding: 0 40px;            
    }
    h2.title {        
        font-size: 22px;        
        padding: 90px 0 10px 0;
    }
    a.btn {
        margin: 25px auto 60px auto;
        font-size: 13px;
        width: 225px;
    }
    .navi-container ul li a {
        padding: 15px 10px;
        display: inline-flex;
    }

    .navi-container ul li img {
        height: 22px;
        width: auto;
    }
    .carousel .item {
        height: 480px;
    }
}

@media (min-width: 800px) {
    #crownring-con, #torque-con, #noam-carver-con, #carlex-con, #crownring-bottom {
        width: 100%;
        min-height: 385px;      
    }
    p.details {        
        font-size: 15px;  
        padding: 0 80px;        
    }
    h2.title {        
        font-size: 22px;        
        padding: 90px 0 10px 0;
    }
    a.btn {
        margin: 25px auto 90px auto;
        font-size: 14px;
        width: 235px;
    }
    .navi-container ul li a {
        padding: 20px 15px;
        display: inline-flex;
    }

    .navi-container ul li img {
        height: 26px;
        width: auto;
    }
    .carousel .item {
        height: 500px;
    }
}

@media (min-width: 1024px) {
    #crownring-con, #torque-con, #noam-carver-con, #carlex-con, #crownring-bottom {
        width: 100%;
        min-height: 405px;      
    }
	#crownring-bottom {
		min-height: 575px;
	}
    
    .welcome-caption p.details {        
        font-size: 18px; 
        padding: 0 40px;        
    }
    
    p.details {        
        font-size: 15px;  
        padding: 0 150px;        
    }

    h2.title {        
        font-size: 28px;        
        padding: 90px 0 10px 0;
    }
    a.btn {
        margin: 25px auto 95px auto;
        font-size: 15px;
        width: 246px;
    }
    .navi-container ul li a {
        padding: 20px;
        float:left;
    }

    .navi-container ul li img {
        height: 28px;
        width: auto;
    }
    
    .carousel .item {
        height: 540px;
    }
    
}

@media (min-width: 1600px) {
    #crownring-con, #torque-con, #noam-carver-con, #carlex-con {
        width: 100%;
        min-height: 575px;      
    }
    
    .carousel .item {
        height: 770px;
    }

    p.details {       
        font-size: 18px;
        padding: 0 150px; 
        line-height: 200%;
    }
    
    .welcome-caption p.details {        
        font-size: 21px; 
        padding: 0 40px;        
    }

    h2.title {
        font-size: 35px;
        padding: 150px 0 10px 0;
        font-weight: normal;
    }
    a.btn {
        padding: 5px 25px;
        font-size: 20px;
        margin: 60px auto 140px auto;
        width: 320px;
    }
    .navi-container ul li img {
        height:auto;
        width: auto;
    }
    .carousel .item {
        height: 770px;
    }
}

@media (min-width: 2000px) {
    #crownring-con, #torque-con, #noam-carver-con, #carlex-con {
        width: 100%;
        min-height: 600px;      
    }
}
.content-write {    
    position:relative;
    display: inline-block;
}






.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.3;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  
}
.carousel-control.right {
  left: auto;
  right: 0;
  
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ccc;
}
.carousel-caption {
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}


@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }

}





/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
.carousel, .item, .active {
	height:100%;
}
.carousel-inner {
	height:100%;
}
.carousel-caption {
	z-index: 10;
}

.carousel .carousel-inner .bg {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
	cursor:pointer;
}
.carousel .carousel-inner .bg1 {background-image:url(/images_cr/homePg/CR-slider.jpg);}
.carousel .carousel-inner .bg2 {background-image:url(/images_cr/homePg/Anniversary-slider.jpg);}
.carousel .carousel-inner .bg3 {background-image:url(/images_cr/homePg/Carlex-slider.jpg);}
.carousel .carousel-inner .bg4 {background-image:url(/images_cr/homePg/NC-slider.jpg);}
.carousel .carousel-inner .bg5 {background-image:url(/images_cr/homePg/Torque-slider.jpg);}


.carousel.carousel-fade .item {
	opacity: 0.1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

footer #divFooter{float:left;}
.new-footer{float:left; margin:0; padding:0; width:100%; background:#333333 !important;}
@media (min-width: 320px) and (max-width: 640px) {

.navi-container{height:auto; float:left; width:100%;}
  .navi-container ul{float:none;}

}

@media all and (-ms-high-contrast:none)
     {
     .foo { color: green } /* IE10 */
     *::-ms-backdrop, .navi-container ul li img {height:auto; width:auto; } /* IE11 */
	 *::-ms-backdrop, .navi-container{float:left; width:100%; height:auto; margin:0; padding:0;}
	 *::-ms-backdrop, .navi-container ul{float:left; width:100%; height:auto;}
	 *::-ms-backdrop, .navi-container ul li{display:inline; float:none; text-align:center; width:100%;}
	 *::-ms-backdrop, .navi-container ul li a{float:none; text-align:center;}
     }