/* CSS reset */
*{
zoom: 1 ;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img a { 
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
    height:100%;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img, :focus { 
    border:0;
}

:focus { 
    outline:none;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:bold;
    font-family: 'PT Serif', serif;
    margin:0;
    padding:0;
    color:#002c53;

}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
section, header{
    display: block;
}

.grid{
float:left;
}

.col-60, 
.col-140, 
.col-220, 
.col-300, 
.col-380, 
.col-460, 
.col-540, 
.col-620, 
.col-700, 
.col-780, 
.col-860 {
    display: inline;
    margin-right: 2.127659574468%;
    margin-right: 20px;
}

.col-60 {
    width: 60px;
}

.col-140 {
    width: 140px;
}

.col-220 {
    width: 220px;
}

.col-300 {
    width: 300px;
}

.col-380 {
    width: 380px;
}

.col-460 {
    width: 460px;
}

.col-540 {
    width: 540px;
}

.col-620 {
    width: 620px;
}

.col-700 {
    width: 700px;
}

.col-780 {
    width: 780px;
}

.col-860 {
    width: 860px;
}

.col-940 {
    width: 100%;
}



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



.fit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.last-col{margin-right:0;}







/*
font-family: 'PT Serif', serif;
font-family: 'Nunito', sans-serif;
*/


header, section, footer, aside, nav, article, figure
{ 
display: block; 
}



body{
	background-color:#a0c3dc;
	width:100%;
    height:100%;
    min-width:100%;
    min-height:100%;
}


#wrapper{
	width:960px;
	margin:0 auto 30px;
	padding:0 0 30px 0;

}


header{
	height:92px;
	margin:30px 0 15px 0;
	border-bottom:1px solid #ffffff;
}

nav{
	float:right;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color:#ffffff;
	font-weight: 300;
	text-transform:uppercase;
}
	
nav ul{
	list-style:none;

}

nav ul li{
	display:inline-block;
	padding:8px 0 5px 20px;

}

nav ul li a{
	color:#ffffff;
	text-decoration: none;;

}

/* Genaral styling */
h1{
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
}

h2{
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0;
}

h3{
	font-size:24px;
	font-style:italic;
	font-weight:normal;
}

p{
font-family: 'PT Serif', serif;
font-size: 15px;
font-weight: normal;
color: #002c53;
font-style: italic;
}

p a{
color: #002c53;
}

#logo img{
    max-width:361px;
    height:auto;
}


/* HOME */

#home{}

#home-slider{
	height:540px;
	width:100%;
	max-width:960px;
}

.home-slider-item-double{
	text-align: center;
	background-color:#a0c3dc;
	
}
.home-slider-item-double img{
	display: inline-block;
	height:100%;
	
}



#home-news{
	border-top	:1px solid #ffffff;
	margin:15px 0;

}

#home-news-items{}

#home-news-items ul{}

#home-news-items li{
	max-width:200px;
	width:100%;
	float:left;
	margin:0 53px 20px 0;
	vertical-align: top;
	
}

#home-news-items li:last-child{
	
	margin:0 0px 20px 0;
}

#home-news-items li h4{
	font-size:15px;
	font-weight:normal;
	color:#002c53;
	font-style:italic;
	
}

#home-news-items li img{
	width:auto;
	max-height:280px;
}

#home-news-items a.read-more{
	color:#ffffff;
	font-family: 'Nunito', sans-serif;
	font-size:14px;
	text-decoration:none;
	float:right;

}


/*  MODELS  */

#models{
position:relative;
}

#model-items{
	margin:0 -53px 0 0;
}


#model-items li{
	max-width:200px;
	width:100%;
	float:left;
	margin:0 53px 20px 0;
	vertical-align: top;
	
}


#model-items li h4{
	font-size:15px;
	font-weight:normal;
	color:#002c53;
	font-style:italic;
	
}

#model-items li h4 a{
	text-decoration: none;
	color:#002c53;	
}

