/* General Style */
body{
	font-family: Source Sans Pro, serif;
	background: #f5f5f5;
	color:#4c4c4c;
	padding:0;
	margin:0;
}

input, textarea{
	font-family: Source Sans Pro, serif;
	font-size: 16px;
}

a{
	color: #000000;
	text-decoration: none;
}

/*main page section*/
.container{
	width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
	height:relative;
	position: relative;
	margin:auto;
	padding: 20px 0px 20px 20px;
}

.header{
	position:relative;
	width:100%;
	height:50px;
}

.logo{
	float:left;
	width:180px;
	height:50px;
	margin-right:0px;
}

.contact a{
	float:right;
	width:130px;
	height:40px;
	font-size:22px;
	padding:10px 0px 0px 0;
	margin-right: 0px;
	text-align:center;
	color:#fff;
	background:#a7a7a7;
}

.contact a:hover{
	text-align:center;
	color:#fff;
	background:#000;
}

.nav a{
	float:left;
	width:relative;
	height:40px;
	font-size:22px;
	padding:10px 0px 0px 0;
	text-align:center;
	color:#a7a7a7;
	display:inline-block;
	height: 1.3em;
}

.nav_selected a,
.nav a:hover{
	color:#000;
	border-bottom: 5px solid black;
	margin-bottom:-30px;
}

.spacing{
	float:left;
	width:50px;
	height:50px;
}

.body{
	padding:60px 0px 50px 0px;
	height:relative;
	width:100%;
}

.body_inner{
	margin-left: -webkit-calc((100% - 960px)/2);
    margin-left: -moz-calc((100% - 960px)/2);
    margin-left: calc((100% - 960px)/2);
	padding:40px 0px 30px 0px;
	min-height: 800px;
	width:960;
}

.carousel{
	margin-left: auto;
	margin-right: auto;
	width: 690px;
	height: 600px;
}

.carousel_image{
	width: 690px;
	height:100%;
	padding-bottom:10px;
}

.carousel_text{
	float: left;
	width:345px;
	height:190px;
	position:relative;
	padding-top:50px;
}

.carousel_pointer{
	float: left;
	width:250px;
	height:240px;
	padding-left:95px;
	position:relative;
}

.div_landing_slide_text,
.div_landing_slide_title
{
	color:#000;
}

.carousel_text_title,
.div_landing_slide_title
{
	font-weight: 900;
	font-size:16px;
}

.carousel_text_body,
.div_landing_slide_text
{
	font-size:16px;
	line-height: 22px;
}

.div_landing_slide_text
{
	height: 64px;
	overflow: hidden;
}

.carousel_see_more,
.div_landing_slide_url
{
	font-size:14px;
	font-weight: 900;
	color:#000000;
	border-bottom: 2px solid black;
	float: left;
	text-transform: uppercase;
	padding-top: 20px;
}

/*about page section*/
.about_elements{
        display: inline-block;
	width:960px;
	min-height:790px;
	padding-bottom:30px;
}

.about_image{
	width:960px;
	height:500px;
	padding-bottom:40px;
}

.about_text{
	font-size:16px;
	float:left;
	padding-right:40px;
	width:240px;
}

.about_text_title{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 30px;
}

.about_text_enquiries {
	padding-left: 40px;
}

.about_info{
	font-size:16px;
	line-height: 20px;
	float:left;
	height:auto;
	max-width: 650px;
}

/*portfolio*/

.portfolio_container{
	width:960px;
	height:800px;
}
.portfolio_top{
	height:40px;
	width:960px;
	float:left;
}

.portfolio_btn,
.news_btn{
	float:left;
	width:110px;
	height:30px;
	font-size:14px;
	padding:12px 0px 0px 0;
	text-align:center;
	color:#fff;
	background:#b3b3b3;
	margin:0px 10px 0 0;
	text-transform: uppercase;
	font-weight: 700;
}

.news_btn:hover,
.portfolio_btn:hover{
	float:left;
	text-align:center;
	color:#fff;
	background:#4c4c4c;
        cursor: pointer;
}

