@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------
Project			: NK Calendar - PRODUCT CATALOG
Designed By		: VirtualX Softwares
Developed By	: Damien Lucian;
Date			: August 14, 2018

Table of Index
------------------

1.	Base CSS
	1.1	TITLE STYLE
	1.2	COLOR CODE
2.	Header
	2.2	Navigation
3.	Preloader
4.	Slider
5.	PRODUCT
6.	ABOUTUS
7.	CONTACTUS
8.	FOOTER
9.	INNER PAGE CATEGORY
10.	Header Fixed
-----------------------------------------------------------*/

/*-----------------------------------------------------------
1.	Base CSS
-----------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }
ol, ul { list-style: none;}
html { -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; font-size: 16px; }
*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
body { font-family: 'Lato', 'Arial', sans-serif; font-weight: 400; overflow-x: hidden; background-color: #F7F6F2; height: 100%; }
::-moz-selection { color: #fff; background-color: #4eaac8; }
::selection { color: #fff; background-color: #4eaac8; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type='number'] { -moz-appearance: textfield; }

h1 { font-family: 'Lato', 'Arial', sans-serif; font-size: 42px; line-height: 36px; font-weight: 300; color: #42474c; margin-top: 0px; margin-bottom: 10px; }
h2 { font-family: 'Lato', 'Arial', sans-serif; font-size: 36px; line-height: 36px; font-weight: 300; color: #42474c; margin-top: 10px; margin-bottom: 19px; }
h3 { font-family: 'Lato', 'Arial', sans-serif; font-size: 30px; line-height: 36px; font-weight: 300; color: #42474c; margin-top: 10px; margin-bottom: 15px; }
h4 { font-family: 'Lato', 'Arial', sans-serif; font-size: 24px; line-height: 36px; font-weight: 400; color: #42474c; margin-top: 10px; margin-bottom: 10px; }
h5 { font-family: 'Lato', 'Arial', sans-serif; font-size: 14px; line-height: 30px; font-weight: 700; color: #42474c; text-transform: uppercase; margin: 0; }
h6 { font-family: 'Lato', 'Arial', sans-serif; font-size: 12px; /* line-height: 36px; */ font-weight: 700; color: #42474c; text-transform: uppercase; margin: 6px 0 0; letter-spacing: 0.3px; }