#model-items li h4 a:hover{
	text-decoration: underline;

}

#model-items li img{
	width:100%;
	height:266px;
	background-color: #ffffff;
}

#model-items a.read-more{
	color:#ffffff;
	font-family: 'Nunito', sans-serif;
	font-size:14px;
	text-decoration:none;
	float:right;

}



/*  MODEL BOOK  */



#model-slider{
	height:540px;
	width:100%;
	max-width:960px;
	padding:0 0 20px 0 ;
	border-bottom	:1px solid #ffffff;


}

.model-slider-item-double{
	text-align: center;
	background-color:#a0c3dc;
	
}
.model-slider-item-double img{
	display: inline-block;
	max-height:100%;
	width:auto;
	float:left;	
	position:relative;
	z-index:110;
	border-left:6px solid #a0c3dc;
}

.model-slider-item-double img.lft{
	margin:0 6px 0 0;	
}

	


.datasheet{
	
	float:left;
	text-align: left;
	padding:0px;
	margin:0 0px 0 0;
	

}

.datasheet-content{
	position:absolute;
	top:0;
	left:0;
	width:360px;
	_max-width:350px;
	height:480px;
	background-color:#ffffff;
	float:left;
	text-align: left;
	padding:30px;
	margin:0 0px 0 0;	

}

.datasheet h2, .datasheet h1{
	font-size:30px;
	font-style:italic;
	font-weight:normal;
}

.datasheet ul{
	margin:20px 0 0 0;

}

.datasheet li{
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	font-family: 'PT Serif', serif;

}

.datasheet li div{
	width:65px;
	display: inline-block;

}


.datasheet img, .datasheet-img{
	width:100%;
	max-width:100%;
	height:auto;
	opacity:0;
	visibility: hidden;
	display:block;
	}

.download{
	display:block;
	width:200px;
	margin: 40px 0 0 0;
	background-color: #a0c3dc;
	color:#002c53;
	padding:15px;
	font-family: 'Nunito', sans-serif;
	font-size:16px;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	margin-top:40px;

}

.pager {
	margin:20px -12px 0 0 ;
}

.pager li{
	float:left;
}

.pager li img {
	float: left;
	margin: 0 6px 6px 0;
	width: 90px;
	height:110px;
}

.prevControl{
	position:absolute;
	top:30%;
	left:0px;
	z-index:110;
	cursor: pointer;
}
.nextControl{
	position:absolute;
	top:30%;
	right:0px;
	z-index:110;
	cursor: pointer;
}


#model-sub-nav{
	height:20px;
	font-family: 'Nunito', sans-serif;
	font-size:15px;
	font-weight: 300;
	text-transform: uppercase;
	padding:0px 0 15px 0;
}

#model-sub-nav ul li{
	float:left;
	color:#002C53;
	padding:5px 10px 0 0;
}

#model-sub-nav ul li a{
	color:#ffffff;
	text-decoration: none;
}

#model-sub-nav ul li a:hover,
#model-sub-nav ul li a.selected{
	text-decoration: underline;
}



/*  NEWS*/

#news-items{
	margin:0 -53px 0 0;
}


#news-items li{
	max-width:200px;
	width:100%;
	height:480px;
	float:left;
	margin:0 53px 10px 0;
	vertical-align: top;
	
}



#news-items li h4{
	font-size:15px;
	font-weight:normal;
	color:#002c53;
	font-style:italic;
	
}

#news-items li img{
	width:auto;
	max-height:300px;
}

#news-items a.read-more{
	color:#ffffff;
	font-family: 'Nunito', sans-serif;
	font-size:14px;
	text-decoration:none;
	float:right;

}

#news-item-container{
	height:540px;
	width:100%;
	max-width:960px;
}

#news-item-container h1{
	font-size:18px;
	font-weight:normal;
	color:#002c53;
	font-style:italic;
	margin-bottom:15px;
}

.news-item-double{
	text-align: center;
	background-color:#a0c3dc;
	
}
.news-item-double img{
	display: inline-block;
	_max-height:100%;
	max-width:100%;
	width:auto;
	
}

