@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* The above import directives are aggregated from content. */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}/********* 1.0 Reset CSS *********/

*, *::before,*::after {box-sizing: border-box;}
/*
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, 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 {border: 0;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display:block }audio, canvas, video { display:inline-block }audio:not([controls]) {display:none;height:0}html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust:  100%;}a {text-decoration:underline;color:#E65A15;}a:focus {outline:thin dotted}a:hover,a:active {outline: 0;}a:hover {text-decoration:none;color:#393939;}h1, h2, h3, h4,h5,h6 {font-weight:normal;}b,strong,dt,th {font-weight: bold;}em, i { font-style:italic;}p,h1,h2,h3,h4,h5,h6, ul,ol,dd,table,fieldset,address {margin:0; padding:0;}img {-ms-interpolation-mode: bicubic;border: 0;vertical-align: middle; max-width:100%; height:auto;}figure {margin:0;}legend {white-space:normal;}q { quotes:"\201C" "\201D" "\2018" "\2019" }small { font-size:80% }sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline }sup { top:-0.5em }sub { bottom:-0.25em }table{border-collapse: separate;border-spacing: 0;width: 100%; empty-cells:show; border:none;}table table { margin:0}th,td {border:none; padding:8px 10px}caption,th,td {font-weight: normal;}*/

@-ms-viewport {width: device-width;}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}
html {font-family: sans-serif;line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent;}

:focus {outline-color: transparent;outline-style: none;border-color: transparent;}

a,area,button,[role="button"],input:not([type="range"]),label,select,summary,textarea { -ms-touch-action: manipulation;touch-action: manipulation;}

p{line-height: 1.7; font-size: 15px;}
textarea:focus{ border:1px solid #c5c5c5; }

/********* 2.0 Clear floats *********/

.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before {content:" ";display:table}
.cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after{clear:both}

/********* 3.0 Common tag *********/
body,button,input,select,textarea {color:#393939;font-family: 'Open Sans', sans-serif;font-size:14px; line-height:1.5;   -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body{overflow-x: hidden;}
button, input, select, textarea { margin: 0; vertical-align: baseline; /*background-color:transparent;*/ border:none;}

hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:20px 0;padding:0}

p,h1,h2,h3,h4,h5,h6, ul,ol,dd,table,fieldset,address {margin: 0 0 20px;}

ul, ol {padding:0 0 0 20px; list-style: none}
ul ul,ol ol{ margin:10px 0}

dt{font-weight: 700;}
dd{margin-bottom: .5rem; margin-left: 0;}

img {border: 0; vertical-align: middle; max-width:100%; height:auto; border-style: none;}

figure { margin:0; }
legend { white-space:normal; }

q { quotes:"\201C" "\201D" "\2018" "\2019" }
small { font-size:80% }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline }
sup { top:-0.5em }
sub { bottom:-0.25em }

table { border-collapse:collapse; width: 100%; max-width: 100%; empty-cells:show; border:none; }
table table { margin:0 }
th, td {border:none;padding:8px 10px}
th{ font-weight:bold;}
caption,td { font-weight: normal; } 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 500;}
h1, .h1 {font-size: 2.5rem;}
h2, .h2 {font-size: 2rem;}
h3, .h3 {font-size: 1.75rem;}
h4, .h4 {font-size: 1.5rem;}
h5, .h5 {font-size: 1.25rem;}
h6, .h6 {font-size: 1rem;}

a {color: #222;text-decoration: none; outline:none;background-color: transparent;-webkit-text-decoration-skip: objects;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a:focus {outline:none;}
a:hover, a:active {color:#000;text-decoration: none;}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{box-shadow: unset;-webkit-box-shadow: unset;-ms-box-shadow: unset;-moz-box-shadow: unset;}

/********* 3.0 Common Class *********/

.fLeft{float: left !important;}
.fRight{float: right !important;}
.fNone {float: none !important;}

.rounded {border-radius: 0.25rem !important;}
.required{ color: #ff0000}

ul.bulletStyle, ol.bulletStyle { list-style:none; padding:0;}
ul.bulletStyle li, ol.bulletStyle li{background:url(../../frontend/Baps/default/en_US/images/tree-leaf.png) left 8px no-repeat; padding:2px 0 2px 20px;background-size: 16px;}


.rsIcon { display:inline-block; margin-right:2px; height:11px; text-indent:-999px; overflow:hidden; width:11px; background:url(../../frontend/Baps/default/en_US/images/rupee.png) left top no-repeat }

.longWord, .wordBreak {word-wrap: break-word}


/********* 6.0 Grid *********/
.container{max-width: 1280px;}
.container, .container-fluid {width: 100%; padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto;}


.row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}

.no-gutters {margin-right: 0;margin-left: 0;}
.no-gutters > .ni,.no-gutters > [class*="col-"] {padding-right: 0;padding-left: 0;}

.ni-1, .ni-2, .ni-3, .ni-4, .ni-5, .ni-6, .ni-7, .ni-8, .ni-9, .ni-10, .ni-11, .ni-12, .ni,
.ni-auto, .ni-sm-1, .ni-sm-2, .ni-sm-3, .ni-sm-4, .ni-sm-5, .ni-sm-6, .ni-sm-7, .ni-sm-8, .ni-sm-9, .ni-sm-10, .ni-sm-11, .ni-sm-12, .ni-sm,
.ni-sm-auto, .ni-md-1, .ni-md-2, .ni-md-3, .ni-md-4, .ni-md-5, .ni-md-6, .ni-md-7, .ni-md-8, .ni-md-9, .ni-md-10, .ni-md-11, .ni-md-12, .ni-md,
.ni-md-auto, .ni-lg-1, .ni-lg-2, .ni-lg-3, .ni-lg-4, .ni-lg-5, .ni-lg-6, .ni-lg-7, .ni-lg-8, .ni-lg-9, .ni-lg-10, .ni-lg-11, .ni-lg-12, .ni-lg,
.ni-lg-auto, .ni-xl-1, .ni-xl-2, .ni-xl-3, .ni-xl-4, .ni-xl-5, .ni-xl-6, .ni-xl-7, .ni-xl-8, .ni-xl-9, .ni-xl-10, .ni-xl-11, .ni-xl-12, .ni-xl,
.ni-xl-auto {position: relative;width: 100%;min-height: 1px;padding-right: 15px;padding-left: 15px;
}

.ni {-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}

.ni-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
.ni-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
.ni-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
.ni-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.ni-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
.ni-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
.ni-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.ni-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
.ni-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
.ni-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.ni-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}
.ni-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
.ni-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}

/*
.ni-xl {-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
.ni-xl-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
.ni-xl-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
.ni-xl-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
.ni-xl-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.ni-xl-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
.ni-xl-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
.ni-xl-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.ni-xl-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
.ni-xl-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
.ni-xl-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.ni-xl-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}
.ni-xl-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
.ni-xl-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} 
*/
  
