* {
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
	font-size: 14px;
/*    font-weight: 400; */
    letter-spacing: 0.5px;
}
body {
    margin: 0px;
    padding: 0px;
}
a { text-decoration: none; }
b { font-weight: 500; }
img{
    border:0;
 /*   width: 100%;*/
    height: auto;
}

.mySlides{
	height:450px;
}

.fancybox img{
    border:0;
    width: 100%;
    height: auto;	
}

.header_wrapper {
    width: 100%;
	height:170px;
	border-top-style: solid;
    border-color: #EC2029;
    border-top-width: 5px;	
    padding-bottom: 180px;	
}
.header_container {
	max-width: 980px;
    border-bottom-style: ridge;
    padding-bottom: 30px;
    border-bottom-color:#d4d4d4;
    border-bottom-width: 1px;
	height: 110px;
}

.logo {
    width: 212px;
    height: 115px;
    padding-bottom: 10px;	
   /* margin-top: 10px;*/
}

.frsttbl{
    color: #444;
    height: 100%;
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 18px;
    border-bottom: 1px #c4c4c4 dashed;
    background: url(/images/li_arrow.gif) left top no-repeat;		
/*
	border-left: 1px solid rgba(222, 222, 222, 1);
	border-right: 1px solid rgba(222, 222, 222, 1);
	border-bottom: 1px solid rgba(222, 222, 222, 1);
	border-top: 1px solid rgba(222, 222, 222, 1);
*/
}

.prodcat_lefttbl{
	width:210px;
    /*border: 1px solid rgba(222, 222, 222, 1);*/
    border-collapse: collapse;	
}

.prodcat_lefttbl td{
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    /*border-bottom: 1px solid rgba(222, 222, 222, 1);	*/
}

.prdlisthyperlink{
	color: #444;
    height: 100%;
    text-decoration: none;
    display: block;
    border-bottom: 1px #c4c4c4 dashed;
	
}

td.prodcat_lefttbl.selected{
	/*color:white;
	background-color:#EC2029;
	*/
    color: #444;
    height: 100%;
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 18px;
    border-bottom: 1px #c4c4c4 dashed;	
    color: #333;
    background: url(../images/li_arrow_over.gif) left top no-repeat #f3f0ec;
}

.prodcatarrow{
	width:32px;
    background: url(../images/Productscatarrow.png) no-repeat ; 
	border: 1px solid rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
    background-size: 100% 100%;
    border-left-width: 0px;
	/*border-right: 1px solid rgba(222, 222, 222, 1);		*/
}

/*
.prodcat_lefttbl td:hover{
	color:white;
	background-color:rgba(0, 151, 209, 1);
	border-right: 0px solid rgba(222, 222, 222, 0);
}
*/
.prodcathightlight{
	color:white;
	background-color:rgba(0, 151, 209, 1);
	border-right: 0px solid rgba(222, 222, 222, 0);
}

.prodcatempty{
	color:white;
	background-color:white;
}

.prodcatempty td:hover{
	color:white;
	background-color:white;
}


/*prodcat detail*/
.prodcat_detail{
	width: 100%;
	vertical-align:top;
	
	/*
	border-collapse: collapse;
	border: 1px solid rgba(222, 222, 222, 1);
	margin-top:10px;
	*/
}

#prodlist{
/*	margin-top:20px;
	margin-right:20px;
	border: 1px solid rgba(222, 222, 222, 1);
	border-radius: 15px;
    padding: 20px;	
	*/
}

.prdlisttbl{
	width:100%;
	display:table;
}

.prdlistrow{
	/*display:table-row;*/
	display:flex;
}

.prdlistimgtd{
	width: 33%;
	/*display:table-cell;	*/
	display:inline-flex;
}

.prdlistimg:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);	
}

.prdlistimg{
	text-align:center;
	border-width : 1px;
	border-style:solid;
	border-color:rgba(222, 222, 222, 1);
	margin:5px;
	/*border-left: 1px solid rgba(222, 222, 222, 1);
	border-top: 1px solid rgba(222, 222, 222, 1);
	border-bottom: 1px solid rgba(222, 222, 222, 1);
	*/
}

