@charset "utf-8";
/* CSS Document */



#header{
	
	background-image:url(../../images/event/old_for_new_2022_hongkong/background.png);
	background-position:50% 0%;
	background-size:cover;
	}



section
{
	padding-top:45px;
	padding-bottom:45px;
	
}

.big
{
	font-size:1.5em;
	
}


/* line 17, ../../sass/temp/landingTemp.sass */
.nav-list {
  margin-bottom: 0;
}

/* line 21, ../../sass/temp/landingTemp.sass */
.img-rwd {
  max-width: 100%;
  height: auto;
}

/* line 25, ../../sass/temp/landingTemp.sass */
.img-toBg {
  width: 100%;
  height: 100%;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/* line 32, ../../sass/temp/landingTemp.sass */
.fleximg {
  width: 100%;
  margin: 0 auto;
  position: relative;
  image-rendering: optimizeQuality;
}

/* line 38, ../../sass/temp/landingTemp.sass */
.fleximg:before {
  display: block;
  content: " ";
  width: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  image-rendering: optimizeQuality;
}

/* line 47, ../../sass/temp/landingTemp.sass */
.img_bk {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 53, ../../sass/temp/landingTemp.sass */
.collapseImg {
  width: 90%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 58, ../../sass/temp/landingTemp.sass */
.bg-cover, .img-toBg, .icon:before {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 60, ../../sass/temp/landingTemp.sass */
.bg-cont {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 62, ../../sass/temp/landingTemp.sass */
.bg-nrp, .img-toBg, .icon:before {
  background-repeat: no-repeat;
}

/* line 64, ../../sass/temp/landingTemp.sass */
.bg-pos-center, .img-toBg, .icon:before {
  background-position: 50% 50%;
}

/* line 69, ../../sass/temp/landingTemp.sass */
html, body {
  font-size: 16px;
}

/* line 72, ../../sass/temp/landingTemp.sass */
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
  margin: 0;
  padding: 0;
}

/* line 76, ../../sass/temp/landingTemp.sass */
.text-shadow {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.55);
}

/* line 80, ../../sass/temp/landingTemp.sass */
.normal_font, .detail, .note {
  font-size: 16px;
  line-height: 1.7;
}

/* line 85, ../../sass/temp/landingTemp.sass */
.detail {
  display: block;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  color: #818181;
}

/* line 94, ../../sass/temp/landingTemp.sass */
.icon {
  display: inline-block;
}
/* line 96, ../../sass/temp/landingTemp.sass */
.icon:before {
  content: "";
  display: inline-block;
}

/* line 104, ../../sass/temp/landingTemp.sass */
a.readmore {
  font-size: 16px;
  text-decoration: none;
}
/* line 107, ../../sass/temp/landingTemp.sass */
a.readmore:hover {
  text-decoration: underline;
}

/* line 109, ../../sass/temp/landingTemp.sass */
a.readmore.blue_txt {
  color: #09F;
}

/* line 113, ../../sass/temp/landingTemp.sass */
#page {
  width: 100%;
  overflow: hidden;
}

/* line 116, ../../sass/temp/landingTemp.sass */
#banner {
  padding-bottom: 35px;
}
/* line 118, ../../sass/temp/landingTemp.sass */
#banner .title {
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}
/* line 124, ../../sass/temp/landingTemp.sass */
#banner .sub-title {
  line-height: 1.3;
}
@media (max-width: 767px) {
  /* line 124, ../../sass/temp/landingTemp.sass */
  #banner .sub-title {
    font-weight: 600;
  }
}
/* line 130, ../../sass/temp/landingTemp.sass */
#banner .feature-list {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.7;
}

/* line 137, ../../sass/temp/landingTemp.sass */
.section.font_white {
  color: white;
}

/* line 139, ../../sass/temp/landingTemp.sass */
.section.font_black {
  color: #000;
}

/* line 141, ../../sass/temp/landingTemp.sass */
.section.no_pad {
  padding-bottom: 0;
}

