#logo a {
	border: none;
}
#logo a > img {
	width: 354px;
	margin: 10px 0 15px;
}
#header-right {
	width: 500px;
	float: right;
}
#header-account-menu {
	margin-bottom: 20px;
}
#header-account-menu a {
	color: #666666;
	padding: 0 20px 0;
	border-right: 1px dashed #666666;
	border-bottom: none;
	padding-top: 7px;
	line-height: 14px;
	font-size: 16px;
}
#header-account-menu .nav > li > a:hover,
#header-account-menu .nav > li > a:focus {
	text-decoration: none;
	background: none;
	color: #00aeef;
}
#header-account-menu li:last-child a {
	padding-right: 0;
	border: none;
}
#header-account-menu li:first-child a {
	padding-left: 0;
}
#header-phone-number {
	float: right;
	color: #00aeef;
	font-size: 22px;
	font-family: 'Roboto Slab';
  	font-weight:700;
	padding-top: 3px;
}
#search-field-container {
	position: relative;
	background: #70caf2;
	width: 446px;
	height: 48px;
	padding: 4px;
	float: left;
	margin: 0 6px 5px 0;
}
#search-field-container:after {
	content: '';
	background: #00aeef;
	width: 446px;
	height: 48px;
	position: absolute;
	z-index: -1;
	left: 6px;
	top: 5px;
}
#search_form input.text {
	background: white;
	border: none;
	border-radius: 10px;
	width: 438px;
	height: 40px;
	font-size: 20px;
	font-family: 'Roboto Slab';
  	color:#999;
	line-height: 40px;
	padding-left: 10px;
}
#search_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #C3E8F3;
}
#search_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #C3E8F3;
}
#search_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #C3E8F3;
}
#search_form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #C3E8F3;
}
#search_form input.placeholder { /* IE older browsers */
    color:    #C3E8F3;
}
#search_form input.submit {
	background: #00aeef;
	border: none;
	float: left;
	color: white;
	font-family: 'BentonSans-Book';
	font-size: 42px;
	/*line-height: 52px;*/
	height: 48px;
	margin-top: 5px;
	padding: 0 12px 0 9px;
  	border-radius: 0px;
}
#header-cart {
	text-align: right;
	margin-top: 10px;
}
#header-cart p {
	color: #38A774;
	font-size: 17px;
	font-family: 'BentonSans-Book';
}
#header-cart p span {
	margin-left: 10px;
	font-family: 'Roboto Slab';
	font-size: 19px;
}



