﻿@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:400,500,600,700&display=swap');
@charset "utf-8";

/* Creative eWorld CSS Version 2.5 (Updated on 3 March 18)*/


/* HTML5 display-role reset for older browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, tt, var, b, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}


/* Font Embed */

@font-face {
    font-family: 'cew-iconset';
    src: url('/include/fonts/cew-iconset-v2.eot?47946472');
    src: url('/include/fonts/cew-iconset-v2.eot?47946472#iefix') format('embedded-opentype'), url('/include/fonts/cew-iconset-v2.woff?47946472') format('woff'), url('/include/fonts/cew-iconset-v2.ttf?47946472') format('truetype'), url('/include/fonts/cew-iconset-v2.svg?47946472#cew-iconset-v2') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Font Embed */

.iconset {
    font-family: "cew-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HTML */

html {
    position: relative;
    min-height: 100%;
    min-width: 1140px;
}

body {
    background: #dbf0f9;
    color: #000;
	line-height: 1.7em;    
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.025em;
	height: auto;
    margin: 0;
}

body.overflow-hidden,
html.overflow-hidden {
    overflow: hidden;
}

body.overflow-hidden {
    position: fixed;
    width: 100%;
    min-height: 100%;
}

td {
    position: relative;
}

p {
    margin-bottom: 20px;
    font-weight: 400;
}

.clear {
    clear: both;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Basic Fonts */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0.4em;
}

h1,
h1 a,
h1 a:link {
	color: #c4161c;
    font-size: 36px;
	font-weight: 700;
}

h2,
h2 a,
h2 a:link {
    color: #000;
    font-size: 24px;
	font-weight: 600;
}

h3,
h3 a,
h3 a:link {
    color: #000;
    font-size: 24px;
	font-weight: 400;
}

h4,
h4 a,
h4 a:link {
	 color: #000;
    font-size: 18px;
	font-weight: 500;
}

h5,
h5 a,
h5 a:link { 
	 color: #000;
    font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
}

h6,
h6 a,
h6 a:link { 
}

h2 a:hover,
h5 a:hover {
	color: #c4161c;
}

b,
strong,
.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

i,
em {}

i b,
i strong,
em b,
em strong,
b i,
b em,
strong i,
strong em {}

.ltrspc5 {
    letter-spacing: 0.05em;
}

.text-justify {
    text-align: justify;
}

.txt-white {
	color: #fff !important;
}

.txt-red {
	color: #c4161c !important;
}

.txt-black {
	color: #000 !important;
}

.txt-blue {
	color: #1c6bed !important;
}
.txt-small, small {
	font-size: 13px;
	display: block;
	line-height: 1.5em;
}

.bg-none {
	background: none !important;
}

label {
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
}

/* Listing Styles */

ol,
ul {
    margin-left: 15px;
}

ol > li {
    margin-bottom: 15px;
}

ul li {
    margin-bottom: 0px;
}


/* Links and remove of Dotted line */


/*Make sure phone no color won't overwrite by mobile devices*/

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a,
a:link,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
    webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #c4161c;
    outline: 0;
    ie-dummy: expression(this.hideFocus=true);
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #878787;
}


/* <a> link with class */

a.btn,
a.btn2,
a.logout {
    background-color: #c4161c;		
	color: #fff;	
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	height: 40px;
	padding: 9px 30px;	
    display: inline-block;
    line-height: auto;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none;
	border: 0;
	border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
}

a.btn:hover {
    background-color: #ed363c;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #fff;
}

a.btn2 {
    color: #fff;
	border: 1px solid #FFF;
    background-color: transparent;
}

a.logout {
    color: #646464;
	font-size: 12px;
	border: 1px solid #646464;
    background-color: #d8d8d8;
	line-height: 1.5em;
	height: auto;
	padding: 5px 20px;	
}

a.logout:hover {
    background-color: #c5c5c5;
}

a.btn2:hover {
    color: #1b1d1d;
	border: 1px solid #f8dc08;
    background-color: #f8dc08;	
}

.back-w-arrow::before {
    font-family: "cew-iconset";
    content: '\e918';
	padding-right: 5px;
}

.back-w-arrow {
	font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
}

a.loadmore::before {
	 font-family: "cew-iconset";
    content: '\e811';
	padding-right: 5px;
}

a.link {
	font-size: 16px;
	color: #ee1400;
	text-decoration: underline;
}

a.link:hover {
	color: #ff2d2d;
}

/* Text Field & Button Style */

input[disabled="disabled"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
}

input[type="password"],
input[type='text'],
select,
textarea,
input[disabled="disabled"] {
    padding: 0 15px;
    background-color: transparent;
    border: 1px solid #000;
	font-weight: 400;
    color: #000;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0 !important;
}

input[type="text"]::-moz-placeholder {
    color: #000;
}

input[type="text"]:-moz-placeholder {
    color: #000;
}

input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

input[type="text"]:-ms-input-placeholder {
    color: #000;
}

textarea::-moz-placeholder {
    color: #000;
}
textarea:-moz-placeholder {
    color: #000;
}
textarea::-webkit-input-placeholder {
    color: #000;
}
textarea:-ms-input-placeholder {
    color: #000;
}

textarea {
    height: auto;
	padding: 8px 12px;
}

select {
	padding: 0 10px;
}

select.nobg-select {
	background-color: transparent !important;
	border: 0;
	border-bottom: 1px solid #000;
	padding: 0 0;
}

input[type=text]::-ms-clear { /*To clear X button in IE*/
	display:none;
}

input[type='submit'],
input[type='button'],
input[type='reset'] {
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	border: 0;
	outline: 0;
	border-radius: 0 !important;
  
    background-color: #c4161c;		
	color: #fff;	
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	height: 40px;
	padding: 0px 30px;	
    display: inline-block;
    line-height: auto;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none;
	border: 0;
	border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
}

input[type='submit']:hover,
input[type='button']:hover {
     background-color: #ed363c;
}

input:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
    outline: 0;
}