/* line 145, ../../sass/temp/landingTemp.sass */
.section, #collapse_bk {
  padding: 35px 0;
}
@media (max-width: 767px) {
  /* line 145, ../../sass/temp/landingTemp.sass */
  .section, #collapse_bk {
    padding: 25px 0;
  }
}
/* line 149, ../../sass/temp/landingTemp.sass */
.section .section-title, .section .section-descript, .section .img, #collapse_bk .section-title, #collapse_bk .section-descript, #collapse_bk .img {
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  /* line 149, ../../sass/temp/landingTemp.sass */
  .section .section-title, .section .section-descript, .section .img, #collapse_bk .section-title, #collapse_bk .section-descript, #collapse_bk .img {
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
  }
}
/* line 158, ../../sass/temp/landingTemp.sass */
.section header, #collapse_bk header {
  max-width: 950px;
  margin: 0 auto;
}
/* line 161, ../../sass/temp/landingTemp.sass */
.section header.tal > *, .section .section-title.tal, .section .section-descript.tal, #collapse_bk header.tal > *, #collapse_bk .section-title.tal, #collapse_bk .section-descript.tal {
  text-align: left;
}
/* line 163, ../../sass/temp/landingTemp.sass */
.section .section-descript, #collapse_bk .section-descript {
  margin-top: 15px;
  width: 100%;
}
/* line 166, ../../sass/temp/landingTemp.sass */
.section .section-descript > p, #collapse_bk .section-descript > p {
  max-width: 900px;
  display: inline-block;
  text-align: left;
}
/* line 170, ../../sass/temp/landingTemp.sass */
.section .section-descript h4, #collapse_bk .section-descript h4 {
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 173, ../../sass/temp/landingTemp.sass */
  .vmiddle {
    position: relative;
    padding-top: 10%;
  }
  /* line 177, ../../sass/temp/landingTemp.sass */
  .vmiddle > * {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* line 184, ../../sass/temp/landingTemp.sass */
.hr {
  background-color: #ddd;
  height: 1px;
  margin-top: 3%;
  margin-bottom: 3%;
}

/* line 190, ../../sass/temp/landingTemp.sass */
.center-block {
  text-align: center;
}

/* line 197, ../../sass/temp/landingTemp.sass */
.fadeout {
  opacity: 0 !important;
  display: none;
}

/* line 16, ../../sass/product/AS6004U.sass */
.bgcover, #sec_04, #sec_06, #sec_07 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 19, ../../sass/product/AS6004U.sass */
.bgcontain, #sec_02 {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 26, ../../sass/product/AS6004U.sass */
#banner {
  background-image: url("../../images/application/how_to_choose_a_nas/bg.jpg");
  background-size:cover;

}

/* line 28, ../../sass/product/AS6004U.sass */
#sec_02 {
  background-color: #efefef;
  background-image: url("../../images/product_feature/AS6004U/safetyBuckle-bg.png");
  background-position: right 50px bottom -150px;
  height: 35vw;
}
@media (max-width: 767px) {
  /* line 28, ../../sass/product/AS6004U.sass */
  #sec_02 {
    background-position: right 50px bottom -336px;
    height: 95vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 28, ../../sass/product/AS6004U.sass */
  #sec_02 {
    background-position: right 25px bottom -480px;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  /* line 28, ../../sass/product/AS6004U.sass */
  #sec_02 {
    min-height: 600px;
  }
}

/* line 43, ../../sass/product/AS6004U.sass */
#sec_04 {
  background-image: url("../../images/product_feature/AS6004U/saveEnergy-bg.jpg");
  background-position: 50% 70%;
  color: #fff;
}

/* line 56, ../../sass/product/AS6004U.sass */
#sec_06 {
  background-image: url("../../images/product_feature/AS6004U/safetyStorage-bg.jpg");
}

/* line 60, ../../sass/product/AS6004U.sass */
#sec_07 {
  background-image: url("../../images/product_feature/AS6004U/iscsi_lun-bg.png");
}

/* line 64, ../../sass/product/AS6004U.sass */
#sec_09 {
  background-color: #ecf5f6;
}

/* line 68, ../../sass/product/AS6004U.sass */
.img-rwd {
  max-width: 100%;
  height: auto;
}

