/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, figure, footer, header,
hgroup, nav, section, blockquote {
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type="text"], input[type="submit"], input[type="button"], button, select {
    padding: 0;
    margin: 0 10px;
}

input, select, a img {
	vertical-align: middle;
    border-radius:0;
}

input[type="text"]:focus, textarea:focus { outline: none; }

:focus {	outline-style: none;	-moz-outline-style: none;}

/* MAIN */

@font-face {
	font-family: 'Century Gothic', Futura, sans-serif;
    font-size: 14px;	
	font-display: swap;
}

body {
    color:#000;
    font-family: 'Century Gothic', Futura, sans-serif;
    font-size: 14px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    color:#004d99;
    text-decoration: none;
}

.wrapper {
    background: #f2f2f3;
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #EEEEEE;
    border-top: none;
    border-bottom: none;
}

.wrapper > header {
    height: 62px;
    background: url(../img/header-bg.gif) repeat-x;
    overflow: hidden;
}

.wrapper > header .logo {
    display: block;
    background: url(../img/logo.png) no-repeat;
    width: 213px;
    height: 28px;
    float: left;
    margin: 18px 0 0 16px;
}

.wrapper > header .contact {
   float: right;
    background: url("../img/contact2.png") no-repeat;
    width: 120px;
    height: 46px;
    overflow: hidden;
    margin: 16px 20px 0px 20px;
}

.wrapper > header .contact-es {
   float: right;
    background: url("../img/contactar.png") no-repeat;
    width: 120px;
    height: 46px;
    overflow: hidden;
    margin: 5px 20px 0px 20px;
}