/** RADIO / CHECKBOX**/

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}

input[type="radio"]:first,
input[type="checkbox"]:first {
    margin-left: 0;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    text-transform: none;
}

input[type="radio"][disabled] {
    width: unset;
    height: 13px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
input[type="text"][disabled]:active,
input[type="text"][disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
select[disabled],
select[disabled]:active,
button[disabled]:active,
button[disabled] {
    background-color: #d7d7d7 !important;
    color: #acacac !important;
    border-radius: 0 !important;
    border: 1px solid #d7d7d7;
    box-shadow: none !important;
    font-size: 17px;
    cursor: inherit;
    opacity: 1;
}

input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
button[disabled]:active,
button[disabled] {
    background-color: #818181 !important;
    border: none;
    color: #ababab !important;
    font-size: 14px;
    opacity: 1;
}

.phonecode {
    position: absolute;
    top: 7px;
    left:25px;
	font-size: 16px;
}

.phonefield {
    padding-left: 25px !important
}


/*for Contact Us Send enquiry button */

a.link-underline,
.link-underline {
    text-decoration: underline;
}


/* Back to top style */

#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    padding: 10px 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#scrollUp:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#scrollUp,
a#scrollUp {
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(/images/top.svg) no-repeat;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#scrollUp-active {
    display: none;
}


/* Divider and Outline */

hr {
    background-color: #b2b2b2;
    height: 1px;
    width: 100%;
    border: none;
    margin: 2rem 0;
}

hr.hrlgrey {
    background-color: #c7dae3;
}

hr.thickhrred {
	background-color: #c4161c;
    height: 3px;
	margin: 1rem 0;
}

hr.thickhrwhite {
	background-color: #fff;
    height: 2px;
}

hr.hr-vertical {
	background-color: #3a3a3a;
	height: 100%;
	width: 1px;
	margin: 0 auto;
}

.outline {
    border: #000 3px solid;
    display: inline-block;
}

.topbar {
	background: #ed1c22;
	width: 100%;
	padding: 0;
	color: #000;
	font-size: 11px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.topbar .bg-white {
	display: inline-block;
	padding: 5px 15px 5px;
}

.topbar a:hover,
.topbar a:focus {
	color: #000;
}

header {background: #fff;
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    padding: 0 0 0; 	
    z-index: 9999;
	box-shadow: 0 0 6px #555;
}

.header-wrapper {
	
	/*background: rgba(127,179,224,1);
	background: -moz-linear-gradient(top, rgba(127,179,224,1) 0%, rgba(172,208,244,1) 53%, rgba(207,230,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,179,224,1)), color-stop(53%, rgba(172,208,244,1)), color-stop(100%, rgba(207,230,255,1)));
	background: -webkit-linear-gradient(top, rgba(127,179,224,1) 0%, rgba(172,208,244,1) 53%, rgba(207,230,255,1) 100%);
	background: -o-linear-gradient(top, rgba(127,179,224,1) 0%, rgba(172,208,244,1) 53%, rgba(207,230,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(127,179,224,1) 0%, rgba(172,208,244,1) 53%, rgba(207,230,255,1) 100%);
	background: linear-gradient(to bottom, rgba(127,179,224,1) 0%, rgba(172,208,244,1) 53%, rgba(207,230,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fb3e0', endColorstr='#cfe6ff', GradientType=0 );*/
}

header .logo {
	display: inline-block; 
	vertical-align: middle;
    padding: 23px 0 23px;
}

header.smaller .logo {}

header.smaller .logo img {
    width: inherit
}

.tagline {
	font-size: 10px;
	display: block;
	text-transform: uppercase;
}

.icons_link {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.icons_link,
.login {
    display: inline-block;
	vertical-align: middle;
    padding: 0;
    position: relative;
	font-size: 11px;
}

.icon-search,
.icon-comment-thin,
.icon-user-circle {
	font-size: 13px;
	padding-right: 3px;
}

/* Search */

#search {
    clear: both;
    position: absolute;
    top: -10px;
    right: 80px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 300ms ease-out;
    -moz-transition: width 300ms ease-out;
    -o-transition: width 300ms ease-out;
    transition: width 300ms ease-out;
    height: 35px;
   
}

input.search_field {
    background-color: #fff;
    border: 0;
    font-size: 13px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 35px;
}

#search.active {
    width: 180px;
    z-index: 9999;
}

#search h2 {
    display: none;
}

