@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
    line-height: 1;
	background-image:url(../imgs/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
   
}

html, body {
    width: 100%;
    height: 100%;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #993;
}
a:active {
	text-decoration: none;
}
.container {
	max-width:1280px;
	width:98%;
	margin:auto;
}
.split {
	clear:both;
}
.fixed_header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 90px !important;
	background:rgba(247,247,247,1);
	z-index:100000009 !important;
	box-shadow: 0 0 2px #999;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.fixed_header .logo {
    display: none;
}
.fixed_header .clogo {
    display: block;
}
.fixed_header nav ul ul {
    background-color: #f7f7f7
}
.fixed_header nav ul li a  {
	padding: 22px 12px 30px 12px;
	display:block;
	color:#333;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:16px;
}
.fixed_header nav ul ul li a  {
    padding: 10px;
	display:block;
	color:#333;
	font-size:14px;
}
.fixed_header nav ul ul li a:hover  {
    background-color: #fff;
}
.fixed_header .social {
	float:right;
	margin: 24px 0 0 10px;
}
.fixed_header .social p {
	color:#333;
}
#prodrange {
    cursor: pointer;
}
header {
	width:100%;
	height:70px;
	border-bottom:solid 1px;
	color: rgba(255,255,255,0.3);
	position:relative;
	z-index:9999;
}
.logo {
	float:left;
	width:180px;
	padding: 10px 0px;
	border-radius: 0 0 10px 10px;
}
.logo img {
	width:100%;
}
.clogo {
	float:left;
	width:133px;
	padding: 10px 0px;
	border-radius: 0 0 10px 10px;
    display: none;
}
.clogo img {
	width:100%;
}
.fr {
    float: right;
}
.cert {
    float: right;
    margin-left: 20px;
}
.infrapic {
    float: right;
    margin-left: 20px;
    border: solid 1px #ccc;
    padding: 6px;
    width: 400px;
}
.mobnav {
    display: none;
}
nav {
	float:right;
	margin: 12px 0 0 0px;
}
nav ul {
	width:auto;
}
nav ul li {
	float:left;
}
nav ul li a {
	padding: 12px 12px 20px 12px;
	display:block;
	color:#fff;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:16px;
}
nav ul li a:hover {
	color:#b8c268;
}
nav ul li:hover ul {
    display: block;
}
nav ul ul {
    display: none;
    position: absolute;
    background:  rgba(255,255,255,1);
  
    padding: 8px;
}
nav ul ul li {
    float: none;
}
nav ul ul li a {
    padding: 10px;
	display:block;
	color:#333;
	font-size:14px;
}
nav ul ul li a:hover {
	color:#666;
    background-color: #f7f7f7;
}
.social {
	float:right;
	margin: 15px 0 0 10px;
}
.social p {
	float:left;
	color:#fff;
	font-family: 'Satisfy', cursive;
	font-size:22px;
	margin-right: 10px;
	margin-top:9px;
}
.social a {
	float:left;
	padding: 10px 12px 10px 12px;
	display:block;
	color:#fff;
	font-family: 'Playfair Display', serif;
	font-size:18px;
}
.facecol {
	background-color:#425f9c;
	border-radius:4px;
}
:hover.facecol {
	background-color:#fff;
	color:#425f9c;
}
#main_screen {
    width: 100%;
    height: 80%;
	position:relative;
	z-index:888;
}
.topbarhead {
    width: 100%;
    height: 333px;
	position:relative;
	z-index:888;
    background-attachment: fixed;
}
.topbarhead img {
    width: 100%;
}
.pattern {
    background-image:url(../imgs/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.heading {
	position:absolute;
	top: 32%;
	width:100%;
}
.heading h3 {
	font-weight:100;
	color:#b8c268;
	font-size:30px;
	margin-bottom:12px;
	
	letter-spacing:-1px;
	font-family: 'Satisfy', cursive;
	z-index:998;
	position:relative;
}
#typer {
    text-align: center;
	font-size:35px !important;
	color:#fff;
	font-family: 'Playfair Display', serif;
	z-index:998;
	position:relative;

}
.topblank {
	margin: 22% 0 0 0px;
}
.checkprod {
    margin: 7px 0 7px 0px;
}
#ipage {
	width:100%;
	min-height:600px;
	background-color:#fff;
	padding: 50px 0 250px 0px;    
}
#ipage h2 {
	font-size:35px;
	font-weight:100;
	margin: 10px 0 25px 0px;
	font-family: 'Playfair Display', serif;
	letter-spacing:-0.5px;
    color: rgba(243,92,39,0.9);
    border-bottom: dashed 1px #ccc;
    padding-bottom: 12px;
}
#ipage h3 {
	font-size:25px;
	font-weight:100;
	margin: 20px 0 10px 0px;
	font-family: 'Playfair Display', serif;
	letter-spacing:-0.5px;

}
#ipage h4 {
	font-size:20px;
	font-weight:100;
	margin: 10px 0 10px 0px;
	font-family: 'Playfair Display', serif;
	letter-spacing:normal;
    color: #666;

}
#ipage p {
	font-size:15px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
    text-align: justify;
    margin-bottom: 10px;
}
#ipage ul {
	width: auto;
}
#ipage ul li {
    list-style: disc;
    font-size:15px;
    margin: 12px 24px;
    padding-left: 6px;
}
#ipage table {
    border-collapse: collapse;
    width: 100%;
}

