/* start: extension/grdesign/design/grglobal/stylesheets/dropdown-cs-select.css */
/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;.grid-cell
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}.grid-cell.grid-cell

.cs-select select {
	display: none;
}

table{border: 2px solid white;}
td{border: 1px solid #e2e2e2; border-collapse: collapse;}
#color-name {border-bottom: 1px solid white;}
#numb {border-top: 1px solid white;}
#figure {border-bottom: 1px solid white;}
@media screen and (max-width: 525px){
	//#font-mobile td{font-size: 9px; padding: 0px; word-break: break-word;}
	
}
@media screen and (max-width: 390px){
	//#font-mobile {font-size: 7px;}
}
@media screen and (max-width: 330px){
	//#font-mobile {font-size: 6px;}
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
 	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

/* end: extension/grdesign/design/grglobal/stylesheets/dropdown-cs-select.css */

/* start: extension/grdesign/design/grglobal/stylesheets/dropdown-cs-skin-border.css */
@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot');
	src:url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.woff') format('woff'),
		url('/fonts/icomoon.ttf') format('truetype'),
		url('/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.cs-skin-border {
	background: transparent;
	font-size: 2em;
	font-weight: 700;
	max-width: 600px;
  display:inline-block;
}

@media screen and (max-width: 30em) {
	div.cs-skin-border { font-size: 1em; }
}

.cs-skin-border > span {
	border: 5px solid #000;
	border-color: inherit;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
	font-family: 'icomoon';
	content: '\e000';
}

.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border .cs-selected span::after {
	content: '\e00e';
	color: #ddd9c9;
	font-size: 1.5em;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border.cs-active > span {
	background: #fff;
	border-color: #fff;
	color: #2980b9;
}

.cs-skin-border .cs-options {
	color: #2980b9;
	font-size: 0.75em;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border ul span {
	padding: 1em 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
	background: #f5f3ec;
}

/* end: extension/grdesign/design/grglobal/stylesheets/dropdown-cs-skin-border.css */

/* start: extension/grdesign/design/grglobal/stylesheets/menu-default.css */
/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/fontawesome.eot');
	src:url('/extension/grdesign/design/grglobal/fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/fontawesome.svg#fontawesome') format('svg'),
		url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/fontawesome.woff') format('woff'),
		url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #47a3da;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #575756;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #575756;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

/* end: extension/grdesign/design/grglobal/stylesheets/menu-default.css */

/* start: extension/grdesign/design/grglobal/stylesheets/menu-component.css */
.cbp-hrmenu {
	width: 100%;
	margin-top: 2em;
	border-bottom: 4px solid #575756;
}

.cbp-view-all {
	display: none;
	margin: 5px 0 0 2em;
	padding: 2px 5px;
	background-color: #575757;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu a,
.cbp-hrmenu a:hover  {
	color: #fff;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1em 2em;
	color: #999;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #575756;
}

.cbp-hrmenu > ul > li.cbp-hropen > a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #575756;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	z-index:1000000;
	display: none;
	position: absolute;
	background: #575756;
	width: 100%;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div > div a {
	line-height: 1.4em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2.4em 0 1em;
	margin: 0;
	font-size: 160%;
	font-weight: 400;
}

.cbp-hrsub .cbp-no-header {
	padding-top: 3.8em;
}

.cbp-hrsub h4 a,
.cbp-hrmenu h4 a:hover  {
	color: #afdefa;
}

.cbp-hrsub li {
	margin-bottom: 0.6em;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) {

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) {

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #575756;
	}

	.cbp-hrmenu > ul > li > a {
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

	.cbp-hrsub .cbp-no-header {
		padding-top: 1em;
	}

	.cbp-view-all {
		display: inline-block;
	}

}

@media screen and (max-width: 36em) {
	.cbp-hrmenu .cbp-hrsub-inner > div > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

@media screen and (max-width:320px) {
	
.hide-table tr td{   width: 300px;}
}
/* end: extension/grdesign/design/grglobal/stylesheets/menu-component.css */

/* start: extension/grdesign/design/grglobal/stylesheets/blocks-normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}
fieldset{border:none;margin:0px;padding:0;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
/* end: extension/grdesign/design/grglobal/stylesheets/blocks-normalize.css */

/* start: extension/grdesign/design/grglobal/stylesheets/blocks-demo.css */
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #f6f9fa;
	background: #ffffff;
	color: #536d76;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Roboto', Arial, sans-serif;
}

a {
	color: #4f7f90;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #39545e;
}

section {
	padding: 1em;
	text-align: center;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 900;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 45%;
	font-weight: 400;
	color: #7e959d;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

/* Related demos */
.related {
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	border: 1px solid #4f7f90;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 75%;
    }
}

/* end: extension/grdesign/design/grglobal/stylesheets/blocks-demo.css */

/* start: extension/grdesign/design/grglobal/stylesheets/blocks-component.css */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
	overflow: hidden;
	margin: 0;
	padding: 3em 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 33.333%;
	height: 400px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
        background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'); /* IE8+ fix for links with position absolute and 100% height/width (transparent pixel as data uri) */
}

.grid figure h2 {
/* 	word-spacing: -0.15em; */

	font-weight: 400;
}

.grid figure h2 span {
	font-weight: 900;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	min-width: 100%;
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #4a3753;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
}

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe figcaption > span {
	float: right;
}

figure.effect-zoe p {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe figcaption > span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em 1em 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
/* 	padding: 20% 0 20px 0; font-size: 1.3em; */
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 199px;
    width: 360px; margin-bottom:0; padding-bottom:0px!important
}

figure.effect-chico p {
	margin: 0 auto;
 max-width: 284px;
    margin-top: -33px;
    text-transform:none;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}

	.grid figure figcaption {
		font-size: 90%;
	}
}


@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 100%;
	}

	.grid figure img {
		width: 100%;
		height: auto;
	}
}

/* end: extension/grdesign/design/grglobal/stylesheets/blocks-component.css */

/* start: extension/grdesign/design/grglobal/stylesheets/style.css */
@font-face {
    font-family: 'Myanmar3';
    src: url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/myanmar3.eot');
    src: url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/myanmar3.eot?') format('eot'),
         url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/myanmar3.woff') format('woff'),
         url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/myanmar3.svg#abcd') format('svg'),
         url('http://www.gravograph.com/extension/grdesign/design/grglobal/fonts/myanmar3.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #536d76;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
}

a {
    color: #4f7f90;
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    color: #39545e;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

section {
    padding: 0;
    text-align: center;
}

input {
    border-radius: 0; /* Undo Ipad's natural border-radius */
}

/*
    HELPER
*/
.show {
    display: block;
}

.hide {
    display: none
}

/* ------------------------------------------------------------------------------------ */
/* HEADER */

/* HEADER TOP (Country, language, search, ...) */
/* ------------------------------------------------------ */
.header-top-container {
    width: 100%;
    height: 40px;
    background: #575757;
    margin: 0;
    padding: 0;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
}

.header-top-container-container {
    display: inline-block;
    width: 100%;
    max-width: 1024px;
}

.header-top {
    width: 100%;
    max-width: 1024px;
    font-size: 0.69em;
    text-align: left;
    padding-top: 0;
}

.header-top section {
    padding: 6px;
}

.header-top span.right {
    float: right;
}

.header-top span.right a {
    display: block;
    float: left;
}

.header-top img {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .header-top-container {
        display: inline-block;
        width: 100%;
        height: 60px;
        position: static;
        background: #575757;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .header-top-container-container {
        height: 100%;
    }
}

#burger-button {
    display: none;
}

.select-country {
    display: table-cell;
    padding-left: 5px;
    width: 180px;
    height: 40px;
}

.select-lang {
    font-family: 'Roboto', Arial, sans-serif, Myanmar3;
    display:inline-block; width:575px;
}

.contact-us {display:inline-block; margin-top:5px;float:right}

.select-lang .cs-select {margin-top:-1px}


.select-lang .contact-us {width:121px; display:inline-block}

.select-language {
    display: inline-block;
    width: 85px;
    height: 40px;
}

.select-lang {
    display: inline-block;

}

.select-lang ul ul {
    display: none;
}

.select-lang ul ul a {
    display: block;
    overflow: hidden;
    padding: 5px 4px 5px 34px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-lang .cs-select {
    width: auto;
}

.select-lang .cs-select .cs-options {
    color: #333;
    background-color: #ddd;
    padding: 15px 20px;
    display: table;
}

.select-lang .cs-select .cs-options > ul {
    display: table-cell;
}

.select-lang .cs-select .cs-options > ul:first-child {
    padding-right: 40px;
}

.select-lang .cs-select .cs-options span img {
    vertical-align: middle;
    margin-right: 10px;
}

.select-lang .cs-select .cs-options a {
    color: #333;
    text-decoration: none;
}

.select-lang .cs-select .cs-placeholder {
    padding: 0 2.5em 0 4px;
    line-height: 29px;
}

.select-lang .cs-skin-border .cs-options span:hover,
.select-lang ul ul a:hover {
    background-color: #bbb;
}

#top-map {
    display: table-cell;
    width: 80px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

#top-menu {
    display: inline-block;
    height: 35px;
    text-align: left;
    padding: 4px 0 0 0px;
    vertical-align: top;
}

.ajaxSearch_intro {display:none}

#top-menu span {
    width: 100px;
    line-height: 1.5;
}

#top-menu span a {
    font-size: 1.2em;
    color: #FFF;
    line-height: 35px;
    text-decoration: none;
    top: 0;
    vertical-align: top;
    letter-spacing: 1px;
    padding: 0 10px;
}

#top-menu span:after {
    content: "|";
    color: #AAA;
    font-size: 22px;
}

#top-search {
display:inline-block;
    top: 0;
    padding: 6px 6px 0;
    width:194px;
    height: 30px;
}

@media screen and (max-width: 767px) {
    #top-search {
        width: auto;
        padding: 15px 10px 0;
        vertical-align: middle;
    }

    #top-search form {
        display: block;
        float: right;
    }
}

#search input[type=text] {
    background: none repeat scroll 0 0 #a2a2a2;
    border: 0 none;
    color: #FFF;
    float: left;
    font: 14px 'Helvetica', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    height: 30px;
    width:149px;
    margin: 0;
    padding: 4px;
    transition: background 0.3s ease-in-out 0s;
}

#search button, #search input[type=submit] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB94KFA0SEvK+nV4AAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAq0lEQVQ4y9WUMQ6DMAxFoWKO6FmqbJ3Y2Hywbt0jLtAJsZU7cA8O8TrUkVBVAqncAS+JnK8Xxf5xURwyAA90vGPWvf8FVAGB9QhAlQOMsAkQzTlANAcQcp4ZYfWX83oB9XuAsWaS0Ihquj3AWcUuoXGxUWuak7VDlsBB1yahbz60Zk0RS9sA9MDFwtgPYMyCbn094Ao8s6EbF/4detNalxbQO9BajrrzsYbzCzzgdCMLlO7QAAAAAElFTkSuQmCC) no-repeat scroll center center #a2a2a2;
    cursor: pointer;
    height: 30px;
    text-indent: -99999em;
    transition: background 0.3s ease-in-out 0s;
    width: 30px;
    border: 0 solid #fff;
}

#search button:hover {
    background-color: #c9d301;
}

/* HEADER MIDDLE (Logo, ...) */
/* ------------------------------------------------------ */

.header-desktop {
    z-index: 1;
    max-width: 1024px;
    position: relative;
    margin:24px auto 0;
    padding: 0;
}

