@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
*:not(html,body) {
    -webkit-transform: translate3d(0, 0, 0);
}
body
{
	margin:0;
	display:block;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	overflow: hidden;
}

form {
   display:inline;
   margin:0;
   padding:0;
}

/* [start] BUTTONS */

.btnBlue {
	background-color: #cc1515;
	display:block;
	color: #fff !important;
	font-weight:400;
	border:0;
	text-align: center;
	width:100%;
	font-size: 18px;
	height: 47px;
	display: table;
}
.btnBlue:focus {
	background-color: #DE851A;
}
.btnBlue-two-lined {
	font-size: 16px;
	line-height: 18px;
}
.btnBlue div {
	display: table-cell;
	vertical-align: middle;
}
.btnBlueSearch {
	top: 0px;
	font-size: 18px;
	height: 47px;
	line-height: 47px;
}
.btnPink {
	background-color: #de85d7;
}
.btnPink:hover, .btnPink:active {

}
.btnPrebook {
	background-image: -moz-linear-gradient( 90deg, rgb(4,105,209) 0%, rgb(16,121,230) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(4,105,209) 0%, rgb(16,121,230) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(4,105,209) 0%, rgb(16,121,230) 100%);
}
.btnPrebook:hover, .btnPrebook:active {
	background-image: -moz-linear-gradient( 90deg, rgb(16,121,230) 0%, rgb(4,105,209) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(16,121,230) 0%, rgb(4,105,209) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(16,121,230) 0%, rgb(4,105,209) 100%);
}
.btnSpecial {
	background-image: -moz-linear-gradient( 90deg, rgb(172,123,71) 0%, rgb(188,143,95) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(172,123,71) 0%, rgb(188,143,95) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(172,123,71) 0%, rgb(188,143,95) 100%);
}
.btnSpecial:hover, .btnSpecial:active {
	background-image: -moz-linear-gradient( 90deg, rgb(188,143,95) 0%, rgb(172,123,71) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(188,143,95) 0%, rgb(172,123,71) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(188,143,95) 0%, rgb(172,123,71) 100%);
}
.btnPreselect {
	background-image: -moz-linear-gradient( 90deg, rgb(157,44,193) 0%, rgb(176,77,207) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(157,44,193) 0%, rgb(176,77,207) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(157,44,193) 0%, rgb(176,77,207) 100%);
}
.btnPreselect:hover, .btnPreselect:active {
	background-image: -moz-linear-gradient( 90deg, rgb(176,77,207) 0%, rgb(157,44,193) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(176,77,207) 0%, rgb(157,44,193) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(176,77,207) 0%, rgb(157,44,193) 100%);
}
.btnHistorical {
	background-image: -moz-linear-gradient( 90deg, rgb(125,124,128) 0%, rgb(156,155,158) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(125,124,128) 0%, rgb(156,155,158) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(125,124,128) 0%, rgb(156,155,158) 100%);
}
.btnHistorical:hover, .btnHistorical:active {
	background-image: -moz-linear-gradient( 90deg, rgb(156,155,158) 0%, rgb(125,124,128) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(156,155,158) 0%, rgb(125,124,128) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(156,155,158) 0%, rgb(125,124,128) 100%);
}
.btnQR div span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

/* [end] BUTTONS */


/* [start] LOGIN */