/* line 71, ../../sass/product/AS6004U.sass */
.bdrBtn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-color: #fff;
  color: #fff;
  opacity: 0.8;
}
/* line 79, ../../sass/product/AS6004U.sass */
.bdrBtn:hover, .bdrBtn:focus, .bdrBtn.active {
  color: #fff;
  opacity: 1;
}
/* line 82, ../../sass/product/AS6004U.sass */
.bdrBtn > * {
  color: #fff;
  display: block;
}
/* line 85, ../../sass/product/AS6004U.sass */
.bdrBtn > *:hover, .bdrBtn > *:focus, .bdrBtn > *.active {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

/* line 89, ../../sass/product/AS6004U.sass */
#banner {
  padding-bottom: 35px;
}
/* line 91, ../../sass/product/AS6004U.sass */
#banner .banner-mid {
  margin-top: 15px;
  /* zoom in Btn */
}
/* line 93, ../../sass/product/AS6004U.sass */
#banner .banner-mid #banner-title {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 10px;
}
/* line 100, ../../sass/product/AS6004U.sass */
#banner .banner-mid #banner-sub-title {
  color: #45d07c;
  line-height: 1.3;
  margin-bottom: 15px;
}
/* line 106, ../../sass/product/AS6004U.sass */
#banner .banner-mid #feature-list {
  list-style-position: outside;
  list-style-type: disc;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  padding-left: 20px;
}
/* line 113, ../../sass/product/AS6004U.sass */
#banner .banner-mid #feature-list > li {
  margin-bottom: 5px;
}
/* line 115, ../../sass/product/AS6004U.sass */
#banner .banner-mid .specBtn {
  width: 100px;
}
/* line 119, ../../sass/product/AS6004U.sass */
#banner .banner-mid #banner-product {
  margin-top: 35px;
  display: inline-block;
  position: relative;
}
/* line 126, ../../sass/product/AS6004U.sass */
#banner .banner-mid a.p_zoom {
  position: absolute;
  bottom: 35px;
  right: 0;
}
/* line 131, ../../sass/product/AS6004U.sass */
#banner .banner-mid #gallery_zoom {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: url(../../images/templates/btn/gallery_zoom.png) no-repeat;
  background-position: 0px 0px;
  border: none;
}

/* line 140, ../../sass/product/AS6004U.sass */
.section {
  padding: 25px 0;
}
/* line 142, ../../sass/product/AS6004U.sass */
.section .section-title, .section .section-descript, .section .img {
  text-align: center;
  font-weight: 400;
}
/* line 146, ../../sass/product/AS6004U.sass */
.section .section-descript {
  width: 100%;
}
/* line 148, ../../sass/product/AS6004U.sass */
.section .section-descript > p {
  max-width: 900px;
  display: inline-block;
  text-align: left;
}

/* line 153, ../../sass/product/AS6004U.sass */
.note {
  max-width: 750px;
  margin-left: 18%;
}
@media (max-width: 767px) {
  /* line 153, ../../sass/product/AS6004U.sass */
  .note {
    margin-left: 0;
  }
}
/* line 159, ../../sass/product/AS6004U.sass */
.note > * {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 163, ../../sass/product/AS6004U.sass */
  .note img {
    width: 35%;
  }
  /* line 165, ../../sass/product/AS6004U.sass */
  .note span {
    width: 60%;
  }
  #banner
  {
	  min-height:900px;  
  }
}
@media (max-width: 767px) {
  /* line 168, ../../sass/product/AS6004U.sass */
  .note img {
    width: 100%;
  }
  /* line 170, ../../sass/product/AS6004U.sass */
  .note span {
    width: 100%;
  }
  #banner
  {
	  min-height: inherit;  
  }
}

/* line 173, ../../sass/product/AS6004U.sass */
.tab_bk .active > .bdrBtn {
  opacity: 1;
  border-width: 2px;
}
/* line 176, ../../sass/product/AS6004U.sass */
.tab_bk > * {
  display: inline-block;
}

/* line 178, ../../sass/product/AS6004U.sass */
.tab_bk .btn {
  margin-top: 15px;
  padding: 5px 25px;
}

/* line 182, ../../sass/product/AS6004U.sass */
#sec_04 .btn {
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 184, ../../sass/product/AS6004U.sass */
#sec_05 {
  padding-bottom: 0;
}
/* line 186, ../../sass/product/AS6004U.sass */
#sec_05 .data_bk {
  margin-top: 25px;
}
/* line 188, ../../sass/product/AS6004U.sass */
#sec_05 .img_bk {
  margin-top: 35px;
}

/* line 191, ../../sass/product/AS6004U.sass */
#sec_06 .img_bk {
  margin: 35px 0;
}

