@charset utf-8;

/******************************************************/


/******************************************************/


/*****************HEADER STYLES************************/


/******************************************************/


/******************************************************/

#main-body-anchor {
    margin-top: -175px;
    padding: 0 0 175px 0;
    /* position: absolute; */
    display: block;
}

#about-section-anchor {
    margin-top: -175px;
    padding: 0 0 175px 0;
    /* position: absolute; */
    display: block;
}

header {
    boder-bottom: 1px solid #cacaca;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    height: 175px;
    width: 100%;
    position: fixed;
    background: #fff;
}

header .top-bar {
    background: #f2f2f2;
    border-bottom: 1px solid #cacaca;
    box-sizing: border-box;
    color: #222;
    padding: 5px 10px;
}

header .top-bar h1,
header .top-bar h2 {
    font-family: oswald;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
}

header .top-bar .slogan {
    color: #22585D;
}

header .top-bar h1 {
    display: inline-block;
    float: left;
}

header .top-bar h2 {
    display: inline-block;
    float: right;
}

header .logo {
    background: #22585D;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    display: block;
    margin: 0 auto 15px;
    margin-top: -22px;
    max-width: 140px;
}

header .logo a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 10px 33px 15px 24px;
    width: 100%;
}

header .search-wrap {
    float: right;
    margin-top: -80px;
    margin-right: 128px;
}

header .search-wrap a.sign-in {
    border-left: 1px solid #cacaca;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    font-family: oswald;
    font-weight: 400;
    height: 42px;
    padding: 12px 12px 5px;
    text-transform: uppercase;
    vertical-align: center;
    line-height: 20px;
    margin-right: 3px;
}

header .search-wrap a.sign-in:hover {
    text-decoration: none;
}

header .search-wrap a.sign-in.cart {
    background: url(../img/icons/icon-cart.svg) 10px center no-repeat;
    background-size: 20px;
    text-indent: 25px;
}

header .search-wrap .search {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background: url(../img/icons/icon-search.svg) 5% center no-repeat;
    background-size: 20px;
    color: #222;
    cursor: pointer;
    font-family: oswald;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 15px;
    text-indent: 20px;
    text-transform: uppercase;
    transition: all .4s ease;
    width: 185px;
}

header .search-wrap .search::-webkit-input-placeholder {
    color: #222;
}

header .search-wrap .search::-moz-placeholder {
    color: #222;
}

header .search-wrap .search:-ms-input-placeholder {
    color: #222;
}

header .search-wrap .search:-moz-placeholder {
    color: #222;
}

header .search-wrap .search:focus::-webkit-input-placeholder {
    color: #888;
}

header .search-wrap .search:focus::-moz-placeholder {
    color: #888;
}

header .search-wrap .search:focus:-ms-input-placeholder {
    color: #888;
}

header .search-wrap .search:focus:-moz-placeholder {
    color: #888;
}

header .search-wrap .search.active {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background: url(../img/icons/icon-search.svg) 5% center no-repeat #f2f2f2;
    background-size: 20px;
    border: 1px solid #cacaca;
    cursor: text;
    text-indent: 40px;
    transition: all .4s ease;
    width: 250px;
}

header .search-wrap .search-button {
    background: #22585D;
    color: #fff;
    display: none;
    font-family: oswald;
    font-weight: 400;
    padding: 11px 10px;
    border: 0;
    outline: 0;
}

header .search-wrap .search.active+.search-button {
    display: inline-block;
}

header .search-wrap .search:focus+a.sign-in {
    border-left: none;
}

header .country-select-wrap {
    float: right;
    width: 100px;
    display: block;
    margin-right: 30px;
    margin-top: -75px;
    width: 70px;
    height: 33px;
    background: url(../img/countries-us-selected.png) no-repeat;
    background-size: cover;
}

header .country-select-wrap a.go-to-counrty {
    display: block;
    width: 70px;
    height: 33px;
}

header nav {
    border: 1px solid #cacaca;
    margin: auto;
    max-width: 795px;
}

header nav:after {
    clear: both;
    content: "";
    display: block;
}

header nav ul:after {
    cleat: both;
    content: "";
    display: block;
}

header nav ul li {
    display: block;
    float: left;
    margin: 0;
}

header nav ul li.expandable a {
    background: url(../img/icons/icon-down.svg) 96% center no-repeat;
    background-size: 10px;
    padding-right: 40px;
}

header nav ul li.expandable a:hover {
    background: url(../img/icons/icon-down.svg) 96% center no-repeat #f2f2f2;
    background-size: 10px;
}

header nav ul li.expandable .drop-menu a {
    background: #fff;
    background-size: 10px;
    padding-right: 40px;
}

header nav ul li.expandable .drop-menu a:hover {
    background: #f2f2f2;
}

header nav ul li a {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    box-sizing: border-box;
    display: block;
    font-weight: 700;
    padding: 10px 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    width: 100%;
}

