
.deck-wrapper p {
    font-size: 20px;
}

@media only screen and (max-width: 1200px){
	.deck-wrapper h2 {
		font-size: 26px;
	}
}

.introtextwhite{
	color:#fff;
	width:90%;
	margin: 0 auto;
	font-size:24px;
}

.text-color {
	color: #6CBE45 !important
}

.bg-color {
	background: #6CBE45 !important
}


/*For GS-105S v2 Banner*/
.gs-105s-v2BannerCanvas{
	position:relative;
}

.gs-105s-v2BannerBG{
	background:url('/library/assets/products/gs-105s-v2/gs-105s-v2_banner.jpg') no-repeat center center;
	height:700px;	
	background-size:cover;
}

@media only screen and (max-width:1366px){
	.gs-105s-v2BannerBG{
		height:446px;
	}
}

@media only screen and (max-width:1024px){
	.gs-105s-v2BannerBG{
		height:555px;
	}
}

@media only screen and (max-width:800px){
	.gs-105s-v2BannerBG{
		height:600px;			
	}
}

@media only screen and (max-width:450px){
	.gs-105s-v2BannerBG{
		height:530px;
	}
}

@media only screen and (max-width:400px){
	.gs-105s-v2BannerBG{
		height:430px;
	}
}

@media only screen and (max-width:350px){
	.gs-105s-v2BannerBG{
		height:350px;
	}
}

.gs-105s-v2BannerCnt{
	position: absolute;
    width: 50%;
    height: 50%;
    top: 35px;
    padding: 180px 210px;
    right: 0px;
}

@media only screen and (max-width:1600px){
	.gs-105s-v2BannerCnt{
		padding: 200px 0 0 190px;
	}
}

@media only screen and (max-width:1366px){
	.gs-105s-v2BannerCnt{
		padding: 110px 0 0 150px;
	}
}

@media only screen and (max-width:1280px){
	.gs-105s-v2BannerCnt{
		padding: 110px 0 0 150px;
	}
}

@media only screen and (max-width:1024px){
	.gs-105s-v2BannerCnt{
		padding: 150px 0 0 150px;
	}
}

@media only screen and (max-width:800px){
	.gs-105s-v2BannerCnt{
		padding: 40px 0 0 0;
		left: 200px;	
	}
}

@media only screen and (max-width:450px){
	.gs-105s-v2BannerCnt{
		padding: 0px 0 0 0;
		left: 60px;
	}
}

.gs-105s-v2BannerCnt h2{
	color:#ffffff;
}

@media only screen and (max-width:800px){
	.gs-105s-v2BannerCnt h2{
		color:#000000;
	}
}

@media only screen and (max-width:450px){
	.gs-105s-v2BannerCnt h2{
		font-size:20px;
	}
}
/*For GS-105S v2 Banner END*/


/*BlazingFast*/
.BlazingFastCanvas{
	position:relative;
}

.BlazingFastBG{
	background:url('/library/assets/products/gs-105s-v2/gs-105s-v2_blazing-fast.jpg') no-repeat center center;
	height:900px;
	background-size:cover;
}

@media only screen and (max-width:1366px){
	.BlazingFastBG{
		height:630px;
	}
}

.BlazingFastCnt {
	position: absolute;
    height: 100%;
    width: 40%;
    top: 8%;
    left: 10%;
}

@media only screen and (max-width:1024px){
	.BlazingFastCnt{
		width: 44%;
	}
}

.BlazingFastCnt h2{
	color:#ffffff;
}

.BlazingFastCnt p{
	color:#ffffff;
	font-size:20px;
}
/*BlazingFast END*/


/*Bi-color LED indicators for Ethernet port status*/
.LEDindicatorsCanvas{
	position:relative;
}

.LEDindicatorsBG{
	background:url('/library/assets/products/gs-105s-v2/gs-105s-v2-bi-color-LED.png') no-repeat center center;
	height:850px;
	background-size:cover;
}

@media only screen and (max-width:1366px){
	.LEDindicatorsBG{
		height:600px;
	}
}

.LEDindicatorsCnt {
	position: absolute;
    width: 65%;
    top: 10%;
    right: 2%;
}

@media only screen and (max-width:1366px){
	.LEDindicatorsCnt{
		right: 4%;		
	}
}

@media only screen and (max-width:1024px){
	.LEDindicatorsCnt{
		right: 5%;		
	}
}

.LEDindicatorsCnt h2{
	color:#000000;
}

.LEDindicatorsCnt p{
	color:#000000;
	font-size:20px;
}
/*Bi-color LED indicators for Ethernet port status END*/


/*Green Ethernet for energy saving*/
.GreenEthernetCanvas{
	position:relative;
}

.GreenEthernetBG{
	background:url('/library/assets/products/gs-105s-v2/gs-105s-v2-energy-saving.jpg') no-repeat center center;
	height:900px;
	background-size:cover;
}

@media only screen and (max-width:1366px){
	.GreenEthernetBG{
		height:750px;
	}
}

@media only screen and (max-width:1024px){
	.GreenEthernetBG{
		height:820px;
	}
}

.GreenEthernetCnt {
	position: absolute;
    width: 80%;
    top: 5%;
    left: 10%;
}

.GreenEthernetCnt h2{
	color:#000000;
}

.GreenEthernetCnt p{
	color:#000000;
	font-size:20px;
}
/*Green Ethernet for energy saving END*/

/* Product Specs Bullets */
#specifications .panel-default ul {
	padding-left: 40px;
}

#specifications .panel-default li {
	list-style-type: disc;
}

#specifications .panel-default ul li ul li {
    list-style-type: circle;
}

/* Additions */
.maxwid {
    max-width: 1320px;
}

.img-responsive {
	margin: auto;
}