.header-desktop .header-logo {

    margin: 0 auto;
    padding:0px 0;
    text-align: center;
}

.header-desktop.header-brand .header-logo {
    margin-left: 0;
    text-align: left;
}

.header-desktop .contact-us {
    position: absolute;
    top: 8px;
    right: 6px;
}

.header-mobile {
    display: none;
    padding: 60px 0 30px;
    background: #FFF;
    font: 400 18px Arial;
    text-align: center;
    color: #333;
}

.header-mobile .header-logo {
    margin-left: 60px;
    padding-top: 5px;
    text-align: center;
}

.header-mobile .header-logo img {
    width: 200px;
    height: auto;
}

.header-mobile .contact-us {
    margin: 20px 0 30px;
}

.header-mobile .contact-us > a {
    display: block;
    margin: 0 10px;
    padding: 12px;
    text-align: center;
    color: #fff;
}

.header-mobile .contact-us > a:after {
    content: none;
}

.header-mobile .phone-number {
    color: #333;
    font-size: 25px;
}

@media screen and (max-width: 767px) {

    #phone-number-desktop{
        display: none;
    }

    .header-desktop {
        margin: 0;
    }

    .header-desktop .contact-us {
        width: 60px;
        height: 108px;
        top: 0;
        right: auto;
        left: 0;
    }

    .header-desktop .contact-us .picto,
    .header-desktop .contact-us .cs-select {
        display: block;
        width: 100%;
        height: 50%;
        margin: 0;
        border-top: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
        font-size: 0;
    }

    .header-desktop .contact-us .cs-select .cs-placeholder {
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
    }

    .header-desktop .contact-us .cs-select .cs-placeholder:before {
        margin-left: auto;
    }

    .header-desktop .contact-us * ~ * {
        border-top-color: #d6d6d6;
    }

    .header-desktop .contact-us .picto:before {
        display: block;
        margin: 13px auto;
    }

    .header-desktop .header-logo,
    .header-desktop .contact-us .btn-yellow {
        display: none;
    }

    .header-mobile {
        display: block;
        margin-bottom: 10px;
        padding-top: 0;
        border-bottom: 1px solid #d6d6d6;
    }

    .header-mobile .contact-us {
        margin-top: 5px;
        padding-top: 20px;
        border-top: 1px solid #d6d6d6;
    }

    .header-mobile .header-logo {
        width: auto;
    }

    .header-desktop .contact-us .cs-select .cs-options {
        width: 250px;
        border-top-width: 1px;
        border-color: #d6d6d6;
        font-size: 14px;
    }

    .header-desktop .cs-select a {
        display: block;
    }
}

/* BUTTON */
.header-desktop .btn-yellow:after {
    content: "";
    margin: 0;
    padding: 0;
}

.btn-yellow:after {
    content: "›";
    display: inline-block;
    font-size: 26px;
    line-height: 8px;
    margin-left: 6px;
    vertical-align: top;
}

.header-desktop .btns-search .btn-yellow {
    color: #333;
    margin-left: 10px;
}

.header-desktop a {
    margin: 0 10px;
    font-weight: 900;
    font-size: .875em; /* 16px -> 14px */
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    color: #74a220;
}

.header-desktop .picto {
    display: inline-block;
    line-height: 19px;
}

.header-desktop .picto:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 19px;
    margin: -2px 5px 0;
    vertical-align: top;
    background: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/header-sprite.png) no-repeat;
}

.header-desktop .logged:before {
    margin-top: 0;
    background-position: center -38px;
}

.header-desktop .btn-yellow {
    font-weight: 700;
    min-height: 16px;
    margin-right: 0;
    padding: 12px;
    text-transform: none;
    color: #fff;
}

.header-desktop .cs-select {
    display: inline-block;
    width: auto;
    position: relative;
    font: 900 .875em 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    color: #74a220;
}

.header-desktop .cs-select .cs-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 30px 5px 7px;
    border: 1px solid #a2a2a2;
}

.header-desktop .cs-select .cs-placeholder:before {
    margin-left: 0;
}

.header-desktop .cs-select .cs-placeholder:after {
    content: "\e000";
    right: 10px;
    font-family: icomoon;
}

.header-desktop .cs-select .cs-options {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #a2a2a2;
    border-top-width: 0;
}

.header-desktop .cs-select .cs-options li {
    margin: 10px 0;
}

.header-desktop .cs-select.cs-active .cs-options {
    visibility: visible;
}

.header-desktop .my-account:before {
    background-position: center top;
}

.header-desktop .distrib {

}

.header-desktop .distrib:before {
    background-position: center -19px;
}

@media screen and (max-width: 767px) {
    .header-desktop .picto:before {
        width: 34px;
        height: 27px;
        background-image: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/header-sprite-mobile.png);
    }

    .header-desktop .picto.distrib:before {
        background-position: left -27px;
    }

    .header-desktop .picto.logged:before {
        background-position: left -54px;
    }
}

.btn-yellow {
    background-color: #74a220;
    background-image: linear-gradient(#c9d301, #74a220);
    border: 0 solid #fff;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 10px 8px;
    text-transform: uppercase;
    text-align: center;

}

.btn-yellow:hover {
    background-image: none;
    color: #fff;
}

/* MENU - HEADER NAV */
/* ------------------------------------------------------ */
.menu-container {
    z-index: 200;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCC;
    background: #FFF;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-align: center;
}

/* Redefine : menu-component.css */
.cbp-hrmenu {
    max-width: 1024px;
    margin: 0 auto;
    border-bottom: 0 solid #575757;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    display: table;
    width: 100%;
}

.cbp-hrmenu .cbp-hrsub-inner > div > div {
    display: table-cell;
    width: auto;
    float: none;
    vertical-align: top;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu {
    width: auto;
}

.cbp-hrsub-inner {
    width: 90%;
}

.cbp-hrmenu .cbp-hrsub {
    text-align: left;
}

.cbp-hrmenu .cbp-hrsub-inner ul {
    margin-top: 122px;
}

.cbp-hrmenu .cbp-hrsub-inner h4 + ul,
.cbp-hrsub .cbp-hrsub-inner .cbp-no-header {
    margin-top: 0;
}

.cbp-hrsub h4 {
    color: #C9D300;
}

.cbp-hrmenu > ul:after {
    content: "";
    display: inline-block;
    height: 15px;
    margin: 17px 0 15px;
    border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
    .cbp-hrmenu ul:after {
        content: none;
    }
}

.cbp-hrmenu > ul > li > a {
    padding: 15px 0 15px 3px;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #515151;
}

.cbp-hrmenu span {
    display: inline-block;
    border-left: 1px solid #CCC;
    border-right: 0;
    margin: 0 1.2em 0 0;
    padding: 0 0 0 1.2em;
    line-height: 1.1;
}

.cbp-hrmenu > ul > .logo-mini {
    display: none;
    width: 0;
    padding: 0 13px 0 13px;
}

.cbp-hrmenu > ul > .logo-mini a {
    padding: 0;
    width: 100%;
    height: 50px;
}

@media (max-width: 767px) {
    .cbp-hrmenu > ul > .logo-mini {
        display: none !important;
    }
}

.scroll-to-fixed-fixed > nav > ul > .logo-mini {
    display: table-cell;
    width: 45px;
    padding: 0 13px 0 13px;
    background: url(data:image/png;base64,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) no-repeat scroll center center;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
    display: table;
    max-width: 1024px;
    padding: 0;
}

.header-brand .cbp-hrmenu > ul {
    margin-left: 0;
}

.cbp-hrmenu > ul > li {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .menu-container {
        /* Disable the fixed position for mobiles */
        width: 100% !important;
        position: absolute !important;
        top: 60px !important;
        z-index: 1000 !important;
        text-align: left;
        border-bottom: 0;
    }

    #header-bar button {
        width: 60px;
        height: 60px;
        position: relative;
        padding: 0;
        text-indent: -9001em;
        border: 0;
        background: #79a41e;
    }

    #header-bar button:after {
        content: "\e812";
        display: block;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        font-family: icomoon;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-indent: 0;
        color: #fff;
    }

    #header-bar button.open {
        background: #fff;
    }

    #header-bar button.open:after {
        color: #79a41e;
    }

    #header-bar button:focus {
        outline: none;
        border: none;
    }

    .cbp-hrmenu {
        min-height: 100%;
        background: none;
    }

    .cbp-hrmenu h4 {
        margin-top: 20px;
        color: inherit;
        font-size: 1em;
        font-weight: 700;
    }

    .cbp-hrmenu h4 a {
        color: inherit;
    }

    .cbp-hrmenu h4 a:hover {
        color: inherit;
        text-decoration: underline;
    }

    .cbp-hrmenu > ul > li.cbp-hropen {
        background: #79a41e;
    }

    .cbp-hrmenu > ul > li > a {
        position: relative;
        margin-right: 10px;
        padding: 0.75em 1.5em 0.75em .75em;
        border-bottom: 0 solid #575757;
        font-weight: 400;
        font-size: 20px;
        color: #333;
    }

    .cbp-hrmenu > ul > li.cbp-hropen > a {
        background: 0 !important;
    }

    .cbp-hrmenu > ul > li > a:after {
        content: "\E806";
        display: block;
        width: 1em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font: 400 1.5em icomoon;
        text-align: center;
        color: #a2a2a2;
    }

    .cbp-hrmenu > ul > li.cbp-hropen > a:after {
        content: "\e805";
        color: #fff;
    }

    .cbp-hrmenu > ul > li > a span {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        max-width: 70em;
        min-height: 0;
        max-height: none;
        margin: 0 auto;
        padding: 0;
    }

    .cbp-hrmenu > ul > li {
        display: block;
        min-height: 42px;
        max-height: none;
        border-bottom: 1px solid #DDD;
    }

    .cbp-hrmenu > ul > li > .cbp-hrsub {
        padding-bottom: 20px;
        background: 0;
        color: #fff;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    #phone-number-desktop {
        display: block;
    }
    .menu-container {
        display: block !important;
    }
}

/* ------------------------------------------------------------------------------------ */
/* HOMEPAGE */

.hp-newsbrands-container {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.hp-newsbrands,
.see-also-related-content {
    max-width: 1024px;
    margin: auto;
}

.hp-news,
.see-also {
    display: table;
    width: 100%;
    max-width: 1024px;
}

.hp-news,
.see-also-related-content .see-also {
    background: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/bg-home-news.png) no-repeat right bottom #ededed;
}

.hp-news h2,
.hp-brands h2 {
    margin: 0;
    padding: 0;
    font-size: 46px;
    font-weight: 400;
    word-spacing: 0;
    text-transform: uppercase;
    color: #555;
}

.hp-news h2 span,
.hp-brands h2 span {
    display: block;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
}

.hp-news-left a {
    font: 14px 'Roboto', Arial, serif;
    color: #575757;
    text-decoration: underline;
}

.hp-news-left,
.hp-brands-left {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    padding: 60px 40px 0 0;
    text-align: right;
}

.hp-news-right,
.hp-brands-right {
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding: 70px 0 0 40px;
    text-align: left;
}

.news {
    display: table;
    vertical-align: top;
    width: 350px;
    padding: 0 0 13px 0;
}

.news-date {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 50px;
    padding: 0 0 0 0;
    color: #FFF;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 18px;
}