/* line 195, ../../sass/product/AS6004U.sass */
#sec_07 .video_bk {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
/* line 199, ../../sass/product/AS6004U.sass */
#sec_07 .video_bk .video_bk_inner {
  display: inline-block;
  width: 800px;
}
@media (max-width: 991px) {
  /* line 199, ../../sass/product/AS6004U.sass */
  #sec_07 .video_bk .video_bk_inner {
    width: 100%;
  }
}
/* line 204, ../../sass/product/AS6004U.sass */
#sec_07 .video_bk .video_bk_inner > * {
  width: 100%;
}
@media (max-width: 992px) {
  /* line 204, ../../sass/product/AS6004U.sass */
  #sec_07 .video_bk .video_bk_inner > * {
    height: 50vw;
  }
}
@media (min-width: 992px) {
  /* line 204, ../../sass/product/AS6004U.sass */
  #sec_07 .video_bk .video_bk_inner > * {
    height: 400px;
  }
}

/* line 212, ../../sass/product/AS6004U.sass */
#sec_08 .spec_bk .spec-head {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

/* line 220, ../../sass/product/AS6004U.sass */
#sec_09 {
  padding: 120px 0;
}
/* line 222, ../../sass/product/AS6004U.sass */
#sec_09 header {
  margin-top: 12%;
}
/* line 224, ../../sass/product/AS6004U.sass */
#sec_09 .section-title {
  text-align: left;
}

/* line 227, ../../sass/product/AS6004U.sass */
#sec_10 .productList {
  margin-top: 50px;
}
/* line 229, ../../sass/product/AS6004U.sass */
#sec_10 .productList .productItem {
  margin-bottom: 25px;
}
/* line 231, ../../sass/product/AS6004U.sass */
#sec_10 .productList .productItem a:hover {
  text-decoration: none;
}
/* line 233, ../../sass/product/AS6004U.sass */
#sec_10 .productList .productItem a:hover > p {
  color: #000;
}
/* line 235, ../../sass/product/AS6004U.sass */
#sec_10 .productList .productItem p {
  font-size: 18px;
  color: #777;
  margin-top: 15px;
}

.intro_ul ul li
{
	margin-left:-20px;
	
}

.white_text, .white_text ul li
{
	color:#FFFFFF !important;
	
}
.pink_text
{
	color:#ffcc33 !important;
	
}
.red_text
{
	color:#F00 !important;
	
}
.yellow_text
{
	color:#FC0 !important;
	
}
.banner_padding
{
	background-color: #666;
    padding: 30px 40px;
	opacity:0.6;
	
}

.icon-arrow-top {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url(../../images/solution/backup20160503/icon-arrow-top.png);
}