input.search_btn {
    background: #c72031 url(/images/search.svg) no-repeat center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    float: right;
}

input.search_btn:hover {
    background-color: #9d0a19;
}

.closesearch,
a.closesearch {
    display: none;
}

#search input[type="text"]::-moz-placeholder {
    color: #000;
}

#search input[type="text"]:-moz-placeholder {
    color: #000;
}

#search input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

#search input[type="text"]:-ms-input-placeholder {
    color: #000;
}


/* Login Dropdown */

.logindrop_div ul,
.logindrop_div ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.logindrop_div ul li {
	margin-bottom: 8px;
}

.logindrop_wrapper {
    display: block;
}

.logindrop_div {
    clear: both;
    position: absolute;
    width: 200px;
    top: 25px;
    right: 0;
    padding: 25px;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 8px rgb(200, 200, 200);
    -webkit-box-shadow: 0px 0px 8px rgb(200, 200, 200);
    box-shadow: 0px 0px 8px rgb(200, 200, 200);
    font-size: 13px;
    color: #737373;
    text-align: left;
    display: none;
    z-index: 9999999 !important;
}


/* Navigation */

nav {
    margin: 0 auto;
}

#menu {
    height: auto;
}

.menu_toggle,
.menu_close {
    display: none;
}

ul#navmenu-h {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: right;
    z-index: 500 !important;
}

ul#navmenu-h li {
    display: inline-block;
    position: relative;    
}

/* Root Menu */

ul#navmenu-h li a {
    display: block;
    padding: 8px 13px;
    color: #000;
    font-size: 13.5px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 0;
}

ul#navmenu-h li:last-child a {
	padding-right: 0;
}


/* Root Menu Hover Persistence */

ul#navmenu-h li:hover a {
    color: #c4161c;
}

ul#navmenu-h li.active a,
ul#navmenu-h li a.active {
    color: #c4161c;
}

ul#navmenu-h ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    background-color: #f7f7f7;
    min-width: 220px;
    box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.6);
	padding: 10px 0;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

ul#navmenu-h ul li {
    width: 100%;
    display: block;
    margin: 0;
    background: none !important;
    padding: 0;
    margin: 0;
}