#header-main-menu {
	background: #00aeef;
	margin-bottom: 15px;
}
#header-main-menu .navbar {
	border: none;
	margin: 0;
	border-radius: 0;
	min-height: 0;
	padding: 0 45px;
}
#header-main-menu .dropdown-menu {
	
}
#header-main-menu .navbar-nav > li {
	border-right: 1px dashed white;
}
#header-main-menu .navbar-nav > li:last-child {
	border: none;
}
#header-main-menu .navbar-nav > li > a {
	font-size: 22px;
	font-family: 'Roboto Slab';
	border: none;
	padding: 11px 31px 11px;
}
#header-main-menu .navbar-nav > li:first-child > a {
	padding-left: 0;
}
#header-main-menu .navbar-nav > li:last-child > a {
	padding-right: 0;
}
#header-main-menu .dropdown-menu > li > a {
	border-bottom: 1px dashed #ADCEEF;
	color: white;
  	font-family: 'Roboto Slab';
	font-size: 17px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 6px 15px;
}
#header-main-menu .dropdown-menu > li:last-child > a {
	border-bottom: none;
}
#header-main-menu .dropdown-menu > .active > a, 
#header-main-menu .sub-menu > .active > a {
	background: none;
}
#header-main-menu .dropdown-menu > .active > a:hover, 
#header-main-menu .dropdown-menu > .active > a:focus,
#header-main-menu .sub-menu > .active > a:hover, 
#header-main-menu .sub-menu > .active > a:focus,
#header-main-menu .dropdown-menu li:hover > a, 
#header-main-menu .dropdown-menu li:focus > a,
#header-main-menu .sub-menu li:hover > a, 
#header-main-menu .sub-menu li:focus > a {
	color: #00aeef;
	background: #d8eaf9;
}
#header-main-menu .dropdown-menu a.dropdown-toggle {
    position: relative;
    padding-right: 30px;
}
#header-main-menu .dropdown-menu a.dropdown-toggle:after {
	content: '+';
    font-size: 17px;
    font-family: 'BentonSans-Book';
    color: #C6EAFB;
    position: absolute;
    right: 7px;
	top: 7px;
}
#header-main-menu .dropdown-menu li.active > a.dropdown-toggle:after {
    color: white;
}
#header-main-menu .dropdown-menu .dropdown {
	position: static;
}
#header-main-menu .dropdown-menu {
	padding: 3px 0;
	background: #27aae1;
	border: none;
	border-radius: 0;
	right: -1px;
	float: none;
	left: auto;
	margin-top: 9px;
}
#header-main-menu .dropdown-menu:before {
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 9px solid #27aae1;
	position: absolute;
	left: 50%;
	top: -9px;
	margin-left: -3px;
}
#header-main-menu .dropdown-menu:after {
	content: '';
	position: absolute;
	left: 0;
	top: -9px;
	padding-top: 9px;
	width: 100%;
}
#header-main-menu .dropdown-menu .sub-menu {
	background: #27aae1;
	padding: 2px;
	border: none;
}
#header-main-menu .dropdown-menu .sub-menu > li:first-child {
	
}
.open > .dropdown-menu {
	display: table;
}
.collection-sub-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 1;
    background: #e0effb;
    display: none;
    border: 3px solid #27aae1;
    border-left: none;
    padding: 8px;
    height: 100%;
}
.dropdown-menu li:hover > .collection-sub-menu {
	visibility: visible;
	display: block;
}
.collection-sub-menu ul {
	float: left;
	margin-left: 8px;
}
.collection-sub-menu ul:first-child {
	margin-left: 0;
}
.collection-sub-menu li {
    width: 260px;
    height: 82px;
    border-radius: 2px;
    overflow: hidden;
    background: white;
    margin-bottom: 8px;
}
.collection-sub-menu li:hover {
    background: #27aae1;
}
.collection-sub-menu li table td {
	vertical-align: middle;
}
.collection-sub-menu li .collection-sub-menu-image {
    vertical-align: middle;
    text-align: center;
    height: 82px;
    background: white;
}
.collection-sub-menu li .collection-sub-menu-image img {
    max-height: 82px;
	max-width: 82px;
	height: auto;
	width: auto;
}
.collection-sub-menu li .collection-sub-menu-arrow {
	width: 35px;
	min-width: 35px;
}
.collection-sub-menu li .collection-sub-menu-arrow img {
	width: 25px;
}
.collection-sub-menu p {
    color: #27aae1;
    font-family: 'Roboto Slab';
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.collection-sub-menu li:hover p {
    color: white;
}
/*******************
* Breadcrumbs List *
*******************/

.breadcrumbsList {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.breadcrumbsList li {
	float: left;
}

.breadcrumbsList li:after {
	content: '>';
	float: left;
	margin: 0 5px;
}
.breadcrumbsList li:first-child:after {
	content: '';
	margin: 0;
}
.breadcrumbsList > li > a {
	border: none;
	text-decoration: underline;
	color: black;
	font-family: 'BentonSans-Book';
	font-size: 14px;
}
.breadcrumbsList > li > a:hover {
	color: #00ADEF;
}

/**************************
********* Mobile **********
**************************/
#mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

#mobile-header a,
#mobile-header a:hover,
#mobile-header a:focus {
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#mobile-header-top{
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 1px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 1px 4px 0px rgba(0, 0, 0, 0.4);
	position: relative;
	height: 74px;
	background: white;
	width: 100%;
	text-align: center;
	z-index: 100;
}
#mobile-home-button {
	display: inline-block;
	padding-top: 11px;
}
#mobile-home-button img {
	width: 216px;
}
#mobile-menu-toggle {
	border-top: 6px solid #818385;
	padding-bottom: 14px;
	position: absolute;
	left: 18px;
	top: 27px;
	width: 25px;
	cursor: pointer;
}
#mobile-menu-toggle:before {
	border-top: 6px solid #818385;
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	top: 1px;

}
#mobile-menu-toggle:after {
	border-top: 6px solid #818385;
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
}
#mobile-menu-toggle.open {
	border-color: #00aeef;
}
#mobile-menu-toggle.open:before {
	border-color: #00aeef;
}
#mobile-menu-toggle.open:after {
	border-color: #00aeef;
}
#mobile-account-button {
	position: absolute;
	right: 74px;
	top: 26px;
}
#mobile-account-button img {
	width: 26px;
}
#mobile-cart-button {
	position: absolute;
	right: 25px;
	top: 24px;
}
#mobile-cart-button img{
	width: 26px;
}
#mobile-header-menu  {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	width: 445px;
	top: 100%;
	left: 12px;
	opacity: 1;
	height: 0;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.3);
}