#pink_bg
{
	/*background-color: #ff6666;*/
	background: linear-gradient(90deg,#ffcc00,#ff9900);
	
}
#yellow_bg
{
	background-color: #ffcc33;
	/*background: linear-gradient(90deg,#ffcc33,#cc33cc);*/
	    background: linear-gradient(90deg,#33cc99,#33cc99);
	
}

#blue_bg
{
	/*background-color: #336699;*/
	background: linear-gradient(90deg,#ff99ff,#ff6666);
	
}


#grey_bg
{
	/*background-color: #336699;*/
	background: linear-gradient(90deg,#ff99ff,#ff6666);
	
}
#purple_bg
{
	background-color: #336699; 
    background: linear-gradient(90deg,#336699,#3287e0);
	
}


#conclusion
{
    background-image: url(../../images/product_feature/AS_T10G/banner-bg.jpg);
    background-size: cover;
}
	
	
	
@media (min-width: 768px){
	.banner-title {
  		text-shadow: 1px 1px 10px #000;
}
}





.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}






@media (max-width: 767px) 
{
	
	#seller
	{
		position: fixed;
		right: 5px;
		bottom: 60px;
		padding: 10px 10px;
	
		color: white;
		cursor: pointer;
		z-index: 9999;
			
	}
	
	#seller ul li
	{
		list-style:none;
	
		
	}
	
	
	#seller ul li
	{
		width:80px;
		height:auto;
		background-color:#FFF;
		 margin-bottom:10px;
		 text-align:center;
		
	}
}
@media (min-width: 768px)
{
	
	#seller
	{
		position: fixed;
		right: 20px;
		top: 120px;
		padding: 10px 10px;
	
		color: white;
		cursor: pointer;
		z-index: 9999;
			
	}
	
	#seller ul li
	{
		list-style:none;
	
		
	}
	
	
	#seller ul li
	{
		width:120px;
		height:auto;
		background-color:#FFF;
		 margin-bottom:10px;
		 text-align:center;
		
	}
	
}

.mt120
{
	margin-top:120px;
	
}


.grediant_text
{
	background: linear-gradient(to right,#ff8a00,#da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 700;
    border-bottom: 1px solid #da1b60!important;
    padding-bottom: .15rem;	
}







@media (max-width: 767px) 
{
	.item
	{
		min-height:400px;
		
	}
	.lg_50
	{
		width:100%;
	}
	.bl
	{
		border-left: none;
	}
	.br
	{
		border-right: none;
	}
}
@media (min-width: 768px)
{
	.item
	{
		min-height:600px;
		
	}	
	.lg_50
	{
		width:50%;
	}
	.bl
	{
		border-left: #FFF thin solid;
	}
	.br
	{
		border-right: #FFF thin solid;
	}
	
	section h2
	{
		font-size:48px;
		
	}
	
}

a.btn-warning, a.btn-warning:hover
{
	color:#003;
	font-weight:bolder;
	background-color:#ffc300;
	
}
a.btn-warning:hover
{
	background-color:#FFCC33;
	
}

a.btn-white, input.btn-white
{
	color:#003;
	font-weight:500;
	background-color:#FFF;
	
}

input.reverse
{
	background-color:#002b8a;
	color:#FFFFFF;
	border-radius:0px;
	width:100%;
	
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

input[type='file'] {

    color: #fff;
   


    margin-bottom: 20px;
    width: 240px;
    vertical-align: top;
    margin-top: 0px;
}



h2.no-background {
  position: relative;
  overflow: hidden;
  margin: 80px 0px 40px 0px;
}
h2.no-background span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *
  display: inline;
  *
  vertical-align: auto;
  position: relative;
  padding: 0 20px;
  color:#ffcc00;
	font-weight: bold;
}
h2.no-background span:before,
h2.no-background span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.53em;
   border-top: 3px solid transparent;
    border-image: linear-gradient(to right, #ffcc00 0%, #ffcc00 100%);
    border-image-slice: 1
}
h2.no-background span:before {
  right: 100%;
}
h2.no-background span:after {
  left: 100%;
}
h2.no-span {
  display: table;
  white-space: nowrap;
}
h2.no-span:before,
h2.no-span:after {
  border-top: 1px solid green;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
h2.no-span:before {
  right: 1.5%;
}
h2.no-span:after {
  left: 1.5%;
}
.intro {
    max-width: 1100px;
    margin: 0 auto;
}
.line_through
{
	text-decoration: line-through;
}
.pd30
{
	padding: 0px 50px;
}



.active .spec-box
{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.spec-box
{
	-webkit-filter: grayscale(50%);
    filter: grayscale(100%);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}




#panel-title {
	color: crimson;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	padding: 10px 0px;
}

#panel {
	padding: 10px 25px;
}

.panel-tab {
	margin: 40px auto;
	box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.3);
}

.panel-toggle {
	color: whitesmoke;
	background-color: crimson;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
}

.panel-title {
	font-size: 24px;
	margin: 0px;
}

.panel-content {
	color: grey;
	display: none;
	padding: 20px 25px;
	border: 1px solid rgba(50, 50, 50, 0.3);
}
.panel-content {
 
    background-color: floralwhite;
}
#panel-title {
    color: floralwhite;
  
}
#sec3
{
	background-color: #393939;
}


.product p,.price, .line_through
{
	font-size: 24px;
	
}
section
{
	font-size: 18px;
}


.text-muted {
    color: #252525 !important;
}



.submit_btn {
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #00437a;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 12px 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 150px;
  border: 0;
}

.submit_btn:hover {
  background-color: #1e96df;
  -webkit-box-shadow: 0 2px 45px #42aae9;
  -moz-box-shadow: 0 2px 45px #42aae9;
  -ms-box-shadow: 0 2px 45px #42aae9;
  box-shadow: 0 2px 45px #42aae9;
color: #fff;
}
#sec4
{
	background-color: currentColor;
}