/* 2nd Menu */

ul#navmenu-h li:hover li a {
    width: 100%;
    float: none;
    background: #f7f7f7;
    color: #000;
    font-size: 13px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0px;
    text-align: left;
    cursor: pointer;
    z-index: 500!important;
    border: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	line-height: 1.5em;
}


/* 2nd Menu Hover Persistence */

ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a {
    cursor: pointer;
    color: #c4161c;
    border: none;
    z-index: 500!important;
}


/* 3rd Menu */

ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
    float: none;
    background-color: #f7f7f7;
    color: #000;
    font-size: 13px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0px;
    text-align: left;
    cursor: pointer;
    z-index: 500!important;
    width: 100%;
    border: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* 3rd Menu Hover Persistence */

ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
    cursor: pointer;
    color: #c4161c;
    border: none;
    z-index: 500!important;
}


/* 4th Menu */

ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
    float: none;
    background-color: #f7f7f7;
    color: #000;
    font-size: 13px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0px;
    text-align: left;
    margin: 0px;
    cursor: pointer;
    z-index: 500!important;
    width: 100%;
    border: none;
    text-shadow: none;
}


/* 4th Menu Hover */

ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
    cursor: pointer;
    color: #c4161c;
    border: none;
    z-index: 500!important;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
    top: 0;
    left: 100%;
    float: left;
}

/* Hover Function - Do Not Move */

ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
    display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
    display: block;
}

ul#navmenu-h ul li.active a,
ul#navmenu-h ul li.active a,
ul#navmenu-h ul li a.active,
ul#navmenu-h ul li:hover li.active a,
ul#navmenu-h ul li:hover li:hover li.active a,
ul#navmenu-h ul li:hover li:hover li:hover li.active a {
    color: #c4161c;
}
/* end Nav */

/* Banner */
#banner {
    width: 100%;
    margin: auto;
    overflow: hidden;
	padding-top: 153px;
}
.slickCaptionDiv {
    margin: auto;
    width: 100%;
	max-width: 1110px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
}

.slickCaption {
    width: 100%;
    padding: 45px 200px;
    margin: 0 auto;	
	text-align: center;
	text-shadow: 0 0 15px #000 ;
	position: relative;
}

.slickCaption.text-left {
	text-align: left;
	padding:45px 0;
	width: 45%;
	float: left;
	margin: 0 !important;
}

.slickCaption:before,
.slickCaption>:first-child:before {
    position:absolute;
    width: 88px; height: 88px;
    border-color: #c4161c;
    border-style:solid;
    content: '';
}

.slickCaption:before {top:0;left:0;border-width: 4px 0 0 4px; }
.slickCaption:after {top:0;right:0;border-width: 4px 4px 0 0}
.slickCaption>:first-child:before {bottom:0;right:0;border-width: 0 4px 4px 0}
.slickCaption>:first-child:after {bottom:0;left:0;border-width: 0 0 4px 4px}


.slickCaption.noborder:before,
.slickCaption.noborder>:first-child:before {
	border:0;
}

.slickCaption h1 {
	color: #FFF;
    font-weight: 700;
	font-size: 42px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.1em;
    margin: 0 0 25px;
    text-transform: capitalize;
}
.slickCaption p {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2em;
}
.slickCaption a.btn {
	text-shadow: none;
	font-size: 18px;
	padding: 12px 50px;
	height: 50px;
}

.slickCaption.text-left h1,
.slickCaption.text-left h3,
.slickCaption.text-left p {
	color: #222 !important;
	text-shadow: none !important;
}

@media (max-width:1500px){
.slickCaption {	
	padding: 0 180px;
}
.slickCaption h1 {
	font-size: 40px;
}

}

.pos-adj {
	position: absolute;
	z-index: 99;
	left: 0; right: 0;
	margin-top: -110px;
}

/* HOME-PAGE Content */

#maincontent {
	background-color: transparent;
    min-height: 600px;
    width: 100%;
    overflow: hidden;
    padding: 0 0 100px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#maincontent.homepage {	
	padding-top: 80px;
	padding-bottom: 0;
}

.no-gap-bottom {
	margin-bottom: -100px;
}

