﻿/*
Goldfire.co.id Copyright © 2018
Designed by : Singgih Pranowo
E-mail : vizualshi@live.com
*/


/* General
--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
	-moz-outline: none;
}

body {
	font-family: Tahoma, Verdana, "Helvetica";
	font-size: 11px;
	color: #333333;
	text-align: left;
}

@font-face {
	font-family: "Open Sans";
	src: url("fonts/OpenSans-Regular.ttf");
	src: local("Open Sans"), local("Open Sans"), url("fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Open Sans";
	src: url("fonts/OpenSans-SemiBold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: "Roboto";
	src: url("fonts/Roboto-Regular.ttf");
	src: local("Roboto"), local("Roboto"), url("fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	src: url("fonts/Roboto-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: "Raleway";
	src: url("fonts/Raleway-Medium.ttf");
	src: local("Roboto"), local("Roboto"), url("fonts/Raleway-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Raleway";
	src: url("fonts/Raleway-SemiBold.ttf");
	font-weight: bold;
}

a { color:#0281ca; text-decoration:none; }

a:hover { color:#0281ca; text-decoration:underline; }

p {
	margin: 0 0 7px 0;
}

.clearfoat {
	clear: both;
	margin: 0 0 5px 0;
	float: left;
}

.disabled {
	background: #f0f0f0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: 400;
	color: #999;
	border: none;
	padding: 4px;
	border: solid 1px #CCC;
}

.radiobuttons {
	background: #FFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	color: #333;
}

.red {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: 400;
	color: #ff4800;
	text-align: center;
}

.grey {
	color: #999;
	font-weight: 400;
}

.bold {
	font-weight: 600;
}

.input {
	background: #f2f2f2;
	font-family: Raleway, Verdana, Tahoma;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 8px 8px;
	border: none;
}

.input:focus {
	color: #bf5353;
}

.inputwrap {
	clear: left;
    width: 100%;
	background: #f2f2f2;
	margin-bottom: 2px;
	padding: 0 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
}

.inputwrap:focus {
	background: #FFF;
}

.inputwrap .fa {
	width: 20px;
	color: #666;
	text-align: left;
	margin-top: 10px;
	float: left;
}

.inputwrapblank {
	clear: left;
	margin-bottom: 2px;
	display: block;
	float: left;
}

.txtchkbox {
	font-family: Raleway, Verdana, Tahoma;
	font-size: 14px;
	font-weight: 400;
}

.select {
	background: #FFF;
	height: 22px;
	color: #666;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	border: solid 1px #9f9f9f;
	padding: 2px 2px 2px 2px;
}

.option {
	background: #FFF;
	color: #333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 4px 4px;
	border: 0;
}

.grey {
	color: #999;
}

.clearfloat {
	clear: both;
}

select.soflow, select.soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(../images/arwdm.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 30px 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
}

select.soflow .optionc, select.soflow-color .optionc {
	padding: 0 0 0 6px;
}

select.soflow-color {
   color: #fff;
   background-image: url(../images/arwdm.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}

.strong {
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #17829d;
	font-weight: bold;
}

.upper {
    text-transform: uppercase;
}


/* Interface
--------------------------------------------------------- */

#main_wrapper_1 {
	background: #f4f2f2;
	width: 100%;
	float: left;
}

#main_wrapper_2 {
	width: 100%;
	margin: auto;
	padding: 0;
	float: left;
}

#center_wrapper {
	width: 980px;
	margin: auto;
	display: block;
	overflow: hidden;
}

#footer_wrapper {
	background: #444444;
	width: 100%;
	height: 180px;
	margin: 0;
	float: left;
}

#wrapper_grey {
	background: #f4f4f4;
	width: 100%;
	margin: auto;
	padding: 0;
	float: left;
}

#nav {
	z-index: 999;
}

#body_wrapper_1 {
	width: 980px;
	float: left;
}

#body_wrapper_2 {
	background: #FFF;
	width: 860px;
	margin: 20px 0 0 0;
	display: block;
}

#body_wrapper_3 {
	background: #FFF;
	width: 860px;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	display: block;
}

.bgwhite {
	background-color: #FFF;
}

