/* reset */
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,dl,dt,dd,ol,nav ul,nav 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%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	overflow: scroll;
    overflow-x: hidden;
    
    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.wrap{
	width:80%;
	margin:0 auto;
}
.top-search {
	float: right;
	margin-bottom: 1%;
}
/*-----start-top-header-----*/

.top-nav ul li{
	display:inline-block;
	float:left;
	
}
.top-nav {
	float: right;
	
}
.top-nav ul li a{
	/*background: #303030;*/
	background: transparent;
	padding: 20px 30px 20px 30px;
	display: block;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Geneva, sans-serif;
	color: #FFFFFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: uppercase;
	/*font-size: 0.875em; */
	font-size: 0.75em;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color: #FFF;
	/*background:#DC483A;*/
	background:#CC0003;
}
.top-search input[type="text"]{
	float: left;
	width: 164px;
	height: 28px;
	border: none;
	background: #fff;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.top-search input[type="submit"] {
	background: #DC483A url(../images/icon-1.png) center center;
	width: 28px;
	height: 28px;
	cursor: pointer;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	border:none;
}
.top-search input[type="submit"]:hover{
	background: #303030 url(../images/icon-1.png) center center;
}
.main-header {
	background: #303030;
	border-bottom: 5px solid #DC483A
}
.container{
	position:relative;
}
.logo{
	float: left;
	background: #DC483A;
	padding: 4px 10px 4px 10px;
	
}
.space_header{
	float: left;
	background: transparent;
	width: 2%;
	display: inline-block;
}
#triagle_left { 
	line-height:41px; 
	margin:0 auto; 
	width:28%; 
	text-align:center; 
	vertical-align: middle; 
	font-family: sans-serif;
	display: inline-block;
	/*border: 1px solid #fff; */
	/*
	background-color: #fff; 
	-webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    */
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#799bc8+0,99b5db+15,bad0ef+28,bad0ef+73,99b5db+88,799bc8+100 */
	
	
	background-image: url('../images/gradient.png');
	background-size: 100% 100%;
	background-repeat: repeat-y;
	
   
}
#triagle_image { 
	height: 38px;
	width: 200px; 
	margin-left: 0;
	margin-top: 10px;
	
	/*
	-webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    */
}

#header_container 
{ 
	/*background: #00355C;*/
	
	
	/*
	-- blue header fade --
	background: #00355c;
	background: -moz-linear-gradient(left,  #00355c 0%, #005684 8%, #a0d8ef 14%, #ddf1f9 23%, #a0d8ef 30%, #005684 35%, #00355c 42%, #00355c 100%);
	background: -webkit-linear-gradient(left,  #00355c 0%,#005684 8%,#a0d8ef 14%,#ddf1f9 23%,#a0d8ef 30%,#005684 35%,#00355c 42%,#00355c 100%);
	background: linear-gradient(to right,  #00355c 0%,#005684 8%,#a0d8ef 14%,#ddf1f9 23%,#a0d8ef 30%,#005684 35%,#00355c 42%,#00355c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00355c', endColorstr='#00355c',GradientType=1 );
	*/
		
	background: #00355c;
	
	
	height:63px; left:0; 
	position:fixed; 
	width:100%; 
	top:0; 
	left: 0;
    
}
#header
{ 
	width:100%;
	/*background: #303030;*/
	background:transparent;
	/*border-bottom: 5px solid #DC483A; */
}

