@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, iframe, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
}
a:active, a:hover {
	outline: 0;
}
 @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
body {
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 14px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
@font-face {
	font-family: 'Avenir Next LT Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Avenir Next LT Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Next LT Pro Regular'), url('AvenirNextLTPro-Regular.woff') format('woff');
}
@font-face {
	font-family: 'AvenirLTStd-Heavy';
	src: url('AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('AvenirLTStd-Heavy.otf') format('opentype'),  url('AvenirLTStd-Heavy.woff') format('woff'), url('AvenirLTStd-Heavy.ttf') format('truetype'), url('AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Light';
	src: url('AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), url('AvenirLTStd-Light.woff') format('woff'), url('AvenirLTStd-Light.ttf') format('truetype'), url('AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
::selection {
	background: #b3062e; /* Safari */
	color: #fff;
}
::-moz-selection {
 background: #b3062e; /* Firefox */
 color:#fff;
}
a {
	color: #E63238;
	text-decoration: none;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
a:hover {
	color: #000;
}
p {
	margin: 0 0 30px 0;
	clear: left;
	padding: 0;
	font-family: 'AvenirLTStd-Light';
}
h1, h2, h3, h4 {
	margin: 0 0 30px 0;
	padding: 25px 12px;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy';
	color: #df2b25;
	text-transform: uppercase;
}
h3 {
	padding: 1% 0 1% 1%;
	margin: 0%;
	font-size: 18px;
}
hr {
	margin: 20px 0;
	height: 0;
	border: 0;
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.heading, .sub-heading {
	color: #E63238;
	font-size: 18px;
}
.sub-heading {
	font-family: 'open_sanssemibold';
}
.list {
	width: 100%;
	float: left;
}
.list ul {
	margin: 0 0 55px 0;
	padding: 0;
}
.list li {
	margin: 0 0 0 18px;
	padding: 10px 0;
	list-style-position: outside;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
/*....................Custome..................................*/

.full-width {
	width: 100%;
	float: left;
}
.main {
	width: 1180px;
	margin: 0px auto;
}
.header {
	width: 100%;
	float: left;
	background: #FAF9CD;
	position: relative;
}
.numbers {
	width: 30%;
	float: left;
	margin-right: 5%;
	padding-top: 2%;
	font-size: 13px;
}
.headbg {
	background-image: url(../images/headder.jpg);
	height: 140px;
}
.icon01 {
	float: left;
	padding: 0% 0 1% 10%;
	background: url(../images/icon01.png) no-repeat;
	margin: 1%;
	clear: left;
}
.icon02 {
	float: left;
	padding: 0% 0 2% 10%;
	background: url(../images/icon02.png) no-repeat;
	margin: 1%;
	clear: left;
}
.icon03 {
	float: left;
	padding-left: 10%;
	background: url(../images/icon03.png) no-repeat;
	margin: 1%;
	clear: left;
	color: #999;
}
.logo {
	position: absolute;
	left: 50%;
	margin-left: -6%;
	padding-top: 1.2%;
}
.social {
	width: 15%;
	float: right;
	padding-top: 3%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	filter: none;
	-webkit-filter: grayscale(0%)
}
.social img {
	padding-right: 2%;
	float: left;
}
.social img:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.menu-top {
	width: 100%;
	height: 15px;
	float: left;
	background: #E1322D;
	z-index: 1000;
	position: relative;
}
.menu {
	width: 100%;
	background: url(../images/menubg.png) no-repeat top center;
	height: 57px;
}
.carosal-product {
	margin-top: 35px;
	border-top: 1px solid #d9d9d9;
}
.carosal-product h1 {
	font-size: 20px;
	padding-bottom: 0px
}
.footer {
	background: url(../images/footer-top.jpg )no-repeat top center;
	background-color: #dcdcdc;
}
.footer-bg {
	background: url(../images/footer-bg.jpg);
	margin-top: 3%;
	text-align: left;
}
.fcol-01 {
	width: 31%;
	float: left;
	padding-right: 2%;
	padding-bottom: 5%;
}
.fimg {
	width: 21%;
	float: left;
	padding-top: 4%;
	padding-right: 5%;
}
.ftext {
	width: 70%;
	float: left;
}
.footer h1 {
	font-family: 'AvenirLTStd-Light';
	font-size: 20px;
	color: #e3155f;
	text-transform: capitalize;
	padding: 4% 0;
	margin: 0px;
}
.enquiry {
	width: 34%;
	float: left;
}
.fotter-bottom {
	text-align: center;
	font-size: 12px;
	color: #454545;
	font-family: 'AvenirLTStd-Light';
}
#buttons {
	padding-bottom: 6%;
}
.adress {
	width: 35%;
	float: left;
	padding-left: 25px;
	padding-top: 1%;
	text-align: left;
}
.adress span {
	font-size: 22px;
	color: #960;
}
.contact-main {
	width: 50%;
	float: left;
	padding-right: 2%;
	padding-top: 1%;
}

.inner-caption{ width:40%;position:absolute;font-family: "AvenirLTStd-Heavy";  font-size: 18px; left:9%; top:55%; !important;}
.inner-caption h2{font-size:24px !important; color:#FFF !important; text-transform:capitalize; }
.inner-caption p{ color:#FFF;}
/*.................... form.....................................*/




/* =========================Gallery========================= */
.image-source-link {
	color: #98C3D1;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.zoom-gallery {
	width: 98%;
	padding-left: 1%;
}
.zoom-gallery img {
	width: 100%;
	float: left;
	padding-left: 1%;
}
.align {
	padding-left: 0px;
	margin-left: 0px;
}
/* ========================= Sidebar ========================= */









span.chyron {
	font-size: 1.2em;
	padding-top: 10px;
}
/** main blocks **/

#input, textarea, keygen, select, button {
	border: none;
}
/** the form elements **/


#hongkiat-form .txtinput {
	display: block;
	font-family: 'AvenirLTStd-Light';
	font-size: 13px;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #a6a6a6;
	border-bottom-style: dashed;
	padding: 5px 0px;
	padding-left: 10px;
	width: 90%;
}
#hongkiat-form .txtinput:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	outline: 0 none;
}
#hongkiat-form textarea {
	display: block;
	/*font-family: "Helvetica Neue", Arial, sans-serif;*/


	margin-bottom: 15px;
	padding: 11px 5px;
	width: 90%;
	border: none;
	border-bottom: 1px solid #a6a6a6;
	border-bottom-style: dashed;
}
#hongkiat-form textarea:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);*/
	outline: 0 none;
}
#hongkiat-form #slider {
	width: 60%;
}
#hongkiat-form #aligned {
	box-sizing: border-box;
	float: left;
	width: 100%;
}
#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}
#wrapping {
	width: 100%;
	box-sizing: border-box;
}
span.radiobadge {
	display: block;
	margin-bottom: 8px;
}
span.radiobadge label {
	font-size: 1.2em;
	padding-bottom: 4px;
}
select.selmenu {
	font-size: 17px;
	color: #676767;
	padding: 9px !important;
	border: 1px solid #aaa;
	width: 100%;
}
/** custom buttons **/