.content600 {
	width: 600px;
	float: left;
}

.content670 {
	width: 670px;
	float: left;
}

.content545 {
	width: 545px;
	float: left;
}

.content410 {
	width: 410px;
	float: left;
}

.content270 {
	width: 270px;
	float: right;
}

.text1 {
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

.text1 p, .text1 div {
	margin-bottom: 12px;
}

.text2 {
	font-family: Roboto, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.left10 {
	margin-left: 10px;
}

.left20 {
	margin-left: 20px;
}

.left40 {
	margin-left: 40px;
}

.btm10 {
	margin-bottom: 10px;
}

.btm20 {
	margin-bottom: 20px;
}

.btm30 {
	margin-bottom: 30px;
}

.btm40 {
	margin-bottom: 40px;
}

header {
	width: 100%;
	height: 68px;
	margin: auto;
	position: relative;
}

.headerbar {
	background: #ac0000;
	width: 100%;
	height: 60px;
	margin: auto;
}

.texttop {
	font-family: Raleway, Verdana, Tahoma;
	font-size: 24px;
	font-weight: 400;
	color: #e6e6e6;
	line-height: 1;
	margin: 10px 0 0 0;
	float: left;
}

.texttop span {
	font-size: 15px;
}

.logotype {
    font-family: Roboto, Verdana, Tahoma;
    font-size: 20px;
    font-weight: 400;
    color: #d5d5d5;
    text-align:  left;
    line-height: 1.2;
	margin: 5px 0 0 0;
	float: left;
}

.banner_main {
	background: #FFF;
	width: 980px;
	height: 450px;
	margin: auto;
}

.banner_main .slider-wrapper {
	width: 100%;
	height: 450px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.page_heading {
	width: 100%;
    padding: 30px 0;
    background: #FFF;
	margin: auto;
}

.page_heading .content {
	width: 100%;
	float: left;
}

.page_heading .content h1 {
	font-family: Raleway, Verdana, Tahoma;
	font-size: 26px;
	font-weight: 400;
	color: #333;
    border-left: solid 4px #a40902;
    padding-left: 10px;
}

.page_heading .content h2 {
	font-family: Roboto, Verdana, Tahoma;
	font-size: 18px;
	font-weight: 400;
	color: #d7d7d7;
}

.page_img {
	max-width: 545px;
}

.scrollbtn {
	background: #FFF;
	width: 17px;
	height: 110px;
	cursor: pointer;
    display: block;
}

.scrollbtn.left {
	float: left;
}

.scrollbtn.right {
	float: rightright;
}

.scrollup {
    background: url(../images/arrow-top.png) no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
	color: #FFF;
    text-indent: -9999px;
}

.social_ico {
	margin: 0 0 0 7px;
	float: right;
}

.social_ico a {
	margin: 0 0 0 4px;
	float: left;
}

.search_box {
	
}

.menu_wrapper {
	background: #6f0000;
	width: 100%;
	height: 68px;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 99;
	box-shadow: 0px 2px 4px #000;
}

.menu_centered {
	width: 980px;
	height: 68px;
	margin: auto;
	display: table;
	padding: 0 0 0 0;
}

.logo {
	height: 68px;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
}

.logo a {
	color: #FFF;
	display: table-cell;
	text-decoration: none;
}

.menus_wrapper {
	height: 68px;
	display: block;
	float: right;
}

.menublock {
	height: 68px;
	font-size: 14px;
	color: #FFF;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 3px;
}

.menublock .flag {
	height: 13px;
	border: solid 1px #dd8686;
	border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
}

.menublock .fa {
	display: block;
	padding: 0 5px;
	cursor: pointer;
}

.sub {
	width: 100%;
	background: #000;
	position: absolute;
	z-index: 9;
	color: #FFF;
	padding: 2px 0 0 0;
	display: block;
	-webkit-transition: 1s;
	transition: 1s;
}

.sub .sub_center {
	width: 860px;
	margin: auto;
	display: table;
	padding: 10px 0;
}

.sub .wrap {
	background: #f2f2f2;
	width: 840px;
	font-family: Raleway, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	float: left;
}

.sub .input {
	width: 770px;
	box-sizing: content-box;
	float: left;
}

.sub .fa {
	color: #B22222;
	float: right;
}

.sub #closesearch {
	color: #FFF;
	margin-top: 10px;
	cursor: pointer;
	float: right;
}

.sub #clearfield {
	color: #999;
	margin-top: 10px;
	cursor: pointer;
	float: right;
}

.sub button {
	background: #f2f2f2;
	padding: 9px;
	box-sizing: content-box;
	border: 0;
	cursor: pointer;
}

.menus {
	height: 68px;
	font-family: Roboto, Verdana, Tahoma;
	font-size: 16px;
	font-weight: 400;
	color: #c5c4c4;
	text-align: right;
	cursor: pointer;
	text-transform: uppercase;
	float: left;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}

.menus:hover {
	background: #000000;
	color: #FFF;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}

.menus .text {
	display: block;
	text-align: center;
	padding: 25px 15px 25px 15px;
	float: left;
}

.menus:hover > .submenus {
	background: #000000;
	box-shadow: 0px 2px 0px 0 rgba(255,255,255,0.4);
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s linear;
	animation: slide-down .5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

.menus .submenus {
	min-width: 250px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	transition-property: visibility;
	transition-duration: .5s;
	transform: translateY(-10%);
	animation: slide-up .5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	background: #000000;
	color: #FFF;
	position: absolute;
	padding: 2px 0 0 0;
	z-index: 99;
	top: 68px;
}

.menus .submenus div {
	clear: left;
	width: 100%;
	font-family: Roboto, Verdana, Tahoma;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	float: left;
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10%);
  }
}

.menus .submenus div:hover {
	background: #ff7800;
}

.menus .submenus div span {
	padding: 10px 20px;
	display: block;
}

.zebra_yellow {
	background-image: url(../images/pattern-zebra.gif) left top repeat-x;
	display: block;
}

.home_content_1 {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}

.home_content_1 .content {
	width: 500px;
	font-family: Raleway, Verdana, Arial;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	line-height: 1.7;
	text-align: justify;
	margin: 30px 0 0 0;
	float: left;
}

.home_content_1 .content .title {
	width: 100%;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 26px;
	color: #323232;
	line-height: 1;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
    border-bottom: solid 4px #c21927;
	float: left;
}

.contentslide {
	width: 100%;
    height: 450px;
    overflow: hidden;
	display: inline-block;
    float: left;
}

.contentslide .imgblock {
	position: relative;
}

.contentslide .title {
    min-width: 200px;
    background: #FFF;
    font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 26px;
    color: #000;
    text-align: left;
    padding: 20px;
    display: block;
    position: absolute;
	-moz-opacity: 90;
	opacity:0.9;
    bottom: 0;
    right: 0;
}

.contentslide .leftarr {
	left: 0;
}

.contentslide .rightarr {
	right: 0;
}

.contentslide .slider:hover {
	-moz-opacity: 70;
	opacity: 0.7;
}

.imagebox {
	width: 980px;
	height: 110px;
	display: block;
	box-sizing: border-box;
    margin-top: 1px;
}

.imagebox .inside {
	width: 944px;
	height: 110px;
	position: relative;
	overflow: scroll;
	padding: 0;
	margin: 0;
    display: inline-block;
}

.imagebox .slideimg {
	width: 236px;
	height: 110px;
	overflow: scroll;
	padding: 0;
	margin: 0;
}

.imagebox .img_title {
	width: 236px;
	font-family: Raleway, Verdana, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 1.2;
    text-align: left;
	display: block;
	margin: 20px 0 0 0;
}

.imagebox .frameslide {
	position: relative;
    margin-right: 1px; 
}

.imagebox a {
	display: block;
	position: relative;
}

.imagebox .frameslide .caption {
	position:absolute;
	background:#000;
	width: 236px;
    height: 110px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=90);
	-moz-opacity: 90;
	opacity:0.9;
	z-index: 10;
	padding: 10px 10px;
    box-sizing: border-box;
	cursor: pointer;
	bottom:-65px;
	left:0px;
}