.about_grid{
	position: absolute;
	top: -390px;
	width: 100%;
}
.top-header {
	position: absolute;
	top:-470px;
	width: 100%;
}
/*----start-content----*/
.top-grid{
	float:left;
	width:33.33%;
}
.top-grid img{
	display:block;
}
.btn_eng {
	font-family: Tahoma, Verdana, Sans;
    font-size: 12px;
	vertical-align: top;
	cursor: pointer;
	width:18px;
	color: transparent; 
	background: transparent;
	padding-left: 16px;
	background-image: url('../images/eng.png');
	background-repeat: no-repeat;
	background-position: left 2px center;
	background-size: 18px 18px;
	height: 22px;
	border: 1px #8a8a8a solid;
}
.btn_ind {
	font-family: Tahoma, Verdana, Sans;
    font-size: 12px;
	vertical-align: top;
	cursor: pointer;
	width:18px; 
	color: transparent;
	background: transparent;
	padding-left: 16px;
	background-image: url('../images/ind.png');
	background-repeat: no-repeat;
	background-position: left 2px center;
	background-size: 18px 18px;
	height: 22px;
	border: 1px #8a8a8a solid;
}
.top-grid a{
	color: #FFF;
	background: url(../images/icon1.png) no-repeat 100% -0% #303030;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	display: block;
	moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.top-grid a:hover{
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
#last-grid{
	margin:0;
}
#last-grid1{
	margin-right:0;
}
.top-grid{
	width: 31%;
	margin-right: 2%;
	border: 1px solid rgba(238, 238, 238, 0.28);
	padding: 5px 0 0 0;
	background: rgba(255, 255, 255, 0.53);
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.top-grid h3{
	color: #CC0003;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 7px 10px;
}
.top_grids-box {
	position:relative;	
	z-index: -1;
}
.top-grids{
	position:relative;	
	top: -50px;
}
/*---start-mid-grid----*/
.mid-grids{
	border: 1px dashed rgba(0, 0, 0, 0.06);
	border-right: none;
	border-left: none;
	padding: 1.5em 0 2em 0;
	margin:2em 0 2em 0;
}
.mid-grid{
	float: left;
	width: 31.33%;
	margin: 0 2% 0 0%;
}
.mid-grid h3{
	color:#303030;
	font-size:1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.mid-grid span{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	/*padding-bottom: 0;*/
	line-height:1.5em;
}
.mid-grid p{
	font-family: Arial, sans-serif;
	color:#777;
	font-size:0.875em;
	display: block;
	padding:1em 0;
	padding-top:0;
	line-height:1.5em;
}
.button{
	color: #FFF;
	background: url(../images/icon1.png) no-repeat 100% -0% #303030;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	display: block;
	moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 30%;
}
.button:hover{
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
.mid-grid ul li{
	display:block;
	border-bottom: 1px dashed #C7C7C7;
	padding: 1.3px 0;
}
.mid-grid ul li a{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding:0.5em 0;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline-block;
}
.mid-grid ul li a:hover{
	color:#DC483A;
}
.mid-grid ul li:before{
	content:url(../images/icon3.png);
	padding-right:5px;
}

/*--- start modified ---*/
.column_two{
	margin: 0;
	margin-top: 63px;
	width: 100%;
	height: 100%;
	position:fixed;
	z-index: -1;
}
.column_two_left_about{
	display: inline-block;
	width: 49.8%;
	left: 0;
	background-image: url('../images/about0.jpg');
	background-position: center top;
	background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    
    /*
   -khtml-opacity:.80; 
   -moz-opacity:.80; 
   -ms-filter:”alpha(opacity=80)”;
   filter:alpha(opacity=80);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
   opacity:.80; 
   --*/
}
.column_two_left_contact{
	display: inline-block;
	width: 69.8%;
	left: 0;
	background-position: center top;
	background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}
.column_two_right_contact{
	display: inline-block;
	width: 29.8%;
	background: transparent;
	right: 0;
	vertical-align: top;
}
.column_two_left_corp{
	display: inline-block;
	width: 49.8%;
	left: 0;
	background-image: url('../images/corp0.jpg');
	background-position: center top;
	background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}
.column_two_left_career{
	display: inline-block;
	width: 49.8%;
	left: 0;
	background-image: url('../images/career0.jpg');
	background-position: center top;
	background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}
.column_two_left_product{
	display: inline-block;
	width: 49.8%;
	left: 0;
	background-image: url('../images/left_product0.jpg');
	background-position: center top;
	background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}
/* sini */
.column_two_right{
	display: inline-block;
	width: 49.8%;
	background: transparent;
	right: 0;
	vertical-align: top;
}
.column_two_left_span{
	font-family: 'Open Sans', sans-serif; 
	font-style: italic;
	font-size: 1.5em; 
	color: #fff; 
	font-weight: bold;
}
.column_two_right_span_title_page{
	display: inline-block;
	margin-left: 10%;
	margin-top: 7%;
	color: #CC0003; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.column_two_right_p_top{
	font-family: "Agency FB";
	color:#777;
	font-size:1.275em;
	display: block;
	padding:1em 0;
	padding-top:0;
	line-height:1.0em;
}
.column_two_right_p_down{
	color:#333;
	font-size:0.800em;
	display: block;
	padding:1em 0;
	padding-top:0;
	line-height:1.3em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.column_two_right_line{
	height: 1px;
    margin: 20px 0;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #808080), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #808080, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #808080, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #808080, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #808080, rgba(0, 0, 0, 0));
    border: 0;
}
.column_two_right_dust{
	height: 1px;
    margin-left: 50px; 
    margin-top: -10px;
    margin-bottom: 20px; 
    border: 0;
    width: 50%;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #DC483A), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #DC483A, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #DC483A, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #DC483A, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #DC483A, rgba(0, 0, 0, 0));
}

.fit_grid{
	width: 86%; 
	display: inline-block;
	vertical-align: top;	
}

.fit_grid ul li{
	display:block;
	border-bottom: 1px dashed #C7C7C7;
	padding: 1.3px 0;
}
.fit_grid ul li a{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding:0.5em 0;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline-block;
}
.fit_grid ul li a:hover{
	color:#DC483A;
}
.fit_grid ul li:before{
	content:url(../images/icon3.png);
	padding-right:5px;
}
/*
.column_two_right_line:after {
  display: block;
  content: '';
  height: 30px;
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}
*/
.column_two_right_span{
	display: inline-block;
	margin-left: 10%;
	margin-top: 7%;
	color: green;
	font-family: "Agency FB";
	font-size: 1.8em;
}

/*--- end modified ---*/

.mid-grid ul {
	margin-bottom:1.3em;
}
.latest-news-pic{
	float:left;
	width:20%;
}
.latest-news-info{
	float:right;
	width:76%;
}
.latest-news-info a{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	line-height: 1.0em;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.latest-news-info a:hover{
	color:#777;
}
/*---start-bottom-grid-videos-----*/
.bottom-grid-videos{
	float:left;
	width:66%;
}
.bottom-grid-videos h3{
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}
.video-grid{
	float:left;
	width:48%;
	margin-right:2%;
}
.video-grid img{
	display:block;
}
.video-grid p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.5em;
}
.tips{
	float:right;
	width:33.33%;
}
.tips h3{
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}
/*-----*/
.menu_container {
 	margin-top: 5%;
 	font-family: 'Open Sans', sans-serif;
}
.menu_head {
	background: #303030;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
	margin: 0 0 1px 0;
    padding: 7px 11px;
    font-family: 'Open Sans', sans-serif;
}
.menu_body {
	background: #fff;
}
.menu_body p{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
	padding:10px;
}
.plusminus{
	float:right;
	color: #DC483A;
}
/*---start-footer-----*/
#footer_container { 
	bottom:0; 
	height:30px; 
	left:0; 
	position:fixed; 
	width:100%; 
	background: #00355C;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00355c+0,00355c+58,cc0003+100 */
background: #00355c; /* Old browsers */
background: -moz-linear-gradient(left,  #00355c 0%, #00355c 58%, #cc0003 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00355c 0%,#00355c 58%,#cc0003 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #00355c 0%,#00355c 58%,#cc0003 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00355c', endColorstr='#cc0003',GradientType=1 ); /* IE6-9 */

}
#footer_left { 
	line-height:30px; 
	margin:0 auto; 
	width:2%; 
	text-align:left; 
	vertical-align: top; 
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}
#footer_center { 
	line-height:30px; 
	margin:0 auto; 
	width:70%; 
	text-align:left; 
	vertical-align: top; 
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}
#footer_right { 
	line-height:30px; 
	margin:0 auto; 
	width:25%; 
	text-align:left; 
	vertical-align: top; 
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	
	background-color: #CC0003;
	-webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.p_fit{
	color:#FFF;
	font-size: 0.775em;
	margin-left: 20px;
}
.a_fit{
	color:#CC0003;
}

.footer{
	padding: 1em 0;
	background: #00355C /*303030*/;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	position: relative;
	margin-top: 4em;
	
	/*
	background: #4f85bb;
	background: -moz-linear-gradient(top,  #4f85bb 0%, #00355c 100%);
	background: -webkit-linear-gradient(top,  #4f85bb 0%,#00355c 100%);
	background: linear-gradient(to bottom,  #4f85bb 0%,#00355c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#00355c',GradientType=0 );
	*/
}
.footer p{
	color:#FFF;
	font-size: 0.775em;
}
.footer p a{
	color:#CC0003 /*DC483A*/;
}
.footer p a:hover{
	color:#FFF;
}
/*** move top **/
.scroll {
	width: 32px;
	height: 32px;
	border: none;
	display: block;
	text-indent: 100%;
	background: url(../images/top-icon.png) no-repeat right top;
	position: absolute;
	right: 14px;
	bottom:5px;
}
.scroll:hover{
	opacity:0.8;
}
/*---start-about----*/
.banner{
	z-index: 
}

.about-left{
	width:70%;
	float:left;
}
.about-left span{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	padding: 1em 0 0 0;
	line-height:1.8em;
}
.about-left h2{
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.about-left p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.8em;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.about {
	margin-top:70px;
}
/*----about-histore----*/
.about-histore{
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.about-histore h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-histore ul li span{
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	margin-bottom: 13px;
	float: left;
	background: #EEE;
}
.about-histore ul li p{
	font-size: 0.8125em;
	color: #777;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	padding: 0px 0px 20px 0px;
	float: right;
	width: 91%;
	border:none;
}
.about-histore ul li p label{
	color:#DC483A;
	display:block;
}
.about-sidebar{
	float:right;
	width:28%;
}
.about-sidebar h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-sidebar ul li a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size:0.875em;
	color: #777;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-sidebar ul li a:hover{
	color: #DC483A;
}
.about-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker.png) 0 19px no-repeat;
	padding: 9px 10px 8px 18px;
}
.about-sidebar ul li:hover{
	background: url(../images/marker1.png) 0 19px no-repeat;
}
/*---cooking-tips------*/
.ctips {
	margin-top:70px;
}
.tips-left{
	width: 48%;
	float: left;
	padding-right: 2%;
}
.tips-left-grid h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 0px 0px;
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.tips-left-grid p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.5em;
}
.tips-left-grid span{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	line-height: 1.5em;
}
.tips-right{
	float:right;
	width:50%
}
.tips-right h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 0px 0px;
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.tips-right li,.tips-right p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.5em;
}
.tips-right li:before{
	content:url(../images/icon3.png);
	padding-right:10px;
}
.tips-right li{
	padding:0.5em 0;
}
.cooking-eq h3{
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.eq-grid{
	float:left;
	width:31.33%;
	margin-right:2%;
}
.eq-grid span{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	padding: 1em 0 0 0;
	line-height: 1.8em;
}
.eq-grid p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.8em;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
/*---services----*/
.service-content h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.service-content ul li{
	display: block;
}
.service-content ul li span{
	width: 5%;
	float: left;
	font-size: 3em;
	/*color: #303030;*/ color: #333;
	font-family: 'Open Sans', sans-serif;
}
.service-content ul li p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 10px 0;
	line-height: 1.8em;
}
.service-content ul li p a{
	font-size: 1.2em;
	/*color: #303030;*/ color: #333;
	font-family: 'Open Sans', sans-serif;
	display: block;
}
.service-content{
	float:left;
	width: 74.5%;
}
.service-content ul{
	padding-bottom:5px;
}
.services-sidebar{
	float:right;
	width:23%;
}
.services-sidebar h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.services-sidebar ul li a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #777;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.services-sidebar ul li a:hover{
	color: #DC483A;
}
.services-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker.png) 0 15px no-repeat;
	padding: 9px 13px 8px 23px;
}
.services {
	margin:70px 0 30px 0;
}
/*---start-gallery---*/
.gallerys {
	margin:70px 0px 30px 0px;
}
.gallerys h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.gallery-grid{
	width: 31.44%;
	float:left;
}
.gallery-grid p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.gallery-button a {
	color: #FFF;
background: url(../images/icon1.png) no-repeat 100% -0% #303030;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	display: block;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 30%;
}
.gallery-button a:hover {
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
.grid2{
	margin: 0px 35px;
}
.gallery-grids {
	margin-bottom: 30px;
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 55px;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #DC483A;
	color:#fff;
}
.gallery-grid h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	/*color: #303030;*/ color: #333;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
}
.gallery-grid h4:hover{
	color:#DC483A;
}
/*  Contact Form  ============================================================================= */
.contact{
	margin-top:70px;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	/*color: #303030;*/ color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.875em;
	color: #454545;
	padding-bottom:5px;
	font-family: 'Open Sans', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#303030;
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	border:none;
	cursor:pointer;
	color: #FFF;
	background: url(../images/icon1.png) no-repeat 100% -0% #303030;
	padding: 10px 50px 10px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	display: block;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contact-form input[type="submit"]:hover{
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
.contact-form input[type="submit"]:active{
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
.company_address{
}
.company_address p{
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color:#454545;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
.contact-footer{
	border-top: 1px solid rgba(69, 69, 69, 0.13);
	padding: 28px 0px 0px 0px;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.gallery-grid {
		width: 31.3%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.gallery-grid {
		width: 31%;
	}
	.about-histore ul li p {
		width: 89%;
	}
	.service-content ul li span {
		width: 6.5%;
		font-size: 2.5em;
		height: 57px;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:90%;
	}
	.gallery-grid {
		width: 30%;
	}
	.about-histore ul li p {
		width: 87%;
	}
	.service-content ul li span {
		width: 6.5%;
		font-size: 2.5em;
		height: 95px;
	}
	.top-nav ul li a {
		padding: 31px 15px;
	}
	.latest-news-info a {
		line-height:0em;
	}
	.button {
		width: 41%;
	}
	.about-sidebar {
		width: 27%;
	}
	.gallery-button a {
		width: 43%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:90%;
	}
	.gallery-grid {
		width: 30%;
	}
	.about-histore ul li p {
		width: 87%;
	}
	.service-content ul li span {
		width: 6.5%;
		font-size: 2.5em;
		height: 95px;
	}
	.top-nav ul li a {
		padding: 31px 5px;
	}
	.latest-news-info a {
		line-height:0em;
	}
	.button {
		width: 17%;
	}
	.about-sidebar {
		width: 27%;
	}
	.gallery-button a {
		width: 43%;
	}
	.mid-grid {
		float: none;
		width:100%;
		margin: 0 0 1em 0;
	}
	.about-left {
		width: 100%;
		float: none;
	}
	.about-sidebar {
		float: none;
		width: 100%;
	}
	.tips-left {
		width: 100%;
		float: none;
		padding-right: 0%;
	}
	.tips-right {
		float: none;
		width: 100%;
	}
	.eq-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.gallery-grid {
		width:100%;
		float: none;
		margin:0 0 1em 0;
	}
}