html,
button,
input,
select,
textarea {
	color: #333;
	outline: none;
}

body {
	background: #f2f2f2;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.4;
	color: #333;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

table {
	margin-top: 20px;
}

::-moz-selection {
	background: #FEC951;
	text-shadow: none;
}

::selection {
	background: #FEC951;
	text-shadow: none;
}

button {
	outline: none
}

hr {
	border: 0;
	height: 1px;
	margin: 15px 0;
	background-image: -webkit-linear-gradient(left, rgba(80, 80, 80, 0), rgba(80, 80, 80, 0.75), rgba(80, 80, 80, 0));
	background-image: -moz-linear-gradient(left, rgba(80, 80, 80, 0), rgba(80, 80, 80, 0.75), rgba(80, 80, 80, 0));
	background-image: -o-linear-gradient(left, rgba(80, 80, 80, 0), rgba(80, 80, 80, 0.75), rgba(80, 80, 80, 0));
	background-image: -ms-linear-gradient(left, rgba(80, 80, 80, 0), rgba(80, 80, 80, 0.75), rgba(80, 80, 80, 0));
	background-image: linear-gradient(left, rgba(80, 80, 80, 0), rgba(80, 80, 80, 0.75), rgba(80, 80, 80, 0));
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	-webkit-resize: vertical;
	-moz-resize: vertical;
	resize: vertical;
}

.right {
	float: right;
	margin-left: 20px;
}

.left {
	float: left;
	margin-right: 20px;
}

.blur {
	filter: blur(6px);
	-moz-filter: blur(6px);
	-o-filter: blur(6px);
	-ms-filter: blur(6px);
}

@media print {
	.noPrint {
		display: none;
	}
}

.content {
	width: 960px;
	position: relative;
	text-align: left;
}

.pad {
	padding: 10px 0;
}

div.textpad {
	padding: 10px;
	padding-bottom: 20px;
}

div.pad img.pad,
div.textpad img.pad {
	margin: 10px 0;
	padding: 0;
}

.top {
	width: 100%;
	background: #4d4d4d url(../img/top_line.png) top center no-repeat;
	text-align: center;
	position: fixed;
	height: 40px;
	z-index: 8000;
}

.header {
	width: 100%;
	background: #FFF;
	text-align: center;
	position: relative;
	padding-top: 40px;
}

.top_img {
	width: 100%;
	text-align: center;
	position: relative;
	border-top: solid 1px #e8e8e8;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: top center;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}

#logo_container {
	height: 80px;
}

.body {
	width: 100%;
	text-align: center;
	position: relative;
	border-top: solid 1px #e8e8e8;
	background-color: #f2f2f2;
}

#slider_buttons_spacer {
	border-top: none;
	height: 150px;
	background: #f2f2f2 url(../img/body_top.png) top repeat-x;
}

.body_top {
	width: 100%;
	height: 70px;
	background: #f2f2f2 url(../img/body_top.png) top center repeat-x
}

.map_bottom {
	width: 100%;
	background: url(../img/body_bottom.png);
	height: 20px;
	position: relative;
}

.content_left {
	float: left;
	width: 560px;
	margin: 0 0 10px 0;
	padding: 0;
}

.content_full {
	width: 960px;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
}

.content_full table {
	width: 100%;
	padding: 5px;
}

.content_full strong {
	font-size: 16px;
}

.right_sidebar {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
	width: 380px;
	background: #e1e1e1;
}

.dark {
	background: #515151;
	color: #fff
}

div.right_sidebar.dark div.textpad ul.nav li a {
	background: #777;
	border-color: #888;
	color: #fff;
	cursor: default;
}

div.right_sidebar.dark div.textpad ul.nav li a:hover {
	background: #888;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5 {
	color: #fff
}

div.right_sidebar.shaded_box.dark span.highlight {
	color: #000;
}

img.right_sidebar_responsive_img {
	width: 100%;
	max-width: 100%;
	border: none;
	outline: none;
	margin-bottom: 20px;
}

.shaded_box,
.shaded_floating_box,
.shaded_floating_box2 {
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2);
}

.shaded_floating_box {
	text-align: center;
	background: white;
	width: 220px;
	margin-bottom: 10px;
	margin-right: 20px;
	height: auto;
	float: left;
}