header nav ul li a:hover {
    background: #f2f2f2;
    color: #22585D;
    text-decoration: none;
}

body>header>div.inner>nav>ul>li:nth-child(7)>a {
    color: #fff;
    background: #22585D;
}

header nav .drop-menu {
    background: #ffffff;
    border: 1px solid #cacaca;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    display: none;
    margin-top: 0px;
    max-width: 224px;
    position: absolute;
}

header nav .drop-menu li {
    border-bottom: 1px solid #cacaca;
    width: 100%;
}

header nav .drop-menu li a {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}

header nav .drop-menu li a:hover {
    border-bottom: none;
}

@media only screen and (max-width: 1050px) {
    header .search-wrap .search.active {
        width: 180px;
        text-indent: 25px;
    }
    header .search-wrap a.sign-in {
        margin-right: 5px;
    }
    ;
}

@media only screen and (max-width: 810px) {
    header {
        height: 156px;
    }
    header nav {
        border: none;
        clear: both;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
    }
    header .top-bar h1 {
        margin-left: 140px;
    }
    header .top-bar .slogan {
        display: none;
    }
    header .logo {
        float: left;
        max-width: 140px;
        margin-bottom: 0px;
        box-shadow: none;
    }
    header .logo a {
        padding: 10px 30px 15px 20px;
    }
    header .search-wrap {
        margin-top: 25px;
        margin-right: 15px;
    }
    header .search-wrap .search.active {
        width: 235px;
    }
    header .country-select-wrap {
        margin-top: 28px;
        width: 67px;
    }
    header nav ul li a {
        padding: 10px 18px;
        font-weight: 400;
        font-size: 1.3rem;
    }
    header nav .drop-menu {
        max-width: 220px;
    }
    ;
}

@media only screen and (max-width: 610px) {
    header {
        height: 142px;
        width: 100%;
    }
    header .logo {
        max-width: 100px;
        margin-top: -23px;
        margin-left: 76px;
    }
    header .logo a {
        padding: 5px 23px 10px 16px;
    }
    header .top-bar h1 {
        display: none;
    }
    header .top-bar .email-address {
        display: none;
    }
    header .country-select-wrap {
        margin-top: -98px;
        width: 67px;
        float: right;
        margin-right: 15px;
    }
    header .search-wrap {
        clear: both;
        margin-top: 10px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    header .search-wrap .search,
    header .search-wrap .search:focus {
        width: 74%;
        background: url(../img/icons/icon-search.svg) 5% center no-repeat #f2f2f2;
        background-size: 20px;
        border: 1px solid #cacaca;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        cursor: text;
        text-indent: 40px;
    }
    header .search-wrap .search::-webkit-input-placeholder {
        color: #888;
    }
    header .search-wrap .search::-moz-placeholder {
        color: #888;
    }
    header .search-wrap .search:-ms-input-placeholder {
        color: #888;
    }
    header .search-wrap .search:-moz-placeholder {
        color: #888;
    }
    header .search-wrap .search-button {
        display: inline-block;
        width: 25%;
        box-sizing: border-box;
        border: 0;
        outline: 0;
    }
    header button.mobile-menu-open {
        width: 76px;
        height: 77px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/icons/icon-mobile-nav.png) no-repeat center center #222;
        background-size: 30px;
    }
    header nav.main-nav {
        position: fixed;
        top: 75px;
        left: 0;
        width: 80%;
        background: #22585D;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        display: none;
        padding-bottom: 15px;
        z-index: 9999;
    }
    header nav.main-nav.slide {
        left: -100%;
    }
    header nav ul button.mobile-menu-close,
    header nav ul button.mobile-menu-back {
        background: url(../img/icons/icon-close.svg) no-repeat center center;
        width: 35px;
        height: 35px;
        border: none;
        background-size: cover;
        position: absolute;
        right: 25px;
        top: 25px;
    }
    header nav ul button.mobile-menu-back {
        background: url(../img/icons/icon-back.svg) no-repeat center center;
        background-size: cover;
    }
    body>header>div.inner>nav>ul>li.expandable>ul>li:nth-child(2) {
        margin-top: 75px;
    }
    header nav ul li {
        width: 100%;
    }
    header nav.main-nav ul li a {
        width: 100%;
        color: #ffffff;
        text-align: left;
        font-size: 1.4em;
        line-height: 1.6em;
    }
    header nav.main-nav ul li a:hover {
        background: #16383C;
    }
    header nav.main-nav ul li.expandable a {
        padding-right: 40px;
        background: url(../img/icons/icon-right-white.svg) 95% center no-repeat;
        background-size: 25px;
    }
    header nav.main-nav ul li.expandable a:hover {
        background: url(../img/icons/icon-right-white.svg) 95% center no-repeat #16383C;
        background-size: 25px;
    }
    header nav .drop-menu {
        background: #16383C;
        border: 1px solid #cacaca;
        margin-top: 0;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        width: 100%;
        height: 100%;
        top: -2px;
        right: -100%;
        max-width: 100%;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
    }
    header nav li.expandable ul.drop-menu li a {
        background: #16383C;
        text-align: left;
        border-bottom: none;
    }
    body>header>div.inner>nav>ul>li.expandable>ul>li a {
        font-size: 1.4em;
        line-height: 1.1em;
        text-align: center;
    }
    header nav .drop-menu li {
        border-bottom: none;
        width: 100%;
    }
    header nav .drop-menu.slide {
        left: 0;
        display: block;
    }
    header .search-wrap {
        margin-right: 0;
    }
    ;
}

