@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;
}
body {
	line-height: 1;
}
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;
}
/* 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;/*inherit to use body text color*/
	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: orange; /*customized your color*/
	outline: 0;
 ie-dummy: expression(this.hideFocus=true);
}
a.back {
	font-family: opensanslight, Arial, Helvetica, sans-serif;
	color: #808285;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0.05em;
	text-decoration: none;
}
a.back:hover {
	color: #bbbbbb;
}
 select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #878787;
}
/* <a> link with class */
a.btn, a.fbtn {
	font: normal 10px opensanslight, Arial, Helvetica, sans-serif;
	color: #808285;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	padding: 6px 12px;
	text-decoration: none;
}
a.btn:hover {
	background: #c72031;
	color: #ffffff;
	border-color: #c72031;
}
/* Font Embed */

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




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

}




@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


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

@font-face {
      font-family: 'cew-iconset-v2';
      src: url('./fonts/cew-iconset-v2.eot?47946472');
      src: url('./fonts/cew-iconset-v2.eot?47946472#iefix') format('embedded-opentype'),
           url('./fonts/cew-iconset-v2.woff?47946472') format('woff'),
           url('./fonts/cew-iconset-v2.ttf?47946472') format('truetype'),
           url('./fonts/cew-iconset-v2.svg?47946472#cew-iconset-v2') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "cew-iconset-v2";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;

      font-variant: normal;
      text-transform: none;

      line-height: 1em;

      margin-left: .2em;

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
   
    }

[class^="ri-"]:after, [class*=" ri-"]:after, [class^="ri-"]:before, [class*=" ri-"]:before {
	font-family: 'Rivolicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.ri-arrow-down{
	font: normal 16px "latobold", Arial, sans-serif;
	font-size:15px;
	color:#ffffff !important;
	cursor:pointer;
	
}

.ri-arrow-down:hover, .ri-arrow-down:hover:before{
	color:#70050f !important;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.ri-arrow-down:before {
	content: "\e601";
	padding-right:10px;
}




/* HTML */
html {
	position: relative;
	min-height: 100%;
}
body {
	background: #ffffff;
	color: #525252;
	font: normal 16px "latolight", Arial, sans-serif;
	line-height: 1.5em;
	height: auto;
	margin: 0;
}
body.overflow-hidden, html.overflow-hidden {
	overflow: hidden;
}
body.overflow-hidden {
	position: fixed;
	width: 100%;
	min-height: 100%;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
td {
	position: relative;
}
p {
	margin-bottom: 20px;
	font-weight: normal;
}
.clear {
	clear: both;
}
/* Basic Fonts */
h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Varela Round", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}
h1, h1 a, h1 a:link {
	font-size: 45px;
	color: #222222;
	letter-spacing:0.03em;
}
h2, h2 a, h2 a:link {
	font-size: 42px;
	letter-spacing:0.03em;
}

h2.lite{
	color:#767676;
}
h2.premium{
	color:#9f7e2a;
}
h3, h3 a, h3 a:link {
	font-size: 36px;
	color: #ffffff;
	line-height:34px;
}
h4, h4 a, h4 a:link {
	font-size: 35px;
	color: #222222;
	letter-spacing:0.03em;
}
h5, h5 a, h5 a:link {
	font-size: 32px;
	color: #222222;
	letter-spacing:0.03em;
}
h6, h6 a, h6 a:link {
	font-size: 22px;
	letter-spacing:0.03em;
	color:#3ac8ed;
}

h7, h7 a, h7 a:link {
	font-size: 20px;
	letter-spacing:0.03em;
}

.orange{
	color:#e18105;
}

.green {
color:#94c334;
font-size:18px;
}

.blue {
	color:#3AC8EE;
	font-size:18px;
}
	

.black {
	color:#091c27;
	font-size:15px;
}


.white{
	color:#ffffff !important;
}
.txt-small {
	
}
label {
	color: #909090;
	font-size: 14px;
}
b, strong {
}
i, em {
}
i b, i strong, em b, em strong, b i, b em, strong i, strong em {
}
/* Listing Styles */
ol, ul {
	margin-left: 20px;
}
ol > li {
	margin-bottom: 15px;
}
ul li {
	/*margin-bottom: 15px;Active this to customized bullet point 
	list-style-image: url(../images/ulli.png);*/
	list-style-type: none;
}
ul.ri-check-square li{
	       position: relative; /* Will help curtail overlap */
      padding-left: 10px; /* Reserves a space for the square dot */
	  padding-bottom:15px;
}

ul.ri-check-square li:before{
font-family: 'Rivolicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60a";
	 position: absolute;
        left: -1em; /* same as ul padding-left */
        top: 0.25em;
		color:#763D92;
}
/* Text Field & Button Style */
input[disabled="disabled"] {
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	/* Modern Browsers */
	opacity: 1;
	-webkit-opacity: 1;
}
input[type="password"], input[type='text'], select, textarea, input[disabled="disabled"] {
	padding: 15px 20px;
background: #ffffff;
border: none;
color: #000000;
font-size: 14px;
line-height: 22px;
font-family: "open_sansregular", Arial, Helvetica, sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 1px solid #e0e0e0;
border-radius: 30px;
margin-bottom: 10px;
	
}
input[type='submit'], input[type='button'] {
	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;
}
input:focus, input[type='text']:focus, select:focus, textarea:focus {
	outline: 0;
}
/** RADIO / CHECKBOX**/
input[type="radio"], input[type="checkbox"] {
	margin-left: 10px;
	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;
}
/*for Contact Us Send enquiry button */
a.actionbtn, .actionbtn, a.regbtn {
	font-family: "latobold", Arial, Helvetica, sans-serif;
	color: white !important;
text-transform: Uppercase;
display: inline-block;
padding: 13px 50px;
text-align: center;
background: #6a6a6a;
text-decoration: none;
min-width: 15%;
border-radius: 30px;
border: none !important;
cursor: pointer;
box-shadow: -4px 3px 8px 0px rgba(43, 43, 43, 0.3); 
}
a.actionbtn:hover, .actionbtn:hover {
	background: #70050f;
}
a.backbtn, .backbtn {
	background: #808285;
}
a.backbtn:hover, .backbtn:hover {
	background: #666666;
}

.btnSend{
	font-family: "latobold", Arial, Helvetica, sans-serif;
	color: white;
text-transform: Uppercase;
display: inline-block;
padding: 13px 50px;
text-align: center;
background: #6a6a6a;
text-decoration: none;
min-width: 15%;
border-radius: 30px;
border: none !important;
cursor: pointer;
}
/*for Download button */
.dlbtn {
}
/* 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.png) no-repeat;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#scrollUp-active {
	display: none;
}
/* Divider and Outline */

hr {
	background: #d9d9d9;
	height: 1px;
	width: 100%;
	border: none;
}
.vDiv {
}
.outline {
	border: #d5d5d5 1px solid;
	display: inline-block;
}
/* Vertical Align */
.vAlign {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	margin-right: -4px;
}
.vTop {
	display: inline-block;
	float: none !important;
	vertical-align: top;
	margin-right: -4px;
}
.vBtm {
	display: inline-block;
	float: none !important;
	vertical-align: bottom;
	margin-right: -4px;
}
/* Contact Tab */
#box {
	width: 180px;
	right: -230px;
	top: 96px; /* change this value to place the menu higher or lower */
	position: fixed;
	z-index: 100;
	background: #131313;
	color: #ffffff;
	font: normal 12px Arial, sans-serif;
	line-height: 19px;
	padding: 20px 25px;
}
#box h3 {
	color: #fff;
	margin-top: 0;
}
#box a:hover {
	color: #fff;
}
#tab {
	float: left;
	list-style: outside none none;
	margin-left: -60px;
	padding: 0px;
	position: relative;
	z-index: 99;
	margin-top: -20px;
}
#tab li span {
	display: block;
	padding: 0;
	position: relative;
}
#tab img {
	cursor: pointer;
}
.show, .hide {
	/* we specify the transition length for hiding and showing */
	transition: margin-right .4s ease-in;
	-webkit-transition: margin-right .4s ease-in;
}
.hide {
	margin-right: 0px;
}
.hide ul li img: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;
}
.show {
	margin-right: 195px;
}
/* Header */

