

/* 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);
}



.white_text
{
	color:#FFFFFF !important;
	
}
.pink_text
{
	color:#ff6666 !important;	
}
.green_text
{
	color:#00ffcc;
	
}
.orange_text
{
	color:#ffcc33;
}

.deep_green_text
{
	color:#51a5a1;
	
}
.banner_padding
{
	background-color: #ff6666;
    padding: 30px 40px;
	
}

.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,#ff1c41,#802984);
	
}
#yellow_bg
{
	background-color: #ffcc33;
	/*background: linear-gradient(90deg,#ffcc33,#cc33cc);*/
	
}

#blue_bg
{
	/*background-color: #336699;*/
	background: linear-gradient(90deg,#3366cc,#3366cc);
	
}


#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){
	.banner-title{font-size:36px;font-weight:400;}
	.banner-subtitle{ font-size:24px; font-weight:300;}
}
@media(min-width: 768px){
	.banner-subtitle{ font-size:32px; font-weight:300; line-height:1.3;}
	.banner-title{font-size:54px;font-weight:600;}	

}


.mb90
{
	margin-bottom:90px;
}

#section1
{
	background-color:#0066cc;
	background-size: cover;
	
}
#section2
{
	 background-image: url("../../images/application/nas_plex_media_server/t1_back.jpg");
	background-size: cover;
	
}
#section3
{
	 background-image: url("../../images/application/nas_plex_media_server/t2_back.jpg");
	background-size: cover;
	
}
#section4
{
	background-image: url("../../images/application/nas_plex_media_server/t3_back.jpg");
	background-size: cover;	
}
#section5
{
	 background-image: url("../../images/application/nas_plex_media_server/section5_bg.jpg");
	background-size: cover;
	
}

#section8
{
	 background-image: url("../../images/application/nas_plex_media_server/section8_bg.jpg");
	background-size: cover;
	
}




.table.light-table {
  margin-top: 5%;
  margin-bottom:5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
/*  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
*/  -webkit-box-shadow: 0px 0px 5px #7d7d7d;
  -moz-box-shadow: 0px 0px 5px #7d7d7d;
  -ie-box-shadow: 0px 0px 5px #7d7d7d;
  -o-box-shadow: 0px 0px 5px #7d7d7d;
  box-shadow: 0px 0px 5px #7d7d7d;
  text-align: center;
  line-height: 1.7;
  background-color: #fff;
  max-width:900px;
}
.table.light-table tr td {
  padding: 2%;
}
.table.light-table thead {
  background-color: #3366cc;
}

.table.light-table thead tr td {
	color:#FFFFFF;
}

.pop_table tr td:nth-child(3) {
	text-align:left;	
}



a.link-btn {
  margin-top: 2%;
  display: inline-block;
  margin-right: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ie-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #92a1ac;
  color: #92a1ac;
  padding: 3px 15px;
}
a.link-btn2:hover,
a.link-btn2:focus {
  text-decoration: none;
  background-color: #92a1ac;
  color: #fff;
}

a.link-btn2 {
  margin-top: 2%;
  display: inline-block;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #92a1ac;
  color: #92a1ac;
  padding: 3px 15px;
}
a.link-btn2:hover,
a.link-btn2:focus {
  text-decoration: none;
  background-color: #92a1ac;
  color: #fff;
}



#bg
{
	background:#f6f6f6;
	
}




.content_box
{
    border: #ccc thin solid;
    padding: 40px 40px;
	background-color: #FFFFFF;
	box-shadow:2px 2px 6px 2px rgba(5%,5%,10%,0.2);
}
	
#bg h2, #bg h1
{
	font-weight:600;
	line-height:1.6;

	
}
#bg h3
{
	/*margin-top:40px;*/
	margin-bottom:20px;
	font-size:22px;
	
}

#bg ul li
{
	margin-left:-20px;
	line-height:1.6;
	margin-bottom: 5px;

	
}
#bg ul
{
	margin-top: 20px;
	margin-bottom:30px;
	
	
}