.splash-screen {
	margin: 0 auto;
	position: relative;
}
.splash-screen-bg {
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c8c8c8', GradientType=0 ); /* IE6-9 */
	width: 100%;
	display: block;
}
.splash-screen-container {
	margin: 0 auto;
	height: 100%;
}
.login {
	width:100%;
	text-align:center;
	position:relative;
	top: 5%;
}
.login h3 {
	color:#53a1c9;
	margin:0 0 10px;
	font-size:19px;
	text-transform:uppercase;
	font-weight:400;
	text-align: center;
	width: 100%;
}
.login-logo {
	max-width: 600px;
	margin: 0 auto;

}
.login-form {
	margin-top:30px;
}
.login-form input {
	background:#A6A8AB url(../images/login-bg.png) repeat;
	border:1px solid #585659;
	padding:10px 15px;
	margin:9px 0;
	width:100%;
	color:#eee;
	box-shdow:0 0 2px #585659;
	font-size:18px;
	float:left;
	height:45px;
	border-radius: 5px;
	display:block;
}
.login-form ::-webkit-input-placeholder {
	color:#eee;
}
.login-form :-moz-placeholder { /* Firefox 18- */
	color:#eee;
}
.login-form ::-moz-placeholder {  /* Firefox 19+ */
	color:#eee;
}
.login-form :-ms-input-placeholder {
	color:#eee;
}
.login-form-container {
	margin-top: 10px;
	padding: 0 0px;
}
.login-qr {
	position: relative;
	top: 3px;
	left: -10px;
}
.powered-by {
	position:fixed;
	bottom: 0px;
	text-align:center;
	width:100%;
}
.powered-by h2 {
	color:#0a3043;
	text-transform:uppercase;
	font-size:11px;
	font-weight:300;
	margin:35px 0 0;
	line-height:11px;
}
.powered-by p {
	color:#585659;/*5eb3df*/
	font-size:16px;
	font-weight:300;
	margin:0 0 30px;
}
.bottCont {
	position:fixed;
	bottom: 0px;
	text-align:center;
	width:100%;
}
.qr-icon {

	width: 26px;
	padding-left: 6px;
	
}
.safari-pop-icon {
	position: absolute;
	width: 24px;
	bottom: 30px;
	right: 36px;
}
#v {
	display: none;
    width: 75%;
    height: 50%;
	/*border: solid 1px #333;*/
	box-shadow: 3px 3px 5px #666;
}

.result {
	display: none;
	margin-top: -10px;
}

.result img {
	max-height: 100px;
}

.result-accounts {
	display: none;
	position: absolute; bottom: 10px; right: 10px;
	padding: 8px;
	border-radius: 5px;
	background-color: #f80000;
	color: white;
	z-index: 99999;
}

#takePictureField {
	display: none; position: absolute; bottom: 12px; right: 0px;
	background-color: #880000;
}