header {
	margin:0 auto;
	height:100%;	
	/*background:url(images/navi.png) center no-repeat;	*/
	 z-index: 999 !important;
}
.header-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.logo {
	float: left;
	width: 155px;
}
.icons_link {
	float: right;
	padding: 15px 0;
	position: relative;
}
/* Search */
#search_div {
	margin-bottom: 40px;
}
#search {
	clear: both;
	position: absolute;
	top: 0;
	right: 40px;
	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: 100%;
}
input.search_field {
	background: white;
	border: 0;
	font: normal 13px latolight, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #808285;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 10px;
	height: 100%;
}
#search.active {
	width: 180px;
	z-index: 9999;
}
#search h2 {
	display: none;
}
input.search_btn {
	background: #c72031 url(../images/icon_search.png) no-repeat center;
	height: 40px;
	width: 40px;
	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;
}

 @media (max-width: 768px) {
#search {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
	/* Good browsers */
	opacity: 0;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent url(../images/box_bg.png) repeat;
	visibility: hidden;
}
#search h2 {
	top: 30%;
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}
#search.active {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	transition: opacity 300ms ease-out, visibility 300ms ease-out;
}
input.search_field {
	text-align: center;
	width: 85%;
	height: 40px;
	background: none;
	border-bottom: 1px solid #aaaaaa;
	position: absolute;
	top: 40%;
	margin: auto;
	left: 0;
	right: 0;
	font-size: 15px;
}
.closesearch, a.closesearch {
	display: block;
	font-size: 44px;
	line-height: 50px;
	position: absolute;
	top: 5px;
	right: 15px;
	color: #444;
}
a.closesearch:hover {
	background: none !important;
}
}
/* Navigation */
nav {
	margin: 0 auto;
	display: inline-block;

}
#menu {
    position: absolute;
    z-index: 900;
    top: 20px;
    text-align: center;	
	left:0;
	right:0;
	margin:auto;
}

ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 500 !important;
	margin-top: 0px;	
}
ul#navmenu-h li {
	display: inline-block;
	position: relative;
	padding-bottom: 1px;
	padding:0px 25px;
}
/* Root Menu */

