@charset "utf-8";
/* CSS Document */
/*-------------Global Style----------------*/
* {
    margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Open Sans Condensed', sans-serif;
	color:#212121;
	background:#f5f5f5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
img {
    max-width: 100%;
    border: 0;
    display: inline-block;
    vertical-align: top;
}
address {
    color: #fff;
}
input, textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type=text],
input[type=password]{
	height:37px;
}

input[type=submit],
button {
    cursor: pointer;
}
a {
    text-decoration: none;
    outline: none!important;
	color:#26697e;
}
a:hover,
a:focus {
    text-decoration: none !important;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style-type: none;
}
*::-moz-selection {
    text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin:0;
    padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color:#909090;
}
.outerWrapper{
	position:relative;
	min-height:100%;
}
.mainWrapper{
	max-width:1170px;
	margin:0 auto;
	padding:0 10px;
}
.floatHolder:before,
.floatHolder:after{
    content: "";
    display: table;
}
.floatHolder:after{
    clear: both;
}
/*-------------Global Style Ends----------------*/
.sliderPanel{
	position:relative;
	text-align:center;
}
.bnnerSlider{
	position:relative;
	margin-bottom:20px;
	padding-top:50px;
	background:#dcdddf;
}
.flex-control-nav{
	position:absolute;
	bottom:100px;
	left:0;
	right:0;
	text-align:center;
}
.flex-control-nav li{
	display:inline-block;
	padding:0 5px;
}
.flex-control-nav li{
	font-size:0;
	line-height:0;
	text-indent:-100000px;
}
.flex-control-nav li a{
	background:url(../images/slider-bullet.png) no-repeat 0 0;
	width:12px;
	height:12px;
	display:block;
	cursor:pointer;
}
.flex-control-nav li a.flex-active{
	background:url(../images/slider-bullet-active.png) no-repeat 0 0;
	width:12px;
	height:12px;
	display:block;
	cursor:pointer;
}

.flex-prev{
	background:url(../images/slider-nav.png) no-repeat;
	width:40px;
	height:59px;
	display:block;
	position:absolute;
	left:20px;
	top:50%;
	font-size:0;
	line-height:0;
}
.flex-next{
	background:url(../images/slider-nav.png) 100% 0 no-repeat;
	width:40px;
	height:59px;
	display:block;
	position:absolute;
	right:20px;
	top:50%;
	font-size:0;
	line-height:0;
}
.topPanel{
	background:rgba(255,255,255,0.7);
	padding:8px 0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	height: 76px;
	z-index:9999;
}
.topPanel.open {
	background: #fff;
	height: 271px;
	position: fixed;
}

/* .topPanel.openSub {
	background: #fff;
	height: 400px;
}
 */

.container{
	max-width:1230px;
	margin:0 auto;
	padding:0 10px;
}
.logo{
	float:left;
	width:20%;
}
.flexslider .slides img{
	width:100%;
}

.navigation{
	float:right;
	width:75%;
}
.navigation ul{
	text-align:right;
	padding-top:10px;
}
.navigation ul li{
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	padding-left:20px;
	position:relative;
}
.navigation ul li a{
	font-size:13px;
	line-height:18px;
	color:#616161;
}
.navigation ul li a:hover{
	color:#d41511;
}

.transition {
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}


.dropdown{
	/* background:#fff; */
	position:absolute;
	top:76px;
	left:0;
	right:0;
	width:100%;
	padding:13px;
	opacity: 0;
	visibility: hidden;
	height: 195px;
}

.dropdown.show {
	opacity: 1;
	visibility: visible;
}
.dropdown  ul{
	text-align:left;
}
.dropdown li{
	display:inline-block;
	padding:0 10px;
	padding-bottom:15px;
}
.dropdown  ul > li > a> img{
	width:100px;	
	padding:3px;
	border:1px solid #ccc;
}
.dropdown img{
	width:80px;
	display:block;
	margin:0 auto 15px;
}
.dropdown li a{
	font-size:13px;
	line-height:18px;
	display:block;
	color:#616161;
	text-align:center;
}
.dropdown li span{
	font-size:12px;
	line-height:16px;
	display:block;
	color:#c00b1c;
	padding-top:5px;
	text-align:center;
}


.subCat {
	position: absolute;
	width: 100%;
	left: 0;
	top: 271px;
	visibility: hidden;
	opacity: 0;
	background:#f4f4f4;
	/* padding:25px 30px 10px; */
	padding: 13px;
	text-align:left;

}

.subCat li{
	display:inline-block;
	padding:0 10px;
	padding-bottom:15px;
	max-width: 100px;
}
.subCat li img{
	margin-bottom:10px;
}
.subCat li span{
	font-size:12px;
	line-height:16px;
	display:block;
	color:#c00b1c;
	padding-top:5px;
	text-align:center;
}
.subCat li a{
	font-size:12px;
	line-height:18px;
	display:block;
	color:#000;
	text-align:center;
}
.subCat.show {
	opacity: 1;
	visibility: visible;
}