#ipage th, td {
    text-align: left;
    padding: 12px;
}

#ipage tr:nth-child(even){background-color: #f2f2f2}

#ipage th {
    background-color: #4CAF50;
    color: white;
}
#second_screen {
	width:100%;
	min-height:400px;
	background-color:#fff;
	padding: 150px 0 0 0px;
}
.newpord {
    width: 100%;
    margin:  20px 0 80px 0px;
    overflow: hidden;
    padding-bottom: 10px;
}
.newpord ul {
    width: auto;
}
.newpord ul li {
    list-style: none;
    float: left;
    width: 32%;
    margin: 0.5%;
    text-align: center;
}
.newpord ul li img {
    width: 50%;
    border-radius: 16px;
    border: solid 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.newpord ul li h3 {
   font-weight: 100;
   font-size: 18px;
   margin-bottom: 10px;
   font-family: 'Playfair Display', serif;
}
.newpord ul li p {
   font-size: 14px;
   margin-bottom: 20px;
   line-height: 22px;
}

.products_showcase {
	width:100%;
	z-index:999;
	position:relative;
}
.products_showcase ul {
	width:auto;
}
.products_showcase ul li {
	width:97%;
	margin:0.5%;
	float:left;
	line-height:23px;
    font-family: 'Playfair Display', serif;
	font-size: 18px;
}
.products_showcase ul li img {
	width:100%;
	margin-bottom:5px;
	box-shadow: 0 1px 2px #999;
	
}
.products_showcase ul li a {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
}
.fprop {
    width: 100%;
}
.fprop input[type="text"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 7px;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.fprop input[type="text"]:focus {
    border: solid 1px #f58a34;  
}
.fprop input[type="tel"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 7px;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.fprop input[type="tel"]:focus {
    border: solid 1px #f58a34;  
}
.fprop input[type="email"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 7px;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.fprop input[type="email"]:focus {
    border: solid 1px #f58a34;  
}
.fprop textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 7px;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    resize: none;
    height: 75px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.fprop textarea:focus {
    border: solid 1px #f58a34;  
    height: 150px;
}
.fprop input[type="submit"] {
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 7px;
    border: solid 1px #f58a34;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #f58a34;
    color: #fff;
        
}
.fprop input[type="submit"]:hover {
    border: solid 1px #ee2323;
    background-color: #ee2323;
}
.fullpic {
    width: 100%;
}
.leftpic {
    float: left;
    margin-right: 12px;
}
.factorybg {
	background-image:url(../imgs/factorybg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100%;
	min-height:600px;
}
.chekprod {
    width: 100%;
    line-height: 30px;
}
.prfectcastings {
	width:100%;
}
.prfectcastings img {
	width:200px;
}
.prfectcastings h3 {
	font-size:25px;
	font-weight:100;
	margin: 10px 0 15px 0px;
	font-family: 'Playfair Display', serif;
	letter-spacing:-0.5px;
}
.prfectcastings p {
	font-size:16px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
}
.prfectcastings h4 {
	font-size:20px;
	font-weight:100;
	margin: 10px 0 15px 0px;
	font-family: 'Satisfy', cursive;
	letter-spacing:-0.5px;
}
.circle_pic {
	width:333px !important;
	border-radius:50%;
	float:right;
	border:dashed 1px #ccc;
	padding:5px;
	margin-left:15px;
}
.blink {
	font-family: 'Playfair Display', serif;
	font-size:16px;
	padding: 5px 20px 6px 20px;
	text-transform:uppercase;
	border: solid 1px #f36b37;
	background-color:#f36b37;
	color:#fff;
}
:hover.blink {
	border: solid 1px #f36b37;
	background-color:#fff;
	color:#f36b37;
}
.blinknew {
	font-family: 'Playfair Display', serif;
	font-size:14px;
	padding: 5px 20px 6px 20px;

	border: solid 1px #ccc;
	background-color:#fff;
	color:#333;
}
:hover.blinknew {
	border: solid 1px #999;
	background-color:#fff;
	color:#f36b37;
}
.casting {
    background-image: url(../imgs/castingbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
   
    background-attachment: fixed;
    background-color: #000;
    padding:  0px 0px 50px 0px;
}
.qe {
    background: rgba(165,157,28,0.8);
    padding:  15px 0 15px 0px;
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Encode Sans Semi Expanded', sans-serif;
}
.casting ul {
    width: auto;
}
.casting ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    padding:  25px;
    box-sizing: border-box;
    margin:  50px 0 10px 0px;
}
.casting ul li img {
    width: 63%;
    border-radius: 50%;
    border: solid 2px #f28f3f;
    padding: 7px;
    background: rgba(202,105,26,0.5);
}
.casting ul li h4 {
    color: #fff;
    font-size: 25px;
    margin: 10px 0 10px 0px;
    font-family: 'Playfair Display', serif;
    font-weight: 100;
}
.casting ul li p {
    color: #ccc;
    font-size: 15px;
    margin: 2px 0 10px 0px;
    font-family: 'Encode Sans Semi Expanded', sans-serif;
 
}
.left33 {
    float: left;
    width: 33%;
}
.right65 {
    float: right;
    width: 65%;
}
.map {
    padding: 10px;
    border: dashed 1px #ccc;
    box-sizing: border-box;
}
.red {
    color: #f53434;
}
.leftpanel {
    width: 49%;
    float: left;
}
.rightpanel {
    width: 49%;
    float: right;
}
.coll {
    width: 49%;
    float: left;
}
.colr {
    width: 49%;
    float: right;
}
footer {
	width:100%;
	background: rgba(25,24,24,0.8);
    padding:  20px 0 0px 0px;
	
}
footer ul {
	float:left;
	width:33%;
	margin: 22px 0 11px 0px;
}
footer ul p {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}
footer ul h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color:#fff;
	font-weight:100;
	margin-bottom: 12px;
}
footer ul li {
	line-height:26px;
	margin: 0 0 0 5px;
    color:#fff;
	font-family: 'Open Sans', sans-serif;
}
footer ul li a {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
.copyrightbar {
    background: rgba(243,92,39,0.9);
    padding:  10px 0 10px 0px;
    width: 100%;
    text-align: center;
    color: #f1b8a3;
    margin:  20px 0 0 0px;
}