
@charset "utf-8";

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../css/font/open-sans.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../css/font/open-sans-thin.woff2') format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../css/font/roboto-thin.woff2') format('woff2');
}
@font-face {
    font-family:'Nanum';
    src:url('../css/font/nanum.eot');
    src:url('../css/font/nanum.eot?#iefix') format('embedded-opentype'), url('../css/font/nanum.woff') format('woff'), url('../css/font/nanum.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family:'NanumBold';
    src:url('../css/font/nanum_bold.eot');
    src:url('../css/font/nanum_bold.eot?#iefix') format('embedded-opentype'), url('../css/font/nanum_bold.woff') format('woff'), url('../css/font/nanum_bold.ttf') format('truetype');
    font-weight:700;
    font-style:normal;
}
#less .baseColor {
  color: #90d3dc;
}
#less .darkColor {
  color: #0098b1;
}
#less .maxWidth {
  width: 1280px;
}
#less .leftMenuWidth {
  width: 230px;
}
#less .mainNavHeight {
  width: 48px;
}
#less .hoverColor {
  color: #def0f3;
}
#less .boldColor {
  /*color: #f30090;*/
  color:#048ea0;
  /*color:#023cab;*/
}
#less .leftMenuIndent {
  width: 15px;
}
#less .columnWidth {
  width: 350px;
}
#less .columnHeight {
  width: 300px;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 100%;
  font-family: "Nanum", "맑은 고딕", "Malgun Gothic", "Lucida Grande", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color:#eeeeee;
}
input,
textarea,
select,
button {
  font-family: "Nanum", "맑은 고딕", "Malgun Gothic", "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
  color: #00B7FF;
}
a:link {
  text-decoration: none;
}
button {
  cursor: pointer;
  outline: none;
}
button.button {
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  height: 36px;
  background-color: #90d3dc;
  color: white;
  font-size: 12px;
  border: none;
}
button.button:hover {
  background-color: #69c4d0;
  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.2);
}
button.button:active {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#popLayer {
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#dim {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
.pop {
  overflow: hidden;
  border-radius: 5px;
  min-width: 100px;
  min-height: 100px;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
  box-shadow: 12px 15px 40px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.pop div.padd {
  padding: 20px;
}
.pop div.padd:after {
  content: "";
  display: block;
  clear: both;
}
.pop .toolBar,
.pop .bottomBar {
  text-align: right;
  box-sizing: border-box;
  padding: 10px;
  background-color: #90d3dc;
  border-bottom: 1px solid #0098b1;
}
.pop .toolBar .colPath,
.pop .bottomBar .colPath {
  color: white;
  margin-left: 10px;
  vertical-align: middle;
}
.pop .toolBar .colPath span + span:before,
.pop .bottomBar .colPath span + span:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  margin: 0 7px;
}
.pop .toolBar button,
.pop .bottomBar button,
button.wButton
{
  color: #0098b1;
  font-family: "맑은 고딕", "Malgun Gothic", "Lucida Grande", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  transition: background-color 0.3s;
  border: none;
  background-color: white;
  border-radius: 3px;
  height: 23px;
  font-size: 12px;
}
.pop .toolBar button:hover,
.pop .bottomBar button:hover,
button.wButton:hover
{
  background-color: #def0f3;
}
.pop .toolBar button:before,
.pop .bottomBar button:before,
button.wButton:before
{
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
}

button.wButton { border:1px solid #0098b1; } 

.pop .toolBar .backButton,
.pop .bottomBar .backButton {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 26px;
}
.pop .toolBar .backButton:after,
.pop .bottomBar .backButton:after {
  content: "\f053";
  display: inline-block;
  font-size: 11px;
}
.pop .toolBar .backButton.disabled,
.pop .bottomBar .backButton.disabled {
  color: #cccccc;
  cursor: default;
  background-color: #ececec;
}
.pop .toolBar .okButton,
.pop .bottomBar .okButton {
  font-weight: bold;
  color: #006c7d;
}
.pop .toolBar .deleteButton,
.pop .bottomBar .deleteButton {
  color: #ff7964;
}
.pop .bottomBar {
  border-top: 1px solid #0098b1;
  border-bottom: none;
}
.blur {
  filter: blur(3px);
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.pointer {
  cursor: pointer;
}
.grabbing {
  cursor: -webkit-grabbing;
}
.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textJustify {
  text-align: justify;
}
main {
  display: block;
  margin-left: 230px;
}
#wrap {
  transition: filter .3s;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 48px;
  min-height: 100%;
  box-sizing: border-box;
}
#wrap:after {
  content: "";
  clear: both;
  display: block;
}
nav.mainNav {
  transition: filter .3s;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  background-color: #90d3dc;
}
nav.mainNav > div {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: 100%;
}
nav.mainNav > div .mainLogo {
  float: left;
  background: url('/images/buzzNoteLogo.png') no-repeat center rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 230px;
  text-align: center;
}
nav.mainNav > div > div > div {
  float: left;
  box-sizing: border-box;
  text-align: center;
}
nav.mainNav > div > div > div.onOffIcon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav.mainNav > div > div > div.onOffIcon a {
  background: url("/images/onOffIcon.png") no-repeat 50% 49%;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
}
nav.mainNav > div > div > div:hover ul {
  opacity: 1;
  pointer-events: auto;
}
nav.mainNav > div > div > div > a {
  color: white;
  padding: 0 50px;
  display: inline-block;
  text-align: center;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  font-weight: bold;
}
nav.mainNav > div > div > div.on > a {
  /*color: #f30090;
  border-bottom: 3px solid #f30090;*/
  color: #048ea0;
  border-bottom: 3px solid #048ea0;
  /*color: #023cab;
  border-bottom: 3px solid #023cab;*/
}
nav.mainNav > div > div > div > a:hover, nav.mainNav > div > div > div:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}
nav.mainNav > div > div > div ul {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  list-style-type: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  line-height: 40px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
nav.mainNav > div > div > div ul li {
  text-align: left;
  color: black;
}
nav.mainNav > div > div > div ul li.on > a {
	/* border-bottom:3px solid #f30090; */
	/*border-bottom:3px solid #048ea0;*/
	/*border-bottom:3px solid #023cab*/
	background-color:#def0f3;
	/*color:white;*/
}
nav.mainNav > div > div > div ul li > a {
  box-sizing: border-box;
  padding: 0 60px 0 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: black;
}
nav.mainNav > div > div > div ul li > a:hover {
  background-color: #def0f3;
}
nav.mainNav #showTopMenu,
nav.mainNav #showLeftMenu {
  display: none;
  position: absolute;
  top: 5px;
  font-size: 36px;
  color: white;
}
nav.mainNav:after {
  content: "";
  clear: both;
  display: block;
}
nav.leftNav {
  transition: left 0.4s, box-shadow 0.4s;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 100%;
  width: 230px;
  border-left: 1px solid #90d3dc;
  border-right: 1px solid #90d3dc;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  padding-top: 48px;
  left: 0;
}
nav.leftNav section:nth-child(1) {
  padding: 12px 11px;
}
nav.leftNav section:nth-child(1) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
}
nav.leftNav section:nth-child(1) ul li.periodLi {
  margin-bottom: 5px;
}
nav.leftNav section:nth-child(1) ul li.titleLi {
  font-weight: bold;
}
nav.leftNav section:nth-child(1) ul li.dateButtons {
  margin-bottom: 10px;
  text-align: center;
}
nav.leftNav section:nth-child(1) ul li.dateButtons button {
  font-size: 11px;
  border: 1px solid #90d3dc;
  width: 25%;
  height: 25px;
  background-color: white;
  white-space: nowrap;
  border-left: none;
}
nav.leftNav section:nth-child(1) ul li.dateButtons button:first-child {
  border-left: 1px solid #90d3dc;
}
nav.leftNav section:nth-child(1) ul li.dateButtons button.on {
  background-color: #90d3dc;
  color: white;
}
nav.leftNav section:nth-child(1) ul [name='vLeftDay'] {
  background: url('/images/calendarIcon.gif') no-repeat right 10px center;
  padding: 0 5px;
  border: 1px solid #90d3dc;
  width: 100%;
  height: 25px;
  box-sizing: border-box;
  cursor:pointer;
}
nav.leftNav section:nth-child(2) {
  border-top: 1px solid #90d3dc;
  padding-top: 15px;
  text-align: center;
}
nav.leftNav section:nth-child(2) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
nav.leftNav section:nth-child(2) ul li {
  line-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
nav.leftNav section:nth-child(2) ul li .buttons {
  position: absolute;
  top: 15px;
  right: 10px;
  line-height: 0;
}
nav.leftNav section:nth-child(2) ul li .buttons div + div {
  margin-left: 5px;
}
nav.leftNav section:nth-child(2) ul li .buttons .add,
nav.leftNav section:nth-child(2) ul li .buttons .check,
nav.leftNav section:nth-child(2) ul li .buttons .del {
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
}
nav.leftNav section:nth-child(2) ul li .buttons .add {
  background-image: url("/images/addButton.png");
  width: 37px;
  height: 19px;
  opacity: .5;
  margin-top: -2px;
}
nav.leftNav section:nth-child(2) ul li .buttons .add:hover {
  opacity: 1;
}
nav.leftNav section:nth-child(2) ul li .buttons .check,
nav.leftNav section:nth-child(2) ul li .buttons .del {
  width: 12px;
  height: 12px;
  opacity: 0.5;
}
nav.leftNav section:nth-child(2) ul li .buttons .check {
  background-image: url("/images/check.png");
}
nav.leftNav section:nth-child(2) ul li .buttons .del {
  width: 10px;
  height: 10px;
  background-image: url("/images/delButton.png");
  background-position: center;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
}
nav.leftNav section:nth-child(2) ul li .buttons .check:hover,
nav.leftNav section:nth-child(2) ul li .buttons .del:hover {
  opacity: 1;
}
nav.leftNav section:nth-child(2) ul li .buttons .check.checked {
  background-position: -12px;
}
nav.leftNav section:nth-child(2) ul li ul {
  display: none;
}
nav.leftNav section:nth-child(2) ul li {
  background-image: url('/images/treeBg.gif');
  background-repeat: no-repeat;
  background-position: 10px top;
  padding-left: 18px;
}
nav.leftNav section:nth-child(2) ul li > span.name {
  display: inline-block;
  padding: 1px 8px;
  line-height: normal;
  border-radius: 13px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
nav.leftNav section:nth-child(2) ul li.hover > span.name {
  color: white;
  background-color: silver;
}
nav.leftNav section:nth-child(2) > ul > li:first-child {
  background-image: none;
}
nav.leftNav section:nth-child(2) > ul li:last-child {
  background-image: url('/images/treeBgLast.gif');
}
nav.leftNav section:nth-child(2) > ul {
  background-color: white;
}
nav.leftNav section:nth-child(2) > ul > li {
  background-image: none !important;
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  color: black;
  padding: 0;
}
nav.leftNav ul > li.hasSub:before {
  display: inline-block;
  width: 15px;
  content: "\f07b";
  font: normal normal normal 14px/1 FontAwesome;
  color: #6c7079;
  margin: 0 3px 0 9px;
}
nav.leftNav ul > li.hasSub.open:before {
  content: "\f07c";
}
nav.leftNav section:nth-child(2) > ul > li > ul {
  margin-left: 3px;
}
nav.leftNav section:nth-child(2) > ul > li > ul > li {
  background-color: white;
  font-size: 13px;
/*  font-weight: bold;*/
}
nav.leftNav section:nth-child(2) > ul > li > ul > li span.name {
  max-width: 140px;
}
nav.leftNav section:nth-child(2) > ul > li > ul > li > ul > li {
  background-color: white;
  font-size: 12px;
  font-weight: normal;
}
nav.leftNav section:nth-child(2) > ul > li > ul > li > ul > li span.name {
  max-width: 120px;
}
nav.leftNav section:nth-child(2) > ul > li > ul > li > ul > li > ul > li {
  background-color: white;
  font-size: 12px;
}
nav.leftNav section:nth-child(2) > ul > li > ul > li > ul > li > ul > li span.name {
  max-width: 100px;
}
nav.leftNav section:nth-child(2) > ul > li > ul > li > ul > li > ul > li > ul > li {
  background-color: white;
  font-size: 11px;
}
nav.leftNav section:nth-child(2) > ul > li > ul > li > ul > li > ul > li > ul > li span.name {
  max-width: 90px;
}
nav.leftNav section:nth-child(2) .button {
  width: 83%;
}
nav.leftNav section:nth-child(2) #resultButton {
  font-size: 12px;
	box-sizing: border-box;
	cursor: pointer;
	padding: 2px 6px 3px 15px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	margin: 0 10px 15px;
	line-height: 30px;
	height: 35px;
	width: 207px;
	border: none;
	color: white;
	text-align: left;
	background: url(../images/resultArrow.png) no-repeat 175px 7px #90d3dc;
	border-radius: 5px;
	outline: none;
	box-shadow:none;
}
nav.leftNav section:nth-child(2) #resultButton:hover { background-color:#69c4d0 !important;  }
.widgets {
  padding: 3% 0 3% 3%;
  box-sizing: border-box;
}
.widgets .page_edate { display:inline-block; margin-bottom:5px } 
.widgets > div {
  box-sizing: border-box;
  border: 1px solid #def0f3;
  width: 47%;
  margin: 0 3% 3% 0;
  float: left;
  min-height: 240px;
  background-color: white;
}
.widgets > div .widgetTitle {
  background-color: #def0f3;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: black;
}
.widgets > div .widgetTitle .titleSub {
  float: right;
  font-size: .9em;
  color: #565656;
}
.widgets > div .widgetContent {
  padding: 10px;
  font-size: 12px;
  /*2017.09.15. by.김도현*/
  overflow: hidden;
}
.widgets > div.fullWidget {
  width: 97%;
  min-height: 120px;
}
.widgets:after {
  content: "";
  clear: both;
  display: block;
}
.sliderHolder,
.cart {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #90d3dc;
  height: 300px;
  width: 350px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.sliderHolder ul,
.cart ul {
  position: relative;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2.8em;
}
.sliderHolder ul li,
.cart ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  cursor: move;
  cursor: -webkit-grab;
  border-bottom: 1px solid #90d3dc;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.sliderHolder ul li .fa,
.cart ul li .fa {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 6px;
  right: 10px;
  background-color: #90d3dc;
  border: none;
  color: white;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 11px;
  width: 24px;
}
.sliderHolder ul li .fa:hover,
.cart ul li .fa:hover {
  background-color: #69c4d0;
}
.sliderHolder ul li .path,
.cart ul li .path {
  float: right;
  color: silver;
}
.sliderHolder ul li:hover,
.cart ul li:hover {
  background-color: #def0f3;
}
.sliderHolder ul li:hover .fa,
.cart ul li:hover .fa {
  display: inline-block;
}
.sliderHolder ul .dragging,
.cart ul .dragging {
  pointer-events: none;
  position: absolute;
  left: 0;
  border: 1px solid #90d3dc;
  box-sizing: border-box;
  border-right: 0;
  border-left: 0;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  cursor: -webkit-grabbing;
  background-color: white;
}
.sliderHolder .slider,
.cart .slider {
  position: absolute;
  top: 0;
  left: 0;
  transition: left .4s;
}
.sliderHolder .slider > div,
.cart .slider > div {
  box-sizing: border-box;
  float: left;
  width: 350px;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: 1px solid silver;
}
.sliderHolder .slider.noTran,
.cart .slider.noTran {
  transition: none;
}
.sliderHolder .path {
  display: none;
}
.cart {
  margin-left: 370px;
  height: 335px;
}
.cart ul li {
  text-align: right;
}
.cart ul li input.name {
  background-color: transparent;
  border: 1px solid #90d3dc;
  font-size: 12px;
  text-align: right;
  box-sizing: border-box;
  height: 80%;
  padding: 0 0 0 5px;
  width: 80%;
}
.cart ul li input.name[readonly] {
  border: none;
}
.cart ul li .fa-arrow-right {
  right: auto;
  left: 10px;
}
.cart ul li .fa-arrow-right:before {
  content: "\f014";
  font-size: 12px;
}
.cart ul li .path {
  float: left !important;
}
.cart ul li.on, .slider ul li.on {
  background-color: #bff3ff !important;
}
.cart ul li.on input {
  color: white;
}
.cart ul li.on:hover {
  background-color: #b6e0cb;
}
#colPop {
  padding: 0;
}
#colPop .searchBar {
  margin-top: 10px;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#colPop .searchBar.typing:after {
  content: "\f057";
  pointer-events: none;
}
#colPop .searchBar input[name='searchCate'] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px 0 5px;
  border: 1px solid #90d3dc;
  height: 25px;
  font-family: sans-serif;
}
#colPop .searchBar:after {
  color: #90d3dc;
  content: "\f002";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 9px;
}
@media screen and (max-width: 1280px) {
  nav.leftNav {
    left: -230px;
  }
  nav.leftNav.showing {
    left: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  }
  main {
    padding-top: 48px;
  }
  nav.mainNav > div {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  nav.mainNav > div > div > div {
    width: 10%;
  }
  nav.mainNav > div > div > div a {
    padding: 0 10%;
  }
  nav.mainNav .onOffIcon {
    width: auto;
    margin-right: 10px;
  }
  nav.mainNav #showLeftMenu {
    display: block;
    left: 10px;
    cursor: pointer;
  }
  #wrap {
    padding: 0;
  }
  #wrap main {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  nav.mainNav {
    position: fixed;
  }
  nav.mainNav > div {
    padding: 0;
  }
  nav.mainNav #topMenuHolder {
    -webkit-overflow-scrolling: touch;
    display: block;
    background-color: #90d3dc;
    width: 230px;
    position: fixed;
    top: 48px;
    right: -230px;
    height: 100%;
    border-left: 1px solid #90d3dc;
    transition: right 0.4s, box-shadow 0.4s;
  }
  nav.mainNav #topMenuHolder > div {
    float: none;
    width: 100%;
  }
  nav.mainNav #topMenuHolder > div a {
    width: 100%;
    text-align: right;
  }
  nav.mainNav #topMenuHolder div ul li > a {
	text-align:center;
	padding:0 30px;
  }
  nav.mainNav #topMenuHolder.showing {
    right: 0;
    box-shadow: -5px 15px 20px rgba(0, 0, 0, 0.3);
  }
  nav.mainNav #topMenuHolder .onOffIcon {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 50px;
    right: 10px;
    top: auto;
    left: auto;
  }
  nav.mainNav .mainLogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  nav.mainNav #showTopMenu {
    display: block;
    right: 10px;
  }
}
@media screen and (max-width: 414px) {
  nav.leftNav {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    top: 0px;
    -webkit-overflow-scrolling: touch;
  }
  .widgets {
    padding: 4%;
  }
  .widgets > div,
  .widgets > div.fullWidget {
    width: 100%;
    margin: 0 0 3% 0 !important;
  }
  #colPop {
    width: auto !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    border-radius: 0;
  }
  #colPop .toolBar {
    text-align: left;
    padding-bottom: 0;
  }
  #colPop .toolBar button {
    margin-bottom: 10px;
  }
  #colPop .toolBar .floatLeft {
    float: none;
    margin-bottom: 10px;
  }
  #colPop .toolBar .floatLeft button {
    margin-bottom: 0;
  }
  #colPop .padd .floatLeft {
    float: none;
  }
  #colPop .padd .floatLeft .sliderHolder {
    width: 100%;
  }
  #colPop .padd .floatLeft .sliderHolder .fa-arrow-right {
    display: inline-block;
  }
  #colPop .padd .floatLeft .sliderHolder .fa-arrow-right:before {
    content: "\f063";
  }
  #colPop .padd .cart {
    margin: 10px 0 0 0;
    width: 100%;
  }
  #colPop .padd .cart li {
    text-align: left;
  }
  #colPop .padd .cart li .fa-arrow-right {
    left: auto;
    right: 10px;
    display: inline-block;
  }
  #colPop .padd .cart li .path {
    float: right !important;
    margin-right: 36px;
  }
  #colPop .sliderHolder .path {
    margin-right: 32px;
  }
}
@media screen and (max-width: 414px) {
  nav.mainNav > div .mainLogo {
    width: 210px;
  }
}