.wrapper > header .login {
    float: right;
	background: url(https://www.appliansys.com/wp-content/uploads/2014/05/login-3.png) no-repeat;
	width: 50px;
	height: 28px;
	margin: 5px 0 0 0;
	text-align: center;
	line-height: 22px;
	font-size: 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
}

.wrapper > header .langsel {
    float: right;
    padding: 14px 10px 0 10px;
}

.wrapper > header .search {
    float: right;
    background: url("../img/search.png") no-repeat;
    width: 159px;
    height: 23px;
    overflow: hidden;
    margin: 21px 19px 0 0;
}

.wrapper > header .search input[type=submit] {
    border: none;
    background: url(../img/search-button.png) no-repeat;
    float: right;
    width: 14px;
    height: 14px;
    margin: 5px 11px 0 0;
    cursor: pointer;
}

.wrapper > header .search input[type=text] {
    border: none;
    float: left;
    font-size: 10px;
    margin: 5px 0 0 9px;
    background: none;
    color: #fff;
    width: 120px;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
/*
.wrapper > header .login {
    float: right;
    background: url(../img/login.png) no-repeat;
    width: 58px;
    height: 22px;
    margin: 22px 30px 0  0;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
*/

.wrapper > header .lang {
    width: 25px;
    padding-left: 24px;
    margin: 22px 20px 0 0;
    line-height: 20px;
    height: 20px;
    color: #4d4d4d;
    font-size: 12px;
    float: right;
    background: url(../img/lang.png) no-repeat;
}

.wrapper > header .lang:hover {
    text-decoration: underline;
}

.wrapper > header nav {
    text-align: center;
    margin: 25px 0 0 162px;
    float: left;
	display:block;
}

.wrapper > header nav li {
    list-style: none;
    float: left;
    font-size: 14.5px;
    color: #333;
    margin-right: 28px;
	height: 37px;
}

.wrapper > header nav li a {
    color: #333;
	padding-left: 30px;
	border-left: 1px solid #333;
	cursor: default;
}

.wrapper > header nav li:first-child a {
    padding-left: 10px;
    border-left: none;
}

.wrapper > header nav li ul {
	display: none;
	background: url(../img/header-bg.png) repeat;
	position: absolute;
	width: 158px;
	margin: 0;
	padding: 0;
	margin-top: 22px;
	padding-bottom: 5px;
	padding-top: 5px;
	-moz-box-shadow: 0 8px 6px 3px #888;
	-webkit-box-shadow: 0 8px 6px 3px #888;
	box-shadow: 0 8px 6px 3px rgba(0,0,0,0.4);
}

.wrapper > header nav li:hover ul {
	display: block;
	z-index: 999;
}

.wrapper > header nav li ul li {
	float: none;
	padding: 0;
	margin: 0;
	height:28px;
	text-align: left;
}

.wrapper > header nav li ul li a, .wrapper > header nav ul li ul li:first-child a {
	margin: 0;
	padding: 0;
	border: 0;
	height: 40px;
	padding-top: 7px;
	width: 159px;
	height:28px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	font-size: 13px;
	color: #505051;
	cursor: pointer;
}


.wrapper > header nav li ul li a:hover, .wrapper > header nav ul li ul li:first-child a:hover {
	color: #004d99;
	text-decoration: none;
	background: url(../img/dropdown_hover.png) no-repeat;
}

.top-img {
    position: relative;
    overflow: hidden;
}

.top-img img {
    display: block;
}

.top-img p.desc {
    position: absolute;
    top:0;
    left:0;
    padding: 20px 20px 30px 35px;
    color:#fff;
}

.top-img p.desc .level1 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}

.top-img p.desc .level2 {
    font-size: 20px;
    color: #000;
    line-height: 24px;
	word-wrap: break-line;
	width: 700px;
	display: block;
}

.top-img p.desc .level3 {
    font-size: 18px;
    line-height: 22px;
	word-wrap: break-line;
	width: 850px;
	display: block;
}

.top-img p.desc .level3.hp {
	width: 680px;
}

.top-img p.desc .level4 {
    font-size: 14px;
    line-height: 26px;
}

.top-img p.desc .level5 {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
}

.level-custom {
	position: absolute;
	color: #fff;
    padding: 30px 0 0 30px;
}

.main {
    overflow: hidden;
    background: #fff;
}

.main.two-cols  {
    background: url(../img/2col-bg.png) repeat-y;
}

.main.three-cols  {
    background: url(../img/3col-bg.png) repeat-y;
}

.two-cols .content {
    width: 868px;
    padding: 15px 25px 25px 25px;
    float: left;
    background: #f2f2f3;
    border-right: 0px solid #b2b2b2;
}

.three-cols .content {
    width: 664px;
    padding: 15px 25px 25px 25px;
    float: left;
    background: #f2f2f3;
    border-left: 0px solid #b2b2b2;
    border-right: 0px solid #b2b2b2;
}

h1 {
    font-size: 19px;
    color: #353536;
    font-weight: bold;
    margin-bottom: 16px;
}

.content {
	color: #353536;
}

.content > p {
    color: #353536;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}

.thumbs {

}

.thumb {
    display: block;
    background: url(../img/thumb-bg.png) no-repeat;
    width: 150px;
    height: 126px;
    padding: 14px 90px 10px 24px;
    float: left;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin-left: 38px;
}

.thumb:first-child {
    margin-left: 0;
}

.thumb h3 {
    color: #333132;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 8px;
}

.thumb p {
    line-height: 18.6px;
}

.thumb img {
    position: absolute;
    bottom: 10px;
    right: 9px;
}

.thumbs-es {

}

.thumb-es {
    display: block;
    background: url(../img/thumb-bg.png) no-repeat;
    width: 154px;
    height: 126px;
    padding: 14px 90px 10px 20px;
    float: left;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin-left: 90px;
}

.thumb-es:first-child {
    margin-left: 15%;
}

.thumb-es h3 {
    color: #333132;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 8px;
}

.thumb-es p {
    line-height: 18.6px;
}

.thumb-es img {
    position: absolute;
    bottom: 10px;
    right: 9px;
}

.main > aside.right {
    float: right;
    width: 280px;
    background: #FCFCFC;
    padding: 0 0 20px 0;
}

.main > aside.right section.contacts {
    padding: 9px 0;
    border: none;
}

.main > aside.right section.contacts .mail {
    display: block;
    background: url(../img/contact.png) no-repeat;
    width: 170px;
    height: 23px;
    margin: 0 auto;
}

.main > aside.right section.contacts p.phone {
    font-size: 14.5px;
    color: #ef8400;
    background: url(../img/phone.png) no-repeat left;
    font-weight: bold;
    padding: 0 0 0 15px;
    width: 149px;
    margin: 0 0 0 72px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
}

.main > aside.right section {
    /*border-bottom: 1px solid #b2b2b2;*/
    padding: 0 15px 0 15px;
}

.main > aside.right article > img {
    padding: 4px;
    background: #fff;
    border:1px solid #747474;
    margin-bottom: 3px;
}

.main > aside.right article header {
    padding: 8px 22px 8px 15px;
    background: #dcddde;
    overflow: hidden;
    width: 244px;
    margin: 0 0 10px -16px;
}

.main > aside.right article header righthead {
    float: left;
}

righthead {
    font-weight: bold;
    color: #535354;
    font-size: 15px;
}

.link {
    float: right;
    color: #004d99;
    font-style: italic;
    font-size: 13px;
    line-height: 15px;
}

.link:hover {
    text-decoration: underline;
}

.main > aside.right article p {
    font-size: 12.5px;
    line-height: 15px;
    color: #4a484a;
    margin-bottom: 4px;
    overflow: hidden;
}

.main > aside.right article p a {
	margin-bottom: 8px;
	display: block;
}

.main > aside.right article p.excerpt-cs {
    font-size: 12px;
    line-height: 15px;
    color: #333132;
    margin-bottom: 4px;
    overflow: hidden;
}

.main > aside.right section h3 {
    font-size: 12.5px;
    line-height: 18px;
    color: #4a484a;
	margin-bottom: 5px;
}

.logos-list {
    overflow: inherit;
    list-style: none;
    /*width: 1200px;*/
	margin: 0 auto;
}

.logos-list li {
   float: left;
   /*width: 200px; 
   margin: 0 4%;*/
width: 100px; 
   /*margin-bottom: 12px;*/
   margin-right: 20px; 
   margin-left: 4px; 
	margin-top:30px;
   
}

.logos-list li > img{
    filter: grayscale(100%);
	transition: .2s;
}

.logos-list li > img:hover {
    filter: grayscale(0%);
}

.wrapper > footer {
    background: #333;
    padding: 0 0 28px 0;
    overflow: hidden;
    color: #d1d3d4;
}

.wrapper > footer footerhead {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
}

.wrapper > footer .contact {
    margin-left: 170px;
    float: left;
	margin-top:28px;
}

.wrapper > footer .contact p {
    padding: 2px 0 0 30px;
    background: url(../img/f-phone.png) no-repeat 2px 0px;
    font-size: 13px;
    color: #d1d3d4;
    min-height: 61px;
    margin-top: 6px;
}

.wrapper > footer .contact p strong {
    display: block;
    font-weight: bold;
    font-size: 19px;
    margin-top: 4px;
}

.wrapper > footer .links {
    float: left;
    color: #808285;
    margin-left: 85px;
	margin-top:28px;
}

.wrapper > footer .links .links-list {
    float: left;
    width: 150px;
    padding-right: 5px;
}

.wrapper > footer .links .links-list ul {
    list-style: none;
}

.wrapper > footer .links .links-list ul li {
    margin-bottom: 2px;
}

.wrapper > footer .links .links-list a {
    color: #808285;
	line-height: 17px;
}

.wrapper > footer .links .links-list a:hover {
    text-decoration: underline;
}

.wrapper > footer .copyright {
    width: 1200px;
    margin-left: 0px;
	float: left;
	text-align: center;
	margin-top: 16px;
    margin-bottom: -10px;
    display: inline-block;
}

.wrapper > footer .socials {
    width: 1200px;
    margin-left: 0px;
	float: left;
	text-align: center;
	margin-top: 16px;
    margin-bottom: -10px;
    display: inline-block;
}

.wrapper > footer .customers-logos {
	background: #fff;
	width: 100%;
	height: 40px;
    margin-left: 0px;
	float: left;
	text-align: center;
    display: inline-block;
	padding:10px;
    border: solid 1px #eee;
}

.sociallog {
	margin: 0 10px;
}

.fa {
	color:#ffffff;
}

.fa:hover {
  opacity: 0.7;
  color:#ffffff;
}


.wrapper > footer .copyright p {
	padding-top: 20px;
    font-size: 11px;
	color: #808285;
	text-align: center;
}

.slide-bl {
    position: fixed;
    top: 260px;
    left:0px;
    height: 330px;
    overflow: hidden;
	z-index: 150;
}



.slide-bl .button {
    background: url("../img/slide-button.png") no-repeat;
    width:65px;
    height: 330px;
    cursor: pointer;
    float: left;
}

.slide-bl .buttones {
    background: url("../img/slide-button-es.png") no-repeat;
    width:65px;
    height: 330px;
    cursor: pointer;
    float: left;
}

.slide-bl .container {
    background: url("../img/slide-bg.png") repeat-x;
    overflow: hidden;
    height: 290px;
    width: 860px;
    padding: 40px 10px 0 103px;
    float: left;
    display: none;
}

.slide-bl .container p {
    line-height: 18px;
    font-size: 14px;
    color: #0c0c0c;
}

.slide-bl .container p strong {
    font-weight: bold;
    color: #333;
    font-size: 19px;
    padding-bottom: 8px;
    display: block;
}

.slide-bl .container .form h6 {
    font-weight: bold;
    color: #414141;
    font-size: 14px;
    text-indent: 20px;
}

.slide-bl .container .form {
    margin-top: 25px;
}

.slide-bl .container .form .column {
    float: left;
}

.slide-bl .container .form .column.colsmall ul {
    width:315px ;
}

.slide-bl .container .form .column.colmedium ul {
    width:185px ;
}

.slide-bl .container .form .column.collarge ul {
    width:225px ;
}

.slide-bl .container .form .column h6 {
    text-align: center;
    margin-bottom: 9px;
}

.slide-bl .container .form .column ul {
    list-style: none;
    padding-left: 20px;
    border-left: 1px solid #fff;
    margin-left: 10px;
    overflow: hidden;
}

.slide-bl .container .form .column:first-child ul {
    padding: 0;
    margin: 0;
    border: none;
}

.slide-bl .container .form .column:first-child h6 {
    text-indent: 0;
}

.slide-bl .container .form .go {
    display: block;
    background: url(../img/form-button.png) no-repeat;
    width: 36px;
    height: 77px;
    line-height: 77px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    float: left;
    padding-left: 3px;
    margin: 29px 0 0 17px;
}

.slide-bl .container .form .column ul li a {
    display: block;
    height: 29px;
    color: #fff;
    line-height: 29px;
    font-size: 12px;
	text-transform: uppercase;
}

.slide-bl .container .form .column.colsmall ul li {
    background: url(../img/form-group1.png) no-repeat;
}

.slide-bl .container .form .column.colmedium ul li {
    background: url(../img/form-group2.png) no-repeat;
}

.slide-bl .container .form .column.collarge ul li {
    background: url(../img/form-group3.png) no-repeat;
}

.slide-bl .container .form .column.colsmall ul li{
    width: 120px;
}

.slide-bl .container .form .column.colmedium ul li{
    width: 149px;
}

.slide-bl .container .form .column.collarge ul li{
    width: 190px;
}

.slide-bl .container .form .column ul li.button1 a {
    background: url(../img/form-icon3.png) no-repeat right;
}

.slide-bl .container .form .column ul li.button2 a {
    background: url(../img/form-icon2.png) no-repeat right;
}

.slide-bl .container .form .column ul li.button3 a {
    background: url(../img/form-icon4.png) no-repeat right;
}

.slide-bl .container .form .column ul li.button4 a {
    background: url(../img/form-icon1.png) no-repeat right;
}

.slide-bl .container .form .column ul li.button5 a {
    background: url(../img/form-icon5.png) no-repeat right;
}

.slide-bl .container .form .column ul li.button6 a {
    background: url(../img/form-icon6.png) no-repeat right;
}

.slide-bl .container .form .column ul li.button7 a {
    background: url(../img/form-icon7.png) no-repeat right;
}

.slide-bl .container .form .column ul li.button8 a {
    background: url(../img/form-icon8.png) no-repeat right;
}

.slide-bl .container .form .column ul li {
    float: left;
    margin: 9px 10px 9px 0;
    background-position: bottom !important;
    padding: 0 13px;
}

.slide-bl .container .form .column ul li.active {
    background-position: top !important;
}

.main > aside.left {
    float: left;
    width: 171px;
    background: #FCFCFC;
    padding: 16px;
}

.main > aside.left ul li {
    font-size: 14px;
    font-weight: bold;
    color: #444445;
    list-style: none;
    line-height:18px;
    margin-bottom: 20px;
	padding-top: 3px;
}

.main > aside.left section.crumbs p.crumb {
    font-size: 7.5px;
    color: #004d99;
    line-height: 20px;
    Margin: -20px 0 0 0;
}

.main > aside.left ul li ul {
	padding-top: 5px;
}

.main > aside.left ul li a {
    color: #000000;
}

.main > aside.left ul li a:hover {
    text-decoration: underline;
}

.main > aside.left ul li li {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
	padding-top: 2px;
}

.main > aside.left > ul > li.current > a {
    color: #26bcd7;
}

.main > aside.left ul li li.current, .main > aside.left ul li.current_page_item {
    padding-left: 12px;
    background: url('../img/marker.png') no-repeat 0 6px;
    margin-left: -10px;
}

.main > aside.left ul li:not(.menu-item-753).current-page-ancestor {
    padding-left: 14px;
    background: url('../img/marker.png') no-repeat 0 6px;
}

.main > aside.left ul li a.menu_small {
    color: #505051;
    margin-left: -2px;
    font-size: 11px;
}

#content_page .content p {
    font-size: 12.5px;
}

.content > p.marked /*, .entry-content p */
 {
    padding-left: 20px;
    background: url(../img/logo-icon.png) no-repeat left 4px;
}

.tabs {
    position: relative;
    padding-top: 36px;
}

.tabs_controls {
    position: absolute;
    width: 695px;
    top: 0;
    left: -25px;
    border-bottom: 1px solid #acaeb1;
    height: 24px;
    list-style: none;
    padding-left: 19px;
}

.tabs_controls li {
    float: left;
    margin: 0 0 0 7px;
}

.tabs_controls li a {
    display: block;
    background: url(../img/tab-controls2.png) no-repeat bottom center;
    width: 122px;
    height: 22x;
    text-align: center;
    font-size: 12px;
    color: #6d6e71;
    line-height: 20px;
    padding: 4px 1px 0px 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #656565;
}

.tabs_controls li a.current {
    background-image: url(../img/tab-controls-current2.png);
    width: 122px;
    height: 21px;
    padding: 4px 1px 0px 1px;
    color: #333;
}

.tabs_container {
    display: none;
    padding: 10px 13px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgb(77,77,79);
}

.tabs_container ul {
    padding-left: 20px;
}

.tabs_container li {
    list-style-type: none;
    background: url('https://www.appliansys.com/wp-content/themes/appliansys/img/bullet-sm1.png') no-repeat;
    background-position: 0 0.55em; 
    padding-left: 1.5em;
    margin-left: -12px;
}

.tabs_container li ul li{
	list-style-type: none;
    background: url('https://www.appliansys.com/wp-content/themes/appliansys/img/l2-bullet-dash.png') no-repeat;
    background-position: 3px 0.62em;
    margin-top: -2px;
    padding-left: 1.5em;
    margin-left: -12px;
}

.tabs_container p{
    margin-bottom: 6px;
}

.tabs_container H2{
    margin-top: 4px;
}

.content .link {
    font-style: normal;
    display: block;
    width: 100%;
    text-align: right;
}

#landing_page .content p {
    font-size: 12px;
}