ul#navmenu-h li a {
	display: block;
	padding: 8px 13px;
	color: #626262;
	font: normal 16px 'Lato', Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	text-align: center;	
	border: 0;
	
}

ul#navmenu-h {
    display: -webkit-box;
    display: -ms-inline-table;
    display: inline-table;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.45rem 1.5rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
	box-shadow: -1px 6px 22px -6px rgba(0,0,0,.5);
    border-radius: 2rem;
    font: normal 16px 'Lato', Arial, Helvetica, sans-serif;
    color: #626262;
}

ul#navmenu-h li::before {
    display: inline-block;
    color: #cccccc;
    content: "|";
left: -5px;
position: absolute;
top: 0.35rem;
}

ul#navmenu-h li:first-child::before {
    display: none;
}


/*ul#navmenu-h li:nth-child(2) a {
	padding-left: 0;
}

ul#navmenu-h li:nth-child(5) a{
	margin-right: 235px;
}

ul#navmenu-h li:nth-child(9) a {
	padding-right: 0;
}*/

/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
	color: #000;
}

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

ul#navmenu-h ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	list-style-type:none;
	padding: 0;
	margin: 0;
	float: left;
	border: 1px solid #d2cec6;
	background-color: #ede8dd;
	min-width: 190px;
}

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: #ede8dd;
	color: #4c4c4c;
	font: normal 14px 'Lato', Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	border: none;
	text-shadow: none;
	text-transform: capitalize;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a {
	cursor: pointer;
	color: #bd9d4e;
	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: #ede8dd;
	color: #4c4c4c;
	font: normal 14px 'work_sans', Arial, Helvetica, sans-serif;
	padding: 10px 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:#bd9d4e;
	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: #ede8dd;
	color: #4c4c4c;
	font: normal 14px 'work_sans', Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	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:#bd9d4e;
	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: #bd9d4e;
}

.move_right {
   margin-left:150px;
}


.smart-menu {
  line-height: 60px;
  background-color: #fafafa;
  box-shadow: -1px 6px 22px -6px rgba(0,0,0,.5);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/* end Nav */


/* Banner */
#mainbanner {
    background: url(../images/banner.png) no-repeat center top;
    height: 555px;
	text-align: center;
	position: relative;
	z-index:10;
}

.caption01{
	font: normal 72px 'Varela Round', Arial, Helvetica, sans-serif;
	letter-spacing:0.03em;
	color:#ffffff;
	text-shadow: 1px 2px 6px rgba(118, 60, 6, 0.35); 
}

.caption02{
	font: normal 30px 'latoregular', Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:36px;
	text-shadow: 1px 2px 6px rgba(118, 60, 6, 0.35); 
}

.caption03{
	font: normal 56px 'Varela Round', Arial, Helvetica, sans-serif;
	letter-spacing:0.03em;
	color:#ffffff;
	text-shadow: 1px 2px 6px rgba(118, 60, 6, 0.35); 
}
/* HOME-PAGE Content */
.content{
	margin-top:-30px;
}
#maincontent {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#maincontent.homepage {
	padding-bottom: 0;
}
/* SUB-PAGE Content */

.circle{
  width:100%;
  padding-bottom:100%;
  background:#f4953f;
  border-radius:100%;
}

.rec{
  width:100%;
  padding-bottom:106%;
  background:#94c334;
  border-radius:10px;
  margin-top: -23%;
}

.contactCircle{
  width:100%;
  padding-bottom:100%;	
  background:#3AC8EE;
  border-radius:100%;
}

.contactContent{
	position:absolute;
	padding:22% 16.4%;
	font: normal 18px 'latobold', Arial, Helvetica, sans-serif;
	color:#222222;
}

.contactContent a:hover,.contactContent a:focus{
	color:#ffffff;
}


.goDigitalContent{
	position:absolute;
	padding:22% 20%;
}

.autoCountContent{
	position:relative;
	padding:16% 10%;
	    background:#3AC8EE;
    border-radius: 10px;
}

.goDigitalContent p{
	color:#222222;
	font-size:18px;
}


#goDigital {

}

#packages {
padding-bottom:80px;
}
#features {

	
}
#talkToUs {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	padding-bottom:60px;

}

.background{
	background:url(../images/background.png) no-repeat center top;
	margin-top:0px;
	padding-top:110px;
	padding-bottom:130px;
	min-height:2040px;
}




.whitebox{
	background:#ffffff;
	box-shadow: -4px 3px 8px 0px rgba(43, 43, 43, 0.3); 
	padding:35px 65px;
	height:100%;
	border-radius:10px;
}
.whitebox img.lite{
	position:absolute;
	top:-16px;
	right:-1px;
}

.whitebox img.premium{
	position:absolute;
	top:-16px;
	right:3px;
}

.whiteboxOp{
	background:#ffffff;
	box-shadow: -4px 3px 8px 0px rgba(43, 43, 43, 0.3); 
	padding:35px 65px;
	border-radius:10px;
	opacity:0.9;
}

.icon_phone{
	background:url(../images/icon_phone.png) no-repeat center left;
	padding-left: 30px;
}