.news-item-double img.lft{
	padding:0 5px 0 0;
	
}

.news-item-double div{
	text-align: left;
	display:inline-block;
	vertical-align:top;

	
}

.news-item-double p{
	color:#ffffff;
	font-family: 'Nunito', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight: 300;
	padding:5px;	
}


.paginate{
	font-family: 'Nunito', sans-serif;
	margin:0 auto;
	text-align: center;
	clear:both;
}

.paginate li{
    display:inline-block;
}

.paginate li .page{
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    display:inline-block;
    color: #ffffff;
}

.paginate li .page:hover{
text-decoration: underline;
    
}

.paginate li .active{
    font-weight: 400;  

    color: #002C53; 
}

.prev-next{
    margin:0;
    display:inline-block;
    padding:10px 10px;
    text-decoration:none;
    color:#ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight:300;
    text-transform: uppercase;
    text-align: center;

}


/*

    Standard page

*/

.standard p{
color: white;
font-family: 'Nunito', sans-serif;
font-size: 14px;
text-decoration: none;
padding:5px 0;
}



.back{
	float:right;
	padding:5px 0 0 0 ;
}

.back a{
	float:right;
	color:#ffffff;
	font-family: 'Nunito', sans-serif;
	font-size:15px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}

.back a:hover{
		text-decoration: underline;

}






/*

    Retina

*/

@media screen and (-webkit-min-device-pixel-ratio: 2) {

   

}


/*

    720px

*/

@media screen and (max-width: 959px) {



	#wrapper{
		width:700px;

	}
	
	header{
	height:70px;
	margin:20px 0 15px 0;
	border-bottom:1px solid #ffffff;
}
	
	#logo img{
    max-width:200px;
    height:auto;
}

	nav{
	font-size: 14px;
	}
	
	
	#home-slider{
		height:430px;
		width:100%;
		max-width:700px;
	}
	
	.home-slider-item-double img{
	width:100%;
	height:auto;
	max-height:430px;
	
}

.home-slider-item-double img.double{
	width:49%;
	height:auto;
	height:430px;
	width:auto;
	
	
}
	
	#home-news-items{
	margin-right:-50px;
	}
	
	#home-news-items li{
	max-width:255px;
	height:470px;
	width:100%;
	float:left;
	margin:0 40px 20px 40px;
	vertical-align: top;
	overflow:hidden;
	
	}
	
	#home-news-items li:last-child{
	
	margin:0 40px 20px 40px;
}
		
	#home-news-items li img{
		width:auto;
		height:380px;
		max-height:none;
	}

	#model-items{
		margin:0 -50px 0 0;
	}

	#model-items li{
		max-width:200px;
		width:100%;
		margin:0 50px 20px 0;
	
	}

	#model-items li img{
		height:266px;
	}

	#model-slider{
	height:400px;
	width:100%;
	max-width:100%;
	}

	.datasheet{
	width:220px;
	height:340px;
	padding:30px;
	margin:0 6px 0 0;	
	}
	
	.datasheet-content{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:340px;
	padding:30px;
	margin:0 6px 0 0;

}

	.pager{
	margin-right:-8px;
	}
	
	.pager li{
	float:left;
	}

	.pager li img{
	float:left;
	margin:0 8px 6px 0;
	width:110px;
	height:auto;
	}


	#news-items {
	margin:0 -50px 0 0;
	}

	#news-items li{
	max-width:200px;
	width:100%;
	height:380px;
	float:left;
	margin:0 50px 20px 0;	
	}


	#news-items li img{
	width:100%;
	height:280px;
	}


	#news-item-container{
	height:400px;
	width:100%;
	max-width:100%;
	}
	
	.news-item-double{
	text-align: center;
	
}
.news-item-double img{
	display: inline-block;
	max-width:none;
	width:auto;
	height:400px;
}

.news-item-double img.lft{
	padding:0 5px 0 0;
	
}