.news-date > div {
    background: #c8d400;
    background: linear-gradient(#74a220, 50%, #c9d301);
    padding: 8px 0;
}

.news-date span {
    display: block;
    font-size: 0.6em;
    text-transform: uppercase;
}

.news-text {
    display: table-cell;
    vertical-align: middle;
    width: 310px;
    padding: 0 0 0 12px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .hp-newsbrands,
    .see-also-related-content {
        background: #FFF;
    }

    .hp-news,
    .see-also {
        display: block;
        width: 100%;
        max-width: 1024px;
    }

    .hp-news-left {
        display: block;
        vertical-align: top;
        width: 100%;
        padding: 30px 20px 0 20px;
        text-align: left;
    }

    .hp-news-right {
        display: block;
        vertical-align: top;
        width: 100%;
        padding: 30px 20px 0 20px;
        text-align: left;
    }

    .news {
        width: 100%;
        padding: 0 0 13px 0;
    }

    .news-date {
        width: 40px;
    }

    .news-text {
        width: 310px;
    }
}

.hp-brands,
.related-products {
    display: table;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    border-bottom: 0 solid #575757;
    color: #fff;
    background: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/bg-home-brands.png) no-repeat right top #82aa1a;
}

.related-products {
    background: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/bg-related.png) no-repeat right top #b8ca05;
}

.hp-brands.shifted-bg,
.related-products.shifted-bg {
    background-position: right -186px;
}

.hp-brands-left h2 {
    color: #fff;
}

.hp-brands-right {
    padding: 30px;
    font: 14px Arial, serif;
    text-align: right;
}

.hp-brands-right .brand {
    display: block;
    width: 50%;
    float: left;
    margin: 20px 0;
    padding: 0 20px;
    border-right: 1px solid;
    text-align: right;
    color: inherit;
}

@media screen and (max-width: 767px) {
    .hp-brands,
    .related-products {
        display: block;
        background-size: 150% auto;
    }

    .hp-brands-left,
    .hp-brands-right {
        display: block;
        width: auto;
        padding: 20px;
    }

    .hp-brands-left {
        text-align: left;
    }

    .hp-brands .brand {
        width: auto;
        float: none;
        overflow: hidden;
    }
}

/* ------------------------------------------------------------------------------------ */
/* FOOTER */
#scroll-top {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 30px;
    bottom: 100%;
    z-index: 10;
    background: url(data:image/png;base64,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) no-repeat center center,
    linear-gradient(#c9d301, #74a220);
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #scroll-top {
        right: 50%;
        margin-right: -30px;
    }
}

.footer-container {
    position: relative;
    margin: 0;
    text-align: center;
    width: 100%;
}

.footer-top-container {
    margin-top: 40px;
    padding: 30px 12px 30px 12px;
    background: #575757;
}

@media screen and (max-width: 767px) {
    .footer-top-container {
        margin-top: 0;
    }
}

.footer-middle-container {
    padding: 30px 12px 0 12px;
    background: #515151;
}

.footer-bottom-container {
    padding: 20px 12px;
    background: #515151;
}

.footer-top-container-container,
.footer-middle-container-container,
.footer-bottom-container-container {
    display: inline-block;
    width: 100%;
    max-width: 1024px;
}

.footer-top,
.footer-middle,
.footer-bottom {
    display: table;
    width: 100%;
    max-width: 1024px;
    margin: 0;
    text-align: left;
    color: #FFF;
}

.footer-bottom {
    font-size: 0.9em;
    color: #a2a2a2;
}

.footer-bottom > span,
.footer-bottom > a {
    display: inline-block;
    vertical-align: middle;

}

.footer-bottom > span:after,
.footer-bottom > a:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    color: #605e65;
}

.footer-brand .footer-bottom {
    width: 65%;
    float: left;
}

.footer-brand .brand-of {
    width: 35%;
    float: right;
    font-weight: 700;
    font-size: .75em; /* 16px -> 12px */
    text-align: right;
    color: #fff;
}

.footer-brand .brand-of .button {
    display: inline-block;
    vertical-align: middle;
}

.footer-brand .brand-of .btn-yellow {
    display: table;
    width: 265px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
    font-weight: 400;
    text-transform: none;
    overflow: hidden;
}

.footer-brand .brand-of .btn-yellow:hover {
    color: #fff;
}

.footer-brand .brand-of .btn-yellow:after {
    content: none;
}

.footer-brand .brand-of .btn-yellow .image {
    display: table-cell;
    padding-bottom: 5px;
    vertical-align: middle;
    background: #fff;
}

.footer-brand .brand-of .btn-yellow .image img {
    display: block;
    width: 100px;
    margin: auto;
}

.footer-brand .brand-of .btn-yellow .text {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .footer-brand .footer-bottom {
        width: auto;
        float: none;
    }

    .footer-brand .brand-of {
        width: auto;
        float: none;
        margin-top: 20px;
        text-align: left;
    }

    .footer-brand .brand-of .button {
        display: block;
        margin: 0 -12px;
    }

    .footer-brand .brand-of .btn-yellow {
        width: 100%;
        margin: 10px 0 0;
        border-radius: 0;
    }

    .footer-brand .brand-of .btn-yellow .image,
    .footer-brand .brand-of .btn-yellow .text {
        width: 50%;
    }
}

.footer-legal-address {
    margin-top: 20px;
}

.footer-language-container {
    display: none;
}

.column {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.column-01 {
   /* width: 35%;*/width: 44%;
}

.column-02 {
}

.column-03 {
    width: 275px;
}

.column-02-01 {
    width: 34%;
}

.column-02-02 {   padding-left:35px
}

.column-02-03 {
    width: 290px;
}

.footer {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.footer h3 {
    height: 50px;
    margin: 0;
    font-size: 1.2em;
    font-weight: 700;
}

.footer h3 > p {
    height: 50px;
    font-size: 0.9em;
    font-weight: 400;
}

.footer h4 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
}

.footer p {
    margin: 0;
    font-size: 0.9em;
    font-weight: 400;
}

.footer a {
    font-weight: 400;
    color: inherit;  font-size: 0.9em;
    border-bottom: 0 solid #575757;
}

.footer a:hover,
.footer a:focus {
    color: #FFF;
    text-decoration: none;
}

.footer span.right {
    float: right;
}

.footer span.right a {
    display: block;
    float: left;
}

.footer img {
    padding: 0;
    margin: 0;
}

.footer ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 35px 0;
    color: #FFF;
}

.footer ul > li {
    display: block;
    padding: 15px 0 0 0;
    border-bottom: 0 solid #DDD;
}

.footer ul > li > a {
    height: 42px;
    font-size: 0.9em;
}

#rse span {
    width: 22px;
    padding-left: 0;
    margin-left: 0;
    line-height: 1.5;
}

#rse span a {
    height: 33px;
    font-size: 1.5em;
    padding: 3px;
    margin: 0;
    color: #faffaf;
    text-decoration: none;
    border: 1px solid #575757;
}

#rse span a:hover {
    background: #505050;
    color: #fff;
    border: 1px solid #777;
}

#newsletter input {
    background: none repeat scroll 0 0 #EEE;
    border: 0 none;
    color: #222;
    float: left;
    font: 12px 'Helvetica', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    height: 35px;
    width: 200px;
    margin: 0;
    padding: 4px;
}

#newsletter button {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gsBFxgaTZxVXQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABTSURBVDjL7ZSxDcAgDAQxS6KMRkkVKGgyG/2xAlZsaLjast4660O4bAHIQF2ZjYq9CXgtU3ZgAJ/16ZxNio7yR4rbC9nJMZVyLJlGShOR5xaRPxOPEYp+i699ZQAAAABJRU5ErkJggg==) no-repeat scroll center center #c9d301;
    cursor: pointer;
    height: 35px;
    text-indent: -99999em;
    transition: background 0.3s ease-in-out 0s;
    width: 44px;
    border: 0 solid #fff;
}

#newsletter button:hover {
    background-color: #79a41e;
}

#newsletter .parsley-error {
    border: 1px solid #E31717;
}

#newsletter .parsley-errors-list {
    color: #E31717;
    padding: 0;
}

#newsletter .parsley-errors-list li {
    color: #E31717;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-top: 0;
        font-size: .875em;
    }

    .footer-middle-container, .footer-legal-address {
        display: none;
    }

    .footer-bottom {
        padding: 0 10px;
        font-size: .75em;
        line-height: 2.5;
    }

    .footer-language-container {
        display: block;
    }

    .footer-language-container .select-wrapper {
        overflow: hidden;
        position: relative;
        display: inline-block;
        font-family: Arial, sans-serif, Myanmar3;
        width: 233px;
        margin-right: 12px;
    }

    .footer-language-container .footer-select-language {
        width: 185px;
    }

    .footer-language-container select {
        background: none repeat scroll 0 0 transparent;
        border: 1px solid #a2a2a2;
        padding: 0 15px 0 5px;
        position: relative;
        width: 248px;
        color: white;
        z-index: 100;
        height: 31px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    .footer-language-container select::-ms-expand {
        display: none;
    }

    .footer-language-container .footer-select-language select {
        width: 200px;
    }

    .footer-language-container .select-wrapper:after {
        border-right: 1px solid #a2a2a2;
        color: white;
        content: "оЂЂ";
        display: block;
        font-family: "icomoon";
        height: 31px;
        line-height: 31px;
        padding-right: 10px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .footer-language-container {
        background-color: #575757;
        padding: 10px 12px;
    }

    .footer h3 {
        height: 30px;
        font: 700 1.2857em 'Roboto', Arial, serif;
    }

    .footer h3 + p {
        font-family: 'Roboto', Arial, serif;
        font-size: 1.2857em;
    }

    .footer p {
        font-size: 1em;
        font-weight: 400;
    }

    #contact {
        display: inline-block;
        width: 100%;
    }

    #rse {
        display: inline-block;
        width: 100%;
        padding-top: 30px;
    }

    #rse span a {
        margin: 0 10px;
    }

    #rse span:first-of-type a {
        margin-left: 0;
    }

    #newsletter {
        display: inline-block;
        width: 100%;
        padding-top: 25px;
    }

    #newsletter h3 {
        height: auto;
        margin-bottom: 0;
    }

    #newsletter h3 + p {
        margin-bottom: 10px;
    }

    #newsletter button {
        padding: 0 0 2px 5px;
    }
}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* HOMEPAGE - ELEMENTS */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

/* DROP DOWN - Properties */
/* ------------------------------------------------------ */

/* Redefine : css-select.css */
.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5px 4px 5px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #a2a2a2;
    color: #FFF;
    font-size: 0.85em;
    visibility: hidden;
}

.cs-select ul span {
    padding: 0.3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    top: 13px;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*  Redefine : css-skin-border.css */
div.cs-skin-border {
    background: transparent;
    font-size: 1.4em;
    font-weight: 400;
    max-width: 100%;
    color: #FFF;
}

.cs-skin-border > span {
    border: 1px solid #a2a2a2;
}

.cs-skin-border.cs-active > span {
    color: #333;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
    background: #575757;
}

/* BLOCKS - Properties */
/* ------------------------------------------------------ */
.blocks-display {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.blocks-effect {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1024px;
    text-align: center;
}

/*  Redefine : blocks-component.css */
.grid {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: -0.135em;
    width: 33.333%;
    height: 300px;
    background: #000;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .grid figure img {
        width: auto;
    }
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -10%, 0) translate3d(0, -150%, 0);
    transform: translate3d(0, -10%, 0) translate3d(0, -150%, 0);
}

@media screen and (max-width: 41.5em) {
    .blocks-display {
        width: 100%;
        
        background: #FFF;
    }

    .blocks-effect {
        width: 100%;
    }

    .grid figure {
        width: 100%;
    }

    .grid figure {
        border-right: 0 solid #eaeaea;
    }
}