.shaded_floating_box2 {
	text-align: center;
	background: white;
	width: 100%;
	margin-bottom: 10px;
	height: auto;
	float: left;
}

#tableschede {
	float: left;
	position: relative;
	width: 455px;
	padding: 0;
	margin: 10px;
	height: auto
}

div#floating_boxes .quarto {
	margin-right: 0;
}

div.shaded_floating_box button.btn {
	margin-bottom: 10px
}

.white {
	background: #FFF;
}

#logo {
	margin: 10px 0;
	width: 201px;
	height: 60px;
}

.top_bar {
	padding-top: 15px;
	position: relative;
	width: 100%;
	color: #FFF;
	font-size: 11px;
	line-height: auto;
}

.top_bar_left {
	width: 100px;
	float: left;
	text-align: right;
}

.top_bar_left_login {
	width: 101px;
	float: left;
	text-align: left;
	cursor: pointer;
}

.username_crop {
	position: absolute;
	height: 100%;
	width: 20px;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(left, rgba(77, 77, 77, 0) 0%, rgba(77, 77, 77, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(77, 77, 77, 0)), color-stop(100%, rgba(77, 77, 77, 1)));
	background: -webkit-linear-gradient(left, rgba(77, 77, 77, 0) 0%, rgba(77, 77, 77, 1) 100%);
	background: -o-linear-gradient(left, rgba(77, 77, 77, 0) 0%, rgba(77, 77, 77, 1) 100%);
	background: -ms-linear-gradient(left, rgba(77, 77, 77, 0) 0%, rgba(77, 77, 77, 1) 100%);
	background: linear-gradient(to right, rgba(77, 77, 77, 0) 0%, rgba(77, 77, 77, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004d4d4d', endColorstr='#4d4d4d', GradientType=1);
}

.top_bar_right {
	width: 490px;
	float: right;
	text-align: right;
}

.top_bar_right-search {
	width: 180px;
	float: right;
	text-align: right;
	margin-left: 20px;
}

.top_bar_right_menu {
	display: none;
	float: left;
	cursor: pointer;
}

.top_bar_left_mobilelogin {
	display: none;
}

.top_bar a,
.top_bar a.active,
.top_bar a:visited,
.top_bar a:hover {
	color: #FFF;
}

#pop_mobilemenu {
	display: none;
}

#pop_menu_trigger {
	font-size: 12px;
	margin-right: 4px;
}

#accordion_menu_prod {
	width: 100%;
}

#accordion_menu_prod h1 {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0;
	font-weight: normal;
}

a.opening {
	display: block;
	text-decoration: none;
	margin: 0 0 4px 0;
	outline: none;
	cursor: pointer;
}

a.opening:hover {}

a.active {
	background: #515153;
	color: #FFF;
	font-weight: bold;
}

a.opening h1,
a.active h1 {
	font-weight: bold;
	padding-left: 5px;
}

a.opening:hover {
	background: #E1E1E1;
}

a.active:hover {
	background: #515153;
}

a.active h1 {
	color: #FFF;
}

.expanded {
	display: none;
	margin-bottom: 10px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
}

.expanded p {
	margin: 0;
	padding: 0;
}

.expanded .expanded {
	padding: 0;
}

.tooltipster-content #menu_prodotti {
	width: 516px;
	height: 480px;
}

#accordion_menu_prod_no_accordion {
	display: none
}

.tooltipster-content #menu_soluzioni {
	width: auto;
	max-width: 523px;
}

.tooltipster-content #menu_formazione {
	width: auto;
	max-width: 428px;
}

.tooltipster-content #menu_download {
	width: auto;
	max-width: 382px;
}

.tooltipster-content #menu_news {
	width: auto;
	max-width: 510px;
}

.tooltipster-content #menu_multimedia {
	width: auto;
	max-width: 617px;
}

#accordion_menu_prod table {
	width: auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
}

#accordion_menu_prod table img {
	height: 62px;
	display: block;
	margin-bottom: 4px;
	margin-left: 11px;
}

#accordion_menu_prod table td.prod_menu_item {
	width: 84px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}

td.prod_menu_item:hover {
	background: #E1E1E1;
}

a.prod_menu_item {
	display: block;
	text-decoration: none;
	margin: 0 0 4px 0;
	outline: none;
	cursor: pointer;
	padding: 6px 5px;
	font-size: 13px;
	color: #333;
}

