/*
variables.less holds all my custom variables.
*/
/*
mixins.less holds all my custom mixins.
*/
.container-fluid{padding:0;}
.bgCover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.font-price {
  font-family: 'Lato', sans-serif;
}
.font-price-thin {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
}
/*common classes used across the whole site ====================================*/
body,
html {
  font-size: 16px;
  color: #464646;
  
}
@media only screen and (min-width: 992px) {
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  *::-webkit-scrollbar {
    width: 8px;
    background: transparent;
  }
  *::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #cccccc;
  }
}
@media only screen and (min-width: 992px) {
  .container-custom,
  .container-fluid-custom {
    width: 100%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-custom,
  .container-fluid-custom {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.container-fluid-custom {
  padding-left: 0;
  padding-right: 0;
}
.text-v-top {
  vertical-align: top;
}
.text-v-bottom {
  vertical-align: bottom;
}
a:link,
a:visited {
  color: #464646;
  text-decoration: none;
}
a:link .svg,
a:visited .svg {
  fill: #464646;
}
a:hover,
a:active {
  color: #f29700;
  text-decoration: underline;
}
a:hover .svg,
a:active .svg {
  fill: #f29700;
}
.noBold {
  font-weight: normal;
}
.p-t-1 {
  padding-top: 10px;
}
.p-t-2 {
  padding-top: 20px;
}
.p-t-3 {
  padding-top: 30px;
}
.p-b-1 {
  padding-bottom: 10px;
}
.p-b-2 {
  padding-bottom: 20px;
}
.p-b-3 {
  padding-bottom: 30px;
}
.m-t-1 {
  margin-top: 10px;
}
.m-t-2 {
  margin-top: 20px;
}
.m-t-3 {
  margin-top: 30px;
}
.m-b-1 {
  margin-bottom: 10px;
}
.m-b-2 {
  margin-bottom: 20px;
}
.m-b-3 {
  margin-bottom: 30px;
}
.col-no-padding {
  padding: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
h2 {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h4 {
  font-size: 20px;
}
p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 13px;
  }
}
.custom-h1,
.custom-h2,
.custom-h3,
.custom-h4 {
  font-weight: bold;
}
.custom-h1.noBold,
.custom-h2.noBold,
.custom-h3.noBold,
.custom-h4.noBold {
  font-weight: normal;
}
.custom-h2 {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .custom-h2 {
    font-size: 26px;
  }
}
.custom-h3 {
  font-size: 26px;
}
.custom-h4 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .custom-h4 {
    font-size: 16px;
  }
}
.custom-p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .custom-p {
    font-size: 13px;
  }
}
.hashtag {
  white-space: nowrap;
}
.remarks {
  font-size: 12px;
}
.p-bigger {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .p-bigger {
    font-size: 16px;
  }
}
.col-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.fullW_btn_wrap .border_btn_wrap,
.fullW_btn_wrap .border_btn_hov_wrap {
  width: 100%;
}
.border_btn_wrap {
  display: inline-block;
  position: relative;
}
.border_btn_wrap:hover,
.border_btn_wrap:active {
  text-decoration: none;
}
.border_btn_wrap:hover .border_btn_hov_wrap,
.border_btn_wrap:active .border_btn_hov_wrap {
  opacity: 1;
}
.border_btn_wrap > * {
  pointer-events: none;
}
.border_btn_hov_wrap {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  opacity: 0;
}
.border_btn_hov_wrap:hover *,
.border_btn_hov_wrap:active * {
  text-decoration: none;
}
.border_btn {
  font-size: 22px;
  padding: 15px 30px;
  display: block;
  border: 4px solid;
  font-weight: bold;
  text-align: center;
  min-width: 220px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
  .border_btn {
    font-size: 19px;
    min-width: 110px;
  }
}
.border_btn:hover,
.border_btn:active {
  text-decoration: none;
}
.border_btn_nor_orange {
  border-color: #f29700;
  color: #f29700;
}
.border_btn_nor_white {
  border-color: white;
  color: white;
}
.border_btn_nor_black {
  border-color: black;
  color: black;
}
.border_btn_hov_black {
  background: black;
  color: white;
  border-color: black;
}
.border_btn_hov_orange {
  background: #f29700;
  color: white;
  border-color: #f29700;
}
.border_btn_nor_green {
  border-color: #00ab57;
  background-color: #00ab57;
  color: white;
}
.border_btn_orangeBg {
  background: #f29700;
}
.border_btn_fb {
  border-color: #4662b1;
  background: #4662b1;
  color: white;
  /*
	&:hover, &:active{
		background: @facebook-blue;//@link-blue;
		border-color: @facebook-blue;//@link-blue;
	}
	*/
}
hr {
  border-top: 1px solid #cccccc;
}
.hrCustom {
  border-top: 1px solid #cccccc;
  text-align: center;
}
.hrCustom:after {
  display: inline-block;
  position: relative;
  color: #464646;
  top: -8px;
  padding: 0 16px;
  line-height: 16px;
  font-size: 16px;
}
label {
  font-weight: normal;
}
input[type="text"] {
  background-color: #f6f6f6;
  border: none;
  padding: 5px;
  line-height: 1.5;
}
/*



<div class="customCheckbox">
	<input type="checkbox" id="receiveNews" name="receiveNews" value="1"><label for="receiveNews" ></label>
</div>  CSL Mobile Limited 的最新動向、活動及電子通訊



.customCheckbox {
	width: 25px;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
//Create the box for the checkbox
.customCheckbox label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: white;
	border:1px solid @text-light-grey;
}
//Display the tick inside the checkbox
.customCheckbox label:after {
	opacity: 0;
	content: '';
	position: absolute;
    width: 14px;
    height: 9px;
	background: transparent;
	top: 5px;
	left: 5px;
	border: 3px solid @text-grey;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}
//Create the hover event of the tick
.customCheckbox label:hover::after {
	opacity: 0.2;
}
//Create the checkbox state for the tick
.customCheckbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}



*/
label.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
label.custom-checkbox input[type="checkbox"] ~ .helping-el {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  position: relative;
  top: 6px;
}
label.custom-checkbox input[type="checkbox"]:checked ~ .helping-el {
  border: 1px solid #666666;
}
label.custom-checkbox input[type="checkbox"]:checked ~ .helping-el:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 9px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #666666;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
label.customRadioButton input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}
label.customRadioButton input[type="radio"] ~ .helping-el {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
  padding: 9px;
  position: relative;
  top: 3px;
}
label.customRadioButton input[type="radio"]:checked ~ .helping-el {
  border: 1px solid #cccccc;
}
label.customRadioButton input[type="radio"]:checked ~ .helping-el:after {
  background-color: #666666;
  border-radius: 50%;
  content: " ";
  font-size: 16px;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.youtubeModal .modal-dialog,
.iframeModal .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.youtubeModal.in .modal-dialog,
.iframeModal.in .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.youtubeModal .modal-content,
.iframeModal .modal-content {
  border-radius: 0;
  background: transparent;
}
.youtubeModal .modal-header,
.iframeModal .modal-header {
  padding: 0;
  border: none;
}
.youtubeModal .modalCloseBtn,
.iframeModal .modalCloseBtn {
  position: absolute;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
  cursor: pointer;
}
.youtubeModal .modalCloseBtn svg,
.iframeModal .modalCloseBtn svg {
  fill: white;
}
.youtubeModal .ytplayer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.youtubeModal .modal-body {
  padding: 0;
  padding-bottom: 56.25%;
}
.iframeModal .modal-dialog {
  width: 90%;
  margin: auto;
  max-width: 960px;
}
@media only screen and (max-width: 689px) {
  .iframeModal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: initial;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
  }
}
@media only screen and (max-width: 689px) {
  .iframeModal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
  }
}
@media only screen and (max-width: 689px) {
  .iframeModal .modalCloseBtn {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.iframeModal .modal-content {
  border: none;
}
@media only screen and (max-width: 689px) {
  .iframeModal .modal-content {
    height: 100%;
  }
}
.iframeModal .modal-content .modal-body {
  padding: 0;
  padding-bottom: 61%;
  position: relative;
  border: none;
}
@media only screen and (max-width: 689px) {
  .iframeModal .modal-content .modal-body {
    padding-bottom: 0%;
    height: 100%;
  }
}
.iframeModal .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.svg {
  width: 40px;
}
@media only screen and (max-width: 991px) {
  .svg {
    width: 34px;
  }
}
.svg .fill-white {
  fill: white;
}
.svg .fill-black {
  fill: black;
}
.svg .fill-orange {
  fill: #f29700;
}
.svg_active,
.svg_hover {
  display: none;
}
.table-div,
.table-fullW-div {
  display: table;
}
.table-fullW-div {
  width: 100%;
}
.table-fullW-div .table-row-div {
  width: 100%;
}
.table-row-div {
  display: table-row;
}
.table-cell-div {
  display: table-cell;
}
/*
@media only screen and (min-width : @screen-sm-min){
    .desklet-table {
        display: table;
        width: 100%;
    }
    .desklet-table-row {
        display: table-row;
        width: 100%;
    }
    .desklet-table-cell {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

*/
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
.ulMenu {
  display: inline-block;
  vertical-align: bottom;
}
.ulMenu li {
  display: inline;
  text-align: center;
  /*vertical-align: middle;*/
  vertical-align: bottom;
  /*float: left;*/
  /*
		&:last-child{
			float: none;
		}
		*/
}
.ulMenu li a {
  display: inline-block;
  text-decoration: none;
}
.flipLR {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flipTB {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.colorBox {
  border: solid 1px #cccccc;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0 4px;
}
@media only screen and (max-width: 767px) {
  .colorBox {
    width: 9px;
    height: 9px;
  }
}
.colorBox-yellow {
  background: #f3df68;
}
.colorBox-pink {
  background: #ffc59e;
}
.colorBox-blue {
  background: #8ebeec;
}
.colorBox-black {
  background: black;
}
.colorBox-grey {
  background: #848484;
}
.colorBox-silver {
  background: #d3d3d3;
}
.carousel .slideClickArea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.carousel .slideClickArea:hover,
.carousel .slideClickArea:active {
  text-decoration: none;
}
.carousel .slideClickArea:link,
.carousel .slideClickArea:visited {
  text-decoration: none;
}
.carousel-indicators {
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .carousel-indicators {
    bottom: 3px;
  }
}
.carousel-indicators li {
  border: 3px solid white;
  width: 16px;
  height: 16px;
  margin: 4px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .carousel-indicators li {
    border: 1px solid white;
    width: 8px;
    height: 8px;
  }
}
.carousel-indicators .active {
  border: 3px solid white;
  width: 16px;
  height: 16px;
  margin: 4px;
  background-color: #f29700;
}
@media only screen and (max-width: 767px) {
  .carousel-indicators .active {
    border: 1px solid white;
    width: 8px;
    height: 8px;
  }
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.topBanner,
.topBannerTall {
  width: 100%;
  height: 253px;
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topBanner,
  .topBannerTall {
    height: 160px;
  }
}
.topBanner .topBanner_content,
.topBannerTall .topBanner_content {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /*
		//phone only
		@media only screen and (max-width : @screen-xs-max){

			transform: translate(0, -50%) scale(0.7);

		}
		*/
}
.topBanner .topBanner_content .topBanner_headline,
.topBannerTall .topBanner_content .topBanner_headline {
  width: 700px;
}
@media only screen and (max-width: 767px) {
  .topBanner .topBanner_content .topBanner_headline,
  .topBannerTall .topBanner_content .topBanner_headline {
    width: 100%;
  }
}
.topBanner .whiteBlocksLR,
.topBannerTall .whiteBlocksLR {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  min-width: 960px;
  display: table;
}
.topBanner .whiteBlocksLR > div,
.topBannerTall .whiteBlocksLR > div {
  display: table-row;
  width: 100%;
}
.topBanner .whiteBlocksLR > div > div,
.topBannerTall .whiteBlocksLR > div > div {
  display: table-cell;
  height: 10px;
}
.topBanner .whiteBlocksLR > div > div:nth-child(1),
.topBannerTall .whiteBlocksLR > div > div:nth-child(1),
.topBanner .whiteBlocksLR > div > div:nth-child(3),
.topBannerTall .whiteBlocksLR > div > div:nth-child(3) {
  background: white;
}
.topBanner .whiteBlocksLR > div > div:nth-child(2),
.topBannerTall .whiteBlocksLR > div > div:nth-child(2) {
  background: transparent;
  width: 960px;
}
.topBannerTall {
  height: 435px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topBannerTall {
    height: 408px;
  }
}
@media only screen and (max-width: 767px) {
  .topBannerTall {
    height: 375px;
  }
}
.topBannerTall .topBanner_content .topBanner_headline {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .topBannerTall .topBanner_content .topBanner_headline {
    margin-bottom: 15px;
  }
}
.topBannerTall .topBanner_content p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}
.topBannerTall .topBanner_content p.noBold {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .topBannerTall .topBanner_content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .topBannerTall .topBanner_content p {
    margin-bottom: 15px;
  }
}
/* for header & footer====================================*/
html,
body {
  background: #f2f2f2;
  font-family: "微軟正黑體", "Microsoft JhengHei", "STHeiti Light", "STHeiti", Arial, Helvetica, sans-serif;
}
body {
  /*overflow-x: hidden;*/
  width: 100%;
  height: 100%;
}
body #header_main_wrap {
  height: 150px;
}
body .header_sub_wrap {
  top: 150px;
}
body #logo_top_2X {
  width: 210px;
}
body #header_main_wrap nav {
  margin-top: 20px;
}
body .header_wrap .menu_btns_wrap {
  padding-left: 210px;
}
body #wrapper.toggled .header_wrap .menu_btns_wrap {
  padding-left: 210px;
}
body.shrink #header_main_wrap {
  height: 100px;
}
body.shrink .header_sub_wrap {
  top: 100px;
}
body.shrink #logo_top_2X {
  width: 125px;
}
body.shrink #header_main_wrap nav {
  margin-top: 8px;
}
body.shrink .header_wrap .menu_btns_wrap {
  padding-left: 125px;
}
body.shrink #wrapper.toggled .header_wrap .menu_btns_wrap {
  padding-left: 125px;
}
#hamburger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 20px;
  margin: 12px 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#hamburger span:nth-child(2) {
  top: 40%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#hamburger span:nth-child(3) {
  top: 80%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5%;
  left: 13%;
}
#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 87%;
  left: 13%;
}
/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper #sidebar_wrapper {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
  position: fixed;
  left: 0;
  width: 232px;
  height: 100%;
  margin-left: -232px;
  overflow-y: auto;
  background-color: white;
  background-image: url(../img/sideBar/sidebar_bg.png);
  background-size: 78px auto;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 28px 0;
}
#wrapper #page-content-wrapper {
  /*margin-left: 33px; 48 - 15 */
  width: 100%;
  position: absolute;
  left: 0px;
}
#wrapper #page-content-wrapper .page_container {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
 /* padding-left: 48px;*/
  padding-right: 0px;
  /*
			padding-left: 63px;
			padding-right: 15px;
			*/
}
@media only screen and (max-width: 991px) {
  #wrapper #page-content-wrapper .page_container {
    padding-left: 0px;
  }
}
#wrapper.toggled {
  padding-left: 232px;
  /* 280 - 48 */
}
#wrapper.toggled #sidebar_wrapper {
  margin-left: 0px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -280px;
}
#wrapper.toggled #page-content-wrapper .page_container {
  padding-left: 280px;
}
@media only screen and (max-width: 991px) {
  #wrapper.toggled #page-content-wrapper .page_container {
    padding-left: 0;
  }
}
#wrapper.toggled .header_wrap {
  padding-left: 280px;
}
#wrapper.toggled .header_wrap .menu_btns_wrap {
  padding-right: 300px;
  /*280 + 20*/
}
#wrapper.toggled #menu_toggle #menu_arrow {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
#wrapper.toggled #footer_offer_bar_fixed > a {
  margin-right: 232px;
}
#content_wrap {
  position: relative;
  width: 100%;
}
.header_wrap {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, right top, left top, from(#f29700), color-stop(#ffba46), to(#f29700));
  background: -webkit-linear-gradient(right, #f29700, #ffba46, #f29700);
  background: -o-linear-gradient(right, #f29700, #ffba46, #f29700);
  background: linear-gradient(-90deg, #f29700, #ffba46, #f29700);
  height: 150px;
  position: fixed;
  width: 100%;
  padding-left: 48px;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 16px;
  /*
	#logo_top_wrap{

		position:absolute;
		width: 210px;
		height: 191px;

		#logo_top_2X{
			width:100%;
			height:100%;
		}
	}
	*/
}
.header_wrap .menu_btns_wrap {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding-left: 210px;
  padding-right: 68px;
  /*20 + 48 */
}
.header_wrap .menu_btns_wrap a {
  text-decoration: none;
}
.header_wrap .menu_btns_wrap .svg {
  /*font-size: 40px;*/
  margin-right: 10px;
  fill: white;
}
.header_wrap .menu_btns_wrap #search_input {
  float: right;
  width: 200px;
  height: 40px;
}
.header_wrap .menu_btns_wrap #search_input input {

}
.header_wrap #logo_top_2X {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  z-index: 20;
  width: 210px;
}
#header_main_wrap {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header_main_wrap nav {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 20px;
}
#header_main_wrap nav .ulMenu li a {
  line-height: 1;
  margin-left: 15px;
  margin-right: 15px;
  color: white;
  padding-bottom: 22px;
}
.header_sub_wrap {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 150px;
  height: 80px;
  background: #222222;
  margin-top: -80px;
}
.header_sub_wrap .menu_btns_wrap {
  text-align: center;
}
.header_sub_wrap nav .ulMenu li a {
  line-height: 80px;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
}
.main_content {
  overflow-y: auto;
  margin-top: 150px;
}
@media only screen and (max-width: 991px) {
  .main_content {
    margin-top: 96px;
  }
}
.sidebar_ul {
  list-style: none;
}
.sidebar_ul li {
  list-style: none;
  background-color: transparent;
  background-image: url(../img/sideBar/title_arrow.png);
  background-repeat: no-repeat;
  background-position: left 25px;
  padding: 25px 0 25px 20px;
  border-bottom: 1px solid #f2f2f2;
  background-size: 10px auto;
}
.sidebar_ul li h4 {
  padding: 0;
  margin: 0;
  min-height: 40px;
  padding-top: 10px;
  color: #f29700;
}
.sidebar_ul li h4 .smallerTxt {
  font-size: 16px;
  font-weight: normal;
}
.sidebar_ul li .brands_wrap {
  margin-top: 14px;
}
.sidebar_ul li .brands_wrap a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 14px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sidebar_ul li .brands_wrap a {
    font-size: 16px;
  }
}
#sidebar_wrapper_m {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 40;
  top: 0%;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#sidebar_wrapper_m.toggled {
  opacity: 1;
  pointer-events: initial;
}
#sidebar_top_m_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: white;
  height: 58px;
  line-height: 58px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 40;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-bottom: #464646 1px solid;
}
#sidebar_top_m_wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
}
#sidebar_top_m_wrap #sidebar_close_m {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
}
#sidebar_top_m_wrap #sidebar_close_m .svg {
  fill: #666666;
  width: 26px;
  height: 58px;
  line-height: 58px;
}
#sidebar_main_m_wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 58px;
  background: white;
  height: 100%;
  overflow-y: scroll;
}
#menu_m {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 10;
  top: -100%;
}
#menu_m.toggled {
  top: 0;
  /*
		#main_menu_m_table{

			*
			bottom: auto;
			*

			top: 0;
		}
		*/
}
#menu_m .svg {
  fill: white;
  vertical-align: middle;
}
#header_main_m_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: -webkit-gradient(linear, right top, left top, from(#f29700), color-stop(#ffba46), to(#f29700));
  background: -webkit-linear-gradient(right, #f29700, #ffba46, #f29700);
  background: -o-linear-gradient(right, #f29700, #ffba46, #f29700);
  background: linear-gradient(-90deg, #f29700, #ffba46, #f29700);
  height: 58px;
  line-height: 58px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#header_main_m_wrap .row > div {
  height: 58px;
  line-height: 58px;
  padding-left: 7px;
  padding-right: 7px;
  color: white;
}
#header_main_m_wrap #logo_top_m_wrap {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 72px;
  z-index: 20;
}
#header_main_m_wrap #logo_top_m_wrap #logo_top_2X_m {
  width: 100%;
  height: 100%;
}
#header_main_m_wrap .svg {
  vertical-align: middle;
  margin-left: 7px;
}
#main_menu_wrap_m {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 58px;
  background: black;
  height: 100%;
  overflow-y: scroll;
}
#main_menu_wrap_m .table-div {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
#main_menu_wrap_m .table-row-div,
#main_menu_wrap_m .table-cell-div {
  width: 100%;
}
#main_menu_wrap_m #main_menu_m_table {
  -webkit-transition: all 0.5s 0.5s ease;
  -o-transition: all 0.5s 0.5s ease;
  transition: all 0.5s 0.5s ease;
  /*
		position: absolute;
		bottom: 0;
		top: 0;
		*/
}
#main_menu_wrap_m #main_menu_m_row {
  height: 100%;
}
#main_menu_wrap_m #lang_wrap_m {
  background: #222222;
  padding-top: 7px;
  margin-bottom: -30px;
}
#main_menu_wrap_m #lang_wrap_m .svg {
  position: relative;
  z-index: 30;
}
#main_menu_wrap_m #main_menu_m {
  background: #222222;
}
#main_menu_wrap_m #main_menu_m .panel {
  background: #222222;
}
#main_menu_wrap_m #shortcuts_menu_m {
  background: black;
}
#main_menu_wrap_m #shortcuts_menu_m .panel {
  background: black;
}
#main_menu_wrap_m .panel-group {
  margin: 0;
}
#main_menu_wrap_m .panel-group .panel {
  border-radius: 0;
  background: #222222;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 15px;
}
#main_menu_wrap_m .panel-group .panel [role=tab] a,
#main_menu_wrap_m .panel-group .panel [role=tabpanel] a {
  height: 68px;
  line-height: 68px;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  color: white;
}
#main_menu_wrap_m .panel-group .panel [role=tabpanel] > a {
  color: #cccccc;
}
#main_menu_wrap_m .panel-group .accordIcon {
  position: absolute;
  right: 0;
  margin: 0;
  /*padding: 0px 15px;*/
  line-height: 68px;
}
#main_menu_wrap_m .panel-group .accordIcon .svg {
  height: 24px;
  vertical-align: text-bottom;
}
#main_menu_wrap_m #share_sub_m {
  text-align: center;
  margin-bottom: 7px;
}
#main_menu_wrap_m #share_sub_m li {
  margin-left: 10px;
  margin-right: 10px;
}
#main_menu_wrap_m #share_sub_m a {
  display: inline-block;
}
#main_menu_wrap_m #share_sub_m .svg {
  width: 58px;
  margin-bottom: 12px;
}
#main_menu_wrap_m ul,
#main_menu_wrap_m li {
  list-style: none;
  text-decoration: none;
}
#footer_wrap_m {
  background: #f29700;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  bottom: 0;
  text-align: center;
  /*
	flex: 0 0 auto;
	*/
}
#footer_wrap_m li {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 30px;
}
#footer_wrap_m a {
  color: white;
}
#menu_toggle,
#menu_toggle_m {
  display: block;
  position: fixed;
  /*left: 0;*/
  background-color: #ffffff;
  z-index: 10;
  color: #666666;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#menu_toggle {
  width: 48px;
  height: 100%;
  z-index: 20;
  top: 0px;
  background-image: url(../img/sideBar/menu_bg_line.png), url(../img/sideBar/menu_bg_line.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
}
#menu_toggle .menu_title {
  position: relative;
  top: 50%;
  margin-top: -50%;
}
#menu_toggle #menu_arrow {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#menu_toggle_m {
  width: 100%;
  top: 58px;
  height: 38px;
  line-height: 38px;
  padding-top: 6px;
  background-image: url(../img/sideBar/menu_bg_line_hor.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 200px 2px;
  /*
	p{
		font-size: 20px;
	}
	*/
}
#menu_toggle_m .menu_title {
  color: #666666;
  opacity: 0.6;
  font-size: 14px;
}
#menu_toggle_m .menu_title sup,
#menu_toggle_m .menu_title sub {
  /*
		.svg{
			width: 5%;
		}
		*/
}
@media only screen and (max-width: 767px) {
  #menu_toggle_m .menu_title sup,
  #menu_toggle_m .menu_title sub {
    top: -0.2em;
  }
}
#menu_toggle_m .menu_title sup .glyphicon,
#menu_toggle_m .menu_title sub .glyphicon {
  font-size: 75%;
}
#footer_offer_bar,
#footer_offer_bar_fixed {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 100%;
  background: #f29700;
  height: 82px;
  line-height: 82px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer_offer_bar,
  #footer_offer_bar_fixed {
    line-height: 1.5;
    height: auto;
  }
}
#footer_offer_bar > a,
#footer_offer_bar_fixed > a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  color: white;
  padding: 0 15px;
}
#footer_offer_bar > a:hover,
#footer_offer_bar_fixed > a:hover,
#footer_offer_bar > a:active,
#footer_offer_bar_fixed > a:active {
  color: white;
}
#footer_offer_bar > a:link,
#footer_offer_bar_fixed > a:link,
#footer_offer_bar > a:visited,
#footer_offer_bar_fixed > a:visited {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer_offer_bar > a,
  #footer_offer_bar_fixed > a {
    padding: 15px;
  }
}
#footer_offer_bar .footer_offer,
#footer_offer_bar_fixed .footer_offer {
  margin-top: -20px;
}
#footer_offer_bar .footer_arrow,
#footer_offer_bar_fixed .footer_arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media only screen and (max-width: 767px) {
  #footer_offer_bar .footer_arrow,
  #footer_offer_bar_fixed .footer_arrow {
    width: 120px;
  }
}
#footer_offer_bar_fixed {
  /*
	position: fixed;
	bottom: 0;
	z-index: 10;
	*/
  position: fixed;
  z-index: 10;
  bottom: 0;
}
#footer_offer_bar_fixed > a {
  margin-right: 48px;
}
#footer_offer_bar_fixed.hideBtm {
  bottom: -95px;
}
#footer_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  height: 240px;
  font-size: 14px;
  line-height: 2;
}
#footer_wrap a {
  color: #505050;
  text-decoration: none;
}
#footer_wrap .svg {
  /*font-size: 40px;*/
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
  fill: #f29700;
}
#footer_wrap .ulMenu {
  margin-top: 40px;
}
#footer_wrap .ulMenu li {
  margin-left: 10px;
  margin-right: 10px;
}


#shortcuts_menu{display:none}
.header_wrap{background-color: #ffba46}