.underbar::after {
    content: '';
    width: 65px;
    height: 3px;
    background-color: #c4161c;
    display: block;
    margin: 15px auto;
}

.underbar.blue::after {
	background-color: #68a7c2;
    margin: 25px auto;
}

.underbar.ml-lg-0::after {
	 margin: 25px 0;
}

.px-lg-120 {
	padding-left: 120px !important;
	padding-right: 120px !important;
}
.item-lists .slick-list h2 a { font-size: 22px; }

.item-lists .slick-list { margin: 0 -15px; }

.item-lists .slick-slide { padding: 0 15px; border-right: 1px solid #dddddd; }

.item-lists .slick-prev { left: -35px; }

.item-lists .slick-next { right: -35px; }

.f-height { 
    height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bgimg-1 {
	background-image: url(/images/product-bg.jpg);
	min-height: 100%;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
	line-height: 2.2em;
}
.f-24 {
	font-size: 24px;
}
.f-30 {
	font-size: 30px;
}

.f-lato {
	font-family: 'Lato', sans-serif;
}

.img-container {
    max-width: 500px;
    margin: auto;
	/*margin-bottom: 15px;*/
}

.img-container-rect {
	max-width: 550px;
    margin: auto;
	margin-bottom: 15px;
}

a.prod-wrap,
.prod-wrap {
    width: 100%;
    padding-bottom: 100%;
    height: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: none 0s ease 0s;
}

.img-container-rect .prod-wrap {
	padding-bottom: 47%;
}

a.prod-wrap > img,
.prod-wrap > img,
.prod-wrap a > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    /*transition: none 0s ease 0s;*/    
    transform: scale(1, 1);
    -webkit-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}
a.prod-wrap > img:hover,
.prod-wrap a > img:hover {
    cursor: pointer;
    transform: scale(1.03, 1.03);
}

.pt-lg-customtop {
	padding-top: 153px;
}
.subbanner {
	background: url(/images/subbanner.jpg) no-repeat center top;
	background-size: cover;
	height: auto;
	padding: 45px 0 30px;
	position: relative;
	width: 100%;
}

.subbanner-container {
	max-width: 1110px;
    width: 100%;
	position: relative;
}

.subbanner-container:before,
.subbanner-container>:first-child:before {
    position:absolute;
    width: 40px; height: 40px;
    border-color: #c4161c;
    border-style:solid;
    content: '';
}
.subbanner-container:before {top:0;left:0;border-width: 4px 0 0 4px; }
.subbanner-container:after {top:0;right:0;border-width: 4px 4px 0 0}
.subbanner-container>:first-child:before {bottom:0;right:0;border-width: 0 4px 4px 0}
.subbanner-container>:first-child:after {bottom:0;left:0;border-width: 0 0 4px 4px}	

.subbanner h1 {
	color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 52px;
	letter-spacing: 0.075em;
	text-shadow: 0 0 15px #000;
	padding: 30px 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0 !important;
	border-bottom: 1px solid #fff;
    margin-left: 0;
	margin-bottom: 75px;
	padding: 5px 0;
	line-height: 1.3em;
}
.breadcrumb li {
    margin: 0;
    padding: 0;	
}
.breadcrumb li a {	
	color: #000;
    font-size: 12px;
	text-transform: capitalize;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.6em;
    padding-left: 0.6em;
    content: "\f105";
	color: #000;
	font-size: 12px;
	font-family: "cew-iconset";
}
.breadcrumb li a:hover {	
	color: #c4161c;
}

.border-top-5 {
	border-top: 5px solid #c4161c;
}

.border-right-3 {
	border-right: 3px solid #c4161c;
}

.forgetpw::before {
	font-family: "cew-iconset";
	color: #000;
	font-size: 13px;
	content:'\e99e';
	padding-right: 5px;
}

.forgetpw {
	font-size: 11px;
	padding-top: 4px;
}

.ul-bullet-doc, .ul-bullet-doc li {
	list-style: none;
	padding: 0; margin: 0;
}

.ul-bullet-doc li::before {
	font-family: "cew-iconset";
	color: #000;
	font-size: 13px;
	content:'\f04a';
	padding-right: 8px;
}

.ul-bullet-doc li {
	margin-bottom: 8px;
}

.card-footer {
	padding-top:0px;
}

.card-footer p {
	margin-bottom: 0;
}

.col-gaps {
    -webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-left: 0;	
}

.col-gaps li {
	list-style: none;
	margin: 0; padding: 0;;
	margin-bottom: 10px;
	
}

select {
    margin: 0 !important;
    background: url('/images/arrow-down.png') no-repeat right transparent;
    -webkit-appearance: none;
    background-position: 96% 55%;
}
select:focus {
    background: url('/images/arrow-up.png') no-repeat right transparent;
	background-position: 96% 55%;
}
.arw-pos-adj {
	background-position: 90% 55%;
}
.arw-pos-adj:focus {
	background-position: 90% 55%;
}

select.w-100,
select.w-100:focus,
select.w100,
select.w100:focus {
    background-position: 98% 55%;
}
select::-ms-expand {
    display: none;
}

.w-35 {
	width: 35% !important;
}

.w-70 {
	width: 70% !important;
}

/* Accordion */

.sidenav {
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color: transparent;
}

ul.topnav {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.topnav li {	
	list-style: none;
	padding: 0;
	margin: 0;
}

/*------Sec lvl-----*/

ul.topnav li a {
	color: #000;
	display: block;	
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	padding: 10px 0 10px;
	text-transform: uppercase;
	text-decoration: none;	
	text-align: left;
}

ul.topnav li.active a {
	color: #c4161c;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
	padding-left: 15px;
	padding-bottom: 10px;
}

ul.topnav ul ul {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
	background: none;	
	list-style: none; 
	margin-left: 0; 
}

ul.topnav ul li a {
	color: #000;
	display: block;	
	font-size: 14px;
	line-height: 1.4em;
	padding:5px 0 !important;
	text-transform: uppercase;
}

ul.topnav ul li:not(.active) a,
ul.topnav ul ul li:not(.active) a,
ul.topnav ul ul ul li:not(.active) a {
    color: #000 !important;
}

ul.topnav li.active a, ul.topnav li a:hover, ul.topnav li a.active,
ul.topnav ul li.active a, ul.topnav ul li a:hover, ul.topnav ul li a.active, /*second lv*/
ul.topnav ul ul li.active a, ul.topnav ul ul li a:hover, ul.topnav ul ul li a.active,  /*third lv*/
ul.topnav ul ul ul li.active a, ul.topnav ul ul ul li a:hover, ul.topnav ul ul ul li a.active {
	color: #c4161c !important;
}

ul.topnav ul li,
ul.topnav ul ul li,
ul.topnav ul ul ul li,
ul.topnav ul ul {
	border:0 !important;
}

ul.topnav span {
	float: right;
	margin-left: 15px;
}
/* Products View and List views*/
.display_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.display_icons li {
    float: left;
	margin-bottom: 0;
	margin-left: 10px;	
}

.display_icons_btn {
	background: none;
    padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	color: #b2b2b2;
	font-size: 18px;
}

.display_icons_btn .icon-th-list {
	font-size: 27px;
}

.display_icons_btn.active.icon_grid.active,
.display_icons_btn.active.icon_list.active {
	color: #000;
}

.display_icons_btn:focus {
	outline: 0;
}

.prod_view {
    margin-bottom: 0%;
}

.prod_view:last-child {
    margin-bottom: 3%;
}

.prod_view.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.prod_view.active:first-child {
    margin-top: 0rem !important
}

.prod_list,
.prod_grid {
    display: none;
}

.prod_list.active,
.prod_grid.active {
    display: block;
}

.selectDate {
	position: absolute;
	right: 25px;
	top: 48px;
}

/*Product Details Page*/
.proddet_imgdiv { overflow:hidden !important;}

.proddet_imgwrapper { display: inline-block; vertical-align:top; width: 445px; text-align:center;position:relative;z-index:1;}

.proddet_imgnav { display: inline-block; vertical-align:top; margin-left: 30px; width: 95px; padding: 40px 0 40px 0; position:relative; z-index:2; }

.proddet_imgnav .slick-track {margin-top:-55px;}

.proddet_img .slick-slide { overflow:visible;text-align:center;position:relative;display:block;margin: 0 !important;}

.proddet_img .slick-slide { overflow:hidden;}

.proddet_img .slick-list { overflow:visible;}

.proddet_img .proddet_imgsize a img {position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;width: auto;height: auto;max-width: 100%;max-height: 100%;}

.proddet_imgsize { position:relative;width: 445px;height: 445px;overflow:hidden; /*border: 1px solid #cdcdcd;*/ }

.proddet_imgnav .slick-slide { overflow:hidden;position:relative;cursor:pointer;outline:none; height: 95px;width:100%;float:none;display:inline-block;}

.proddet_thumb { width:100%;height:0;padding-bottom: 100%;overflow:hidden;position:relative;}

.proddet_thumb img { width:auto;height:auto;max-width:100%;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;opacity:0.7;}

.proddet_imgnav .slick-prev, .proddet_imgnav .slick-next { width:100%;overflow:hidden; position:absolute;right:0;left:0;margin:auto;border:none;outline:none;cursor:pointer;opacity:1 !important; height: 22px; width: 22px; background-color: #c4161c; border-radius: 0 !important; }

.proddet_imgnav .slick-prev::before { content: '\e917'; color: #fff; font-size: 14px; font-family: "cew-iconset"; padding: 0; line-height: 1.5em; display: flex; justify-content: center; }

.proddet_imgnav .slick-prev { top: 0; position: absolute; cursor: pointer !important;}

.proddet_imgnav .slick-next::before { content: '\e916'; color: #fff; font-size: 14px;  font-family: "cew-iconset"; padding: 0; line-height: 1.5em; display: flex; justify-content: center; }

.proddet_imgnav .slick-next{ top:auto; bottom: 0; position: absolute; cursor: pointer !important;}

.proddet_imgnav .slick-prev::after, .proddet_imgnav .slick-next::after { content: ''; }

.proddet_imgnav .slick-disabled { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;cursor:default;}

.proddet_imgnav .slick-slide { border:0;margin: 0; margin-bottom: 6px; }

.proddet_imgnav .slick-slide.slick-current img { opacity:1; }

.proddet_imgnav.morethan3  {
	padding: 40px 0 40px 0 !important; 
}
.proddet_imgnav.lowerthan3 .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}

/*Quantity Button*/

input.addcart-btn {
	width:100%;
	background-color: transparent;	
	border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	text-align: center;
	border: 1px solid #000;
	height: 40px;
	font-size: 14px;
	padding: 5px !important;
	display: inline-block;
	vertical-align: top;max-width: 100px;
}
	
input.minus-btn, 
input.add-btn { 
    background-color: #c4161c !important; 
	outline: 0;
    color: #fff; 
    border: none;
	border-right: 0;
	border-radius: 0;	
    padding: 0; 
    text-align: center; 
	font-size: 16px;
	font-weight: 400;
	transition: none;
	top: 0;
	width: 40px;
	height: 40px;	
	font-family: "cew-iconset";
	display: inline-block;
	vertical-align: top;
	text-shadow: none;
	max-width: 40px; max-height: 40px;
}

input.add-btn {
	right: 0;
}

input.minus-btn {
	left: 0;
}

input.add-btn:hover,
input.minus-btn:hover {
	border: 0;
	background-color: #c4161c !important;
}

input.add-btn {
	background: url(/images/arrow-up-w.png) no-repeat center;
}

input.minus-btn {
	background: url(/images/arrow-down-w.png) no-repeat center;
}

.postDate::before {
	font-family: "cew-iconset";
	content: '\e82f';	
	padding-right: 5px;
}

.postDate {
	font-size: 12px;
	color: #535353;
	display: block;
	margin-bottom: 13px;
	line-height: 1.4em;
}

.desc-txt p {
	margin-bottom: 0;
}

.inputfile-box {
  position: relative;
  border: 1px solid #303030;
  height: 54px;
}

.inputfile {
  display: none;
}

.file-box {
  display: inline-block;
  width: 100%;
  border: none; outline: none;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  height: 54px;
}

.file-button {
  background-color: #22457d;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
  color: #fff; 
  border: none;
  box-shadow: none !important;
  outline: none;
  display: inline-block;
  font-size: 16px;
  padding: 13px 20px;
  text-transform: uppercase;height: 52px;
}

/*My Account Side nav*/

.myaccount-wrapper {
	background-color: #fff;
	padding: 40px 25px;
	margin-bottom: 50px;
}

ul.myaccount,
ul.myaccount li {
	list-style: none;
	padding: 0; margin: 0;
	
}

ul.myaccount li a::before {
	font-family: "cew-iconset";
	color: #b2b2b2;
	font-size: 13px;
	content:'|';
	padding: 0 22px 0 17px;
}

ul.myaccount li {
	display: inline-block;
}
ul.myaccount li:first-child a::before {
	padding-left: 0;
	content: '';
}
ul.myaccount li a {		
	color: #000;
	display: inline-block;	
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
	text-transform: capitalize;
	text-decoration: none;	
	text-align: left;
}

ul.myaccount li a:hover,
ul.myaccount li.active a {
	color: #c4161c;
}

.address_form, .shipping_method, .profile_form, .profile_email, .promocode_result.tohide, .promocode_box, .reviewform, .billing_method, .delivery_address, #deliverymethod-other.tohide, #deliverymethod-sg.tohide, #deliverymethod-other-new.tohide, #deliverymethod-sg-new.tohide,  .collapsebox.tohide {
	display: none;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive .table { margin-bottom: 0; }

.table-responsive .table.no-style {
	border: 0;
}

.table-responsive tr th {	
	background-color: transparent;
	border-bottom: 2px solid #d7d7d7;
	color: #000;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: 500;
	text-transform:none;
}

.no-style tr th { 
	background-color: transparent;
	border: 0;
	color: #000;
	padding: 5px;
}

.table-striped tbody tr:nth-of-type(2n) {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    border-bottom: 0;
    background-color: transparent;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    /*background-color: #FFF;*/
    background-color: transparent;
    border-bottom: 0;
}
.table-responsive tr {
	border-bottom: 1px solid #d7d7d7;
}
.table-responsive .table.no-style tr {
	border-bottom: 0;
}
.table-responsive tr td { 
    font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 7px 15px; 
	vertical-align: top; 
	border: none;
	vertical-align: middle;
}
.table-responsive .table.no-style tr td {
	padding: 5px;
}
.table-responsive table tr td input[type='text'],
.table-responsive table tr td input[disabled="disabled"] {
	text-align: center;
}

.table-responsive table.sub-table {
	border: 0;
}

.table-responsive table.sub-table tr {
    background: #fff;
	border-bottom: 1px solid #303030;
}

.table-responsive table.sub-table tr th {
   border-top: 0;
}

.table-responsive table.morepadding tr td {
	padding: 15px 15px; 
}

.table-responsive table.sub-table tr:last-child td,
.table-responsive table.sub-table tr:last-child {
	border: none;	
}

.icon-plus,
.icon-minus {
	font-size: 14px;
	color: #666565;
	padding-left: 5px;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
	display: none !important;
}

.icon-trash-empty {
	color: #666565;
	font-size: 16px;
}

.details-icon::before {
	font-size: 14px;
	content: '\f04a';
	color: #000;
	padding-right: 7px;
	font-weight: normal;
	font-family: "cew-iconset";
}



/* Footer */

footer {
    width: 100%;
    background: #c4161c;
    color: #ffe7e7;
	font-size: 12px;
	line-height: 1.6em;
	padding: 35px 0;
    position: absolute;
    bottom: 0;
}

footer ul,
footer ul li {
	list-style: none;
	padding: 0; margin: 0;
}

footer ul li {
	display: inline-block;
}

footer ul li a {
	padding: 0 10px;
	font-size: 14px;
}

footer ul li:first-child a {
	padding-left: 0;
}

a.stafflogin::before {
	font-family: "cew-iconset";
	color: #fff;
	content:'\f13e';
	padding-right: 4px;
}

a.stafflogin {
	color: #ffe7e7;
	font-size: 12px;
}

footer a:hover,
footer a.active,
footer ul li a:hover,
footer ul li.actvie a {
	color: #fff;
}

.labelinline label {
    display: inline-block;
}