a.prod_menu_item,
a:link.prod_menu_item,
a:hover.prod_menu_item,
a.active.prod_menu_item,
a:visited.prod_menu_item {
	color: #333;
}

a.prod_menu_item:hover {
	background: #E1E1E1;
}

table.download_side {
	margin-bottom: 10px;
	margin-top: 0
}

table.download_side div.icon {
	font-size: 18px;
	color: #666;
	line-height: 26px;
}

table.download_side h4 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 14px;
	padding-top: 6px
}

table.download_side button.btn>span {
	font-size: 12px;
	width: 88px
}

.footer {
	width: 100%;
	text-align: center;
	position: relative;
	color: #ccc;
	font-size: 10px;
	min-height: 140px;
}

#mobile_footer {
	display: none;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	padding-top: 20px;
}

#desktop_footer {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
}

#chat_link {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 158px;
	height: 158px;
	text-align: center;
	overflow: hidden;
	font-family: Tahoma, Verdana, Sans-serif;
	color: #333;
}

.borderradius #chat_link {
	background: #FCCF57;
	border-radius: 50%;
}

#chat_link:hover {
	color: #000;
}

.borderradius #chat_link:hover {
	background: #FEC951;
}

.floating#chat_link {
	position: fixed;
	bottom: -80px;
	right: auto;
	top: auto;
	margin-left: 402px;
	z-index: 90;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}

.floating#chat_link:hover {
	position: fixed;
	bottom: -25px;
	right: auto;
	top: auto;
}

#chat_link h5 {
	text-align: center;
	margin-top: 12px;
	font-size: 22px;
	font-weight: 800;
}

#chat_link p {
	margin: 10px;
	font-style: oblique;
	font-size: 11px;
}

#chat_link span.icon {
	font-size: 32px
}

#chat_link_fisso {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 158px;
	height: 158px;
	text-align: center;
	overflow: hidden;
	font-family: Tahoma, Verdana, Sans-serif;
	color: #333;
	background: #FCCF57;
	border-radius: 50%;
}

#chat_link_fisso:hover {
	color: #000;
	background: #FEC951;
}

#chat_link_fisso h5 {
	text-align: center;
	margin-top: 12px;
	font-size: 22px;
	font-weight: 800;
}

#chat_link_fisso p {
	margin: 10px;
	font-style: oblique;
	font-size: 11px;
}

#chat_link_fisso span.icon {
	font-size: 32px
}

#newsletter_input {
	width: 240px;
	margin: 0 10px;
}

#social_icons {
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.footer_social_icon {
	float: left;
	cursor: pointer;
	margin-right: 25px;
	font-size: 44px;
	color: #666;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}

.footer_social_icon#footer_tw:hover,
.footer_social_icon#footer_tw.active {
	color: #4099ff;
}

.footer_social_icon#footer_gp:hover,
.footer_social_icon#footer_gp.active {
	color: #D34836;
}

.footer_social_icon#footer_li:hover,
.footer_social_icon#footer_li.active {
	color: #03659A;
}

.footer_social_icon#footer_fb:hover,
.footer_social_icon#footer_fb.active {
	color: #335795;
}

.footer_social_icon#footer_yt:hover,
.footer_social_icon#footer_yt.active {
	color: #C9312C;
}

#footer_menu_full {
	width: 760px;
	margin: 30px 0 0 0;
	position: relative;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}

#footer_infos_az {
	width: 180px;
	margin: 30px 0 0 0;
	position: relative;
}

.footer_menu_block {
	margin-bottom: 20px;
	height: auto;
	position: relative;
	display: inline-block;
	width: 240px;
}

.footer_menu_block hr {
	margin: 5px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%);
	background-image: -moz-linear-gradient(left, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%);
	background-image: linear-gradient(left, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%);
}

ul.footermenu,
.footermenu ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	text-align: left;
}

.footermenu li {
	display: table-row;
	padding: 5px 0;
	list-style-type: none;
	text-align: left;
	font-size: 11px;
	color: #999;
}

.footermenu li.active {
	color: #999;
	cursor: pointer;
}

.footermenu li:hover {
	color: #999;
	cursor: pointer;
}

ul.footermenu a {
	text-decoration: none;
	color: #999;
}