.icon_mobile{
	background:url(../images/icon_mobile.png) no-repeat center left;
	padding-left: 30px;
}
.ri-earth:before {
	content: "\e629";
	padding-right:10px;
	color:#ffffff;

}
.ri-envelope:before{
	content: "\e62a";
	padding-right:10px;
	color:#ffffff;

}

.ri-arrow-right:before{
	content: "\e603";
	padding-right:10px;
	color:#ffffff;
	font-weight:bold;
}
.ri-arrow-right{
	color:#ffffff !important;
	font-weight:bold;
}

.ri-arrow-right:hover, .ri-arrow-right:hover:before
{
	color:#70050f !important;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}


.ri-envelope,.ri-earth,.icon_mobile,.icon_phone{
	margin-bottom:8px;
}



/*********************
   Products
*********************/
.prod_thumbnail, a.prod_thumbnail {
	display: block;
	width: 235px;
	height: 235px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.prod_thumbnail img, a.prod_thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	height: auto;
}
.usualprice {
	color: #afafaf;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: line-through;
}
.price {
	font-size: 14px;
	color: #828286;
	display: inline-block;
}
.usualprice.proddes_price, .price.proddes_price {
	font-size: 17px;
}
.quickbuy_btn, input.quickbuy_qtn, input[type="button"].quickbuy_btn, input[type="submit"].quickbuy_btn {
	background: #ffffff url(../images/icon_prodcart.png) no-repeat center;
	width: 35px;
	height: 35px;
	border: 1px solid #da1a32;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.quickbuy_btn:hover, input.quickbuy_qtn:hover, input[type="button"].quickbuy_btn:hover, input[type="submit"].quickbuy_btn:hover {
	border-color: #b0b0b0;
	background-image: url(../images/icon_prodcarthover.png);
}
a.promo_thumbnail, .promo_thumbnail {
	width: 230px;
	background: black;
	height: 284px;
	position: relative;
	/*display: block;*/
	overflow: hidden;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
a.promo_thumbnail img, .promo_thumbnail img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	background: white;
}
a.promo_thumbnail:hover img, .promo_thumbnail:hover img {
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	/* Modern Browsers */
	opacity: 0.7;
}
a.promo_link, .promo_link {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
a.promo_link:hover, .promo_link:hover {
	color: #ffd2d7;
}
/* for 3 in a row */

a.promo_thumbnail {
	width: 100%;
	display: block;
	margin: auto;
	height: 438px;
	margin-bottom: 20px;
}
a.promo_thumbnail img {
	width: 100%;
}
/* for 3 in a row */

.prodImg {
	width: 320px;
	height: 320px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.prodImg img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.prod_name {
	font: normal 30px opensansregular, Arial, Helvetica, sans-serif;
	color: #c72031;
	display: block;
	line-height: 35px;
	margin-bottom: 5px;
}
input.qty {
	background: white;
	text-align: center;
	height: 35px;
	padding: 7px 40px;
	margin: 0;
	width: 120px;
	font: normal 15px opensansbold, Arial, Helvetica, sans-serif !important;
	color: #636363;
}
.pagination, .pagination li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pagination {
	width: 90%;
	margin: auto;
	padding: 10px 0 20px;
}
.pagination li {
	margin: 1px;
	display: inline-block;
}
.pagination li a {
	display: block;
	padding: 2px 7px;
	line-height: 12px;
	font: normal 12px opensanslight, Arial, Helvetica, sans-serif;
	color: #686868;
	border: 1px solid #cecece;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-transform: uppercase;
	text-decoration: none;
}
.pagination li a:hover {
	border-color: #606060;
}
.pagination li.active a, .pagination li.active a:hover {
	background: #909090;
	border-color: #909090;
	color: #ffffff;
}
.pagination li.page_li a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 5px;
	padding: 3px 13px;
	color: #606060;
	font-size: 11px;
	text-decoration: none;
}
.breadcrumbs, .breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs {
	margin-bottom: 18px;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.breadcrumbs li, .breadcrumbs li a {
	font: normal 18px opensansregular, Arial, Helvetica, sans-serif;
	color: #808285;
	text-transform: uppercase;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	color: #bbbbbb;
}
.breadcrumbs .divider {
	background: transparent url(../images/breadcrumbs_div.png) no-repeat center;
	width: 10px;
	height: 15px;
	display: block;
}
.breadcrumbs.proddet {
	display: inline-block;
	vertical-align: middle;
	width: 600px;
}
/**********************
   Product Details
**********************/
.proddet_img_div {
	position: relative;
}
.proddet_img {
	width: 320px;
	height: 320px;
	overflow: hidden;
	position: relative;
	background: white;
	margin-bottom: 15px;
}
.proddet_img img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/**********************
   Promotions 
**********************/
.promodiv a.promo_thumbnail, .promodiv .promo_thumbnail {
	height: 420px;
	background: white;
	border: 2px solid #d6d6d6;
}
.promo_tag {
	-ms-transform: rotate(30deg); /* IE 9 */
	-webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
	transform: rotate(30deg);
	right: -20px;
	top: -20px;
	left: auto;
	border: none;
}
.promodiv .promo_link, .promodiv a.promo_link {
	color: #c72031;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
}
.promodiv .promo_link:hover, .promodiv a.promo_link:hover {
	color: #a20f21;
}
.promo_expiry {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: #808285;
	padding: 12px 15px;
	margin-top: 30px;
}
.promodiv.active .promo_expiry, .promodet .promo_expiry {
	background: #da1a32;
}
.promodet .promo_expiry {
	display: inline-block;
	padding: 12px 35px;
}
.promodiv.active a.promo_thumbnail, .promodiv.active .promo_thumbnail {
	border: 2px solid #c72031;
}
.promodet_img_div {
	width: 437px;
	position: relative;
}
.promodet_img {
	width: 437px;
	height: 617px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	background: white;
	position: relative;
}
.promodet_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.promo_terms {
	font-size: 12px;
	line-height: 20px;
}
.promoterms_title {
	text-decoration: underline;
}
/**********************
   Contact  
**********************/



/* Footer */

footer {
	width: 100%;
	background: #ffffff;
	color: #808285;
	position: relative;
	bottom: 0;
	padding:15px 0;
}
.footer_wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/***********************
  CART
************************/
.cartHeader {
	font-size: 15px;
	line-height: 10px;
}
.cart_thumb {
	width: 180px;
	height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	background: white;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.cart_thumb img {
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cart_des {
	width: 250px;
	display: inline-block;
	vertical-align: middle;
}
.cart_prodname, a.cart_prodname {
	font-size: 16px;
	text-transform: uppercase;
	color: #da1a32;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
a.cart_prodname:hover, .cart_prodname:hover {
	color: #c72031;
}
.cart_price {
	font-size: 15px;
}
.cart_qty {
	margin-top: 0;
}
.cartHeaderRow {
	padding: 15px 40px;
}
.cartHeader01 {
	padding-left: 6.5%;
}
.cart_del, input.cart_del {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent url(../images/icon_del.jpg) no-repeat center;
}
.cart_del:hover, a.cart_del:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	/* Modern Browsers */
	opacity: 0.3;
}
/***********************
  Delivery
************************/
.checkout_steps {
	max-width: 350px;
	width: 95%;
	margin: auto;
	text-align: center;
}
.checkout_steps ul, .checkout_steps li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.checkout_steps ul {
	background: transparent url(../images/redline.jpg) repeat-x left center;
	display: inline-block;
}
.checkout_steps li {
	display: inline-block;
	margin-left: 35px;
}
.checkout_steps li a {
	width: 30px;
	height: 30px;
	background: #898989;
	color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 30px;
}
.checkout_steps li a.active, .checkout_steps li.active a {
	background: #da1a32;
}
.checkout_steps li:first-child {
	margin-left: 0;
}


/***********************
  Print
************************/
/****Print Optimization - Make Sure Everything Stay In Place****/

@media print {
.hidden-print {
	display: none !important
}
html, body {
	/*changing width to 100% causes huge overflow and wrap*/
	height: 100%;
	background: #FFF;
}
#maincontent {
	display: block !important;
}
.printBtn, .actionbtn, #scrollUp, header, footer {
	display: none !important;
}
body {
	margin: 0;
 padding 0 !important;
	min-width: 768px;
}
.container {
	width: auto;
	min-width: 750px;
}
#banner {
	display: table;
	vertical-align: middle;
	text-align: center;
}
#banner img {
	display: table-cell;
	max-height: 100%;
	height: auto;
}
a[href]:after {
	content: none;
}
.noprint, div.alert, header, .group-media, .btn, .footer, #comments, .nav, ul.links.list-inline, ul.action-links {
	display: none !important;
}
[class*="col-xl-"] {
 float: left;
}
[class*="col-lg-"] {
 float: left;
}
[class*="col-md-"] {
 float: left;
}
 [class*="col-sm-"] {
 float: left;
}
 [class*="col-xs-"] {
 float: left;
}
.col-xl-12, .col-lg-12, col-md-12, .col-sm-12, .col-xs-12 {
	width: 100% !important;
}
.col-xl-11, .col-lg-11, col-md-11, .col-sm-11, .col-xs-11 {
	width: 91.66666667% !important;
}
.col-xl-10, .col-lg-10, col-md-10, .col-sm-10, .col-xs-10 {
	width: 83.33333333% !important;
}
.col-xl-9, .col-lg-9, col-md-9, .col-sm-9, .col-xs-9 {
	width: 75% !important;
}
.col-xl-8, .col-lg-8, col-md-8, .col-sm-8, .col-xs-8 {
	width: 66.66666667% !important;
}
.col-xl-7, .col-lg-7, col-md-7, .col-sm-7, .col-xs-7 {
	width: 58.33333333% !important;
}
.col-xl-6, .col-lg-6, col-md-6, .col-sm-6, .col-xs-6 {
	width: 50% !important;
}
.col-xl-5, .col-lg-5, col-md-5, .col-sm-5, .col-xs-5 {
	width: 41.66666667% !important;
}
.col-xl-4, .col-lg-4, col-md-4, .col-sm-4, .col-xs-4 {
	width: 33.33333333% !important;
}
.col-xl-3, .col-lg-3, col-md-3, .col-sm-3, .col-xs-3 {
	width: 25% !important;
}
.col-xl-2, .col-lg-2, col-md-2, .col-sm-2, .col-xs-2 {
	width: 16.66666667% !important;
}
.col-xl-1, .col-lg-1, col-md-1, .col-sm-1, .col-xs-1 {
	width: 8.33333333% !important;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left !important;
}
}
 @media print and (color) {
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
}
@media (max-width:767px) {
	.feature h1 {
		font-size:4em;
	}
	
	
	
	.goDigitalContent {
		position:relative;
		padding:8% !important;
	}
	
.circle{
	  border-radius: 2%;
		padding-bottom:0;

  }
	.contactContent{
		position:relative;
		padding:8% !important;
	}
	.contactCircle{
		border-radius: 2%;
		padding-bottom:0;
	}
	
	
	
	a.actionbtn, .actionbtn, a.regbtn, .btnSend {
		width:100%;
	}
	.smart-menu .smart-wrapper .menu a::after {
		display:none;
	}
	.smart-menu.shown{
		min-height:150px !important;
	}
	.smart-menu .smart-wrapper .menu a{
		padding: 0.4rem 1rem !important;
	}
	.smart-menu .smart-wrapper .menu li {
		display:block !important;
	}
	.whitebox{
		padding: 35px 30px;
	}
	.whiteboxOp{
		padding: 35px 30px;
	}
	.contactContent{
		padding: 22% 10.4%;
		font-size:16px;
	}

	
	.contactContent img{
		width:230px;
	}
	.background{
	margin-top:0px;
	padding-top:50px;
	padding-bottom:30px;
}
.content {
    margin-top: 0;
}

body {
	font-size: 12px;
}



#maincontent, #wrapper, body, html, footer, header, .container, .footer_wrapper, .header_wrapper {
	min-width: 0;
	width: 100%;
}
.footer_wrapper {
	padding-top: 5px;
}
#maincontent {
	width: 100%;
}
.logo {
	width: 70%;/*text-align: center;*/
}
.logo img {
	display: inline-block;
}
nav {
	width: 100%;
	text-align: center;
	z-index: 5;
}
.nav_wrapper {
	z-index: 99;
	position: fixed;
	left: -100%;
	top: 0;
	width: 80%;
	height: 100%;
	background: white;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
ul#navmenu-h {
	height: 100%;
	display: block !important;
}
ul#navmenu-h, ul#navmenu-h li {
	display: block;
	margin: 0;
	padding: 0;
}
ul#navmenu-h ul {
	top: 0;
	left: 100%;
}
ul#navmenu-h li a {
	color: #626262 !important;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	letter-spacing: 0;
}
ul#navmenu-h li {
	border: none;
	border-bottom: 1px solid #ddd;
	position: static;
	
}
ul#navmenu-h li:last-child, ul#navmenu-h li li {
	border: none;
}
ul#navmenu-h li:hover a {
	background-color: #d71c2f;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