/* NAV GRAVOTECH */
/* ------------------------------------------------------ */

@media screen and (max-width: 767px) {
    #burger-button {
        display: inline-block;
        width: 60px;
    }

    .select-lang, #top-menu {
        display: none;
    }

    #menu {
        display: none;
    }
}

.slide {
    z-index: 10;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    transform-style: inherit;
}

.title {
    width: 50%;
    padding: 5%;
    border-radius: 5px;
    background: rgba(240, 230, 220, .7);
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.slide:nth-child(2n) .title {
    margin-left: 0;
    margin-right: auto;
}

.slide:nth-child(2n+1) .title {
    margin-left: auto;
    margin-right: 0;
}

.slide, .slide:before {
    background: 50% 50% / cover;
}

.header {
    text-align: center;
    font-size: 175%;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}

#phone-number-desktop {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

#phone-number-desktop:before {
    content: '';
    background: url("http://www.gravograph.com/extension/grdesign/design/grglobal/images/phone_icone.png");
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;

}

#slide1 {
    background: url("http://www.gravograph.com/extension/grdesign/design/grglobal/images/parallax-bg.jpg") no-repeat;
    background-size: 100% auto;
}

#slide1.slide {
    background-image: url("http://www.gravograph.com/extension/grdesign/design/grglobal/images/parallax-bg-slider.png");
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    #slide1 {
        background-image: none !important;
        background-attachment: fixed;
        background: #FFF
    }

    #slide2 {
        background-image: none !important;
        background-attachment: fixed;
        background: #FFF
    }
}

/* Parallax base styles
--------------------------------------------- */

.parallax {
    height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 2px;
    perspective: 10px;
}

.parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.parallax__layer--back {
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
}

/* demo styles
--------------------------------------------- */

/* add some padding to force scrollbars */
.parallax__layer {
    padding: 100vh 0;
}

/* SLIDER
--------------------------------------------- */
.slider-container {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 1024px;
    height: 488px;
    overflow: hidden;
}

.slider-container.caption-after {
    width: 679px;
    height: 382px;
}

.slider-loading {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-loading-back {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-loading-front {
    position: absolute;
    display: block;
    background: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/loading.gif) no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-slides {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 488px;
    overflow: hidden;
}

.caption-after .slider-slides {
    width: 679px;
    height: 382px;
}

.slider-titles {
    position: absolute;
    width: 100%;
    bottom: 12%;
}

.slider-background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.slider-background-black {
    background-color: black;
}

.slider-title {
    line-height: 52px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    margin: 10px 20px;
    position: relative;
}

.slider-title span {
    font-weight: 700;
}

.slider-subtitle {
    padding: 20px;
    line-height: 40px;
    font-size: 40px;
    position: relative;
}

.slide-text-color-black, .slide-text-color-black a {
    color: #111;
}

.slide-text-color-black a:hover {
    color: #262626;
}

.slide-text-color-white, .slide-text-color-white a {
    color: #fff;
}

.slide-text-color-white a:hover {
    color: #CCC;
}

.slide-text-align-left {
    text-align: left;
}

.slide-text-align-center {
    text-align: center;
}

.slide-text-align-right {
    text-align: right;
}

.jssorb21 {
    position: absolute;
    bottom: 26px;
    left: 6px;
}

.jssora21l {
    width: 55px;
    height: 55px;
    top: 123px;
    left: 8px;
}

.jssora21r {
    width: 55px;
    height: 55px;
    top: 123px;
    right: 8px;
}

@media screen and (max-width: 480px) {
    .slider-title {
        line-height: 90px;
        font-size: 90px;
    }

    .slider-subtitle {
        line-height: 60px;
        font-size: 50px;
    }
}

/* jssor slider bullet navigator skin 21 css */
/*
.jssorb21 div         (normal)
.jssorb21 div:hover  (normal mouseover)
.jssorb21 .av         (active)
.jssorb21 .av:hover  (active mouseover)
.jssorb21 .dn         (mousedown)
*/
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwJJREFUeNrsWk9rGkEUd7UJNChaqGXB9NT0A3ipf2huBaUhX6BQFA855Vx6TQiUnnLKVZQe+gXSRs/Ff/TgB6ieqijZQBVtoBK178EsSFlnZ+JrNi7zgx8z894bd377dndmx9Xm87lHwb3wqlOgEqygEqygEqzgCB6oU+AsNE1bqb/dIlndweoRraAe0XeDbeAOUAf6gWNgH9gCdlyYGxK92hpsdISBu8DHnJgr4Deg4YI5WEov2RyMAxElIZ4A92zEeph/j8WvM8j13mYOfgg8Yo+KP6w8YnZqvARuYsUwjI10Or0fCoVOfD7fGZbYRjuL3WTx1HBEbzgc3iiVSvuDweBkOp2eYYlttEvpxVtchAxbwAp2s2CF+YV/04bbwANkr9c7jEQiLavjoh39ZiwwQnR85BawMrdGhflXOsY/c+4BUtf1w06n07I6KNrRb8YCuXpl7+D3wOQSH9rfEV7NO2Ylm82mu93uM6sgtOdyudSC6TnhGBzRWygU0nDhWupFez6fF9Yrm+A3Nv63hIJ1s1Kv11/wAqvVatyqHwEc0RuPx7l6k8mksF7ZBD8VWNpTwW9WRqPRI14g+ENW/QjgiN5AIMDVC35hvbIJ/mnj7xIKHi8I+sU9M37/YKH5m3AMjuiFC5ardzweC+uVTfBnG/8nQsF9sxKLxb7zAhOJRN2qHwEc0dtoNLh6a7WasF7ZBH/AKW/ZVAj8SCi4ZVaKxeIFLC7aSxYdbViUlBdMPwjH4IjeTCZzAYvH9pJFZRsWncJ6ZRN8DXwFPAbiACasPGb2a0LBHbZj44HXgkmz2TxNpVLnwWDQ8Hq9N1hiG+3oX9jhody2dERvv9+fRKPR03K5fD4cDo3ZbHaDJbbRjn5TL745kWxVyuxQEW5/4k7Na/Pl3wYo+ivwco23KqX1wrm+JLmDb/nyvipw8F/MK5uDKxa3Vsm9C73aGn1V6cp/kzhPRiG9dvnT1Gez9zbBJNOh+sPf5VAJdjnUR3cO439PkeoOVo9oBZVghXuLvwIMANGbXl2nLDBDAAAAAElFTkSuQmCC) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb21 div {
    background-position: -5px -5px;
}

.jssorb21 div:hover, .jssorb21 .av:hover {
    background-position: -35px -5px;
}

.jssorb21 .av {
    background-position: -65px -5px;
}

.jssorb21 .dn, .jssorb21 .dn:hover {
    background-position: -95px -5px;
}

/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l        (normal)
.jssora21r        (normal)
.jssora21l:hover        (normal mouseover)
.jssora21r:hover        (normal mouseover)
.jssora21ldn            (mousedown)
.jssora21rdn            (mousedown)
*/
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAABaCAYAAACWuwCqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABKhJREFUeNrs2CFuXFcUx+HYkqFHgSGmJiGDS+qqpMSSl+CgLsALiLIC46IUZQNZQFhRpBSXZgGtWlgwvS9+lUYDM6O88/7n+0lXIxsdvTMzn6+fPZMkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkfbt2u93dOM8LzbOdZrKZkz3Pm3GuC81zPc1kMyd7ni/G2RSaZzPNZDM93nz3u6c+VUBkmmGeZereho5+nrfjfBzn3TiXBea5nGeZZrq1oaOf59W84+/HuSgwz8U8yzTTlQ0d13l1PMbL2/nH7TiPBcZ6nGeZeguR4/AYL6/nH6cbyEOBsR7mWaZeQ+Q4PPY+K9MN5GWBsV7Os3z5ToHIcZ2tBI+p38f54ezs7K+lbyDj5cPeB2Pq1ZjrV2+nr8Zj6o9xfh7P8Z+lbyDj5Zc9RKbejLne29pX4zH19zi/jef479I3kPHy3R4iX75bxlyfbS0EkKp4QCQbD4hk4wGRBoBUxwMi2XhAJBsPiAQDshY8IJKNB0Sy8YBIICBrwwMi2XhAJBsPiAQBslY8IJKNB0Sy8YBIACBrxwMi2XhAJBsPiKwYkBQ8IJKNB0Sy8YDICgFJwwMi2XhAJBsPiKwIkFQ8IJKNB0Sy8YDICgBJx6M7Iul4dEckHQ+IFAakCx5dEemCR1dEuuABkYKAdMOjGyLd8OiGSDc8IFIIkK54dEGkKx5dEOmKB0QKANIdj3REuuORjkh3PCCyICDwyEYEHtmIwAMiiwECj2xE4JGNCDwgshgg8MhGBB7ZiMADIosBAo9sROCRjQg8ILIYIPDIRgQe2YjAAyKLAQKPbETgkY0IPCCyGCDwyEYEHtmIwAMiiwECj2xE4JGNCDwgshgg8MhGBB7ZiMADIsd2bu2SpG9+A3ELyb19uIVk3z7cQtw+SgACkVw8IJKNB0TgUQIQiOTiAZFsPCACjxKAQCQXD4hk4wEReJQABCK5eEAkGw+IwKMEIBDJxQMi2XhABB4lAIFILh4QycYDIvAoAQhEcvGASDYeEIFHCUAgkosHRLLxgAg8SgACkVw8IJKNB0TgUQKQzoik49EdkXQ8uiMCjyKAdESkCx5dEemCR1dE4FEMkE6IdMOjGyLd8OiGCDyKAtIBka54dEGkKx5dEIFHcUCSEemORzoi3fFIRwQeKwEkERF4ZCMCj2xE4LEyQJIQgUc2IvDIRgQeKwUkARF4ZCMCj2xE4LFyQNaMCDyyEYFHNiLwCAFkjYjAIxsReGQjAo8wQNaECDyyEYFHNiLwCAVkDYjAIxsReGQjAo9wQCojAo9sROCRjQg8Ttt5WdmevpBf7f1qewDKUj3C4yT7nb6Q3+z96voAlKV6gMdJ9vt5/qPv/zYHn5ul2sKj118y97un/hxnW2Ce5+N8mme6t6HjbyLjfBznwzjXBea5HOfdPNOtDR1/E5l3/NM4mwLzbMb5cZ7pyoZ6vAnvKuBxgMidzZzsed5UwOMAkRubOdnzfDH/66jKPBfTTDYjSZIkSZIkxfefAAMAF+4iZ9ztKR0AAAAASUVORK5CYII=) center center no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21rdn {
    background-position: -303px -33px;
}

.header-img-container {
    max-width: 1024px;
    margin: auto;
    overflow: hidden;
}

.header-img-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.header-img-container .page-title img {
    display: block;
    max-width: 50%;
    float: right;
}

.header-img-container .page-title {
    padding: 0 12px;
    font-size: 1em;
}

.header-img-container .page-title h1 {
    max-width: 50%;
    float: left;
    font-size: 2.5em;
}

.header-img-container .subtitle {
    max-width: 50%;
    clear: left;
    font-weight: 700;
    color: #444;
    margin: 26px 0;
}