.cra {
	position: absolute;
	-webkit-transform: rotate(340deg);
	-moz-transform: rotate(340deg);
	-o-transform: rotate(340deg);
	-ms-transform: rotate(340deg);
	transform: rotate(340deg);
}

.crb {
	margin-left: 15px;
}

div.content div.right_sidebar button.btn#newsletter_footer_btn {
	margin-top: 0;
	width: 60px
}

#pop_loginmenu,
#pop_mobilemenu {
	position: fixed;
	top: 40px;
	color: #FFF;
	background: #666;
	z-index: 999999;
	min-height: 200px;
	max-height: calc(100%-40px);
	max-width: 90%;
	width: 280px;
	-ms-overflow-y: auto;
	overflow-y: auto;
}

#mobilemenu_trigger-area {
	background: transparent;
	position: absolute;
	top: -40px;
	left: -60px;
	width: 120px;
	border-radius: 120px;
	height: 120px;
	color: #fff
}

#pop_loginmenu {
	left: -380px;
	-webkit-box-shadow: 5px 0px 5px rgba(120, 120, 120, 0.5);
	box-shadow: 5px 0px 5px rgba(120, 120, 120, 0.5);
}

#pop_mobilemenu {
	right: -380px;
	-webkit-box-shadow: 5px 3px 5px rgba(120, 120, 120, 0.5);
	box-shadow: 5px 3px 5px rgba(120, 120, 120, 0.5);
}

ul.pop_menu,
.pop_menu ul {
	width: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -2px;
	margin-left: 5%;
}

ul.pop_menu a,
ul.pop_menu a:link,
ul.pop_menu a:visited,
ul.pop_menu a:hover,
ul.pop_menu a:active {
	color: #fff;
}

.pop_menu li {
	border-bottom: solid 1px #ccc;
	padding: 5px 0;
	color: #FFF;
}

.pop_menu li.last {
	border-bottom: none;
}

.pop_menu_close {
	margin: 10px;
	float: right;
	font-size: 10px;
	cursor: pointer;
}

#pop_mobilemenu .pop_menu ul {
	margin-top: 0;
}

#pop_mobilemenu .pop_menu li {
	padding: 4px 0;
}

#case_history_small_box {
	width: 562px;
	height: 180px;
	background: #fff;
	position: relative;
	margin-left: -2px;
}

.case_history_small_box_element {
	float: left;
	position: relative;
	width: 185px;
	height: 100%;
	margin-left: 2px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	cursor: pointer;
}

#case_history_full_box {
	width: 960px;
	height: 180px;
	background: #fff;
	position: relative;
	margin-left: -2px;
	overflow: hidden;
}

.case_history_full_box_element {
	float: left;
	position: relative;
	width: 190px;
	height: 100%;
	margin-left: 2px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	cursor: pointer;
}

#case_box_hover,
#case_box_mobile {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background: url(../img/hover.png);
	text-align: center;
	height: 100%;
	width: 100%;
	color: #FFF;
}

#case_box_hover div {
	height: 40%;
	padding: 10px;
	margin-top: 25%;
}

#case_box_mobile {
	height: auto;
	display: block;
	top: auto;
	bottom: 0;
}

#case_box_mobile div {
	height: 100%;
	padding: 10px;
}

.dd-select,
#Soluzioni_Dropdown,
#Prodotti_Dropdown {
	width: 430px;
}

.dd-select {
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 4px rgba(60, 60, 60, 0.4);
	box-shadow: 0px 1px 4px rgba(60, 60, 60, 0.4);
}

.dd-selected {
	color: #666;
}

#dd-display-data {
	height: 230px;
	overflow: auto;
}

a.dd-selected {
	padding-right: 10px;
}

a.dd-selected,
a:link.dd-selected,
a:visited.dd-selected {
	color: #717171;
}

a:hover.dd-selected,
a:active.dd-selected {
	color: #333;
}

.icona_dropdown_home {
	margin: 0 22px 0 14px;
	font-size: 4em;
	line-height: 0
}

table.news_box {
	width: 100%;
}

table.news_box tr {
	cursor: pointer;
}

table.news_box tr.divider {
	cursor: default;
}

table.news_box,
table.news_box p {
	font-size: 11px;
	line-height: 14px;
}