.news_btn_selected,
.portfolio_btn_selected {
    background-color: #4c4c4c;
}

.portfolio_elements{
	float:left;
	margin-top:30px;
	width:100%;
	height:auto;	
}

.portfolio_choice{
	margin-right: 20px;
	margin-bottom:30px;
        float:left;
        display: none;
}

.port_thumb{
	float:left;
}

.port_thumb_info{
	width:250px;
	height:120px;
	padding-left: 20px;
	float:left;
	position: relative;
}

.portfolio_txt_yr{
	font-size:13px;
	color:#a7a7a7;
}

.portfolio_txt_title{
	font-size:18px;
	display: block;
	margin-top: -6px;
}

.portfolio_btn_more{
	position: absolute;
	bottom: 0px;
	width:35px;

	font-size:14px;
	padding:5px 15px;
	background-color:#b3b3b3;
	color:#fff;
}

.portfolio_btn_more:hover{
	background-color:#4c4c4c;
	color:#fff;
}

/*news*/
.news_container{
	width:960px;
	height:1000px;
}
.news_top{
	height:40px;
	width:960px;
	float:left;
}

/* deprecated
.news_btn a{
	float:left;
	width:relative;
	height:30px;
	font-size:16px;
	padding:10px 0px 0px 0;
	text-align:center;
	color:#4c4c4c;
	margin:0px 15px 0 0;
}


.news_btn a:hover{
	float:left;
	text-align:center;
	text-decoration:underline;
}
*/
.news_elements_left{
	float:left;
	margin:20px 30px 0 0;
	width:320px;
	height:auto;
	font-size:14px;
}

.news_elements_right{
	float:left;
	width:600px;
	height:auto;
	margin:20px 0 0 0;
	font-size: 14px;
}

.arrow{
	background:url(../images/arrow.png);
	float:left;
	width:9px;
	height:10px;
	margin:3px 10px 0 0;
}

.noarrow{
	float:left;
	width:9px;
	height:10px;
	margin-right:10px;
}

.div_global_content_menu_item_sub_selected,
.div_global_content_menu_item_sub{
    font-weight: 700;
    text-transform: uppercase;
}

.div_global_content_menu_item_sub_selected,
.div_global_content_menu_item_sub:hover{
    border-bottom: 1px solid #000;
}

.news_selection_title{
	font-weight: 700;
	font-size: 14px;
}
.news_selection:hover .news_selection_title,
.news_selection:hover .news_selection_info {
    color: #000;
    text-transform: uppercase;
}

.news_selection:hover .news_selection_title
{
    background: url("/resources/images/arrow.png") center left no-repeat;    	
}

.news_selection_info{
	float:left;
	width:300px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 30px;
}

.news_selection_current,
.news_selection_current .news_selection_title,
.news_selection_current .news_selection_info{
    color: #000;    
}

.news_selection_current .news_selection_title{
    background: url("/resources/images/arrow_black.png") center left no-repeat;
}

.news_selection{
	float:left;
	height:50px;
        color: #b3b3b3;
}

.news_selection_title,
.news_selection_info{
    padding-left: 20px;            
    color: #b3b3b3;    
}

.news_detail_title{
	font-size:30px;
	line-height: 30px;
}

.news_detail_image{
	padding:20px 0 0 0;
	text-align: center;
	
}

.news_detail_txt{
	height:relative;
	width:600px;
	font-size:16px;
	line-height: 20px;
	padding:20px 0 20PX 0;
	font-family: Source Sans Pro, serif;
}

.download_btn{
    display: inline-block;
    padding:12px;
    background:#000;
    font-size: 14px;
}

.download_btn:hover{
    background:#4c4c4c;
}

.download_btn a{
	float:left;
	font-size:14px;
	text-align:center;
	color:#fff;
}

.clickable{
    cursor: pointer;
}

/*collection section*/
.collection_container{
	height:950px;
	width:970px;
}

.collection_top{
	height:40px;
	width:960px;
	float:left;
}

.collection_top_title{
	width:200px;
	margin-right:10px;
	float:left;
	font-weight: 700;
}