ul#navmenu-h ul, ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	/*display: block;*/
	background: none;
	width: 100%;
	float: none;
	border: none;
	min-width: 0;
}
ul#navmenu-h li li a, ul#navmenu-h li:hover li a, ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li:hover li:hover li:hover li a {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 12px;
}
ul#navmenu-h a, ul#navmenu-h ul a, ul#navmenu-h ul ul a, ul#navmenu-h ul ul ul a, ul#navmenu-h ul li:hover a, ul#navmenu-h ul ul li:hover a, ul#navmenu-h ul ul ul li:hover a, ul#navmenu-h li:hover li a, ul#navmenu-h ul a:focus, ul#navmenu-h ul ul a:focus, ul#navmenu-h ul ul ul a:focus, ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a, 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, ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a, ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover, ul#navmenu-h li:hover a {
	background: none !important;
	color: #000000 !important;
	text-align: center;
	text-decoration: none;
}
/***********************
	MultiPush Menu (Slink) - Mobile
************************/
	
	/*Overlay Effect*/
#overlay {
	opacity: 0;
	transition: opacity 0.5s ease;
	height: 100%;
	width: 0;
}
#overlay.active {
	background: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url(../images/overlay.png) repeat;
	z-index: 9999;
	opacity: 1;
	transition: opacity 0.5s ease;
}
/*Do Remove or Modify*/
nav {
	float: none;
}
/*Multi Menu Icon*/
.menu_toggle, .menu_close {
	color: white;
	font-size: 44px;
	line-height: 50px;
	padding-left: 10px;
	float: right;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
										not supported by any browser */
	/*margin-top: -48px;*/
	margin-right: 10px;
	display: block;
}
.menu_close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #aaa;
	padding-left: 0;
	z-index: 501;
	margin: 0;
}
.menu_close:hover {
	color: #ffffff;
}
#menu {
	float: none;
	left: 0;
	z-index: 99999;
	/* Please make sure the width and left % are the same as it will affect how fast menu will animate */
	width: 80%;
	top:5px;
	overflow: hidden;
	overflow-y: auto;
	transition-property: left;
	transition-timing-function: ease;
	-webkit-transition-property: left;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: left;
	-moz-transition-timing-function: ease;
	-o-transition-property: left;
	-o-transition-timing-function: ease;
}
#menu.active {
	left: 0;
}
/* Slinky CSS */
.slinky-menu {
	overflow: auto;
	height: 100%;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
}
.slinky-menu > ul, ul#navmenu-h {
	left: 0;
	position: relative;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
}
.slinky-menu ul, .slinky-menu li {
	list-style: none;
	margin: 0;
}
.slinky-menu ul {
	width: 100%;
}
.slinky-menu a {
	display: block;
}
.slinky-menu li ul {
	display: none !important;
	left: 100%;
	position: absolute;
	top: 0;/*display: block !important;*/
}
.slinky-menu .header {
	position: relative;
}
.slinky-menu h2 ~ a.back {
	left: 0;
	position: absolute;
	top: 0;
}
.slinky-menu a.back, ul#navmenu-h li a.back {
	margin: 0;
	background: none;
	color: #101010;
}
ul#navmenu-h li:hover a.back {
	background: none;
	color: #333333;
}
.slinky-menu a.back:hover, ul#navmenu-h li a.back:hover {
	color: #012a53;
}
.slinky-menu h2 {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
/* Default theme */
	
	/*.slinky-menu .header {
		background: #AAA;
	}*/
	
.slinky-menu h2 {
	color: #FFF;
	padding: 1em;
}
.slinky-menu a {
	/*background: #AAA;*/
	border: none;
	color: #FFF;
	padding: 1em;
}
.slinky-menu a:hover {
	background: #000;
}
/* Slinky back and next arrow
		You may amend the look of it or remove them if you do not wish to have any
	*/
.slinky-menu a.next:after {
	content: '\276f';
	margin-left: 1em;
	float: right;
}
.slinky-menu a.back:before {
	content: '\276e';
	margin-right: 1em;
	float: left;
}
/* End of Slinky */

ul#navmenu-h li.header {
	display: block;
}

