@charset "utf-8";



@font-face {
    font-family: 'PFDasGroteskPro-Regular';
    src: url('../fonts/PFDasGroteskPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'PFDasGroteskPro-Medium';
    src: url('../fonts/PFDasGroteskPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

html,body{
	margin:0px;
	padding:0px;
}

.gsa-wearables *{

	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.gsa-wearables{
	font-family: 'PFDasGroteskPro-Regular';
	color:#fff;
	font-size:20px;

	text-rendering: optimizeLegibility;
  	font-feature-settings: "kern" 1;
  	font-kerning: normal;
	
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;

}

.gsa-wearables p{
	font-family: 'PFDasGroteskPro-Regular';
	color:#fff;
	font-size:25px;
	margin:0px;
	padding:0px;
}


.gsa-wearables .gsa-top{
	position:relative;
	height: 266px;
	background: url("../images/bg-top.jpg") no-repeat center center;
}

.gsa-wearables .gsa-top .gsa-title{
	font-family: 'PFDasGroteskPro-Bold';
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:25px;
	padding:80px 0 0 0;
}

.gsa-wearables .gsa-top .gsa-title strong{
	font-weight:normal;
	font-family: 'PFDasGroteskPro-Bold';
	color:#fff;
}

.gsa-title p {
	
	font-family: 'PFDasGroteskPro-Bold';
	color:#fff;
	font-size:25px;
	line-height:30px;
	
}

.gsa-wearables .gsa-top .gsa-title p{
	padding:5px 0 5px 0;
	font-family: 'PFDasGroteskPro-Regular';
	color:#fff;
}



.gsa-wearables .gs-top-logo{ 
	position:absolute; 
	left:50%; 
	bottom:-75px; 
	background: url("../images/gs-wearables.png") no-repeat center center; 
	width: 175px; 
	height: 168px;
	margin:0 0 0 -570px;
	z-index: 10;
}


.gsa-wearables .gsa-item{
	position:relative;
	height: 626px;
	background: url("../images/bg1.jpg") no-repeat center center;
}



.gsa-wearables .gsa-item.gs-i2 { background-image: url("../images/bg2.jpg"); height:592px;  }
.gsa-wearables .gsa-item.gs-i3 { background-image: url("../images/bg3.jpg"); height:620px;  }
.gsa-wearables .gsa-item.gs-i4 { background-image: url("../images/bg4.jpg"); height:568px;  }
.gsa-wearables .gsa-item.gs-i5 { background-image: url("../images/bg5.jpg"); height:633px;  }
.gsa-wearables .gsa-item.gs-i6 { background-image: url("../images/bg6.jpg"); height:574px;  }
.gsa-wearables .gsa-item.gs-i7 { background-image: url("../images/bg7.jpg"); height:612px;  }



.gsa-wearables .gsa-item .gs-photos{
	position:absolute;
	width:485px;
	height:485px;
	top:50%;
	left:50%;
	margin:-242px 0 0 110px;

}

.gsa-wearables .gsa-item.gs-item-right .gs-photos{
	margin:-242px 0 0 -570px;
}

.gsa-wearables .gsa-item .gs-photo1,
.gsa-wearables .gsa-item .gs-photo2,
.gsa-wearables .gsa-item .gs-photo3{
	position:absolute;
	width:238px;
	height:238px;
	top:0px;
	left:50%;
	margin:0 0 0 -119px;
}

.gsa-wearables .gsa-item .gs-photo2{
	top:auto;
	bottom:0px;
	margin:0px;
	left:0px;
}
.gsa-wearables .gsa-item .gs-photo3{
	top:auto;
	bottom:0px;
	left:auto;
	right:0px;
	margin:0px;
}


.gsa-wearables .gsa-item .gs-content{
	position:absolute;
}

.gsa-wearables .gsa-item .gs-photos img{
	display:block;
	margin:0 auto 0 auto;
	max-width:238px;
	max-height:238px;
}


.gsa-wearables .gsa-item .gs-content{
	position:absolute;
	bottom:60px;
	left:50%;
	margin:0px 0 0 -590px;
	width:1180px;
}

.gsa-wearables .gsa-item.gs-item-right .gs-content{
	text-align:right;
}

.gsa-wearables .gsa-item .gs-content .gsa-title{
	font-size:20px;
	font-family: 'PFDasGroteskPro-Bold';
	padding:0 0 10px 0;
}



.gsa-wearables .gsa-item .gs-content .gsa-title{
	font-size:20px;
	line-height:25px;
	font-family: 'PFDasGroteskPro-Bold';
	padding:0 0 15px 0;
}


.gsa-wearables .gsa-item .gs-content .gs-text{
	line-height:25px;
	padding:0 0 25px 0;
}

.gsa-wearables .gsa-item .gs-content .gs-more{
	width:194px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#1f407a;
	color:#fff;
	font-size:13px;
	display:inline-block;
	text-decoration:none;
	font-family: 'PFDasGroteskPro-Medium';

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
}


.gsa-wearables .gsa-item .gs-content .gs-more:hover{
	background:#153266;
}

.gsa-wearables .gsa-item .gs-top-title{ 
	position:absolute; 
	left:50%; 
	top:-45px; 
	background: url("../images/title-bg1.png") no-repeat center center; 
	width: 225px; 
	height: 71px; 
	line-height:70px;
	color:#fff;
	text-align:center;
	font-family: 'PFDasGroteskPro-Bold';
	font-size:30px;
	margin:0 0 0 300px;
}


.gsa-wearables .gs-item.gs-i3 .gs-top-title{ 
	background-image: url("../images/title-bg3.png"); 
	width: 195px; 
	height: 66px; 
	line-height:66px;
	margin:120px 0 0 250px;
	padding:0 0 0 30px;
}


.gsa-wearables .gsa-item.gs-i4 .gs-top-title{ 
	background-image: url("../images/title-bg4.png"); 
	width: 176px; 
	height: 79px;
	line-height:79px;
	margin:0 0 0 -400px;
	padding:0 0 0 15px;
}


.gsa-wearables .gsa-item.gs-i5 .gs-top-title{ 
	background-image: url("../images/title-bg5.png"); 
	width: 232px; 
	height: 74px; 
	line-height:54px;
	margin:15px 0 0 280px;
	padding:0 0 0 15px;

}


.gsa-wearables .gsa-item.gs-i6 .gs-top-title{ 
	background-image: url("../images/title-bg6.png"); 
	width: 324px; 
	height: 74px; 
	line-height:74px;
	margin:16px 0 0 -400px;
}



.gsa-wearables .gsa-item.gs-i7 .gs-top-title{ 
	background-image: url("../images/title-bg7.png"); 
	width: 260px; 
	height: 73px; 
	line-height:66px;
	margin:0 0 0 220px;
}






