.news-item-double div{
	text-align: left;
	display:inline-block;
	vertical-align:top;

	
}


}


/*

    640px

*/

@media screen and (max-width: 719px) {

  #wrapper{
		width:640px;

	}
	
	header{
	margin:20px 0 15px 0;
	border-bottom:1px solid #ffffff;
}
	
	nav{
	font-size: 14px;
	float: left;
	}
	nav ul li {
	display: inline-block;
	padding: 8px 10px 5px 0px;
	}
	
	#home-slider{
		height:432px;
		width:100%;
		max-width:640px;
	}
	
	.home-slider-item-double img{
	width:auto;
	height:auto;
	max-height:432px;
	}

	.home-slider-item-double img.double{
	width:49%;
	height:auto;
	}




	
	#home-news-items{
	margin-right:-60px;
	}
	
	#home-news-items li{
	max-width:255px;
	width:100%;
	float:left;
	margin:0 30px 20px 30px;
	vertical-align: top;
	overflow:hidden;
	
	}
		
	#home-news-items li img{
		width:auto;
		height:380px;
		max-height:none;
	}

	#model-items{
		margin:0 -70px 0 0;
	}

	#model-items li{
		max-width:280px;
		width:100%;
		margin:0 70px 20px 0;
		height:400px;
	
	}

	#model-items li img{
		height:372px;
	}

	#model-slider{
	height:400px;
	width:100%;
	max-width:100%;
	}

	.datasheet{
	width:220px;
	height:340px;
	padding:30px;
	margin:0 6px 0 0;	
	}

	.pager{
	margin-right:-8px;
	text-align:center;
	}
	
	.pager li{
	float:none;
	display:inline-block;
	}

	.pager li img{
	float:none;
	
	margin:0 8px 6px 0;
	width:110px;
	height:auto;
	}


	#news-items {
	margin:0 -0 0 0;
	text-align: center;
	}

	#news-items li{
	max-width:200px;
	width:100%;
	height:auto;
	float:none;
	display:inline-block;
	margin:0 50px 20px 0;	
	text-align: left;
	}


	#news-items li .two{
	clear:left;
	}

	#news-items li img{
	width:100%;
	height:280px;
	}


	#news-item-container{
	height:400px;
	width:100%;
	max-width:100%;
	}

.news-item-double img{
	width:auto;
	height:300px;
	}

}

@media screen and (max-width: 719px) and (-webkit-min-device-pixel-ratio: 2) {
    
        
        
    }

/*

    480px

*/

@media screen and (max-width: 639px) {

 #wrapper{
		width:90%;
	}
	
	header{
	height:70px;
	margin:20px 0 15px 0;
	border-bottom:1px solid #ffffff;
}
	
#wrapper header{
	height:120px;
}	
	
	#model-sub-nav{
	height:15px;
	font-family: 'Nunito', sans-serif;
	font-size:12px;
	font-weight: 300;
	text-transform: uppercase;
	padding:0px 0 15px 0;
	display:block;
	width:100%;
	clear:right;
	padding-right:0px;
}

.back{display:none;}

#model-sub-nav ul li{
	float:left;
	color:#002C53;
	padding:5px 10px 0 0;
}

#model-sub-nav ul li:first-child{
	display:none;
}

#model-sub-nav ul li:last-child{
	padding-right:none;
}
	
	#home-slider{
		width:100%;
		height:30%;
		overflow:hidden;
	}
	


.home-slider-item-double img{
	width:auto;
	height:200px;
	
}