.prdlistdtl{
	vertical-align:top;
	padding-top:10px;
}

tr.prdlistrow{
  /* this makes borders/margins work */
    border: 1px solid rgba(222, 222, 222, 1);
	border-radius: 15px;
	width:100%;
   	
	/*outline: thin solid; margin: 5px;
	border: 1px solid rgba(222, 222, 222, 1);*/
}

.prdlistlink{
	display: table;  
	padding-right:20px;
	padding-bottom:20px;
	margin-top:-5px;
}

.prdlistbtn{
	width: 115px;
}

.prddtl_cdtitle{
    font-size: 28px;
	color:red;
}

.prd_cdcatcd{
	color:red;
    font-size: 24px;
}

.prddtl_cdcode{
   font-size: 16px;
}

.prd_cdcattitle{
    font-size: 12px;
    font-family: Open Sans!important;
    font-weight: bold;
}

.prdlistname{
    width: 100%;
    background-color: rgba(241, 241, 241, 1);
    font-size: 14px;
    padding-left: 10px;
    /* font-weight: bold; */
    color: #616469;
    font-family: Open Sans!important;
}

.prdlistdtl{
	width:100%
}


.prdlistimg_cover{
    /*height: 220px;*/
    overflow: hidden;
    width: 220px;
}

.prdlistimg_cover img{
    /*height: 100%;*/
    width: 100%;
}


.searchprdlistimg_cover{
    height: 220px;
    overflow: hidden;
    width: 220px;
}

.searchprdlistimg_cover img{ 
    height: auto;
    width: 100%;
}


.menu_wrapper {
    float: right;
    min-width: 600px;
    text-align: right;
}
ul.menu {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}
ul.menu li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
ul.menu li a.selected {
    color: #41AED9;
    background-color:#EC2029;/* #A5171C;*/
    /*border-radius: 3px;*/
}
.menu_item {
    padding: 5px 5px;
    line-height: 150px;
    font-size: 18px;
    font-weight: 400;
    color: black;
	font-weight:bold;
	cursor:pointer;
}
.menu_item:hover {
    color: #EC2029;
    /*background-color:rgba(0, 151, 209, 1);/* #A5171C;*/
    /*border-radius: 3px;*/
}
/* sub nav */
.menu ul {
 width:400px;
 position: absolute;
 top:100px;
 display: none;
 margin: 0;
 padding: 0;
 list-style: none;
 background-color:white;
 /*
 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 padding-bottom: 3px;*/
}

.menu ul li {
    width:100%;	
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}
.menu ul li:hover  a{
	width:100%;
    color: #EC2029;
    /*)background-color: #EC2029;*/
}

.subnavselect{
	width:100%;
    color: white;
    background-color: #EC2029;	
}

.paggingimg{
	width:85px;
}

.pagging
{
	padding-top: 20px;
	vertical-align:center;
	font-style: italic;
	font-weight:bold;
	font-size:12px;
}

.menu ul a {
   /* padding: 5px 5px;*/
    font-size: 14px;
    font-weight: 400;
    color: black;
	text-decoration: none;	
}
.menu ul a:hover {

 /*border-right-color: transparent;
 border-left-color: transparent;
 background: transparent;
 color: white;
  background-color: #EC2029;*/
}

.prd_dtl_wrapper{	
	width:100%;
    padding-bottom: 20px;	
}

.prd_dtl_line{
	margin:0px;
    border-width: 3px;	
}
.prd_dtl_site{
	padding-top:20px;
}

.prd_dtl_site a:hover{
	color: #EC2029;
	font-weight: bold;	
}

.downloadprdbtn{
	width:150px;
}

.prd_dtl_site_selected{
	color: #EC2029;
	font-weight: bold;
}

.prddtl_img{
	width:60%;
   /* border: 1px solid rgba(222, 222, 222, 1);*/
}
.thumnailimg{
	width:10%;
	padding: 5px;
	cursor:pointer;
}

.prddtlthumnail_img{
	animation: opac 0.8s;
}

 @keyframes anim
{
	animation: opac 0.8s;
}