#buttons {
	display: block;
	padding-top: 10px;
}
#buttons #resetbtn {
	display: block;
	float: left;
	color: #515151;
	margin-right: 20px;
	height: 2em;
	padding: 0 1em;
	outline: 0;
	font-weight: bold;
	font-size: 1.3em;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	border: 1px solid #CCC;
}
#buttons #resetbtn:hover {
	border: 1px solid #CCC;
	color: #fff;
}
#buttons #submitbtn {
	display: block;
	float: left;
	height: 2em;
	padding: 0 1em;
	border: 1px solid #CCC;
	outline: 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #515151;
border:none white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
	color: #fff;
}
input, textarea {
	background-color: transparent;
}
/*.................... inner.....................................*/
.inner{ position:relative; margin:0px auto;}

.inner h1 {
	font-size: 20px;
	margin: 0px;
	padding: 2% 0 0 1%
}
.inner h2 {
	font-size: 16px;
	margin: 0px;
	padding: 2% 0 1% 1%;
	color: #A8521D;
	;
}
.inner p {
	padding: 0 0 0 1%;
	margin: 0px
}
.inner hr {
	margin: 1% 0 2% 0;
}
.right-img {
	width: 30%;
	float: right;
	position: relative;
	top: 0px;
}
.left {
	width: 68%;
	float: left;
	padding-right: 2%;
	text-align: left;
}
.product {
	width: 30%;
	min-height: 188px;
	float: left;
	padding: 1%;
	border: 1px solid #CCC;
	margin: 3px;
}
.pimage {
	width: 30%;
	float: left;
}
.pimage img {
	width: 100%;
	border: 1px solid #CCC
}
.ptext {
	width: 68%;
	float: left;
}
.ptext p {
	padding-left: 7%;
}
.ptext h2 {
	padding: 1% 0px 1% 7%;
}
.left-left {
	width: 50%;
	float: left;
}
.brouchure {
    padding: 5px 17px;
    float: right;
    color: #FFF;
    margin-top: 18px;
    background-color: #E63238;
    border-radius: 7px;
    font-weight: bold;
}
.brouchure:hover{ background-color:#963 !important; color:#fff;}
/*............................ media............................................


/**********************************************************************************/

#fixed-bar {
	z-index: 100;
	width: 45px;
	height: 46px;
	position: absolute;
	bottom: 15px !important;
	right: 20px;
	margin-bottom: 5px;
}
#fixed-bar a {
	width: 45px;
	height: 46px;
	float: right;
	display: block;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	/*-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	text-indent: -9999px;
}
<!--

-->

/********************************************************************************************************/
@media only screen and (max-width: 1920px) {
.logo {
margin-left: -5%;
}
.zoom-gallery {
width:92%;
}
.zoom-gallery img {
width: 32%;
padding-bottom: 1%;
}
}
/***********************980px *************************************/
@media only screen and (max-width: 1366px) {
.logo {
	margin-left: -6%;
	width: 13%;
	padding-top: 2%;
}
.zoom-gallery img {
	padding-bottom: 1%;
}
.zoom-gallery {
	width: 100%;
}
}
@media only screen and (max-width: 1170px) {
}
/***********************980px *************************************/
@media only screen and (max-width: 980px) {
.main {
	width: 93%;
	margin: 0px auto
}
#cssmenu {
	width: 52% !important;
}
.menu {
	width: 100%;
	background: url(../images/menubg980.png) no-repeat top center;
	height: 57px;
}
.headbg {
	background-image: url(../images/headder980.jpg);
	height: 140px;
}
.logo {
	margin-left: -5%;
	width: 16%;
	padding-top: 3%;
}
.social {
	width: 20%;
}
.carosal-product {
	margin-top: 30px;
}
.icon01 {
	padding: 0% 0px 4% 10%;
}
.footer-bg {
	background: url(../images/f980.jpg);
	margin-top: 3%;
	text-align: left;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	padding-bottom: 0px !important;
}
#cssmenu > ul > li {
	background: url(../images/menu-seperation980.png) no-repeat scroll right center !important;
}
.camera_caption {
	width: 66% !important;
	top: 25% !important;
}
.fcol-01 {
	padding-bottom: 0px;
}
.zoom-gallery {
	width: 100%;
	float: left;
}
.zoom-gallery img {
	margin-left: left;
	padding-bottom: 1%;
}
.product {
	width: 45%;
}
}
@media only screen and (max-width: 800px) {
.headbg {
	background-image: url(../images/headder800.jpg);
	height: 140px;
}
#cssmenu {
	width: 64% !important;
}
.logo {
	margin-left: -8%;
	padding-top: 5%;
}
.social {
	width: 24%;
	padding-top: 7%;
}
.menu {
	width: 100%;
	background: url(../images/menubg800.png) no-repeat top center;
	height: 57px;
}
.logo {
	margin-left: -8%;
}
.icon01 {
	padding: 0% 0px 4% 13%;
}
.icon02 {
	padding: 0% 0px 4% 13%;
}
.icon03 {
	padding: 0% 0px 4% 13%;
}
.zoom-gallery img {
	width: 44%;
	padding-left: 4%;
	padding-bottom: 2%;
}
.adress {
	width: 39%;
}
.inner-caption {
    width: 56%;}
}
/***********************767px *************************************/
@media only screen and (max-width: 768px) {
#cssmenu > ul > li > a {
	font-size: 13px !important;
}
.numbers {
	width: 40%;
}
.camera_caption > div p {
	font-size: 27px !important;
}
.camera_caption > div h1 {
	font-size: 14px !important;
}
.adress {
	width: 100%;
}
.contact-main {
	padding-left: 6%;
	width: 70%;
}
.product {
	min-height: 184px;
}
.brouchure{ font-size:12px;}

}