@media screen and (max-width: 767px) {
    .header-img-container .page-title h1 {
        max-width: none;
        float: none;
        margin-bottom: 10px;
    }

    .header-img-container .page-title img {
        max-width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .header-img-container .page-title .subtitle {
        max-width: none;
    }
}

/*### Breadcrumb Style ###*/
.breadcrumb {
    max-width: 1024px;
    margin: auto;
    background: #fff;
    font: 400 13px Arial;
    color: #5d8d2b;
}

.breadcrumb ul {
    margin: 0;
    padding: 20px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:before {
    content: ">";
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb li:first-child:before {
    content: none;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/*### General Style ###*/
.page-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.page-title {
    font-size: 2.5em;
    color: #79a41e;
}

.page-title + .page-subtitle {
    margin-top: -20px;
}

.page-subtitle {
    margin: 20px 0;
}

.list .filters {
    margin: 30px -5px 30px -5px;
}

.list .filters-table {
    overflow: hidden;
}

.list .filter {
    display: block;
    float: left;
    margin-bottom: 10px;
    min-width: 16.66%;
    padding: 0 5px;
    text-align: center;
}

.list .filter a {
    display: block;
    padding: 10px;
    background: #7d7d7d;
    background: linear-gradient(#a2a2a2, #585858);
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
}

.list .filter a:hover {
    background: #666;
}

@media screen and (max-width: 767px) {
    .list .filter {
        display: block;
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }

    .list .filter a {
        font-size: 14px;
        font-weight: 900;
    }
}

.pager {
    margin: 50px 0;
    font: 400 15px Arial;
    text-align: center;
    color: #333;
}

.pager ul {
    padding: 0;
}

.pager li {
    display: inline-block;
    width: 20px;
    margin: 0 5px;
    vertical-align: middle;
    font-weight: 700;
}

.pager a {
    display: block;
    color: inherit;
    font-weight: 400;
}

.pager .first a,
.pager .prev a,
.pager .next a,
.pager .last a {
    height: 17px;
    background: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/pager-sprite.png) no-repeat center 0;
}

.pager .prev a {
    background-position: center -17px;
}

.pager .next a {
    background-position: center -34px;
}

.pager .last a {
    background-position: center -51px;
}

@media screen and (max-width: 767px) {
    .pager {
        position: relative;.hide-table tr td{    display: block;     width: 350px;}
        margin-top: 90px;
    }

    .pager li {
        margin: 0 10px;
    }

    .pager .first,
    .pager .prev,
    .pager .next,
    .pager .last {
        position: absolute;
        top: -40px;
    }

    .pager .first {
        left: 10%;
    }

    .pager .prev {
        left: 25%;
    }

    .pager .next {
        right: 25%;
    }

    .pager .last {
        right: 10%;
    }
}

/*### News / Events page ###*/
.news-events .results {
    margin: 0 -5px;
    overflow: hidden;
}

.news-events .result {
    display: block;
    width: 33.33%;
    float: left;
    margin: 10px 0 0;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
}

.news-events .result.clear {
    clear: both;
}

.news-events .result .result-img,
.news-events .result .result-img img {
    display: block;
    width: 100%;
}

.news-events .result .result-img {
    padding-top: 30px;
    border-top: 1px solid #a2a2a2;
}

.news-events .result:first-child .result-img,
.news-events .result:first-child + .result .result-img,
.news-events .result:first-child + .result + .result .result-img {
    padding-top: 0;
    border-top: 0;
}

.news-events .result .result-desc {
    position: relative;
    padding: 20px;
    border-top: 5px solid #c8d400;
}

.news-events .result:hover .result-img,
.news-events .result:hover .result-desc {
    background: #fff;
    text-decoration: underline;
}

.news-events .result .news-date {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 4px;
}

.news-events .result .news-date span {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .news-events .result {
        width: 100%;
    }
}

/*### Video ###*/
.videos .results {
    margin: 0 -5px;
    overflow: hidden;
}

.videos .result {
    display: block;
    width: 33.33%;
    float: left;
    margin: 10px 0 20px;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
}

.videos .result.clear {
    clear: both;
}

.videos .result .result-video,
.product-video,
.home-slider-video{
    display: block;
    width: 100%;
}

.videos .result .result-video div,
.product-video div {
    height: 0;
    position: relative;
    padding-top: 56.25%;
}
.home-slider-video div {
    height: 0;
    position: relative;
    padding-top: 47.65%;
}

.videos .result .result-video div iframe,
.product-video div iframe,
.home-slider-video div iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.videos .result .result-desc {
    position: relative;
    padding: 20px;
    border-top: 5px solid #c8d400;
    border-bottom: 1px solid #a2a2a2;
}

@media screen and (max-width: 767px) {
    .videos .result {
        width: 100%;
    }
}

/*### Document list ###*/
.documents .result,
.accessories .result {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 16px;
    color: #333;
}

.documents .result:hover {
    background: #fff;
}

.documents .result-img,
.accessories .result-img {
    display: table-cell;
    width: 150px;
    vertical-align: top;
}

.documents .result-img img,
.accessories .result-img img {
    display: block;
    width: 100%;
    border-bottom: 4px solid #c8d400;
}

.documents .result-desc,
.accessories .result-desc {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
}

.documents .result:hover .result-desc {
    color: #79a41e;
}

.documents .result-desc .detail
.accessories .result-desc .detail {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

@media screen and (max-width: 767px) {
    .documents .result-img {
        width: 100px;
    }

    .documents .result-desc {
        padding: 0 10px 10px;
        line-height: 1.5;
    }
}

/*### Seach Page ###*/
.search-results-header {
    display: table;
    width: 100%;
    height: 250px;
}

.search-results-header .results-amount {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #555860;
}

.search-results-header .results-amount span {
    font-weight: 700;
}

.search-results .results-list {
    margin: 0;
    padding: 0;
}

.search-results .results-list li {
    display: block;
}

.search-results .results-list a {
    display: block;
    margin: 15px 0;
    padding: 15px 20px;
    border: 1px solid #d0d0d0;
    line-height: 1.5;
    color: #444;
}

.search-results .results-list a:hover {
    color: #79a41e;
}

.search-results .results-list .result-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #79a41e;
}

.search-results .results-list .result-link {
    display: inline-block;
    margin: 5px 0;
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .search-results-header {
        height: auto;
        padding: 0 10px;
    }
}

/*### Page summary ###*/
.summary {
    overflow: hidden;
    margin-bottom: 20px;
}

.summary .date {
    float: left;
    padding: 5px 20px 0 0;
    font-weight: 700;
    font-size: .875em;
    color: #575757;
}

.summary .description {
    padding-left: 20px;
    border-left: 1px solid #d6d6d6;
    font-size: 1.25em;
    line-height: 1.3;
    color: #333;
}

.summary .date ~ .description {
    overflow: hidden;
}

.summary .description :first-child {
    margin-top: 0;
}

.summary .description .social-block {
    margin: 5px 0;
}

.summary .description .social-block a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

.summary .description .social-block img {
    display: block;
}

@media screen and (max-width: 767px) {
    .summary .date {
        margin-bottom: 10px;
        float: none;
        font-size: 1em;
    }

    .summary .description {
        border-left: 0;
        padding-left: 0;
    }
}

/*### RTE Style ###*/
.rte {
    font: 400 1.125em/1.5 'Roboto', Arial, serif;
    color: #444;
}

.rte :first-child {
    margin-top: 0;
}

.rte a:hover {
    color: #79a41e;
}

.rte h2, .rte h3 {
    font-weight: 700;
    color: #79a41e;
}

.rte h2 {
    margin: .83em 0;
    font-size: 1.6667em;
}

.rte h3 {
    margin: 3.32em 0 0;
    font-size: 1em;
}

.rte h4 {
    margin: 3.32em 0 0;
    font-weight: 700;
    font-size: .8889em;
}

.rte img {
    max-width: 100%;
    height: auto;
}

.rte p,
.rte td img {
    margin: 0;
}

.rte ul, .rte ol {
    margin: 1em 0;
    overflow: hidden;
}

.rte ul {
    list-style: none;
}

.rte ul li,
.rte ol li {
    margin: 10px 0;
    text-indent: -11px;
}

.rte ul li:before {
    content: "\e803";
    display: inline-block;
    right: 100%;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
    font-family: icomoon;
    font-size: .7em;
    line-height: 2.1429em;
    color: #79a41e;
}

.rte ul ul,
.rte ol ol {
    margin: .83em 0;
}

.rte ul ul li,
.rte ol ol li {
    margin: 0;
}

.rte ul ul li:before {
    font-size: .5em;
    line-height: 3em;
}

.rte ul ul ul {
    margin: 0;
}

.rte ul ul ul li:before {
    color: #a2a2a2;
}

.rte ol {
    list-style-type: none;
    margin-left: 0;
    counter-reset: customlistcounter;
}

.rte ol > li {
    counter-increment: customlistcounter;
}

.rte ol > li:before {
    content: counter(customlistcounter) ".";
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    right: 100%;
    font-weight: bold;
    margin-right: 5px;
}

.rte ol ol > li:before {
    content: counter(customlistcounter, lower-alpha) ")";
}

.rte p a {
    color: inherit;
    text-decoration: underline;
}

.rte p .external-link {
    padding-right: 21px;
}

.rte p .external-link:after {
    content: "\e804";
    position: absolute;
    bottom: 3px;
    right: 0;
    padding-left: 5px;
    font-family: icomoon;
    font-size: .8em;
    color: #444;
}

.rte > a {
    display: table;
    position: relative;
    margin: 30px 0 10px 30px;
    text-decoration: underline;
    color: inherit;
}

.rte > a:before {
    content: "\e808";
    display: block;
    position: absolute;
    right: 100%;
    margin: 4px 10px 0 0;
    font: 700 1em icomoon;
    color: #79a41e;
}

.rte > a + * {
    margin-top: 30px;
}

.rte > a + a {
    margin-top: 10px;
}

.rte img {
    display: block;
    margin: 20px;
}

.rte img.right {
    float: right;
    margin-right: 0;
}

.rte img.left {
    float: left;
    margin-left: 0;
}

.rte img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.rte img.left:first-child,
.rte img.right:first-child {
    margin-top: 20px;
}

.rte table {
    width: 100%;
    table-layout: fixed;
    margin: 10px 0;
    font-size: .8889em;
}

.rte table td,
.rte table th {
    padding: 7px 15px;
    border: 1px solid #d6d6d6;
    text-align: left;
}
@media screen and (max-width: 600px) {
	.rte table td,
	.rte table th {
    padding: 0;
    border: 1px solid #d6d6d6;
    text-align: left;
	word-break: break-word;
}
}

.rte table th {
    font-weight: 700;
}

.rte table tr:nth-child(odd) {
    background: #ededed;
}

.rte table tr.table-head {
    background: #79a41e;
    color: #fff;
}

.rte table.hide-table tr {
    background: none;
}

.rte table.hide-table td,
.rte table.hide-table th {
    border-width: 1;
}

.rte figure {
    display: table;
    max-width: 100%;
    margin: 30px auto;
}

.rte figure img {
    width: 100%;
    height: auto;
}

.rte figure figcaption {
    font: italic 400 .6667em Arial, serif;
    color: #666;
}

.rte figure.left {
    margin: 30px auto 30px 0;
}

.rte figure.right {
    margin: 30px 0 30px auto;
}

.rte .clear {
    clear: both;
}

.cbp-ntaccordion {
    padding: 0;
    text-align: inherit;
}

ul.cbp-ntaccordion > li:before {
    content: none;
}

.cbp-ntaccordion .cbp-nttrigger {
    position: relative;
    margin: 0;
    padding: 7px 3.3em 7px 20px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    color: #79a41e;
    font-weight: 700;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cbp-ntaccordion .cbp-nttrigger:after {
    content: "\e806";
    display: block;
    width: 1.1389em;
    height: 1.1389em;
    position: absolute;
    top: 0;
    right: 0;
    font: 400 2em icomoon;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    line-height: 1.15em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cbp-ntaccordion .cbp-ntopen > .cbp-nttrigger:after {
    content: "\e805";
}

.cbp-ntaccordion .cbp-nttrigger:hover {
    background: #79a41e;
    color: #fff;
}

.cbp-ntaccordion .cbp-nttrigger:hover:after {
    background: #79a41e;
}

.cbp-ntaccordion .cbp-ntcontent {
    display: none;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-top: 0;
}

.cbp-ntaccordion .cbp-ntopen > .cbp-ntcontent {
    display: block;
}

.rte .video-wrapper {
    max-width: 666px;
    margin: 30px auto;
}

.rte .video-wrapper div {
    height: 0;
    position: relative;
    padding-top: 56.25%;
    padding-bottom: 25px;
}

.rte .video-wrapper div iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rte .text-center,
.rte .object-center {
    text-align: center;
}

.rte .text-left,
.rte .object-left {
    text-align: left;
}

.rte .text-right,
.rte .object-right {
    text-align: right;
}

.rte .text-justify,
.rte .object-justify {
    text-align: justify;
}

/*### Push block ###*/
.push-block {
    display: table;
    width: 100%;
    margin: 20px 0;
    padding: 30px 20px;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.push-block .push-block-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.875em;
    text-transform: uppercase;
    color: #333;
}

.push-block .push-block-title span {
    display: block;
    font-weight: 700;
}

.page-container .push-block .push-block-title span {
    display: inline;
}

.push-block .push-block-link {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-left: 20px;
}

.push-block .push-block-link a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.push-block .push-block-link a:after {
    content: none;
}

@media screen and (max-width: 767px) {
    .push-block .push-block-title {
        display: block;
        margin-bottom: 20px;
    }

    .push-block .push-block-link {
        display: block;
        text-align: center;
        padding: 0;
    }
}

/*### See also & Related products blocks ###*/
.see-also-related-content {
    overflow: hidden;
    margin: 0 -10px;
}

.see-also h2,
.related-products h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 1.125em;
    font-weight: 400;
    color: #79a41e;
    text-align: center;
    text-transform: uppercase;
}

.related-products h2 strong {
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .see-also h2,
    .related-products h2 {
        font-weight: 900;
    }
}

:root .see-also h2:after,
:root .related-products h2:after {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid;

    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.related-products h2 {
    color: #fff;
}

.see-also {
    margin-top: 30px;
    overflow: hidden;
}

.see-also ul {
    display: table;
    margin: 20px auto;
    padding: 0;
}

.see-also li {
    display: block;
    margin: 20px 0;
}

.see-also a {
    display: inline-block;
    position: relative;
    color: #333;
}

.see-also a:hover {
    text-decoration: underline;
    color: #79a41e;
}

.see-also a:before,
.link-see-also:before {
    content: "\e811";
    display: block;
    position: absolute;
    right: 100%;
    padding-right: 10px;
    font-family: icomoon;
    color: #79a41e;
    text-decoration: none;
}

.link-see-also {
    display: inline-block;
    position: relative;
    margin-left: 28px;
}

@media screen and (max-width: 767px) {
    .see-also ul {
        padding: 0 30px 0 50px;
    }
}

.related-products {
    padding: 30px 50px;
}

.related-products > ul, #eFiltr_results ul {
    padding: 0;
    overflow: hidden;
}

.related-products > ul > li, #eFiltr_results li {
    display: inline-block;
    width: calc(33.33% - 4px);
    vertical-align: top;
    padding: 0 25px;
}

.related-products > ul > li + li + li + li, #eFiltr_results > li + li + li + li {
    /* Every li after the 3rd one */
    margin-top: 50px;
}

.related-products > ul > li a, #eFiltr_results li a {
    display: block;
    background: #fff;
    color: #333;
}

.related-products img {
    display: block;
    width: 100%;
    height: auto;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.related-products a:hover img {
    opacity: .8;
}

.related-products .desc {
    display: block;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .page-container .related-products {
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .related-products > ul > li, #eFiltr_results li {
        display: block;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 30px;
    }
}

/*### Custom checkboxes ###*/
.custom-box {
    display: block;
    cursor: pointer;
}

:root .custom-box {
    position: relative;
    padding-left: 30px;
}

.custom-box input {
    display: inline-block;
    vertical-align: middle;
}

:root .custom-box input {
    position: absolute;
    left: -9001px;
}

.custom-box .box {
    display: none;
}

:root .custom-box .box {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #888;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .4) inset;
}

:root .custom-box input[type="radio"] ~ .box {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 2px 5px 0 3px;
}

:root .custom-box .box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    border-radius: 2px;
    background: #79a41e;
    box-shadow: 0 0 5px 1px rgba(201, 211, 1, .5) inset;
    transition-property: width, height, margin;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(0.55, 0.56, 0.62, 1.34);
}

:root .custom-box input[type="radio"] ~ .box:before {
    border-radius: 100%;
}

:root .custom-box input:checked ~ .box:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
}

:root .custom-box input[type="radio"]:checked ~ .box:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
}