.collection_top_result{
	float:left;

	color:#a7a7a7;
	font-weight: 700;
}

.collection_left_nav{
	width:200px;
	margin-right:10px;
	float:left;
}

.collection_selection{
	float:left;
	height:relative;
	width:200px;
	margin-right:10px;
}

.collection_nav{
	float:left;
	width:100%;
        padding-left: 20px;
	font-size:14px;
	margin-bottom:15px;
	text-transform: uppercase;
}

.collection_nav:hover{
	font-weight: 700;
	background: url("/resources/images/arrow.png") center left no-repeat;	
}

.collection_nav_current{
    background: url("/resources/images/arrow_black.png") center left no-repeat;
    font-weight: 700;
}    

.big_option{
	float:left;
	margin-right:10px;
	height:430px;
	width:370px;
}

.big_option2{
	float:left;
	margin-left:10px;
	height:430px;
	width:370px;
}

.small_col1{
	float:left;
	margin-right:10px;
	width:180px;
}

.small_col2{
	float:left;
	margin-right:0px;
	width:180px;
}

.small_option{
	float:left;
	margin-bottom:10px;
	height:210px;
	width:180px;
}

.big_box{
	width:370px;
	height:400px;
	margin-right:10px;
	float:left;
}

.small_box{
	width:180px;
	height:180px;
	margin:0 10px 0px 0;
	float:left
}

.big_box_label_container{
	width:360px;
	height:25px;
	float:left;
	padding:5px 0 0 10px;
	background:#e5e5e5;
}

.small_box_label_container{
	width:170px;
	height:25px;
	float:left;
	padding:5px 0 0 10px;
	background:#e5e5e5;
}



/*footer*/
.footer{
	position:relative;
	padding-top:17px;
	height:33px;
	background:#000;
	margin-top:50px;
}

.copyright{
	float:left;
	font-size:12px;
	color:#fff;
	padding:0 0 0 30px;
	text-transform: uppercase;
}

.subsidiary{
	float:right;
	font-size:12px;
	color:#fff;
	padding:0 30px 0 0;
	text-transform: uppercase;
}