p { font-family: 'Lato', 'Arial', sans-serif; font-size: 15px; line-height:16px; color: #5c656d; font-weight: 300; margin-bottom: 5px; }
img { display: block; max-width: 100%; }

a { font-weight: 400; color: #4eaac8; outline: none; text-decoration: none; -webkit-transition: 0.5s all; transition: 0.5s all; }
a:hover { color: #FFF; -webkit-transition: 0.5s all; transition: 0.5s all; text-decoration: none; }
a:active { color: inherit; }
a:link,a:visited,a:hover,a:active,a:focus { outline: none; text-decoration: none; }

button { cursor: pointer; padding: 0; }
button:active, button:focus { outline: none; }
strong { font-weight: 700; }

.browserupgrade { font-size: 20px; line-height: 22px; text-align: center; padding: 20px; }

input[type="text"]:active, input[type="search"]:active, input[type="url"]:active, input[type="email"]:active, input[type="password"]:active, textarea:active, select:active { outline: none; }
input[type="text"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus { outline: none; }

.select-text { background-color: #4eaac8; color: #fff; }
.dropcap { font-size: 72px; line-height: 72px; color: #4eaac8; font-weight: 400; float: left; display: block; margin-top: -8px; margin-right: 18px; margin-bottom: 5px; }

ol { margin: 0; padding: 0; }
ol li { font-size: 18px; line-height: 36px; color: #5c656d; font-weight: 300; list-style: none; position: relative; padding-left: 30px; counter-increment: li; margin-bottom: 7px; }
ol li::before { content: "." counter(li); font-size: inherit; display: inline-block; text-align: right; direction: rtl; position: absolute; color: #4eaac8; font-weight: 400; top: 0; left: 0; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

@media only screen and (max-width: 1199px) {
	.text-md-center { text-align: center; }
	.text-md-left { text-align: left; }
	.text-md-right { text-align: right; }
}

@media only screen and (max-width: 991px) {
	.text-sm-center { text-align: center; }
	.text-sm-left { text-align: left; }
	.text-sm-right { text-align: right; }
}

@media only screen and (max-width: 767px){
	.text-xs-center { text-align: center; }
	.text-xs-left { text-align: left; }
	.text-xs-right { text-align: right; }
}

sub, sup { position: relative; font-size: 70%; line-height: 0; vertical-align: baseline; }

/*-----------------------------------------------------------
1.1. Title Style
-----------------------------------------------------------*/
.button-style-2 { position: relative; overflow: hidden; height: 40px; background: #004351; text-align: center; display: inline-block; font-size: 13px; line-height: 40px; color: #FFF; text-transform: uppercase; font-weight: 700; padding: 0px 48px; letter-spacing: 1px; }
.button-style-2 span { z-index: 2; position: relative; display: inline-block; }
.button-style-2:before, .button-style-2:after { content: ''; position: absolute; top: -100%; width: 200%; height: 200%; background: #DC2167; transition: all 0.35s ease-out; -webkit-transition:  all 0.35s ease-out; -ms-transition: all 0.35s ease-out; -webkit-transform: rotate(35deg); -ms-transform: rotate(35deg); transform: rotate(35deg); }
.button-style-2:after { right: -200%; }
.button-style-2:before { left: -200%; }
.button-style-2:hover:after { right: -65%; }
.button-style-2:hover:before { left: -100%; }
.button-style-2:hover { color: #fff; }
.button-style-2.border { background: #004351; border: 1px solid #9e8277; line-height: 38px; }

/*-----------------------------------------------------------
1.2. COLOR CODE
-----------------------------------------------------------*/
.b-purple{ background-color: #CA385F; }
.b-yellow{ background-color: #F2901A; }
.b-blue{ background-color: #1870BA; }
.b-green{ background-color: #1e86da; }

.t-purple{ color: #CA385F; }
.t-yellow{ color: #F2901A; }
.t-blue{ color: #1870BA; }
.t-green{ color: #1e86da; }

/*-----------------------------------------------------------
2.	Header
-----------------------------------------------------------*/
#top-info{ width: 100%; background-color: #1e86da; font-family: 'Arial', sans-serif; font-weight: normal; font-size: 14px; color: #FFF; line-height:  30px;  }

#main-menu ul { clear: both; }
#main-menu ul li{ float: left; display: inline-block; margin-left: 15px; margin-right:10px; }
#main-menu ul li a{ color: #666666; font-family: 'Lato', 'Arial', sans-serif; font-family: 15px; text-transform:uppercase; font-weight:bold; }
#main-menu ul li a.active{ color: #539939; font-family: 'Lato', 'Arial', sans-serif; font-family: 15px; border-bottom: #539939; }
#main-menu ul li a:hover { color: #539939; }

.navigation ul li .active { color:#1e86da; }

.Bottom_heading { font-size:20px; color:#563F77; box-sizing: content-box; width: 100px; height: 100px; padding:10px; border: 1px solid #666666; border-radius: 15px; }
.heading-e-bold { float:right; margin-right:150px; font-size:20px; color:#563F77; box-sizing: content-box; padding:10px; border: 1px solid #666666; border-radius: 15px; }

/*-----------------------------------------------------------
2.2	Navigation
-----------------------------------------------------------*/
.navbar{
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1e86da; -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1); -o-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 0 1px 1px rgba(0,0,0,0.1); }
.nav-item a{ font-size: 17px; font-family: 'PT Sans', sans-serif; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.navbar-light .navbar-nav .nav-link { color: rgba(0,0,0,0.7); } 
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link { 
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
}
ul li.nav-item a:hover{ background: #000000; -moz-border-radius: 19px; -khtml-border-radius: 19px; border-radius: 19px; behavior: url(PIE.html); color: #fff !important; text-decoration: none; }
ul li.curent a { background: #f5f5f5; -moz-border-radius: 19px; -khtml-border-radius: 19px; border-radius: 19px;  behavior: url(PIE.html); color: #444; }
ul li.nav-item.active a{ background: #1e86da; -moz-border-radius: 19px; -khtml-border-radius: 19px; border-radius: 19px; behavior: url(PIE.html); color: #fff !important; text-decoration: none; }

/*-----------------------------------------------------------
3.	Preloader
-----------------------------------------------------------*/
.preloaderjs .spinner { display: none !important; }
.preloaderjs#page-preloader { background: rgba(46, 46, 46, 0.99) !important; }

#page-preloader { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: #1e86da; z-index: 100500; }
#page-preloader .spinner { position: absolute; top: 50%; left: 50%; display: block; width: 100px; height: 100px; margin-top: -50px; margin-left: -50px; border: 3px solid transparent; border-top-color: #e7e4d7; border-radius: 50%; z-index: 1001; -webkit-animation: spin 2.5s infinite linear; animation: spin 2.5s infinite linear; }
#page-preloader .spinner:before, #page-preloader .spinner:after { position: absolute; border-radius: 50%; content: ''; }
#page-preloader .spinner:before { top: 5px; right: 5px; bottom: 5px; left: 5px; border: 3px solid transparent; border-top-color: #71383e; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }
#page-preloader .spinner:after { top: 15px; right: 15px; bottom: 15px; left: 15px; border: 3px solid transparent; border-top-color: #efa96b; -webkit-animation: spin 1s infinite linear;   animation: spin 1s infinite linear; }

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/*-----------------------------------------------------------
5.	PRODUCT
-----------------------------------------------------------*/
.button_know_more_about_us{ padding:10px 10px; font-family:Open Sans, sans-serif; font-size: 14px; font-weight: 400; text-transform:uppercase; color:#fff; background: #549A3A; border:0; }
.section-add { margin: 100px 0 100px 0; background-color: #F7F6F2; }
.section-title h1 {
    text-transform: capitalize; text-align: center; font-family:'Open Sans', sans-serif; font-size:30px; font-weight:400; font-style:normal; font-variant:normal; line-height:30px; }

h1 span { color: #1e86da; }
.strike { display: block; font-family:'Open Sans', sans-serif; font-size:14px; text-align: center; text-transform: uppercase; overflow: hidden; white-space: nowrap; }
.strike > span { position: relative; display: inline-block; }
.strike > span:before, .strike > span:after { content: ""; position: absolute; top: 50%; width: 35%; height:2px; background:#000; }
.strike > span:before { right: 100%; margin-right: 15px; }
.strike > span:after { left: 100%; margin-left: 15px; }

.bottom_text { padding-top:10px; padding-bottom:10px; font-family:Open Sans, sans-serif; font-size:14px; font-weight:400; font-style:normal; font-variant:normal; line-height:30px; }
.fa-angle-double-down{ font-size:22px; color: #FF9B17; }

.mb-60 { margin-bottom:40px; }
.mb-30 { margin-bottom: 30px; }

.circle { display: block; width: 150px; height: 150px; margin: 1em auto; background-size: cover; background-repeat: no-repeat; background-position: center center; -webkit-border-radius: 99em;
-moz-border-radius: 99em; border-radius: 99em; border: 1px solid #eee; }

/*bottom text image circle */
.strike_bottom { display: block; font-family:Open Sans, sans-serif; font-size:16px; color:#5DB4DF; text-align: center; text-transform: uppercase; overflow: hidden; white-space: nowrap; font-weight:bold; }
.strike_bottom > span { position: relative; display: inline-block; }
.strike_bottom > span:before, .strike_bottom > span:after { content: ""; position: absolute; top: 50%; width:25%; height:1px; background:#000; }
.strike_bottom > span:before { right: 100%; margin-right: 15px; }
.strike_bottom > span:after { left: 100%; margin-left: 15px; }

.btn-knowmore { background-color: #ff9721; color: #fff; padding: 10px 20px; padding-top:20px; display: table; margin: 0 auto; font-family:Open Sans, sans-serif; font-size: 14px; }
p.bottom_text_content_add { margin:10px 30px 10px 0px; font-family:Open Sans, sans-serif; font-size: 14px; color: #6e6865; text-align:justify; font-style:normal; font-variant:normal; text-transform:none; line-height:25px; }
.btn-view-works { background: #ff9721; color: #FFF; display: table; margin: 0 auto; border-color: #fff; font-weight: normal; font-size: 14px; font-family:Open Sans, sans-serif; border: 1px; }
.history_sibhu{ font-family: Open Sans, sans-serif; font-size: 14px; color: #000; text-align: justify; font-weight: 400; font-style: normal; font-variant: normal; text-transform: none; 
line-height: 25px; vertical-align: baseline; letter-spacing: normal; word-spacing: 0px;  }

/*-----------------------------------------------------------
6.	ABOUT US
-----------------------------------------------------------*/
.section-even { padding:75px 0 75px 0; background-color: #f7f6f2; }
ul.about_us_inner { margin-left:30px; }
.bottom_text_aboutus { font-family:Open Sans, sans-serif; font-size: 15px; line-height: 16px; color: #5c656d; margin:15px 0px 30px 0px; }
.bottom_text_aboutus_sibhu p{ font-family:Open Sans, sans-serif; font-size: 15px; line-height: 16px; color:#819472; margin:15px 0px 40px 0px; }
.fa-leaf { color:#519838; margin-right:20px; }

.button_know_more{ display: table; margin: 0 auto; margin-top:20px; padding:10px 30px; font-family:Open Sans, sans-serif; font-size: 14px; font-weight: 400; text-transform:uppercase; color:#fff; background: #549A3A; border:0; }
.button_about_green { display: table; margin: 0 auto; margin-top: 40px; padding: 10px 20px; font-family:Open Sans, sans-serif; font-size: 14px; font-weight: 400; text-transform:uppercase; color:#fff; background: #549A3A; border:0; }
.button_about_blue { display: table; margin: 0 auto; margin-top: 40px; padding: 10px 20px; font-family:Open Sans, sans-serif; font-size: 14px; font-weight: 400; text-transform:uppercase; color:#fff; background: #0066ff; border:0; }
.button_about_red { display: table; margin: 0 auto; margin-top: 40px; padding: 10px 20px; font-family:Open Sans, sans-serif; font-size: 14px; font-weight: 400; text-transform:uppercase; color:#fff; background: #fa0000; border:0; }
.button_about_yellow { display: table; margin: 0 auto; margin-top: 40px; padding: 10px 20px; font-family:Open Sans, sans-serif; font-size: 14px; font-weight: 400; text-transform:uppercase; color:#FFF; background: #fcca00; border:0; }

/*-----------------------------------------------------------
7.	CONTACT US
-----------------------------------------------------------*/
.contact_us { 
    background-color: #1e86da;
    padding: 57px 40px 30px;
    border: 3px solid;
    line-height: 2;
    color: #000000;}
.contact_form { 
    background-color: #1e86da;
    padding: 40px 50px 40px 50px;
    border: 1px solid;
    color: #ffffff; }

ul.contact_info { font-family: Open Sans,sans-serif; font-size:24px; color:#FFF; margin:0px 0px 20px 50px; }
ul.opening_hours li { color:#FFF; display: inline-block; width:49%; font-size:13px; font-family: Open Sans,sans-serif; }

.icon_class { color:#e0d726; font-size:20px; margin: 0px 30px 0px 0px; }
.marker_left { 
    color: #ffffff;
    font-family: Open Sans,sans-serif;
    font-size: 24px;
    margin-left: 0px;
    font-weight: bolder;
    line-height: 1px; }
.marker_right { color: #FFF; font-family: Open Sans,sans-serif; font-size:15px; font-weight: bold; margin-top: 30px; }

.contact_us_address { color:#FFF; font-family: Open Sans,sans-serif; font-size:14px; line-height: 20px; }
.contact_form_color{ color:#549A3A; font-family: Open Sans,sans-serif; font-size:16px; text-transform:uppercase; letter-spacing:1px; }

/*label { color: #444; font-size: 14px; text-transform: capitalize; }*/
#contact-form input { border: 1px solid #ddd; color: #959595; font-size: 12px; font-weight: 400; height: 40px; margin-bottom: 20px; padding-left: 20px; text-transform: capitalize; width: 100%; }
.contact-form input[type="text"], .contact-form input[type="email"] { border: 1px solid #ccc; border-radius: 0; height: 44px; margin-bottom: 15px; padding-left: 20px; width: 100%; }
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] { -moz-appearance: none; box-shadow: none !important; }
.contact-form textarea#message { border: 1px solid #ccc; border-radius: 0px; height: 180px; padding: 20px; width: 100%; }
 .contact-btn { background: #549A3A; border: 1px solid #549A3A; color: #fff; display: inline-block; font-size: 16px; margin-top:20px; padding: 05px 30px; transition: 0.4s; border-radius: 5px; width: auto; float: left; text-transform: uppercase; }

label { text-transform: uppercase; font-size:14px; color:#549A3A; margin-top: 15px; }

/*-----------------------------------------------------------
8. FOOTER
-----------------------------------------------------------*/
.section4 { background-color:#1e86da; padding-top:30px; padding-bottom:30px; }

h3.footer_content_details { font-family: Open Sans,sans-serif; font-size:24px; color:#FFF; }
h3 span { color:#000; }

.heading .divider-center { height: 4px; width: 70px; background: #000; display: block; }
.heading { border-bottom: 1px solid #dadada; display: block; position: relative; padding-bottom: 12px; }
.history_sibhu_footer { font-family: Open Sans,sans-serif; font-size:14px; color:#FFF; text-align:justify; line-height: 25px; }
.bottom25 { margin-bottom: 25px; }

ul.links li { display: inline-block; }
ul.links li { width: 49%; }
ul.links li > a { font-family: Open Sans,sans-serif; font-size:14px; color:#000; line-height:35px; }
ul.links_menu li { display: inline-block; }
ul.links_menu li { width: 39%; }
ul.links_menu li > a { font-family: Open Sans,sans-serif; font-size:14px; color:#000; line-height:35px; }

.corporate-address { margin-bottom: 20px; }
.corporate-address li { margin-bottom: 20px; color: #f5f5f5; position: relative; }
.corporate-address li i { text-align: center; color: #ffffff; position: absolute; left: 0; top: 10px; z-index: 1; font-size: 14px; border-radius: 2px; height: 30px; width: 30px; line-height: 28px; }
.corporate-address li p { color: #FFF; margin-bottom: 5px; line-height: 1.5; margin: 0px 0px 0px 45px; font-size:14px; font-family: Open Sans, sans-serif; }

.copyright { background: #000; padding: 10px 0; }
.copy_rights_sh { color: #FFF; padding: 5px 0 0 20px; font-size: 12px; font-family: Open Sans, sans-serif; text-align: left; }
.social_one_copy { text-align: left; font-family: Open Sans,sans-serif; padding-top: 10px; font-size: 14px; }
.social_one { text-align: left; padding-top: 10px; font-size: 14px; padding-left: 50px; }
.about_us_content { color: #FFF; padding: 20px 0 0 15px; font-size: 12px; font-family: Open Sans,sans-serif; text-align: left; }

.bankdetails { background: rgba(247,247,247,.5); padding: 20px 10px 20px 10px; }
.bankdetails_code{ background:#DC324C; padding: 20px 10px 20px 10px; }
.bankheading { color:#000; font-size:14px; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-weight:bold; text-align: center; line-height: 20px; }
.bankcode { color:#000; font-size:15px; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-weight:bold; }

h6.bank_info { font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-size:18px; color:#DC324C; text-transform: uppercase; /* margin: 10px 0px 0px 15px; */ text-align:center; }
h6.bank_name{ font-family:Open Sans,sans-serif; font-size:13px; color:#DC324C; text-transform: uppercase; /*  margin: 0px 0px 10px 15px; */ text-align:center; word-spacing: 4px; }
h6.bank_code { color:#FFF; font-family:Open Sans,sans-serif; /* margin: 10px 0px 0px 15px; */ font-size:18px; text-align: center; }

p.bank_info_address {
	color:#db354b;
	font-size:15px;
	font-family:Open Sans,sans-serif;
}

.icon_bottom {
    color:#549A3A;
}

.dark-bg {
    border-left: none;
    font-size: 16px;
    padding: 25px 25px;
    margin: 0px;
    font-weight: 300;
	font-family:Open Sans,sans-serif;
    background: #f2f2f2;
}

.blog-post blockquote::before {
    content: "";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px;
}

.client-des {
    width: 100%;
    display: block;
}

.client-img {
    width: 100px;
    float: left;
}

.client-img img {
    border-radius: 50%;
}

.client-text {
    background: #fff none repeat scroll 0 0;
	font-family:Open Sans,sans-serif;
	font-size: 15px;
    color: #555;
    padding: 15px;
    position: relative;
    margin-left: 120px;
    box-shadow: 0 0 4px 1px rgba(143, 69, 141, 0.1);
    border-radius: 4px;
}

.clinet_quote  {
	font-family:Open Sans,sans-serif;
	font-size: 15px;
	line-height:20px;
	text-align: justify;
}

.client-text h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 0;
}

.client-text h4 {
    color: #555;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.client-text::after {
    border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: -9px;
    position: absolute;
    top: 20px;
    width: 0;
}

.hideme {

	font-size:18px;
	float:right;
	/* margin-right:180px; */
	margin-top:10px;
 }

 .footer_container {

	 margin-left:50px;
	 margin-right:50px;

 }

/*End Footer */

/*---------------------------------------------
08.INNERPAGE SIDEMENU CATEGORY
-----------------------------------------------*/
.section-product { padding:30px 0px 30px 0px; }
.container_auto { padding:0px 0px 0px 30px; }

 .product_category { padding-bottom: 50px; /*background-color: #3f790a;*/ background-color:#AB293D; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color: #FFF; font-family:Open Sans,sans-serif; letter-spacing: 2px; padding: 12px 15px 5px 15px; text-transform: uppercase; }

.section-sb { float: left; width: 25%; padding: 0 0 50px; }
.section-sb-current { margin: 0 0 50px; border: 2px solid #3f790a; }
.section-sb-current h3 { color: #373d54; font-weight: 500; text-transform: uppercase; font-size: 15px; margin: 0; position: relative; }
.section-sb-current h3 .section-sb-toggle { display: none; }
.section-sb-current h3 a { color: #373d54; transition: all 0.2s; display: block; padding: 12px 15px 10px; text-decoration: none; }
.section-sb-current h3 a:hover { text-decoration: none; background: #f8fafc; }
.section-sb-current .section-sb-img { width: 100%; overflow: hidden; margin: 0 0 14px; }
.section-sb-current .section-sb-img img { max-height: 300px; }
.section-sb-current ul { padding: 0; margin: 0; }
.section-sb-current .section-sb-list { border-top: 1px solid #e0e4f6; }
.section-sb-current ul li { color: #373d54; font-size: 14px; position: relative; padding: 0; }
.section-sb-current ul li.has_child > a { padding-right: 35px; }
.section-sb-current ul li a { color: #373d54; transition: all 0.2s; padding: 10px 15px; display: block; position: relative; }
.section-sb-current > ul > li > a { padding: 0; }
.section-sb-current > ul > li > a > .categ-1-label { padding: 10px 15px; display: block; font-size:15px; font-family:Open Sans,sans-serif; }
.section-sb-current > ul > li > a > .categ-1-label:hover {
	background: #f8fafc;
}
.section-sb-current ul li.active > a {
	font-weight: 500;
}
.section-sb-current ul li ul {
	display: none;
	position: relative;
	background: #f8fafc;
}
.section-sb-current > ul > li {
	border-top: 1px solid #e8e8e8;
}
.section-sb-current > ul > li:first-child {
	border-top: none;
}
.section-sb-current > ul > li > a {
	display: block;
}
.section-sb-current > ul > li > ul {
	position: relative;
	padding: 4px 0;
	border-top: 1px solid #e0e4f6;
}
.section-sb-current ul li.active > ul {
	display: block;
}
.section-sb-current ul li.active_parent > a {
	font-weight: 500;
}
.section-sb-current ul li.active_parent > ul {
	display: block;
}
.section-sb-current > ul > li ul:after {
	position: absolute;
	top: 7px;
	bottom: 6px;
	left: 17px;
	background: #e0e4f6;
	width: 1px;
	content: "";
}
.section-sb-current > ul > li ul li {
	padding: 0 0 0 16px;
}
.section-sb-current > ul > li ul li a {
	padding: 5px 16px 5px 16px;
	display: block;
}
.section-sb-current > ul > li ul li.has_child > a {
	padding-right: 35px;
}
.section-sb-current > ul > li ul li a:hover {
	color: #3a89cf;
}
.section-sb-toggle {
	width: 35px;
	height: 29px;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	color: #373d54;
	transition: all 0.2s;
	cursor: pointer;
}
.section-sb-current > ul > li > a > .section-sb-toggle {
	height: 100%;
	border-left: 1px solid #e8e8e8;
}
.section-sb-toggle:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.section-sb-current > ul > li > a:hover > .section-sb-toggle {
	background: #fff;
}
.section-sb-current > ul > li > a:hover > .section-sb-toggle:hover {
	background: #f8fafc;
}
.fa-angle-down {
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s;
	font-size:20px;
}
.section-sb-ico:before,
.section-sb-ico:after {
	content: "";
	line-height: 100%;
	position: absolute;
	background-color: #313b54;
	transition: transform 0.25s ease-out;
}
.section-sb-current ul li ul li .section-sb-toggle:hover .section-sb-ico:before,
.section-sb-current ul li ul li .section-sb-toggle:hover .section-sb-ico:after {
	background-color: #3a89cf;
}
.section-sb-ico:before {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}
.section-sb-ico:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}
.section-sb-ico:hover{
	cursor: pointer;
}
.section-sb-toggle.opened .section-sb-ico:before {
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.section-sb-toggle.opened .section-sb-ico:after {
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*---------------------------------------------
09.CATALOG SIDEMENU CATEGORY
-----------------------------------------------*/
.cd { color: #28a745 !important; }

.index { width: 100%; margin: 0; padding: 0; float: left; background: whitesmoke; background: -webkit-linear-gradient(whitesmoke, white); background: -o-linear-gradient(whitesmoke, white); background: -moz-linear-gradient(white, whitesmoke); background:#F7F6F2; }

.box { margin:20px 0px 0px 20px; width: 30%; padding: 0; border: 1px solid #d2d2d2; /*-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius:15px;*/ -webkit-filter: grayscale(0%); filter: grayscale(0%); float: left; text-align: center; background: whitesmoke; background: -webkit-linear-gradient(white,white,white,whitesmoke); background: -o-linear-gradient(white,white,white,whitesmoke); background: -moz-linear-gradient(white,white,white,whitesmoke); background: linear-gradient(white,white,white,whitesmoke); }
.box article { margin: 0 auto; /*  border-top: 1px solid #EBEBEB; */ }
.box:hover a img, .box:focus a img{ -webkit-transform: scale(1.03); -moz-transform: scale(1.03); transform: scale(1.03); -webkit-box-shadow: 0 0 50px 0 rgba(85, 154, 58, 0.74); -moz-box-shadow: 0 0 50px 0 rgba(285, 154, 58, 0.74); box-shadow: 0 0 50px 0 rgba(85, 154, 58, 0.74);  }

.box-border-odd a:hover img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); background: #FFF8D9; box-shadow: 0 4px 6px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);  }

.card { margin-top: 20px; }
h1.card-title { margin: 10px 0 10px 0; font-size: 1.3em;; font-weight: 600; text-transform: uppercase; font-family: 'PT Sans', sans-serif; }
.card .card-body a:hover img { background: #3f790a; box-shadow: 0 4px 6px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); }

article h1 { font-family: 'PT Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 1.3em; margin: 10px 0 0 0; text-transform: uppercase; }
.box article p { font-family: tahoma; font-size: 0.9em; color: #1E1E1E; text-indent: 12px; text-align: center; }
article a:hover { background: #3f790a; box-shadow: 0 4px 6px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); }
article a { padding: 4px 10px; display: table; margin: 0 auto; border-color: #fff; font-weight: normal; font-size: 14px; font-family: Open Sans, sans-serif; border: 1px; margin-bottom:10px; margin-top:10px; text-decoration: none; -webkit-transition: background 1.5s,box-shadow 1s !important; transition: background 1.5s,box-shadow 1s !important; color: white; background: #222; }

.catalogueimg { margin:0 auto; margin-top:30px; margin-bottom:30px; }
.calendartitleareap_product { color: #CC1778; text-align: center; }
.calendarcontentareap { text-align: center; }

.imgareap { text-align: center; }

#spb-Pagination .pagnation-pointer { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #AEAEAE; height: 50px; padding: 6px; background-color: red; margin: 0 7px 0 0; }
#spb-Pagination { float: right; margin: 10px 0 10px 0; clear: both; }
.line_space { margin-top:50px; }

@media only screen and (max-width: 760px) and (min-width: 150px) {
	.index .box { width: 94% !important; margin-top: 5%; }
	.box { margin:10px 0px 0px 10px; width:95%; padding: 0; border: 1px solid #d2d2d2; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius:15px; -webkit-filter: grayscale(0%); filter: grayscale(0%); float: left; text-align: center; background: whitesmoke; background: -webkit-linear-gradient(white,white,white,whitesmoke); background: -o-linear-gradient(white,white,white,whitesmoke); background: -moz-linear-gradient(white,white,white,whitesmoke); background: linear-gradient(white,white,white,whitesmoke); }
}

/*-------------------------------------
1.0	HEADER FIXED
-------------------------------------*/
.wrapper { position: relative; width: 100%; overflow:hidden; }

#header,.header{ /* background:#fff; */ position: relative; }
.logo a { display: inline-block; padding:8px 0; }

.navigation ul li i { color: #fff; font-size: 25px; position: absolute; right: 15px; top: 9px; cursor: pointer; pointer-events: none; }
.menu { border:none; border-bottom: 4px solid #5aa320; border-top: 4px solid #5aa320; height: 29px; position: absolute; right: 29px; top:45px; width: 44px; background: none; }
.menu:after { position: absolute; top: 9px; right: 0; content: ''; width: 100%; height: 4px; background: #5aa320; }
/*.header ul { float: left; list-style: none; padding: 0; margin: 0; }
.header ul li { float: left; position: relative; }*/

.navigation ul li a { font-size: 16px; font-family: 'PT Sans', sans-serif; font-weight:800; text-decoration: none; text-transform: uppercase; }
.navigation ul li a:hover, .navigation ul li:hover a { background: #AB293D; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  behavior: url(PIE.html); color: #fff; text-decoration: none; }
.navigation > ul > li > a { display: block; padding:39px 15px; color: #666666; transition: all 0.25s ease 0s; -webkit-transition: all 0.25s ease 0s; -moz-transition: all 0.25s ease 0s; -o-transition: all 0.25s ease 0s; outline: none; }
.navigation > ul > li:last-child a { padding-right: 0; }
.navigation .sub-nav { left: 0; border-top: 20px solid transparent; position: absolute; top: 175%; width: 200px; z-index: 3; background-clip: padding-box; padding: 0; transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s; -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s; -moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s; -ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s; -o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s; opacity: 0; visibility: hidden; background-color:#388000; }
.navigation .sub-nav li { display: block; float: none; margin: 0; border-bottom: 1px solid rgba(255, 238, 238, 0.35); padding-bottom: 0; position:relative; }
.navigation li:hover .sub-nav { opacity: 1; top: 80%; transition: top 0.3s ease 0s; visibility: visible; }
.navigation li.sub-menu .sub-nav { border:none; opacity: 0; top:0; /*transition: top 0.3s ease 0s; visibility: visible;*/ left:auto; right:110%; visibility: hidden; transition: all 0.3s ease 0s; }
.navigation li.sub-menu:hover .sub-nav { visibility: visible; opacity: 1; right:100%; transition: all 0.3s ease 0s; }
.navigation .sub-nav li:last-child { border-bottom: 0; }
.navigation .sub-nav li a { padding: 8px 20px; display: block; color: #fff; }
.appointment-button{ text-transform: uppercase; }

/*Top bar*/
.top-bar-section {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #5aa320;
	color: #fff;
}
.top-contact {
	float: left;
	text-align: center;
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.top-bar-section.top-bar-bg-color a {
	color: #fff;
}
.top-contact a i {
	padding-left: 5px;
	padding-right: 5px;
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.top-social-icon ul {
	margin: 0;
	padding: 0;
}
.top-social-icon li {
	margin-left: 10px;
}
.top-bar-section a {
	text-transform: inherit;
	font-weight: 400;
	padding: 5px 0;
	/*letter-spacing: 1px;*/
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.top-bar-section a i {
	font-size: 16px;
}
.top-social-icon a.btn {
	padding: 9px 20px;
}
.top-social-icon a.btn:hover {
	color: #5aa320;
}
.link-hover-black > a:last-child {
	margin-left: 10px;
}
/*Header style 2*/
.header-2 .primary-header {
	background: #5aa320;
}
.header-2 .navigation>ul {
	float: left;
}
.header-2 .navigation>ul>li {
	border-right: 1px solid #119FE2;
}
.header-2 .navigation>ul>li:hover {
	background: #119FE2;
}
.header-2 .navigation > ul > li > a {
	color: #fff;
	padding:18px 28px;
}
.header-2 .navigation li:hover .sub-nav {
	top: 67%;
}
.call-us ul {
	list-style-type: none;
	line-height: 1.3;
	padding-top: 35px;
}
.call-us ul li {
	display: inline-block;
	font-weight: bold;
	padding: 0 1px;
	vertical-align: top;
	position: relative;
}
.call-us ul li:first-child:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	right: -15px;
	top: -18px;
	width: 1px;
	height: 67px;
}
.call-us ul li:last-child {
	padding: 0 0 0 25px !important;
}
.call-box {
	float: right;
	font-weight: bold;
	font-size: 13px;
	color: #2c3740;
}
.call-box > span {
	display: block;
}
.call-us i {
	font-size: 46px;
	float: left;
	margin-right: 12px;
	vertical-align: top;
	margin-top: -13px;
}
.call-us ul li a {
	font-size: 30px;
	color: #2c3740;
	line-height: 1;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.call-us {
	float: right;
}
.header-2 .top-bar-section {
	background: #F7F7F7;
	border-bottom: 1px solid #EDEDED;
	padding-top: 4px;
	padding-bottom: 4px;
}
.header-2 .top-bar-section.top-bar-bg-color a, .header-2 .top-social-icon li {
	color: #909090;
}
.header-2 .top-bar-section.top-bar-bg-color a:hover, .call-us ul li a:hover {
	color: #5aa320;
}
.col-right {
	text-align: right;
}
.col-right .opening {
	float: right;
	text-align: left;
	padding: 25px 0 0 33px
}
.header .col-right ul, .header .col-right ul li {
	float: none;
	position: relative;
	color: #2c3740 !important;
	font-weight: bold;
}
.header .col-right ul li span,.header .col-right ul li *{
	color: #2c3740 !important;
}
.col-right .call-us {
	display: inline-block;
	text-align: right;
	float: none;
}
.col-right .opening ul:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	left: -15px;
	top: -9px;
	width: 1px;
	height: 67px;
}
.header-style{
	box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);
}.header-style,.header-1 .nav-wrap{
	box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);
}
@media only screen and (min-width:767px) {
#header.fix .nav-wrap, #header.fix .primary-header, .header-style.fix-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
#header.fix .nav-wrap, .header-style.fix-header {
	background: #fff;
}
.p-top {
	padding-top: 157px;
}

}
.boxed #header.fix .nav-wrap, .boxed #header.fix .primary-header, .boxed .header-style.fix-header {
	max-width: 1170px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-2 .navigation > ul > li > a{
		    padding: 17px 23px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
.navigation {
	margin-left: 0;
}
.navigation > ul > li > a{
	 padding:23px 8px;
}
.navigation .sub-nav{
	left: -27px;
}

.newsletter .newsletter-input{
	padding: 12px 15px;
}
.header-2 .navigation > ul > li > a {
    padding-left: 14px;
    padding-right: 14px;
}
.header.header-1 .top-social-icon li {
    margin-left: 6px;
}
.header.header-1 .link-hover-black > a:last-child {
    margin-left: 2px;
}
.top-bar-section a{
	font-size: 11px;
}
.col-right .opening{
padding-left:26px;
}	
.col-right .call-box{
	font-size:10px;
	}
.col-right .call-us i{
	 font-size: 37px;
    margin-right: 8px;
    margin-top: -13px;
}		
.col-right .opening li {
    font-size: 12px;
}
.col-right .call-us ul li a{
	font-size:20px;
	}
.appointment-button{
margin-left:-20px;
padding-left:11px;
padding-right:11px;
font-size:10px;

}
	
}

/* ======Mobile media Query =========*/
 @media (max-width: 767px) {
	.container,.treatment,.appointment-block {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	.header ul,.header ul li{
		float:none !important;
	}

	.top-social-icon,.top-bar-section{text-align:center;display: none;}
	.top-social-icon ul li{
	display:inline-block;
	margin:0 4px !important;	
		}
	.top-social-icon ul li:last-child,
	.top-social-icon ul li:last-child a{
	width:100%;
	margin:0;
	}
	.story-content,.video-frame{
	width: 100%;
	margin-left:0;
	margin-right:0;
	float:none !important;
	}
	.logo a{
		padding: 29px 0px !important;
		width: 202px;
	}

	.navigation{ display:none; position: absolute; left:0; top: 0; width: 100%; z-index: 9; background:#5aa320; }
	.navigation ul li{ border-bottom: 1px solid #fff; }
	.navigation > ul > li > a, .header-2 .navigation > ul > li > a, .navigation > ul > li:last-child a{ padding: 10px 15px; color: #fff; }
	.header-2 .primary-header{ border-bottom: 1px solid #fff; }
	.navigation .sub-nav, .navigation li.sub-menu .sub-nav, .navigation li.sub-menu:hover .sub-nav{ position:static; opacity:1; visibility:visible; width:100%; border-top:none; transition: inherit; -webkit-transition: inherit; padding: 0; }
	.navigation ul li i{ color: #fff; font-size: 25px; position: absolute; right: 15px; top: 9px; cursor:pointer; pointer-events: none;	}
	.navigation ul li ul{ display:none; }
	.navigation .on >.ion-ios-plus-empty:before{ content:'\f462'; font-family: "Ionicons"; }
	.navigation ul li a:hover, .navigation ul li:hover a { background: #eb6447; -moz-border-radius: 19px; -khtml-border-radius: 19px; border-radius: 19px;  behavior: url(PIE.html); color: #fff; text-decoration: none; }

	.call-us ul li a{ font-size: 24px; }
	.col-right .opening ul::after,.col-right{ display:none; }
	.book-app{ background: #5aa320; position: absolute !important; top: 87px; left:0 !important; width: 100%; z-index:99; border-bottom:1px solid #fff; }		
	.book-app .appointment-button{ width: 100% }
	.header-style .logo{ padding-bottom:56px; } 
	.header-style .navigation{ top: 163px; }
	.header-2 .navigation > ul, .top-social-icon{ float:none !important; }
	.header-2 .top-social-icon ul li:last-child, .header-2 .top-social-icon ul li:last-child a{ width:auto; } 
	.header-2 .top-social-icon{ padding-bottom:0; }
	.header-2 .appointment-button{ display: block; margin:10px auto; width: 200px; }
	.header-2 .navigation{ top: 61px; }
	.header-2.header-style .navigation { top: 148px; }
}
/* SIDE MENU */
ul#MenuLoc{ 
padding: 20px 20px; background: #FBF0D9; border: 1px solid #E4A231; font-family: "Maven Pro", sans-serif; font-size: 14px; font-weight: 600; 
 max-height:900px;
    overflow: hidden;
    overflow-y: scroll;
     
 
}
ul#MenuLoc li a{ display: block; line-height: 40px; padding-left: 0px; border-bottom: 1px solid #F0CC8E; font-family: "Maven Pro", sans-serif; font-size: 15px; font-weight: 600; color: #1870BA; text-transform:uppercase; -webkit-transition: background 1.5s,box-shadow 1s !important; transition: background 1.5s,box-shadow 1s !important;}
ul#MenuLoc li a:hover{ color: #FFF; background-color: #E4A231; }
ul#MenuLoc li ul li a{ display: block; line-height: 40px; padding-left: 20px; border-bottom: 1px solid #F0CC8E; font-family: "Maven Pro", sans-serif; font-size: 14px; font-weight: 600; color: #CC0000;   }
ul#MenuLoc li ul li ul li a{ display: block; line-height: 40px; padding-left: 41px; border-bottom: 1px solid #F0CC8E; font-family: "Maven Pro", sans-serif; font-size: 14px; font-weight: 600; color: #000; }

ul#MenuLoc li a.menu_active, ul#MenuLoc li ul li a.menu_active, ul#MenuLoc li ul li ul li a.menu_active{ color: #000; background-color: rgb(228,162,49,0.5); }

/* TYPO */
h1.categoryInfo{ width: 100%; display: block; background-color: rgb(193,186,155,0.5); font-family: "Maven Pro", sans-serif; font-size: 17px; padding: 5px; text-align: center; font-weight: 600; }
.productInformation { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #33c7f3; color: #040404; font-size: 15px;  }

.productInformation-1 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #92499B; color: #040404; font-size: 15px;  }
.productInformation-2 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #FECA38; color: #040404; font-size: 15px;  }
.productInformation-3 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #FF8538; color: #040404; font-size: 15px;  }
.productInformation-4 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #33c7f3; color: #040404; font-size: 15px;  }

.productInformation-5 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #A77D4D; color: #FFF; font-size: 15px;  }
.productInformation-6 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #162633; color: #FFF; font-size: 15px;  }
.productInformation-7 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #841C1B; color: #FFF; font-size: 15px;  }
.productInformation-8 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #121413; color: #FFF; font-size: 15px;  }

.productInformation-9 { display: block; text-align: center; padding: 10px 10px 10px 10px; background: #CA385F; color: #FFF; font-size: 15px;  }
.productInformation-10 { display: block; text-align: center; padding: 10px 10px 10px 10px; background: #F2901A; color: #FFF; font-size: 15px;  }
.productInformation-11 { display: block; text-align: center; padding: 10px 10px 10px 10px; background: #1870BA; color: #FFF; font-size: 15px;  }
.productInformation-12 { display: block; text-align: center; padding: 10px 10px 10px 10px; background: #1e86da; color: #FFF; font-size: 15px;  }

h1.productInformation-odd-1{ width: 100%; display: block; background-color: #1e86da; font-family: "Maven Pro", sans-serif; font-size: 15px; padding: 5px; text-align: center; font-weight: 500; color: #FFF; }
h1.productInformation-odd-2{ width: 100%; display: block; background-color: #1870BA; font-family: "Maven Pro", sans-serif; font-size: 15px; padding: 5px; text-align: center; font-weight: 500; color: #FFF; }
h1.productInformation-odd-3{ width: 100%; display: block; background-color: #F2901A; font-family: "Maven Pro", sans-serif; font-size: 15px; padding: 5px; text-align: center; font-weight: 500; color: #FFF; }
h1.productInformation-odd-4{ width: 100%; display: block; background-color: #CA385F; font-family: "Maven Pro", sans-serif; font-size: 15px; padding: 5px; text-align: center; font-weight: 500; color: #FFF; }


h1.product-color-1{ background-color: rgb(151,173,22); }
h1.product-color-2{ background-color: rgb(151,173,22); }

h1.product-color-3{ background-color: #92499B; }
h1.product-color-4{ background-color: #FECA38; }

h1.product-color-5{ background-color: #92499B; }
h1.product-color-6{ background-color: rgb(151,173,22); }

/*.productInformation-13 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #A77D4D; color: #FFF; font-size: 15px;  }
.productInformation-14 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #162633; color: #FFF; font-size: 15px;  }
.productInformation-15 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #841C1B; color: #FFF; font-size: 15px;  }
.productInformation-16 { display: block; text-align: center; padding: 10px 10px 10px 10px; background-color: #121413; color: #FFF; font-size: 15px;  }*/

.dgncolor{ color: #000; }
.img-responsive{ margin: auto; width: 100%; height: auto; }

h1.productInformation-odd{ width: 100%; display: block; background-color: #FECA38; font-family: "Maven Pro", sans-serif; font-size: 17px; padding: 5px; text-align: center; font-weight: 500; color: #000; }
h1.productInformation-even{ width: 100%; display: block; background-color: rgb(220,50,76); font-family: "Maven Pro", sans-serif; font-size: 17px; padding: 5px; text-align: center; font-weight: 500; color: #FFF; }

.box-border-odd{ -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); -o-box-shadow: 0 0 10px rgba(0,0,0,0.6); box-shadow: 0 0 10px rgba(0,0,0,0.6); }
.box-border-even{ -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); -o-box-shadow: 0 0 10px rgba(0,0,0,0.6); box-shadow: 0 0 10px rgba(0,0,0,0.6);  }

#privacy-policy p{ font-family:  "Maven Pro", sans-serif; font-size: 16px; line-height: 23px; margin-bottom: 30px; }
#privacy-policy h2{ font-family:  "Maven Pro", sans-serif; font-size: 18px; padding:  0px 0px 0px 0px; margin: 15px 0px 0px 0px; line-height: 25px; font-weight: 600; }
#privacy-policy h3{ font-family:  "Maven Pro", sans-serif; font-size: 14px; padding:  0px 0px 0px 0px; margin: 10px 0px 0px 0px; line-height: 25px; font-weight: 600; }
#privacy-policy hr { margin-bottom: 20px; margin-top: 8px; border: 1px solid #E8E8E8;  } 
#privacy-policy a{ color: #0099FF; }
#privacy-policy a:hover{ color: #000; }

sup { position: relative; bottom: 1ex; font-size: 110%; top: 1px; }
.sidebar { position: fixed; width: 20vw; background: red; }
.fixed { position: fixed; top:0; left:0; width: 100%; }
	
/*CUSTOM*/
.sidebar-item { position: relative; top: 0; left: 0; width: 100%; height: 100%;}
 

 
 
.make-me-sticky { position: sticky; top: 0; padding: 0 15px;  }

#top-info span{ font-size: 18px; font-family: 'PT Sans', sans-serif; }

.product_new { position:fixed; }




/* Nav primary */
.primary {
    margin: 9px 0 0 -15px;
    position: relative;
}
.primary .menu-select {
    display: none;
}
.primary ul li {
    float: left;
    position: relative;
}
.primary ul li a {
    color: #444;
    float: left;
    font: bold 13px/38px 'PT Sans', Arial, Verdana, sans-serif;
    height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
}
.primary ul li a:hover,
.primary ul li:hover a {
    background: #eb6447;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.html);
    color: #fff;
    text-decoration: none;
}
.primary ul li.curent a {
    background: #f5f5f5;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.html);
    color: #444;
}
.primary ul ul.sub {
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    box-shadow: 0px 2px 5px 1px #e0e0e0;
    -moz-box-shadow: 0px 2px 5px 1px #e0e0e0;
    -webkit-box-shadow: 0px 2px 5px 1px #e0e0e0;
    display: none;
    left: 0;
    padding: 3px 0;
    position: absolute;
    top: 38px;
    z-index: 999;
}
.primary ul ul.sub li a {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    color: #444;
    font: normal 12px/35px 'PT Sans', Arial, Verdana, sans-serif;
    height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    width: 185px;
}
.primary ul ul.sub li a:hover {
    background: #f5f7f9;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    color: #ec6f54;
    width: 187px;
}



/*SCROLLBAR CSS */
#MenuLoc::-webkit-scrollbar{
width: 10px;
background-color:#cccccc;
} 

#MenuLoc::-webkit-scrollbar-thumb{
background-color:#AB293D;
border-radius:2px;
}
#MenuLoc::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}
#MenuLoc::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #333333;
}

#MenuLoc::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px gray inset;
} 