ul.marked li {
    list-style: none;
    padding-left: 24px;
    margin-bottom: 14px;
    background: url(../img/logo-icon.png) no-repeat 0 0;
    color: #4d4d4f;
}

.features {
    margin-bottom: 5px;
    overflow: hidden;
}

.features img {
    display: block;
}

.features li {
    float: left;
    padding-bottom: 20px;
    background: url(../img/features-item-shadow.png) no-repeat bottom center;
    list-style: none;
    margin-left: 23px;
}

.features li:first-child {
    margin-left: 0;
}

.crumb p {
    font-size: 7.5px;
    text-transform: uppercase;
}

div.tabs div ul {
	padding-left: 30px;
	margin-top: -5px;
    margin-bottom: 5px;
}

div.tabs div ul li ul {
	margin-top: 0;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border: 0;
	box-shadow: none;
}

.entry-content ul {
	margin-top: -16px;
    margin-bottom: 4px;
}

.entry-content a:hover {
	color: #000;
}

.entry-content div:first-of-type h2 {
 margin: 0 0 0 0;
}

.entry-content h1 {
	margin-top: 0;
	margin-bottom: 24px;
}

.entry-content .date-details {
	margin-top: -30px;
	margin-bottom: 10px;
}

.factsheet_block {
	margin-bottom:10px;
	/*display:table-cell;*/
	vertical-align:middle;
	display:table;
	overflow:hidden;
	height: 33px;
}