.loading { margin-top: -10px !important; display: none; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/* [end] LOGIN */


/* [start] ACCOUNTS */

.inner_pages {
	background:#f0f0f0;
	height:100vh;
	position:relative;
}
.inner_content {
	z-index:0;
	overflow-y: auto; /* has to be scroll, not auto */
	overflow-x:hidden;
	 -webkit-overflow-scrolling: touch;
	 width:100%;
	 padding: 0; /* NEW */
	 height: 0; /* VALUE SET IN CUSTOM.JS*/
	 margin: 0;
}
.list_all_accts .company-item, .list_all_accts .select-all-item {
	border-bottom: 1px solid #d2d3d4;
	padding:10px 15px !important;
	cursor: pointer;
}
.list_left {
	float: left;
	display: block;
	width: 90%;
	padding-top: 11px;
}
.company-item .list_left, .select-all-item .list_left {
	padding-top: 0px;
}
.list_left_order {
	width: 96%;
}
.list_left p {
	font-weight:300;
	color:#171717;
	margin:0;
	padding: 0;
}
.list_left p.company {
	color:#016ba3;
	font-size:18px;
}
.sub_cate {
	display:block;
	width:100%;
	float:left;
	margin-top:0px;
}
.sub_cate p {
	font-size:13px;
	color:#aaa;
	font-weight:400;
	margin:0;
}
.bott_btn {
	bottom: 0px;
	position:fixed;
	margin: 0;
	width: 100%;
	z-index:9999;
	height: 47px;
	background-color: #cc1515;
}
.bott_btn input, .search-form input {
	width:100%;
	border: 1px solid #fff;
	padding: 5px 5px 6px 8px;
	font-size: 16px;
	border-radius:3px;
	height:37px;
	z-index:500;
}
.bott_btn input:focus, .bott_btn input:active, .search-form input:focus, .search-form input:active {
/*
	border: 1px solid #0199e7 !important;
	box-shadow: 0 0 7px rgba(166, 219, 247, 0.85) inset;
*/
}
.cbp-spmenu-push-toleft .bott_btn {
	position:absolute !important;
}
.cbp-spmenu-push .bott_btn{
	position: relative !important;
}
.remove_txt {
	position:absolute;
	right: 5px;
	background:url(../images/close_icon.png) no-repeat;
	width:30px;
	height:30px;
	top:12px;
	cursor:pointer;
	z-index: 99999;
}
.search_input {
	background: url(../images/search_icon.png) no-repeat 8px 6px #fff;
}
input.find_accounts {
	padding-left: 42px;
}

.compSelected { background-color: #e0e0e0 !important; }
.compSelected-popup { background-color: #e0e0e0 !important; }
.search-method-selected { background-color: #e0e0e0 !important; }

.product-company input[type="checkbox" ]:not(old) {
	margin : 0;
	padding : 0;
	opacity : 0;
	clear:both;
	cursor:pointer;
}
.product-company input[type="checkbox" ]:not(old) + label {
	display : inline-block;
	margin-left : -24px;
	padding : 0 0 0 21px;
	background : url('../images/check-sm.png') no-repeat 0 -21px;
	line-height : 20px;
	color: #777;
	font-size: 13px;
	height:21px;
	cursor:pointer;
	font-weight: 400;
}
.product-company input[type="checkbox"]:not(old):checked + label {
	background-position : 0 0;
}

.product-company-popup input[type="checkbox" ]:not(old) {
	margin : 0;
	padding : 0;
	opacity : 0;
	clear:both;
	cursor:pointer;
}
.product-company-popup input[type="checkbox" ]:not(old) + label {
	display : inline-block;
	margin-left : -24px;
	padding : 0 0 0 26px;
	background : url('../images/check-sm.png') no-repeat 0 -21px;
	line-height : 20px;
	color: #777;
	font-size: 13px;
	height:21px;
	cursor:pointer;
	font-weight: 400;
}
.product-company-popup input[type="checkbox"]:not(old):checked + label {
	background-position : 0 0;
}
/* [end] ACCOUNTS */


/* [start] PRODUCTS */

.inner_pages {
	background:#f0f0f0;
	height:100vh;
	position:relative;
}
.recapHolder {
	background-color: #A6A8AB; box-shadow:0 0 0px #999; text-align: center; color: #fff !important; font-size: 16px; font-weight: 300;
}
.recapHolder span {
	display: block; text-transform: uppercase; font-size: 10px; font-weight: 300; color: #585659; margin-top: -5px; margin-bottom: 3px;
}
.recapHolder .remove_txt {
	/*position:absolute;
	right:45px;*/
	top: 15px;
	right: -4px;
	z-index: 9999;
}
.fillerbuttons
{  
	background-color: #fff;
	text-align:center;
	border-bottom: 0px solid #999;
	border-top: 0px solid #999;
}
.filterByButton{
	text-align: center;
	font-size: 13px;
	border-right: solid 1px #fff;
	border-bottom: solid 0px #fff;
	padding: 0;
	margin: 0;
	height: 32px;
}
.filterByButton:last-child {
	border-right: none;
}
.filterByButton a {
	display: block;
	width: 100%;
	color: #9b9b9b;
	padding: 6px;
	height:32px;
}
.filterByButton p {
	/*  margin: 0;
	position: relative;               
	top: 50%;                         
	transform: translate(0, -50%) */
}
.filterByButton-two-lined a {
	display: table;
	padding: 0;
	font-size: 12px;
	line-height: 11px;
}
.filterByButton-two-lined a div {
	display: table-cell;
	vertical-align: middle;
}


.list_all .orderrecaplistitem {
	border-bottom: 1px solid #d2d3d4;
}
.list_all .orderrecaplistitem:last-child {
	/*border-bottom: 1px solid #d2d3d4;*/
}
.close_button, .remove_button {
	float: left;
	display: block;
	width:10%;
	margin: 12px 0;
	padding: 41px 0;
}
.list_left .product {
	font-weight:400;
	color:#3c3c3c;
	font-size:18px;
	line-height: 20px;
}
.list_left .cart-item {
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: solid 0px #333;
}
.list_left p.product-company {
	font-size:12px;
}
.list-item-detail-header {
	font-size:14px;
	color: #777;
	font-weight: 300;
}
.order-recap-lead-info {
	padding-left: 30px; padding-right: 0;
}
.list-item-detail-notes {
	display:block;
}
.list-item-detail-notes div {
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: solid 0px #333;
}
.search-icon {
	margin: 0 auto;
	width: 28px;
}
.item-detail-qty, .item-detail-cost, .item-detail-savings, .item-detail-shipdate, .list-item-detail-notes {
	font-size: 14px;
	font-weight: 300;
}

/* [end] PRODUCTS */



/* [start] LEAD */

.item-detail-holder {
	line-height: 18px;
}
.item-detail-holder:first-child {
	margin-top: 4px;
}
.item-detail-header {
	font-size:14px;
	color: #777;
	margin-top: 0px;
	padding: 0;
	font-weight: 300;
}
.item-detail {
	color: #F15A29;
	padding: 0;
	font-weight: 300;
}
.prod-img {
	padding: 0 !important;
	margin: 0 !important;
}

.prod-img object{
	transition: transform .5s ease;
	display:block;
	padding: 6px 10px;
	border: solid 0px #086a9d;
	max-height: 80px;
	margin: 0 !important;
	box-sizing:border-box !important;
	float: right;
	
}
.prod-img:hover object {
  transform: scale(2.5);
  padding-right: 100px;
  padding-bottom: 50px;
  max-height: 150px;
}
.checkboxes-left {
	padding-left: 32px; padding-right: 0;
}
.select_check {
	padding-top: 4px;
}
.select_check input[type="checkbox" ]:not(old) {
	margin : 0;
	padding : 0;
	opacity : 0;
	clear:both;
	cursor:pointer;
}
.select_check input[type="checkbox" ]:not(old) + label {
	display : inline-block;
	margin-left : -24px;
	padding : 0 0 0 26px;
	background : url('../images/check-sm.png') no-repeat 0 -21px;
	line-height : 20px;
	color: #777;
	font-size: 13px;
	height:21px;
	cursor:pointer;
	font-weight: 400;
}
.select_check input[type="checkbox"]:not(old):checked + label {
	background-position : 0 0;
}
#notes-holder {
	position: absolute; z-index: 99999; margin-top: 12px;
}
#notes-holder input {
	width:100%;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	box-shadow:0 0 3px #e8e8e8;
	border-top:1px solid #a3a3a3;
	padding:7px 6px;
	font-size:16px;
	margin-bottom: 6px;
	border-radius:2px;
	background:#fff url(../images/white-bg.png) repeat;
}
#notes-holder input:focus, .invite_log input:active {
	border: 1px solid #0199e7 !important;
	box-shadow: 0 0 7px rgba(166, 219, 247, 0.85) inset;
}
#notes-holder textarea:focus, .invite_log textarea:active {
	border: 1px solid #0199e7 !important;
	box-shadow: 0 0 7px rgba(166, 219, 247, 0.85) inset;
}
#notes-holder textarea {
	width:100%;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	box-shadow:0 0 3px #e8e8e8;
	border-top:1px solid #a3a3a3;
	padding:10px 6px;
	font-size:16px;
	border-radius:2px;
	height:86px;
	background:#fff url(../images/white-bg.png) repeat;
}
#notes-holder ::-webkit-input-placeholder {
	color:#aaa;
}
#notes-holder :-moz-placeholder { /* Firefox 18- */
	color:#aaa;
}
#notes-holder ::-moz-placeholder {  /* Firefox 19+ */
	color:#aaa;
}
#notes-holder :-ms-input-placeholder {
	color:#aaa;
}
a.thumb_mark{
	cursor:pointer; display:block; width:100%; color:#777;
}
.enterusage {
	background: #fff;
	border-bottom: 1px solid #d2d3d4;
	border-top: 1px solid #d2d3d4;
	border-right: 1px solid #d2d3d4;
	height: 45px;
	margin-top: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	line-height: 44px;
}
.enterusage a {
	color: #777;
	font-size: 15px;
}
.pencil_img {
	width:44px; height:44px; float:left; background:url(../images/retina/pencil@2x.png) no-repeat; background-size:50%; margin: 10px -36px 0 30px;
}