table.news_box h5 {
	font-size: 14px;
	line-height: 16px;
}

.news_box_img {
	margin-left: 15px;
}

ul.topmenu,
.topmenu ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	text-align: right;
	float: right;
	margin-top: -2px;
}

ul.topmenu {}

.topmenu li {
	display: table-cell;
	padding: 2px 10px;
	list-style-type: none;
	text-align: right;
	font-size: 11px;
	color: #FFF;
}

.topmenu li:active,
.topmenu li.active,
.topmenu li:active a,
.topmenu li.active a {
	background: #ECBF46;
	color: #333;
	cursor: pointer;
}

.topmenu li:hover {
	background: #ECBF46;
	color: #333;
	cursor: pointer;
}

ul.topmenu a {
	text-decoration: none;
	color: #FFF;
}

ul.menu,
.menu ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	text-align: right;
	float: right;
	margin-top: 0;
	height: 80px;
}

ul.menu {}

.menu li {
	display: table-cell;
	text-transform: uppercase;
	padding: 30px 10px;
	list-style-type: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	height: 80px;
}

.menu li:active,
.menu li.active {
	background: #E1E1E1;
	color: #333;
	cursor: pointer;
}

.menu li:hover {
	background: #E1E1E1;
	color: #333;
	cursor: pointer;
}

ul.menu a {
	text-decoration: none;
	color: #4D4D4D;
}

a {
	outline: none;
	color: #666;
	text-decoration: none;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #FEC951;
	text-decoration: none;
}

a:active {
	color: #FEC951;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-weight: 700;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: auto;
}

h1 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 22px;
	line-height: 20px;
}

h3 {
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 10px;
}

.right_sidebar h3 {
	margin-bottom: 15px
}

h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

h4.subtitle {
	font-size: 14px;
	color: #888;
	font-style: oblique;
	margin-top: -10px;
	margin-bottom: 10px;
}

h5 {
	font-size: 12px;
	margin-bottom: 0;
}

h6 {
	font-size: 16px;
	font-weight: 500;
}

strong.titolo {
	font-size: 14px;
	color: #888;
	margin-top: 15px;
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul,
ol {
	margin: 12px;
	margin-left: 15px;
	color: #333;
	list-style: none;
	margin-top: 0;
}

ul {
	list-style-type: square;
	list-style-image: url(../img/list.gif);
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

li.file {
	list-style-image: none;
}

ol#lista {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #FECA56;
	margin-left: 30px;
}

ol#lista li p {
	padding: 8px;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	border-left: 1px solid #999;
	text-shadow: 1px 1px 2px rgba(250, 250, 250, 1);
}

ol#lista li p em {
	display: block;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, "Mahsuri Sans", sans-serif;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.input,
.input-small {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-image: -moz-linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-image: -o-linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-image: -ms-linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #CCCCCC #CCCCCC #B3B3B3;
	-webkit-border-image: none;
	-moz-border-image: none;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	padding: 2px 12px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.input-small {
	border-radius: 3px 3px 3px 3px;
	font-size: 12px;
	padding: 2px 10px;
	height: 20px;
}

.error {
	border-color: #da3624 #da3624 #bf3222;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 215, 215) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 215, 215) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 215, 215) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 215, 215) 100%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 215, 215) 100%);
}

label.error {
	background: #fff
}

#home_slide_new {
	position: absolute;
	left: 0;
	top: 0;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.mail {
	unicode-bidi: bidi-override;
	direction: rtl;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.imgbox {
	width: 200px;
}

.youtubevideo {
	width: 100%;
	height: 540px;
}

.wizardbox {
	cursor: pointer;
	background: #fff;
	width: 307px;
	height: 200px;
	float: left;
	background-position: 123px 10px;
	background-repeat: no-repeat;
	background-size: 60px 80px;
}

.cent {
	width: 306px;
	margin: 0 20px;
}

.wizardbox h3 {
	margin-top: 20px;
	text-align: center
}

.wizardbox p {
	text-align: center
}

.wizardbox:hover,
.wizardbox:active {
	background: #FEC951;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
}

@media screen and (max-width:1000px) {
	.desc {
		display: none
	}

	.imgbox {
		width: 150px
	}

	#main_body {
		padding-top: 0
	}

	.wizardbox {
		width: 207px;
		height: 180px;
	}

	.cent {
		width: 206px;
	}

	.wizardbox i.icon-4x {
		font-size: 36px
	}

	.wizardbox h3 {
		margin-top: 10px;
		text-align: center;
		font-size: 15px;
		margin-bottom: 10px
	}

	.wizardbox p {
		font-size: 10px;
	}

	.youtubevideo {
		width: 660px;
		height: 396px;
	}
}

@media screen and (max-width:680px) {
	.imgbox {
		width: 120px
	}

	.button {
		width: 100%;
		height: 90px;
		background: #ECBF46
	}

	.button h2 {
		margin-top: 10px
	}

	#main_body {
		padding-top: 0
	}

	.button,
	.desc {
		bottom: 0
	}

	.wizardbox {
		background: #fff;
		width: 100%;
		height: 112px
	}

	.cent {
		margin: 15px 0;
	}

	.wizardbox i.icon-4x {
		font-size: 30px
	}

	.wizardbox h3 {
		margin-top: 10px;
		text-align: center;
	}

	.wizardbox p {
		text-align: center;
		font-size: 12px;
		display: none
	}

	.youtubevideo {
		width: 100%;
		height: 240px
	}
}