.custom-box .label {
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.radio-checkbox-multiple .custom-box {
    margin: 10px 0;
}

.left-block .field.state {
    display: none;
}

/*### Cookies policy page ###*/
.cookies-options {
    margin-bottom: 50px;
}

.cookies-options h2 {
    font-size: 18px;
    font-weight: 700;
    color: #79a41e;
}

.cookies-options ul {
    padding: 0;
}

.cookies-options li {
    display: block;
    margin: 15px 0;
}

.cookies-options li .custom-box {
    display: inline-block;
}

.cookies-options .btn-yellow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cookies-options .btn-yellow:after {
    content: none;
}

.cookies-options ul li {
    text-indent: 0;
}

.cookies-options ul li:before {
    display: none;
}

:root .cookies-options .custom-box .box  {
    top: 4px;
}

.cookies-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 30px 0;
    font: 400 16px Arial, serif;
    background: #79a41e;
    color: #fff;
    z-index: 100;
}

.cookies-banner .page-container {
    position: relative;
    padding-right: 45px;
}

.cookies-banner .cookies-title {
    margin: 10px 0;
    font: 900 24px 'Roboto', Arial, serif;
    text-transform: uppercase;
    color: #74a220;
}

.cookies-banner a {
    text-decoration: underline;
    color: inherit;
}

.cookies-banner .close {
    display: block;
    height: 0;
    text-indent: -9001px;
    text-decoration: none;
    cursor: pointer;
}

.cookies-banner .close:before {
    content: "\e813";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    font-family: icomoon;
    font-size: 30px;
    text-indent: 0;
}

.page-container a.anchor,
.footer a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
    height: 0;
}

/*### Contact page ###*/
.page-container.contact {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.left-block {
    display: table-cell;
    font: 400 16px 'Roboto', Arial, serif;
    color: #444;
}

.page-container.account-creation form {
    display: block;
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .page-container.account-creation form {
        padding: 0 10px;
    }

    .account-creation .buttons {
        margin-bottom: 50px;
    }

    .account-creation .buttons > * {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        clear: left;
    }
}

.page-container.account-creation .buttons {
    max-width: 500px;
}

.field {
    display: block;
    max-width: 100%;
    float: left;
    clear: both;
    margin: 20px 0;
}

.field-label {
    display: block;
    font-weight: 700;
}

.field.mandatory .field-label:after {
    content: " *";
}

.field-example {
    display: block;
    font-family: Arial;
    color: #888;
}

.field-input {
    display: block;
    width: 300px;
    max-width: 100%;
    margin-top: 10px;
    font-family: Arial;
}

.field-input input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #808080;
    color: #333;
}

.field-input input[readonly] {
    color: #808080;
    cursor: default;
}

.field-input input[type="file"] {
    background-color: #fff;
}

:root .field-input.select-wrapper {
    position: relative;
    overflow: hidden;
}

:root .field-input.select-wrapper:after {
    content: "\25BC";
    display: block;
    width: 40px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid;
    border-left: 1px solid;
    text-align: center;
    color: #808080;
}

.field-input.select-wrapper select {
    display: block;
    width: 100%;
    cursor: pointer;
}