.arrowestimate {
	width:27px; height:54px; float:right; background: url(../images/retina/arrow@2x.png) no-repeat;background-size:50%; margin: 7px 15px 0 0px;
}
.arrowestimate-reverse {
	width:27px; height:34px; float:right; background: url(../images/retina/arrow@2x.png) no-repeat;background-size:50%; margin: 0px 15px 0px 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.notes_lead {
	padding: 0px 64px 0 0; margin-top: 0px; margin-bottom: 5px;
}

/* [end] LEAD */



/* [start] ORDER */

.owl-prev {
	display: block;
	height: 114px;
	left: 0;
	position: absolute;
	width: 15%;
	z-index: 9;
	top:0;
	 background:url(../images/left-shadow.png) repeat-y left center;
	 text-indent: -9999px; 
}
.owl-next {
	display: block;
	height: 114px;
	right: 0;
	position: absolute;
	width: 5%;
	z-index: 9;
	top:0;
	background:url(../images/right-shadow.png) repeat-y right center;
	/*text-indent: -9999px; */
}
.loop, .slick-initialized, .slick-slider {
	padding: 0 !important; margin: 0 !important;
}
.carousal_content {
	width: 98%;
	max-width: 126px;
	height:150px;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(56, 69, 100);
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(32, 60, 124) 0%, rgb(38, 62, 118) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(32, 60, 124) 0%, rgb(38, 62, 118) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(32, 60, 124) 0%, rgb(38, 62, 118) 100%);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.44);
	cursor: pointer !important;
	padding: 0 10px;
  }