#mobile-header-menu.open {
	opacity: 1;
	visibility: visible;

}

#mobile-header-menu.animate {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.0);
	-moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.0);
	box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.0);
}
#mobile-header-menu.animating {
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

#mobile-header-menu > ul {
	background: #00aeef;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

#mobile-header-menu.menu-level-1 > ul {
	left: -100%;
}
#mobile-header-menu.menu-level-2 > ul {
	left: -200%;
}
#mobile-header-menu.menu-level-3 > ul {
	left: -300%;
}
#mobile-header-menu li { 
	padding: 0;
	border-bottom: 1px dashed white;
}
#mobile-header-menu li.parent {
	
}
#mobile-header-menu li a { 
	background: #00aeef;
	display: block;
	color: white;
	border: none;
	padding: 13px 40px 6px;
	font-size: 34px;
	line-height: 1;
}
#mobile-header-menu li a.parent-toggle { 
	background: #00aeef;
	float: right;
	border: none;
	padding: 13px 28px 6px;
}
#mobile-header-menu li a:hover,
#mobile-header-menu li a:focus {
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	background: #005e90;
	color: white;
	border: none;
	padding: 13px 40px 6px;
}
#mobile-header-menu li a.parent-toggle:hover,
#mobile-header-menu li a.parent-toggle:focus{ 
	border: none;
	padding: 13px 28px 6px;
}
#mobile-header-menu table {
    width: 100%;
}
#mobile-header-menu table td {
    vertical-align: top;
}
#mobile-header-menu table td:last-child {
	width: 1px;
}
#mobile-header-menu .scroll-menu {
	visibility: hidden;
	position: absolute;
	width: 450px;
	left: 100%;
	top: 0;
	/*overflow-y: auto;
	overflow-x: hidden;*/
}
#mobile-header-menu .scroll-menu.open {
	visibility: visible;
}
#mobile-header-menu .parent-menu {
	width: 450px;
	background: #00aeef;
}