/***********************640px *************************************/

@media only screen and (max-width: 640px) {
.headbg {
	background-image: url(../images/headder640.jpg);
	height: 140px;
}
.logo {
	width: 19%;
	margin-left: -9%;
	padding-top: 4%;
	margin-left: -10%;
}
.social {
	width: 27%;
	padding-top: 6%;
}
.social img {
	width: 23% !important;
	float: left;
}
.numbers {
	padding-top: 4%;
}
.icon02 {
	padding: 0% 0px 4% 10%;
}
.menu {
	padding-top: 13%;
}
.menu {
	background: url(../images/menubg6400.png) no-repeat top center;
	height: 57px;
}
#cssmenu {
	width: 77% !important;
}
#cssmenu.small-screen ul li a {
	width: 96% !important;
}
#cssmenu.small-screen ul li {
	background: none !important;
}
.camera_caption > div p {
	font-size: 22px !important;
}
.camera_caption > div h1 {
	font-size: 12px !important;
}
.fcol-01 {
	width: 100%;
}
.enquiry {
	width: 100%;
	padding-bottom: 2%;
}
.numbers {
	width: 47%;
}
.zoom-gallery img {
	padding-bottom: 2%;
	float: left;
}
.left-left {
	width: 100% !important;
}
#cssmenu > ul > li > a {
	padding: 8px 16px !important;
}
.product {
	width: 100%;
}
.inner-caption{ top:36px;}
}