.tt-wrapper {
	padding: 0;
	width: 435px;
	height: 70px;
	margin: 40px auto 30px auto;
	list-style-type: none !important
}

ul.tt-wrapper {
	list-style: none;
	list-style-image: none;
	list-style-type: none !important
}

.tt-wrapper li {
	float: left;
}

.tt-wrapper li a {
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(../images/growcase_the_social_gunman_icons.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
}

.tt-wrapper li .tt-gplus {
	background-position: 0px 0px;
}

.tt-wrapper li .tt-twitter {
	background-position: -68px 0px;
}

.tt-wrapper li .tt-dribbble {
	background-position: -136px 0px;
}

.tt-wrapper li .tt-facebook {
	background-position: -204px 0px;
}

.tt-wrapper li .tt-linkedin {
	background-position: -272px 0px;
}

.tt-wrapper li .tt-forrst {
	background-position: -340px 0px;
}

.tt-wrapper li a span {
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-family: Georgia, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #F2F2F2;
}

.tt-wrapper li a span:before,
.tt-wrapper li a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.tt-wrapper li a span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}

.tt-wrapper li a:hover span {
	opacity: 0.9;
	bottom: 70px;
}

i.circle {
	padding: 5px 5px;
	display: inline-block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0px 0px 2px #888;
	-webkit-box-shadow: 0px 0px 2px #888;
	box-shadow: 0px 0px 2px #888;
	background: #F9CA54;
	color: #333;
	margin-right: 10px;
	width: 26px;
	text-align: center;
	font-size: 20px
}

.pager2 {
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

.pager2:before,
.pager2:after {
	display: table;
	content: "";
	line-height: 0;
}

.pager2:after {
	clear: both;
}

.pager2:before,
.pager2:after {
	display: table;
	content: "";
	line-height: 0;
}

.pager2 li>a,
.pager2 li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.pager2 .next>a,
.pager2 .next>span {
	float: right;
}

.pager2 .disabled>a,
.pager2 .disabled>a:hover,
.pager2 .disabled>a:focus,
.pager2 .disabled>span {
	color: #999999;
	background-color: #fff;
	cursor: default;
}

.cookie-notice {
	background-color: #4D4D4D;
	opacity: 0.95;
	bottom: 0;
	color: white;
	left: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	font-size: 125%;
	display: none;
}

.cookie-notice .close-notice {
	font-size: 200%;
	margin-top: -35px;
}

.cookie-notice .close-notice:hover {
	cursor: pointer;
}

.cookie-notice .content {
	margin: 15px auto;
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.no-smil ul.mega-menu li .sub-container.mega,
.no-smil ul.mega-menu li .sub-container.non-mega {
	margin-top: 40px !important;
}


@media screen and (min-width: 1000px) {

	.no-smil ul.mega-menu li .sub-container.mega,
	.no-smil ul.mega-menu li .sub-container.non-mega {
		margin-top: 50px !important;
	}
}

@media print {#mobilemenu, #mega-menu-3, #fixed-banner2, #LH2013, ul.pager {display:none}}