.caption01{
	font: normal 30px 'Varela Round', Arial, Helvetica, sans-serif;
}

.caption02{
	font: normal 16px 'latoregular', Arial, Helvetica, sans-serif;
}

.caption03{
	font: normal 38px 'Varela Round', Arial, Helvetica, sans-serif;
}

}
 @media (max-width: 480px) {
	 
}


/***********************
  ADD ON
************************/
.slinky-menu ul.showSlink {
	display: block !important;
}
/***********************
  Programmer Required
************************/
.IE8Fix {
	z-index: 1;
}
.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
	font-size: 11px;
	color: #CC0000;
	display: block;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.errMsg a:hover {
	text-decoration: underlink;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

/********************************************************
  MOBILE / RESPONSIVE TABLE WITH NO VERTICAL SCROLLING
*********************************************************/
.attributes_sort label {
	margin-right: 15px;
}
table.attributes {
	font-size: 13px;
	line-height: 18px;
}
.attributes th, table.attributes th {
	font-weight: normal;
	padding: 10px 18px;
}
.attributes td, table.attributes td {
	padding: 12px 18px;
	font-weight: normal;
}
input.attributes_qty, .attributes_qty {
	border-color: #d0d0d0;
	color: #505050;
	text-align: center;
	min-width: 0;
	max-width: 80px;
	width: 100%;
}
table.attributes tbody tr:nth-child(odd) {
	background: white;
}
table.attributes tbody tr:nth-child(even) {
	background: #efefef;
}
.table-header {
	display: none;
}

@media (max-width: 700px) {
/* Force table to not be like tables anymore */
table.attributes, table.attributes thead, table.attributes tbody, table.attributes th, table.attributes td, table.attributes tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
table.attributes thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.attributes tr {
	border: 1px solid #ccc;
	border-bottom: none;
	border-top: none;
}
table.attributes tr:last-child {
	border-bottom: 1px solid #ccc;
}
table.attributes tr:first-child {
	border-top: 1px solid #ccc;
}
table.attributes td {
	/* Behave  like a "row" */
	border: none;
	position: relative;
	text-align: left;
	padding-left: 30vw;
	width: 100%;
}
table.attributes td:before {
	/* Now like a table header */
		/* Top/left values mimic padding */
	position: absolute;
	width: 30vw;
	left: 0;
	top: 0;
	padding: 12px;
	color: #a0a0a0;
	font-size: 11px;
}

/*Label the data*/
table.attributes td:before {
	content: attr(data-title);
}
.table-header {
	display: block;
	color: white;
	background: #c4261d;
	padding: 8px 10px;
	text-align: center;
	font-family: maven_probold, Arial, Helvetica, sans-serif;
}
/** ORDER TABLE **/
table.account-table {
	border: 0;
}
table.account-table tbody {
	background: white;
	border-top: 3px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
}
table.account-table tbody tr {
	border: none;
	border-top: 1px solid #e0e0e0;
	padding-bottom: 25px;
	padding-right: 0;
}
table.account-table tr:first-child {
	border-top: none;
}
table.account-table tbody tr:last-child td {
	padding-bottom: 0;
}
}


/****************************
	ACCORDION FOR CONTENT
****************************/
.accordion-content {
	display: none;	
}
.accordion-title {
	cursor: pointer;	
}
.accordion-title h3 {
	padding-right: 30px;	
	position: relative;
}
.accordion-title h3:after {
	position: absolute;
	right: 5px;
	content: '+';
	display: block;
	top: 2px;	
	transition: transform ease-in-out 300ms;	
}
.accordion-title.active h3:after {
	transform: rotate(45deg);
}
.accordion-title.active h3 {
	color:#0262d0;	
}



@media (max-width: 1050px) { 
	.section-push{margin-top:150px!important}
}


@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  
  h3{
		 font-size:34px ;
	 }
	 h6{
		 font-size:18px;
	 }
	 .goDigitalContent p {
		 font-size:15px;
		  margin-bottom:15px ;
	 }
	 .ri-arrow-down{
		 font-size:12px;
	 }
}