.testimonial_quote, .desc_quote {
	display: none;
}

.overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity = 60); /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.error {
	color: red;
}


table.resources_filter {
	font-size: 12px;
	margin-top: 20px;
}

.news_item {
	padding-bottom: 5px;
}

.news_item .date {
	padding: 1px 0 1px 0;
	font-size: 12px;
	font-style: italic;
}

.news_item h2 {
	font-size: 19px;
	margin-bottom: 0;
	line-height: 20px;
	padding: 4px 0 0 0;
}

.news_item h2 a {
	color: #4d4d4f;
}

.news_item .more {
	font-weight: bold;
	color: #004d99;
}

.news_item p {
	line-height:1.5;
}

ul.archive {
	
}

ul.archive li {
	list-style-type: none;
	padding-left: 20px;
}

ul.archive li a {
	width: 50px;
	display: block;
	margin-bottom: 5px;
}

ul.archive li a:after {
   content:"";
   float: right;
   width: 8px;
   height: 9px;
   margin-top: 2px;
   background:url(../img/marker.png) no-repeat 0 0;
}

ul.archive li ul li {
	display: none;	
}

ul.archive li ul li a:after {
	background: none;
}

ul.archive li:hover ul li {
	display: block;
}

ul.archive li:hover ul li a:hover {
	text-decoration: underline;
}