.carousal_content_allweeks {
	background-image: -moz-linear-gradient( 90deg, rgb(3,120,181) 0%, rgb(20,142,207) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(3,120,181) 0%, rgb(20,142,207) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(3,120,181) 0%, rgb(20,142,207) 100%);
}
.carousal_content p{
	color:#fff; font-size:14px; text-align:center; padding:0px 0 0 0;  margin:5px 0 8px 0; font-weight:600;
}
.carousal_input{
	width:100% !important;
	height:40px !important;
	margin:0 !important;
	padding:0  0px 0 0px !important;
	text-align:center !important;
	font-size:26px !important;
	color:#c6873b;
	text-transform:uppercase;
	background:url(../images/white-bg.png) repeat;
	border: solid 1px #c6873b;
	border-radius: 3px;
   -moz-box-shadow:    inset 0px 0px 2px #000;
   -webkit-box-shadow: inset 0px 0px 2px #000;
	box-shadow:         inset 0px 0px 2px #000;
}




/* [end] ORDER */






.text_box {
	width: 100%;
}


.login_qr{margin:3px -25% 0 24% !important;}



.logoFlex {
	display:block;
	position:relative;
	top:30%;
}

.logoFlex img
{
	max-width: 100%;
	text-align: center;
	display: block;
	margin:0 auto;
}

.topFlex h1 {
	color:#008ED6;
	font-size:67px;
	font-weight:300;
	margin: 30px 0 0;
	line-height:55px;
}
.topFlex p {
	color:#008ED6;
	font-size:18px;
	font-weight:300;
	margin: 0px;
}



.top_nav {
	top:0;
	z-index:99999;
	background-color: #cc1515;
	height:auto;
	min-height: 58px;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0 0 0 10px;
	box-shadow: 0 0 0px #444;
}
.text_nav {
	padding-right: 45px;
	float:left;
	width: 100%;
	height:auto;
	min-height: 50px;
	padding-bottom: 8px;
	z-index:99998;
}
.text_nav p {
	color:#fff;
	font-size: 11px;
	text-transform:uppercase;
	font-weight: bold;
	margin: 4px 0 0;
	line-height: 10px;
}
.text_nav .show-name {
	color: #6fc0f7; /* 75CCFB */
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 0px !important;
	margin-top: 6px;
	z-index:99998;
}
.text_nav .page-name {
	color: #d4d4d4;
	margin-top: 6px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}