.thumnailwrapper{
	width:100%;
	text-align:center;
}

.prddtl_desctd{
	vertical-align:top;
	padding-left:30px;
	width:40%;
}

.prddtl_desctd{
	vertical-align:top;
	padding-left:30px;
	width:40%;
}

.prddtl_cd{
    color: #616469;
    font-size: 28px;
    font-style: italic;
    padding-bottom: 30px;
}

.prddtl_title{
    color: #616469;
    font-size: 20px;
    font-style: italic;
    padding-bottom: 10px;	
}

.prddtl_name{
    color: #616469;
    font-size: 30px;
    font-style: italic;
    padding-bottom: 20px;
	/*font-weight:bold;*/
}

.prddtl_desc{
	padding-top:10px;
	padding-bottom:10px;
    font-size: 16px;
	color: #616469;
    /*font-style: italic;	*/
}

.prd_dtl{
	max-width:900px;
	vertical-align:center;
}

.prd_dtltbl{
	width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
}

.banner_img {
    height: 500px;
}
.banner_text_wrapper {
    /*display: table;*/
	display:none;
    position: absolute;
    top: 350px;
    left: 0px;
    width: 80%;
    height: 100px;
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,#000000,#FFFFFF); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,#000000,#FFFFFF); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,#000000,#FFFFFF); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%); /*Standard*/
}
.banner_text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
    padding-right: 20%;
    font-size: 40px;
    font-weight: 400;
    color: white;
}
.blank_block {
    //position: relative;
    height: 580px;
    min-width: 980px;
}
.pgone_section_1_wrapper {
    width: 100%;
    background-color: #F5F5F5;
}
.pgone_section_1_container {
    display: table;
    max-width: 980px;
    min-width: 980px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pgone_section_1_left, .pgfour_section_1_left {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}
.pgone_section_1_right {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.pgone_section_1_text, .pgtwo_section_1_text, .pgfour_section_1_text {
    font-size: 14px;
/*    font-weight: 300; */
    line-height: 25px;
    text-align: justify;
	color:rgba(129, 129, 129, 1);
}
.pgone_section_1_call {
    font-size: 20px;
}
.pgone_section_1_number {
    font-size: 25px;
    color: rgba(0, 151, 209, 1);/* #A5171C;*/
}
.pgone_section_2_wrapper, .pgone_section_3_wrapper {
    width: 100%;
}
.pgone_section_2_container {
    display: table;
    max-width: 980px;
    min-width: 980px;
    padding-top: 50px;
	padding-bottom: 50px;
}
.pgone_section_3_container {
    max-width: 980px;
    min-width: 980px;
    padding-bottom: 50px;
}
.pgone_section_3_table {
    display: table;
}
.pgone_section_2_cell_wrapper {
    position: relative;
    display: table-cell;
    /*width: 33%;*/
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
.openhour{
	width:30%
}

.address{
	width:30%;
}

.map{
	width:40%;
}


.pgone_section_2_cell_title {
    font-size: 18px;
	text-align:left;
    color: white;
}

.pgone_section_2_cell_title1{
    color: #EC2029;
    font-size: 25px;	
}
.pgone_section_2_cell_text {
    font-size: 14px;
    line-height: 25px;
}
.others_social_wrapper {
    display: table-cell;
	padding-left:20px;
	visibility:hidden;
    /*width: 150px;*/
}
.cambridge_logo_wrapper {
    display: table-cell;
    width: 150px;
}
.victoria_logo_wrapper {
    display: table-cell;
    width: 100px;
}
.pgtwo_section_1_wrapper {
    width: 100%;
}
.pgtwo_section_1_container {
    display: table;
    max-width: 980px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pgtwo_li {
    line-height: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: justify;
}
.pgthree_section_1_wrapper {
    width: 100%;
}
.pgthree_section_1_container {
    position: relative;
    max-width: 980px;
    padding-bottom: 50px;
}
.pgthree_section_img {
    width: 980px;
    height: 300px;
}
.pgthree_wrapper {
    position: absolute;
    top: 180px;
    width: 100%;
}
.pgthree_section_img_text_wrapper {
    display: table;
    height: 80px;
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,#000000,#FFFFFF); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,#000000,#FFFFFF); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,#000000,#FFFFFF); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%); /*Standard*/
}
.pgthree_section_img_text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 20%;
    font-size: 20px;
/*    font-weight: 400; */
    color: white;
}
.pgthree_section_title {
    font-size: 14px;
/*    font-weight: 400; */
}
.pgthree_section_description {
    font-size: 14px;
}
.pgthree_section_li {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
    line-height: 25px;
}
.pgfour_section_1_wrapper {
    width: 100%;
}
.pgfour_section_1_container {
    display: table;
    max-width: 980px;
    padding-top: 25px;
    padding-bottom: 50px;
}
.pgfour_li {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: justify;
}
.pgfour_section_2_wrapper {
    width: 100%;
}
.pgfour_section_2_container {
    max-width: 980px;
    padding-bottom: 50px;
}
.pgfour_section_2_img_wrapper {
    width: 675px;
    height: 418px;
}
.pgfive_table {
    width: 980px;
}
.pgfive_table_cell {
    vertical-align: top;
    width: 304px;
    height: 260px;
    padding-left: 11px;
    padding-right: 11px;
}
.album_frame {
    width: 304px;
    height: 210px;
    background-image:url(/images/uploads/ablum_frame.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.album_cover {
    margin-top: 12px;
    width: 270px;
    height: 180px;
}
.album_photo{
	width:300px;
	height:210px;
}

.photo_frame{
    padding:20px;
	width:33%;
}

.album_title_wrapper {
    margin-top: 5px;
}
.album_title {
    font-size: 16px;
    font-weight: 500;
    color: black;
}
.pgsix_section_1_wrapper, .pgsix_section_2_wrapper, .pgfive_section_1_wrapper {
    width: 100%;
}
.pgsix_section_1_container, .pgfive_section_1_container {
    display: table;
    max-width: 980px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.pgsix_section_2_container {
    display: table;
    max-width: 980px;
    padding-bottom: 50px;
}
.pgsix_section_1_title {
    font-size: 20px;
/*    font-weight: 400; */
}
.pgsix_section_1_text {
    font-size: 14px;
    line-height: 25px;
}
.pgsix_section_2_cell_wrapper {
    display: table-cell;
    width: 400px;
    vertical-align: top;
}
.label {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
}
.input_text {
    width: 300px;
    background-color: #F5F5F5;
	border-width: 1px;
    border-style: solid;
    border-color: rgba(222, 222, 222, 1);
    padding: 5px;
}
.input_textarea {
    width: 300px;
    height: 100px;
    max-height: 100px;
    max-width: 300px;
    background-color: #F5F5F5;
	border-width: 1px;
    border-style: solid;
    border-color: rgba(222, 222, 222, 1);
    padding: 5px;
}
.pgsix_section_2_inner {
    display: table;
    width: 100%;
}
.pgsix_section_2_inner_image_wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.pgsix_section_2_inner_text_wrapper {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.submit_button {
    width: 100px;
    padding: 5px 5px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    background-color: #EC2029;/* #A5171C;*/
}

.pgone_section_2_cell_textbtm{
 line-height: 25px;
 text-align:left;
 color: rgba(167, 167, 167, 1);
}
.submit_button:hover {
    cursor: pointer;
}
.footer_wrapper {
    width: 100%;
	background-color: #161616;		
}
.footer_container {
    max-width: 980px;
}
.footer_text {
    line-height: 50px;
    font-weight: 400;
    font-size: 12px;
	color : white;
}
.section_title {
    font-weight: 500;
}

.navbar-toggle {
    padding: 5px 10px;
    width: 95%;
	background:red;
}


.collapse {
    display: none;
}




@media screen and (min-width: 980px){
	.navbar-toggle {
		display: none;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}	
	
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}	
	.menu{
		width:100%;	
	}	
	.menu li {
		display: block;
	}	
}
@media only screen and (max-width: 980px){
 .menu1 li
	{
		background: #fff;
		color: #EC2029;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-transform: none;
		padding: 10px 15px;
		border: 1px solid #EC2029;
		margin-bottom: 5px;
	}

	.menu1 li a
	{

		color: #EC2029;
	}
	.menu1 li:hover
	{
		background: #EC2029;
		color: #fff;
		text-transform: none;
		border: 1px solid #EC2029;
	}
	
	.menu1 li:hover a
	{
		color: #fff;
	}	
	
	.headerprdcat	li{
		background: #fff;
	}
	


	.headerprdcat li:hover
	{
		background: #EC2029;
		color: #fff;
		text-transform: none;
		border: 1px solid #EC2029;		
	}	

	.headerprdcat	li:hover a
	{
		color :white !important;
	}
	
	.headerprdcat li a {
		color: #EC2029 !important;
	}
}

}


.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
}

.previousnextbtn{
    width: 100px;
    background: red;
    border-radius: 15px;
    color: white;
    text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
    box-shadow: 1px 1px grey;
    text-shadow: 1px 1px 1px #000;	
}

.homebanner{
	z-index:-1;
	height:450px;
}

.collapse.in {
    display: inline-block;
    float: none;
	width:100%;
	background-color:white;	
}

.navbar-toggle > span {
	display: block;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    position: relative;
    width: 10%;
    left: 90%;
}

ul.menu1 {
    list-style: disc;
    padding: 0px;
}
ul.menu1 li {
	display: block;
    text-align: center;
    position: relative;
    z-index: 99999;
}
ul.menu1 li a.selected {
    color: white;
    background-color:rgba(0, 151, 209, 1);/* #A5171C;*/
    /*border-radius: 3px;*/
}
.logo_wrapper {
    text-align: left;
}
.search_wrapper{
	width:100%;
	padding-top:20px;
}

.searchbox{
	width:980px;
	text-align:right;
}

.btnsearch{
	float:right;
    background-color: #EC2029;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    color: white;
    margin-left: 5px;
    border-radius: 10px;
    width: 80px;
	cursor:pointer;
}

.btngallery{
    font-size: 20px;
    background-color: #EC2029;
    vertical-align: middle;
    text-align: center;
    color: white;
    padding: 10px;
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    cursor: pointer;
}


.txtsearch{
    border-style: none;
    padding: 5px;
    background-color: #E9E9E9;
    border-radius: 5px;
    width: 300px;	
}

.homeproductwrapper{
	width:100%;
	padding-top:20px;
}

.homeproductcontainer{
	width:980px;
}

.perfectwayword{
	width:80%;
	padding-top: 40px;
    padding-bottom: 40px;	
}

.homeproductcontainertbl{
	display:table; 
	width:100%;
}

.homeproductcontainerrow{
	display: table-row;
}

.homeproductcontainercol{
	display: table-cell;
	width:33.33%;
	padding: 5px;
	cursor:pointer;
}

.transparenteff {
    position: relative;
}

.transparenteff img {
    width: 100%;
    vertical-align: top;
}

.serviceword {
	position: absolute;
    background-color: rgba(191, 191, 191, 0.6);
    top: 60px;
    width: 100%;
    color: white;
    font-size: 20px;
    line-height: 1.2;
}

.btngallerycover{
	padding-top:30px;
	padding-bottom:30px;
}

.pgone_section_2_wrapper{
	background-color:#1B1B1B;
}

.googlemapwrapper{
	overflow:hidden;
	height: 300px;
	width: 400px;	
}

.googlemap{
	height:300px;width:400px;
}

.tbl{
	width:980px;
	display:table;
}

[class*="animate_"].fast, .navbar-toggle {
     -webkit-transition: all .4s ease; 
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
     transition: all .4s ease; 
}

.navbar-toggle:hover{
	background-color:#414040;
}

.tr{
	display:table-row;
}

.td{
	display:table-cell;
}

.searchprdlist{
	width:750px;
}

.navbar-toggle > p {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    line-height: 0.8em;
    margin: 0;
    min-height: 1em;
    padding: 0.45em;
    position: relative;
    text-align: left;
    float: left;
}

.selectmap{
color:gray;
}

.mapbtn{
cursor:pointer;
}

.showicon{
width:25px;
}