ul.archive li:hover a:after {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.main > aside.right article p.news-tpl-products a {
	margin-bottom: 5px;
}

.main > aside.right article p.news-tpl-products a.active, .main > aside.right article p.news-tpl-tags a.active {
	text-decoration: underline;
}

.main > aside.right article p.news-tpl-tags a {
	display: inline;
}

.link-cs {
	color: #000;
}

.testimonials_title h2 {
	font-size: 17px;
}

.testimonials_title p:first-child{
	margin-bottom: 3px;
}

.dark-filtering {
	background: #dcddde;	
}

.dark-filtering article header h2 {
	background: url(../img/filter_icon.png) no-repeat;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 10px;
	color: #000;
	letter-spacing: 1px;
	font-size: 17px;
}

.submit-filter {
	padding: 2px 5px 2px 5px !important;
	color: #333 !important;
}

.cs-overviews {
    float: right;
    display: inline-block;
	width: 270px;
    margin-top: -12px;
    margin-bottom: -12px;
	margin-left: 16px;
    margin-right: -16px;
	padding-left: 16px;
    padding-top: -10px;
    border-left: 1px solid #26bcd7;
}

.cs-overviews ul {
    padding: 12px 0 0 10px;
}

.cs-overviews ul li {
	font-size: 12px;
}

.cs-overviews h3 {
	font-size: 13px;
	color: #26bcd7;
    margin-top: -2px;    
}

.support-hotline {
    float: right;
    display: inline-block;
    width: 120px;
    margin-top: 12px;
    margin-bottom: 12px;
	margin-left: 36px;
    margin-right: 4px;
	padding-left: 16px;
    padding-top: -10px;
    border: 2px solid #26bcd7;
    border-radius: 10px;
	background: #ffffff;
}

.support-hotline h3 {
    font-size: 13px;
    line-height: 26px;
	color: #26bcd7;
    margin-top: -2px;    
}

.support-hotline h4 {
    font-size: 12px;
	color: #353536;
    margin-top: -2px;    
}

#lang_sel a.lang_sel_sel {
    margin-top: 4px;
}