#mobile-header-search {
	height: 74px;
	width: 100%;
	background: #72c7ee;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 1px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 1px 4px 0px rgba(0, 0, 0, 0.4);
	position: relative;
	padding: 0 17px;
}
#mobile_search_form input[type=text] {
	background: white;
	border: none;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-family: 'Roboto Slab';
  	color:#999;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 40px;
	margin-top: 17px;
}
#mobile_search_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #C3E8F3;
}
#mobile_search_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #C3E8F3;
}
#mobile_search_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #C3E8F3;
}
#mobile_search_form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #C3E8F3;
}
#mobile_search_form input[type=submit] {
	position: absolute;
	right: 17px;
	top: 17px;
	border: none;
	background: url(//cdn.shopify.com/s/files/1/0243/7593/t/14/assets/search.png?36646) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 32px auto;
	background-position: center;
	padding: 0;
}
@media (min-width: 992px ) and ( max-width: 1062px) { 
	#header-main-menu .dropdown-menu.first {
		right: -42px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) { 
	#header-right {
		width: 426px;
	}
	
	#header-account-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	#search-field-container {
		width: 372px;
		height: 48px;
	}
	#search-field-container:after {
		width: 372px;
		height: 48px;
	}
	#search_form input.text {
		width: 364px;
		height: 40px;
	}
	#header-main-menu .navbar {
		padding: 0;
	}
	#header-main-menu .navbar-nav > li > a {
		font-size: 20px;
		padding: 9px 26px 9px;
	}
    #header-account-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media ( max-width: 991px) { 
	header {
		padding-top: 148px;
	}
	/*******************
	* Breadcrumbs List *
	*******************/

	.breadcrumbsList {
		display: table;
		width: 100%;
		margin: 10px 0 20px;
	}
	.breadcrumbsList li:after {
		content: '>';
		float: left;
		margin: 0 5px;
	}
	.breadcrumbsList > li {
		color: black;
		font-family: 'BentonSans-Book';
		font-size: 12px;
	}
	.breadcrumbsList > li > a {
		border: none;
		text-decoration: underline;
		color: black;
		font-family: 'BentonSans-Book';
		font-size: 12px;
	}
}
@media (min-width: 768px ) and ( max-width: 991px) { 
	#header-right {

	}
	#logo a > img {
		width: 354px;
		margin: 17px 0 18px;
	}
}
@media (min-width: 480px ) and ( max-width: 767px) { 
}
@media (max-width: 479px) { 
	header {
		padding-top: 98px;
	}
	#mobile-header-top {
		height: 49px;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	}
	#mobile-home-button {
		padding-top: 8px;
	}
	#mobile-home-button img {
		width: 144px;
	}
	#mobile-menu-toggle {
		border-top: 4px solid #00aeef;
		padding-bottom: 10px;
		left: 12px;
		top: 18px;
		width: 17px;
	}
	#mobile-menu-toggle:before {
		border-top: 4px solid #00aeef;
		top: 1px;
	}
	#mobile-menu-toggle:after {
		border-top: 4px solid #00aeef;
	}
	#mobile-account-button {
		right: 50px;
		top: 18px;
	}
	#mobile-account-button img {
		width: 18px;
	}
	#mobile-cart-button {
		right: 17px;
		top: 16px;
	}
	#mobile-cart-button img{
		width: 18px;
	}

	#mobile-header-menu  {
		width: 100%;
		top: 100%;
		left: 0px;
	}
	#mobile-header-menu ul {
		width: 100%;
	}
	#mobile-header-menu .parent-menu {
		width: 100%;
	}
	#mobile-header-menu .scroll-menu {
		width: 100%;
	}
	#mobile-header-menu li a { 
		padding: 4px 20px 4px;
		font-size: 16px;
	}
	#mobile-header-menu li a:hover,
	#mobile-header-menu li a:focus { 
		padding: 4px 20px 4px;
		font-size: 16px;
	}
	#mobile-header-menu li a.parent-toggle {
		padding: 4px 28px 4px;
	}
	#mobile-header-search {
		height: 49px;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.4);
		box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.4);
		padding: 0 11px;
	}
	#mobile_search_form input[type=text] {
		height: 27px;
		font-size: 20px;
		line-height: 27px;
		padding-left: 10px;
		padding-right: 27px;
		margin-top: 11px;
	}
	#mobile_search_form input[type=submit] {
		right: 11px;
		top: 11px;
		width: 27px;
		height: 27px;
		background-size: 21px auto;
	}
}