@media only screen and (max-width: 350px) {
    /*header nav.main-nav ul li a {
		width: 100%;
		color: #ffffff;
		text-align: center;
		font-size: 1.5em;
		line-height: 2em;
	};*/
    header nav.main-nav {
        width: 90%;
    }
}


/******************************************************/


/******************************************************/


/*****************FOOTER STYLES************************/


/******************************************************/


/******************************************************/

footer {
    background: #191919;
    clear: both;
    display: block;
    width: 100%;
}

footer:after {
    display: block;
    content: "";
    clear: both;
}

footer h2 {
    color: #444;
}

footer .urquy.urquy33 a {
    color: #888;
    text-transform: uppercase;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

footer .urquy.urquy33 a:hover {
    text-decoration: none;
    color: #fff;
}

footer .urquy.urquy33 {
    background: #191919;
    border: none;
}

.footer-bottom {
    color: #888;
    font-size: 1.2rem;
    font-weight: 100;
    border-top: 1px solid #444444;
    padding: 0px;
    box-sizing: border-box;
    display: block;
    clear: both;
    min-height: 70px;
}

.footer-bottom:after {
    display: block;
    content: "";
    clear: both;
}

.footer-bottom .copy {
    margin-left: 40px;
    padding-top: 24px;
    float: left;
}

.country-footer {
    display: inline-block;
    width: 70px;
    height: 38px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

span.country-footer>a {
    background: url(../img/countries-us-selected.png) no-repeat;
    background-size: cover;
    height: 33px;
    width: 70px;
    height: 32px;
    display: block;
}

body>footer>div>div:nth-child(3)>ul {
    margin-top: 50px;
}

@media only screen and (max-width: 1050px) {
    footer h2 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 810px) {}


/********************************SPLASH PAGE STYLES*****************************/

header.splash-header {
    height: 92px;
    background-color: transparent;
    box-shadow: none;
}


}
.flex {
    display: flex;
    flex-basis: 50%;
    float: unset;
}
.splash-main {
    background: rgb(34, 88, 93);
    background: -moz-linear-gradient(225deg, rgba(34, 88, 93, 1) 0%, rgba(22, 56, 60, 1) 100%);
    background: -webkit-linear-gradient(225deg, rgba(34, 88, 93, 1) 0%, rgba(22, 56, 60, 1) 100%);
    background: linear-gradient(225deg, rgba(34, 88, 93, 1) 0%, rgba(22, 56, 60, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#22585d", endColorstr="#16383c", GradientType=1);
    color: #fff;
}
.splash-enter {
    display: inline-block;
    justify-content: center;
    transition: all .3s ease;
    width: 200px;
    color: #fff;
    font-size: 20px;
}
.splash-enter:visited {
    color: #fff;
}
.splash-enter span.block {
    margin-top: 16px;
    text-align: center;
}
.splash-enter .button {
    padding: 13px 20px;
    display: inline-block;
    font-size: 18px;
}
.splash-enter img {
    border: 6px solid transparent;
    margin-left: 16px;
}
.splash-enter:hover>img {
    border: 6px solid white;
}
.splash-enter:hover>span {
    text-decoration: none;
}
.splash-enter .button.large {
    font-size: 14px;
    text-transform: uppercase;
}
.country-splash {
    width: 100%;
    max-width: 160px;
}
.country-choose {
    max-width: 440px;
    margin: auto;
    float: unset
}
.country-choose h1 {
    font-size: 44px;
    margin-bottom: 32px;
}
.country-choose h1 span {
    padding-left: 16px;
}
@media only screen and (max-width: 610px) {
	.splash-main .logo {
		margin: auto;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -50px;
		top: 0;
	}
	.country-choose {
		max-width: 440px;
		margin: auto;
		float: unset
	}
	.country-choose h1 {
		font-size: 44px;
		margin-bottom: 32px;
		text-align: center;
		margin-top: -32px;
	}
	.country-choose a {
		margin: auto;
		display: block;
		margin-bottom: 32px;
		
	}
	.country-choose h1 span {
		padding-left: 0 ;
		display: inline!important;
	}
	#main-body > div > h1 > span:nth-child(2) {
		padding-left: 16px;
	}
}