#lang_sel a {
    border-radius: 7px;
}

#lang_sel a {
    margin-top: -6px;
}

.wpml-ls-statics-shortcode_actions {
	background: transparent;
	font-size: 11px;
}

.wpml-ls-sub-menu {
	margin-top: 5px;
}

.grecaptcha-badge {
	opacity:0
}

.linkbttn {
	transition-duration: 0.4s;
	background-color: #fd6c00;
	color: #ffffff;
	border-radius:4px;
	padding: 10px 24px;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	display:inline-block;
	border: 1px solid #fd6c00;
	margin: 6px 0;
	
}

.linkbttn:hover {
	background-color: #ffffff;
	color: #fd6c00;
	border: 1px solid #fd6c00;
	
}

.custlogo {
	margin:0 4%;
	padding:4px;
}

.fa {
	font-size:16px;	
}

.mobile-nav {
	display:none;
}

.product-intro {
	display:none;
}

.product-intros {
	display:none;
}

mob-header .logo {
	display:none;
}

mob-header {
	display:none;
}

.hp-form-n, .hp-form-c, .hp-form-e, .hp-form-i {
	width:160px;	
	/*margin-top:10px;
	margin-bottom: 10px;*/
	float:right;
}

.carousel-caption {
	padding-bottom: 40px;
}

.btn-large {
	padding: 5px 30px;
	font-size:14px;	
}


.mob-sub>#fm_form_submit {
	margin-left: 90px;
    margin-top: 10px;
}

.home-contact-mob {
    font-size: 12px;
}




/* Hot Topics Carousel */

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;

}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	opacity: .5;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}




.active,
.carousel,
.item {
	height: 100%;
}

.carousel-inner {
	height: 100%;
	background-color: rgba(113,198,229,0.6);
}

.carousel-caption {
	padding-bottom: 40px;
}


.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	opacity: .6;
	min-height: 100%;
	background: linear-gradient(210deg, rgb(96 171 249 / 35%), rgb(90 202 255 / 23%));
	background-size: cover;
}


.btn-transparent {
	background-color: #fd6c00;
	color: #fff;
	border: 2px solid #fff;
}

.btn-transparent:hover {
	background-color: #fff;
	border: 2px solid #fd6c00;
	color:#fd6c00;
}

.btn-rounded {
	border-radius: 5px;
}

.btn-large {
	padding: 4px 30px;
	font-size: 12px;
	font-weight:600;
}

.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.hot-topics {
	background: #e3e3e3;
	width: 100%;
	height: 230px;
	margin-left: 0;
	float: left;
	text-align: center;
	display: inline-block;
}

.description {
    margin: 1rem 2rem 1.5rem 2rem;
    line-height: 20px;
}



@media only screen and (max-width: 1150px) {
	
.slide-bl {
	display:none;
	
}	

#overlaym .links2 {
    float: left;
    color: #808285;
    padding-left: 3%;
	padding-top:28px;
	padding-bottom:30px;
	margin-top:90px;
	width:100%;
	background:#353536;
}

#overlaym .links2 .links-list2 {
    float: left;
    width: 22%;
    padding-right: 2%;
}

#overlaym .links2 .links-list2 ul {
    list-style: none;
}

#overlaym .links2 .links-list2 ul li {
    margin-bottom: 2px;
}

#overlaym .links2 .links-list2 a {
    color: #808285;
	line-height: 17px;
}

#overlaym .links2 .links-list2 a:hover {
    text-decoration: underline;
}

#overlaym .links2 .links-list2 a {
    /* font-size:110%; */
	line-height: 30px;
}	
	
}


@media only screen and (max-width: 900px) {
body {
	min-width:100%;	
}

.home-contact-mob {
	width: 254px;
    font-size: 12px;	
}

.mob-sub #fm_form_submit {
	margin: 10px 90px 0 0;
}

.mob-header {
    height: 62px;
	width:100%;
    background: url(../img/header-bg.gif) repeat-x;
    overflow: hidden;
	display:block;
}

.mob-header .logo {
    display: block;
    background: url(../img/logo.png) no-repeat;
    height: 30px;
	width: 220px;
    float: right;
    margin: 15px;
}


.two-cols .content {
    width: 94%;
}

.thumbs {
	display:none;
}

.thumb {
	display:none;
}


/* BEGIN PRODUCT CARD DESIGN */