/* add by darren */
.default_input_div {
    border: medium none #F2F2F2;
    clear: left;
    position: relative;
    min-width: 255px;
}
.default_input_label {
    color: #4C4C4C;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    text-align: left;
    width: 170px;
}
.default_roundcorner_5 {
    border-radius: 5px;
}
.default_input_container {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    padding: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.default_combo_list_container {
    background-color: #FFFFFF;
    border: 1pt solid #F2F2F2;
    display: none;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.default_input_textarea {
    background-color: #FFFFFF;
    border: medium none #F2F2F2;
    color: #4C4C4C;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    height: 80px;
    line-height: 22px;
    padding: 0;
    width: 100%;
}

.default_input_text, .default_input_combo {
    background-color: #FFFFFF;
    border: medium none #F2F2F2;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    padding: 0;
    width: 100%;
}
.div_form_message {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    color: #19c425;
}

.div_enquiry_button {
    background-color: #a7a7a7;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    padding: 8px 15px;
    text-transform: uppercase;
    text-align: center;
}
.div_enquiry_button:hover {
    background-color: #000;
    cursor: pointer;
    text-decoration: none;
}    

.default_button {
    background-color: #999100;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    padding: 10px;
    text-transform: uppercase;
}
.clickable, .default_dialog_input_confirm, .default_dialog_input_cancel > span {
    cursor: pointer;
}
.default_combo_icon {
    background-image: url("/resources/icons/icon_global_combo_open.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
}
.default_combo_icon_opened {
    background-image: url("/resources/icons/icon_global_combo_close.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
}
.default_combo_list_container {
    background-color: #FFFFFF;
    border: 1pt solid #F2F2F2;
    display: none;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.default_combo_list_item {
    clear: left;
    color: #4C4C4C;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
}

.div_enquiry_container{
    display: inline-block;

    padding:0 10px 10px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: -3px;
}

.div_enquiry_container_col{
    width: 50%;
    float: left;
    padding: 0 30px 30px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* collection */

.collection_option_container{
        /*  
            small image = 180px + 10px + 180px + 10px = 380px 
            total = 380px * 2 = 760px 
        */

	width:  calc((200px + 10px) * 3);
	float:left;
	margin-top:-20px;
}

.collection_option_item_container{
	width: 200px;
	margin: 5px;
	overflow: hidden;
    position: relative;
    float:left;
	
}

.collection_option_item_label {
	background-color: #e5e5e5;  
        padding: 5px 10px 5px 10px;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
	height: 56px;
	float: left;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*.collection_option_item:before {*/
.collection_option_item a {
    position: relative;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}

.collection_option_item{
    width: 200px;

}

.collection_option_item_container{
	cursor: pointer;
}

.collection_option_item_container:hover .collection_option_item_label{
    background-color: #4c4c4c;
    color: #fff;
}
.collection_option_item_container:hover .collection_option_item_label a{
	color: #fff;
}

/*
.collection_option_item:nth-of-type(10n+1), .collection_option_item:nth-of-type(10n+10) {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
     
    width:  calc((100% / 2) - 10px);
    height: calc((100% / 2) - 10px);    
}


.collection_option_item:nth-of-type(10n+8), .collection_option_item:nth-of-type(10n+1) {
    clear: left;
}

.collection_option_item:nth-of-type(10n+2), .collection_option_item:nth-of-type(10n+3), .collection_option_item:nth-of-type(10n+4), .collection_option_item:nth-of-type(10n+5), 
.collection_option_item:nth-of-type(10n+6), .collection_option_item:nth-of-type(10n+7), .collection_option_item:nth-of-type(10n+8), .collection_option_item:nth-of-type(10n+9) {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    margin-left: 10px;
    
    box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    width:  calc((100% / 4) - 10px);
    height: calc((100% / 4) - 10px);
}

.collection_option_item:nth-of-type(10n+6), .collection_option_item:nth-of-type(10n+7), .collection_option_item:nth-of-type(10n+8), .collection_option_item:nth-of-type(10n+9) {
    margin-left: 0;
    margin-right: 10px;
}	

.collection_option_item:nth-of-type(10n+10) {
    margin-top: -210px;
}
*/

.collection_page_number_container {
    text-align: center;
}    
    
.page_number_container {    

    display: inline-block;
    margin: auto;
}

.page_number, .page_number_selected
{
        float: left;
    
	font-size: 14px;
	font-family: Lato;
	font-weight: 700;
	
	line-height: 18px;
	height: 18px;
	
	border: solid 1px #ffffff;
	padding-left: 9px;
	padding-right: 9px;
	
	margin-left: 4px;
	color: #808080;
	cursor: pointer;
}

.page_number:hover
{
	background-color: #bcbcbc;
	color: #ffffff;
}

.page_number_selected
{
	background-color: #808080;
	color: #ffffff;
}

/* PRODUCT */

.product_container{
	width:960px;
	height: 800px;
}

.product_item_section{
    float: left;
    width: calc(50% - 50px);
}

.product_item_section_header{
	text-transform: uppercase;
	color: #b3b3b3;
	padding-bottom: 15px;
}

.product_item_image{
    float:left;
    margin-right: 20px;
}

.product_item_title{
	font-size: 38px;
	line-height: 20px;
	padding: 0 0 35px 0;
}

.product_item_section_title{
    color: #b3b3b3;
    padding-bottom: 3px;
    clear: both;
    font-weight: bold;
    font-size: 14px;
}

.product_item_section_text{
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	font-family: Source Sans Pro, serif;
        clear: both;
        
}

/* THUMBNAIL */

.clickable_color
{
	cursor: pointer;
        color: #b3b3b3;
}

.clickable_color:hover
{
	color: #4c4c4c;
}

.product_item_thumbnail_container
{
	width: 100%;
	height: auto;
}

.product_item_thumbnail_container_off .product_item_thumbnail_left,
.product_item_thumbnail_container_off .product_item_thumbnail_right
{
	display: none;
}

.product_item_thumbnail_left
{
       float: left;
	width: calc(25px + 2px);
	height: 60px;
	padding-top: 28px;
	line-height: 30px;
	font-size: 30px;
	
	background-position: center center;
	background-repeat: no-repeat;
	/* background-image: url("/resources/icons/icon_microsite_thumbnail_left.png"); */
}

.product_item_thumbnail_right
{
        float:left;
	width: calc(25px - 4px); 
	height: 60px;
	padding-top: 28px;
	line-height: 30px;
	font-size: 30px;
	text-align: right;
        
	background-position: center center;
	background-repeat: no-repeat;
	/* background-image: url("/resources/icons/icon_microsite_thumbnail_right.png"); */
}

.product_item_thumbnail_frame
{
        float: left;
    
	width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
	
	height: 0;
	padding-bottom: -webkit-calc((100% - 50px)/4);
        padding-bottom: -moz-calc((100% - 50px)/4);
        padding-bottom: calc((100% - 50px)/4);
	
	overflow: hidden;
}

.product_item_thumbnail_frame table td{
    padding: 0;
    margin: 0;
    border: 0;
}

.product_item_thumbnail_slide
{
    display: inline-block;
}

.product_item_thumbnail_slide table
{
	border-collapse: collapse;
}	

.product_item_thumbnail{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
/*    margin-left:2px;*/
    margin-right:4px;
	border: 3px solid #f5f5f5;    
}

.product_item_thumbnail_current,
.product_item_thumbnail:hover{
	border: 3px solid #4c4c4c;
}

/* CAROUSEL */

.div_landing_slide_image {
	position: absolute;
	width: 670px;
	height: 350px;
	
	background-repeat: no-repeat;
}

.div_landing_slide_description{
	margin-top: 357px;
	margin-left: 100px;
	
	padding-top: 48px;
	padding-left: 240px;
	
	background: url("/resources/images/pointer.png") top left no-repeat; 
}	
	
.div_landing_slide_container
{
	overflow: hidden;
	position: relative;
	height: 100%;
	text-align: left;
}

.div_landing_slide_frame{
	height: 100%;
	text-align: center;
}

.div_landing_strip_container{
	display: inline-block;
}

.div_landing_strip_image{
	float: left;
	height: 11px;
	width: 11px;
	
	background-position: center;
	background-color: #d9d9d9;
	
	margin: 5px 10px;
	
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
/*	
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
*/	        
}

.div_landing_strip_image_current{
	background-color: #999999;
}

.collection_back_to_top_container{
	margin-top: 50px;
	text-align: right;
	position: fixed;
	right: 10px;
	bottom: 20px;
}

.div_back_to_top{
	font-size: 12px;
	font-weight: 900;
	background-color: rgba(0,0,0, 0.6);
	color: #000;
	padding: 10px;
}

.div_global_content_image iframe{
	height: 400px;
	width:590px;
}

.fancybox_custom_title{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	line-height: 20px;
}

.div_global_content_thumbnail_container
{
	width: 100%;
}

.div_global_content_thumbnail_holder
{
	width: -webkit-calc(100% / 6 - 10px);
    width: -moz-calc(100% / 6 - 10px);
    width: calc(100% /6  - 10px);
	
	height: auto;
	
	padding: 5px;
	float: left;
}

.div_global_content_thumbnail_holder:hover
{
	background-color: #f3f3f3;
}

.div_global_content_thumbnail
{
	width: 100%;
    padding-top: 100%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* collection view more */

.div_collection_row_container
{
	width: 100%;
	padding: 20px 10px 20px 0;
}

.div_collection_view_more
{
	font-size:14px;
	padding:5px 15px;
	background-color:#b3b3b3;
	color:#fff;
	float: right;
}

.div_collection_view_more:hover
{
	background-color:#4c4c4c;
	color:#fff;
}

.div_collection_subtitle
{
	font-weight: 700;
	color: #A7A7A7;
	text-transform: uppercase;
}

.toolbar_bar
{
	float:right;
	width: 720px;
	margin-right: 50px;
}