:root .field-input.select-wrapper select {
    width: 115%;
    width: calc(100% + 15px);
    position: relative;
    z-index: 100;
    padding: 10px 55px 10px 10px;
    background: none;
    border: 1px solid #808080;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

:root .left-block .field-input.select-wrapper select::-ms-expand {
    display: none;
}

.left-block .field-input.select-wrapper select:not(*:root) {
    /* For chrome, do things differently */
    width: 100%;
    padding-right: 50px;
    -webkit-appearance: none;
}

.field.textarea {
    width: 100%;
    max-width: 500px;
}

textarea.field-input {
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #808080;
    color: #333;
    resize: none;
}

.custom-box .label {
    line-height: 1.5;
}

.buttons {
    overflow: hidden;
    clear: both;
}

.buttons > * {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.buttons .reset-form {
    background: 0;
    border: 0;
    outline: 0;
    text-decoration: underline;
    color: inherit;
}

.left-block .legal-notice {
    margin: 30px 0 100px;
    font-size: .75em;
    font-family: Arial, serif;
    line-height: 1.5;
}

.left-block .field-input .parsley-error,
.left-block .field-input.parsley-error,
.left-block .field .parsley-error,
.left-block .field.parsley-error .box,
:root .field-input.select-wrapper select.parsley-error {
    border-color: #E31717;
}

.left-block .parsley-errors-list {
    clear: both;
    color: #E31717;
    font-size: 0.85em;
    list-style: outside none none;
    margin: 5px;
    padding: 0;
}

.left-block .form-error {
    color: #E31717;
}

.right-block {
    display: table-cell;
    width: 330px;
    padding: 0 0 30px 30px;
    font: 700 1em 'Roboto', Arial, serif;
    color: #444;
}

.right-block > div {
    padding: 20px 30px;
    border: 1px solid #d6d6d6;
}

.right-block > div + div {
    border-top: none;
}

.right-block h2 {
    margin: 0;
    font-weight: 400;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #444;
}

.right-block .info {
    padding: 20px 10px 0;
    border-top: 1px solid #d6d6d6;
}

.right-block .info:first-child,
.right-block h2 + .info {
    border-top: 0;
}

.right-block .info-content {
    margin: 20px 0;
    font-size: 1.25em;
    font-family: Arial, serif;
    color: #79a41e;
}

.right-block ul {
    padding-left: 22px;
}

.right-block ul li {
    display: block;
    position: relative;
    font-weight: 400;
}

.right-block ul li:before {
    content: "\e803";
    display: block;
    position: absolute;
    top: 4px;
    right: 100%;
    margin-right: 10px;
    font-family: icomoon;
    font-size: 12px;
    color: #79a41e;
}

@media screen and (max-width: 767px) {
    .page-container.contact,
    .left-block,
    .right-block {
        display: block;
    }

    .left-block .legal-notice {
        margin-bottom: 20px;
    }

    .right-block {
        width: auto;
        max-width: 300px;
        margin: 0 auto 20px;
        padding: 0 !important;
    }
}

/*### Brand Homepage products filters ###*/
.header-img-container .products-filter {
    margin-top: 50px;
}

.products-filter {
    max-width: 1024px;
    margin: 0 auto;
    padding: 50px 75px;
    background: #333;
}

.products-filter .label {
    margin-bottom: 10px;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
}

.products-filter .filters, .products-filter form {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.products-filter .filters .select-wrapper, .eFiltr .fltr_block_select {
    display: table-cell;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    vertical-align: middle;
    border-left: 1px solid;
    /*border-right: 1px solid;*/
    background: #fff;
    color: #808080;
}

.products-filter .filters .select-wrapper:after, .eFiltr .fltr_block_select:after {
    content: "\25BE";
    display: block;
    height: 1em;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
}

.products-filter .filters select, .products-filter form select {
    display: block;
    width: 120%;
    width: calc(100% + 15px);
    height: 39px;
    position: relative;
    z-index: 10;
    padding: 0 20px 0 5px;
    background: 0;
    border: 0;
    font-weight: 700;
    color: #79a41e;
}

.products-filter .filters select:not(*:root), .products-filter form select:not(*:root) {
    /* Select only webkit browsers */
    -webkit-appearance: none;
    width: 100%;
}

.products-filter .filters .submit, .products-filter form .submit {
    display: table-cell;
    width: 50px;vertical-align: top;
}

.products-filter .filters [type="submit"], .products-filter form [type="submit"] {
    display: block;
    width: 50px;
    height: 40px;
    position: relative;
    margin-left: -2px;
    border: 0;
    border-radius: 2px;
    background-color: #74a220;
    background-image: linear-gradient(#c9d301, #74a220);
}

.products-filter .filters [type="submit"]:before, .products-filter form [type="submit"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('data:image/png;base64,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') no-repeat center center;
}

@media screen and (max-width: 767px) {
    .products-filter {
        padding: 50px 12px 30px;
    }

    .products-filter .filters, .products-filter form {
        display: block;
        width: auto;
    }

    .products-filter .filters .select-wrapper, .products-filter form .eFiltr .fltr_block_select {
        display: block;
        border-bottom: 1px solid;
    }

    .products-filter .filters .select-wrapper:first-child, .products-filter form .eFiltr .fltr_block_select:first-child {
        border-top: 1px solid;
    }

    .products-filter .filters .submit, .products-filter form .submit {
        display: block;
        width: auto;
        margin: 0 -1px;
    }

    .products-filter .filters [type="submit"], .products-filter form [type="submit"] {
        width: 100%;
        margin: 0;
    }
}

/*### Login page ###*/
.login {
    margin: 20px 0 50px;
    padding: 40px 20px;
    border: 1px solid #d6d6d6;
    background: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/login-bg.png) no-repeat right bottom #fafafa;
    background-size: auto 100%;
    font-family: 'Roboto', Arial, sans-serif;
    color: #333;
}

.login.recover {
    overflow: hidden;
    padding: 20px;
    background-size: auto auto;
    font-size: 1.25em;
}

.login.recover :first-child {
    margin-top: 0;
}

.login label {
    display: block;
    width: 350px;
    max-width: 100%;
    margin-bottom: 20px;
}

.login .label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #444;
}

.login .required .label:after {
    content: " *";
}

.login input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #808080;
    font-family: Arial, sans-serif;
}

.login .btn-yellow {
    display: block;
    float: left;
    margin: 20px 0;
    padding: 10px 82px;
}

.login.recover .btn-yellow {
    margin-top: 30px;
}

.login .btn-yellow:after {
    content: none;
}

.login .links {
    overflow: hidden;
    clear: left;
}

.login .links a {
    display: inline-block;
    float: left;
    padding: 0 30px;
    border-left: 1px solid #333;
    font-size: .875em; /* 16px -> 14px */
    line-height: 1.5;
    text-decoration: underline;
    color: #575757;
}

.login .links a:first-child {
    padding-left: 0;
    border-left: 0;
}

.login .links a:last-child {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .page-container .login {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .login {
        padding-bottom: 20px;
        background-image: none;
    }

    .login .links a {
        display: block;
        float: none;
        margin: 10px 0 0;
        padding: 0;
        border: 0;
    }
}

/*### 2 columns layout ###*/
.two-columns {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.125em; /* 16px -> 18px */
    color: #333;
}

.two-columns .column {
    width: 50%;
    padding: 0 3%;
    vertical-align: bottom;
}

.two-columns .column:first-child {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-start: 0;
}

.two-columns .column:last-child {
    -webkit-padding-end: 0;
    -moz-padding-end: 0;
    padding-end: 0;
}

.two-columns .column-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #79a41e;
}

.two-columns .column-title strong {
    display: block;
    height: 2.35em;
    font-weight: 900;
    font-size: 1.667em; /* 18px -> 30px */
    line-height: 1.175em;
    text-transform: uppercase;
    color: #444;
}

.two-columns .content {
    padding: 0 0 10px 30px;
    border-left: 1px solid #d0d0d0;
}

.two-columns .content ul {
    padding-left: 20px;
}

.two-columns .column-btn {
    display: block;
    padding: 12px 10px;
    font-size: .778em; /* 18px -> 14px */
    color: #fff;
}

.two-columns .column-btn:after {
    content: none;
}

@media screen and (max-width: 767px) {
    .two-columns {
        display: block;
    }

    .two-columns .column {
        display: block;
        width: auto;
        margin-bottom: 50px;
        padding: 0;
    }
}

/*### Product details page ###*/
.product-abstract {
    margin: 40px 0 20px;
    overflow: hidden;
    text-align: inherit;
}

.product-abstract aside {
    width: 250px;
    float: right;
    margin-left: 75px;
    border: 1px solid #a2a2a2;
}

.product-abstract .cell {
    padding: 30px;
    border-top: 1px solid #a2a2a2;
    text-align: left;
}

.product-abstract .cell-title {
    margin-bottom: 30px;
    font-size: 1.4em; /* 16px -> 24px */
    text-transform: uppercase;
    color: #444;
}

.product-abstract .cell-title strong {
    font-weight: 900;
}

.product-abstract .cell:first-child {
    border-top: 0;
}

.product-abstract aside ul {
    margin: 0;
    padding: 0;
}

.product-abstract .social li {
    display: inline-block;
    margin: 0 3px;
}

.product-abstract .social a {
    display: block;
}

.product-abstract .downloads li {
    display: block;
    font-family: Arial, sans-serif;
}

.product-abstract .downloads li + li {
    margin-top: 20px;
}

.product-abstract .downloads a {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    text-decoration: underline;
    color: #333;
}

.product-abstract .downloads a:before {
    content: "\e808";
    display: block;
    position: absolute;
    right: 100%;
    margin: 1px 10px 0 0;
    font: 700 1em icomoon;
    color: #79a41e;
}

.product-abstract .downloads a span {
    display: inline-block;
    margin-left: 3px;
    text-decoration: none;
}

.product-abstract aside .btn-yellow {
    display: block;
    padding: 10px;
    color: #fff;
}

.product-abstract .btn-yellow:after {
    content: none;
}

.product-abstract article {
    overflow: hidden;
    text-align: inherit;
    color: #333;
}

.product-abstract .summary {
    font-size: 1.25em;
    line-height: 1.5;
}

.product-abstract .index {
    margin: 50px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.product-abstract .index li {
    display: block;
    padding: 0 20px;
    float: left;
    border-right: 1px solid #ddd;
}

.product-abstract .index li:first-child {
    border-left: 1px solid #ddd;
}

.product-abstract .index a {
    color: inherit;
}

.grid-table {
    overflow: hidden;
    margin-bottom: 30px;
}

.grid-row {
    overflow: hidden;
    margin-top: 30px;
}

.grid-row:first-child {
    margin-top: 0;
}

.grid-column {
    display: block;
    width: 33.333%;
    float: left;
}

.product-abstract .grid-column {
    width: 50%;
}

.product-abstract .grid-column:first-child {
    padding-right: 10px;
}

.product-abstract .grid-column:first-child + .grid-column {

}

.product-abstract article .btn-yellow {
    display: table;
    margin: 0 auto;
    padding: 10px 30px;
}

.product-abstract article .share {
    font-weight: 700;
    text-transform: uppercase;
}

.product-abstract article .share .social {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    padding: 0;

    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.title-slide {
    display: none;
}

@media screen and (max-width: 767px) {
    .product-abstract {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox; /* IE10 uses -ms-flexbox */
        display: -ms-flex; /* IE11 */
        display: flex;

        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;

        margin-top: 20px;
        overflow: visible;
    }

    .product-abstract aside {
        width: auto;
        float: none;
        margin: 0;
    }

    .product-abstract article {
        overflow: visible;
    }

    .product-abstract .summary {
        margin: 0 0 30px;
    }

    .product-abstract .index {
        margin: 30px 0;
    }

    .product-abstract .index li {
        display: block;
        position: relative;
        float: none;
        text-align: center;
        border: 0 !important;
    }

    .product-abstract .index li:first-child:before,
    .product-abstract .index li:after {
        content: "";
        width: 30px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        border-top: 1px solid #ddd;
    }

    .product-abstract .index li:before {
        top: 0;
    }

    .product-abstract .index li:after {
        bottom: 0;
    }

    .product-abstract .index li a {
        display: block;
        padding: 10px 0;
    }

    .product-abstract .grid-table {
        overflow: visible;
        margin-bottom: 0;
    }

    .product-abstract .grid-row:first-child {
        margin: 0 -10px;
    }

    .product-abstract .grid-column {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 !important;
    }

    .product-abstract .grid-row .text {
        padding: 0 10px;
    }

    .product-abstract .share {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .product-abstract article .share .social {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.product-section .grid-column.bigger {
    width: 66.667%;
    padding-right: 20px;
}

.grid-cell {
    margin-top: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #d0d0d0; */
    color: #333;
}

.grid-cell:first-child {
    margin-top: 0;
}

.grid-table .slider-container,
.grid-cell > img {
    margin-bottom: 15px;
    border-bottom: 4px solid #c8d400;
}

.product-video {
    margin-bottom: 15px;
}

.product-section .grid-cell > img,
.product-abstract .grid-cell > img {
    width: 100%;
}

.product-detail > li {
    margin: 10px 0;
}

.product-detail .cbp-nttrigger {
    font-size: 1.125em; /* 16px -> 18px */
    line-height: 1.5;
}

.product-detail .cbp-ntopen .cbp-nttrigger,
.product-detail .cbp-ntopen .cbp-nttrigger:after {
    font-weight: 400;
    background: #575757;
    color: #fff;
}

figure.annotated-figure {
    display: block;
    margin-left: 0;
}

figure.annotated-figure img {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

figure.annotated-figure figcaption {
    display: inline-block;
    vertical-align: top;
    font: inherit;
    color: inherit;
}

figure.annotated-figure ol > li:before {
    font-weight: 400;
}

.product-section {
    background: #ededed;
    text-align: inherit;
}

.product-section .page-container {
    padding: 50px 0 30px;
}

.product-section + .product-section .page-container {
    border-top: 5px solid #d0d0d0;
}

.product-section h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 1.125em;
    font-weight: 400;
    color: #444;
    text-align: center;
    text-transform: uppercase;
}

.product-section .see-also {
    margin-top: 0;
}

.product-section .see-also h2 {
    color: #79a41e;
}

.product-section h2:after {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.product-section h2 strong {
    font-weight: 900;
}

.product-section .grid-table .btn-yellow {
    display: table;
    margin: 0 auto;
    padding: 10px 30px;
}

.product-section .grid-table .btn-yellow:after {
    content: none;
}

@media screen and (max-width: 767px) {
    .product-section .rte {
        padding: 0 10px;
    }

    .product-section .grid-table {
        padding: 0 12px;
    }

    .product-section .grid-table .grid-column {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .product-section .grid-cell > img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .product-section .grid-cell .text {
        padding: 0 15px;
    }
}

.product-section .tags {
    margin-bottom: 20px;
    color: #444;
}

.product-section .tag-group {
    margin-top: 10px;
    overflow: hidden;
}

.product-section .tag-group:first-child {
    margin-top: 0;
}

.product-section .tag {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 10px;
    color: inherit;
}

.product-section .green .tag {
    background: #c8d400;
}

.product-section .grey .tag {
    background: #d8d8d8;
}

.product-section .tag.tag-group-label {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    background: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.product-section .tag-group-label:after {
    content: " :";
}

@media screen and (max-width: 767px) {
    .product-section .tags {
        padding: 0 12px;
    }
}

.product-section .accessories .results {
    margin: 0 -10px;
    overflow: hidden;
}

.product-section .accessories .result {
    width: 50%;
    float: left;
    padding: 0 10px;
    border-bottom: 0;
}

.product-section .accessories .result-img,
.product-section .accessories .result-desc {
    vertical-align: bottom;
    line-height: 1.5;
    border-bottom: 1px solid #a2a2a2;
}

.product-section .accessories .result-title {
    font-weight: 700;
    font-size: 1.125em;
    color: #79a41e;
}

@media screen and (max-width: 767px) {
    .product-section .accessories .results {
        margin: 0;
    }

    .product-section .accessories .result {
        width: 100%;
        float: none;
    }

    .product-section .accessories .result-img {
        width: 100px;
    }

    .product-section .accessories .result-desc {
        padding-top: 0;
    }
}

.product-section .columns {
    display: table;
    table-layout: fixed;
    color: #444;
    width: 100%;
}

.product-section .columns .column {
    padding: 0 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .product-section .columns {
        margin: 0 auto;
    }

    .product-section .column {
        display: block;
        margin-bottom: 30px;
    }

    .product-section .column .text {
        max-width: 80%;
        margin: 0 auto;
    }
}

.product-section .columns img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.quote {
    position: relative;
    margin: 30px 50px 0;
    padding: 20px 20px 20px 55px;
    border: 1px solid #d0d0d0;
    background: #fff;
}

.rte .quote {
    font-size: .8889em;
}

.quote:before {
    content: "\e803";
    position: absolute;
    display: block;
    top: -12px;
    left: -3px;
    font-size: 50px;
    line-height: 1;
    font-family: icomoon;
    text-align: center;
    color: #575757;
}

/*.quote:after {
    content: "вЂњ";
    display: block;
    width: 50px;
    height: 0;
    position: absolute;
    top: -12px;
    left: -4px;
    margin-top: 10px;
    font-size: 50px;
    line-height: 1;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    text-align: center;
    color: #fff;
}*/

.quote blockquote {
    margin: 0 0 10px;
    font-style: italic;
    font-size: 1.125em; /* 16px - > 18px */
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    color: #79a41e;
}

.product-section .quote blockquote:before {
    content: "В« ";
}

.product-section .quote blockquote:after {
    content: " В»";
}

.quote .author {
    color: #333;
}

.contact, #contact-form {
    padding: 40px;
    overflow: hidden;
    background: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/bg-home-news.png) no-repeat right bottom #ededed;
}

.contact h2, #contact-form h2 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.875em; /* 16px -> 30px */
    text-transform: uppercase;
    color: #444;
}

.contact h2 strong, #contact-form h2 strong {
    font-weight: 900;
}

.contact .subtitle, #contact-form .subtitle {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 1.125em;
    color: #79a41e;
}

.contact .buttons, #contact-form .buttons {
    clear: both;
}

.contact .field-label {
    color: #444;
}

.contact textarea.field-input, #contact-form textarea.field-input {
    width: 500px;
}

.contact .buttons, #contact-form .buttons {
    width: 500px;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .page-container .contact {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact .buttons > *, , #contact-form .buttons > * {
        width: 100%;
    }
}

/*### Application page ###*/
.product-section .three-blocks {
    margin: 30px 40px;
    padding: 0;
    overflow: hidden;
}

.product-section .three-blocks > li {
    display: inline-block;
    width: 32.33%;
   
    vertical-align: top;
    padding: 0 25px;
}

.product-section .three-blocks > li > a {
    display: block;
    background: #fff;
    color: #333;
}

.product-section .three-blocks a:hover img {
    opacity: .6;
}

.product-section .three-blocks img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.product-section .three-blocks .desc {
    display: block;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .product-section .three-blocks > li {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .product-section .three-blocks li:first-child {
        margin-top: 0;
    }
}

.block {
    display: block;
    padding: 20px 0;
    color: #333;
}

.block + .block {
    border-top: 1px solid #d6d6d6;
}

.block label {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
    text-align: right;
}

.block .box {
    display: inline-block;
    width: 80%;
    margin: 0;
    padding-left: 20px;
    vertical-align: middle;
}

/* end: extension/grdesign/design/grglobal/stylesheets/style.css */

/* start: extension/grdesign/design/grglobal/stylesheets/pickadate/classic.css */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than whatвЂ™s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is вЂњactivatedвЂќ.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only вЂњscrollableвЂќ top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than whatвЂ™s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
          transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker donвЂ™t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* end: extension/grdesign/design/grglobal/stylesheets/pickadate/classic.css */

/* start: extension/grdesign/design/grglobal/stylesheets/pickadate/classic.date.css */
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/* end: extension/grdesign/design/grglobal/stylesheets/pickadate/classic.date.css */

/* start: extension/grdesign/design/grglobal/stylesheets/responsivetable.css */
/* responsive table */
.table-wrapper {
    position: relative;
}

.table-wrapper .scrollable {
    overflow: hidden;
}

.table-wrapper .scrollable .scrollable-wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 1px;
    margin-left: -1px;
}

.table-wrapper .responsive .first-child {
    display: none;
}
.table-wrapper .pinned {
    position: absolute;
    left: 0;
    top: 0;
}
.table-wrapper .pinned td,
.table-wrapper .pinned th {
    border-right: none!important;
}

.table-wrapper .btn-move {
    position: absolute;
    right: -35px;
    top: 50%;
    width: 25px;
    margin-top: -100px;

}
@media (max-width: 768px) {
    .table-wrapper .btn-move {
        right: -25px;
    }
}
.table-wrapper .btn-move .move-right,
.table-wrapper .btn-move .move-left {
    height: 97px;
}
@media (max-width: 768px) {
    .table-wrapper .btn-move .move-right,
    .table-wrapper .btn-move .move-left {
        height: 60px;
    }
}

.table-wrapper .btn-move .move-left,
.table-wrapper .btn-move .move-left:hover,
.table-wrapper .btn-move .move-left.inactive {
    text-indent: -9999px;
    background: #f2f2f3 url('/extension/grdesign/design/grglobal/images/css/arrow-off-left.png') no-repeat center center;
    width: 25px;
    display: block;
    margin-top: 1px;
    overflow: hidden;
}
.table-wrapper .btn-move .move-left:hover {
    background: #e3e4e5 url('/extension/grdesign/design/grglobal/images/css/arrow-on-left.png') no-repeat center center;
}
.table-wrapper .btn-move .move-left.inactive {
    background: #f8f8f9 url('/extension/grdesign/design/grglobal/images/css/arrow-inactive-left.png') no-repeat center center;
}
.table-wrapper .btn-move .move-right,
.table-wrapper .btn-move .move-right:hover,
.table-wrapper .btn-move .move-right.inactive {
    text-indent: -9999px;
    background: #f2f2f3 url('/extension/grdesign/design/grglobal/images/css/arrow-off-right.png') no-repeat center center;
    width: 25px;
    display: block;
    overflow: hidden;
}
.table-wrapper .btn-move .move-right:hover {
    background: #e3e4e5 url('/extension/grdesign/design/grglobal/images/css/arrow-on-right.png') no-repeat center center;
}
.table-wrapper .btn-move .move-right.inactive {
    background: #f8f8f9 url('/extension/grdesign/design/grglobal/images/css/arrow-inactive-right.png') no-repeat center center;
}
/* end: extension/grdesign/design/grglobal/stylesheets/responsivetable.css */

/* start: extension/groe/design/standard/stylesheets/fontsize_ezoe.css */
.fontsize[customattributes="size|9"] {
    font-size: 9px;
}

.fontsize[customattributes="size|10"] {
    font-size: 10px;
}

.fontsize[customattributes="size|12"] {
    font-size: 12px;
}

.fontsize[customattributes="size|14"] {
    font-size: 14px;
}

.fontsize[customattributes="size|16"] {
    font-size: 16px;
}

.fontsize[customattributes="size|18"] {
    font-size: 18px;
}

.fontsize[customattributes="size|20"] {
    font-size: 20px;
}

.fontsize[customattributes="size|22"] {
    font-size: 22px;
}

.fontsize[customattributes="size|24"] {
    font-size: 24px;
}

.fontsize[customattributes="size|26"] {
    font-size: 26px;
}

.fontsize[customattributes="size|28"] {
    font-size: 28px;
}

.fontsize[customattributes="size|30"] {
    font-size: 30px;
}

/* end: extension/groe/design/standard/stylesheets/fontsize_ezoe.css */
.fltr_block_select {margin-left: -4px}
.fltr_block8 select {width: 321px!important}
.fltr_block10 select {width: 289px!important}
.fltr_block11 select {width: 212px!important}
.pagination {margin: 50px 0;
    font: 400 15px Arial;
    text-align: center;
    color: #333;}
.pagination b {    display: inline-block;
    width: 20px;
    margin: 0 5px;
    vertical-align: middle;
    font-weight: 700;}
.pagination a {      display: inline-block;
    width: 20px;
    margin: 0 5px;
    vertical-align: middle;
    color: inherit;
    font-weight: 400;}
    
.pagination .next {background-position: center -34px; }
.pagination .prev {background-position: center -17px;}

.pagination .next, .pagination .prev {   height: 17px;
    background-image: url(http://www.gravograph.com/extension/grdesign/design/grglobal/images/pager-sprite.png);background-repeat:  no-repeat;
}

.header-logo a {display:inline-block; vertical-align:top}
.header-logo span {font-size: 18px;display:inline-block; vertical-align:top; padding-top:68px; color: #444547}

.cbp-hrmenu > ul > li.contact-us_menu{display: none}
.scroll-to-fixed-fixed .cbp-hrmenu > ul > li.contact-us_menu{display: table-cell}
.cbp-hrmenu > ul > li > a.btn_contact-us{color: #fff;font-size: 12px;padding: 5px 10px}

@media screen and (max-width:640px) {
	
	#popup div, #popup figcaption, #popup figure:before {width: 90%!important;}
	#popup div img {max-width:80%!important}
	.grid-cell {width: 95%!important; padding: 0 10px; }
	.product-video {    text-align: center;}
	//.hide-table tr td{    display: flex; flex-wrap: wrap;  }
	.video-wrapper iframe {width:100%}
	.page-container {width: 100%;}
	.blocks-display {height: auto!important;}
	.cbp-hrmenu .cbp-hrsub-inner > div > div, .scroll-to-fixed-fixed .cbp-hrmenu > ul > li.contact-us_menu {    display: block!important;}
	.cbp-hrmenu .cbp-hrsub-inner ul {margin-top: 0!important;}
	#header-bar button, .header-top-container {height: 43px!important;}
	.header-img-container {width: 100%;}
	.products-filter .filters .select-wrapper, .eFiltr .fltr_block_select {width: 100%; margin: 6px 0;}
}