.imagebox .frameslide .caption span {
	font-family: "Open Sans", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.video_wrapper {
	width: 100%;
	float: left;
}

.video_wrapper_2 {
	width: 640px;
	display: inline-block;
	position: relative;
}

.video_wrapper_2 .leftarr {
	left: 0;
}

.video_wrapper_2 .rightarr {
	right: 0;
}

.video_wrapper_3 {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}

.video_wrapper_3 .leftimg {
	float: left;
}

.video_wrapper_3 .rightimg {
	float: right;
}

.videobox {
	background: #FFF url(../images/vid-footer.gif) center bottom no-repeat;
	width: 463px;
	height: 327px;
	display: block;
	margin: 20px 0 20px 0;
	padding: 14px 0 0 0px;
	box-sizing: border-box;
}

.videobox .inside {
	width: 427px;
	height: 285px;
	position: relative;
	overflow: scroll;
	padding: 0;
	margin: 0;
}

.videobox .vidimg {
	width: 427px;
	height: 240px;
	overflow: scroll;
	padding: 0;
	margin: 0;
}

.videobox a {
	display: block;
	position: relative;
}

.playbtn {
	width: 100px;
	position: absolute;
	z-index: 99;
	top: 90px;
	left: 160px;
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.vid_title {
	width: 427px;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	display: block;
	margin: 10px 0 0 0;
}

.vid_image {
	width: 196px;
	height: 110px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
}

.vid_image img {
	width: 196px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.vid_texts {
	width: 394px;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
    line-height: 1.5;
	float: left;
}

.vid_texts .title {
	font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
    display: block;
}

.vid_texts .title a {
    color: #A52A2A;
    text-decoration: none;
}

.vid_texts .title a:hover {
    color: #A52A2A;
}

.vid_texts .category a {
    background: #00CED1;
    color: #FFF;
    text-decoration: none;
    padding: 4px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.content_wrapper {
	background: #FFF;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}

.wide {
	width: 100%;
	float: left;
}

.half {
	width: 475px;
	display: block;
}

.breadcrumb {
	width: 100%;
    background: #FFF;
	font-family: Roboto, Verdana, Arial;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    text-align: left;
    padding: 15px 0 10px 0;
    margin-bottom: 20px;
	float: left;
}

.breadcrumb a {
    color: #FF4500;
    text-decoraton: none;
}

.breadcrumb a:hover {
    text-decoraton: underline;
}

.breadcrumb span {
    margin-left: 5px;
    float: left;
}

.breadcrumb .fa-home {
    font-size: 16px;
}

.breadcrumb .fa-chevron-right {
    font-size: 10px;
    margin-top: 4px;
}

.content_images {
	width: 100%;
	float: left;
}

.content_images .bigimages {
	width: 100%;
	overflow: hidden;
	float: left;
}

.content_images .thimages {
	width: 100%;
    margin-top: 10px;
	float: left;
}

.content_images .thimages a {
	margin: 0 5px 5px 0;
	float: left;
}

.content_images .thimages img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #999;
}

.content_title {
	width: 100%;
	height: 27px;
    text-align: center;
	float: left;
}

.content_title.underline {
	border-bottom: solid 2px #CECECE;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.content_title span {
	height: 24px;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 26px;
    color: #454545;
	padding: 0 10px 0 0;
}

.content_title .grey {
	background: #FFF url(../images/line-grey-corner.gif) bottom right no-repeat;
	color: #585757;
}

.content_title_2 {
	width: 100%;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #962222;
	border-bottom: solid 1px #962222;
	padding-bottom: 5px;
	float: left;
}

.content_title_2_b {
	width: 100%;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
	float: left;
}

.content_title_3 {
	width: 100%;
	font-family: Raleway, Verdana, Arial;
	font-weight: 400;
	font-size: 24px;
	color: #333;
	border-bottom: solid 1px #969696;
	padding-bottom: 10px;
	float: left;
}

.content_title_red {
	width: 100%;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 24px;
	color: #962222;
	line-height: 1.2;
	float: left;
}

.content_title_4 {
	width: 100%;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 24px;
	color: #343434;
    margin-bottom: 20px;
	float: left;
}

.content_title_4b {
	width: 100%;
    background: url(../images/bullets-3.png) left center no-repeat;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 24px;
	color: #343434;
    margin-bottom: 20px;
    padding-left: 25px;
    box-sizing: border-box;
	float: left;
}

.content_title_4c {
	width: 100%;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 24px;
	color: #343434;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-left: solid 4px #a91816;
    padding-left: 10px;
	float: left;
}

.content_text {
	width: 100%;
	font-family: "Open Sans", Verdana, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #454545;
	line-height: 1.5;
	float: left;
}

.content_text p {
	margin-bottom: 18px;
}

.content600 .input {
	width: 500px;
	float: left;
}

.content410 .input {
	width: 350px;
	float: left;
}

.txt_title {
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
}

.liner_grey {
	background: url(../images/line-grey.gif) bottom left repeat-x;
}

.linez {
	background: url(../images/line-z.gif) center left repeat-x;
    width: 100%;
    height: 2px;
    display: block;
    float: left;
}

#catlist a {
    text-decoration: none;
}

.product_grid {
	background: #303030;
	width: 320px;
	text-decoration: none;
    color: #FFF;
	margin: 0 10px 20px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
	float: left;
}

.product_grid img {
	width: 320px;

}

.product_grid img:hover {
	opacity: 0.6;
    -moz-opacity: 60;
}

.product_grid:hover {
	text-decoration: none;
}

.grid_right {
	margin-right: 0;
}

.product_grid .image {
	width: 316px;
    height: 146px;
	margin: 2px 0 0 2px;
	overflow: hidden;
    border-radius: 6px;
    -moz-border-radius: 6px;
	display: block;
}

.product_grid .image .arrow {
	background: url(../images/arr-up.png) left top no-repeat;
	width: 47px;
	height: 12px;
	position: absolute;
	z-index: 9;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.product_grid:hover > .image .arrow {
	background: url(../images/arr-up.png) left -12px no-repeat;
}

.product_grid .text {
	width: 100%;
	font-family: Raleway, Verdana, Arial;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
    padding: 8px 0;
	display: block;
    box-sizing: border-box;
}

.product_grid2 {
	width: 320px;
	height: 276px;
	text-decoration: none;
	margin: 0 15px 20px 0;
	float: left;
}

.product_grid2:hover {
	text-decoration: none;
}

.grid_right {
	margin-right: 0;
}

.product_grid2 .image {
	width: 320px;
	height: 240px;
	overflow: hidden;
    border-radius: 6px;
    -moz-border-radius: 6px;
	display: block;
}

.product_grid2 .text {
	width: 100%;
	font-family: Roboto, Verdana, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #343434;
	line-height: 1.2;
	text-align: left;
	margin: 8px 0 0 0;
	display: block;
}

.page_title {
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #666;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	float: left;
}

.post_date {
	font-family: Roboto, Verdana, Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #4e4e4e;
	float: left;
}

.post_view {
	font-family: Roboto, Verdana, Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #4e4e4e;
	float: right;
}

#texts .title {
    font-family: Roboto, Verdana, Tahoma;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

#texts p {
    font-family: "Open Sans", Verdana, Tahoma;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}

#texts .underlined {
    width: 100%;
    height: 1px;
    border-bottom: solid #CCC 1px;
    margin: 10px 0 20px 0;
    float: left;
}

.sidemenu {
	width: 240px;
	float: left;
}

.sidemenu .menutitle {
	width: 100%;
	font-family: Raleway, Verdana, Arial;
	font-size: 15px;
	font-weight: 600;
	color: #232323;
	padding: 0 0 10px 0;
	border-bottom: solid 2px #f2ab00;
	float: left;
}

.sidemenu .menutitle span {
	margin: 0 0 0 12px;
	float: left;
}

.sidemenu .menulist {
	width: 100%;
	float: left;
}

.sidemenu .menulist a {
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	font-weight: 400;
	color: #232323;
	padding: 8px 0;
	border-bottom: solid 1px #dedede;
	box-sizing: content-box;
	text-decoration: none;
	float: left;
}

.sidemenu .menulist a:hover {
	color: #f2ab00;
}

.sidemenu .selected {
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	font-weight: 400;
	padding: 8px 0;
	border-bottom: solid 1px #dedede;
	box-sizing: content-box;
	text-decoration: none;
	float: left;
	background: #dedede;
	color: #333;
}

.sidemenu .menulist span {
	float: left;
}

.sidemenu .menulist .text {
	margin-left: 5px;
}

.sidemenu .menulist .fa {
	font-size: 11px;
	font-weight: 400;
	margin-top: 5px;
}

.sidemenu .menulist .selected .fa {
	color: #dedede;
}

.pagemenu {
	width: 100%;
	color: #333;
	float: left;
}

.pagemenu a {
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	font-weight: 400;
	color: #232323;
	padding: 8px 0;
	border-bottom: solid 1px #dedede;
	box-sizing: content-box;
	text-decoration: none;
	float: left;
}

.pagemenu a:hover {
	color: #f2ab00;
}

.pagemenu .selected {
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	font-weight: 400;
	padding: 8px 0;
	border-bottom: solid 1px #dedede;
	box-sizing: content-box;
	text-decoration: none;
	float: left;
	background: #dedede;
	color: #333;
}

.pagemenu span {
	float: left;
}

.pagemenu .text {
	margin-left: 5px;
}

.pagemenu .fa {
	font-size: 11px;
	font-weight: 400;
	margin-top: 5px;
}

.pagemenu .selected .fa {
	color: #dedede;
}

.sidetitle {
	background: url(../images/bar-1.png) left center no-repeat;
	height: 24px;
	width: 100%;
	float: left;
}

.sidetitle span {
	font-family: Roboto, Verdana, Tahoma;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 0 25px;
	line-height: 24px;
	float: left;
}

.table {
	background: #FFF;
	width: 100%;
	border: none;
	color: #333;
	font-size: 13px;
	float: left;
}

.table tr {
	width: 100%;
	color: #333;
	padding: 4px;
}

.table tr:hover {
	background: #f0f6f9;
}

.table td {
	padding: 5px;
}

.table .w35  {
	width: 35%;
}

.table .grey {
	background: #f5f5f5;
}

.table .skyblue {
	background: #F4F4F4;
}

.table .blocktitle {
	background: #575757;
	color: #FFF;
}

.table .blocktitlegrey {
	background: #999;
	color: #FFF;
}

.table .underline {
	border-bottom: solid 1px #dedede;
}

.table .ptop5 {
	padding-top: 10px;
}

.table .txtgrey {
	color: #999;
}

.table2 {
	background: #FFF;
	width: 100%;
	border: none;
	color: #333;
	font-size: 13px;
	float: left;
}

.table2 td {
	padding-bottom: 10px;
}

.table2 .title_soloagent {
	background: #FFF url(../images/title-sole-agent.png) left bottom no-repeat;
	width: 100%;
	height: 35px;
	padding-bottom: 5px;
}

.table2 .title_partner {
	background: #FFF url(../images/title-our-partner.png) left bottom no-repeat;
	width: 100%;
	height: 35px;
	padding: 75px 0 5px 0;
}

.table2 .imgpartner {
	width: 230px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #969696;
	padding: 20px 0;
}

.table2 .txtpartner {
	width: 300px;
	text-align: left;
	vertical-align: top;
	font-family: Raleway, Verdana, Arial;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
	border-bottom: solid 1px #a01918;
	padding: 20px 0 20px 15px;
}

.table2 .txtpartner .title {
	width: 100%;
	font-size: 18px;
	float: left;
}

.table2 .txtpartner .desc {
	width: 100%;
	font-size: 14px;
	float: left;
}

.iconlist {
	width: 100%;
	min-height: 30px;
	display: table;
	margin-bottom: 10px;
}

.iconlist span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 45px;
}

.ico-home {
	background: url(../images/ico-home-round.png) center left no-repeat;
}

.ico-phone {
	background: url(../images/ico-phone-round.png) center left no-repeat;
}

.ico-fax {
	background: url(../images/ico-fax-round.png) center left no-repeat;
}

.ico-mail {
	background: url(../images/ico-plane-round.png) center left no-repeat;
}

.sep {
	background: #CCC;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	float: left;
}

.sep2 {
	background: #bbb;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	float: left;
}

.button {
	background: #971111;
	font-family: Raleway, Verdana, Arial;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 20px;
	box-sizing: content-box;
	float: left;
}

.button:hover {
	text-decoration: none;
}

.btn-disabled {
	background: #666;
	color: #333;
}

.partnerslide {
	width: 100%;
	height: 110px;
	overflow: scroll;
	position: relative;
}

.partnerslide .imgslide {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	float: left;
}

.product_list {
	width: 100%;
	font-family: "Open Sans", Verdana, Arial;
	font-size: 13px;
	border-bottom: solid 1px #d4d4d4;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	float: left;
}

.product_list .pimage {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	float: left;
}

.product_list .pimage img {
	border: solid 1px #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.product_list .text {
	width: 490px;
	font-family: "Open Sans", Verdana, Arial;
	font-size: 13px;
	color: #333;
	float: left;
}

.product_list .text div {
	clear: left;
	margin-bottom: 5px;
}

.product_list .ptitle {
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 5px;
	float: left;
}

.product_list .ptitle:hover {
	color: #f2ab00;
	text-decoration: none;
}

.more_link {
	text-align: right;
	float: left;
}

.more_link a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #147cc4;
	text-decoration: none;
}