.menuBars{
	display:none;
}
.featuresPanel{
	padding:0 0 70px 0;
}
.featuresPanel .block{
	width:32.33333%;
	float:left;
	margin-right:1.5%;
	overflow:hidden;
	
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.featuresPanel .block img{
	width:100%;
	max-width:100%;
}
.featuresPanel .block:hover{
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.35);
	box-shadow: 0 8px 16px rgba(0,0,0,0.35);
}
.featuresPanel .block:last-child{
	margin-right:0;
}

.ourProducts{
	padding-bottom:70px;
}
.heading{
	position:relative;
	text-align:center;
}
.heading h2{
	font-family: 'Droid Sans', sans-serif;
	font-size:30px;
	line-height:40px;
	font-weight:400;
	text-align:center;
	position:relative;
	color:#616161;
	text-transform:uppercase;
	background:#f5f5f5;
	display:inline-block;
	padding:0 35px;
}
.heading:before{
	content:'';
	border-bottom:1px solid #ccc;
	position:absolute;
	top:50%;
	left:50px;
	right:50px;
}

.productsPanel{
	padding-top:30px;
}
.productsPanelLeft{
	float:left;
	width:50%;
	padding-right:2px;
}
.productsPanelLeft.right{
	float:right;
	padding-right:0;
	padding-left:2px;
}
.productsPanelLeft img{
	width:100%;
	max-width:100%;
}
.productsPanelRight{
	float:right;
	width:50%;
	padding-left:2px;
}
.productsPanelRight.left{
	float:left;
	padding-left:0;
	padding-right:2px;
}
.productsPanelRight img{
	float:left;
}
.productsDoublePic a:nth-child(1) img,
.productsDoublePic a:nth-child(2) img{
	width:49.6%;
}
.productsDoublePic a:nth-child(1) img{
	float:left;
}
.productsDoublePic a:nth-child(2) img{
	float:right;
}
.productsSinglePic a:nth-child(1) img{
	width:100%;
	float:none;
	clear:both;
}
.productsPanel img{
    margin-bottom: 4px;
	max-width:100%;
    height: auto;
	float:left;
	
	-webkit-filter: grayscale(0%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(0%); 
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(0%); 
	-o-transition: .5s ease-in-out;
}
.productsPanel img:hover{
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
}
.productsReview{
	padding-bottom:70px;
}
.reviewPanel{
	padding-top:40px;
}
.reviewBlock{
	width:49%;
	margin-right:2%;
	float:left;
	background:#fff;
	-webkit-transition: -webkit-box-shadow 0.2s linear;
	transition: -webkit-box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.reviewBlock:hover {
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
	box-shadow: 0 8px 16px rgba(0,0,0,0.18)
}
.reviewBlock:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0)
}