.text_nav a {
	float: left;
	padding: 16px 8px 12px 0;
}
.text_nav span i { font-style:normal !important; color:#ccc !important;}

.back-arrow { 
	width: 12px;
	margin-left: 4px;
	margin-right: 4px;
}

.menuIcon {
	background:url(../images/retina/menu_icon@2x.png) no-repeat right center;
	background-size:50%;
	position: absolute;
	height:27px;
	width:41px;
	right:14px;
	border:0;
	top: 16px;
	float:right;
}
.menuIcon:active {
	background:url(../images/retina/menu_icon@2x.png) no-repeat right center;
	background-size:50%;
}








.search-form  {
}

.search-container {
	background: -moz-linear-gradient(top, rgba(10, 89, 128, 1) 0%, rgba(11, 116, 170, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(10, 89, 128, 1)), color-stop(100%, rgba(11, 116, 170, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(10, 89, 128, 1) 0%, rgba(11, 116, 170, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(10, 89, 128, 1) 0%, rgba(11, 116, 170, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(10, 89, 128, 1) 0%, rgba(11, 116, 170, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(10, 89, 128, 1) 0%, rgba(11, 116, 170, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5980', endColorstr='#0b74aa', GradientType=0 ); /* IE6-9 */
}


.search-form input {
	padding: 3px 5px 4px 8px;
}
.search-form .search-icon  {
	color: #fff;
}



.recapLeft { width:50%; float:left; text-align:center; color:#086a9d; border-right:1px solid #dbdcdd; padding:10px 0 10px; z-index:100;}
.recapRight { width:50%; float:left; text-align:center; color:#086a9d; padding:10px 0 10px; z-index:100;}
.recapLeft p {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  color:#214A69;
}
.recapLeft a {
  color:#214A69;
}
.recapLeft span {
  font-size: 12px;
  margin: 0;
  text-transform:uppercase;
}
.recapRight p {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  color:#214A69;
}
.recapRight a {
  color:#214A69;
}
.recapRight p sup { font-style:normal; font-size:30px !important; top:auto !important;}
.recapRight span {
  font-size: 12px;
  margin: 0;
  text-transform:uppercase;
}


.filterByTitle {
  text-align:center;
  width: 40px; 
  height: 24px;
  padding:0px 0px 0px;
  display:inline-block;
}


.colorPreselect{border-bottom: solid 3px #9E2CC1;background-color:#f2f2f2;}
.colorPrebook{border-bottom: solid 3px #0467D1;background-color:#f2f2f2;}
.colorHistorical{border-bottom: solid 3px #7D7C80;background-color:#f2f2f2;}
.colorSpecial{border-bottom: solid 3px #AC7B47;background-color:#f2f2f2;}
.colorPink{border-bottom: solid 3px #de85d7;background-color:#f2f2f2;}
.colorBlue{border-bottom: solid 3px #f7941d;background-color:#f2f2f2;}
.colorClearFilter{border-bottom: solid 3px #a0bbc2;background-color:#f2f2f2;}
.colorBlack{color: #fff; background-color:#bbb /*url("../images/close.png")*/;}
a.colorSelected{
	/*
   -moz-box-shadow:    inset 0px 0px 1px 1px #fff;
   -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
   box-shadow:         inset 0px 0px 1px 1px #fff;
   */
	height:32px;
	color: #353535;
	background-color:#e7e7e7;
	font-weight: bold;
}
.x {
  float:right;
  position: absolute;
  margin:0;
  padding:0;
  overflow:hidden;
  cursor:pointer;
  font-size: 18px !important;
  font-weight: bold !important;
  top: -1px; right: 3px;
  /*text-shadow: 1px 1px #444;*/
  color: #eee !important;
}

a.colorSelected.colorPink{
/*
background-color: #de85d7;
*/
}

a.colorSelected.colorBlue{
/*
background-color: #19affe;
*/
}

.leadUl li a { padding:6.5px 15px !important;}

.two-third{width:70% !important;}
.two-third p{height:25px; overflow:hidden;}
.list_right {
	float:right;
	text-align:right;
}
.col-default {
	color:#086a9d !important;
}
.list_right p {
	color:#aaa;
	font-weight:400;
	font-size:14px;
	display:block;
	margin:0;
}
.list_right span {
	color:#086a9d;
	font-weight:400;
	font-size:24px;
	display:block;
	margin-top:4px;
}
.item-details { /*CART*/
	padding-top: 6px;
	max-height: 36px;
	font-size:12px;
	color: #086a9d;
	line-height: 14px;
}


.item-cost-detail { display: block; height: 30px; font-size: 28px; text-align: center; color: #666; }
.item-cost-label { display: block; height: 24px; font-size: 12px; text-align: center; color: #888; border-bottom: solid 1px #999; }
.item-savings-detail { display: block; height: 30px; font-size: 28px; text-align: center; color: #086a9d; }
.item-savings-label { display: block; height: 24px; font-size: 12px; text-align: center; color: #086a9d; }



.pink{background: transparent url("../images/retina/remove_item.png") 50% 47% no-repeat; background-size: 24px; border-right: solid 2px #de85d7;}
.blue{background: transparent url("../images/retina/remove_item.png") 50% 47% no-repeat; background-size: 24px; border-right: solid 2px #f7941d;}
.prebook{background: transparent url("../images/retina/remove_item.png") 50% 47% no-repeat; background-size: 24px; border-right: solid 2px #0467D1;}
.special{background: transparent url("../images/retina/remove_item.png") 50% 47% no-repeat; background-size: 24px; border-right: solid 2px #AC7B47;}
.add-blue, .add-blue:hover {background: transparent; color: #F7941D; font-size: 32px; font-weight: 300; text-align:center; line-height: 0px; border-right: solid 2px #f7941d;}
.add-preselect, .add-preselect:hover {background: transparent; color: #9E2CC1; font-size: 32px; font-weight: 300; text-align:center; line-height: 0px; border-right: solid 2px #9E2CC1;}
.add-historical, .add-historical:hover {background: transparent; color: #7D7C80; font-size: 32px; font-weight: 300; text-align:center; line-height: 0px; border-right: solid 2px #7D7C80;}
/*
.green{background:#19affe; color: #fff; font-size: 40px; text-align:center; line-height: 0px;}
.pink{background:#de85d7 url("../images/retina/close@2x.png") 45% 47% no-repeat; background-size:50%;}
.blue{background:#19affe url("../images/retina/close@2x.png") 45% 47% no-repeat; background-size:50%;}
.prebook{background:#0467D1 url("../images/retina/close@2x.png") 45% 47% no-repeat; background-size:50%;}
.special{background:#AC7B47 url("../images/retina/close@2x.png") 45% 47% no-repeat; background-size:50%;}
.preselect{background:#9E2CC1; color: #fff; font-size: 40px; text-align:center; line-height: 0px;}
.historical{background:#7D7C80; color: #fff; font-size: 40px; text-align:center; line-height: 0px;}
*/
.btnCompleteOrder
{
}

.bottBtnLeft {
}

.search-type {
	height: 40px; font-size: 20px;
}

.slick-list { padding: 0 !important; }


.total_cost, .total_amount{width:100%; padding: 7px 30px 0; text-align: right;}
.total_amount p{font-size:40px; color:#086a9d; margin:10px 0 0; padding:0;}
.total_amount p.small_text{font-size:12px; color:#086a9d; text-transform:uppercase; margin:0; padding:0;}
.total_amount p small{font-size:22px; top:-5px; position:relative;}
.total_cost p{font-size:40px; color:#666; margin:10px 0 0; padding:0;}
.total_cost p.small_text{font-size:12px; color:#666; text-transform:uppercase; margin:0; padding:0;}


.film_roll_wrapper .active .carousal_input{
	font-size:43px !important;
}

.place_head { margin:25px -15px 0 15px; background:url(../images/retina/lead_title@2x.png) no-repeat left top; background-size:50%; height:48px; width:64px; padding-left:42px; float:left;}


.checkHolder { width: 240px; margin: 8px auto; }


.shipdate-carousel { margin-top: 5px; }



.search-message { padding: 30px; padding-bottom: 40px; font-size: 34px; font-weight: 400; text-align: center; color: #888; }

.message { padding: 10px 20px; font-size: 20px; font-weight: 300; text-align: center; color: #888; }

.add-special-item-container, .add-special-item-container-top, .add-special-item-container-left {
    background-color: #fff;
	border-bottom: solid 1px #ccc;
}
.add-special-item-container-top {
	border-top: solid 1px #ccc;
}
.add-special-item-container-left {
	border-left: solid 1px #ccc;
	padding-left: 0;
	padding-right: 0;
}
.add-special-item {
    position: relative;
    width: 100%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; 
    transition: all 1s ease-out;
}
.add-special-item input {
    width: 100%;
    height: 60px;
    padding: 20px 5px 0 15px;
    margin: 0;
    -webkit-box-sizing: border-box;
	font-size: 22px;
	border: solid 0px #fff;
    background-color: #fff;
	color: #888;
}
.add-special-label {
	font-weight:400;
	color:#086a9d;
	font-size: 12px;
	position: absolute;
	display: block;
	padding: 5px 0 0 10px;
}
/*
.add-special-item {
	display: block;
	width: 100%;
	height: 100%;
}
.add-special-label {
	font-weight:400;
	color:#777;
	font-size:18px;
	line-height: 20px;
	position: absolute;
	width: 100%;
	display: block;
}
.add-special-item input {
	width:100%;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	box-shadow:0 0 3px #e8e8e8;
	border-top:1px solid #a3a3a3;
	padding:10px 6px;
	font-size:14px;
	border-radius:2px;
	background:#fff url(../images/white-bg.png) repeat;
	position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
*/
.header-account-name {
	height: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: solid 0px #333;
}


.order_heading_image_default{
	background:url(../images/retina/img_icon@2x.png) 50% 50% no-repeat;
	float:left;
	height: 80px;
	width: 140px;
	padding:0;
}


label { margin: 0; position: relative; top: -1px; }

.IsGFS { float: left; margin-top: 2px; margin-right: 3px; width: 10px; height: 10px; background-color: #c80000; }

a.admin-login { font-weight: bold; font-size: 16px; color: #666; display: block; text-align: center; width: 100%; }

.login-show-code { font-weight: bold; font-size: 16px; color: #1B4F6B; padding: 14px 0; }



/* HEADER BAR DROPDOWNS */
.dropdown
{
line-height: 10px;
z-index: 999999;
}
.dropdown-menu > li > a
{
	border-top: solid 1px #aaa;
}
.dropdown-menu > li:first-child > a
{
	border-top: solid 0px #aaa;
}
.btn-default {
    color: #fff;
    background-color: #585659;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    padding: 1px 2px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
	line-height: 10px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 30px;
    z-index: 999999;
    display: none;
    float: left;
    min-width: 58px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 11px;
    text-align: left;
    list-style: none;
    /*background-color: #999;*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	line-height: 10px;
}
.dropdown-menu > li > a:hover {
    background-color: #585659;
	color: #fff;
}
.dropdown-menu > li > a.phone-number:hover {
    background-color: #999;
	color: #fff;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 6px;
    clear: both;
    color: #333;
    white-space: nowrap;
	cursor: pointer;
    background-color: #ddd;
}
.btn-default:hover {
    color: #fff;
    background-color: #585659;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #585659;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #585659;
    border-color: #A6A8AB;
}
.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #585659;
    border-color: #A6A8AB;
}
/* HEADER BAR DROPDOWNS */

#bounce-safari-app {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 15px;
	z-index: 999999;
	height: 34px;
}
#bounce-safari-app div {
	display: table-cell;
	vertical-align: middle;
}
#bounce-safari-app img {
	height: 58px;
	width: 50px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.111);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}





@media screen and (min-width: 375px) {



}
@media screen and (max-width: 414px) {

	.retina { display:none !important;}

}
@media (min-width: 415px) and (max-width: 1200px) {

	.logoFlex {
		top:30%;
	}

	.retina { display:none !important;}

	.inner_content {
		/*position:inherit !important;*/
	}

}
.img-hover-zoom {
  width: 20px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