.product-intros { 
    width: 100%;
    display: flex;
     flex-direction:row;
     justify-content: flex-start;
     flex-wrap: wrap;
    
    }
    
    
    .product-intro {
      display: inline-block;
      position: relative;
      width: 30%;
      height: 170px;
      border-radius: 10px;
      overflow:hidden;
      box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
      margin: 1% 3% 1% 0%;
      background-color: white;
    }
    
    .product-intro-body-bk {
      background-image: linear-gradient(0deg , #86c9e9, #70b4d5);
      border-radius: 20px;
      position: absolute;
      top: 75%;
      left: -5px;
      height: 65%;
      width: 108%;
      transform: skew(19deg, -9deg);
    }
    
    .product-intro-body {
      position: absolute;
      color: #000;
      font-weight: 900;
      bottom: 40%;
      font-size: 13px;
      margin: 0 20px ;
	  height:4em;
    }
    
    .product-intro-link {
      position: absolute;
      color: #fff;
      right: 20px;
      bottom: 6%;
      padding: 5px;
      border: 1px solid #fff;
    }
    
    .product-intro-link:hover {
      position: absolute;
      color: #70b4d5;
      right: 20px;
      bottom: 6%;
      padding: 5px;
      border: 1px solid #fff;
      background-color: #fff;
      transition: all 0.5s;
    }
    
    .product-intro-link a {
      color: #fff;
      text-decoration-line: none;
    }
    
    .product-intro-link a:hover {
      color: #70b4d5;
      text-decoration-line: none;
    }
    
    .product-intro-bar {
      position: absolute;
      top: 0%;
      background-image: linear-gradient(0deg , #86c9e9, #70b4d5);
      width: 100%;
      height: 40px;
    }
    
    .product-name {
      position: absolute;
      bottom:16px;
      color: #fff;
      margin: -6px 20px;
    }
    
    
    .product-intro-icon-img {
      position: absolute;
      right: 180px;
      width: 70px;
      left: 1px;
	  top: 66px;
    }
    
    /* END PRODUCT CARD DESIGN */

#overlaym .links2 .links-list2 a {
    line-height: 1.5rem;
    font-size: 0.75rem;
}

#overlaym .links2 .links-list2 {
    width: 22%;
    padding-right: 2%;
}

.tabs_controls {
	width:100%;
}

.tabs_container {
	font-size: .857142857rem;
}

.wrapper > footer footerhead {
    font-size: 110%;
    margin-bottom: 14px;
}

.content > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.news_item p {
	line-height:1.6;
	padding: 10px 0px;
}

.wrapper > header nav li a {
	padding-top: 14px;
	padding-bottom: 14px;
}

.main > aside.right article p {
    line-height: 25px;
	font-size: 105%;
}

righthead {
    font-size: 16px;
}


.mobile-nav {
	display:block;
	height: 62px;
    background: url(../img/header-bg.gif) repeat-x;
    overflow: hidden;
}

.mobile-nav label {
 cursor: pointer;
}

.mobile-nav input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}



.mobile-nav > input:checked ~ #overlaym {
    background: #e5e5e5;
    bottom: 0;
    left: 0;
    height: 100%;
    position: fixed;
    right: 0;
    /*top: 62px;*/
    width: 100%;
    z-index: 99;
	opacity:0.99;
	overflow-y: scroll;
}
.mobile-nav > img {
    display: block;
    height: 28px;
    float: left;
    margin: 18px 0 0 16px;
	z-index: 100;
}

.mobile-nav > .logo {
    display: block;
    background: url(../img/logo.png) no-repeat;
    width: 213px;
    height: 28px;
    float: right;
    margin: 18px 22px 0 0;
}

.mobile-nav ul {
	margin-left: 6%;
	padding:1%;
	padding-top:2%;
}

.mobile-nav ul li {
	list-style: none;
	padding: 4px;
}

.mobile-nav ul:first-child {
	margin-top:8%;
}

.mobile-nav ul > li > ul > li > ul > li {
	list-style: none;
	padding: 4px;
	/*display:none;*/
	
}

.wrapper > header {
    display:none;
}

.slide-bl {
		visibility: hidden;
		display: none;
}

.wrapper {
	width: 100%;
	
}

.top-img {
	background:#73c8e7;
	width:100%;
	/*height:280px;*/
}

.top-img p.desc {
	width:100%;
	padding: 20px;
	
}



.top-img img {
	visibility: hidden;	
}

.three-cols .content {
    width: 96%;
    padding: 10px 10px 15px 10px;
    float: left;
    background: #f2f2f3;
    border-left: 0px solid #b2b2b2;
    border-right: 0px solid #b2b2b2;
	font-size:130%;
}

.main > aside.left {
    padding:0px;
	display: none;
}

.main > aside.right {
    width: 100%;
}

.main > aside.right .link {
	padding-right:40px;
}

.main > aside.right article header {
    overflow: hidden;
    width: 100%;
	padding: 8px 10px 8px 40px;
    margin: 0 0 10px -35px;
}

.main > aside.right article img {
    overflow: hidden;
    max-width: 250px;
	display: block;
	float: left;
	margin: 0 20px 10px 0;

}

.main > aside.right article p.excerpt-cs {
    font-size: 15px;
    line-height: 22px;
    color: #333132;
    margin-bottom: 4px;
    overflow: hidden;
}

.wrapper>footer .contact p {
	background:#333;
	padding: 2px 0;
	font-size:15px;
}

.wrapper>footer .contact p strong {
	font-size:15px;
}

.wrapper>footer .contact {
	margin-left:2%;
	margin-right:3%;
	
}