.home-slider-item-double img.double{
	width:auto;
	height:180px;
}
	
	
	
	
	
	
	#home-news-items{
	margin:0px;
	width:100%;
	text-align: center;
	}
	
	#home-news-items li{
	max-width:100%;
	width:100%;
	float:none;
	margin:0 0 15px 0 ;
	vertical-align: top;
	overflow:hidden;
	display: inline-block;
	text-align: left;
	height:auto;
	}
		
		
	#home-news-items li:last-child{
	 margin:0 0 15px 0 ; 
	}
	
	#home-news-items li img{
		width:100%;
		height:auto;
		
	}

	#model-items{
		margin:0 -0 0 0;
		text-align:center;
		
	}

	#model-items li{
		max-width:280px;
		width:100%;
		margin:0 0 20px 0;
		display:inline-block;
		text-align:left;
	
	}

	#model-items li img{
		height:auto;
	}

	#model-slider{
	height:auto;
	width:100%;
	max-width:100%;
	margin-top:20px;
	}

	.datasheet-content{
	position:absolute;
	top:0;
	left:20px;
	}
	
	.datasheet{
	width:44%;
	padding:0%;
	margin:0 0px 0 10px;
	height:auto;
	background-color: #ffffff;;
	
	}
	
	.datasheet h2, .datasheet h1{
	font-size:16px;
	font-style:italic;
	font-weight:normal;
}

.datasheet-content {
	padding:0;
	width:auto;
	height:auto;
	padding:3% 0 2% 4%;
	margin:0 6px 0 0;

}
.datasheet-content ul{
	margin:5px 0 0 0;

}

.datasheet-content li{
	font-size:12px;
	font-style:italic;
	font-weight:normal;

}

.datasheet-content li div{
	width:35px;
	display: inline-block;
}
	
	.download{
	display:block;
	width:auto;
	margin: 0 auto;
	background-color: #a0c3dc;
	color:#002c53;
	padding:5px;
	font-family: 'Nunito', sans-serif;
	font-size:12px;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	margin-top:15px;
	

}

	
	.model-slider-item-double{
	height:100%;
	
	
}
	
	.model-slider-item-double img{
	max-height:none;
	max-width:44%;
	float:none;
	}

.datasheet img, .datasheet-img{
	width:100%;
	max-width:100%;
	height:auto;
	opacity:0;
	visibility: hidden;
	display:block;
	}
	


	.pager{
	display:none;
	margin-right:-8px;
	text-align: center;
	}
	
	.pager li{
	float:none;
	display:inline-block;
	}

	.pager li img{
	float:left;
	margin:0 8px 6px 0;
	width:110px;
	height:auto;
	}


.prevControl{
	position:absolute;
	bottom:0px;
	left:-20px;
	z-index:110;
	cursor: pointer;
	width:30px;
	
}
.nextControl{
	position:absolute;
	bottom:0px;
	right:-20px;
	z-index:110;
	cursor: pointer;
	width:30px;
	
}


.nextControl img, .prevControl img{
	width:100%;
	height:auto;
}

#news-items li h4 {
font-size: 13px;

}
	#news-items {
	margin:0 0 0 0;
	text-align: center;
	}

	#news-items li{
	width:45%;
	height:480px;
	float:none;
	display:inline-block;
	margin:0 2% 20px 2%;	
	}
	
	#news-items li.one, 
	#news-items li.three{
	clear:none;
	}


	#news-items li img{
	width:100%;
	height:auto;
	}


	#news-item-container{
	height:400px;
	width:100%;
	max-width:100%;
	}
	
	.news-item-double img{
	width:auto;
	height:200px;
	}
	
	#news-item-container h1{
	font-size:14px;
	}
	
	.paginate li .page{
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
	}

	.paginate li .page{
   display:none;   
	}
	
	.paginate li .page.active{
   display:block;   
	}
	
	

}


/*

    320px

*/

@media screen and (max-width: 479px) {

   #news-items li{
	
	height:auto;
	
	}
	
	#news-items li .two{
	clear:left;
	}
	
	.news-item-double img{
	width:auto;
	height:180px;
	}
	
	.news-item-double img.lft{

	padding: 0;
	}
	
	


/*

    < 320px

*/

@media screen and (max-width: 319px) {

   

}


/*

    <= 480 & landscape

*/

@media screen and (orientation: landscape) and (max-width: 639px) and (min-width: 320px) {

    


}