@font-face {
    font-family: 'syncopateregular';
    src: url('fonts/syncopate.regular-webfont.woff2') format('woff2'),
         url('fonts/syncopate.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.dropdown-menu {min-width: inherit !important;}

/* Global uppercase */
html, body {
	text-transform: uppercase;
  }
  
  /* Ensure common non-inheriting elements follow */
  button,
  label,
  figcaption,
  legend,
  th,
  td,
  nav a,
  .footer,
  .header {
	text-transform: uppercase;
  }
  
  /* Keep form fields normal case (visual + placeholder) */
  input,
  textarea,
  select {
	text-transform: uppercase;
  }
  
  input::placeholder,
  textarea::placeholder {
	text-transform: uppercase;
  }
  
  /* Opt-out helper */
  .no-uc,
  .no-uc * {
	text-transform: uppercase !important;
  }

/*---------------------------------- Header CSS ----------------------*/
body{
	font-family: 'Syncopate', sans-serif;
	text-transform: uppercase; 
}
#navbar, .navbar-default{
	background: transparent;
	border:0px;
	margin-bottom: 0px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 355px;
}
.navbar-nav{
	margin-top: 25px;
	margin-left: 7%;
/* 	float: right; */
}
.logo img{
/* 	max-width: 400px; */
	height: 100px;
}
.navbar-default .navbar-nav>li>a{
	font-weight: 400;
	text-transform: uppercase; 
	color: #231f20;
/* 	letter-spacing: 1px; */
	font-size: 15px;
}
.no_padding{
	padding: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #80baec;
	background: none;
}
.navbar-default .navbar-nav>.open>a>span, .navbar-default .navbar-nav>li>a>span:hover{
	border-bottom: 1px solid #80baec;
	color: #80baec !important;
	/*font-weight: 700;*/
	padding-bottom: 5px;
}
.dropdown-menu > li > a:hover{
	background-color: transparent;
	border-bottom: 1px solid #231f20;
	display: inline-block;
	font-weight: 700;
	padding-right: 0px !important;
}
.sticky li>a>span:hover {
	color: #000 !important;	
}
.sticky {
    position: fixed;
    font-size: 24px;
    width: 100%;
    background: #fff;
	z-index: 10000;
	border-bottom: 1px solid #ededed;
}
.caret{
	display: none;	
}
.dropdown-menu{
	position: relative;
	border: 0px;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	background: none;
	margin-top: 15px;
	max-width: 60px;
	min-height: 300px;
	
}
@media screen and (max-width: 767px) {
 .dropdown-menu {
 
    max-width: none;       
    min-height: auto;       

    z-index: 9999;        
  }
}
.dropdown-menu > li > a{
	font-family: 'Syncopate';
	text-transform: uppercase;
	padding: 5px 0px;
	margin: 0px 15px;
	
}
.dropdown-menu li:last-child{
	padding-bottom: 5px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
ul.nav li:hover > #navbar{
	background: #fff !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


/*---------------------------------- Home Page CSS ----------------------*/
#slider1_forcefullwidth{
/* 	margin-top: 100px !important; */
}
.tp-caption p{
	font-weight: 300 !important;
	font-family: 'syncopateregular', sans-serif;
	color: #000;	
}
.tp-tabs{
	padding: 0px !important;
	max-height: 4px !important;
}
.tp-tab-mask{
	overflow: visible !important;
}
.zeus .tp-tab-title{
	height: 3px;
    margin: 0px;
    padding: 0px !important;
	text-indent: -9999px;
}
.tp-tab.selected{
	height: 5px !important;
	top:-2px !important;
}
.zeus .tp-tab.selected .tp-tab-title{
	padding: 0px;
    margin: 0px;
    height: 4px;
}
.zeus .tp-tab:hover .tp-tab-title, .zeus .tp-tab.selected .tp-tab-title{
	text-indent: -9999px;
	background: transparent;
}
.bentelli_style{
	background: url(../images/StyleBanner.jpg) no-repeat center center;
	background-size: contain;	 
	padding: 8% 0px;
	background-color: #C4C9CC;
}
.bentelli_woman{
	background: rgba(240,240,238,1);
	background: -moz-linear-gradient(left, rgba(240,240,238,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,238,1)), color-stop(48%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,240,238,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,240,238,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,240,238,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,240,238,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ee', endColorstr='#ffffff', GradientType=1 );
}
.bentelli_jewelry{	
/*
	background: rgba(25,25,25,1);
	background: -moz-linear-gradient(left, rgba(25,25,25,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,25,25,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(25,25,25,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(25,25,25,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(25,25,25,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(25,25,25,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#ffffff', GradientType=1 );
*/
	background: url(../images/Homepage-Collections_1.jpg) no-repeat center center;
	background-size: cover;	 	
}
.bentelli_owner{
/*
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(25,25,25,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(25,25,25,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(25,25,25,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(25,25,25,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(25,25,25,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(25,25,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#191919', GradientType=1 );
*/
	background: url(../images/Homepage-Collections_2.jpg) no-repeat center center;
	background-size: cover;	 
}
.bentelli_style h3, .bentelli_owner h3, .bentelli_jewelry h3, .heritage h3, .bentelli_woman h3{
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	font-size: 25px;
	text-align: center;
	padding: 30px 0px;
	font-family: 'syncopateregular';
}
.bentelli_style p, .bentelli_owner p, .bentelli_jewelry p, .heritage p, .bentelli_woman p{
	color: #fff;
	text-align: center;
	font-weight: 300;
	padding: 30px 0px;
	font-size: 13px;
	text-transform: uppercase;
/*     font-family: 'Lato', sans-serif; */
}
.bentelli_woman h3{
	color: #6c6c6c;
}
.bentelli_jewelry h3, bentelli_owner h3{
	color: #fff;
	margin-top:0px;
	padding: 0px;
}
.bentelli_owner p, .heritage p, .heritage h3, .bentelli_woman p{
	color: #6c6c6c;
}
.bentelli_jewelry p, .bentelli_owner p{
	color: #fff;
	width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
}
.explore_btn{
	border: 2px solid #dddcde;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
/* 	font-family: 'Lato', sans-serif; */
	padding: 10px 20px;
	margin: 0 auto;
}
.heritage{
	background: url(../images/herritage_bg.jpg) no-repeat;
	background-size: cover;	 
}
.heritage h3{
	margin-top: 7%;
	font-family: 'syncopateregular';
	color: #000;
	font-size: 40px;
}
.heritage p{
	margin-bottom: 5%;
	font-size: 15px;
	color: #000;
	letter-spacing: 1px;
	line-height: 28px;
	color: #000;
}
.collections h3{
	font-weight: 400;
	text-transform: uppercase;
	color: #6c6c6c;
	letter-spacing: 3px;
	font-size: 30px;
    padding: 60px 0px 0px;
}
.collections h6{
	color: #6c6c6c;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
    font-size: 20px;
}


/*---------------------------------- Collection Page CSS ----------------------*/
.caption_collection{
	background: #f4f4f4;
/* 	border-bottom: 3px solid #80baec; */
}
.caption_collection h2{
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 5px;
}
.collection_products{
	padding: 50px 0px;
}
.collection_products .thumbnail{
	border:3px solid #f0f0f0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0px;
	min-height: 260px;
	max-height: 260px;
}
.collection_products .large_box .thumbnail{
	max-height: 540px;
	min-height: 540px;
}
.collection_products h5{
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 9px;
	margin-top: 0px;
}
.collection_products .small_box img{
	max-height: 200px;
}
.collection_products .large_box img{
	height: 480px;
}
.collection_products .text_box{
	
}
.collection_products .text_box p{
	padding: 30px;
	height: 260px;
	font-family: 'syncopateregular';
	text-transform: uppercase; 
    border: 3px solid #f0f0f0;
    text-align: justify;
    font-size: 22px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{
	border-color:#b4d5f0;
}

.sliderplaceholder {
	width: 100%;
	height: 100%;
}
.filter_collections{
	margin-top: 30px;
}
.filter_collections .nav-pills li{
	width: auto;
	padding: 0px 20px;	
}
.filter_collections .nav-pills li a{
	padding: 0px !important;
}
.filter_collections .nav-pills li.active a{
	color: #b4d5f0;
	border-bottom: 2px solid #b4d5f0;
	font-weight: bold;
}
.filter_collections .nav-pills li a:hover{
	color: #b4d5f0;	
}
.filter_collections .nav-pills > li.active > a, .filter_collections .nav-pills > li.active > a:hover, .filter_collections .nav-pills > li.active > a:focus{
	background: #fff;
}
.active_tab{
	color: #80baec !important;
	border-bottom: 2px solid #80baec !important;
}

/*---------------------------------- Product Page CSS ----------------------*/
.products_bg{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(236,236,236,1) 53%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(53%, rgba(236,236,236,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(236,236,236,1) 53%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(236,236,236,1) 53%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(236,236,236,1) 53%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(236,236,236,1) 53%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec', GradientType=1 );
	padding-top: 100px;
	padding-bottom: 50px;
/*
	background: url(../images/products_bg_02.jpg)center center repeat-y;
	padding-top: 10%;
*/
}
.products_bg .breadcrumb{
	background: none;
	text-align: center;
}
.products_bg .breadcrumb li{
    font-family: syncopateregular;
    text-transform: uppercase;
    color: #393939;
}
.products_bg h1, .related_products_h1{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #393939;
	letter-spacing: 1px;
    font-family: syncopateregular;
}
.products_bg h4{
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #757575;
}
.blue_border{
	background: #b9d7f4;
	height: 2px;
	margin-bottom: 15px;
}
.link_product img{
	margin-top: 7%;
	max-width: 70%;
}
.products_bg p{
	padding: 20px 0px;
}
.products_bg .contact_us_link{
	border:2px solid #b2b2b2;
	color: #343434;
	text-transform: capitalize;
	font-weight: 400;
	padding: 10px 20px;
	text-transform: uppercase;
	/*margin-top: 30px; DEVM */
}

.products_bg .price{
	color: #337ab7;
	font-size: 17px;
}
.product_info{
	margin-top: 8%;
	text-transform: uppercase;
}
.related_products{
	margin-top: 3%;
}
.related_products_h1{
	margin: 10px 0px 40px;	
}
.related_products .thumbnail{
	border:3px solid #f0f0f0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0px;
}
.related_products h5{
	font-weight: 400;
	text-transform: uppercase;
}
.related_products img{
	max-height: 250px;
}
.img_admin{
	max-width: 400px;
}
.download_link{
	text-transform: uppercase;
}
/*---------------------------------- The Story Page CSS ----------------------*/
.heading_story{
	background: url(../images/brand_01.jpg) no-repeat center center;
	background-size: cover;
	padding: 3% 0px;
	height: 500px;
}
.heading_story h1{
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #393939;
	margin-top: 8%;
}
.story h3, philosophy_row h3{
	font-weight: 400;
	text-transform: uppercase;
	color: #393939;
	margin-bottom: 20px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: 'syncopateregular';
    font-size: 35px;
}
.story p{
	padding-top: 10px;
/* 	font-family: 'Lato', sans-serif; */
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
}
.story img{
	max-width: 90%;
}
.text_holder{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.add_p_l{
	padding-left: 4%;
}
.add_p_r{
	padding-right: 4%;
}
.philosophy_row{
	background: #f2f2f2;
    padding: 6% 0px;
}
.craftmanship_row{
	background: #0a0605;
}
.craftmanship_row h3, .craftmanship_row p{
	color: #fff;	
}

/*---------------------------------- Portal Page CSS ----------------------*/
.portal_hero{
/* 	background: url(../images/Portal_Banner.jpg) no-repeat center center; */
	width: 100%;
	border-bottom: 3px solid #dcdcde;
}
.portal_hero img{
	width: 100%;
}
.portal_log_form{
	padding-bottom: 60px;
	text-transform: uppercase;
}
.tabs_div{
/* 	border-bottom: 1px solid #80baec; */
	padding: 25px 0px;
}
.nav-pills{
	text-align: center;
}
.nav-pills li{
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	float: none;
}
.nav-pills a{
	text-transform: uppercase;
	color: #393939;
	border: 0px;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	margin: 0 auto;
/*     display: inline-block !important; */
    font-size: 17px;
    font-weight: 300;
    padding: 0px 25px !important;
}
.nav-pills>li.active>a{
	color: #83b7f0;
	background: #fff;
}
.nav-pills>li:hover a{
	background: #fff;
}
.nav-pills li:hover > ul.dropdown-menu {
    display: block;    
}
.portal_dd .dropdown-menu{
	min-height: 100px;
}
.tabs_div li a span:hover{
	border-bottom: 1px solid #393939;
	font-weight: 400;
    padding-bottom: 5px;
}
.tabs_div #navbar{
	background: #fff;
	display: inline-block;
}
.tabs_div .container{
/* 	height: 80px; */
	position: absolute;
	width: 100%;
	 background: #fff;
    z-index: 9999;
}
.portal_dd{
	background: #fff;
}
.borders{
	border-left: 1px solid #393939 !important;
	border-right: 1px solid #393939 !important; 
}
.borders_left{
	border-left: 0px;	
	border-right: 1px solid #393939 !important; 
}
.content_tabs{
	padding-top: 80px;
	padding-bottom: 100px;
}
.portal_rows{
	border: 2px solid #dcdcde;
	margin-bottom: 5px;
}
.portal_rows a{
	display: inline-block;
}
.portal_rows p, .portal_rows .downloadImages a{
	text-transform: uppercase;
	color: #353535;
	font-weight: 400;
	font-size: 16px;
	margin-top: 65px;
}
.portal_rows .downloadImages a.low_res{
	margin-top: 15px; 
}
.portal_rows span, .portal_rows span p{
	color: #8d8d8d;
	font-size: 13px;
	font-weight: 300;
	margin-top: 0px;
	text-transform: uppercase;
}
.portal_rows>div{
	height: 190px;
	overflow: hidden;
	text-align: center;
}
.active_row{
	background: #f3f3f3;
}
.number_col, .description_col{
	border-left: 2px solid #dcdcde;
	border-right: 2px solid #dcdcde;
}
.last_col{
	border-left: 2px solid #dcdcde;
}
.checkbox{
	margin: 0 auto !important;
}
.portal_dropdown li a{
	border: 0px;
	padding-left: 0px !important;
	text-align: left;
}
.portal_dropdown li{
	display: block;
	margin-left: 30px;
}
.portal_dropdown{
/* 	position: absolute; */
	background: #fff;
}
.portal_dd li.dropdown:hover .portal_dd{
/* 	min-height: 260px; */
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.portal_dd li, .chosen_filter > li {
	width: 15%;
}
.portal_dd .open li a{
	display: block !important;
}
.portal_dd .open > a, .portal_dd .open > a:hover, .portal_dd .open > a:focus{
	background-color: #fff !important;
	color: #80baec !important;
}
.chosen_filter{
	list-style: none;
	text-transform: uppercase;
	color: #ababab;	
	margin-top: 20px;	
	margin-left: 24%;
}
.chosen_filter li{
	float: left;
}
.chosen_filter a{
	color: #ababab;	
	display: inline-block !important;
	padding-right: 5px !important;
	padding-left: 0px !important;
	float: left;
}
.chosen_filter .chosen_text{
	top:1px;
	position: relative;
	float: left;
	font-size: 13px;
}
.chosen_inner{
	display: inline-block;
	padding-left: 0px;
	float: left;
}
.chosen_inner li{
	width: 100%;
}
.main_li{
	width: 18% !important;
}
.portal_img_1 img{
	max-width: 100%;
}
.submit_offer{
	background: #9d9d9d;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	position: fixed;
    bottom: 0px;
    text-align: center;
	padding: 20px 0px;
	font-size: 20px;
    letter-spacing: 2px;
    font-family: 'syncopateregular';   
    z-index: 99999;
}

/*---------------------------------- Cart Page CSS ----------------------*/
.cart_banner{
	background: url(../images/Cart-Banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 3% 0px;
	height: 500px;
}
.cart_submitted_banner{
	background: url(../images/Cart-Banner-Check-Out.jpg) no-repeat center center;	
	background-size: cover;
	padding: 3% 0px;
	height: 500px;
}
.cart_info{
	margin-top: 4%;	
}
.cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
}
.cart_quantity_button a {
    background: #f5f5f5;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
}
.shipping-cost{
	display: none;
}
.total-result tr > td{
	border-top: 0px !important;
}
.table-bordered, .shopper-info, .btn-primary, #submitForm input{
	text-transform: uppercase;	
}
.container h2{
	text-transform: uppercase;		
}
/*---------------------------------- Contact Page CSS ----------------------*/
.site-contact{
	text-transform: uppercase;	
}
.contact_banner{
	background: url(../images/Contact_Banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 3% 0px;
	height: 500px;
}
.site-contact h1{
    font-weight: 300;	
}
#contact-form .form-control{
	font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.main-content{
	margin-top: 50px;
	margin-bottom: 50px;
}
/*---------------------------------- footer CSS ----------------------*/
footer{
	background: #c1d1de;
/*  	position: absolute;  */
    bottom: 0px;
    width: 100%;
}
footer a, footer li{
	color: #595959;
	text-transform: uppercase;	
}
footer a:hover{
	background-color: #c1d1de !important;
}
footer .last{
	padding-top: 15px;
}
footer .nav{
	margin: 0 auto;
    float: none;
    display: inline-block;
}
@media (max-width: 2000px){
	.bentelli_style{
		padding: 8% 0px;	
	}	
	.portal_log_form{
		padding: 3% 0px 16%;
	}
}
@media (max-width: 1200px){
	.nav > li > a{
		padding: 10px 8px !important;
	}
	.collection_products .text_box p{
		font-size: 20px;
	}
}
@media (max-width: 1118px){
	.nav > li > a {
/*     	padding: 10px 3px !important; */
    	letter-spacing: 0px !important;
    }
    .portal_log_form {
 	   padding: 4% 0px 10%;
	}
	.story p{
		padding-top: 0px;
	}
	.dropdown-menu > li > a{
		padding: 5px;
	}
}	
@media only screen and (max-width: 1000px){
	.navbar-nav{
		margin-left: 0px;
		margin-top: 15px;
		float: right;
	}
/*
	.navbar-nav > li > a{
		padding: 10px 5px !important;
		font-size: 14px !important;
	}
*/
	.logo img{
		height: 70px;
	}
/*
	.sliderplaceholder {
    	height: 70px;
	}
*/
	#slider1_forcefullwidth {
 	   margin-top: 70px !important;
	}
/*
	.bentelli_style, .bentelli_jewelry {
	    padding: 2% 0px;
	}
*/
	.bentelli_style h3, .bentelli_owner h3, .bentelli_jewelry h3, .heritage h3, .bentelli_woman h3{
		padding: 0px;
	}
	.story h3{
		margin-top: 20px;
	}
	.bentelli_style p, .bentelli_owner p, .bentelli_jewelry p, .heritage p, .bentelli_woman p{
		font-size: 14px;
	}
	.bentelli_style h3, .bentelli_owner h3, .bentelli_jewelry h3, .heritage h3, .bentelli_woman h3{
		font-size: 18px;
	}
}
@media only screen and (max-width: 991px){
	.collection_products .large_box img {
	    height: 397px;
	}	
	.collection_products .text_box p{
		height: 225px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 809px){
	.logo img {
    	height: 60px;
	}
	.navbar-nav {
	    margin-top: 10px;
	}
	#slider1_forcefullwidth {
    	margin-top: 60px !important;
	}
}


@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

}
@media only screen and (max-width: 768px){
	.row-eq-height{
		display: block;	
	}
	.bentelli_jewelry, .bentelli_owner{
		background: #fff;
	}
	.bentelli_owner h3, .bentelli_jewelry h3, .bentelli_woman h3 {
    	color: #6c6c6c;
    	margin-top: 5%;
    	padding-bottom: 0px;
	}
	.bentelli_jewelry p, .bentelli_owner p, .explore_btn{
		color: #6c6c6c;
	}
	.text_position{
		margin-top: -690px;
	}
	.image_position{
		margin-top: 200px;
	}
	.first_img_home{
		margin-top: 20px;
	}
	.navbar-default .navbar-collapse{
		background: #fff !important;
	}
	.collection_products {
    	padding-right: 15px;
		padding-left: 15px; 
	}
	.collection_products .text_box p {
    	height: auto;
    	overflow: hidden;
	}
	.navbar-nav{
		float: left;
	}
	.bentelli_style{
		background: none;
		background-color: #C4C9CC;
	}
	.borders{
		border:0px !important;	
	}
	.portal_dd li{
		width: 100%;
	}
	.chosen_filter{
		margin-left: 0px;
	}
	.main_li{
		width: 33% !important;	
	}
	.main_li:nth-child(2), .main_li:nth-child(3){
		margin-left: 0px;
	}
	.story img{
		float: none !important;
		margin: 0 auto;
		max-width: 100%;
	}
}
@media only screen and (max-width: 500px){
	.text_position {
    	margin-top: -600px;
	}
	.logo img {
 	   max-width: 250px;
	}
	#slider1, .rev_slider_wrapper, #slider1_forcefullwidth{
		max-height: 300px !important;
		height: 300px !important;
	}
	/*Took away the white space under the banner for mobile view*/
	div.tp-fullwidth-forcer {
	height: 250px !important; 
    }
	/*Stop the overflow of the white slide tab on banner on the home page */
	div.tp-tabs.inner {
	overflow: hidden !important;
	}
	
	.heading_story{
	height: 300px;
	}
	
	.tp-bgimg{
	height:250px;
	}
	
	.container-fluid .tp-bgimg, .contact_banner {background-size:100% !important;height:300px}
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.text_position {
    	margin-top: 0px !important;
	}
	.image_position {
    	margin-top: 0px !important;
	}
	.bentelli_jewelry {
    	background: url(../images/Homepage-Collections_1.jpg) no-repeat center center;
		background-size: cover;
	}
	.bentelli_owner {
    	background: url(../images/Homepage-Collections_2.jpg) no-repeat center center;
    	background-size: cover;
	}
	.bentelli_style {
 	   background: url(../images/StyleBanner.jpg) no-repeat center center;
 	   background-size: contain;
 	   padding: 8% 0px;
 	   background-color: #C4C9CC;
	}
	.bentelli_jewelry p, .bentelli_owner p, .bentelli_owner h3, .bentelli_jewelry h3, .explore_btn{
    	color: #fff;
    }
}

.nobanner{
	margin-top: 100px;
}


	.alert-box {
  max-width: 400px;
  margin: 20px auto;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.alert-box .error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #721c24;
}

.alert-box .error p {
  margin: 0;
  font-size: 16px;
  flex: 1;
}

.alert-box .close3 {
  cursor: pointer;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.alert-box .close3 img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.alert-box .close3 img:hover {
  opacity: 1;
}

.breadcrumb{
/*	margin-top:100px; */
text-transform: uppercase;
}

textarea.form-control {
    text-transform: uppercase;
}
.pagination{
	text-align: center;
	margin: auto;
}
.pagination > li > .active{
	background-color: #b4d5f0;
    color: #ffffff;
}


#searchOverlay {
    display: none; /* Hidden on page load */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
	text-transform: uppercase;
}

#searchOverlay.active {
    display: flex; /* Show and center when active */
    justify-content: center;
    align-items: center;
}

#searchOverlay .search-form {
    display: flex;
    background: white;
    padding: 10px;
    border-radius: 50px;
    width: 80%;
    max-width: 500px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

#searchOverlay input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 50px 0 0 50px;
}

#searchOverlay button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 0 50px 50px 0;
}

@media (max-width: 768px) {
    #searchOverlay .search-form {
        width: 90%;
    }
}
.navbar-search-icon {
	float: left;
    padding: 15px;
    font-size: 18px;
    color: #333;
    top: 0px;
    position: absolute;
    right: 66px;
}

.navbar-search-icon:hover {
    color: #000;
}
.search-string {

    padding: 8px;
    border-radius: 4px;
	text-align: center;
	margin: auto;
	
	text-transform: uppercase;
	
    font-family: 'syncopateregular';
    text-transform: uppercase;
    text-align: justify;
    font-size: 22px;
	text-align: center;
}

#searchOverlay input{
	text-transform: uppercase;

}


/*

.navbar-nav > li.dropdown {
  position: relative;
  white-space: nowrap;
 
  
}


.navbar-nav > li.dropdown .dropdown-menu {
  min-width: 180px; 
  width: auto;      
  position: absolute;
  left: 0;
  top: 100%;

}

*/