.reviewBlock:last-child{
	margin-right:0;
}
.reviewBlock img{
	width:100%;
}
.productBrief{
	padding:20px;
}
.productBrief h3{
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	color: #616161;
	font-weight:400;
	text-transform:uppercase;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
.productBrief h3 a{
	color: #616161;
}
.productBrief h4{
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #616161;
	font-weight:400;
	text-transform:uppercase;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
.productBrief h4 span{
	color:#c00b1c;
	font-weight:700;
	padding-left:15px;
}
.videoPanel{
	padding-bottom:60px;
}
.videoInnerPanel{
	padding-top:40px;
}
.videoInnerPanel .videoBlock {
    width: 32.33333%;
    float: left;
    margin-right: 1.5%;
    overflow: hidden;
	position:relative;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.videoInnerPanel .videoBlock img{
	max-width:100%;
}
.videoInnerPanel .videoBlock:last-child{
	margin-right:0;
}
.videoOverlay{
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
}
.videoOverlay i{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-27px;
	margin-left:-30px;
	font-size:60px;
	color:rgba(255,255,255,0.5);
}
.videoOverlay i:hover{
	color:rgba(255,255,255,0.8);
}
.videoOverlay .videoTitle{
	font-family: 'Droid Sans', sans-serif;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
}
.videoOverlay .videoTitle h3{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#fff;
	z-index:999;
}
.videoOverlay .videoTitle h3 a{
	color:#fff;
}
.videoOverlay .videoTitle h3 a:hover{
	text-decoration:underline !important;
}
.pressSlider{
	position:relative;
	background:#505050;
	padding-bottom:60px;
	margin-top:40px;
}
.pressSlider .flex-next{
	margin-top:-60px;
}
.pressSlider .flex-prev{
	margin-top:-60px;
}
.pressSlider .flex-control-nav{
	bottom:30px;
}
.footerPanel{
	background:#212121;
	padding:25px 0;
}
.footerBlock{
	width:25%;
	padding-right:25px;
	float:left;
}
.footerBlock h3{
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:5px;
}
.footerBlock p{
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#b0b0b0;
	padding-bottom:15px;
}
.footerBlock p strong{
	font-weight:bold;
	color:#b0b0b0;
}
.footerBlock p a{
	color:#e7e7e7;
}
.footerBlock p a:hover{
	color:#fff;
}
.footerBlock ul li{
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#b0b0b0;
}
.footerBlock ul li a{
	color:#b0b0b0;
}
.footerBlock ul li a:hover{
	color:#fff;
}
.socialBtns{
	padding-top:15px;
}
.socialBtns li{
	display:inline-block;
}
.socialBtns li i{
	font-size:22px;
}
.copyrightPanel{
	padding:15px 0 0 0;
	border-top:1px solid #2d2d2d;
	margin-top:25px;
}
.copyrightPanel p{
	font-size:12px;
	line-height:18px;
	color:#505050;
}
	
	
.productBanner{
	background:#f6f6f6;
	/*min-height:1100px;*/
	min-height:750px;
	padding:100px 10px 0;
}
.productBannerInner{
	position:relative;
}
.productBanner img{
	max-width:100%;
	width:100%;
}
.pic-1{
	position:absolute;
	left:0;
	top:0;
	width:550px;
}
	
.pic-2{
	position:absolute;
	right:0;
	top:0;
	width:550px;
}
.innerProductBrief{
	position:absolute;
	top:50px;
	width:500px;
	left:50%;
	margin-left:-250px;
	text-align:center;
}
.innerProductBrief h1{
	font-family: 'Droid Sans', sans-serif;
	font-size:36px;
	line-height:66px;
	color:#212121;
	font-weight:400;
	padding-bottom:15px;
}
.innerProductBrief h2{
	font-family: 'Droid Sans', sans-serif;
	font-size:20px;
	line-height:28px;
	color:#757575;
	font-weight:400;
	padding-bottom:10px;
}
.innerProductBrief h3{
	font-family: 'Droid Sans', sans-serif;
	font-size:18px;
	line-height:22px;
	color:#c00b1c;
	font-weight:700;
}

.productDetails{
	background:#fff;
	min-height:1000px;
	padding:40px 10px;
}
.productDetailsInner{
	position:relative;
}
.productDetailsPic-1{
	position:absolute;
	left:-10px;
	top:0;
	width:600px;
}
	
.productDetailsPic-2{
	position:absolute;
	right:0;
	top:0;
	width:600px;
}
.productDetailsInner img{
	max-width:100%;
	width:100%;
}
.productDetailsContent{
	max-width:800px;
	margin:0 auto;
	text-align:center;
	padding-bottom:15px;
}
.productDetailsContent h2{
	font-family: 'Droid Sans', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	position: relative;
	color: #212121;
	padding-bottom:15px;
}
.productDetailsContent p{
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	text-align: center;
	position: relative;
	color: #757575;
	padding: 0 35px;
}
.hidePic{
	opacity:0;
}
.duck-1 .pic-1,
.duck-1 .pic-2{
	width:400px;
}
.duck-1 .productDetailsPic-1,
.duck-1 .productDetailsPic-2{
	width:300px;
}

.productBanner.basic{
	min-height:1060px;
}
.basic .productDetailsPic-2{
	width:600px;
}
.productDetails.basic{
	min-height:885px;
}
.productBanner.solo{
	min-height:1135px;
}
.productDetails.solo{
	min-height:1050px;
}
/*.productBanner.regular-spl-j{
	min-height:840px;
}*/
.productDetails.regular-spl-j{
	min-height:0;
}
.productBanner.ramjack-40-50{
	min-height:1190px;
}
.productBanner.polar-bear-j{
	min-height:910px;
}
.productDetails.polar-bear-j{
	min-height:0;
}
.penguin-t .pic-1,
.penguin-t .pic-2{
	width:400px;
}
.penguin-t .productDetailsPic-1,
.penguin-t .productDetailsPic-2{
	width:320px;
}
.productBanner.penguin-j{
	min-height:830px;
}
.productDetails.penguin-j{
	min-height:0;
}
.glacier .pic-1{
	width:500px;
}
.glacier .pic-2{
	width:500px;
}
.productDetails.glacier{
	min-height:0;
}
.productBanner.day-pack-1{
	min-height:950px;
}
.productDetails.day-pack-1{
	min-height:890px;
}
/*.productBanner.day-pack-2{
	min-height:1025px;
}*/
.productDetails.day-pack-2{
	min-height:890px;
}
.productBanner.day-pack-3{
	min-height:1000px;
}
.productDetails.day-pack-3{
	min-height:1170px;
}
.productDetails.day-pack-super{
	min-height:845px;
}
.productBanner. duck-1{
	min-height:1125px;
}
.productDetails.duck-1{
	min-height:880px;
}