@media (max-width: 991px) {
  .container {
    max-width: 100% ;
  }
  
   h3{
		 font-size:25px;
	 }
	 h6{
		 font-size:13px  ;
	 }
	 .goDigitalContent p {
		 font-size:10px  ;
		 line-height: 15px ;
	 }
	 .goDigitalContent p {
		 font-size:10px  ;
		 line-height: 15px ;
		 margin-bottom:10px ;
	 }
	 
	 .ri-arrow-down{
		 font-size:12px ;
	 } 
}
  
  

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  
  
   h3{
		 font-size:34px ;
	 }
	 h6{
		 font-size:18px ;
	 }
	 .goDigitalContent p {
		 font-size:18px ;
		 line-height:1.5em ;
	 }
	 .ri-arrow-down{
		 font-size:12px ;
	 }
	 
	 .goDigitalContent
	{
		padding: 11% 10%;
	}
}

@media (max-width: 576px) {

  .container {
    max-width: 100%;
  }
 	.caption01 { color: #000;}
	.caption02 { color: #000; }
  
   h3{
		 font-size:24px ;
		 line-height:29px;
	 }
	 h6{
		 font-size:14px ;
	 }
	 .goDigitalContent p {
		 font-size:13px ;
		 line-height:1.5em ;
	 }
	 .ri-arrow-down{
		 font-size:13px ;
	 }
	 
	 .goDigitalContent
	{
		padding: 11% 10%;
	}
   
  
}



/** Table  **/
body { 
background: #fff; font: 400 1em/1.4 "Open Sans", "Helvetica Neue", sans-serif; color: #333; text-align: center; padding: 0em 0sem; 
}

h1 {
	 font-weight: 300; font-size: 45px; line-height: 1; margin: 0 0 .125em; 
	 }
h1 + p {
	 font-size: 1.5em; color: #999; max-width: 30em; margin: 0 auto 3em; 
	 }

table {
	  text-align: left; 
	  border-spacing: 0;
	  border-collapse: collapse; 
      -webkit-box-sizing: border-box; 
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
   position: relative;
}







th, td { 
font-family: inherit; 
font-size: .875em; 
line-height: 1.45; 
color: #444; 
vertical-align: middle; 
padding: 1em; 
    text-transform: uppercase;
}


th { 
font-weight: 600; 
}

colgroup:nth-child(1) { width: 25%; border: 0px solid #ccc;  }
colgroup:nth-child(2) { width: 14.8%; border: 0px solid #ccc; }
colgroup:nth-child(3) { width: 14.8%; border: 0px solid #ccc; }
colgroup:nth-child(4) { width: 14.8%; border: 0px solid #ccc; }
colgroup:nth-child(5) { width: 14.8%; border: 0px solid #ccc; }
colgroup:nth-child(6) { width: 13%; border: 0px solid #ccc; }


/* Tablehead */

thead th { 
background: #def4fe; 
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
text-align: center; 
position: relative; 
border-right: 1px solid #ccc;
padding: 2em 7.5em 2em;
font-weight: 400; 
color: #999;
 }


thead th:nth-child(1) { 
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);


}

/**
thead th:nth-child(3) { 
 padding: 2em 0 5em; 
 }
 **/
 
 
 thead th:nth-child(5) { 
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
border-bottom: 0px solid #ccc; 
border-right: 1px solid #ccc;

}


 thead th:nth-child(6) { 
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
border-bottom: 0px solid #ccc; 
border-right: 1px solid #ccc;

}

thead th h2 {
	 font-weight: 500; font-size: 1.3em; line-height: 1; color: #1b1b1b; letter-spacing:0;
	 font-family:"latoregular"!important;
	  }

thead th h2 + p {
	 font-size: 1.25em; line-height: 1.4;
	  }



/* Tablebody */

tbody th { 
background: #fff;
border-right: 1px solid #ccc;

}
tbody th span { 
font-weight: normal;
font-size: 87.5%;
color: #999; 
display: block; 
}

tbody td {
	/** background: #fff; **/
	 text-align: center; 
	 border-right: 1px solid #ccc;
	
	 }


tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td { 
background-color: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.06);
border-right: 1px solid #ccc; 
border-width: 1px 1px 0px 0px;
 }
 
 
.tbody th:nth-child(6) :nth-child(6) td { 
border-right: 0px solid #ccc;
 }


/** end of table **/

.icon img {
	display:inline-block;
}

.icon-tick {
	 font-family: "Rivolicons-Free";
}
@media (max-width: 768px) {
	thead th h2 {
	 font-size: 0.7em;
	 
	  }
}
	
	
#home {
     left: 30px;
    top: 12px;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/home.png) no-repeat;
    transition: none;
}



     
.section-push{ margin-top:80px;}