/***********************480 px *************************************/

@media only screen and (max-width: 480px) {
.headbg {
	background-image: url(../images/headder480.jpg);
	background-repeat: repeat;
	height: 300px;
}
.numbers {
	width: 100%;
}
.icon01 {
	padding: 0% 0px 4% 10%;
	margin: 0px auto;
	float: none;
	width: 40%;
}
.icon02 {
	padding: 0% 0px 4% 10%;
	margin: 0px auto;
	float: none;
	width: 40%;
}
.icon03 {
	padding: 0% 0px 4% 10%;
	margin: 0px auto;
	float: none;
	width: 40%;
}
.logo {
	width: 24%;
	padding-top: 46%;
	margin-left: -12%;
}
.social {
	width: 35%;
	float: none;
	margin: 0px auto;
}
.social img {
	width: 23% !important;
	padding-bottom: 2%;
}
.menu {
	background: url(../images/menubg480.png) no-repeat top center;
	padding-top: 16%;
	padding-right: 4%;
}
.contact-main {
	padding-left: 7%;
}
#contact-form button[type="submit"] {
	width: 32% !important;
}
.ptext {
	text-align: center;
	width: 100%;
}
.ptext p {
	padding: 1% 0%;
}
.camera_caption > div p {
	line-height: 25px;
	font-size: 20px !important;
}
.pimage {
	float: none;
	margin: 0px auto;
	padding: 1% 0%;
}
.ptext h2 {
	padding: 5% 0px 0 0%;
}
.pimage {
	width: 90%;
}
.pro h3 {
	text-align: center !important;
	font-size: 21px;
}
.inner-caption {
    width: 84%;}
}
 @media only screen and (max-width: 360px) {
.icon01 {
	width: 54%;
}
.icon02 {
	width: 54%;
}
.icon03 {
	width: 54%;
}
.logo {
	width: 34%;
	padding-top: 60% !important;
	margin-left: -17%;
}
.social {
	width: 48% !important;
}
.menu {
	padding-top: 20%;/* background:url(../images/menubg360.png)no-repeat top center;*/
	background: #E1322D;
	border-bottom-left-radius: 28px;
	border-bottom-right-radius: 28px;
	padding: 0px;
	height: 35px;

}
.headbg {
	background-image: url(../images/headder360.jpg) !important;
}
.logo {
	width: 39%;
	padding-top: 43%;
	margin-left: -21%;
}
.footer-bg {
	background: url(../images/f360.jpg);
	margin-top: 6%;
	text-align: left;
}
.camera_caption > div p {
	font-size: 18px !important;
	line-height: 19px !important;
}
.camera_caption > div h1 {
	font-size: 10px !important;
	line-height: 19px;
border-bottom-left-radius:
}
#cssmenu.small-screen #menu-button {
	margin-top: 0px !important;
}
.left {
	width: 100%;
}
.right-img {
	width: 100%;
	padding: 1% 0;
}
.zoom-gallery img {
	width: 91%;
}
.contact-main {
	padding-left: 1%;
}
.adress {
	padding-left: 1% !important;
}
.inner-caption{ display:none;}
#cssmenu.small-screen ul{ margin-top:8px !important;}
#cssmenu.small-screen ul ul{ padding:0px; margin-top:0px !important;}
}
@media only screen and (max-width: 320px) {
.icon01 {
	width: 60%;
}
.icon02 {
	width: 60%;
}
.icon03 {
	width: 60%;
}
.logo {
	width: 49%;
	padding-top: 44%;
	margin-left: -25%;
}
.headbg {
	background-image: url(../images/headder320.jpg) !important;
	background-repeat: repeat;
}
.contact-main {
	padding-left: 1%;
}
.numbers {
	padding-left: 1%;
}
.brouchure {
    font-size: 10px;
}
}