.paging {
	width: 100%;
	margin: 10px 0 10px 0;
	float: left;
}

.paging .inside {
	width: 100%;
	display: block;
	margin: 0 6px 0 0;
	float: left;
}

.paging .numbering {
	width: 30px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #f2ab00;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.paging .numbering:hover {
	background: #f2ab00;
	color: #FFF;
}

.paging .disable {
	width: 30px;
	height: 30px;
	background: #AAA;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

.paging .prvpage {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #60a41d;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

.paging .prvpage .corner {
	width: 50px;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	float: left;
}

.paging .nxtpage {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #60a41d;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}

.paging .nxtpage .corner {
	width: 50px;
	color: #CCC;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	float: right;
}

.footer_text {
	clear: left;
	width: 320px;
	font-family: Raleway, Verdana, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #CCC;
	line-height: 1.2;
    margin-top: 30px;
	float: left;
}

.footer_text p {
    margin-bottom:  15px;
    line-height: 1.5;
}

.footer_text .big {
    font-size: 22px;
    line-height: 1;
}

.contact_foot {
	width: 320px;
	font-family: Raleway, Verdana, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #CCC;
	line-height: 1.2;
	margin: 30px 0 0 20px;
	float: left;
}

.contact_foot div {
	width: 100%;
	display: block;
	vertical-align: middle;
	margin: 0 0 5px 0;
    float: left;
}

.contact_foot span {
	margin: 0;
	float: left;
}

.contact_foot .fa {
    font-size: 18px;
	margin: 0 7px 0 0;
	float: left;
}

.contact_foot .big {
    font-size: 22px;
    line-height: 1;
}

.contact_links {
	width: 320px;
	font-family: Raleway, Verdana, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #CCC;
	line-height: 1.2;
	margin: 30px 0 0 0;
	float: left;
}

.contact_links .part {
	width: 150px;
	margin: 0;
	float: left;
}

.contact_links span {
	margin: 0 6px 0 0;
	float: left;
}

.contact_links .big {
    font-size: 22px;
    line-height: 1;
}

.contact_links .btm-menus {
    width: 100%;
    display: block;
    margin-bottom: 7px;
    float: left;
}

.contact_links .fa {
    font-size: 11px;
	margin: 0 7px 0 0;
	float: left;
}

.contact_links a {
    color: #CCC;
    line-height: 1;
}

.contact_foot .phone {
	background: url(../images/ico-phone-round-white.png) left top no-repeat;
}

.contact_foot .fax {
	background: url(../images/ico-fax-round-white.png) left top no-repeat;
}

.quotebox {
	background: #FFF;
	width: 689px;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	border-top: solid 1px #67a3db;
	border-bottom: solid 1px #67a3db;
	border-right: solid 1px #67a3db;
	border-left: solid 10px #67a3db;
	padding: 10px;
	float: left;
}

.quotebox_o {
	background: #FFF;
	width: 689px;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	border-top: solid 1px #ffb400;
	border-bottom: solid 1px #ffb400;
	border-right: solid 1px #ffb400;
	border-left: solid 10px #ffb400;
	padding: 10px;
	float: left;
}

.quotebox_mini {
	background: #FFF;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	border-top: solid 1px #67a3db;
	border-bottom: solid 1px #67a3db;
	border-right: solid 1px #67a3db;
	border-left: solid 10px #67a3db;
	padding: 10px;
	float: left;
}

.quotebox_mini strong {
	color: Crimson;
}

.quotebox_omini {
	background: #FFF;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	border-top: solid 1px #ffb400;
	border-bottom: solid 1px #ffb400;
	border-right: solid 1px #ffb400;
	border-left: solid 10px #ffb400;
	padding: 10px;
	float: left;
}

.quotebox_omini strong {
	color: Crimson;
}

.alertbox_b {
	background: #67a3db;
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	float: left;
}

.alertbox_b span {
	margin: 6px;
	float: left;
}

.alertbox_b a {
	color: Yellow;
	text-decoration: none;
	font-weight: bold;
}

.alertbox_o {
	background: Crimson;
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	float: left;
}

.alertbox_o span {
	margin: 6px;
	float: left;
}

#alertbox {
	margin: 0 0 15px 0;
	float: left;
}

#sidebox {
   max-height: 300px;
   overflow-y: auto;
}

#sidebox::-webkit-scrollbar {
    width: 13px;
}
 