.wrapper>footer .links {
	margin-left:2%;
}

.wrapper>footer .links-list {
	width:40%;
	margin-bottom: 5%;
}

.wrapper>footer .customers-logos {
	width:100%;
}

.custlogo {
	margin:0 2%;
}

.wrapper>footer .socials {
	Width:100%;
}

.wrapper>footer .copyright {
	Width:100%;
}

.linkbttn {
	margin: 4px 0;
	padding: 6px 24px;
	
}

.signupfield {
    display: block;
    float: left;
    margin-right: 2%;
}

.logos-list {
	width: 100%;
	margin: 0 Auto;
}

.logos-list li {
	max-width: 16%;
	margin: 0 4%;
}

.wrapper>footer .links .links-list a {
    font-size:110%;
	line-height: 25px;
}

.top-img p.desc .level3{
	width:80vw;
	font-size:0.85rem;
}

.top-img p.desc .level3.hp {
	width:92%;
	font-size:0.85rem;
}

}


@media only screen and (max-width: 700px) {

    .product-intros {
        align-items: center;
        justify-content: center;  
    }
    
    .product-intro {
        width: 60%;
        margin: 4% 4% 4% 0px;
    }

    .product-intro-link {
        padding: 10px;
      }
      
      .product-intro-link:hover {
        padding: 10px;
      }

}

@media only screen and (max-width: 600px) {

.product-intros {
    align-items: center;
    justify-content: center;  
}

.product-intro {
    width: 80%;
    margin: 4% 4% 4% 0px;
}

.product-intro-icon-img {
	top:43px;
	width: 92px;
}

.product-intro-body {
	bottom:50%;
	font-size:14px;	
	height:2em;
}

.product-intro-link {
    padding: 5px;
  }
  
  .product-intro-link:hover {
    padding: 5px;
  }

.tabs_container p{
	font-size: 1rem;
}

.tabs_container h3{
	font-size: 1rem;
	margin-top: 1rem;
}

.slide-bl {
		visibility: hidden;
		display: none;
}

.wrapper > footer footerhead {
    font-size: 110%;
    margin-bottom: 14px;
}

.content > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.news_item p {
	line-height:1.6;
	padding: 10px 0px;
}

.wrapper > header nav li a {
    padding-top: 14px;
	padding-bottom: 14px;
}

.main > aside.right article p {
    line-height: 25px;
	font-size: 105%;
}

righthead {
    font-size: 16px;
}


.wrapper > header {
    display:none;
}

.mobile-nav {
	display:block;
	height: 62px;
    background: url(../img/header-bg.gif) repeat-x;
    overflow: hidden;
	width: 100%;
}

.wrapper {
	width: 100%;
	
}

.top-img {
	background:#73c8e7;
	width:100%;
	height:250px;
}

.top-img p.desc {
	width:100%;
	font-size:0.85rem;
	padding: 15px;
	
}

.top-img p{
	font-size:0.85rem;
}

.top-img p.desc .level3{
	width:100%;
	font-size:0.85rem;
}

.top-img p.desc .level2 {
	width:100%;
	font-size: 0.9rem;
	
}

.top-img p.desc .level4{
	width:80vw;
	font-size:0.8rem;
}

.top-img p.desc .level5{
	width:80vw;
	font-size:0.75rem;
}

.main>aside.right article p.excerpt-cs {
	max-width:45vw;
}



.top-img img {
	visibility: hidden;	
}

.three-cols .content {
    width: 95%;
    padding: 10px 10px 15px 10px;
    float: left;
    background: #f2f2f3;
    border-left: 0px solid #b2b2b2;
    border-right: 0px solid #b2b2b2;
	font-size:150%;
}

.main > aside.left {
    padding:0px;
	display: none;
}

.main > aside.right {
    width: 100%;
}

.main > aside.right article header {
    overflow: hidden;
    width: 100%;
}

.main > aside.right article img {
    overflow: hidden;
    max-width: 50vw;
}

.wrapper>footer .customers-logos {
	width: 100%;
}

.custlogo {
	margin:0 2%;
	width:18%;
}

.wrapper>footer .links .links-list {
    width:40%;
	margin-bottom: 5%;
}

.wrapper>footer .links .links-list a {
    font-size:110%;
	line-height: 30px;
}

.wrapper>footer .socials {
	width: 100%;
}
.wrapper>footer .copyright {
	width: 100%;
}

.wrapper>footer .contact p {
	background:#333;
	padding: 2px 0;
	font-size:13px;
}

.wrapper>footer .contact p strong {
	font-size:13px;
}

.logos-list {
	width: 100%;
	overflow: inherit;
	margin: 0 Auto;
}

.logos-list li {
	max-width: 15vw	;
	margin: 0 4%;
}

.tabs_controls {
	width:100%;
}

.hot-topics {
	width: 100%;
	height: 300px;
}

.carousel-caption {
    margin-bottom: 20px;
}

.top-img p.desc .level1 {
    margin-right: 10px;
}

}