/********* Header *********/
.topStrip{padding:10px 0;border-bottom: 1px solid #e3e3e3;}
.contactDetails, .social{ padding:0; margin:0;}
.social{margin-bottom: 25px;}
.contactDetails li{/*position:relative; */ float: left;margin-bottom: 0;}
.contactDetails li:first-child a{padding-left:0;}
.contactDetails li:last-child a{padding-right:0;}

/*.contactDetails li:before {content:" "; position:absolute; left:0; top:50%; z-index:auto; height:14px; width:1px; background:#a9a9a9; overflow:hidden; margin-top:-7px; }*/
.contactDetails li:first-child:before{display:none;} 
.contactDetails li a{font-size: 14px;color: #333;font-weight: 500;position: relative;padding:0 14px;line-height: 16px;display: block;}
.contactDetails li a:hover, .contactDetails li a:hover i{ color:#a80000;}
.contactDetails li a i{color: #008b16;margin-right: 6px; transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}

.contactDetails li.oldWebsite a{color:#c4161c;font-weight:600;}

/*#logo{ padding-top:10px;}*/
.middleHeader .ni-2.ni-md-12 img{ margin-top: 15px; }

/*topStrip*/ 
.userInfo{margin-bottom: 0;}
.userInfo li{float: left;margin-bottom: 0;}
.userInfo li a, .userInfo li span{font-size: 14px;color: #333; padding: 0 14px;line-height: 16px;position: relative;display: block;}
.userInfo li a:after, .contactDetails li a:after, .userInfo li span:after{content: "";position: absolute;top: 3px;right: 0;height: 12px;width: 1px;background: #a9a9a9;}
.userInfo li:last-child a:after, .contactDetails li:last-child a:after, .userInfo li span.not-logged-in:after{display: none;}
.userInfo li:last-child a{border-right: 0;}
.userInfo li a i{color: #008b16;}
.userInfo li a:hover, .userInfo li a:hover i{color: #a80000;}

.topStrip ul.header.links{display: none;}
.topStrip .panel.header{padding: 0 15px;}


/*Middle Header*/
.page-main .block{margin-bottom: 0;}
.page-main .filter.block, .sidebar .block-compare{margin-bottom: 40px;}
.middleHeader{/*border-bottom: 1px solid #ccc;*/}
.middleHeader .container{max-width: 100%;padding: 0;margin: 0;}
.middleHeader .container > .row{margin: 0 auto;max-width: 1280px;}
.middleHeader .mainMenuRow{margin: 0;display: block;flex-wrap: unset;max-width: 100%!important;}
@media (min-width: 768px){
	.cms-index-index .nav-sections {margin-bottom: 0;}
}
.minicart-wrapper .action.showcart span.text{width: auto;position: static;height: all;margin: 0;padding: 0;overflow: visible;clip: auto;display: inline-block;color: #757575;padding-top: 3px;font-weight: 700;}
.minicart-wrapper .action.showcart .counter.qty{border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;width: 20px;margin-top: -12px;margin-left: -10px;height: auto;line-height: 1.5;float: right;background: #00a752;}
.cartInfo{margin-bottom: 0;padding: 40px 0;float: right;}
.cartInfo li{float: left;width: 95%;}
.cartInfo li a{padding: 0 12px;font-size: 18px;color: #555;display: block;}
.cartInfo li a:hover{color: #a80000;}

/*Serch box*/
.searchWrp{padding: 30px 0;}
.searchForm{width: 100%;height: 50px;}
.searchForm .search{text-transform: uppercase;color: #222;/*width: 160px;*/font-weight: 600;height: 48px;margin-left: -18px;}
.searchForm .search:hover{color: #fff;background: #bf0007;}
.input-group-prepend{width: 200px;float: left;border: 0;}
.input-group .txtSearch{float: left;width: 364px;border: 1px solid #e3e3e3; padding: 8px 20px;font-size: 16px;color: #555;height: 48px;margin-left: 20px;border-radius: 40px 0px 0px 40px;-moz-border-radius: 40px 0px 0px 40px;-webkit-border-radius: 40px 0px 0px 40px;-ms-border-radius: 40px 0px 0px 40px;border-right: 0;}
.input-group select{border: 1px solid #e3e3e3;height: 50px;/*line-height: 50px;*/vertical-align: middle;padding-left: 25px;font-weight: 600;font-size: 16px;color: #333;border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;}
.input-group input[type="submit"]{font-size: 16px;text-transform: uppercase;color: #222;width: 160px;font-weight: 600;cursor: pointer;}
.input-group input[type="submit"]:hover{background: #a80000;color: #fff;}
#search_autocomplete{ left: 30%; bottom:  0;}
#search_autocomplete ul li{ background-color: #fff; }

/*Full Width Middle Content*/
.cms-index-index .page-main{max-width: 100%;margin: 0;}

.ni-3.newproductlist{max-width: unset;}

/*About Us Section*/
#aboutUs{padding: 50px 0;}
#aboutUs h2{font-size: 36px;text-transform: uppercase; color: #333;font-weight: 600;text-align: center;margin-bottom: 35px;}
#aboutUs img{display: block;margin: 0 auto;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;margin-bottom: 20px;-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.2);}
#aboutUs h3{margin-bottom: 15px;}
#aboutUs h3 a{display: block;font-size: 20px;font-weight: 600;color: #222;}
#aboutUs h3 a:hover{color: #a80000;}
#aboutUs p{font-size: 16px;line-height: 26px;color: #333;}
#aboutUs a.readMore{display: inline-block;color: #222;font-size: 14px;font-weight: 600;padding: 12px 30px;border: 1px solid #fed700;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;}
#aboutUs a.readMore:hover{background: #fed700;border: 1px solid transparent;}


/*New Arrival Section*/
#newArrival{padding: 50px 0;background: #f9f9f9;}
.cms-home .main #newArrival:first-child{padding-bottom: 20px;}
#newArrival h2{font-size: 36px;text-transform: uppercase; color: #333;font-weight: 600;margin-bottom: 35px;}
.products{margin-bottom: 0px;}
.products img{-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px; width:100%;}
.productImg{position: relative;margin-bottom: 20px;}
.productImg:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(38,97,131,0.2);opacity: 0;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;}
.productImg:hover:after{opacity: 1;}
.products a{display: block;}
.btnView{height: 40px;width: 140px;padding-top: 8px;background: #333;color: #fff;position: absolute;bottom: 50%; left: 50%;margin-left: -70px;text-align: center;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;font-weight: 600;font-size: 14px;opacity: 0;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;}
.btnView:hover{background: #fed700;color: #333;}
.btnView:visited{color: #fff;}
.btnCart{height: 40px;width: 140px;/*padding-top: 8px;*/background: #fed700;color: #333;position: absolute;bottom: 40%; left: 50%;margin-left: -70px;text-align: center;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;font-weight: 600;font-size: 14px;opacity: 0;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;}
.btnCart:hover{background: #333;color: #fff;}
.products:hover .btnView{bottom: 65%;opacity: 1;}
.products:hover .btnCart{bottom: 52%;opacity: 1;}
button:not(.primary):active, button:not(.primary){box-shadow: unset;-webkit-box-shadow: unset;border: 0;}
.productDetails a{display: block;color: #222;font-weight: 700;font-size: 18px;line-height: 24px;margin-bottom: 15px;}
.productDetails a:hover{color: #ff0000;}
span.special-price{color: #ff0000;font-size: 16px;font-weight: 700;display: inline-block;}
span.old-price{color: #999;text-decoration: line-through;padding-left: 10px;font-weight: 500;}

/*Navigation*/
#newArrival .owl-buttons{position: absolute;top: -80px;right: 0;}
#newArrival .owl-pagination{display: none;}
#newArrival .owl-theme .owl-controls .owl-buttons div.next-btn, #newArrival .owl-theme .owl-controls .owl-buttons div.prev-btn, .owl-theme .owl-controls .owl-buttons div.lft-btn, .owl-theme .owl-controls .owl-buttons div.rgt-btn{font-size: 0; width: 35px;height: 35px;line-height: 30px;color: #333;background: #fed700;display: inline-block;border-radius: 4px;position: relative;transition: all 0.3s ease 0s;margin: 0;}
.owl-theme .owl-controls .owl-buttons div{background: none;font-size: 0; opacity: 1;padding: 0;}
#newArrival .owl-buttons div{position: relative;cursor: pointer;}
#newArrival .owl-theme .owl-controls .owl-buttons div.next-btn:before, #newArrival .owl-theme .owl-controls .owl-buttons div.prev-btn:before, #newArrival .owl-buttons div:before{font-family: FontAwesome;position: absolute;font-size: 26px;top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}
#newArrival .owl-theme .owl-controls .owl-buttons div.next-btn:before, .owl-theme .owl-controls .owl-buttons div.owl-next:before, .rgt-btn:before{content: "\f105";margin-left: 2px;}
#newArrival .owl-theme .owl-controls .owl-buttons div.prev-btn:before, .owl-theme .owl-controls .owl-buttons div.owl-prev:before, .lft-btn:before{content: "\f104";}
#newArrival .featuredproduct .owl-wrapper{padding-bottom: 0;}
#newArrival .owl-theme .owl-controls .owl-buttons div.next-btn:hover, #newArrival .owl-theme .owl-controls .owl-buttons div.prev-btn:hover, .owl-theme .owl-controls .owl-buttons div.lft-btn:hover, .owl-theme .owl-controls .owl-buttons div.rgt-btn:hover{background-color: #333;color: #fff;}

/*Offer Section*/
#offerSection{padding: 50px 0;background: url(../../frontend/Baps/default/en_US/images/offer-bg.jpg) fixed no-repeat center center;background-size: cover;}
#offerSection a{display: block;position: relative;margin: 0 0 30px;}
#offerSection a:after{content: '';position: absolute;border: transparent solid 2px;top: 0;right: 0;bottom: 0;left: 0;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: top, right, bottom, left;transition-property: top, right, bottom, left;}
#offerSection a:hover:after{top: -8px;right: -8px;bottom: -8px;left: -8px;border-color: #fff;}
#offerSection img{-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.15);box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.15);}
.bapsVideo{margin-bottom: 30px;}
/*Best Sellers*/
.bestSeller{background: #fff;}


/*Newslatter*/
#newsLatter{background: #fed700;}
#newsLatter .container{background: url(../../frontend/Baps/default/en_US/images/email-bg.png) no-repeat 400px center;}
#newsLatter label{display: block;font-size: 25px;font-weight: 700;color: #333;text-transform: uppercase;padding: 32px 0;}
.subscribeForm{height: 50px;background: #fff;width: 100%; border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;margin: 25px 0;width: 80%;float: right;position: relative;}
.subscribeForm input[type="email"]{border: 0;font-size: 14px;color: #777;padding: 15px 210px 15px 30px;height: auto;background-color: transparent;}
.subscribeForm input.btnSubscribe{border: 0;font-size: 15px;color: #fff;position: absolute;top: 0;right: 0;border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;padding: 15px 60px 15px 30px;background: url(../../frontend/Baps/default/en_US/images/email-icon.png) no-repeat 150px center #444;cursor: pointer;}
.subscribeForm input.btnSubscribe:hover{background-color: #a80000;color: #fff;}

.googlemaps{ height: auto !important; margin-bottom: 0 !important; display: none; }

/*Footer*/
#footer{padding: 50px 0 0;}
.fAboutUs .fLogo{margin-bottom: 20px;display: block;}
.fAboutUs p{font-size: 14px;color: #333;line-height: 28px;}
.fAboutUs a.btnReadmore{font-weight: 600;color: #333;}
.fAboutUs a.btnReadmore:hover{color: #fed700;}
.fAboutUs img{display: block;margin-top: 26px;}
.quickLinks h3, .fContactUs h3, .fAboutUs h3{font-weight: 700;font-size: 18px;color: #222;margin-bottom: 20px;}
.quickLinks ul{padding: 0;}
.quickLinks li{margin-bottom: 0;}
.quickLinks li a{font-size: 14px;color: #222;padding: 4px 0;display: inline-block;margin-left: 22px;}
.quickLinks li a:before{content: "\f105";font-family: "FontAwesome";position: absolute;margin-left: -22px;font-size: 16px;transition: 250ms ease;-webkit-transition: 250ms ease;}
.quickLinks li a:hover{color: #a80000;text-decoration: none;}
.quickLinks li a:hover:before{margin-left: -17px;}
.fContactInfo{padding-top: 15px;padding-left: 0;}
.fContactInfo li{background-position: left 4px;background-repeat: no-repeat;margin-bottom: 5px;padding-left: 30px;}
.fContactInfo li a:hover{color: #a80000;}
.fAddress strong{display: block;line-height: 2;}

/*Icons*/
.mapIcon{background-image: url(../../frontend/Baps/default/en_US/images/address-icon.png);}
.phoneIcon{background-image: url(../../frontend/Baps/default/en_US/images/phone-icon.png);}
.emailIcon{background-image: url(../../frontend/Baps/default/en_US/images/fmail-icon.png);}

.copyRight{font-size: 14px;text-align: center;color: #333;padding: 20px 0;background: #eaeaea;}


/*Back to Top*/
#backtotop {/*background: url(../../frontend/Baps/default/en_US/images/up-arrow.png) no-repeat center center #3cb81c;*/background-color: #fed700;  bottom: 40px;  right: 15px;  text-align: center;  position: fixed; height: 40px;  width: 40px;  z-index: 9;  opacity: 1;  -webkit-transition: all .3s;  transition: all .3s;  display: none;  border-radius: 4px;  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;}
#backtotop:hover {background-color: #333;  -webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.3);}

a#backtotop i{font-size: 30px;display: block;padding-top: 3px;color: #fff;margin-right: 0;}





/*Social Links*/
.social li{display: inline-block;margin: 0 2px;}
.social li a{display: block;width: 30px;height: 30px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;text-align: center;padding-top: 3px;color: #009b3d;border: 1px solid #009b3d;}
.social li a i{margin-right: 0;font-size: 14px;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;}
.social li a:hover{border-color: #a80000;}
.social li a:hover i{color: #a80000;}


/********* 4.0 Header *********/

/********* 5.0 Forms CSS *********/

input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="url"],input[type="password"],input[type="search"], select, textarea{border:1px solid #c5c5c5;width:100%;padding:5px 10px; }
input[type="submit"], input[type="button"],input[type="reset"],button,.button{background: #fed700;color: #333;height: 50px;padding: 0 25px;font-size: 16px; border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px; -webkit-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease;}
input[type="submit"]:hover, input[type="button"]:hover,input[type="reset"]:hover,button:hover,.button:hover{color:#fff; background-color:#333;}

.formWrap{ background-color: #f1f1f1; border: #ccc solid 1px; padding: 15px}
.formWrap .error{ color: #ff0000; font-style: italic}

/*Custom Forms*/
.selectStyle{ width: 100%;background-color: #fff; border: #c5c5c5 solid 1px }
.selectStyle .customSelect {height:28px; color:#94821b; /* border:1px solid #6f707b;*/ width:100%; padding:0 0 0 10px;  line-height:28px; text-align:left; }
.selectStyle .customSelect .customSelectInner {background:url(../../frontend/Baps/default/en_US/images/home-select-arrow.png) no-repeat right center;font-weight:600;}
.selectStyle select {width:100%; height:34px; }

/* The container */
.checkBox {display: block;position: relative;padding-left: 30px;margin-bottom: 12px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

/* Hide the browser's default checkbox */
.checkBox input {position: absolute;opacity: 0;}

/* Create a custom checkbox */
.checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #fff;border:#8c8c8c solid 1px;}

/* On mouse-over, add a grey background color */
.checkBox:hover input ~ .checkmark {background-color: #ccc;}

/* When the checkbox is checked, add a blue background */
.checkBox input:checked ~ .checkmark {background-color: #2196F3;}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {content: "";position: absolute;display: none;}

/* Show the checkmark when checked */
.checkBox input:checked ~ .checkmark:after {display: block;}

/* Style the checkmark/indicator */
.checkBox .checkmark:after {left: 7px;top: 1px;width: 7px;height: 12px;border: solid white;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.radioBox {display: block;position: relative;padding-left: 30px;margin-bottom: 12px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

/* Hide the browser's default radio button */
.radioBox input {position: absolute;opacity: 0;}

/* Create a custom radio button */
.radioBox .checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;border: #8c8c8c solid 1px;background-color: #fff;border-radius: 50%;}

/* On mouse-over, add a grey background color */
.radioBox:hover input ~ .checkmark {background-color: #ccc;}

/* When the radio button is checked, add a blue background */
.radioBox input:checked ~ .checkmark {background-color: #2196F3;}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioBox .checkmark:after {content: "";position: absolute;display: none;}

/* Style the indicator (dot/circle) */
.radioBox .checkmark:after {top: 9px;left: 9px;width: 8px;height: 8px;border-radius: 50%;background: white;}


/*****************************************
  upload button styles
******************************************/
.fileUpload {position: relative;display: inline-block;padding: 16px 10px;background: #fff;border-radius: 2px;width: 100%;}
.fileUpload:hover {cursor: pointer;background: #e4e4e4;}
.fileuploadInput {position: absolute;left: 0;top: 0;right: 0;bottom: 0;width:0;height: 100%;opacity: 0;
}
.fileUpload:before{background: url(../../frontend/Baps/default/en_US/images/sprite.png) -36px top no-repeat;height: 15px;width: 23px;position: absolute;right: 30px;top: 50%;margin-top: -8px;content: "";left: auto;z-index: 6;cursor: pointer;}

.fileUpload:hover:before{background: url(../../frontend/Baps/default/en_US/images/sprite.png) -36px top no-repeat; opacity: 0.4;}
/**/


.custom-file-upload-hidden { visibility:hidden; position:absolute; left:-9999px; width:100px; }
.custom-file-upload { display:inline-block; float:left; width:100%; font-size:16px; background-color:#fff; }
.custom-file-upload label { display:block; margin-bottom:0; }
.file-upload-wrapper { position:relative; margin-bottom:0; z-index: 1; }
input[type="text"].file-upload-input{height:50px; color:#333;}
.file-upload-input { width:300px; color:#fff; font-size:16px;  border:none; background-color:#fff; -moz-transition:all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition:all 0.2s ease-in; transition:all 0.2s ease-in; float:left; }
.file-upload-input:hover, .file-upload-input:focus { background-color:#ab3326; outline:none; }
.file-upload-button, .contactFrom .file-upload-wrapper .file-upload-button { position:absolute; background:rgba(255, 255, 255, 0.1); right:0; top:0px; height:36px; border:0 none; text-indent:-9999px; width:100%; z-index:9; cursor: pointer; }
.file-upload-button:before, .contactFrom .file-upload-wrapper .file-upload-button:before{background:url(../../frontend/Baps/default/en_US/images/sprite.png) -36px top no-repeat; height:15px; width:23px; position:absolute; right:17px; top:50%; margin-top:-8px; content:""; left:auto; z-index:6 }
.file-upload-button:hover, .file-upload-wrapper label.file-upload-button:hover { background:rgba(255, 255, 255, 0.1); opacity:0.7; }


.file-upload-button {
    right: 0;
    top: 0;
    height: 43px;
    background-position: 97% center;
}



.message{padding:10px 38px 10px 10px;margin-bottom:20px;border:1px solid transparent; position:relative;}
.message.success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
.message.success a {color: #2b542c;}
.message.error {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
.message.error a{color: #843534;}


 
 

/*Banner Slider*/
.magestore-bannerslide-flex-slider{margin-bottom: 0!important;}
.magestore-bannerslider-title strong{ display: none; }
.flexslider{box-shadow: unset!important;-webkit-box-shadow: unset!important;-ms-box-shadow: unset!important;}
.flexslider .slides > li{position: relative; margin-bottom: 0;}
.flexslider .slides > li a{background-size: cover;}
.flex-caption{position: absolute;top: 50%;left: 4%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);width: 450px;}
.flex-caption h2{/*background-color: rgba(0,0,0,0.5);*/margin-bottom: 20px;transform: translateX(-50px);opacity: 0;transition: 800ms ease-in-out;-webkit-transition: 800ms ease-in-out;font-size: 40px;display: inline-block;line-height: 1.2;font-weight: 800;color: #333;}
.flex-caption h2 > span{color: red;display: block;opacity: 0;}
.flex-active-slide .flex-caption h2{opacity: 1;transform: translateX(0px);}
.flex-active-slide .flex-caption h2 > span{color: red;display: block;opacity: 1;}
/*.flex-caption p{font-size: 15px;color: #333;line-height: 1.5;transform: translateX(-80px);opacity: 0;    transition: 1400ms ease-in-out;-webkit-transition: 1400ms ease-in-out;}*/
.flex-caption a.btnReadmore{display: inline-block;background-color: #fed700;color: #222;font-size: 14px;font-weight: 600;padding: 12px 30px;border: 1px solid #fed700;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;height: auto!important;transform: translateX(-80px);opacity: 0;    transition: 1400ms ease-in-out, background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;-webkit-transition: 1400ms ease-in-out, background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;}
/*.flex-active-slide .flex-caption p{opacity: 1;transform: translateX(0px);}*/
.flex-active-slide .flex-caption a.btnReadmore{opacity: 1;transform: translateX(0px);}
.flex-caption a.btnReadmore:hover{background-color: #444;color: #fff;border-color: transparent;}

.flex-control-nav{bottom: 30px!important;z-index: 10!important;}
.flex-control-paging li a{width: 20px!important;height: 20px!important;background: #444!important;border: 3px solid #fff;}
.flex-control-paging li a.flex-active{background: #444!important;border: 3px solid #fed700;}

/*Banner Navigation*/
.flex-direction-nav{height: 0;}
.flex-direction-nav a{background: url(../../frontend/Baps/default/en_US/images/bg_direction_nav.png) no-repeat 7px 7px #7d7d7d!important;height: 50px!important;width: 50px!important;background-size: 70px!important;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;}
.flex-direction-nav a:hover{background-color: #a5000a!important;opacity: 0.7!important;}
.flex-direction-nav .flex-next{background-position: -26px 7px!important;}

/*Table Style*/
.tblResponsive {min-height: .01%;overflow-x: auto;}
.tblResponsive table{ border: #ccc solid 1px; }
.tblResponsive tr th {font-weight: 600;font-size: 16px; text-transform: uppercase; vertical-align: bottom;border-bottom: 2px solid #ddd; background-color:#009c2f; color:#fff;}
.tblResponsive tr:nth-child(odd){background-color:#f5f5f5;}


 
/*Form*/ 


.ni-form-group { padding-bottom: 15px; position: relative; }
.ni-form-label { display: inline-block; padding-bottom: 5px; vertical-align: top; font-size: 14px; font-weight: 600; cursor: pointer; -webkit-transition: 300ms ease; transition: 300ms ease; }
.ni-form-control { width: 100%; height: 40px; padding: 5px 12px; outline: none; border: 1px solid #ddd; -webkit-border-radius: 3px; border-radius: 3px; }
.ni-form-control:focus { border-color: #7bbefd; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-transition: 350ms ease; transition: 350ms ease; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, 
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active { -webkit-box-shadow: 0 0 0px 1000px transparent inset; -webkit-transition: background-color 5000s ease-in-out; transition: background-color 5000s ease-in-out; }
textarea { max-width: 100%; min-width: 100%; height: 100px; max-height: 300px; min-height: 100px; overflow: auto; vertical-align: top; resize: vertical; }

.ni-required, .ni-error { color: #ff3636; }

.ni-submit-button { width: 90px; height: 40px; display: inline-block; margin-right: 5px; padding: 5px 20px; vertical-align: top; color: #fff; text-align: center; cursor: pointer; outline: none; -webkit-transition: 350ms ease; transition: 350ms ease; border: 1px solid #3791e5; background-color: #3791e5; }
.ni-submit-button:hover, .ni-submit-button:focus, .ni-submit-button:active { color: #3791e5; background-color: #fff; }
::-moz-focus-inner { border: 0; }

input[type="checkbox"], input[type="radio"] { cursor: pointer; }

.ni-form-label.disabled { color: #666; opacity; 0.5; cursor: not-allowed; }

.ni-reset-button { width: 90px; height: 40px; display: inline-block; padding: 5px 20px; vertical-align: top; color: #fff; text-align: center; cursor: pointer; outline: none; -webkit-transition: 350ms ease; transition: 350ms ease; border: 1px solid #444; background-color: #444; }
.ni-reset-button:hover, .ni-reset-button:focus, .ni-reset-button:active { color: #444; background-color: #fff; }

/*--- Start Inline Form ---*/
.ni-inline-form .ni-form-group { padding-bottom: 20px; }
.ni-inline-form .ni-form-label { position: absolute; top: 9px; cursor: text; }

.two-column-inline-form .ni-form-label { left: 28px; }
.two-column-inline-form .ni-form-control:focus + .ni-form-label { z-index: -1; }

/*--- Start Movable Label & Validations ---*/
.two-column-movable-lable-form .ni-form-label { left: 14px; }
.two-column-movable-lable-form .ni-form-control:focus + .ni-form-label { padding: 2px 5px; font-size: 13px; top: -10px; background-color: #fff; }
.two-column-movable-lable-form .ni-submit-button { width: 100%; }

.ni-error { padding: 3px 12px; color: #fff; font-size: 13px; position: absolute; right: 0; bottom: 0; background-color: #ff0000; }
.ni-error:before { width: 0; height: 0; content: ''; position: absolute; left: 12px; top: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #ff0000; }



.chatNow{ position:fixed; right:0; bottom:0}
#hidden-content{ position:fixed; right:0; bottom:100px;   -webkit-transition: 250ms linear; transition: 250ms linear; display:none;  border:#F00 solid 2px; }

/*Header*/
.inner-menu-border .menuBar{margin-bottom: 20px;}
#maincontent{padding: 30px 15px;}
.cms-home #maincontent{padding: 0;}
/*Disclaimer Page*/
.page-title{text-transform: uppercase;font-size: 25px;margin-bottom: 0;color: #ac001e;font-weight: 700;/*text-shadow: 2px 2px 2px rgba(21,21,21,.3);*/}
.disclaimerBlock, .aboutUs, .shipPolicy{padding: 40px 0;}
.disclaimerBlock p, .aboutUs p, .privacyPolicy p, .shipPolicy p, .termsCondition p, .privacy-policy p, .bapsAbout p, .bapsHerbalCare p, .qualityPolicy p{font-size: 15px;margin-bottom: 30px;line-height: 1.5;}
  
/*About Us Page*/
.aboutUs{padding: 15px 0 40px 0;}
.aboutUs h2, .privacyPolicy h2, .manufacturingUnit h2{font-size: 24px;font-weight: 600;text-transform: uppercase;}
.aboutUs ul.bulletStyle li, .shipPolicy ul.bulletStyle li, .disclaimerBlock ul.bulletStyle li, .privacyPolicy ul.bulletStyle li, .termsCondition ul.bulletStyle li, .privacy-policy ul.bulletStyle li, .bapsAbout ul.bulletStyle li, .bapsHerbalCare ul.bulletStyle li, .qualityPolicy  ul.bulletStyle li, .manufacturingUnit ul.bulletStyle li, .termsCondition ol.bulletStyle li, #globalPresence .globalText ul.bulletStyle li{font-size: 15px;padding: 2px 0 2px 30px;background-size: 16px;}
.aboutUs h3, .bapsAbout h3, .bapsHerbalCare h3, .privacyPolicy h3{font-size: 22px;font-weight: 600;color: #ac001e;}
.manufacturingUnit img{margin-bottom: 20px;display: block; }

/*Shiping Policy*/
.shipPolicy{}

/*Privacy Policy*/
.termsCondition{padding: 30px 0;}
.termsCondition strong{font-size: 16px;font-weight: 600;color: #000;display: block;}
.termsCondition h2{color: #ac001e;font-size: 22px;margin-bottom: 20px;font-weight: 700;}
.termsCondition h3{font-size: 18px;color: #009632;font-weight: 600;}

/*pp with cookies*/
.privacy-policy{padding: 30px 0;}
.privacy-policy .message.info{font-size: 18px;margin: 10px 0;}
.privacy-policy h2{color: #ac001e;font-size: 22px;margin-bottom: 25px;}
.privacy-policy .tblResponsive tr td strong{font-weight: 600;}

/*Quality Policy*/
.qualityPolicy img{display: block;margin: 0 auto;text-align: center;}

/*My Account Page*/
h1.page-title{border-bottom: 1px solid #eee;
    line-height: normal;
    color: #222722;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
    display: block!important;}
.login-container{box-shadow: 0 0 5px #ede4e4;padding: 30px;}
.login-container .block .block-title{    font-size: 22px;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold;}

.block-customer-login{position: relative;}
.block-customer-login:after{    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c2c2c2;display: none;}

.block-customer-login p.loginNote{font-size: 14px;color: #00a752;line-height: 1.5;}

.fieldset > .field:not(.choice) > .label{    padding: 5px 10px 0 0;
    font-size: 13px;
    text-align: left; color: #4d4d4d;font-weight: 600;}

.action.primary{height: auto;border-radius: 4px;-webkit-border-radius: 4px;font-size: 16px;background-color: #fed700;border-color: #fed700;color: #333;}
.action.primary:hover{border-color: #444;background-color: #444;color: #fff;}

.action.secondary, .checkout-index-index .modal-popup .modal-footer .action-hide-popup{height: auto;border-radius: 4px;-webkit-border-radius: 4px;font-size: 16px;background-color: #444;border-color: #444;color: #fff;    padding: 7px 15px;line-height: 1.5;margin-top: 0;}
.action.secondary:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover{border-color: #fed700;background-color: #fed700;color: #444;text-decoration: none;}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus, .action.primary:focus{background: #444;}

.block-customer-login .fieldset.login .actions-toolbar .secondary .action{font-style: italic;}

.login-container .fieldset::after{    margin-top: 10px;
    font-size: 13px;  }

/*Create An Account*/
.form-create-account .fieldset, .form-create-account .fieldset{width: 46%;
    float: left;margin-bottom: 10px;}
.form-create-account .fieldset.account{float: right;}    

.form-create-account{    max-width: 100%;
    width: 100%;
    box-shadow: 0 0 5px #ede4e4;
    padding: 30px;}
@media (min-width: 768px), print{
.form.create.account {
    min-width: 600px;
     width: 100%; 
}
}
.fieldset > .legend {
    line-height: normal;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    /*margin: 10px;*/
}
.legend>span{font-size: 20px!important;font-weight: bold!important;}
.fieldset>.field, .fieldset>.fields>.field{margin-bottom: 10px;}
.field-error, div.mage-error[generated]{line-height: 13px;margin-top: 10px;font-size: 13px; margin-top: 10px;}
.actions-toolbar .secondary{float: left;margin-left: 10px;}
.actions-toolbar>.secondary .action.back{display: inline-block;border-right: }
.form-create-account .fieldset.create.account:after{font-size: 13px;margin-top: 15px;}

/*Checkout Page*/
.cart-summary > .title{font-weight: 700;line-height: 1.5;font-size: 18px;color: #444;}
.column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong{font-size: 14px;font-weight: 600;}
.block-collapsible-nav{position: static;}
/*.cart.table-wrapper .actions-toolbar > .action, .action-gift, .cart-container .form-cart .action.continue{
line-height: inherit;
    padding: .375rem .75rem;
    font-size: inherit;
    background-color: #5bae60;
    border-color: #5bae60;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}*/

.opc-progress-bar-item{width: 50%;}
.modal-content {background-color: #f8f8f8;border: 1px solid #ccc;border-radius: 0;font-size: 16px;color: #000;text-align: center;}
.checkout-container .modal-content{text-align: left;box-shadow: unset;-webkit-box-shadow: unset;-ms-box-shadow: unset;}
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{font-size: 16px;font-weight: 800;color: #444;}

/*Contact Us Page*/
form.contact{max-width: 650px;margin: 0 auto;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);padding: 30px;}
#contact-form { width: 100% !important; }


/*Sitemap Page*/
.category-item.level-1 > a{    font-size: 15px;font-weight: 700;color: #717771;line-height: 22px;position: relative;margin-left: 23px;display: inline-block;}
.category-item.level-1 > a:before{    content: "\f06c";font-family: "FontAwesome";position: absolute;margin-left: -20px;font-size: 16px;transition: 250ms ease;-webkit-transition: 250ms ease;color: #717771;font-weight: normal;}
.category-item.level-1.isparent ul li > a{font-size: 14px;
    /* font-weight: 700; */
    color: #7e807e;
    line-height: 18px;
    position: relative;
    margin-left: 23px;
    display: inline-block;}
.category-item.level-1.isparent ul li > a:before{content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -18px;
    font-size: 12px;
    transition: 250ms ease;
    -webkit-transition: 250ms ease;
    color: #7e807e;
    font-weight: normal;}
.cmspages-container-inner .cms-page-list li > a{    font-size: 15px;
    font-weight: 700;
    color: #717771;
    line-height: 22px;
    position: relative;
    margin-left: 23px;
    display: inline-block;}
.cmspages-container-inner .cms-page-list li > a:before{    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -20px;
    font-size: 16px;
    transition: 250ms ease;
    -webkit-transition: 250ms ease;
    color: #717771;
    font-weight: normal;}  
.products-container-inner ul li > a{
	font-size: 15px;
    font-weight: 700;
    color: #717771;
    line-height: 22px;
    position: relative;
    margin-left: 23px;
    display: inline-block;
} 
.products-container-inner ul li > a:before{content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -20px;
    font-size: 16px;
    transition: 250ms ease;
    -webkit-transition: 250ms ease;
    color: #717771;
    font-weight: normal;}

/*FAQs Page*/
.faq-group-image{border: 0;padding: 0 20px;}
.faq-group-image img.group-image{width: 60px;height: 60px;}
.faq-groupname .group-link{color: #029c34;}
.faq-group a.group-link:hover{color: #e9a90a;}
.faq-content .group-title{color: #464646;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background: #e9a90a;color: #fff;border: 0;}
.faq-content .ui-accordion-header:hover{background: #04983d;}

/*Ayurveda Page*/
.bapsAbout p{margin-bottom: 15px;}
.bapsAbout h3{margin: 20px 0 15px;}

.list-50 li{width: 50%;float: left;}

/*Product Single Page*/

@media (min-width: 768px){
.page-layout-1column .product-info-main {width: 47%;}
}
@media (min-width: 768px){
.page-layout-1column .product.media {width: 51%;}
}

/*Product Category Page*/

.products-grid .product-item-info:hover, .products-grid .product-item-info.active, .products-grid .product-item-inner, .abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{box-shadow: unset;-webkit-box-shadow: unset;-moz-box-shadow: unset;-ms-box-shadow: unset;border: 0;padding: 0;margin: 0;position: static;overflow: visible!important;width: auto;height: auto;clip: unset!important;left: auto;right: auto;}

.toolbar select{padding: 5px 25px 5px 10px;}

.product-item-actions{display: block;}


/*Product Detail Page*/
#st-1{text-align: left!important;}
#st-1.st-has-labels .st-btn{min-width: unset!important;}
#st-1 .st-btn > span{display: none!important;}
.product-addto-links{display: inline-block;margin-bottom: 20px;width: 360px;}
.product.data.items>.item.content{margin-top: 39px;}
.product.data.items>.item.title>.switch{border-bottom: 1px solid #ccc;background: #00a752;font-weight: 600;color: #fff;}
.product.data.items>.item.title.active>.switch{border-bottom: 0;}

.page-main .block.related .products-grid .product-item, .page-main .block .products-upsell .products-grid .product-item{width: calc(20% - 20px);margin: 0 10px;}
.page-main .block.related .product-image-container{display: block;width: auto!important;}
.page-main .block.related .product-item-info{width: auto;}
.page-main .block.related .product-item-name{margin: 10px 0;}

.review-form .action.submit.primary{background: #fed700;color: #333;border: 0;padding: 10px 20px;font-size: 15px;}
.review-form .action.submit.primary:hover{background: #333;color: #fff;border: 0;}
.product-info-main .product.attribute.packing_weight{margin-bottom:15px;}

/*Model Popups*/
.modal-popup.confirm .modal-inner-wrap{padding: 15px;}
.modal-inner-wrap .modal-header, .modal-inner-wrap .modal-footer{border: 0;}
.modal-popup .modal-footer{padding: 15px;text-align: center;}
.modal-content{box-shadow: unset!important;border: 0!important;}

/*Footer Links*/
#footer .footer.links{display: none;}

.testimonials-index-view .action.submit.primary{ display: none; }
.limiter #limiter{ width: 55px; }
.cms-feedback .field.note.no-label{ display: none; }
.cms-feedback .form.contact{width: 100%; max-width: 950px;}
.cms-feedback .fieldset>.field, .fieldset>.fields>.field{ float: left;width: 30%; margin: 0 14px 15px; }
.cms-feedback .field.comment{ width:62%;  }
.cms-feedback fieldset{ margin-bottom: 0 } 

/*Download Page*/
.dwnldList{max-width: 90%;margin: 0 auto;}
.dwnldList ul{padding: 0;margin: 0 -15px;}
.dwnldList ul li{width: calc(50% - 30px); margin: 0 15px; float: left; border-top: 4px solid #f1f1f1; border-bottom: 4px solid #f1f1f1;border-left: 1px solid #eeeeee;border-right: 1px solid #eeeeee;margin-bottom: 20px;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;background: url(../../frontend/Baps/default/en_US/images/download-arrow.png) no-repeat 20px center #f9f9f9;background-size: 30px;}
.dwnldList ul li:hover{border-top-color: #fcca77;}
.dwnldList ul li a{display: block;text-decoration: none;padding: 25px 50px 25px 70px;font-size: 16px;color: #323232;cursor: pointer;background: url(../../frontend/Baps/default/en_US/images/pdf-download-icon.png) no-repeat center right;text-transform: capitalize;font-weight: 600;margin-right: 20px;}
.dwnldList ul li a.excell{background: url(../../frontend/Baps/default/en_US/images/excel-icon.png) no-repeat center right;}

/* Accreditations Page */
.accreditationsList ul{margin: 0 -15px;}
.accreditationsList li{float: left;width: calc(25% - 30px);margin: 0 15px 50px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
.accreditationsList li a{display: block;overflow: hidden;}
.accreditationsList li a img{display: block;width: 100%;transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;}
.accreditationsList li a:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.accreditationsList h3{text-align: center;font-size: 18px;font-weight: 600;margin: 0;background-color: #009734;padding: 10px;text-transform: uppercase;color: #fff;}

.ourBrands{}
.accreditationsList.ourBrands li{margin-bottom: 0;}
/*Food Court Page*/
.foodCarrot, .foodMango{padding: 60px 0 0;}
.foodCourt h2, .foodMango h2, #career h2{font-size: 26px;text-transform: uppercase;text-align: center;font-weight: 700;}
.foodMango h2{margin-bottom: 50px;}
.foodCourt h3, .foodMango h3, .careerText h3{font-size: 24px;font-weight: 700;}
.foodCourt p, #career p{font-size: 15px;text-align: center;max-width: 800px;margin: 0 auto 30px;line-height: 1.7;}
.carrotImg, .WalnutsText, .mangoImg, .mangoText, .careerImg, .careerText{float: left;width: 50%;}
.carrotText, .walnutsImg{float: right;width: 50%;}
.WalnutsText, .carrotText, .mangoText{padding: 35px 55px;}
.WalnutsText{padding-left: 0;}
.WalnutsText p, .carrotText p, .mangoText p, #career .careerText p{max-width: unset;text-align: left;}

/*Career Page*/
.careerBlock{padding-top: 30px;}
.careerText{padding: 0px 55px;}
.careerText ul{padding: 0;}
.careerText li{font-size: 15px;color: #222;padding: 4px 0;margin-left: 22px;margin-bottom: 0;}
.careerText li:before{content: "\f105";font-family: "FontAwesome";position: absolute;margin-left: -22px;font-size: 16px;}
#career .careerText p{margin-bottom: 20px;}
#career .careerText p strong{color: #333;}
#career p.careerNote{text-align: left;max-width: 100%;margin: 0 0 20px;}
#career p.careerNote a{color: #009b3d;}
#career p.careerNote a:hover{color: #a80000;}


/* Manufacturing Units*/
#manufacturingUnit{padding: 30px 0;}
#manufacturingUnit h3{font-size: 28px;}
#manufacturingUnit p{font-size: 15px;line-height: 1.6;}

/*Global Presence*/
#globalPresence .globeImage, #globalPresence .globalText, .facilityImg, .facilityText{float: left;width: 50%;}
.facilityBlock{float: left;width: 100%;}
#globalPresence .globalText, .facilityText{padding: 30px;}
.globalText ul.bulletStyle li{font-size: 20px!important;margin-bottom: 20px;}
.facilityText{padding-top: 0;}

/*Department Page*/
#department h2{font-size: 24px;font-weight: 800;color: #333;float: left;width: 100%;text-transform: uppercase;letter-spacing: -0.5px;margin-left: 20px;margin-bottom: 30px;}
#department .cf{margin: 30px -20px;border-bottom: 2px dotted #cecece;padding-bottom: 30px;}
#department .column-2{width: calc(33.33% - 40px);float: left;margin: 0 20px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.4);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.4);padding: 5px;margin-bottom: 30px;}
#department .column-2:first-child{margin-left: 0;}
#department .column-2 h3{color: #fff;background-color: #009b3d;font-size: 16px;line-height: 1.2;padding: 10px 0;text-align: center;text-transform: capitalize;margin-bottom: 0;font-weight: 600;}

/*Checkout Page*/
.checkout-index-index .modal-popup .form-shipping-address{max-width: unset;}
.checkout-index-index .modal-popup .fieldset .field .label{display: block;}
.opc-progress-bar-item._active:before, .opc-progress-bar-item._active>span:before{background: #008f25;border-color: #008f25;}
.opc-wrapper .shipping-address-item.selected-item, .opc-progress-bar-item._active>span:after{border-color: #008f25;}
.opc-wrapper .shipping-address-item.selected-item:after{background: #008f25;}
.checkout-index-index .modal-content{background: #fff;}


/*Navigation */
.nav-sections, .navigation{background: #00a752}
.navigation .level0>.level-top{color: #fff;}
.navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus{color: #ffd58e;}
.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top{border-color: #ffd58e;color: #ffd58e;}
/*Column Main*/
.cms-home .columns .column.main{padding-bottom: 0;}
.pages strong.page{padding: 10px;line-height: 1;background-color: #fed700;border-radius: 4px;
-webkit-border-radius: 4px;}

/*Back to Top Button*/
#scroll-to-top{}
#scroll-to-top a.scrollup{border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;color: #333;background: #fed700;border: 0;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
#scroll-to-top a span{position: relative;padding: 32px 0!important;font-size: 0;padding-bottom: 0!important;}
#scroll-to-top a span:before{content: "\f106";font-family: "FontAwesome";position: absolute;color: #333;font-size: 25px;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
#scroll-to-top a.scrollup:hover{-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow:    0px 10px 10px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Baps/default/en_US/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Baps/default/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Baps/default/en_US/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Baps/default/en_US/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Baps/default/en_US/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Baps/default/en_US/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}



.order-details-items .table-order-items tbody td{padding-bottom:5px !important; padding-bottom:5px  !important;}
.table-order-items .gsttable td{ padding-top:0  !important; text-align:right; padding-right:0;}
.table-order-items .col.cgst, .table-order-items .col.sgst, .table-order-items .col.igst{ text-align:right}
.order-details-items .product-item-name{ font-size:16px;}
.table-order-items .subtotal .cgst_charge th, .table-order-items .subtotal .cgst_charge td, 
.table-order-items .subtotal .sgst_charge th, .table-order-items .subtotal .sgst_charge td { padding-top:5px !important; padding-bottom:5px !important;}

.nav-sections .header.links li.compare { display:none !important;}
.checkout-index-index .igst_charge,.checkout-index-index .sgst_charge, .checkout-index-index .cgst_charge, .checkout-index-index .shipping_cgst_charge, .checkout-index-index .shipping_igst_charge, .checkout-index-index .shipping_sgst_charge,.checkout-cart-index .igst_charge, .checkout-cart-index .sgst_charge, .checkout-cart-index .cgst_charge, .checkout-cart-index .shipping_cgst_charge, .checkout-cart-index .shipping_igst_charge, .checkout-cart-index .shipping_sgst_charge{ display:none;}
/* Large devices (desktops, less than 1200px)*/



@media (max-width: 1199.99px) {

 .container {max-width: 1140px;}

 .magestore-bannerslider-standard{/*width: auto!important*/;}

 .accreditationsList h3{font-size: 16px;}

 .input-group-prepend{width: 180px;}

 .input-group select{padding-left: 15px;}

 .input-group .txtSearch{width: 285px;}

 .searchForm .search{width: 110px;}

 .globalText ul.bulletStyle li {font-size: 15px!important;margin-bottom: 15px;}

}



@media (max-width: 1023px) {

.careerText{padding: 15px 30px;}

.accreditationsList h3{font-size: 14px;}

.fAboutUs{display: none;}

}



/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.99px) {

 .container {max-width: 960px;}

  .ni-lg {-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}

  .ni-lg-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}

  .ni-lg-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}

  .ni-lg-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}

  .ni-lg-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}

  .ni-lg-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}

  .ni-lg-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}

  .ni-lg-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

  .ni-lg-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}

  .ni-lg-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}

  .ni-lg-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}

  .ni-lg-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}

  .ni-lg-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}

  .ni-lg-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}





  .topStrip .ni-5, .topStrip .ni-7{-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

  .contactDetails li, .userInfo li a{padding: 0 10px;}

  .userInfo li a:after{top: 4px;}

  .navigation .level0{margin: 0 5px 0 0;}

  .navigation .level0>.level-top{line-height: 40px;}

  .flex-caption{width: 280px;}

  .flex-caption h2{font-size: 25px;}

  .flex-caption a.btnReadmore{padding: 5px 20px;}

  #newArrival, #offerSection, #aboutUs{padding: 30px 0;}

  #aboutUs h2, #newArrival h2{font-size: 30px;}

  #newArrival h2{margin-bottom: 15px;}

  #newArrival .owl-buttons{top: -50px;}

  #newsLatter label{font-size: 21px;padding: 20px 0;}

  .subscribeForm{margin: 12px 0;width: 100%;}

  .subscribeForm input[type="email"]{padding: 15px 180px 15px 30px;}

  .subscribeForm input.btnSubscribe{background: url(../../frontend/Baps/default/en_US/images/email-icon.png) no-repeat 140px center #444;padding: 10px 50px 10px 20px;}

  footer .ni-3{-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

  .dwnldList ul li{width: 100%;float: none;margin: 0 0 20px;}

  .dwnldList ul li{background-size: 20px;}

  .dwnldList ul li a{padding: 20px 40px 20px 60px;}



  .careerImg, .careerText, .carrotImg, .WalnutsText, .mangoImg, .mangoText, .carrotText, .walnutsImg{float: none;width: 100%;}

  .careerText{padding: 25px 0 0;}

  .foodMango h2, #career h2{margin-bottom: 30px;}

  .foodCarrot, .foodMango, .careerBlock{padding: 30px 0 0;}

  .carrotText, .walnutsImg, .mangoText{padding: 20px 0; }



  .cms-feedback .fieldset>.field, .fieldset>.fields>.field{width: 45%;}

  .accreditationsList li{width: calc(33.33% - 30px);}

  .input-group-prepend{width: 155px;}

  .input-group select{height: 40px;font-size: 14px;}

  .searchForm{height: auto;}

  .input-group .txtSearch{width: 205px;font-size: 14px;height: 40px;margin-left: 5px;}

  .searchForm .search{width: 100px;height: 40px;font-size: 14px;text-align: center;padding: 0;}

  #globalPresence .globalText{padding: 0 15px;}



}

 



/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 766.99px) { 

 .container {max-width: 720px;}

 .ni-md {-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}

.ni-md-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}

.ni-md-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}

.ni-md-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}

.ni-md-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}

.ni-md-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}

.ni-md-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}

.ni-md-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

.ni-md-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}

.ni-md-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}

.ni-md-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}

.ni-md-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}

.ni-md-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}

.ni-md-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}





.nav-sections-item-title{font-size: 16px;font-weight: 600;width: 25%;height: auto;padding: 15px;}

.topStrip .ni-5, .topStrip .ni-7{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}

.searchWrp{padding: 10px 15px;}

.cartInfo{padding: 10px;float: none;}

.minicart-wrapper{float: none;}

.minicart-wrapper .block-minicart{position: static;}

.navigation .level0{    border-top: 1px solid #ececec;}

.navigation .parent .level-top:after{top: 0;}

.navigation .level0>.level-top{font-size: 14px;padding: 0px 40px 0px 15px;}

.navigation .submenu:not(:first-child)>li>a{font-size: 14px;}

.contactDetails, .social{text-align: center;}

.contactDetails li, .userInfo li{float: none;display: inline-block;}

.userInfo.fRight{float: none!important;text-align: center;display: none;}

.contactDetails li, .userInfo li a{/*padding: 5px 0;*/padding-bottom: 5px;}

.userInfo li a:after, .contactDetails li:before{display: none;}

.flex-direction-nav, .flex-control-nav{display: none;}

.nav-toggle{left: unset;right: 15px;}

.nav-sections, .navigation{background: #fff;}

.navigation .level0>.level-top{color: #575757;}

.middleHeader .ni-2.ni-md-12 img{width: 100px;}

.magestore-bannerslider-standard, .magestore-bannerslider-standard{width: 100%!important;}

#newArrival, #offerSection, #aboutUs, #footer{padding: 20px 0;}

#footer{padding-bottom: 0;}

#newArrival h2{font-size: 22px;margin-bottom: 15px;}

#newArrival .ni-3{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
 
#newArrival.best-sellers .ni-3{flex: 0 0 33.33%;max-width: 33.33%;-webkit-box-flex: 0;-ms-flex: 0 0 33.33%;}


/*.product-info-main h1.page-title{text-align: center;}*/

.productDetails{text-align: center;}

#aboutUs .ni-4{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-bottom: 30px;}

#aboutUs h2{font-size: 25px;}

#aboutUs h3, #aboutUs p, #aboutUs a.readMore{text-align: center;}

#aboutUs a.readMore{padding: 10px 20px;width: 116px;display: block;margin: 0 auto;}

.columns .column.main{padding-bottom: 0;}

#newsLatter{padding: 20px 0;}

#newsLatter .ni-5, #newsLatter .ni-7{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}

#newsLatter label{text-align: center;padding: 10px 0;}

footer .ni-3, footer .ni-6{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}

.cms-feedback .fieldset>.field, .fieldset>.fields>.field{width: 100%;float: none;margin-left: 0;}

.accreditationsList li{width: calc(50% - 30px);}

.accreditationsList.ourBrands li{width: calc(33.33% - 30px);}

#offerSection img{width: 100%;}

.bapsVideo iframe{height: 300px;}

#newArrival .owl-buttons{top: -50px;}

.quickLinks .ni-6{-webkit-box-flex: 0;-ms-flex: 0 50%;flex: 0 50%;max-width:50%;}

#globalPresence .globeImage, #globalPresence .globalText, .facilityImg, .facilityText{float: none;width: 100%;}

#globalPresence .globalText, .facilityText{padding: 10px 0;}


}





/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.99px) { 

 .container {max-width: 540px;}

 .ni-sm {-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}

  .ni-sm-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}

  .ni-sm-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}

  .ni-sm-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}

  .ni-sm-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}

  .ni-sm-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}

  .ni-sm-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}

  .ni-sm-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

  .ni-sm-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}

  .ni-sm-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}

  .ni-sm-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}

  .ni-sm-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}

  .ni-sm-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}

  .ni-sm-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}





  .subscribeForm{height: auto;border-radius: unset;-webkit-border-radius: unset;-moz-border-radius: unset;-ms-border-radius: unset;background: none;margin: 0;}

  .subscribeForm input[type="email"]{background: #fff;border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;padding: 8px 20px;font-size: 14px;margin-bottom: 15px;}

  .subscribeForm input.btnSubscribe{position: static;padding: 8px 50px 10px 20px;height: 38px;font-size: 14px;background-position: 132px center;background-size: 18px;    margin: 0 auto;

    display: block;}





  .copyRight{padding: 15px;} 

  .foodCourt h2, .foodMango h2, #career h2{font-size: 22px;}

  .accreditationsList ul{margin: 0;padding: 0;}

  .accreditationsList li{width: 100%;float: none;margin: 0 0 25px;}

  .accreditationsList.ourBrands li{width: calc(50% - 30px);float: left;margin: 0 15px 30px;}

  .dNone{display: none!important;}

  #newArrival.best-sellers .ni-3{flex: 0 0 50%;max-width: 50%;}

}



@media (max-width: 470px) {
  
  .contactDetails li{padding: 0;}

  .contactDetails li a{padding: 0 10px;font-size: 13px;}

  .nav-sections-item-title{width: 30%;font-size: 15px;padding: 10px;}

  .input-group-prepend{width: 100%;margin-bottom: 10px;}

  .input-group .txtSearch{width: 100%;border-radius: 40px;-webkit-border-radius: 40px;-moz-border-radius: 40px;-ms-border-radius: 40px;margin-bottom: 10px;}

  .searchForm .search{margin: 0;position: absolute;top: 60px;right: 15px;}

  .input-group .txtSearch{margin-left: 0;position: relative;padding-right: 100px;}

  .minicart-wrapper{margin-top: 0;}

  .quickLinks{margin-bottom: 20px;}

  .quickLinks ul{margin-bottom: 0;}

  /*.quickLinks h3{display: none;}*/

  .quickLinks .ni-6{-webkit-box-flex: 0;-ms-flex: 0 100%;flex: 0 100%;max-width:100%;}

  .accreditationsList h3{padding: 5px;}

  .accreditationsList.ourBrands li{width: calc(50% - 10px);margin: 0 5px 20px;}

}

@media (max-width: 349.99px) {
  
  #newArrival.best-sellers .ni-3{flex: 0 0 100%;max-width: 100%;}
} 