#sidebox::-webkit-scrollbar-track {
    background: whitesmoke url(../images/arr-down.png) bottom center no-repeat;
}
 
#sidebox::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.map {
	width: 410px;
	height: 310px;
	display: block;
	border: none;
}

.no_content {
	background: #d0d0d0;
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #333;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	padding: 10px 0;
}

.warningblue {
	background: #67a3db;
	width: 100%;
	font-family: "Open Sans", Verdana, Tahoma;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	padding: 10px 0;
}


.input_container ul {
	width: 860px;
	text-align: left;
	position: absolute;
	z-index: 19;
	background: #f2f2f2;
	list-style: none;
	margin: 33px 0 0 0;
	box-shadow: 0px 1px 4px #999;
}

.input_container ul li {
	padding: 6px 6px;
	color: #333;
	cursor: pointer;
}

.input_container ul li:hover {
	background: #f2ab00;
	color: #FFF;
}

.input_container .list_title {
	background: #f2f2f2;
	width: 850px;
	padding: 5px;
	font-family: Raleway, Verdana, Tahoma;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	float: left;
}

#formcontact .input {
	width: 374px;
    padding: 12px 8px;
}

#formcontact .fa {
	font-size: 14px;
}

/* Side Menu */

.glossymenu {
    width: 280px;
    display: block;
    box-sizing: border-box;
    float: left;
}

.glossymenu a.menuitem {
    background: #a91816;
    width: 100%;
    font-family: Roboto, Verdana, Arial;
    font-size: 16px;
    color: #FFF;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    padding: 10px 0;
    padding-left: 20px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    box-sizing: border-box;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
    color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}

.glossymenu a.menuitem:hover{
}

.glossymenu div.submenu {
    margin-bottom: 10px;
}

.glossymenu div.submenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.glossymenu div.submenu ul li{

}

.glossymenu div.submenu ul li a {
    display: block;
    font-family: Roboto, Verdana, Arial;
    font-size: 16px;
    color: #363636;
    text-decoration: none;
    line-height: 1;
    display: block;
    padding: 10px 0 10px 0;
    padding-left: 20px;
    box-sizing: border-box;
}

.glossymenu div.submenu ul li a:hover{
}

.glossymenu div.submenu ul li a.selected{
    background: #d0d0d0;
    line-height: 1;
}

.glossymenu div.submenu ul li span {
    float: left;
}

.glossymenu div.submenu .fa {
    margin-right: 6px;
}

.glossymenu .statusicon {
    margin-top: 10px;
    margin-right: 10px;
}
